Re: [gentoo-user] syslog-ng logging problem

2008-06-13 Thread Nicolas Sebrecht
Erik Danielsson <[EMAIL PROTECTED]> a écrit: > "syslog-ng[9533]: Error opening file for writing; > filename='/dev/tty12', error='Permission denied (13)'" Check '/etc/syslog-ng/syslog-ng.conf'. You should have thoses lines : destination console { usertty("root"); }; destination console_all { fil

Re: [gentoo-user] syslog-ng logging problem

2008-06-13 Thread Miika Linnapuomi
Sat, 14 Jun 2008 01:24:41 +0200 Erik Danielsson <[EMAIL PROTECTED]> wrote: > Hello! > > I'm unable to get the logging up and running as it should. > I've tried syslog-ng, which seems to be pretty much what I need, but > it keeps spamming my logs with a weird error message I can't seem to > figure

[gentoo-user] syslog-ng logging problem

2008-06-13 Thread Erik Danielsson
Hello! I'm unable to get the logging up and running as it should. I've tried syslog-ng, which seems to be pretty much what I need, but it keeps spamming my logs with a weird error message I can't seem to figure out. It fills the logs with "syslog-ng[9533]: Error opening file for writing; fil

[gentoo-user] SOLVED [was: vmware problem]

2008-06-13 Thread David Relson
On Fri, 13 Jun 2008 11:06:01 +0930 Iain Buchanan wrote: > On Thu, 2008-06-12 at 21:16 -0400, David Relson wrote: > > On Fri, 13 Jun 2008 09:23:51 +0930 > > Iain Buchanan wrote: > > > > > David - at this point I'd try a couple of things. Since you've > > > upgraded your linux-headers, it's a good

[gentoo-user] ALSA plug device

2008-06-13 Thread Grant
I'm trying to make sure any audio sent to my USB DAC sound card (snd-usb-audio driver) is 16-bit/44.1khz. I plan to test with this syntax: # cat /root/.asoundrc pcm.usb_audio { type hw card 0 } pcm.usb_audio_44 { type plug slave { pcm usb_au

Re: [gentoo-user] python Tkinter

2008-06-13 Thread Daniel Pielmeier
2008/6/13, David Harel <[EMAIL PROTECTED]>: > Hi, > > I need Tkinter: http://wiki.python.org/moin/TkInter . > In /etc/portage/package.use I added: > dev-lang/python (-nocxx) (-nothreads) tk > > trying the package as explained in "Step 1" in the above link: > $ python > Python 2.5.1 (r251:54863, Mar

Re: [gentoo-user] python Tkinter

2008-06-13 Thread Kenneth Prugh
On Fri, 13 Jun 2008 18:34:34 +0400 "Edward Hades" <[EMAIL PROTECTED]> wrote: > On Fri, Jun 13, 2008 at 6:13 PM, Kenneth Prugh <[EMAIL PROTECTED]> > wrote: > > Uh, the module is called Tkinter, so: import Tkinter > > > > http://docs.python.org/lib/module-Tkinter.html > > > > -- > > Ken69267 > > >

[gentoo-user] Thunar and encrypted partitions

2008-06-13 Thread Florian Philipp
Hi list! I'm trying to get thunar-volman to mount a luks-encrypted partition. Has anyone ever done it? I can plug the hard drive in and the first partition (plain NTFS) is recognized and can be mounted. The second partition (Ext3 on luks), however, is completely ignored. If I execute "thunar-volm

Re: [gentoo-user] python Tkinter

2008-06-13 Thread Edward Hades
On Fri, Jun 13, 2008 at 6:13 PM, Kenneth Prugh <[EMAIL PROTECTED]> wrote: > Uh, the module is called Tkinter, so: import Tkinter > > http://docs.python.org/lib/module-Tkinter.html > > -- > Ken69267 > Tkinter is a high-level interface, _tkinter is a low-level one. http://docs.python.org/lib/node68

Re: [gentoo-user] python Tkinter

2008-06-13 Thread Kenneth Prugh
On Fri, 13 Jun 2008 12:55:39 +0300 David Harel <[EMAIL PROTECTED]> wrote: > Hi, > > I need Tkinter: http://wiki.python.org/moin/TkInter . > In /etc/portage/package.use I added: > dev-lang/python (-nocxx) (-nothreads) tk > > trying the package as explained in "Step 1" in the above link: > $ pytho

Re: [gentoo-user] HIJACKING THREADS

2008-06-13 Thread Neil Bothwick
On Fri, 13 Jun 2008 11:25:18 +0200, Hemmann, Volker Armin wrote: > > In Claws Mail, hit New while in the ML folder :) > > what if I am in a ml folder but don't want to send a mail to that ml? > Removing adress again? Yes, unless you habitually write mails to other addresses while in mailing li

