Re: [gentoo-user] portage dirs safe remove

2007-07-30 Thread Aleksey V. Kunitskiy
Why are you making it so complicated? All I do is put pandora://usr/portage /usr/portage nfs bg,hard 0 0 in /etc/fstab on all my machines except pandora, which is the server. /usr/portage is just an empty directory on all the client machines. Ah, I have layman installed, so I was confused

Re: [gentoo-user] Thanks to the user community

2007-07-30 Thread Boyd Stephen Smith Jr.
On Monday 30 July 2007 12:25:47 am Iain Buchanan wrote: On Sun, 2007-07-29 at 23:43 -0500, Boyd Stephen Smith Jr. wrote: On Sunday 29 July 2007 11:06:44 pm Iain Buchanan wrote: On Fri, 2007-07-27 at 08:13 -0500, Albert Hopkins wrote: But seriously, shouldn't we be waiting until November

[gentoo-user] Fwd: samsung ML-2510 printer: error! can't load plugins!

2007-07-30 Thread Thufir
Here's part of an e-mail exchange about the samsung ML-2510 printer. Partly, just posting this so it's out there for others to google up: -- Forwarded message -- From: * Date: Jul 29, 2007 5:47 PM Subject: Re: samsung ML-2510 printer: error! can't load plugins!

[gentoo-user] program autostart from another user

2007-07-30 Thread Aleksey V. Kunitskiy
Hi, I want to auto start some programs on startup, using init My local.start looks like: sudo -u user_name screen program My question is - is it the right way? How can I attach next program to existing screen session (by creating new buffer in screen session)? Thanks -- best regards, Aleksey

Re: [gentoo-user] insert text onto a PDF

2007-07-30 Thread Pavel Sanda
http://overlays.gentoo.org/proj/sunrise but it seems a bit complex, masked packages and so forth (?). either get sunrise : emerge -va layman echo source /usr/portage/local/layman/make.conf /etc/make.conf layman -f -a sunrise Then, there's this ebuild just loitering around in cyberspace:

Re: [gentoo-user] program autostart from another user

2007-07-30 Thread Abraham Marín Pérez
Maybe this doesn't exactly meet your needs but, have you tried to add those program to ~/.bashrc? That way the program will be executed for your user. Abraham Aleksey V. Kunitskiy escribió: Hi, I want to auto start some programs on startup, using init My local.start looks like: sudo -u

Re: [gentoo-user] Fwd: samsung ML-2510 printer: error! can't load plugins!

2007-07-30 Thread Florian Philipp
Am Montag 30 Juli 2007 10:08 schrieb Thufir: echo -n 0 /sys/module/usbcore/parameters/autosuspend Hey, that works with my CanonScan Lide 20, too! Thanks, pal! pgpmC6XB6IFBD.pgp Description: PGP signature

Re: [gentoo-user] insert text onto a PDF

2007-07-30 Thread Boyd Stephen Smith Jr.
On Monday 30 July 2007 04:49:47 am Pavel Sanda wrote: ACCEPT_KEYWORDS=~x86 emerge pdfedit OP, Please don't do this or your next emerge world will be (more) painful. You may also end up getting more unstable packages than you absolutely need. Pavel, please don't suggest this is a sane way to

Re: [gentoo-user] Re: reiserfsprogs

2007-07-30 Thread Florian Philipp
Am Sonntag 29 Juli 2007 22:32 schrieb James: Mick michaelkintzios at gmail.com writes: man reiserfsck, or This helps, # reiserfsck --help try the same for reiserfstune and debugreiserfs. If you want to create a reiserfs fs then look at mkreiserfs. My problems in on a new

Re: [gentoo-user] program autostart from another user

2007-07-30 Thread Aleksey V. Kunitskiy
On Monday 30 July 2007 12:58, Abraham Marín Pérez wrote: Maybe this doesn't exactly meet your needs but, have you tried to add those program to ~/.bashrc? That way the program will be executed for your user. I need startup program without user be logged in. -- best regards, Aleksey V.

