Re: Removing a sound module?

2001-07-30 Thread staf wagemakers
On Mon, Jul 30, 2001 at 04:07:05PM +0300, Antti Tolamo wrote: How can I remove a soundmodule if it doesn't succeed from modconf? I installed wrong module and now it fails as I try to remove it. modprobe -r module_name example: modprobe -r sb -- staf wagemakers email: [EMAIL

Re: console beep

2001-07-06 Thread staf wagemakers
could use ssh to execute a remote shell script. regards, -- staf wagemakers email: [EMAIL PROTECTED] homepage: http://www.stafwag.f2s.com

Re: console beep

2001-07-06 Thread staf wagemakers
On Fri, Jul 06, 2001 at 02:31:16PM +0200, Christian Jaeger wrote: You could use ssh to execute a remote shell script. But how does the remote script issue the beep? ;-) Ctrl-g doesn't do what we are talking about. It should work... Another solution is: echo -e \7 -- staf wagemakers email

Re: wget and images

2001-06-21 Thread staf wagemakers
the images (this is important, because it is a graphics tutoriyl...) I think your need the -m (mirror) option wget -m http://www.debian.org; will download the debian site to your hd. -- staf wagemakers email: [EMAIL PROTECTED] homepage: http://www.stafwag.f2s.com

Re: Mailman package

2001-04-14 Thread staf wagemakers
try to add deb-src ftp://debian.org/debian unstable main non-free contrib to your /etc/apt/sources.list. and run apt-get -b source mailman This will compile mailman from unstable against the libraries on your system. good luck, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage

Re: Passive mode FTP?

2001-04-14 Thread staf wagemakers
On Thu, Apr 12, 2001 at 07:02:51PM -0700, Karsten M. Self wrote: on Thu, Apr 12, 2001 at 06:36:33PM +0200, staf wagemakers ([EMAIL PROTECTED]) wrote: On Wed, Apr 11, 2001 at 06:24:00PM -0400, Stan Brown wrote: Whats the magic environment variable to get ftp to use FTP mode? If you

Re: I now have X, still no mouse

2001-04-14 Thread staf wagemakers
. This means that the link you're trying to create already exist, run ls -l /dev/mouse to see were the link points to. if /dev/mouse is linked to something else you can recreate it with ln -sf /dev/ttyS0 /dev/mouse. Look at man ln for more information... -- Staf Wagemakers email : [EMAIL

Re: Passive mode FTP?

2001-04-12 Thread staf wagemakers
On Wed, Apr 11, 2001 at 06:24:00PM -0400, Stan Brown wrote: Whats the magic environment variable to get ftp to use FTP mode? If you start ftp -p ftp will use passive mode, at the ftp prompt you can switch between normal and passive mode with the passive command. regards, -- Staf Wagemakers

Re: reluctant farewell

2001-01-28 Thread staf wagemakers
On Sat, Jan 27, 2001 at 06:26:55PM -0500, Ken Weingold wrote: On Sat, Jan 27, 2001, staf wagemakers wrote: On Sat, Jan 27, 2001 at 02:15:59PM -0800, Mark Koopman wrote: better yet, why use a log file analyzer at all? they can't truly measure web surfer behaviour anyways, only web

Re: reluctant farewell

2001-01-27 Thread staf wagemakers
... -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://staf.digibel.org

Re: reluctant farewell

2001-01-27 Thread staf wagemakers
On Sat, Jan 27, 2001 at 02:15:59PM -0800, Mark Koopman wrote: better yet, why use a log file analyzer at all? they can't truly measure web surfer behaviour anyways, only web server behaviour. customers ask for it :) -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http

Re: What files do I need to set for NetWork Connection?

2001-01-27 Thread staf wagemakers
with ifup ethXX ( if you like the windows style - reboot ) The dns-server config to /etc/resolv.conf, man resolv.conf has all the information you need. regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://staf.digibel.org

Re: Debian and FreeBSD

2001-01-27 Thread staf wagemakers
never used it so don't ask me howto use it :) I have a 30G hd so I doubt it will be a problem, but ... I don't know how to check how much of the main Deb partition is occupied! This is, I guess, a basic admin task I should know how to do, but ... I don't. man df... regards, -- Staf

Re: configuring sendmail

2001-01-09 Thread staf wagemakers
On Tue, Jan 09, 2001 at 03:26:18PM +, Sergio Matos wrote: staf wagemakers wrote: Normally if sendmail rejects mail for any reason ( unresolvable domains, relaying denied, too many hops etc. ) the sender will be notified by email. You don't have to configure anything

Re: GCC and EGCS

2001-01-07 Thread staf wagemakers
On Sat, Jan 06, 2001 at 09:29:20PM -0200, Jeronimo Pellegrini wrote: :: staf wagemakers writes: The latest gcc sersion 2.96 ( which is the default compiler on Red Hat 7 ) has a few bugs and isn't able to compile the Linux kernel. This version of gcc is only a pre-release therefor

Re: configuring sendmail

2001-01-06 Thread staf wagemakers
to the sender. If someone knows if this can be done, and how, I'll be grateful. Normally if sendmail rejects mail for any reason ( unresolvable domains, relaying denied, too many hops etc. ) the sender will be notified by email. You don't have to configure anything for this behaviour... cheers, -- Staf

