RE: configuration for cdrecord and readcd?

2001-11-21 Thread Kelley, Tim \(CBS-New Orleans\)
yes, what i do to be able to use cdparanoia as a user (same situation I think) is make a 'scsi' group, add the users I want, then change the group of /dev/sg* to 'scsi'. /usr/doc/cdparanoia > -Original Message- > From: Michael A. Miller [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, November

RE: new to the list - sendmailcf

2001-11-21 Thread Kelley, Tim \(CBS-New Orleans\)
You do not need sendmail for this - pine probably does require an MTA installed on the system you're using, but all you need is ssmtp, which a believe is available for slink. ssmtp is a simple MTA (send only) which just passes mail from your machine to a relay on the internet. It is much better

RE: multithreading sounds

2001-11-21 Thread Kelley, Tim \(CBS-New Orleans\)
I don't have this problem, I can play multiple wav, mp3 etc. simultaneously. I am using woody with linux 2.4.14, emu10k1. > -Original Message- > From: Paolo Falcone [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, November 21, 2001 6:25 AM > To: Debian Users Mailing List > Subject: multi

RE: Novell NDS certification for Internet access

2001-11-21 Thread Kelley, Tim \(CBS-New Orleans\)
Yes, you can log in to NDS through linux without any extra stuff, it is just bare bones functionality, but it should be enough to let you through the firewall. The debian package is ncpfs > -Original Message- > From: Idar Tollefsen [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, November 21,

RE: eth0 <-> eth1

2001-11-21 Thread Kelley, Tim \(CBS-New Orleans\)
dhcpcd can pass whatever Mac address you want to a dhcp server ... > -Original Message- > From: Eric Smith [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, November 21, 2001 1:14 AM > To: Debian User > Subject: eth0 <-> eth1 > > According to dman on Tue, Nov 20, 2001 at 08:14:49PM -0500:

RE: S: Sound editor

2001-11-20 Thread Kelley, Tim \(CBS-New Orleans\)
Well, if you are comfortable with command line programs there is always sox and snd and friends. I don't think there are any good graphical sound editors for linux. But don't underestimate the command line ones, they're really not bad, but don't expect SoundForge or something. > -Original Me

RE: unable to mount cdrom

2001-11-20 Thread Kelley, Tim \(CBS-New Orleans\)
1. Does mount -t iso9660 /dev/hdc /cdrom work? 2. Is there a cdrom in the drive? > -Original Message- > From: Hans Steinraht [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, November 20, 2001 3:53 PM > To: debian-user > Subject: unable to mount cdrom > > Hi, > > I have a problem moun

RE: KDE 2.2 and cups / testing

2001-11-20 Thread Kelley, Tim \(CBS-New Orleans\)
, November 20, 2001 11:53 AM > To: debian-user@lists.debian.org > Subject: Re: KDE 2.2 and cups / testing > > "Kelley, Tim \(CBS-New Orleans\)" <[EMAIL PROTECTED]> wrote: > > > Does anyone know how to get KDE to recognize CUPS? I have QT cups > >

RE: starting dselect with predefined package list

2001-11-20 Thread Kelley, Tim \(CBS-New Orleans\)
dumb shell tricks: Well, I frequently use lists of packages (just the names separated by spaces, no line breaks) and do: apt-get install `cat packagelist.txt` > -Original Message- > From: Jeff [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, November 20, 2001 12:06 PM > To: debian user list

RE: Help getting efax to receive?

2001-11-20 Thread Kelley, Tim \(CBS-New Orleans\)
1. As a troubleshooting measure you might try hylafax instead 2. I've had horrible experience with USR modems wrt faxing. The only good fax modems I've found are the more expensive multitech models (~$300) but they work very reliably and never screw up. > -Original Message- > From: Kevin

RE: NFS trys following remote symlinks as if local!

2001-11-20 Thread Kelley, Tim \(CBS-New Orleans\)
Can you overcome your problem by using relative links, e.g. #ls -l /usr/X11R6/lib/X11/kdm -> ../../../../etc/kde2/kdm instead of /usr/X11R6/lib/X11/kdm -> /etc/kde2/kdm This is one reason relative style links are used and not absolute ones > -Original Message- > From: Adam Warner [S

RE: CD Writer

2001-11-20 Thread Kelley, Tim \(CBS-New Orleans\)
I'm using a yamaha scsi 16/10/40 and it works fine at 16x. The usb ones may be a bit trickier to get to work, I would check the kernel drivers section and make sure it's supported first. Generally, any scsi will work great. > -Original Message- > From: Howland, Curtis [SMTP:[EMAIL PROTECT

KDE 2.2 and cups / testing

2001-11-19 Thread Kelley, Tim \(CBS-New Orleans\)
Does anyone know how to get KDE to recognize CUPS? I have QT cups installed, and cups works great, but not sure how to proceed with telling kde how to use it ... Tim Kelley Cox Business Services [EMAIL PROTECTED]

RE: managing multiple machines

2001-11-19 Thread Kelley, Tim \(CBS-New Orleans\)
gt; or > even know if the directory it is writing to is shared out over NFS? > [Kelley, Tim (CBS-New Orleans)] Oh it wouldn't, as long as it was identical to the /usr it had before. (forgive my crappy MUA)

RE: managing multiple machines

2001-11-19 Thread Kelley, Tim \(CBS-New Orleans\)
I would say if you're gonna go ahead and share /usr you may as well go diskless. OR: run a centrally managed group of apps over X remotely (this could get messy tho) this way they all run on the same machine However what is the problem you're having with the machines having their own /usr? Can't

RE: MySQL How-tos?

2001-11-19 Thread Kelley, Tim \(CBS-New Orleans\)
YAre you using php3 or php4? Either way, irm using file extensions like 'php3' instead of just 'php', complicating things. You need to tell apache about index.php3 files (see httpd.conf) otherwise creation of the database etc. is pretty straightforward and in the docs with irm. Is php working?