Re: [xine-user] Cracking noise playing Audio CDs on kaffeine/xine

2005-05-30 Thread Paulo M C Aragão
Hi James, On Mon, May 30, 2005 at 06:13:29PM +0100, James Stembridge wrote: > > I hear a constant cracking/skipping noise when I play Audio CDs with > > kaffeine/xine. I'm using both straight out-of-the-box, installed from > > Debian binary packages. > > > > Some info about my setup: > > > > OS

Re: [xine-user] Cracking noise playing Audio CDs on kaffeine/xine

2005-05-30 Thread Paulo M C Aragão
Hi Peter, On Mon, May 30, 2005 at 04:56:13PM -0400, Peter Jay Salzman wrote: > james was suggesting to kill arts and see if your sound is any better. this > effectively kills the middleman -- your audio program will interact directly > with the sound hardware instead of needing to interact with

Re: [xine-user] Cracking noise playing Audio CDs on kaffeine/xine

2005-05-30 Thread Paulo M C Aragão
On Mon, May 30, 2005 at 06:55:15PM -0400, Peter Jay Salzman wrote: > Perfect application for strace. Use: > > strace -o LOG.txt kaffeine > > Wait until you see kaffeine issue "device is busy" and then kill kaffeine. > > Load up the file LOG.txt with an editor. Do a search for "device is busy"

Discover device drivers built into a kernel image

2005-05-31 Thread Paulo M C Aragão
Hi, Apologies in advance for the basic question. I'm counting on the everlasting patience and generosity of the list members. I googled to no avail in search of an answer. How do I discover which device drivers are built into a given kernel image, not accessing the sources ? Thanks Paulo -- T

Re: How to capture bootup messages?

2005-06-14 Thread Paulo M C Aragão
John Kelly wrote on Jun, 13: > When booting, I see console messages from programs using stdout and > stderr, scrolling by too fast to read. They are not logged in dmesg > or any /var/log file. > > How to capture them? This fantastic list help me on this one before. Put this in /etc/default/boo

Re: How to capture bootup messages?

2005-06-14 Thread Paulo M C Aragão
Stephen R Laniel wrote on Jun, 14: > See also > http://lists.debian.org/debian-user/2005/03/msg03789.html This is curious. I'm running Debian stock kernel 2.4.27-2-686 and neither: CONFIG_LEGACY_PTYS=y CONFIG_LEGACY_PTY_COUNT=256 seem to be configured (checked /boot/config-2.4.27-2-686), but bo

Re: How to capture bootup messages?

2005-06-15 Thread Paulo M C Aragão
Colin Ingram wrote on Jun, 15: > >This is curious. I'm running Debian stock kernel 2.4.27-2-686 and > >neither: > > > >CONFIG_LEGACY_PTYS=y > >CONFIG_LEGACY_PTY_COUNT=256 > > > > > I don't think these are needed or that they are the problem > > >seem to be configured (checked /boot/config-2.4.27

/etc/network/if-post-up.d/ scripts are not executed

2005-07-20 Thread Paulo M C Aragão
Hi, I run Etch on a laptop and cardmgr to configure the PCMCIA ethernet card. fetchmail is started before the ethernet interface is up, so I figured that I had to either start or simply awaken it *after* the interface was up, placing a script in /etc/network/if-post-up.d/. I noticed that /etc/ne

Re: /etc/network/if-post-up.d/ scripts are not executed (SOLVED)

2005-07-20 Thread Paulo M C Aragão
Thomas Hood wrote on Jul, 20: > > fetchmail is started before the ethernet interface is up, so I > > figured that I had to either start or simply awaken it *after* > > the interface was up, placing a script in /etc/network/if-post-up.d/. > > The solution is to install resolvconf. Thanks for the t

Setting defaults for ulimit

2005-06-30 Thread Paulo M C Aragão
Does anybody know where the defaults for ulimit are set ? I couldn't find anything in /etc. Thanks Paulo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Setting defaults for ulimit

2005-06-30 Thread Paulo M C Aragão
Lee Braiden wrote on Jun, 30: > > Does anybody know where the defaults for ulimit are set ? > > I couldn't find anything in /etc. > > /etc/security/limits.conf Thanks, Lee. That's why 'grep -r ulimit /etc' couldn't find anything. Paulo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a su

Re: Setting defaults for ulimit

2005-06-30 Thread Paulo M C Aragão
Lee Braiden wrote on Jun, 30: > > Does anybody know where the defaults for ulimit are set ? > > I couldn't find anything in /etc. > > /etc/security/limits.conf Just looked at the file again and noticed that all entries are commented out (start with #). So the defaults must be coming from somewhe

Standalone info reader aborts with 'segmentation fault'

2005-06-30 Thread Paulo M C Aragão
I was trying to learn how to use the standalone info reader, following its sort of tutorial and it aborted with 'segmentation fault'. This should reproduce the error: $ info info h n n n ] ] [ Should I file a bug report ? Thanks Paulo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subj

Re: Setting defaults for ulimit

2005-06-30 Thread Paulo M C Aragão
Lee Braiden wrote on Jun, 30: > I think the defaults are just from the same pam module that includes that > file > as an example of what you can change :) I'm not sure if I understood you. Forgive my ignorance and please correct me: 1. There's a pam module that sets limits for a shell environm

Using glibc debug version with gcc

2005-06-30 Thread Paulo M C Aragão
Hi All, How do I tell gcc to use the debug version of glibc ? I installed libc6-dbg but I just can't find out how to direct gcc to use the debug version of the libraries. I searched gcc's manual and googled around but couldn't find out what certainly should be a trivial command line option. Paul

Re: Using glibc debug version with gcc (SOLVED)

