[opensuse] Command line webpin gives 404 -- it is just dead for 42.3?
Title says it all, Installed webpin, hacked the distro.version to add 42.3 (like I've had to do since 11.0), and while it was working great on 42.2, I get a 404 response when I run it from 42.3. So is it just dead or are we having index issue? -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2018-04-04 19:45, David C. Rankin wrote:
Title says it all,
Installed webpin, hacked the distro.version to add 42.3 (like I've had to do since 11.0), and while it was working great on 42.2, I get a 404 response when I run it from 42.3.
So is it just dead or are we having index issue?
The info is not available on the search server, The application can be changed to accept 42.3, but then the server will not respond. I recently wrote a bugzilla about this, and that was the response, more or less. http://bugzilla.opensuse.org/show_bug.cgi?id=1083690 He also suggested to contact the maintainer of the webpage, who is apparently considering to drop the service. I am at a loss about how to continue. -- Cheers/Saludos Carlos E. R. (testing openSUSE Leap 15.0, at Minas-Anor) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 04/04/2018 12:55 PM, Carlos E. R. wrote:
The info is not available on the search server, The application can be changed to accept 42.3, but then the server will not respond.
I recently wrote a bugzilla about this, and that was the response, more or less.
http://bugzilla.opensuse.org/show_bug.cgi?id=1083690
He also suggested to contact the maintainer of the webpage, who is apparently considering to drop the service. I am at a loss about how to continue.
The problem is, as has been discussed, there is currently nothing else that will query repositories:/home/... I guess if we all had to: rsync -r http://download.opensuse.org/repositories/home:/ | grep srchterm to search for packages from the command line -- the server load and DOS may motivate someone to update the indexes for 42.3. The only other option I see is having openSuSE index all repos and add an option to zypper se, like --home to include results from all the repos (and we would have to fix the output format to something small and convenient like webpin already has) I can't believe the indexes are that difficult to update. Google can index the world, and we can't even index a the files under /repositories/ ? Here is to hoping the little-webpin-that-could, can find a way to make it up the 42.3 hill. -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
* David C. Rankin <drankinatty@suddenlinkmail.com> [04-04-18 14:59]:
On 04/04/2018 12:55 PM, Carlos E. R. wrote:
The info is not available on the search server, The application can be changed to accept 42.3, but then the server will not respond.
I recently wrote a bugzilla about this, and that was the response, more or less.
http://bugzilla.opensuse.org/show_bug.cgi?id=1083690
He also suggested to contact the maintainer of the webpage, who is apparently considering to drop the service. I am at a loss about how to continue.
The problem is, as has been discussed, there is currently nothing else that will query repositories:/home/... I guess if we all had to:
[...} http://software.opensuse.org/search does search "home" repos if you bother to configure it. -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Registered Linux User #207535 @ http://linuxcounter.net Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2018-04-04 21:01, Patrick Shanahan wrote:
* David C. Rankin <drankinatty@suddenlinkmail.com> [04-04-18 14:59]:
On 04/04/2018 12:55 PM, Carlos E. R. wrote:
The info is not available on the search server, The application can be changed to accept 42.3, but then the server will not respond.
I recently wrote a bugzilla about this, and that was the response, more or less.
http://bugzilla.opensuse.org/show_bug.cgi?id=1083690
He also suggested to contact the maintainer of the webpage, who is apparently considering to drop the service. I am at a loss about how to continue.
The problem is, as has been discussed, there is currently nothing else that will query repositories:/home/... I guess if we all had to:
[...}
http://software.opensuse.org/search
does search "home" repos if you bother to configure it.
Yes, it does. What it does not search is packman. Also webpin tracks individual files, so you can find what package provides any file. -- Cheers/Saludos Carlos E. R. (testing openSUSE Leap 15.0, at Minas-Anor) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 04/04/2018 02:40 PM, Carlos E. R. wrote:
[...} http://software.opensuse.org/search
does search "home" repos if you bother to configure it.
Yes, it does. What it does not search is packman.
Also webpin tracks individual files, so you can find what package provides any file.
The problem with http://software.opensuse.org/search is that I have to fumble around in a browser switch windows, etc.. to do a rudimentary search that in the past was a simply $ wp pkgterm (yes, I even alias things as short as 'webpin', 'zypper' {zse,zi,zlr...}) Additionally, http://software.opensuse.org/search does not provide a concise list, you have to dismiss the 1-click install stuff, then look at recommended packages, then follow additional links to actually find the remaining packages. webpin provides a concise, condensed list of all packages available in a split second, with a 2-character alias and search term :) -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2018-04-05 00:47, David C. Rankin wrote:
On 04/04/2018 02:40 PM, Carlos E. R. wrote:
[...} http://software.opensuse.org/search
does search "home" repos if you bother to configure it.
Yes, it does. What it does not search is packman.
Also webpin tracks individual files, so you can find what package provides any file.
The problem with http://software.opensuse.org/search is that I have to fumble around in a browser switch windows, etc.. to do a rudimentary search that in the past was a simply
$ wp pkgterm
(yes, I even alias things as short as 'webpin', 'zypper' {zse,zi,zlr...})
:-D
Additionally, http://software.opensuse.org/search does not provide a concise list, you have to dismiss the 1-click install stuff, then look at recommended packages, then follow additional links to actually find the remaining packages.
And the screen has been "improved" this month. I now have problems finding my way around here, but I make do.
webpin provides a concise, condensed list of all packages available in a split second, with a 2-character alias and search term :)
Yes, I know. Such is life. -- Cheers / Saludos, Carlos E. R. (from 42.3 x86_64 "Malachite" at Telcontar)
Den 2018-04-05 kl. 00:47, skrev David C. Rankin:
Additionally, http://software.opensuse.org/search does not provide a concise list, you have to dismiss the 1-click install stuff, then look at recommended packages, then follow additional links to actually find the remaining packages.
Doesn't osc cover a lot of that? $ osc se --package webpin matches for 'webpin' in packages: # Project # Package home:dl9pf:rts-luh webpin home:pikerhog:utils webpin openSUSE:Tools webpin or for binary: $ osc se --binary webpin matches for 'webpin' in published/binary/ids: # Project # Package # filepath openSUSE:Tools openSUSE:/Tools/openSUSE_Factory_PPC/noarch/webpin-1.2.2-1.45.noarch.rpm openSUSE:Tools openSUSE:/Tools/openSUSE_Factory_PPC/src/webpin-1.2.2-1.45.src.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_11_SP2/i586/webpin-1.2.4-4.1.i586.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_11_SP3/i586/webpin-1.2.4-4.1.i586.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_11_SP4/i586/webpin-1.2.4-4.1.i586.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_12/noarch/webpin-1.2.4-4.1.noarch.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_12_SP1/noarch/webpin-1.2.4-4.1.noarch.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_12_SP2/noarch/webpin-1.2.4-4.1.noarch.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_12_SP3/noarch/webpin-1.2.4-4.1.noarch.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_15/noarch/webpin-1.2.4-4.3.noarch.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_12.2_ARM/noarch/webpin-1.2.4-4.1.noarch.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_12.3/noarch/webpin-1.2.4-4.1.noarch.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_13.1/noarch/webpin-1.2.4-4.1.noarch.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_13.2/noarch/webpin-1.2.4-4.1.noarch.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_15.0/noarch/webpin-1.2.4-lp150.4.7.noarch.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_42.1/noarch/webpin-1.2.4-4.1.noarch.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_42.2/noarch/webpin-1.2.4-4.1.noarch.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_42.2/noarch/webpin-1.2.4-4.2.noarch.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_42.3/noarch/webpin-1.2.4-4.1.noarch.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_42.3/noarch/webpin-1.2.4-4.2.noarch.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_Factory/noarch/webpin-1.2.4-4.15.noarch.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_Factory_ARM/noarch/webpin-1.2.4-4.15.noarch.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_Factory_ARM/noarch/webpin-1.2.4-4.16.noarch.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_Factory_PPC/noarch/webpin-1.2.4-4.16.noarch.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_Factory_zSystems/noarch/webpin-1.2.4-4.9.noarch.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_11_SP2/ppc64/webpin-1.2.4-3.1.ppc64.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_11_SP3/ppc64/webpin-1.2.4-3.1.ppc64.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_11_SP4/ppc64/webpin-1.2.4-3.1.ppc64.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_11_SP2/src/webpin-1.2.4-3.1.src.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_11_SP2/src/webpin-1.2.4-4.1.src.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_11_SP3/src/webpin-1.2.4-3.1.src.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_11_SP3/src/webpin-1.2.4-4.1.src.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_11_SP4/src/webpin-1.2.4-3.1.src.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_11_SP4/src/webpin-1.2.4-4.1.src.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_12/src/webpin-1.2.4-4.1.src.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_12_SP1/src/webpin-1.2.4-4.1.src.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_12_SP2/src/webpin-1.2.4-4.1.src.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_12_SP3/src/webpin-1.2.4-4.1.src.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_15/src/webpin-1.2.4-4.3.src.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_12.2_ARM/src/webpin-1.2.4-4.1.src.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_12.3/src/webpin-1.2.4-4.1.src.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_13.1/src/webpin-1.2.4-4.1.src.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_13.2/src/webpin-1.2.4-4.1.src.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_15.0/src/webpin-1.2.4-lp150.4.7.src.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_42.1/src/webpin-1.2.4-4.1.src.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_42.2/src/webpin-1.2.4-4.1.src.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_42.2/src/webpin-1.2.4-4.2.src.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_42.3/src/webpin-1.2.4-4.1.src.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_42.3/src/webpin-1.2.4-4.2.src.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_Factory/src/webpin-1.2.4-4.15.src.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_Factory_ARM/src/webpin-1.2.4-4.15.src.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_Factory_ARM/src/webpin-1.2.4-4.16.src.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_Factory_PPC/src/webpin-1.2.4-4.16.src.rpm openSUSE:Tools webpin openSUSE:/Tools/openSUSE_Factory_zSystems/src/webpin-1.2.4-4.9.src.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_11_SP2/x86_64/webpin-1.2.4-4.1.x86_64.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_11_SP3/x86_64/webpin-1.2.4-4.1.x86_64.rpm openSUSE:Tools webpin openSUSE:/Tools/SLE_11_SP4/x86_64/webpin-1.2.4-4.1.x86_64.rpm -- /bengan
On 04/06/2018 08:39 AM, Bengt Gördén wrote:
Den 2018-04-05 kl. 00:47, skrev David C. Rankin:
Additionally, http://software.opensuse.org/search does not provide a concise list, you have to dismiss the 1-click install stuff, then look at recommended packages, then follow additional links to actually find the remaining packages.
Doesn't osc cover a lot of that?
Not everyone has an osc account. -- Ken Schneider SuSe since Version 5.2, June 1998 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2018-04-06 16:31, Ken Schneider - openSUSE wrote:
On 04/06/2018 08:39 AM, Bengt Gördén wrote:
Den 2018-04-05 kl. 00:47, skrev David C. Rankin:
Additionally, http://software.opensuse.org/search does not provide a concise list, you have to dismiss the 1-click install stuff, then look at recommended packages, then follow additional links to actually find the remaining packages.
Doesn't osc cover a lot of that?
Not everyone has an osc account.
True. webpin text is coloured. Easier to read. But webpin search is now faulty: cer@Telcontar:~> webpin -d 42.2 webpin Query URL: http://webpinstant.com/ws/searchservice/Search/Simple/openSUSE_Leap_422/webp... No results found for "webpin" in openSUSE_Leap_422 cer@Telcontar:~> webpin -d 42.1 webpin Query URL: http://webpinstant.com/ws/searchservice/Search/Simple/openSUSE_Leap_421/webp... No results found for "webpin" in openSUSE_Leap_421 cer@Telcontar:~> webpin -d 42.2 vlc Query URL: http://webpinstant.com/ws/searchservice/Search/Simple/openSUSE_Leap_422/vlc 20 results (20 packages) found for "vlc" in openSUSE_Leap_422 * vlc: Video Lan Client multimedia player - 2.2.1.13.4 [suse-oss] * vlc-qt: VLC: VideoLAN Client - Qt interface - 2.2.1.13.4 [suse-oss] * vlc-noX: VLC: VideoLAN Client - without X dependencies - 2.2.1.13.4 [suse-oss] * vlc-gnome: VLC: VideoLAN Client - Gnome Access Modules - 2.2.1.13.4 [suse-oss] * vlc-devel: Video Lan Client Development system - 2.2.1.13.4 [suse-oss] * vlc-noX-lang: Languages for package vlc - 2.2.1.13.4 [suse-oss] * phonon-backend-vlc: Phonon VLC Backend - 0.8.2.3.2 [suse-oss] * phonon4qt5-backend-vlc: Phonon VLC Backend - 0.8.2.4.3 [suse-oss] * emotion-generic-players: Set of generic players for Emotion - 1.14.0.3.2 [suse-oss] * libbluray1: Library to access Blu-Ray disk - 0.8.1.4.1 [suse-oss] * libbluray-bdj: Library to access Blu-Ray disk - BD-J support - 0.8.1.4.1 [suse-oss] * libbluray-tools: Library to access Blu-Ray disk - Utilities - 0.8.1.4.1 [suse-oss] * libbluray1-32bit: Library to access Blu-Ray disk - 0.8.1.4.1 [suse-oss] * osdlyrics: A third-party lyrics display program - 0.4.3.1.1 [suse-oss] * freetuxtv: WebTV and Web Radio player - 0.6.6.1.1 [home:ecsos] * simplescreenrecorder: A feature-rich screen recorder that supports X11 and OpenGL - 0.3.6.1.1 [suse-oss] * ampache: PHP-Based MP3 Database Web Interface - 3.8.2.18.1 [home:ecsos:server] * lazarus: FreePascal RAD IDE and Component Library - 1.4.4.10.2 [home:ecsos] * breeze5-icons: Breeze icon theme - 5.21.0.1.7 [suse-oss] * paper-icon-theme: Paper Icon theme - 1.1.git+1451244191.ae82c98.1.1 [home:AndnoVember:LXQT] cer@Telcontar:~> which vlc /usr/bin/vlc cer@Telcontar:~> webpin -d 42.2 /usr/bin/vlc FAILED: received error from server: 404 Not Found cer@Telcontar:~> webpin -d 42.2 xine Query URL: http://webpinstant.com/ws/searchservice/Search/Simple/openSUSE_Leap_422/xine 1 results (1 packages) found for "xine" in openSUSE_Leap_422 * openSUSE-release: openSUSE - 42.2.1.34 [suse-oss] cer@Telcontar:~> It is not finding itself, and it is not searching packman. -- Cheers / Saludos, Carlos E. R. (from 42.3 x86_64 "Malachite" at Telcontar)
participants (5)
-
Bengt Gördén
-
Carlos E. R.
-
David C. Rankin
-
Ken Schneider - openSUSE
-
Patrick Shanahan