Re: GCC and EGCS

2001-01-06 Thread staf wagemakers
, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://staf.digibel.org

ppp server

2000-11-13 Thread staf wagemakers
fine... I don't have clue what's wrong, so I can use some help :) -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: PHP

2000-10-25 Thread staf wagemakers
file. Does anybody know how can I solve this ? Add the next lines to your srm.conf: AddType application/x-httpd-php .phtml .php AddType application/x-httpd-php-source .phps and restart apache. This should solve the problem... -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http

Re: dev/mouse

2000-10-16 Thread staf wagemakers
On Sun, Oct 15, 2000 at 06:33:29PM -0500, Gary L. Dolan wrote: staf wagemakers wrote: /dev/mouse is (normally) a link to the real mouse device, you can create it with the ln command. ln -s /dev/mouse /dev/ttySxx ( or /dev/psaux if you've a ps2 mouse ) Isn't it the other way, i.e

Re: dev/mouse

2000-10-15 Thread staf wagemakers
create it with the ln command. ln -s /dev/mouse /dev/ttySxx ( or /dev/psaux if you've a ps2 mouse ) -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: Apache- CGI

2000-10-13 Thread staf wagemakers
permissions. Can i chmod a whole directory and its contents? I have a images directory but chmod 777 images or whatever does not change the files within the directory. Thanks for any help. chmod -R xxx dirname, see man chmod for more information. cheers, -- Staf Wagemakers email : [EMAIL

Re: root mail - cronjob

2000-10-13 Thread staf wagemakers
/null 21 regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: URGENT! Sendmail question (Redhat conversion) HELP!

2000-10-12 Thread staf wagemakers
') and create a file /etc/mail/access with the ip-addresses that are allowed to use your mailserver for relaying. example: 127.0.0.1 RELAY 192.168.RELAY and recreate your access db make hash access.db access Rebuild your sendmail.cf and restart sendmail. Good luck! -- Staf

Re: ssh configure error

2000-10-01 Thread staf wagemakers
file to edit for doing it right? The configure script looks for xauth to enable X forwarding, if don't want to use X you can disable it with a configure option. If you run ./configure --help you should see the right syntax. regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage

Re: Sendmail and fetchmail problem

2000-09-15 Thread staf wagemakers
On Fri, Sep 15, 2000 at 02:14:49PM -0400, John Ackermann wrote: In message [EMAIL PROTECTED], staf wagemakers writes: You could add the next line to your /etc/mail/sendmail.mc FEATURE(accept_unresolvable_domains) I regularly see domain must resolve messages in my logs, usually from

Re: Sendmail and fetchmail problem

2000-09-14 Thread staf wagemakers
sendmail.cf and restart sendmail. Other possibilities are create a valid dns record for imap.server.hp.com, update /etc/hosts ... regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: sendmail: Domain must resolve

2000-09-12 Thread staf wagemakers
be done by adding the next lines to /etc/mail/sendmail.mc and rebuild sendmail.cf. MASQUERADE_AS(`newdomain.name') MASQUERADE_DOMAIN(`your_host_name') FEATURE(masquerade_entire_domain) FEATURE(masquerade_envelope) -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org

Re: Joe editor

2000-09-06 Thread staf wagemakers
, so if you use a cdrom installation you need this cdrom. Insert the disk and run apt-cdrom add, this will add the cdrom packages to the available package list. If you use an internet installation try to run apt-get update this might solve the problem. -- Staf Wagemakers email : [EMAIL

Re: Joe editor

2000-09-05 Thread staf wagemakers
On Tue, Sep 05, 2000 at 09:28:23AM +0300, Adrian Nims wrote: I didn't found the editor joe in Debian. I used joe in other distribution and I like to use it in Debian also. Can someone give me an advice ? What can I do ? apt-get install joe :) cheers, -- Staf Wagemakers email : [EMAIL

Re: Install of 2.2 not recognising Compaq Array

2000-09-01 Thread staf wagemakers
several installation methods ( for more information see the debian homepage ). For cpq smart support you've to boot with the compact rescue disk or with the second binary-i386 cdrom. regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: LI after Install

2000-08-31 Thread staf wagemakers
/boot partition at the beginning of your hd at the installation. Since you've installed the base already, you could try to boot with the Debian rescue floppy ( type rescue=/dev/your_root_partition at the boot prompt ) and rerun lilo with the -L option. -- Staf Wagemakers email : [EMAIL

Re: easy numlock question

2000-08-31 Thread staf wagemakers
are links (symbolic i guess) The correct way is save it as /etc/init.d/setleds a run update-rc.d setleds start 20 2 . like some people corrected me. regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: easy numlock question

2000-08-29 Thread staf wagemakers
/tty[1-6] for tty in $INITTY; do setleds -D +num $tty done When you save it as /etc/rc2.d/S20setleds numlock will be set at the system startup. regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: Mailing list software.

2000-08-28 Thread staf wagemakers
of html format with okay navigation - threads are good. Does such a piece of software exist? Thanks :) I would use mailman http://www.list.org. regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf