Re: netcat in listen mode don't exit

2009-02-12 Thread Tod Detre
k at the package logtail. For example you might run this command: while :; do nc -l -p 5558 -c "logtail /var/log/syslog"; done This would have nc exit when it's done dumping /var/log/syslog and the next time someone connects it should pick up where it left off. Regards, Tod Detr

Re: Upgrading Hard Drives

2008-08-15 Thread Tod Detre
le system a could have everything in one / partition where system b has separate /boot, /usr, etc. if you do the --exclude syntax right it'll even create the base dir and just exclude everything under it. Regards, Tod Detre - -- Pantek, Inc. - http://www.pantek.com/ - [EMAIL PROTECTED] +1

Re: Upgrading Hard Drives

2008-08-15 Thread Tod Detre
and copy each partition separately instead of the entire drive. The tricky part would be the boot sector, but that can be easily rebuilt by booting off a rescue cd, chrooting to the now-moved system and re-running grub-install. Make sure you mount all of the filesystems like /boot, /proc, e

Re: Pre-Boot eXecution Environment DHCP problems

2007-12-21 Thread Tod Detre
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You should be able to remove that from the boot order. In the system's bios the boot order will list something like "cdrom, net, disk". Just remove the net option. Regards, Tod Detre - -- Pantek, Inc. - http://www.pantek.com/ - [EMAI

Re: can't access localhost

2007-09-20 Thread Tod Detre
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > *However, I still can't access CUPS or ping localhost.* > > > What might be wrong? > > Where do I start to look? When you run /sbin/ifconfig is the interface lo up? Are there any messages in /var/log/syslog that might be

Re: reinstall all packages

2007-09-20 Thread Tod Detre
se in the egrep section. for pkg in `dpkg --get-selections|awk '{print $1}'| egrep -v '(dpkg|apt)'`; do dpkg --force-all --purge $pkg; apt-get install $pkg; done Make sure you backup what you can before you do the above script. I haven't tested it and I'm sure it&#

Re: Upgrading from Etch to Lenny

2007-09-20 Thread Tod Detre
hange the sources in /etc/apt/sources.list to the new distro. Then I run 'apt-get update; apt-get dist-upgrade'. You may have to work out some individual package conflicts, but it's not bad. I highly suggest you back up any important data before you do this. Regards, Tod Detre

Re: Migrate kernel 2.4 to 2.6

2007-06-27 Thread Tod Detre
in the initrd. I did this by adding megaraid and megaraid2 to /etc/initramfs-tools/modules. Regards, Tod Detre - -- Pantek, Inc. - http://www.pantek.com/ - [EMAIL PROTECTED] +1-877-LINUX-FIX - Expert Open Source Software IT Services. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (Cyg

Re: Is there any chance to find out in which package the start-stop-daemon

2007-06-22 Thread Tod Detre
ll of the packages available on your apt sources for a specific file, even if they're not installed. Regards, Tod Detre - -- Pantek, Inc. - http://www.pantek.com/ - [EMAIL PROTECTED] +1-877-LINUX-FIX - Expert Open Source Software IT Services. -BEGIN PGP SIGNATURE- Version: GnuPG v1.

Re: ssh on lan by hostname instead of dynamic ip

2007-06-22 Thread Tod Detre
re long and hard to remember, but you can copy and paste and put it in your script. The address is based on the MAC address of your card and so shouldn't change unless you change hardware. Use ping6 to see if the machines can ping each other. Regards, Tod Detre - -- Pantek, Inc. - http://

Re: apt-caher or approx?

2007-06-22 Thread Tod Detre
it was corrupt, but apt-cacher wouldn't download a new version. Regards, Tod Detre - -- Pantek, Inc. - http://www.pantek.com/ - [EMAIL PROTECTED] +1-877-LINUX-FIX - Expert Open Source Software IT Services. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using Gn

Re: Connected to DHCP server but cannot access internet

2007-06-21 Thread Tod Detre
is switched off. What should I do > next to diagnose the problem? I know that the DHCP server is not at fault, > because other operating systems on my computer can reach the internet (and > Debian used to as well!). > > With best regards, > Rehceb Rotkiv Regards, Tod Detre -

Re: cmdline tool to search through pdf files?

