Re: screen

2002-06-30 Thread Geoff Ludwiczak
The only thing I can think of is locking the session with Ctrl-A Ctrl-X but whoever has got into your account also probably has the password to unlock the screen session :-) On Mon, Jul 01, 2002 at 01:03:58AM +0200, Gabor Gludovatz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi,

Re: find utility gives segmentation fault

2002-06-27 Thread Geoff Ludwiczak
That's right, the GNU version of find will default to the current directory if none is specified. Have you tried a different kernel? On Fri, Jun 28, 2002 at 02:40:26PM +1000, Chris Kenrick wrote: > On Fri, Jun 28, 2002 at 12:22:37AM -0400, Ian D. Stewart wrote: > > -BEGIN PGP SIGNED MESSAGE--

Re: apache + apache-ssl

2002-06-25 Thread Geoff Ludwiczak
Well, just looking through, there's a libapache-mod-ssl-doc package, after installing, look in /usr/share/doc/libapache-mod-ssl-doc On Tue, Jun 25, 2002 at 10:56:19PM +0200, j2 wrote: > > > > > Have you tried installing libapache-mod-ssl? As I understand it, this, > in > > > conjunction with a

Re: usleep

2002-06-25 Thread Geoff Ludwiczak
I don't think so, but making a program that uses the usleep(3) call is fairly trivial :-) On Tue, Jun 25, 2002 at 09:18:19PM +0200, Hans Bausewein wrote: > Hello, > > I've read in a 'Bash-Scripting Guide' about a 'usleep' (microseconds sleep) > command, but I cannot find it on either my Debian

Re: DHCP client stopped getting responses from ATTBI server

2002-06-25 Thread Geoff Ludwiczak
I'm not sure if this would help any, but I usually use pump instead of dhcp-client. My ISP has a whole bunch of different IP blocks, and it's strange. If I use dhcp-client (dhclient), I get IP blocks like 207.x.x.x, and if I use pump instead of dhcp-client, I get 64.x.x.x. When I get an IP in th

logging question

2002-06-25 Thread Geoff Ludwiczak
I'd like to know about what you people use for monitoring logs. Like for instance, I know in Debian, that all logs are put into /var/log. So I have a shell script that does sudo tail -f /var/log/*.log to keep track of changes. I'm wondering, what progams or what kind of setup do you have for moni

Re: sound card question

2002-06-23 Thread Geoff Ludwiczak
Anyways.. I heard from some other people that certain sound cards are able to play more than one audio stream at the same time in Linux without the sound daemons. It seems a lot easier without one. I tried putting in a sound blaster live (emu10k1) before and playing more than one sound worked. Ho

Re: woody kernel question

2002-02-11 Thread Geoff Ludwiczak
Go to http://www.kernel.org and you should see the 2.4.18-pre9 patch. On Mon, Feb 11, 2002 at 09:18:55PM -0800, Paul E Condon wrote: > On Mon, Feb 11, 2002 at 08:56:29PM -0800, Geoff Ludwiczak wrote: > > I have been using kernel 2.4.18-pre9 for the past couple days and see no > > p

Re: woody kernel question

2002-02-11 Thread Geoff Ludwiczak
I have been using kernel 2.4.18-pre9 for the past couple days and see no problems with it so far. I was using 2.4.17 before, and had no troubles with it either. Try 2.4.17, but if you're going to use 2.2, then just use 2.2.20. On Mon, Feb 11, 2002 at 08:34:00PM -0800, Paul E Condon wrote: > I ha

Re: OT: Need help from bash experts...

2002-02-11 Thread Geoff Ludwiczak
On Mon, Feb 11, 2002 at 09:22:06PM -0500, Neal Lippman wrote: > Sorry for OT posting; I am not sure if there is a newsgroups for bash > experts, so I figured I'd try here. I'm no bash expert, I'll try though. > > I need to be able to write a bash script that can copy files from a directory > w

Re: mp3 and background

2002-02-11 Thread Geoff Ludwiczak
I recognized that background immediately, it's from one of largo's window maker themes I think, check out his page, http://largo.windowmaker.org It's in his themes section On Mon, Feb 11, 2002 at 02:46:44PM -0500, Scott Henson wrote: > On Mon, 2002-02-11 at 14:19, Michi Onken wrote: > > > Now on

Re: Device or resource busy error.

2002-02-05 Thread Geoff Ludwiczak
On Mon, Feb 04, 2002 at 09:43:32PM -0800, James Rende wrote: > Folks. > > I am trying to get my aging machine as far away from > Windows as humanly possible. I can't, however, get > Debian to recognize my NIC. When I try to run modprobe > rtl8139 as root, I get an error telling me that the > Devi

Re: What's a debian kid look like?

2001-12-23 Thread Geoff Ludwiczak
17, male, english, still going to high-school, learning how to do things the "debian way", hacking C programs, writing php, and learning more about computers in general On Sun, Dec 23, 2001 at 08:20:32PM +, Aniartia wrote: > 22 y/o Fem, English, single mother of 1, Free-lance Audio & Comp Tech

process w/o attached tty?

2001-06-28 Thread Geoff Ludwiczak
Hey, I have a question for you guys. Can you run a program and make it detach itself from the tty you run it from? Like say I open up an eterm, run xmms from it and then decide to close down eterm, but it'll close xmms with it. Any way to get it so it doesn't close xmms as well? Thanks!