Re: [gentoo-user] insert text onto a PDF

2007-07-30 Thread Roger Luethi
On Sun, 29 Jul 2007 16:35:38 -0700, Thufir wrote: you compiled on your own? ok. what happens if you want to uninstall it, though? No need to install it. You can do something like this: java -jar /path/to/src/jarnal-current/jarnal.jar -t /path/to/src/jarnal-current/annotate.jaj -b foo.pdf

Re: [gentoo-user] Winbind...

2007-07-30 Thread Anders Trobäck
On Sun, 29 Jul 2007 13:25:50 +0400 Vladimir Rusinov [EMAIL PROTECTED] wrote: On 7/27/07, Stroller [EMAIL PROTECTED] wrote: I have not done anything with my PAM files yet but I think this step should work anyway!(?) I have found `getent passwd` and `getent group` not to work entirely

Re: [gentoo-user] program autostart from another user

2007-07-30 Thread Boyd Stephen Smith Jr.
On Monday 30 July 2007 03:29:36 am Aleksey V. Kunitskiy wrote: I want to auto start some programs on startup, using init My local.start looks like: sudo -u user_name screen program My question is - is it the right way? You don't have to use screen, but that should work. How can I attach

Re: [gentoo-user] Re: reiserfsprogs

2007-07-30 Thread Dale
Florian Philipp wrote: Just as a side note: It is not very wise to choose reiserfs for /boot. We had a topic about it some time ago. On such a small partition the journal eats up a lot of space (32MB with default settings). I'm not sure the math is 100% correct but it has to be close.

[gentoo-user] Re: Re: insert text onto a PDF

2007-07-30 Thread Anno v. Heimburg
Thufir wrote: Gimp seems to be primary tool for this, though Well, not necessarily. Any graphics program that can load pdf would work for what you want to do. Gimp is one of them, but Krita can import pdf, too. Also, if you have the poppler and netpbm packages installed, you can use pdftoppm

Re: [gentoo-user] program autostart from another user [OT]

2007-07-30 Thread Abraham Marín Pérez
Aleksey V. Kunitskiy escribió: On Monday 30 July 2007 12:58, Abraham Marín Pérez wrote: Maybe this doesn't exactly meet your needs but, have you tried to add those program to ~/.bashrc? That way the program will be executed for your user. I need startup program without user be logged

Re: [gentoo-user] Winbind...

2007-07-30 Thread Stroller
On 30 Jul 2007, at 12:07, Anders Trobäck wrote: ... However, I did add the winbind to the system-auth like this: auth required pam_env.so auth sufficient /lib/security/pam_winbind.so auth sufficient pam_unix.so use_first_pass likeauth nullok accountrequired

Re: [gentoo-user] Re: reiserfsprogs

2007-07-30 Thread Florian Philipp
Am Montag 30 Juli 2007 13:53 schrieb Dale: Florian Philipp wrote: Just as a side note: It is not very wise to choose reiserfs for /boot. We had a topic about it some time ago. On such a small partition the journal eats up a lot of space (32MB with default settings). I'm not sure the math

[gentoo-user] How about dell 1501?

2007-07-30 Thread Chuanwen Wu
Hi,guys! I want to buy dell1501 notebook.I never had my notebook before and I am worried about this machine's driver support in linux especially gentoo.Here is the details of this dell 1501: CPU: AMD Turion 64 X2 TL-56 (1.8GHz) RAM: 1024MB DDRII video card: ATI Radeon Xpress

Re: [gentoo-user] How about dell 1501?

2007-07-30 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Chuanwen Wu wrote: I want to know whether linux has good drivers to support this machine,especially the CPU and VIDEO CARD. I generally avoid ATI whenever possible, the linux drivers are quite pathetic. This might change in the near future now

Re: [gentoo-user] Winbind...