2007-06-21 Thread Tod Detre
omate heavy duty > keyword searching. Anyone has experience with that? > > very thanks! > > Regards, Tod Detre - -- Pantek, Inc. - http://www.pantek.com/ - [EMAIL PROTECTED] +1-877-LINUX-FIX - Expert Open Source Software IT Services. -BEGIN PGP SIGNATURE- Version: GnuPG v1

Re: What is 'cat: alsa: No such file or directory' all about?

2004-01-23 Thread Simon Tod
--- duck <[EMAIL PROTECTED]> wrote: > On Tue, 13 Jan 2004 23:00:21 +0100, Simon Tod wrote: > > > I'm getting an error message trying to upgrade a number of packages > that > > looks like > > > > Setting up modutils (2.4.26-1) ... > > ca

Re: .config how to change

2004-01-23 Thread Simon Tod
at http://newbiedoc.sourceforge.net/system/kernel-pkg.html#INTRO-KERNEL-PKG > I've stopped 7.638 spam messages. You can too! > One month FREE spam protection at www.cloudmark.com > > > > > > > -- > To UNSUBSCRIBE, email to [EMA

What is 'cat: alsa: No such file or directory' all about?

2004-01-13 Thread Simon Tod
tils but the other two both have this 'cat: alsa: ' thing. Nothing in any of the post-installation scripts gives an indication of the cause this error ?! Thanks in advance = --- Simon To

Re: switching from woody to unstable/testing

2004-01-12 Thread Simon Tod
egards, > > -- > > Alphonse Ogulla > Nairobi, Kenya. > > Easy. Change your /etc/apt/sources.list to point to unstable, then 'apt-get update && apt-get dist-upgrade' > > > > -- > To UNSUBSCRIBE, email to > [EMAIL PROTECTED] &

Re: How to find out the version package available on website

2004-01-09 Thread Simon Tod
howto/index.en.html > -- > To UNSUBSCRIBE, email to > [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > = --- Simon Tod [EMAIL PROTECTED] __

Re: Upgrade mozilla question

2004-01-09 Thread Simon Tod
nning mixed systems though. Consider an 'apt-get dist-upgrade' to testing and then pulling in things like mozilla from unstable. > -- > To UNSUBSCRIBE, email to > [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] >

Re: apt-get update question

2004-01-09 Thread Simon Tod
s. A testing/unstable mix is generally a safer approach. > > -- > To UNSUBSCRIBE, email to > [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > = --- Simon Tod [EMAIL PROTECTED] _

graphical frontend to pon/poff

2004-01-08 Thread Simon Tod
that'll work with Gnome? I know there's kppp but that requires pulling back in all the kdelibs stuff... Thanks... = --- Simon Tod [EMAIL PROTECTED] Yahoo! Messenger - Communicate instant

usb mouse

2003-11-25 Thread Simon Tod
compilation. Why do I need keybdev for a mouse anyway?! Thanks... = ------- Simon Tod [EMAIL PROTECTED] Want to chat instantly with your online friends? Get the FREE Yahoo! Messenger http://mail.messenger.

dpkg error (repost)

2003-11-16 Thread Simon Tod
r/cache/apt/archives/ftape-util_1%3a1.09.2002.03.21-0.3_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1) How do I fix this?? Thanks. = ------- Simon Tod [EMAIL PROTECTED] Want to chat instan

Re: ppp slow on home build kernel

2003-11-16 Thread Simon Tod
ps > > Physics is a approximate description of a part of > the physical phenomena, that are only a small > portion of human perceptions. > > H Casimir, Dutch Physicist > > > -- > To UNSUBSCRIBE, email to > [EMAIL PROTECTED] > with a subject of "uns

dpkg error

2003-11-13 Thread Simon Tod
r/cache/apt/archives/ftape-util_1%3a1.09.2002.03.21-0.3_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1) How do I fix this?? Thanks. = ------- Simon Tod [EMAIL PROTECTED] Want to chat instan

Re: Trouble with Alsa 0.9.6-5, 2.4.22 AC97 audio and /dev/mixer under Gnome 2.4.0-1