2005-07-01 Thread Paulo M C Aragão
Paulo M C Aragão wrote on Jul, 1: > Hi All, > > How do I tell gcc to use the debug version of glibc ? > > I installed libc6-dbg but I just can't find out how to direct gcc to use > the debug version of the libraries. Sorry to bother everybody. I hadn't go

no icons on kde 3.4.2 desktop after reboot

2005-09-14 Thread Paulo M C Aragão
Hi, I wonder if anyone has seen this problem and knows how to solve it. After a reboot, my KDE desktop shows no icons and a pop-up window shows the message: Error - KDesktop The process for the file protocol died unexpectedly If I end the session and log in again, the icons appear. I'm runni

Re: How to share env. variables ?

2005-10-21 Thread Paulo M C Aragão
Bruno, > How to give kde / X11 same env.variables as logged user ? KDE sources all shell scripts placed in ~/.kde/env. What I do is: 1. ln -s /etc/environment ~/.kde/env 2. Place all global environment variables in /etc/environment This way they're available to console and KDE-started appl alik

Requesting POSIX/SUS features from glibc

2005-10-31 Thread Paulo M C Aragão
Hi, Feature test macro _POSIX_SOURCE refers to which edition of POSIX.1 ? And _XOPEN_SOURCE refers to which SUS version ? I've got installed libc6 and glibc-doc both 2.3.5-7. I've carefully read the documentation from these packages, but couldn't find clear, unambiguous answers. It was clear t

Re: After updating testing, must now 'ifup eth0' manually - why?

2005-10-31 Thread Paulo M C Aragão
Daniel Nilsson wrote on Nov, 1: > On Mon, Oct 31, 2005 at 08:56:46PM -0500, Patrick Wiseman wrote: > > This is on a laptop, so the card is a pcmcia card; it always used to get > > connected after being recognised. Now it gets recognised quickly but doesn't > > get connected until I manually 'ifup

Re: After updating testing, must now 'ifup eth0' manually - why?

2005-11-01 Thread Paulo M C Aragão
Ed Lawson wrote on Nov, 1: > > > > I browsed /etc/pcmcia/network and found out these suspicious > lines in > > /etc/pcmcia/network.opts: > > > > start_fn () { return; } > > stop_fn () { return; } > > > > changed them to: > > > > start_fn () { ifup $1; } > > stop_fn () { ifdown $1; } > > > >

Re: What is a soname?

2005-11-04 Thread Paulo M C Aragão
Tshepang, > On Fri, Nov 04, 2005 at 11:09:20AM +0200, Tshepang Lekhonkhobe wrote: > > Hello, > > With the current ABI transitions, I have noted a lot of mention about > > soname changes, always wondering what it means. Could someone > > explain... thanks This is where I very recently learned what

Re: What is a soname?

2005-11-04 Thread Paulo M C Aragão
John, John M. Gabriele wrote on Nov, 4: > http://wiki.linuxquestions.org/wiki/Library-related_Commands_and_Files And thanks for this wiki link. I hadn't heard of it. It's in my bookmarks now ! Paulo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Cont

pccardd: what is this ?!

2005-11-12 Thread Paulo M C Aragão
Hi, I noticed today the following daemons running: UIDPID PPID C STIME TTY TIME CMD root 1121 1 0 Nov11 ?00:00:00 [pccardd] root 1123 1 0 Nov11 ?00:00:00 [pccardd] but can't establish what they are. I'm running: updated Debian sid kernel 2

Re: pccardd: what is this ?!

2005-11-12 Thread Paulo M C Aragão
> > Hi, > > > > I noticed today the following daemons running: > > > > UIDPID PPID C STIME TTY TIME CMD > > root 1121 1 0 Nov11 ?00:00:00 [pccardd] > > root 1123 1 0 Nov11 ?00:00:00 [pccardd] > > > > but can't establish what they are. > > >

Re: pccardd: what is this ?!

2005-11-12 Thread Paulo M C Aragão
> > I noticed today the following daemons running: > > > > UIDPID PPID C STIME TTY TIME CMD > > root 1121 1 0 Nov11 ?00:00:00 [pccardd] > > root 1123 1 0 Nov11 ?00:00:00 [pccardd] > > > > but can't establish what they are. > > > the braces ('[]

How to enable APM on kernel 2.6.14-2-686

2005-11-17 Thread Paulo M C Aragão
Hi, Would anybody know how to enable APM on a 2.6.14-2-686 kernel ? After I upgraded my kernel to 2.6.14-2-686, I noticed I couldn't suspend my laptop. It's an old Fujitsu Lifebook E342, with APM. These messages come from dmesg: apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac) apm: ove

Using APM with kernel 2.6.14

2005-11-28 Thread Paulo M C Aragão
Hi, I'm lost trying to enable APM on a Debian stock kernel 2.6.14-2-686. Would anybody know of some document that talks about this ? I've tried booting the kernel with acpi=off apm=on, but APM is not enabled. It works with 2.6.8-2-686. I've googled around but didn't hit anything relevant. My l

USB devices not working after APM suspend

2005-11-29 Thread Paulo M C Aragão
I wonder if someone has seen this and knows how to solve it. I've been breaking my head against this problem for a fortnight without success. I have an updated sid system, kernel 2.6.14-2-686, installed on a Fujitsu Lifebook E342 laptop. Its BIOS only has APM support. I discovered that ACPI is

HOWTO write a udev rule to awaken fetchmail after eth0 is up

2005-12-01 Thread Paulo M C Aragão
Hi, I'm trying to write a udev rule to awaken a system-wide fetchmail daemon whenever eth0 is brought up, but I'm lost about which event to capture. Before udev, I did this in /etc/network/interfaces: iface eth0 inet dhcp post-up /etc/init.d/fetchmail start || true pre-down /etc/init.d/