Re: init.d startup script does not exit

2008-09-13 Thread Clifford W. Hansen
On Sunday 14 September 2008 08:35:13 rex wrote: > Hello, > > I have a script that launches a program. If I launch this program > manually, it keeps on running in the shell. It is a webserver, so I > need it running all the time. However, if I exit the shell, it kills > the webserver. > > I tried

init.d startup script does not exit

2008-09-13 Thread rex
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I have a script that launches a program. If I launch this program manually, it keeps on running in the shell. It is a webserver, so I need it running all the time. However, if I exit the shell, it kills the webserver. I tried putting links

Re: Bash-SU Question

2008-09-13 Thread Gabriel Parrondo
El dom, 14-09-2008 a las 12:53 +1000, Alex Samad escribió: > On Sat, Sep 13, 2008 at 04:13:27PM -0600, Telly Williams wrote: > > Hi, > > > > Here's my script: > > > > #!/bin/sh > > > > su -m -c "echo User: $(whoami)" user1 > > isn't this $(whoami) being executed in the original /bin/sh to e

alsaconf script now broken

2008-09-13 Thread Jude DaShiell
In latest update to alsa packages running alsaconf gets the following interesting warning: Loading driver... Usage: /sbin/modprobe [-v] [-V] [-C config-file] [-n] [-i] [-q] [-b] [-o ] [ --dump-modversions ] [parameters...] /sbin/modprobe -r [-n] [-i] [-v] ... /sbin/modprobe -l -t [ -a ...]

Re: Bash-SU Question

2008-09-13 Thread Telly Williams
>isn't this $(whoami) being executed in the original /bin/sh to executre >it under the su wouldn't you need something like > >\$(whoami) Well, it worked, escaping it like that. Thanks for the reply! Also, sorry about placing this under a previous list message. -- VR ~

Re: Bash-SU Question

2008-09-13 Thread Alex Samad
On Sat, Sep 13, 2008 at 04:13:27PM -0600, Telly Williams wrote: > Hi, > > Here's my script: > > #!/bin/sh > > su -m -c "echo User: $(whoami)" user1 isn't this $(whoami) being executed in the original /bin/sh to executre it under the su wouldn't you need something like \$(whoami) > sle

durep, anyone?

2008-09-13 Thread T o n g
Hi, Anyone is using durep version 0.9-1's web reporting feature? I always use durep to view my disk usages. But starting from version 0.9, the report format changed. Now the results are stored in data dump files in /var/lib/durep and are to be viewed through a CGI script. I just upgrade my dur

Re: Undefined symbol XpmReadFileToImage

2008-09-13 Thread linuksos
Hi , is this problem similar to yours? http://wiki.videolan.org/User:Thannoy#undefined_symbol:_XpmReadFileToImage -- lubo http://www.linuxconfig.org/ On Sun, Sep 14, 2008 at 10:26 AM, hce <[EMAIL PROTECTED]> wrote: > Hi, > > I've installed libxpm-dev, but I've got an error of undefiend symbol

Re: problems with pear using debian and php5

2008-09-13 Thread linuksos
Hi, did you try to purge php-pear package and install it again: dpkg -P php-pear apt-get install php-pear -- lubo http://www.linuxconfig.org/ On Sun, Sep 14, 2008 at 10:26 AM, crana2 <[EMAIL PROTECTED]> wrote: > > I'm trying to install egroupware on my debian (etch) machine. > When running the

problems with pear using debian and php5

2008-09-13 Thread crana2
I'm trying to install egroupware on my debian (etch) machine. When running the preinstallation check of egroupware an error is displayed for PEAR support stating that pear is not available. Though I installed pear using apt-get install php-pear. So far there is no specific php5 version for pear.

Undefined symbol XpmReadFileToImage

2008-09-13 Thread hce
Hi, I've installed libxpm-dev, but I've got an error of undefiend symbol XpmReadFileToImage when I was running VLC plugin on Opera. After searching, I find following packages, which one should I install to fix the undefined symbol XpmReadFileToImage? $ apt-cache search libxpm jwm - Very small lig

Re: kernel swap question

2008-09-13 Thread Ron Johnson
On 09/13/08 17:34, Mag Gam wrote: Also, my I/O is pretty fast. It can do 250/MBsec read/write randomly. If that helps.. Don't think so... On Sat, Sep 13, 2008 at 6:28 PM, Mag Gam <[EMAIL PROTECTED]> wrote: I have a system with 32GB of RAM. The application is designed so it does not do sequ

Re: Bash-SU Question [ DISREGARD ]

2008-09-13 Thread Telly Williams
-- VR ~ TW Email: [EMAIL PROTECTED] "Knowledge Is Power" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: kernel swap question