Re: [gentoo-user] python Tkinter

2008-06-13 Thread Justin
That he did. That was what I wanted to find out. If there is another entry in package.use, negating the first then he doesn't. We cannot be sure right now. signature.asc Description: OpenPGP digital signature

Re: [gentoo-user] python Tkinter

2008-06-13 Thread Edward Hades
On Fri, Jun 13, 2008 at 3:38 PM, Daniel Heemann <[EMAIL PROTECTED]> wrote: > On Fri June 13 2008, David Harel wrote: >> In /etc/portage/package.use I added: >> dev-lang/python (-nocxx) (-nothreads) tk > Afaik you need to build python with the 'tk' USE flag enabled. That he did. David, you sure yo

Re: [gentoo-user] python Tkinter

2008-06-13 Thread Daniel Heemann
On Fri June 13 2008, David Harel wrote: > Hi, > > I need Tkinter: http://wiki.python.org/moin/TkInter . > In /etc/portage/package.use I added: > dev-lang/python (-nocxx) (-nothreads) tk > > trying the package as explained in "Step 1" in the above link: > $ python > Python 2.5.1 (r251:54863, Mar 12

Re: [gentoo-user] python Tkinter

2008-06-13 Thread Justin
David Harel schrieb: Hi, I need Tkinter: http://wiki.python.org/moin/TkInter . In /etc/portage/package.use I added: dev-lang/python (-nocxx) (-nothreads) tk trying the package as explained in "Step 1" in the above link: $ python Python 2.5.1 (r251:54863, Mar 12 2008, 14:21:54) [GCC 4.1.2 (Gento

[gentoo-user] python Tkinter

2008-06-13 Thread David Harel
Hi, I need Tkinter: http://wiki.python.org/moin/TkInter . In /etc/portage/package.use I added: dev-lang/python (-nocxx) (-nothreads) tk trying the package as explained in "Step 1" in the above link: $ python Python 2.5.1 (r251:54863, Mar 12 2008, 14:21:54) [GCC 4.1.2 (Gentoo 4.1.2 p1.0.2)] on li

Re: [gentoo-user] HIJACKING THREADS

2008-06-13 Thread Hemmann, Volker Armin
On Freitag, 13. Juni 2008, Neil Bothwick wrote: > On Fri, 13 Jun 2008 08:16:11 +0200, Dirk Heinrichs wrote: > > Who has a shorter way? ;-) > > In Claws Mail, hit New while in the ML folder :) what if I am in a ml folder but don't want to send a mail to that ml? Removing adress again? -- gentoo-u

Re: [gentoo-user] HIJACKING THREADS

2008-06-13 Thread Neil Bothwick
On Fri, 13 Jun 2008 10:12:53 +0200, Dirk Heinrichs wrote: > > In Claws Mail, hit New while in the ML folder :) > > That would be as short, but not shorter, right? It would if you wrote a shorter email :P -- Neil Bothwick Random access is the optimum of the mass storages. signature.asc De

Re: [gentoo-user] HIJACKING THREADS

2008-06-13 Thread Dirk Heinrichs
Am Freitag, 13. Juni 2008 schrieb ext Neil Bothwick: > On Fri, 13 Jun 2008 08:16:11 +0200, Dirk Heinrichs wrote: > > Who has a shorter way? ;-) > > In Claws Mail, hit New while in the ML folder :) That would be as short, but not shorter, right? Bye... Dirk -- Dirk Heinrichs | T

Re: [gentoo-user] HIJACKING THREADS

2008-06-13 Thread Neil Bothwick
On Fri, 13 Jun 2008 08:16:11 +0200, Dirk Heinrichs wrote: > Who has a shorter way? ;-) In Claws Mail, hit New while in the ML folder :) -- Neil Bothwick Press any key to continue or any other key to quit signature.asc Description: PGP signature