2007-07-30 Thread Anders Trobäck
On Mon, 30 Jul 2007 14:17:37 +0100 Stroller [EMAIL PROTECTED] wrote: On 30 Jul 2007, at 12:07, Anders Trobäck wrote: ... However, I did add the winbind to the system-auth like this: auth required pam_env.so auth sufficient /lib/security/pam_winbind.so auth

Re: [gentoo-user] How about dell 1501?

2007-07-30 Thread Chuanwen Wu
2007/7/30, Arturo 'Buanzo' Busleiman [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Chuanwen Wu wrote: I want to know whether linux has good drivers to support this machine,especially the CPU and VIDEO CARD. I generally avoid ATI whenever possible, the linux drivers

Re: [gentoo-user] How about dell 1501?

2007-07-30 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Chuanwen Wu wrote: Like what?Can you give some examples? I do not understand your question, but if you are asking me for more information regarding the ATI drivers issues in linux, you can just search google, BUT, in general, you can take a look

Re: [gentoo-user] Re: reiserfsprogs

2007-07-30 Thread Dale
Florian Philipp wrote: Am Montag 30 Juli 2007 13:53 schrieb Dale: Florian Philipp wrote: Just as a side note: It is not very wise to choose reiserfs for /boot. We had a topic about it some time ago. On such a small partition the journal eats up a lot of space (32MB with default

Re: [gentoo-user] Re: reiserfsprogs

2007-07-30 Thread Kent Fredric
On 7/30/07, Boyd Stephen Smith Jr. [EMAIL PROTECTED] wrote: 5) If (2) indicates corruptions that can only be corrected by --rebuild-tree a) If you suspect your hardware is failing -- replace it. reiserfs doesn't like bad hardware and continuing the recovery process on it will likely cause

Re: [gentoo-user] program autostart from another user [OT]

2007-07-30 Thread Aleksey V. Kunitskiy
On Monday 30 July 2007 16:07, Abraham Marín Pérez wrote: I see... Just curious, why would you need a program to be executed by a user who isn't logged in? The only reason I can imagine is a daemon, server o similar; Yes, this is a server :). -- best regards, Aleksey V. Kunitskiy my public

[gentoo-user] problem with ssh login

2007-07-30 Thread Marco Calviani
Hi lists, i'm trying to remotely login to a Gentoo box via ssh. However (and the behaviour is the same from different machines) whenever i try to login the procedure hangs before recognizing the remote protocol version: ssh -vvv [EMAIL PROTECTED] OpenSSH_4.5p1, OpenSSL 0.9.8d 28 Sep 2006

Re: [gentoo-user] Re: reiserfsprogs

2007-07-30 Thread Boyd Stephen Smith Jr.
On Monday 30 July 2007, Kent Fredric [EMAIL PROTECTED] wrote about 'Re: [gentoo-user] Re: reiserfsprogs': On 7/30/07, Boyd Stephen Smith Jr. [EMAIL PROTECTED] wrote: 5) If (2) indicates corruptions that can only be corrected by --rebuild-tree b) Begin praying. This guy knows his

[gentoo-user] Re: problem with ssh login

2007-07-30 Thread Mateus Interciso
On Mon, 30 Jul 2007 17:44:24 +0200, Marco Calviani wrote: Hi lists, i'm trying to remotely login to a Gentoo box via ssh. However (and the behaviour is the same from different machines) whenever i try to login the procedure hangs before recognizing the remote protocol version: ssh -vvv

Re: [gentoo-user] program autostart from another user [OT]

2007-07-30 Thread Mark Shields
On 7/30/07, Aleksey V. Kunitskiy [EMAIL PROTECTED] wrote: On Monday 30 July 2007 16:07, Abraham Marín Pérez wrote: I see... Just curious, why would you need a program to be executed by a user who isn't logged in? The only reason I can imagine is a daemon, server o similar; Yes, this is a

Re: [gentoo-user] Linux too damn slow if memory 3GB

