Re: [gentoo-user] How to update dependency cache for emerge?
Mike Kazantsev wrote: > I have portage-2.2 with FEATURES="metadata-transfer", the latter > probably being the cause of the problem, but seem to be necessarry for > some overlays I'm using. > Hi that's a problem of the ebuilds in the overlays. Inthe ebuild there is a hardcoded string for the dependency. So in case of a renaming you have to change the ebuilds in the overlays manually. jusitn signature.asc Description: OpenPGP digital signature
[gentoo-user] [OT] KDE password dialogs stopped working
Hi all, just wanted to know wether anbody has encountered this: Nearly all KDE password dialogs (except screensaver and kdm) have stopped working. Neither kwallet nor kmail/kontact or kopete password dialogs work. I can enter login data, but the "OK" button doesn't react on klicks, only "Cancel" works. I suspect that it has something to do with recent QT update to 4.5.3, but I'm not sure. Has anybody else seen this? Bye... Dirk signature.asc Description: OpenPGP digital signature
Re: [gentoo-user] How to update dependency cache for emerge?
On Sat, 10 Oct 2009 09:10:24 +0200 Justin wrote: > Mike Kazantsev wrote: > > I have portage-2.2 with FEATURES="metadata-transfer", the latter > > probably being the cause of the problem, but seem to be necessarry for > > some overlays I'm using. > > > Hi > that's a problem of the ebuilds in the overlays. Inthe ebuild there is a > hardcoded string for the dependency. So in case of a renaming you have > to change the ebuilds in the overlays manually. No, the ebuilds in question are (among others) dev-python/nevow and dev-python/ipython, from main portage tree. Furthermore, as I've stated in the original post, the dependencies there are _correct_, it's just that emerge doesn't even trying to check them, while direct "ebuild X merge" command works just fine. -- Mike Kazantsev // fraggod.net signature.asc Description: PGP signature
Re: [gentoo-user] How to update dependency cache for emerge?
Mike Kazantsev wrote: > On Sat, 10 Oct 2009 09:10:24 +0200 > Justin wrote: > >> Mike Kazantsev wrote: >>> I have portage-2.2 with FEATURES="metadata-transfer", the latter >>> probably being the cause of the problem, but seem to be necessarry for >>> some overlays I'm using. >>> >> Hi >> that's a problem of the ebuilds in the overlays. Inthe ebuild there is a >> hardcoded string for the dependency. So in case of a renaming you have >> to change the ebuilds in the overlays manually. > > No, the ebuilds in question are (among others) dev-python/nevow and > dev-python/ipython, from main portage tree. > > Furthermore, as I've stated in the original post, the dependencies > there are _correct_, it's just that emerge doesn't even trying to check > them, while direct "ebuild X merge" command works just fine. > It works here, perhaps try to sync again. The metadacache will be synced with the ebuilds. signature.asc Description: OpenPGP digital signature
Re: [gentoo-user] Interpreting /proc/cpuinfo
Hi! On Fri, 09 Oct 2009 20:40:44 +0200 Florian Philipp wrote: > Does this output from /proc/cpuinfo make any sense: > > processor : 0 > vendor_id : GenuineIntel > cpu family : 6 > model : 26 > model name : Intel(R) Xeon(R) CPU E5520 @ 2.27GHz > stepping: 5 > cpu MHz : 141.318 > cache size : 8192 KB > physical id : 1 > siblings: 8 > core id : 0 > cpu cores : 4 > apicid : 16 > fpu : yes > fpu_exception : yes > cpuid level : 11 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge > mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall > nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est > tm2 cx16 xtpr popcnt lahf_lm > bogomips: 4525.39 > clflush size: 64 > cache_alignment : 64 > address sizes : 40 bits physical, 48 bits virtual > power management: [8] This is what I have on a patched Ubuntu server with a custom kernel 2.6.29: processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 26 model name : Intel(R) Xeon(R) CPU E5520 @ 2.27GHz stepping: 5 cpu MHz : 2261.139 cache size : 8192 KB physical id : 1 siblings: 8 core id : 0 cpu cores : 4 apicid : 16 initial apicid : 16 fpu : yes fpu_exception : yes cpuid level : 11 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 lahf_lm ida tpr_shadow vnmi flexpriority ept vpid bogomips: 4522.27 clflush size: 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: /proc/cpuinfo shows 8 CPUs because of HyperThreading. Cheers, Renat -- Probleme kann man niemals mit derselben Denkweise loesen, durch die sie entstanden sind. (Einstein) signature.asc Description: PGP signature
Re: [gentoo-user] [OT] KDE password dialogs stopped working
Am Samstag, 10. Oktober 2009 schrieb Dirk Heinrichs: > Hi all, > > just wanted to know wether anbody has encountered this: > > Nearly all KDE password dialogs (except screensaver and kdm) have > stopped working. Neither kwallet nor kmail/kontact or kopete password > dialogs work. I can enter login data, but the "OK" button doesn't react > on klicks, only "Cancel" works. > > I suspect that it has something to do with recent QT update to 4.5.3, > but I'm not sure. > > Has anybody else seen this? No, though my kdm:3 is a little on the fritz - sometimes I have to restart X to get the login working. You could try revdep-rebuild. -- Gruß | Greetings | Qapla' I wish my lawn was emo, so it would cut itself. signature.asc Description: This is a digitally signed message part.
Re: [gentoo-user] How to update dependency cache for emerge?
On Sat, 10 Oct 2009 10:26:43 +0200 Justin wrote: > It works here, perhaps try to sync again. The metadacache will be synced > with the ebuilds. Erm, I think whole point of "metadata-transfer" is to get the raw metadata and not to use pre-generated cache, am I wrong here? Furthermore, I don't sync the machine (actually several machines) in question via rsync, but use "emerge --sync" ability to pull PORTDIR from a git repository, which doesn't contain any caches, since machines that pull from there can have different overlays plugged in. And so original post starts from here - I want to generate the cache, not just transfer the one from vanilla portage. -- Mike Kazantsev // fraggod.net signature.asc Description: PGP signature
Re: [gentoo-user] [OT] KDE password dialogs stopped working
On Samstag 10 Oktober 2009, Dirk Heinrichs wrote: > Hi all, > > just wanted to know wether anbody has encountered this: > > Nearly all KDE password dialogs (except screensaver and kdm) have > stopped working. Neither kwallet nor kmail/kontact or kopete password > dialogs work. I can enter login data, but the "OK" button doesn't react > on klicks, only "Cancel" works. > > I suspect that it has something to do with recent QT update to 4.5.3, > but I'm not sure. > > Has anybody else seen this? > > Bye... > > Dirk > no, never. Is consolekit running? dbus is ok? error messages in kdm.log? revdep-rebuilt done?
[gentoo-user] Re: [OT] KDE password dialogs stopped working
Volker Armin Hemmann wrote: > no, never. Is consolekit running? [Completely OT] Not knowing what ConsoleKit was, I had a look at the documentation. The first chapter has the following gem (second section): Defining the Problem To be written. Quite typical: write the software before defining the problem :-) I know I have been guilty of doing that several times in the past. -- Remy signature.asc Description: OpenPGP digital signature
Re: [gentoo-user] How to update dependency cache for emerge?
Mike Kazantsev wrote: > On Sat, 10 Oct 2009 10:26:43 +0200 > Justin wrote: > >> It works here, perhaps try to sync again. The metadacache will be synced >> with the ebuilds. > > Erm, I think whole point of "metadata-transfer" is to get the raw > metadata and not to use pre-generated cache, am I wrong here? > > Furthermore, I don't sync the machine (actually several machines) in > question via rsync, but use "emerge --sync" ability to pull PORTDIR > from a git repository, which doesn't contain any caches, since machines > that pull from there can have different overlays plugged in. > > And so original post starts from here - I want to generate the cache, > not just transfer the one from vanilla portage. > Then you are right with egencache --repo=gentoo --update. If there is still a problem, take a look into the ebuilds and the cache if the dependencies are named correctly. signature.asc Description: OpenPGP digital signature
Re: [gentoo-user] [OT] KDE password dialogs stopped working
Volker Armin Hemmann schrieb: > On Samstag 10 Oktober 2009, Dirk Heinrichs wrote: >> Hi all, >> >> just wanted to know wether anbody has encountered this: >> >> Nearly all KDE password dialogs (except screensaver and kdm) have >> stopped working. Neither kwallet nor kmail/kontact or kopete password >> dialogs work. I can enter login data, but the "OK" button doesn't react >> on klicks, only "Cancel" works. >> >> I suspect that it has something to do with recent QT update to 4.5.3, >> but I'm not sure. >> >> Has anybody else seen this? > > no, never. Is consolekit running? Yes. > dbus is ok? Yes (at least I think so). How would I find out if it's not? > error messages in kdm.log? Hmm, kdm is working fine. Would I find other programs errors here, too? > revdep-rebuilt done? Yes (or better: its cousin reconcilio), everything fine. Bye... Dirk signature.asc Description: OpenPGP digital signature
Re: [gentoo-user] [OT] KDE password dialogs stopped working
On Samstag 10 Oktober 2009, Dirk Heinrichs wrote: > Volker Armin Hemmann schrieb: > > On Samstag 10 Oktober 2009, Dirk Heinrichs wrote: > >> Hi all, > >> > >> just wanted to know wether anbody has encountered this: > >> > >> Nearly all KDE password dialogs (except screensaver and kdm) have > >> stopped working. Neither kwallet nor kmail/kontact or kopete password > >> dialogs work. I can enter login data, but the "OK" button doesn't react > >> on klicks, only "Cancel" works. > >> > >> I suspect that it has something to do with recent QT update to 4.5.3, > >> but I'm not sure. > >> > >> Has anybody else seen this? > > > > no, never. Is consolekit running? > > Yes. > > > dbus is ok? > > Yes (at least I think so). How would I find out if it's not? > > > error messages in kdm.log? > > Hmm, kdm is working fine. Would I find other programs errors here, too? > > > revdep-rebuilt done? > > Yes (or better: its cousin reconcilio), everything fine. > > Bye... > > Dirk > have you deactivated akonadi in the past (just pulling stuff from my ass, remembering how kopete stopped working without akonadi...).
Re: [gentoo-user] Interpreting /proc/cpuinfo
Volker Armin Hemmann schrieb: > On Samstag 10 Oktober 2009, Keith Dart wrote: >> === On Fri, 10/09, Florian Philipp wrote: === >> >>> Could the missing flags be related to a too old kernel (2.6.18)? >> === >> >> Yes, and also how you compile it (what processor type you choose). > > not really > >> Also, some CPU features are altered by the BIOS settings. > > seldomly. > > First of all 2.6.18 is not only old, it is a security risk. Seriously, why do > you (OP) even bother to sent an email to the list without first upgrading to > a > more recent one and checking if the problem persists? > It's exactly like Kashani and Keith suspected: It's a VPS and I have no influence on the kernel. Well, at least it's no longer version 2.6.9 like it was with the last VPS. signature.asc Description: OpenPGP digital signature
[gentoo-user] Migration to baselayout2 / openrc
Hi, for this weekend I planned to migrate to baselayout 2 finally. On gentoo web I found this: 2. Migration to OpenRC Migration to OpenRC is fairly straightforward; it will be pulled in as part of your regular upgrade process by your package manager. I tried to check this (emerge -pv openrc) and found: !!! All ebuilds that could satisfy "sys-apps/openrc" have been masked. !!! One of the following masked packages is required to complete your request: - sys-apps/openrc- (masked by: missing keyword) - sys-apps/openrc-0.5.1 (masked by: ~x86 keyword) - sys-apps/openrc-0.4.3-r4 (masked by: ~x86 keyword) - sys-apps/openrc-0.4.3-r3 (masked by: ~x86 keyword) - sys-apps/openrc-0.4.3-r2 (masked by: ~x86 keyword) - sys-apps/openrc-0.4.3-r1 (masked by: ~x86 keyword) - sys-apps/openrc-0.4.2 (masked by: ~x86 keyword) - sys-apps/openrc-0.4.1-r1 (masked by: ~x86 keyword) Especially "masked by: missing keyword" let me doubt whether or not it is sane to migrate How to proceed here ? Best regards, mcc -- Please don't send me any Word- or Powerpoint-Attachments unless it's absolutely neccessary. - Send simply Text. See http://www.gnu.org/philosophy/no-word-attachments.html In a world without fences and walls nobody needs gates and windows.
Re: [gentoo-user] Interpreting /proc/cpuinfo
Renat Golubchyk schrieb: > Hi! > > On Fri, 09 Oct 2009 20:40:44 +0200 Florian Philipp > wrote: >> Does this output from /proc/cpuinfo make any sense: >> >> processor : 0 >> vendor_id : GenuineIntel >> cpu family : 6 >> model : 26 >> model name : Intel(R) Xeon(R) CPU E5520 @ 2.27GHz >> stepping: 5 >> cpu MHz : 141.318 >> cache size : 8192 KB >> physical id : 1 >> siblings: 8 >> core id : 0 >> cpu cores : 4 >> apicid : 16 >> fpu : yes >> fpu_exception : yes >> cpuid level : 11 >> wp : yes >> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge >> mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall >> nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est >> tm2 cx16 xtpr popcnt lahf_lm >> bogomips: 4525.39 >> clflush size: 64 >> cache_alignment : 64 >> address sizes : 40 bits physical, 48 bits virtual >> power management: [8] > > This is what I have on a patched Ubuntu server with a custom > kernel 2.6.29: > > processor : 0 > vendor_id : GenuineIntel > cpu family : 6 > model : 26 > model name : Intel(R) Xeon(R) CPU E5520 @ 2.27GHz > stepping: 5 > cpu MHz : 2261.139 > cache size : 8192 KB > physical id : 1 > siblings: 8 > core id : 0 > cpu cores : 4 > apicid : 16 > initial apicid : 16 > fpu : yes > fpu_exception : yes > cpuid level : 11 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge > mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe > syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good > xtopology nonstop_tsc pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 > xtpr pdcm dca sse4_1 sse4_2 lahf_lm ida tpr_shadow vnmi flexpriority > ept vpid > bogomips: 4522.27 > clflush size: 64 > cache_alignment : 64 > address sizes : 40 bits physical, 48 bits virtual > power management: > > > /proc/cpuinfo shows 8 CPUs because of HyperThreading. > > > Cheers, > Renat > Thanks! signature.asc Description: OpenPGP digital signature
Re: [gentoo-user] commands to show where a package is installed?
On Fri, 2009-10-09 at 13:19 -0500, Zhengquan Zhang wrote: > Hi, Gentoo users, > I am new to gentoo and am wondering if there is a command to show > where a package is installed? which file is installed in which > directory? If you are used to rpm, or simply prefer the format of its output, there is also the rpm-like command, "epm" and you can $ epm -ql app-portage/epm
Re: [gentoo-user] Migration to baselayout2 / openrc
On Saturday 10 October 2009, meino.cra...@gmx.de wrote: > Hi, > > for this weekend I planned to migrate to baselayout 2 > finally. > > On gentoo web I found this: 2. > Migration to OpenRC > Migration to OpenRC is fairly straightforward; it will be pulled in > as part of your regular upgrade process by your package manager. > > I tried to check this (emerge -pv openrc) and found: > !!! All ebuilds that could satisfy "sys-apps/openrc" have been masked. > !!! One of the following masked packages is required to complete your > request: - sys-apps/openrc- (masked by: missing keyword) > - sys-apps/openrc-0.5.1 (masked by: ~x86 keyword) > - sys-apps/openrc-0.4.3-r4 (masked by: ~x86 keyword) > - sys-apps/openrc-0.4.3-r3 (masked by: ~x86 keyword) > - sys-apps/openrc-0.4.3-r2 (masked by: ~x86 keyword) > - sys-apps/openrc-0.4.3-r1 (masked by: ~x86 keyword) > - sys-apps/openrc-0.4.2 (masked by: ~x86 keyword) > - sys-apps/openrc-0.4.1-r1 (masked by: ~x86 keyword) > > Especially "masked by: missing keyword" let me doubt whether > or not it is sane to migrate > > How to proceed here ? Many users who populate this list have unmasked it and emerged it without a problem. I am still holding onto the stable path and won't be upgrading as yet - perhaps because the benefits of doing so are not earth shattering, plus I'll have to learn new invocations to update my systems. Mind you, I'll have to learn them sooner or later when it becomes stable. YMMV. -- Regards, Mick signature.asc Description: This is a digitally signed message part.
Re: [gentoo-user] [OT] KDE password dialogs stopped working
On Saturday 10 October 2009, Dirk Heinrichs wrote: > Volker Armin Hemmann schrieb: > > dbus is ok? > > Yes (at least I think so). How would I find out if it's not? # /etc/init.d/dbus status * Caching service dependencies ... [ ok ] * status: started -- Regards, Mick signature.asc Description: This is a digitally signed message part.
Re: [gentoo-user] Kopete and a pesky pop-up then it disconnects.
Frank Steinmetzger wrote: > Am Dienstag, 6. Oktober 2009 schrieb Dale: > > I have KDE4 on here. I just ain't warmed up to it yet. It just isn't . . . . me. The web thing works tho. :-D >>> Then why don't you use its Kopete? Granted, there are still bits and >>> pieces missing from the good'ole KDE3, but it also has some nice new >>> things. >>> >> I tried to use it but it won't open in KDE3 for some reason. It spins >> its wheels for a bit then nothing. It doesn't appear to even try to >> open. I figure it is not set up to work in KDE3. >> >> Dale >> > > I guess you'll have to run it at least once from a KDE4 session, for instance > so it can setup password management with KWallet. I can run KDE4 apps in > KDE4, Actually Krusader launches Krename:4 now when I select multiple files > for renaming. Kopete works with no problem. > I upgraded KDE 4 yesterday and I have been playing with it a little. Kopete works in KDE 4 at least. Dale :-) :-)
Re: [gentoo-user] Bootup drops back to console from kdm
On Tuesday 06 October 2009, Kyle Bader wrote: > Output from "rc-update show" ? Thanks Kyle, results follow at the bottom of the thread. > On 10/4/09, Mick wrote: > > It must be a year or so now with all different kernels. On boot up kdm > > fires > > up, but within 5 seconds or so and while the use is busy entering their > > passwd on the kdm screen, it suddenly returns to the console. Alt+F7 > > brings them back to their kdm, but this behaviour is clearly wrong. I > > suspect that this is caused by dhcpcd getting an IP address, or vixie > > cron (the last two things shown on the console when the user gets dumped > > back on it) but I can't > > understand why these two services will cause such a problem on this > > machine, when other machines with the same services work fine. > > > > Any ideas on how to troubleshoot this one? I can't see anything amiss on > > dmesg, or messages/syslog. # rc-update -s -v acpid | alsasound | boot apache2 | default bootmisc | boot checkfs | boot checkroot | boot clock | boot consolefont | boot consolekit | crypto-loop | cupsd | default dbus | default device-mapper | dmcrypt | dmeventd | dnsextd | famd | fancontrol | fbcondecor | boot gpm | hald | default hdparm | default hibernate-cleanup | boot hostname | boot ip6tables | iptables | default keymaps | boot lisa | lm_sensors | local | default nonetwork localmount | boot mDNSResponderPosix | mdnsd | mit-krb5kadmind | mit-krb5kdc | modules | boot mysql | default mysqlmanager | net.eth0 | default net.lo | boot netmount | default nscd | numlock | pciparm | portmap | psion | pwcheck | pydoc-2.5 | pydoc-2.6 | rdate | reslisa | rmnologin | boot rsyncd | saslauthd | serial | boot sshd | syslog-ng | default udev | udev-dev-tarball | udev-mount | udev-postmount | urandom | boot vixie-cron | default xdm | default xdm-setup | xinetd | -- Regards, Mick signature.asc Description: This is a digitally signed message part.
Re: [gentoo-user] Migration to baselayout2 / openrc
On Saturday 10 October 2009 12:01:19 meino.cra...@gmx.de wrote: > Hi, > > for this weekend I planned to migrate to baselayout 2 > finally. > > On gentoo web I found this: 2. > Migration to OpenRC > Migration to OpenRC is fairly straightforward; it will be pulled in > as part of your regular upgrade process by your package manager. > > I tried to check this (emerge -pv openrc) and found: > !!! All ebuilds that could satisfy "sys-apps/openrc" have been masked. > !!! One of the following masked packages is required to complete your > request: - sys-apps/openrc- (masked by: missing keyword) > - sys-apps/openrc-0.5.1 (masked by: ~x86 keyword) > - sys-apps/openrc-0.4.3-r4 (masked by: ~x86 keyword) > - sys-apps/openrc-0.4.3-r3 (masked by: ~x86 keyword) > - sys-apps/openrc-0.4.3-r2 (masked by: ~x86 keyword) > - sys-apps/openrc-0.4.3-r1 (masked by: ~x86 keyword) > - sys-apps/openrc-0.4.2 (masked by: ~x86 keyword) > - sys-apps/openrc-0.4.1-r1 (masked by: ~x86 keyword) > > Especially "masked by: missing keyword" let me doubt whether > or not it is sane to migrate > > How to proceed here ? openrc needs to be in your packages.keywords as it's still unstable. The - version is not keyworded at all, which is right and proper for the version in cvs -- alan dot mckinnon at gmail dot com
Re: [gentoo-user] commands to show where a package is installed?
Zhengquan Zhang schrieb: Hi, Gentoo users, I am new to gentoo and am wondering if there is a command to show where a package is installed? which file is installed in which directory? Thanks a lot, Hi, not that powerful but sometimes also a help: whereis - locate the binary, source, and manual page files for a command kh
Re: [gentoo-user] Migration to baselayout2 / openrc
On Sat, 10 Oct 2009 12:01:19 +0200 meino.cra...@gmx.de wrote: > for this weekend I planned to migrate to baselayout 2 > finally. ... > Especially "masked by: missing keyword" let me doubt whether > or not it is sane to migrate > > How to proceed here ? I'd suggest to delay the update 'till it hits stable. "Stable" and "testing" are different branches, after all, and if you mix them, results should be pretty much unpredictable, since both are tested as-is. So any package in your ("stable") branch will have baselayout-1 compatible script running with openrc and baselayout-2 scripts, which are _known_ to be incompatible in some cases. Of course, hitting "stable" branch should mean that package spent some time in "testing" and init-script has been modified to be compatible with both branches, but still I doubt that the overal result should be more stable than "testing" branch, since no-one has really tested your particular package mix. -- Mike Kazantsev // fraggod.net signature.asc Description: PGP signature
[gentoo-user] WinZip and 7z encryption
Hi All, Three questions on this topic: 1. I am able to decrypt WinZip archives/files which have been encrypted with AES256, but have to use 7z from the CLI. How can I configure Ark to do the same in Konqueror? 2. In WinZip you get to choose which type of encryption you can use. Is there a way of specifying AES256 in zip and 7z? 3. How can I tell what encryption has been used on a given zip archive/file? -- Regards, Mick signature.asc Description: This is a digitally signed message part.
[gentoo-user] Re: [OT] mms protocol ???
On 10/10/2009 08:06 AM, meino.cra...@gmx.de wrote: Hi, I want to download a file with an url like this: mms:/// Directly cliking the link/url in firefox does not work. Is there any tool, with which I cann access that file? mplayer should be able to do it.
Re: [gentoo-user] commands to show where a package is installed?
to be frank, it really amazes me that gentoo has so many options for a simple task. It looks really flexible. I came from debian. 2009/10/10 KH : > Zhengquan Zhang schrieb: >> >> Hi, Gentoo users, >> I am new to gentoo and am wondering if there is a command to show >> where a package is installed? which file is installed in which >> directory? >> >> Thanks a lot, >> > > Hi, > > not that powerful but sometimes also a help: > > > whereis - locate the binary, source, and manual page files for a command > > kh > > -- Zhengquan
Re: [gentoo-user] [OT] KDE password dialogs stopped working
Mick schrieb: > On Saturday 10 October 2009, Dirk Heinrichs wrote: > # /etc/init.d/dbus status > * Caching service dependencies ... [ ok ] > * status: started That tells me it's started, but not wether it's ok or not. Bye... Dirk signature.asc Description: OpenPGP digital signature
Re: [gentoo-user] [OT] KDE password dialogs stopped working
Volker Armin Hemmann schrieb: > have you deactivated akonadi in the past (just pulling stuff from my ass, > remembering how kopete stopped working without akonadi...). I don't think it's related, since it's not working for all users. I'll check anyway... Bye... Dirk signature.asc Description: OpenPGP digital signature
Re: [gentoo-user] [OT] KDE password dialogs stopped working
On Saturday 10 October 2009, Dirk Heinrichs wrote: > Mick schrieb: > > On Saturday 10 October 2009, Dirk Heinrichs wrote: > > # /etc/init.d/dbus status > > * Caching service dependencies ... [ ok ] > > * status: started > > That tells me it's started, but not wether it's ok or not. Right, it should tell you that it started without any major problems - also have a look at your logs to check for any error messages while your starting it. If in addition you use the --verbose and or --debug options you should see all that dbus has to tell you. HTH. -- Regards, Mick signature.asc Description: This is a digitally signed message part.
Re: [gentoo-user] commands to show where a package is installed?
Zhengquan Zhang wrote: > to be frank, it really amazes me that gentoo has so many options for a > simple task. It looks really flexible. I came from debian. > > Well, to quote a old song, you ain't seen nothing yet. It amazes me that you can ask how to find out something and you get about 5 or 6 different ways to do the same thing. That's not even counting different options that can be used for the same command. I would urge you to check into the "q" command and equery. I !think! the "q" command is part of portage. It may be part of gentoolkit tho. Just the "q" command has more than a dozen different things it does. equery can do a lot too but some say it has some "accuracy" problems at times. It works for my little simple stuff tho. Hope that gives you a little more pointers. Dale :-) :-)
Re: [gentoo-user] commands to show where a package is installed?
On Sat, 2009-10-10 at 10:57 -0500, Zhengquan Zhang wrote: > to be frank, it really amazes me that gentoo has so many options for a > simple task. It looks really flexible. I came from debian. I'll give you another one, and it doesn't require you to install any extra package: # cat /var/db/pkg//-/CONTENTS ;-)
Re: [gentoo-user] [OT] mms protocol ???
On Sat, 2009-10-10 at 07:06 +0200, meino.cra...@gmx.de wrote: > I want to download a file with an url like this: > > mms:/// > > Directly cliking the link/url in firefox does not work. > > Is there any tool, with which I cann access that file? $ gconftool-2 -g /desktop/gnome/url-handlers/mms/command totem "%s"
[gentoo-user] Re: Please help me win Ipod nano :)
On 10/10/2009 10:29 PM, gosha-necr wrote: Hello friends! I want to ask you for help in winning ipod nano, if you register on biggest social network here: http://vkontakte.ru/reg632660 i'm can win :) Thank you! :) lol
Re: [gentoo-user] Re: Please help me win Ipod nano :)
Nikos Chantziaras wrote: > On 10/10/2009 10:29 PM, gosha-necr wrote: >> Hello friends! I want to ask you for help in winning ipod nano, if >> you register on biggest social network here: >> http://vkontakte.ru/reg632660 i'm can win :) Thank you! :) > > lol > > > +1 I can't even read the thing. Based on the URL, I assume it is Russian. Maybe?? Dale :-) :-)
[gentoo-user] Re: commands to show where a package is installed?
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dale wrote: > I would urge you to check into the "q" command and equery. I !think! > the "q" command is part of portage. It may be part of gentoolkit tho. > Just the "q" command has more than a dozen different things it does. > equery can do a lot too but some say it has some "accuracy" problems at > times. It works for my little simple stuff tho. Actually, /usr/bin/q belongs to app-portage/portage-utils, not app-portage/gentoolkit or sys-apps/portage. :) - -- Jonathan -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkrQ8aMACgkQOypDUo0oQOr3GQCfaSxscToE74ml3QFMUHMMcFH0 7ZwAoLKlVdNJusziK+OYnjo+Pde1AO7W =FBeM -END PGP SIGNATURE-
[gentoo-user] Re: alsa-driver: "Unknown symbol in module" error
On 10/09/2009 01:19 PM, Grant wrote: but the 2 solutions (rm -rf /lib/modules/$(uname -r)/alsa-driver and some device_mode stuff) don't work for me... I'm just guessing here, but I'm thinking that deleting only the alsa modules may not be good enough. I'd try deleting all of the modules and recompile/reinstall them.
[gentoo-user] Totem build error
Hi, I tried to build totem and get this error: (cd .libs && rm -f libtotemscrsaver.la && ln -s ../libtotemscrsaver.la libtotemscrsaver.la) make[2]: Leaving directory `/home/mccramer/data/portagetmp/portage/media-video/totem-2.24.4-r1/work/totem-2.24.4/lib' Making all in bindings make[2]: Entering directory `/home/mccramer/data/portagetmp/portage/media-video/totem-2.24.4-r1/work/totem-2.24.4/bindings' Making all in python make[3]: Entering directory `/home/mccramer/data/portagetmp/portage/media-video/totem-2.24.4-r1/work/totem-2.24.4/bindings/python' ( cd . && /usr/bin/python /usr/lib/python2.5/site-packages/gtk-2.0/codegen/codegen.py \ --register /usr/share/pygtk/2.0/defs/gtk-types.defs \ --override totem.override \ --prefix pytotem totem.defs ) > totem.c /usr/bin/python2.5: can't open file '/usr/lib/python2.5/site-packages/gtk-2.0/codegen/codegen.py': [Errno 2] No such file or directory make[3]: *** [totem.c] Error 2 make[3]: Leaving directory `/home/mccramer/data/portagetmp/portage/media-video/totem-2.24.4-r1/work/totem-2.24.4/bindings/python' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/mccramer/data/portagetmp/portage/media-video/totem-2.24.4-r1/work/totem-2.24.4/bindings' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/mccramer/data/portagetmp/portage/media-video/totem-2.24.4-r1/work/totem-2.24.4' make: *** [all] Error 2 * * ERROR: media-video/totem-2.24.4-r1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3420: Called gnome2_src_compile * environment, line 2227: Called die * The specific snippet of code: * emake || die "compile failure" * The die message: * compile failure I reinstalled pygtk but it did not help. If wanted, I will post the complete log. How can I proceed? Thank you very much in advance for any help! Best regards, mcc -- Please don't send me any Word- or Powerpoint-Attachments unless it's absolutely neccessary. - Send simply Text. See http://www.gnu.org/philosophy/no-word-attachments.html In a world without fences and walls nobody needs gates and windows.
Re: [gentoo-user] Totem build error
On Sun, 2009-10-11 at 05:58 +0200, meino.cra...@gmx.de wrote: > Hi, > > I tried to build totem and get this error: [...] > /usr/bin/python2.5: can't open file > '/usr/lib/python2.5/site-packages/gtk-2.0/codegen/codegen.py': [Errno 2] No > such file or directory [...] > I reinstalled pygtk but it did not help. It belongs to pygoboject. totem[python] depends on gst-python which depends on pygobject. I have no idea why it wouldn't be there... ... actually I lied: # eselect python show # find /usr/lib/python* -type f -name codegen.py
Re: [gentoo-user] Totem build error
Albert Hopkins [09-10-11 07:04]: > On Sun, 2009-10-11 at 05:58 +0200, meino.cra...@gmx.de wrote: > > Hi, > > > > I tried to build totem and get this error: > [...] > > /usr/bin/python2.5: can't open file > > '/usr/lib/python2.5/site-packages/gtk-2.0/codegen/codegen.py': [Errno 2] No > > such file or directory > [...] > > I reinstalled pygtk but it did not help. > > It belongs to pygoboject. > > totem[python] depends on gst-python which depends on pygobject. I have > no idea why it wouldn't be there... > > ... actually I lied: > > # eselect python show > # find /usr/lib/python* -type f -name codegen.py > Hi Albert, thanks for your post...but it is not clear to me, what it means -- sorry I am no native english speaker. I did: solfire:/home/mccramer>find /usr/lib/python* -type f -name codegen.py /usr/lib/python2.4/site-packages/fract4d/codegen.py /usr/lib/python2.5/site-packages/fract4d/codegen.py /usr/lib/python2.6/site-packages/gtk-2.0/codegen/codegen.py and: solfire:/home/mccramer>eselect python show python2.5 (I tried to compile totem with python 2.6 selected before but it fails with more smoke than with python 2.5...) So, what can I learn from this ... :) ??? Best regards, mcc -- Please don't send me any Word- or Powerpoint-Attachments unless it's absolutely neccessary. - Send simply Text. See http://www.gnu.org/philosophy/no-word-attachments.html In a world without fences and walls nobody needs gates and windows.
Re: [gentoo-user] Re: Please help me win Ipod nano :)
It's Russian clone of Facebook On Sat, Oct 10, 2009 at 11:47 PM, Dale wrote: > Nikos Chantziaras wrote: >> On 10/10/2009 10:29 PM, gosha-necr wrote: >>> Hello friends! I want to ask you for help in winning ipod nano, if >>> you register on biggest social network here: >>> http://vkontakte.ru/reg632660 i'm can win :) Thank you! :) >> >> lol >> >> >> > > +1 I can't even read the thing. Based on the URL, I assume it is > Russian. Maybe?? > > Dale > > :-) :-) > >
Re: [gentoo-user] Totem build error
On Sun, 2009-10-11 at 07:09 +0200, meino.cra...@gmx.de wrote: > thanks for your post...but it is not clear to me, what it means -- > sorry I am no native english speaker. I did: > > solfire:/home/mccramer>find /usr/lib/python* -type f -name > codegen.py > /usr/lib/python2.4/site-packages/fract4d/codegen.py > /usr/lib/python2.5/site-packages/fract4d/codegen.py > /usr/lib/python2.6/site-packages/gtk-2.0/codegen/codegen.py > > and: > > solfire:/home/mccramer>eselect python show > python2.5 > > (I tried to compile totem with python 2.6 selected before but it fails > with more smoke than with python 2.5...) > > So, what can I learn from this ... :) ??? The first thing is that you have packages installed against multiple versions of python. The usuall thing after a python slot-upgrade is to run python-updater and, when successful, remove the older python. Having said that, your system python is python 2.5, but pygobject is installed against python 2.6. You can't have that. System packages have to be installed against the same python slot.
Re: [gentoo-user] Re: commands to show where a package is installed?
Jonathan Callen wrote: > Dale wrote: > > I would urge you to check into the "q" command and equery. I !think! > > the "q" command is part of portage. It may be part of gentoolkit tho. > > Just the "q" command has more than a dozen different things it does. > > equery can do a lot too but some say it has some "accuracy" problems at > > times. It works for my little simple stuff tho. > > Actually, /usr/bin/q belongs to app-portage/portage-utils, not > app-portage/gentoolkit or sys-apps/portage. :) > Thanks. I wasn't sure which package it belonged to. I had forgot about portage-utils. Still a good command for someone to look into tho. Dale :-) :-)