2008-09-13 Thread Mag Gam
Also, my I/O is pretty fast. It can do 250/MBsec read/write randomly. If that helps.. TIA On Sat, Sep 13, 2008 at 6:28 PM, Mag Gam <[EMAIL PROTECTED]> wrote: > I have a system with 32GB of RAM. The application is designed so it > does not do sequential reads and it does random operations. The >

Bash-SU Question

2008-09-13 Thread Telly Williams
Hi, Here's my script: #!/bin/sh su -m -c "echo User: $(whoami)" user1 sleep1 user=$(whoami) echo "User: $user" I expect that when I run this as root, it changes to user1, executes the command specified and outputs to STDOUT "User: user1", and then executes the second command

kernel swap question

2008-09-13 Thread Mag Gam
I have a system with 32GB of RAM. The application is designed so it does not do sequential reads and it does random operations. The application memory intensive and I would like it to not swap. I want it to use physical memory as much as possible. Once the memory is read and operated on, I want tha

Re: Where is libgtk-x11-2.0.so.0?

2008-09-13 Thread Kumar Appaiah
On Sat, Sep 13, 2008 at 01:28:33PM -0400, Thomas H. George wrote: > iiia32-libs 2.6 > iiia32-libs-gtk 2.6 > iinspluginwrapper 0.9.91.2-2 > iinspluginwrapper-i3860.9.91.2-2 > > all installed with apt-get install ...

Re: xserver, video playback, direct rendering etc.