2003-11-11 Thread Simon Tod
sic? > Old Rockers still on tour are pathetic, but old > Country singers > are still great. > Yep, that'll do fine. It'll create the dir /usr/src/modules if it doesn't already exist and stick the source code in it, so that make-kpkg module_imag

Re: something wrong with kernel source 2.4.22?

2003-11-11 Thread Simon Tod
py the old config to /usr/src/linux/.config, run 'make oldconfig' then 'make-kpkg --append-to-version=.my_kernel kernel_image'. You might want to look at using 'make xconfig' to get pop up a GUI to help with the configur

Re: What's the best package manager for single-package upgrades?

2003-11-04 Thread Simon Tod
eek > [EMAIL PROTECTED] > Isite Services, Inc. > > > -- > To UNSUBSCRIBE, email to > [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > = --- Simon Tod

Re: failing to upgrade sysvinit from Knoppix version

2003-10-29 Thread Simon Tod
--- David Z Maze <[EMAIL PROTECTED]> wrote: > Simon Tod <[EMAIL PROTECTED]> writes: > > > After a hdd install from knoppix 3.2 I tried to > dist-upgrade to > > Debian unstable. It all seems to work fine but my > debian_version is > > still reported as t

failing to upgrade sysvinit from Knoppix version

2003-10-28 Thread Simon Tod
whether or not this may be a safe thing to do or what alternative approach I could take would be much appreciated... Thanks! = --- Simon Tod [EMAIL PROTECTED] Want to chat instantly with your online

Unidentified subject!

2003-10-28 Thread Simon Tod
r what alternative approach I could take would be much appreciated... Thanks! = --- Simon Tod [EMAIL PROTECTED] Want to chat instantly with your online friends? Get the FREE Yahoo! Messenger ht

resize swap partition `in situ`, using parted

2003-10-23 Thread Simon Tod
he two? Thanks! = ------- Simon Tod [EMAIL PROTECTED] Want to chat instantly with your online friends? Get the FREE Yahoo! Messenger http://mail.messenger.yahoo.co.uk -- To UNSUBSCRIBE, email to [EMAIL P

Re: establishing ppp connection as non-root

2003-10-02 Thread Simon Tod
the 'dip' group. You should be able to do this through the adduser option in pppconfig = --- Simon Tod [EMAIL PROTECTED] Want to chat instantly with your online friends? Get the FREE Yahoo! Messenger http://mail.messe

Re: Updating Woody-Prerelease to Woody

2003-10-02 Thread Simon Tod
t; Cheers, > Hardy > -- > Johann Hartwig 'Hardy' Hauschild, Karlsruhe, Germany > Info-Student, Freizeit-Handwerker und Debian-Nutzer > Hi. You still have the Woody pre-release cd's in your sources.list? Remove them. Just point the sources.list

Re: upgrade a packge

2003-10-01 Thread Simon Tod
use http, ftp or file > URIs > deb http://http.us.debian.org/debian potato main > contrib non-free > deb http://non-us.debian.org/debian-non-US > stable/non-US main contrib > non-free > deb http://security.debian.org/ stable/updates main > contrib non-free > > On Wed,

Re: upgrade a packge

2003-10-01 Thread Simon Tod
ot installable and a bug > report against > that package should be filed. > The following information may help to resolve the > situation: > > Sorry, but the following packages have unmet > dependencies: > perl: Depends: libdb2 (>= 2:2.7.7.0-7) but > 2:2.4.14-2.

Re: upgrade a packge

2003-09-30 Thread Simon Tod
V Kumar > > If all you want to do is upgrade a single package then you need apt-get install perl Depending on what's in your /etc/sources.list file you might have to add a '-t testing' or '-t unstable' to the command t

Re: Lapack libraries

2003-09-27 Thread Simon Tod
Great, thanks. Worked a treat! --- JG <[EMAIL PROTECTED]> wrote: > Hi, > > Simon Tod <[EMAIL PROTECTED]> writes: > > > The quickest way to build a library of all the > Fortran > > codes available in LAPACK appeared to be just by > > apt-get-ing lap

IRDA

2003-09-26 Thread Simon Tod
he command irdump on the Linux box appears to suggest something's happening... but trying to transfer files from the Windows box and I've no idea how to even try and transfer files from the Linux box. Many thanks = ------- Simon

Lapack libraries

2003-09-25 Thread Simon Tod
The quickest way to build a library of all the Fortran codes available in LAPACK appeared to be just by apt-get-ing lapack and blas/atlas. I was kinda expecting this in install Fortran libraries with names like liblapack.a that I could just link to at compile time, but I don't, only lapack.so and l

--purge after apt-get remove?

2003-07-01 Thread Tod Hagan
;s quicker than reinstalling and then purging the packages? -- Tod Hagan Concord, NH -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: gnome2.2 backport mirror has changed

2003-03-21 Thread Simon Tod
--- James D Strandboge <[EMAIL PROTECTED]> wrote: > On Fri, 2003-03-14 at 05:32, Simon Tod wrote: > > > > Depends: libgtk2.0-0 (>= 2.2.1) but 2.0.9-1 is to > be > > installed > > Depends: libpango1.0-0 (>= 1.2.1) but 1.0.5-3 is > to be > &

Re: gnome2.2 backport mirror has changed

2003-03-16 Thread Simon Tod
--- "Harley D. Eades III" <[EMAIL PROTECTED]> wrote: > Simon Tod wrote: > > > --- James Strandboge <[EMAIL PROTECTED]> > >wrote: > The mirrors listed at DebianPlanet.org and > > > > > >>gnomedesktop.org have now > >

Re: gnome2.2 backport mirror has changed

2003-03-14 Thread Simon Tod
ite happy with removing all KDE... but is it actually going to work?! Why do I need xlibs from testing when it hasn't been mentioned in any dicussion of this backport (I think) and might it be something to do with having the *wrong* version of xfree86 4.2.1? Thanks. Simon. =

Re: new kernel, new problems

2003-02-26 Thread Simon Tod
--- Russell Shaw <[EMAIL PROTECTED]> wrote: > Simon Tod wrote: > > So why can't modprobe find any of the modules - if > > indeed that's the problem - cause they're > certainly > > where they're supposed to be. > > > > Looki

Re: new kernel, new problems

2003-02-25 Thread Simon Tod
oblem... the same comment appears again and again in the output Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. What's that all about?! --- Russell Shaw <[EMAIL PROTECTED]> wrote: > Simon Tod wrote: > > Surel

Re: new kernel, new problems

2003-02-25 Thread Simon Tod
tput in the attached file. How does this help? Opps. Forgot to attach the file last time :-0 --- Russell Shaw <[EMAIL PROTECTED]> wrote: > Simon Tod wrote: > > >Thanks. Got the cpu speed bit solved. > > > >Looking through the PCMCIA HowTo I've checked to > se

Re: new kernel, new problems

2003-02-25 Thread Simon Tod
tput in the attached file. How does this help? --- Russell Shaw <[EMAIL PROTECTED]> wrote: > Simon Tod wrote: > > >Thanks. Got the cpu speed bit solved. > > > >Looking through the PCMCIA HowTo I've checked to > see > >that /etc/pcmica/config, /et

RE: new kernel, new problems

2003-02-19 Thread Simon Tod
> > check the results with > > > cat /proc/cpufreq > > If you have multiple processors, you should find > them under > /proc/sys/cpu/[0-9]+ > > by the way, you can also cat speed, speed-min and > speed-max > > > > > -Original Message-

new kernel, new problems

2003-02-18 Thread Simon Tod
1000 MHz. WTF? Thanks in advance. = --- Simon Tod [EMAIL PROTECTED] __ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To UNSUBSCR

Re: kernel 2.4.20-686 installation

2003-02-01 Thread Simon Tod
-- > To UNSUBSCRIBE, email to > [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > = --- Simon Tod [EMAIL PROTECTED] __ Do You Yahoo!? Everything you'll e

kernel 2.4.20-686 installation

2003-02-01 Thread Simon Tod
to get the new kernel in place?! Many thanks = ------- Simon Tod [EMAIL PROTECTED] __ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com temp Description: temp

restarting interrupted ftp upload

2003-01-30 Thread Simon Tod
? Is there such a thing available for Linux (esp. as a .deb file...) Thanks. = --- Simon Tod [EMAIL PROTECTED] __ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts

mozilla plugins and download manager

2003-01-27 Thread Simon Tod
ozilla to use prozilla as its download manager but can't any documentation on how to play around with the download manager setup. Help appreciated. Thanks.. Simon. = --- Simon Tod [EMAIL PROTECTED] __ Do You Yahoo!? Ever

GNOME2 config

2003-01-18 Thread Simon Tod
ish is still running... solutions to these simple little problems would be most helpful. Thanks in advance! = ------- Simon Tod [EMAIL PROTECTED] __ Do You Yahoo!? Everything you'll ever need on one web page from News and

minimal impact kernel upgrade

2003-01-14 Thread Simon Tod
s without screwing up all the stuff that works already like the sound, pcmcia modem, cdrw, etc. - don't know how this lot was configured in the first place as I didn't do the initial install. Thanks in advance... = --- Simon Tod [EMAIL PROTECTED] __

Re: enabling apm on laptop

2002-12-11 Thread Simon Tod
n /lib/modules/2.4.19 or any of its subdirectories... SO WHAT NOW? --- Pigeon <[EMAIL PROTECTED]> wrote: > On Tue, Dec 10, 2002 at 10:24:01PM +, Simon Tod > wrote: > > I've had several different response to this > problem... > > I did run lilo after alterin

Re: enabling apm on laptop

2002-12-10 Thread Simon Tod
here must be some good HOW-TO's out there on reconfiguring a kernel or installing a new one... any pointers helpful - if this really is the route that I have to go down! Thanks... --- Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote: > -- D. <[EMAIL PROTECTED]> wrote >

Re: enabling apm on laptop

2002-12-09 Thread Simon Tod
I going to have to reconfigure the kernel (how?) or what? Thanks "Darryl L. Pierce" wrote:On 2002.12.09 12:12 Simon Tod wrote:> > Bit of a simple newbie question I fear..> > I've got Woody up and running on my laptop but must have missed> something during instal

enabling apm on laptop

2002-12-09 Thread Simon Tod
Bit of a simple newbie question I fear.. I've got Woody up and running on my laptop but must have missed something during installation as I don't have APM enabled in the kernel; I tried to get a GNOME battery monitor applet running without success, and the machine just hangs at 'Power Down' aft

Re: emergency shutdown?

2002-01-03 Thread Simon R Tod
Having used the rescue and then the root floopy I can get to the installation menu. The partition list is given as Device Mounted on Type /dev/hda1Not mounted Linux native 2Not in use Linux swap 3Not available HPFS

Re: emergency shutdown?

2002-01-03 Thread Simon R Tod
If I just type 'rescue' at the boot prompt I get the slightly different error message 'Kernel panic: VFS: Unable to mount root fs on 01:00', so this doesn't provide me with the chance to run fdisk, or anything else. But, I know that I've only got hda1 thru' 4 and I've tried all of them - thou' I kn

Re: emergency shutdown?

2002-01-03 Thread Simon R Tod
on fs 03:01' at which point nothing more happens! Mark Janssen wrote: > > On Wed, Jan 02, 2002 at 04:11:49PM +, Simon R Tod wrote: > > That should be perfectly straightforward... but while a floppy has > > 1457664 bytes on it, rescue.bin is 1474560 bytes, so won&

Re: emergency shutdown?

2002-01-02 Thread Simon R Tod
That should be perfectly straightforward... but while a floppy has 1457664 bytes on it, rescue.bin is 1474560 bytes, so won't fit! The rescue.bin file on http:///images-1.20/ will fit on a standard floopy, but how does this differ from the /images-1.44/ version? Thanks. Jason Wood wrote: >

Re: emergency shutdown?

2002-01-02 Thread Simon R Tod
function as one'? I don't have the CD's the thing was installed from intially - it was bought mail order with everything pre-installed. TIA. P Prince wrote: > > Simon, > > On Wed, 2 Jan 2002, Simon R Tod wrote: > > > My laptop's been left on for the

emergency shutdown?

2002-01-02 Thread Simon R Tod
My laptop's been left on for the past 48 hours. When I came back to it this morning it was very hot, the fan was kicking in evert minute or two and everything was working really slowly It's now just ceased up completely. The text has disappeared off my xterm and I can't get any movement out of

Re: Where to buy PC with preinstaled Debian?

2001-12-20 Thread Simon R Tod
You could try http://www.swt.com based in Dallas. They seem to know what they're doing, and shipping costs aren't too high. You need to specify you want Debian or they'll put RedHat on by default. There are a few other options out there... see the list via on the the Debian homepage. Tomas Holenda

newbie struggling to upgrade kernel

2001-12-20 Thread Simon R Tod
All I did was write a /etc/apt/sources.list file to get potato off the UK ftp site, 'cause I needed a couple of programs that weren't on my machine when I got it. That worked fine, then I tried an update / upgrade thing and suddenly lost control It wants to upgrade my kernel image, it had me r

kernel image upgrade, help!

2001-12-18 Thread Simon R Tod
When performing a kernel upgrade via 'apt-get -f dist-upgrade' I get the warning message A new kernel image has been installed, and usually that means that some action has to be taken to make sure that the new kernel image is used next time the machine boots. Usually, the entails running a "bootlo

Re: pppd, imap and downloading single packages

2001-12-17 Thread Simon R Tod
John Hasler wrote: > > Simon writes > > I tried just adding users through the appropriate bit of pppconfig, and I > > far as I can tell, it's successfully added them to the 'dip' group. BUT, > > when I run pon as a non-root user I get the message... > > Did you log the non-root users out and back

pppd, imap and downloading single packages

2001-12-15 Thread Simon R Tod
I've just been using pppd via pon / poff from root ever since I set things up with pppconfig, but now that I want to add other users to the system I need a way of giving users access. I tried just adding users through the appropriate bit of pppconfig, and I far as I can tell, it's successfully adde

Re: pppconfig still not working

2001-11-23 Thread Simon R Tod
Johnny Ernst Nielsen wrote: > > >>Maxtech PCMICA modem working just great. The only problem with it left > >>is that I get denied permission to pppd unless I'm logged in as root. I > > >>added usernames under advanced options in pppconfig, and they're > >>certainly sitting in the appropriate plac

Re: pppconfig still not working

2001-11-22 Thread Simon R Tod
Frank Zimmermann wrote: > > >Frank Zimmermann wrote: > > > > > Softmodems are quite often called winmodems. Don't really know how > they work but the software somehow emulates a modem. > Do you still have Win running on this machine? Then you could easily > find out what modem you have. Otherwise

pppconfig still not working

2001-11-21 Thread Simon R Tod
I've been trying to get pppconfig set up to run with my ISP mapie.csx.cam.ac.uk - it's an internal univerisity system. I have no problems getting in from windows with just a username, password and phonenumber. I'm trying to use dynamic DNS - although I know the server's IP address I don't have a fi

Re: setting up www access

2001-11-20 Thread Simon R Tod
uld be wrong? Maybe the Debian partition isn't picking up the (internal) modem - how can I check this out and correct it if it is a problem? Any other ideas? Thanks. --- srt nate wrote: > > Simon R Tod said: > > I have acquired a username, password and phone number for a local >

setting up www access

2001-11-16 Thread Simon R Tod
I have acquired a username, password and phone number for a local isp and am having trouble setting up a dial-up connection. I've been trying to use the default PPP utility that comes with GNOME but it seems to want lots additional information I don't know how to provide. Any help much appreciated.

Seed a debian mirror from CD-ROM?

2001-02-18 Thread Tod Hagan
I hit this mirror from a machine running version 2.1 with "apt-get upgrade ; apt-get -s dist-upgrade" it downloads package files okay but only wants to upgrade xntp3. Is there a way I can properly set up this HTTP mirror from the CDs? My net connection is too slow to mirror the normal w

How reset dselect selections?

2000-11-19 Thread tod
re selected for installation (in other words, to the dpkg -l 'ii' state)? -- Tod Hagan Campton, NH [EMAIL PROTECTED]

FSCK!!! only 8 disks!!!!

1999-05-17 Thread Tod Detre
WTF?!?!?!?!? Please someone tell me that linux isn't limited to 8 scsi disks! If it isn't tell me how the FSCK to fix this. I'm trying to set up a raid array with 10 disks after a couple crashes I read man MAKEDEV and found out that there is indeed a limit of 8 scsi disks. 8-( --

netscape & mail

1998-09-17 Thread Tod Detre
Ok I don't want to use netscape's mail program. Is there anyway to tell it to launch mutt/pine when you click on a mail-to link? -- Tod Detre |"If the women don't find you handsome, they should at | least find you handy." -Red Green |"It i

(forw) [q2servers] Re: Best option for performance

1998-09-17 Thread Tod Detre
lding another machine and when I do I'll be doing a FreeBSD > vs. NT comparison. > --- Brought to you by PlanetQuake: http://www.planetquake.com ... the epicenter of everything Quake. Web Interface: http://list.criticalmass.com/scripts/lyris.pl?enter=q2servers Browse/Search Old News, E

(forw) [q2servers] Re: Best option for performance

1998-09-17 Thread Tod Detre
; /-"Who's Your Doppelganger?" > /-- > > --- > Brought to you by PlanetQuake: http://www.planetquake.com ... the epicenter > of everything Quake. > Web Interface: http://list.criticalmass.com/scripts/

Re: TCPIP stack needs work?

1998-09-17 Thread Tod Detre
is it latency, code path, reliability, > what? > > Tod Detre wrote: > > > I'm on the quake 2 server mailing list and recently they are complaining > > about > > linux's tcp/ip stack. A few of them said that free=bsd and ever NT work > > better > > tha

TCPIP stack needs work?

1998-09-16 Thread Tod Detre
p stack or is more likely they have something misconfigured or even is it in id's linux port of q2? -- Tod Detre |"If the women don't find you handsome, they should at | least find you handy." -Red Green |"It is TOD not TODD! Do you see God spelling his name | Godd?" -Me

Re: hmm... an idea

1998-07-06 Thread Tod Detre
Yeah. hmm.. how will the dynamic computer know when its IP changes? Is > it possible to run a script to notify the name server? > > Thanks, > -Paul > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null -- Tod Detre |"If the women do

wierd error

1998-07-02 Thread Tod Detre
s got to do with the harddrive, but I was installing a system and I can't get anything on it that would work the harddrive hard. Tod Detre |"If the women don't find you handsome, they should at | least find you handy." -Red Green |"It is TOD not TOD

Upgrade problems

1998-06-27 Thread Tod Detre
ftped myself to ftp.debian.org and found the files where dselect was supposedly looking for them. I'm using ftp.debian.org directory /debian/hamm dists main non-free contrub it gets the lists just fine, but can't get the files Tod Detre |"Losers whine about their best, winners go home

kerberos 4

1998-06-27 Thread Tod Detre
ok I go the packages for kerberos 4, but when I try to install the user one it complains that I don't have libcomerr2. I can't seem to find it anywhere. Any ideas? Tod Detre |"Losers whine about their best, winners go home and @%^& the | prom queen."

Raid controlers

1998-06-26 Thread Tod Detre
What raid controlers are supported in linux? Is the adaptec AAA-130 series? I'm looking into buying one, so is there a reccomened choice? Thanks. -- Tod Detre |"Losers whine about their best, winners go home and @%^& the | prom queen." -Sean Connery (The Rock)

Kerberos

1998-06-26 Thread Tod Detre
Does anyone know where I can get binaries/source for kerberos v4? I need 4 not 5 'cause 5 is not entirely backwards compatible. Tod Detre |"Losers whine about their best, winners go home and @%^& the | prom queen." -Sean Connery (The Rock) |"It is TOD

VAXstation Linux

1998-06-25 Thread Tod Detre
Is there any plans to port Debian to VAXstations? I know there is a port of NetBSD, but Debian would be so much cooler. Tod Detre |"Losers whine about their best, winners go home and @%^& the | prom queen." -Sean Connery (The Rock) |"It is TOD not T

Printing

1998-06-19 Thread Tod Detre
# rlp|Remote printer entry:\ # :lp=:\ # :rm=remotehost:\ # :rp=remoteprinter:\ # :sd=/var/spool/lpd/remote:\ # :mx#0:\ # :sh: -- filter #! /usr/sbin/magicfilter default filter /usr/bin/gs -q -dSAFER -sDEVICE=laserjet -dNOPAUSE -sOUTPUTFILE=- --