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:

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 &quo

Re: console beep

2001-07-06 Thread staf wagemakers
n and answers my 'talk' request). > You could use ssh to execute a remote shell script. regards, -- staf wagemakers email: [EMAIL PROTECTED] homepage: http://www.stafwag.f2s.com

Re: wget and images

2001-06-21 Thread staf wagemakers
. I'm only missing 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: I now have X, still no mouse

2001-04-14 Thread staf wagemakers
really out of my league. 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 l

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 ge

Re: Mailman package

2001-04-14 Thread staf wagemakers
; required. You could 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 PR

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 comma

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 > >

Re: Debian and FreeBSD

2001-01-27 Thread staf wagemakers
do, but ... I don't. man df... regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://staf.digibel.org

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

2001-01-27 Thread staf wagemakers
s/interfaces and bring the interface up 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: 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] hom

Re: reluctant farewell

2001-01-27 Thread staf wagemakers
ebalizer are easier to use and so much faster than webtrends... -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://staf.digibel.org

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&#x

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 o

Re: GCC and EGCS

2001-01-06 Thread staf wagemakers
I wouldn't use this version at all... regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://staf.digibel.org

Re: configuring sendmail

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

ppp server

2000-11-13 Thread staf wagemakers
(netstat -rn) seems to look 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
nstead of > executing my php 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 :

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/psau

Re: dev/mouse

2000-10-15 Thread staf wagemakers
device, you can 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: root mail - cronjob

2000-10-13 Thread staf wagemakers
ple: * * * * * /path/to/script > /dev/null 2>&1 regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: Apache- CGI

2000-10-13 Thread staf wagemakers
debian questions and that is file 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 mo

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

2000-10-12 Thread staf wagemakers
`hash -o /etc/mail/access.db') 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 sendm

Re: ssh configure error

2000-10-01 Thread staf wagemakers
ve no X installed and also don't want to do it. > which 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

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 "

Re: Sendmail and fetchmail problem

2000-09-14 Thread staf wagemakers
l.mc FEATURE(accept_unresolvable_domains) rebuild 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
to masquerade your hostname with a existing domainname. This can 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) --

Re: "Joe" editor

2000-09-06 Thread staf wagemakers
package is on the second binary-i386 cdrom, 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

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 :) c

Re: Install of 2.2 not recognising Compaq Array

2000-09-01 Thread staf wagemakers
it) Debian has 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: easy numlock question

2000-08-31 Thread staf wagemakers
lower runlevel. > > i did notice that the rest of the entries in the dir 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: LI after Install

2000-08-31 Thread staf wagemakers
ated a small /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. -- S

Re: easy numlock question

2000-08-29 Thread staf wagemakers
bin/sh INITTY=/dev/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
eep an archive of the list in some sort 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