2008-09-13 Thread Nicholas Syrotiuk
Thanks, Kelly. That sounds fairly definitive. I will take my problem to Phoronix unless Daniel or Felipe come up with a solution. Cheers, Nick Kelly Clowers wrote: On Sat, Sep 13, 2008 at 9:03 AM, Kelly Clowers <[EMAIL PROTECTED]> wrote: On Fri, Sep 12, 2008 at 2:34 PM, Nicholas Syrotiuk <[E

Re: Multiseat volume settings?

2008-09-13 Thread Nyizsnyik Ferenc
On Sat, 13 Sep 2008 10:25:46 -0700 Tyler MacDonald <[EMAIL PROTECTED]> wrote: > My daughter and I share a multiseat debian setup. I'm using gnome and > she uses KDE. I like to listen to music using amarok. She likes to > play games whose sound get annoying after awhile, like gcompris or > childspl

Re: xserver, video playback, direct rendering etc.

2008-09-13 Thread Nicholas Syrotiuk
Daniel, Here's the command: mozart:/home/ns# modprobe radeon WARNING: Error inserting drm (/lib/modules/2.6.26-1-686/kernel/drivers/char/drm/drm.ko): Cannot allocate memory FATAL: Error inserting radeon (/lib/modules/2.6.26-1-686/kernel/drivers/char/drm/radeon.ko): Unknown symbol in module,

Re: Multiseat volume settings?

2008-09-13 Thread Andrei Popescu
On Sat,13.Sep.08, 10:25:46, Tyler MacDonald wrote: > Is there any way to separate the volume on a per-desktop basis, so that I > can make her clicks and whirs quieter and my music louder? I can think of two ways: 1. two separate soundcards 2. volume control in the application itself Many appl

Re: Where is libgtk-x11-2.0.so.0?

2008-09-13 Thread Thomas H. George
On Sat, Sep 13, 2008 at 10:40:32AM -0500, Kumar Appaiah wrote: > On Sat, Sep 13, 2008 at 10:54:16AM -0400, Thomas H. George wrote: > > > I too have 9.0 r124 but also 9.0 r100 and Flash Movie Player compatable > > > with Shockwave Flash 4.0 are also installed. I'm working on > > > uninstalling the

Multiseat volume settings?

2008-09-13 Thread Tyler MacDonald
My daughter and I share a multiseat debian setup. I'm using gnome and she uses KDE. I like to listen to music using amarok. She likes to play games whose sound get annoying after awhile, like gcompris or childsplay, or http://www.nickjr.com/playtime/ or http://www.boohbah.com/ . The problem is t

Re: How to customize project version number in subversion

2008-09-13 Thread Paulo Silva
2008/9/13 Michael Yang <[EMAIL PROTECTED]>: > Hi: > > I installed subversion on my debian, everything works well. > > I just wonder where I can set the initial version control number of the > project. > For example, now the version starts from revision 1, and incremental by one. > I want to set the

Re: How to customize project version number in subversion

2008-09-13 Thread Martin
Hi, On Sat, Sep 13, 2008 at 5:57 PM, Michael Yang <[EMAIL PROTECTED]> wrote: > For example, now the version starts from revision 1, and incremental by one. > I want to set the number in format of 1.0.0.1, how can I do this setting the > main branch number? You don't do that, commits are atomic an

Re: How to customize project version number in subversion

2008-09-13 Thread Tzafrir Cohen
On Sat, Sep 13, 2008 at 11:57:11AM -0400, Michael Yang wrote: > Hi: > > I installed subversion on my debian, everything works well. > > I just wonder where I can set the initial version control number of the > project. > For example, now the version starts from revision 1, and incremental by one.

Re: xserver, video playback, direct rendering etc.

2008-09-13 Thread Kelly Clowers
On Sat, Sep 13, 2008 at 9:03 AM, Kelly Clowers <[EMAIL PROTECTED]> wrote: > On Fri, Sep 12, 2008 at 2:34 PM, Nicholas Syrotiuk > <[EMAIL PROTECTED]> wrote: >> Thanks for the suggestions, Kelly. >> >> First I stuck with the fglrx driver and added the two options to the >> "Device" section of xorg.co

Re: Way OT: OpenDNS

2008-09-13 Thread Ron Johnson
On 09/13/08 00:59, Andrei Popescu wrote: On Fri,12.Sep.08, 21:49:54, David Fox wrote: I see some out of band stuff (hop 6 in particular) but I'm running a low-latency bittorrent at the moment too. Stop bragging :) I have strange (for me at least) results: $ mtr -r -c30 -n google.com HOST:

Re: xserver, video playback, direct rendering etc.

2008-09-13 Thread Kelly Clowers
On Fri, Sep 12, 2008 at 2:34 PM, Nicholas Syrotiuk <[EMAIL PROTECTED]> wrote: > Thanks for the suggestions, Kelly. > > First I stuck with the fglrx driver and added the two options to the > "Device" section of xorg.conf. Unfortunately this didn't seem to make any > difference to the video playback

sid-root: mouse not working: SOLVED

2008-09-13 Thread steef
>SOLVED< Original Message Subject:[Fwd: sid-root: mouse not working] Resent-Date:Thu, 11 Sep 2008 13:50:14 + (UTC) Resent-From:debian-user@lists.debian.org Date: Thu, 11 Sep 2008 15:49:47 +0200 From: steef <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTEC

How to customize project version number in subversion

2008-09-13 Thread Michael Yang
Hi: I installed subversion on my debian, everything works well. I just wonder where I can set the initial version control number of the project. For example, now the version starts from revision 1, and incremental by one. I want to set the number in format of 1.0.0.1, how can I do this setting th

Re: Where is libgtk-x11-2.0.so.0?

2008-09-13 Thread Kumar Appaiah
On Sat, Sep 13, 2008 at 10:54:16AM -0400, Thomas H. George wrote: > > I too have 9.0 r124 but also 9.0 r100 and Flash Movie Player compatable > > with Shockwave Flash 4.0 are also installed. I'm working on > > uninstalling the latter two. > > > > Tom > > > > Uninstalling the duplicates did not

Re: Where is libgtk-x11-2.0.so.0?

2008-09-13 Thread Thomas H. George
On Sat, Sep 13, 2008 at 09:09:02AM -0400, Thomas H. George wrote: > On Fri, Sep 12, 2008 at 05:35:05PM -0500, Kumar Appaiah wrote: > > Dear Thomas, > > > > On Fri, Sep 12, 2008 at 09:42:35AM -0400, Thomas H. George wrote: > > > ia32-libs-gtk did the trick. Youtube video's run fine. NYTimes > > >

Xdmx mouse problem

2008-09-13 Thread Vit
Hi All! I've got laptop and desktop computers, both are running Debian testing. Notebook ip 10.0.0.2, computer - 10.0.0.1. When I try to start (on notebook) Xdmx:1 -display 10.0.0.1:0 -input 10.0.0.1:0 -igronebadfontpaths It connects and works ok, but mouse is stuck in upper left conner and doesn'

Re: Where is libgtk-x11-2.0.so.0?

2008-09-13 Thread Thomas H. George
On Fri, Sep 12, 2008 at 05:35:05PM -0500, Kumar Appaiah wrote: > Dear Thomas, > > On Fri, Sep 12, 2008 at 09:42:35AM -0400, Thomas H. George wrote: > > ia32-libs-gtk did the trick. Youtube video's run fine. NYTimes > > video's now try to start but stall loading. NYTimes problem? > > It does wor

Re: problem with flex; pls reply urgent

2008-09-13 Thread Axel Freyn
Hi Raman, On Sat, Sep 13, 2008 at 08:18:18AM -0400, raman narasimhan wrote: > [...] > Executing this code gives the result: > *debian:~# lex idtoken.l -ll > lex: can't open -ll > /usr/bin/m4:stdin:2550: ERROR: end of file in string > debian:~# > * > what do i do to solve this problem??? You have to

problem with flex; pls reply urgent

2008-09-13 Thread raman narasimhan
i was doing a lex program for token identification CODE: %{ #include #include %} DIGIT [0-9] ID [A-Za-z]+ WS [\n\t" "] %% {DIGIT}+ {printf("Integer:%d\n",atoi(yytext));} {DIGIT}+"."{DIGIT}+ {printf("Float:%g\n",atof(yytext));} [a-z]+"."h {printf("Header File:%s\n",yytext);} #include|printf|if|else|

Re: Problem on running aptitude/apt-get upgrade (SOLVED)

2008-09-13 Thread Stephen Liu
--- Chris Bannister <[EMAIL PROTECTED]> wrote: > On Fri, Sep 12, 2008 at 05:09:52PM +0800, Stephen Liu wrote: > > > > --- Daniel Burrows <[EMAIL PROTECTED]> wrote: > > > > > On Fri, Sep 12, 2008 at 07:11:41AM +0800, Stephen Liu > > > <[EMAIL PROTECTED]> was heard to say: > > > > Depends: libatk

problem with flex

2008-09-13 Thread raman narasimhan
i was doing a lex program for token identification CODE: %{ #include #include %} DIGIT [0-9] ID [A-Za-z]+ WS [\n\t" "] %% {DIGIT}+ {printf("Integer:%d\n",atoi(yytext));} {DIGIT}+"."{DIGIT}+ {printf("Float:%g\n",atof(yytext));} [a-z]+"."h {printf("Header File:%s\n",yytext);} #include|printf|if|else|

Re: Problem on running aptitude/apt-get upgrade (SOLVED)

2008-09-13 Thread Chris Bannister
On Fri, Sep 12, 2008 at 05:09:52PM +0800, Stephen Liu wrote: > > --- Daniel Burrows <[EMAIL PROTECTED]> wrote: > > > On Fri, Sep 12, 2008 at 07:11:41AM +0800, Stephen Liu > > <[EMAIL PROTECTED]> was heard to say: > > > Depends: libatk1.0-0 (>= 1.12.2), libc6 (>= 2.3.6-6), libcairo2 (>= > > > 1.2.

Re: grammar tool in linux ... perhaps in emacs

2008-09-13 Thread Chris Bannister
On Tue, Sep 09, 2008 at 12:30:13PM -0500, John Hasler wrote: > ->HS writes: > > I was wondering what choices do we have to check English grammar in > > Linux. > > IIRC there used to be such a program in BSD. > > > ...that such a tool aids in catching silly mistakes and helps > > significantly in

Re: wpa_supplicant and dhclient

2008-09-13 Thread Andrei Popescu
You didn't specify your Debian release, my responses below apply to lenny and sid, not sure about etch. On Sat,13.Sep.08, 08:42:55, Urs Thuermann wrote: > I want to connect an embeded mobile WLAN station to a WLAN network > with WPA-PSK and DHCP. In /etc/network/interfaces I have > > auto a

Re: dd|tar backup over ssh fails, could someone give me a pointer.

2008-09-13 Thread wimpunk
Tim Edwards wrote: Eduardo M KALINOWSKI wrote: Yes, it is possible. I'd do something like this: use dd to read the partition and output it to stdout, pipe that into netcat, which sends to the other host. The other host has a listening netcat that passes the read output to bzip2 or whatever.

wpa_supplicant and dhclient

2008-09-13 Thread Urs Thuermann
I want to connect an embeded mobile WLAN station to a WLAN network with WPA-PSK and DHCP. In /etc/network/interfaces I have auto ath0 iface ath0 inet dhcp wpa-driver wext wpa-conf /etc/wpa_supplicant/ww.conf My problem is when I boot while the WLAN is not available. Then

Re: live-helper sections not an option?

2008-09-13 Thread Andrei Popescu
On Fri,12.Sep.08, 11:16:41, Nicodemo Alvaro wrote: > I updated live-helper to latest unstable 1.0.0-2. lh_config is > throwing an error: > getopt: unrecognized option `--sections=main contrib non-free' > > I am using the the option --sections="main contrib non-free" with > lh_config. Is this secti

Re: xserver, video playback, direct rendering etc.

2008-09-13 Thread Daniel Dickinson
On Sat, 13 Sep 2008 08:13:52 +0100 Nicholas Syrotiuk <[EMAIL PROTECTED]> wrote: > Output of dmesg | grep drm: > [nothing] > Is that bad? Maybe not for the closed source (ati's) driver, but for the open source driver if the drm kernel module is not loaded then DRI can't be done which means your ge

Re: xserver, video playback, direct rendering etc.

2008-09-13 Thread Nicholas Syrotiuk
Felipe, Output of fglrxinfo: display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: ATI Radeon HD 2400 XT OpenGL version string: 2.1.7873 Release Daniel, Hmmm... that may be the problem... Output of dpkg -l '*libmesa*': un xlibmesa-dri