2007-07-30 Thread Daniel van Ham Colchete
On 7/28/07, Stroller [EMAIL PROTECTED] wrote: On 29 Jul 2007, at 00:28, Daniel van Ham Colchete wrote: ... The fact is, if I boot with mem=3072M everything goes as fast as it should but I'm not using 1GB of memory. If I don't put the mem option, Linux will see 4GB of memory available

Re: [gentoo-user] Rendering problems when updating xorg-server

2007-07-30 Thread Pavel Sanda
Which graphics card/driver are you using? I had similar problems with ati radeon. just for the record, this seems to be part of bug #163827. pavel -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] program autostart from another user [OT]

2007-07-30 Thread Uwe Thiem
On 30 July 2007, Aleksey V. Kunitskiy wrote: On Monday 30 July 2007 16:07, Abraham Marín Pérez wrote: I see... Just curious, why would you need a program to be executed by a user who isn't logged in? The only reason I can imagine is a daemon, server o similar; Yes, this is a server :).

[gentoo-user] Machine freezes during gcc compile

2007-07-30 Thread Dan Cowsill
I just got myself a new laptop and wanted to install Gentoo on it. After getting a working base system installed, I tried to install Xorg-x11, but the machine froze while trying to compile gcc. Keep in mind, there were no error messages, logs or anything of that nature. Just a straight up lack of

[gentoo-user] Intel Gigabit Ethernet problem

2007-07-30 Thread Daniel da Veiga
Hi list, I've been struggling with this for a while, I am setting up this new machine, but got stuck because I can't find a way to make the network card work... According to lspci: 02:00.0 Ethernet controller: Intel Corporation 82573E Gigabit Ethernet Controller (Copper) (rev 03) The weird

Re: [gentoo-user] Machine freezes during gcc compile

2007-07-30 Thread Daniel da Veiga
On 7/30/07, Dan Cowsill [EMAIL PROTECTED] wrote: I just got myself a new laptop and wanted to install Gentoo on it. After getting a working base system installed, I tried to install Xorg-x11, but the machine froze while trying to compile gcc. Keep in mind, there were no error messages, logs

[gentoo-user] Re: problem with ssh login

2007-07-30 Thread Mateus Interciso
On Mon, 30 Jul 2007 18:14:42 +0200, Marco Calviani wrote: Hi Mateus, even with this procedure the result is the same. Try renaming the .ssh directory on your HOME to some other name, and try again. m Have you tryid connecting to other machines as well?(not from, but to) Mateus --

[gentoo-user] Re: reiserfsprogs

2007-07-30 Thread James
Boyd Stephen Smith Jr. bss03 at volumehost.net writes: /dev/sda2/boot reiserfsdefaults 1 2 /dev/sda4/ reiserfsdefaults 1 1 which should force an fsck on the reiserfs file system? I don't see how this would force a fsck.

Re: [gentoo-user] Intel Gigabit Ethernet problem

2007-07-30 Thread Albert Hopkins
On Mon, 2007-07-30 at 13:33 -0300, Daniel da Veiga wrote: Hi list, I've been struggling with this for a while, I am setting up this new machine, but got stuck because I can't find a way to make the network card work... According to lspci: 02:00.0 Ethernet controller: Intel Corporation

Re: [gentoo-user] Linux too damn slow if memory 3GB

2007-07-30 Thread Steen Eugen Poulsen
Daniel van Ham Colchete skrev: actually it's the 965, but the link Tim sent me shows that it's not a chipset limitation... It's a 32bits design limitation... Thats not true, I run 32bit Gentoo with 4 GB Memory and has no slowdown issues I can measure with the naked eye. Seems to me like you

Re: [gentoo-user] Intel Gigabit Ethernet problem

2007-07-30 Thread Daniel da Veiga
On 7/30/07, Albert Hopkins [EMAIL PROTECTED] wrote: On Mon, 2007-07-30 at 13:33 -0300, Daniel da Veiga wrote: Hi list, I've been struggling with this for a while, I am setting up this new machine, but got stuck because I can't find a way to make the network card work... According to

Re: [gentoo-user] Intel Gigabit Ethernet problem

2007-07-30 Thread Joshua Doll
Daniel da Veiga wrote: On 7/30/07, Albert Hopkins [EMAIL PROTECTED] wrote: On Mon, 2007-07-30 at 13:33 -0300, Daniel da Veiga wrote: Hi list, I've been struggling with this for a while, I am setting up this new machine, but got stuck because I can't find a way to make the network card

stow (was: Re: [gentoo-user] insert text onto a PDF)

2007-07-30 Thread Alex Schuster
Thufir writes: On 7/29/07, Roger Luethi [EMAIL PROTECTED] wrote: No ebuild, though. you compiled on your own? ok. what happens if you want to uninstall it, though? There usually is a make uninstall, too. But I suggest to use stow, or better, xstow, to install software. It goes like

Re: [gentoo-user] Intel Gigabit Ethernet problem

2007-07-30 Thread Joshua Doll
Joshua Doll wrote: Daniel da Veiga wrote: On 7/30/07, Albert Hopkins [EMAIL PROTECTED] wrote: On Mon, 2007-07-30 at 13:33 -0300, Daniel da Veiga wrote: Hi list, I've been struggling with this for a while, I am setting up this new machine, but got stuck because I can't find a way to

Re: [gentoo-user] Linux too damn slow if memory 3GB

2007-07-30 Thread Developer Edoceo
On 7/30/07, Steen Eugen Poulsen [EMAIL PROTECTED] wrote: Daniel van Ham Colchete skrev: actually it's the 965, but the link Tim sent me shows that it's not a chipset limitation... It's a 32bits design limitation... Thats not true, I run 32bit Gentoo with 4 GB Memory and has no slowdown

[gentoo-user] Fwd: Building WireShark 0.99.6-r1 with gcc 4.1.

2007-07-30 Thread Developer Edoceo
When trying to emerge wireshark on my system it fails with some error that Google results indicate (to me anyways) that it's 64bit related. I'm on 32bit platform. Build proceeds for a while then dies with this: wiretap/.libs/libwiretap.so: undefined reference to `GUINT64_SWAP_LE_BE'

Re: [gentoo-user] Intel Gigabit Ethernet problem

2007-07-30 Thread Daniel da Veiga
On 7/30/07, Joshua Doll [EMAIL PROTECTED] wrote: Joshua Doll wrote: Daniel da Veiga wrote: On 7/30/07, Albert Hopkins [EMAIL PROTECTED] wrote: On Mon, 2007-07-30 at 13:33 -0300, Daniel da Veiga wrote: Hi list, I've been struggling with this for a while, I am setting up this new

Re: [gentoo-user] Machine freezes during gcc compile

2007-07-30 Thread Don Jerman
If it's brand-new, have you ever installed Linux on this particular processor/motherboard combination? I had a problem with freezeups with my TurionX2 laptop until I used -noapic on the kernel line. Nothing much to do with load, except that more work = more chance of encountering the problem. I

Re: [gentoo-user] Machine freezes during gcc compile

2007-07-30 Thread Dan Cowsill
Yes, I've done some reading and indeed it probably is overheating. I'll probably prop it up on some jewel cases and blow a fan at it until I can get a working system. Then I'll investigate cpu frequency scaling. Thanks for your advice. On 7/30/07, Daniel da Veiga [EMAIL PROTECTED] wrote: On

Re: [gentoo-user] Linux too damn slow if memory 3GB

2007-07-30 Thread Daniel van Ham Colchete
On 7/30/07, Developer Edoceo [EMAIL PROTECTED] wrote: On 7/30/07, Steen Eugen Poulsen [EMAIL PROTECTED] wrote: Daniel van Ham Colchete skrev: actually it's the 965, but the link Tim sent me shows that it's not a chipset limitation... It's a 32bits design limitation... Thats not

Re: [gentoo-user] Intel Gigabit Ethernet problem

2007-07-30 Thread Daniel da Veiga
On 7/30/07, Daniel da Veiga [EMAIL PROTECTED] wrote: On 7/30/07, Joshua Doll [EMAIL PROTECTED] wrote: Joshua Doll wrote: Daniel da Veiga wrote: On 7/30/07, Albert Hopkins [EMAIL PROTECTED] wrote: On Mon, 2007-07-30 at 13:33 -0300, Daniel da Veiga wrote: Hi list, I've

[gentoo-user] Re: reiserfsprogs

2007-07-30 Thread James
James wireless at tampabay.rr.com writes: /dev/sda2/boot reiserfsdefaults 1 2 /dev/sda4/ reiserfsdefaults 1 1 Well OK, I got your instructions. 10 passes of memtest86 and not one error. I do not think it's the ram

Re: [gentoo-user] Machine freezes during gcc compile

2007-07-30 Thread Dan Cowsill
Yes, it's a new Acer, with a Amd64 Turion mobile mk-38. I had thought initially that the cpu was to blame for the freezups as indeed I have never installed on this particular processor. So far, so good with the freezing, though. I propped the machine up, and all seems to be going smoothly...

[gentoo-user] Re: reiserfsprogs

2007-07-30 Thread james
Boyd Stephen Smith Jr. bss03 at volumehost.net writes: /dev/sda2/boot reiserfsdefaults 1 2 Did this one second No corruption found from step 2... /dev/sda4/ reiserfsdefaults 1 1 Accidentially issued 4b before 2

Re: [gentoo-user] Automatic package updates

2007-07-30 Thread Eric Martin
enable crypt in the use flags for mozilla-thunderbird On 7/29/07, Kevin Lacquement [EMAIL PROTECTED] wrote: Hello all, I use Mozilla Thunderbird along with the enigmail plugin. Whenever I update world, it updates Thunderbird, which then tells me to manually re-install enigmail. However,

Re: [gentoo-user] Machine freezes during gcc compile

2007-07-30 Thread Don Jerman
It appears there are still apic issues under x86_64 SMP, so look at noapic if you continue to have hangups (you may have this AND heat problems). Also look at the AMD_64 architecture forums at gentoo.org. I'm not familiar with the Acer peripherals but that forum helped me with my HP9000z. On

[gentoo-user] Re: program autostart from another user [OT]

2007-07-30 Thread Anno v. Heimburg
Aleksey V. Kunitskiy wrote: I'm confused - is the local.[start,stop] the same as start-stop-daemon? or not? No, the suggestion is to use start-stop-daemon instead of sudo. man start-stop-daemon for more information. You will still have to call start-stop-daemon from an init script for both

Re: [gentoo-user] Re: reiserfsprogs

2007-07-30 Thread Neil Bothwick
On Mon, 30 Jul 2007 20:22:07 + (UTC), james wrote: For now the system is booting to a console prompt. I'm looking for a guide that tells you how to test xorg.conf configs and recover without having to reboot (powercycle) the system. I've never seen starting up X/kde cause a system to

Re: [gentoo-user] Re: reiserfsprogs

2007-07-30 Thread Volker Armin Hemmann
On Montag, 30. Juli 2007, Neil Bothwick wrote: On Mon, 30 Jul 2007 20:22:07 + (UTC), james wrote: For now the system is booting to a console prompt. I'm looking for a guide that tells you how to test xorg.conf configs and recover without having to reboot (powercycle) the system.

Re: [gentoo-user] Automatic package updates

2007-07-30 Thread Kevin Lacquement
On Mon, 30 Jul 2007 16:27:16 -0400 Eric Martin [EMAIL PROTECTED] wrote: enable crypt in the use flags for mozilla-thunderbird Crypt is enabled in my use flags. The problem isn't on the initial install - enigmail installed with no problems. The problem is that if I upgrade thunderbird, I

[gentoo-user] KDE HAL - Tray icon

2007-07-30 Thread Dave Oxley
Just a simple question: Is there a try icon for unmounting removable hardware (USB sticks etc)? Currently I go into konquerer and browse to media://, right mouse click and click 'safely remove'. Its just a little annoying! Cheers, Dave. -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] KDE HAL - Tray icon

2007-07-30 Thread Mauro Faccenda
On Monday 30 July 2007 20:36, Dave Oxley wrote: Just a simple question: Is there a try icon for unmounting removable hardware (USB sticks etc)? Currently I go into konquerer and browse to media://, right mouse click and click 'safely remove'. Its just a little annoying! add a applet called

Re: [gentoo-user] KDE HAL - Tray icon

2007-07-30 Thread Dave Oxley
Mauro Faccenda wrote: On Monday 30 July 2007 20:36, Dave Oxley wrote: Just a simple question: Is there a try icon for unmounting removable hardware (USB sticks etc)? Currently I go into konquerer and browse to media://, right mouse click and click 'safely remove'. Its just a little

Re: [gentoo-user] Automatic package updates

2007-07-30 Thread Rumen Yotov
On (30/07/07 15:39) Kevin Lacquement wrote: On Mon, 30 Jul 2007 16:27:16 -0400 Eric Martin [EMAIL PROTECTED] wrote: enable crypt in the use flags for mozilla-thunderbird Crypt is enabled in my use flags. The problem isn't on the initial install - enigmail installed with no problems.

[gentoo-user] revered skyscraper

2007-07-30 Thread gentoo
vtfmtb upoiug wdrh svukdebutante.jpg

Re: [gentoo-user] Automatic package updates

2007-07-30 Thread Kevin Lacquement
On Tue, 31 Jul 2007 03:25:21 +0300 Rumen Yotov [EMAIL PROTECTED] wrote: Hi, Try exchanging thunderbird with enigmail in your /var/lib/portage/world. Do it manually, no problem as one of the duo is in world (+crypt USE-flag). HTH. Rumen -- [EMAIL PROTECTED] mailing list Still doesn't

[gentoo-user] Re: reiserfsprogs

2007-07-30 Thread James
Volker Armin Hemmann volker.armin.hemmann at tu-clausthal.de writes: I've never seen starting up X/kde cause a system to hang before... Is the whole system handing, or just X? The entire system latches up tight, even the ssh remote shells and console. Do you have a networked computer

Re: [gentoo-user] Re: reiserfsprogs

2007-07-30 Thread Boyd Stephen Smith Jr.
On Monday 30 July 2007, James [EMAIL PROTECTED] wrote about '[gentoo-user] Re: reiserfsprogs': Volker Armin Hemmann volker.armin.hemmann at tu-clausthal.de writes: Neil wrote: If all else fails, and provided you have enabled CONFIG_MAGIC_SYSRQ in your kernel, hold down Alt and

Re: [gentoo-user] Automatic package updates

2007-07-30 Thread Rumen Yotov
On (30/07/07 18:35) Kevin Lacquement wrote: On Tue, 31 Jul 2007 03:25:21 +0300 Rumen Yotov [EMAIL PROTECTED] wrote: Hi, Try exchanging thunderbird with enigmail in your /var/lib/portage/world. Do it manually, no problem as one of the duo is in world (+crypt USE-flag). HTH. Rumen --

Re: [gentoo-user] Winbind...

2007-07-30 Thread Anders Trobäck
On Mon, 30 Jul 2007 15:44:14 +0200 Anders Trobäck [EMAIL PROTECTED] wrote: On Mon, 30 Jul 2007 14:17:37 +0100 Stroller [EMAIL PROTECTED] wrote: On 30 Jul 2007, at 12:07, Anders Trobäck wrote: ... However, I did add the winbind to the system-auth like this: auth required