Re: missing LDD in Linux

1999-10-03 Thread Gregory T. Norris
27;re running the stable branch (2.1, codenamed ``slink'') of Debian, and not the pre-release of unstable (``potato''). The URL listed above is slightly different in the latter case. On Sun, Oct 03, 1999 at 05:57:51PM +0200, Puam wrote: > Gregory T. Nor

Re: apt: how to avoid double downloads ?

1999-10-03 Thread Gregory T. Norris
If you've got some disk-space which can be shared between the two machines (NFS mount, Jaz/Zip drive, etc.) you could try using apt-move, which was recently installed into potato. It can migrate the downloaded debfiles into the proper hierarchy, and generate the required control files, to allow ap

Re: apt-move

1999-10-03 Thread Gregory T. Norris
> SECTIONS="main" "contrib" "non-free" "non-US/main" The above line is the problem... what it should really look like is: SECTIONS="main contrib non-free non-US/main" Also, make sure that the directory /debian exists (or edit the LOCALDIR= line to point elsewhere), as it's not created when

Re: [Help! Fetchmail broke]

1999-04-17 Thread Gregory T. Norris
On Fri, Apr 16, 1999 at 11:28:36PM -0500, Steve Gore wrote: > Steve Gore <[EMAIL PROTECTED]> wrote: > > Sigh... > > I noticed my old smail configs were still present, and purged them (via > > dselect)... > > Well, just because I was suspicious, I reinstalled smail and purged exim's > configs. Fet

Re: Self-extracting compressed binaries in Linux?

1999-04-20 Thread Gregory T. Norris
On Mon, Apr 19, 1999 at 11:32:18PM -0400, William R Pentney wrote: > > Is there any program that can create compressed self-extracting > executables a la PKLite in Linux? Anyone know of any? Just curious. Probably gzexe - it's part of the gzip package. Do "man gzexe" for more info.

ipchains help

1999-05-01 Thread Gregory T. Norris
I'm trying to setup some firewalling rules, now that my Linux box has a full-time ADSL connection to the Internet. I'm currently running kernel 2.2.7 (under potato), so I'm using ipchains in my (apparently feeble ) attempts to do this. Ever since the ADSL connection was configured, I've noticed t

Re: Debian and Novell Netware

1999-05-03 Thread Gregory T. Norris
In my (admittedly limited) experience Debian does just fine with Netware, provided that you stick with a 2.0.x series kernel. The 2.2.x series seems to have some very nasty problems with the IPX protocol (brings down just about everything on our network within moments, with a massive flood of broa

Re: [Q] How to compile a deb source pacjage

1999-05-09 Thread Gregory T. Norris
It's pretty easy, usually. 1) Download the source components into the directory of your choice. There should be either two or three files: *.orig.tar.gz, *.dsc, and *.diff.gz (not present if it's a "native" Debian package). 2) Enter the command "dpkg-source -x .dsc". This will unpack th

Re: Locations of experimental/really new beta debs?

1999-05-22 Thread Gregory T. Norris
ftp://ftp.debian.org/debian/project/experimental/ http://http.us.debian.org/debian/project/experimental/ On Sat, May 22, 1999 at 10:47:55AM -0400, Allen B. Riddell wrote: > > > Seeing the degree of testing (justifiable, I'm sure!) that new debs go > through before they get to unstable/stable --

Re: Problems patching kernel 2.0.34

1999-05-23 Thread Gregory T. Norris
Are you trying to apply the patch to the pristine kernel source, or to the debianized version? The .deb version has various patches applied already (for additional hardware support, bugfixes, etc.), and so will very likely produce rejects. I'm not sure where to find a description of the patches w

bug-tracking system having problems???

1999-05-28 Thread Gregory T. Norris
Anyone know if the bug-tracking system is having problems? I submitted a bug report on xserver-3dlabs (from potato) on Sunday, and it still doesn't appear to have been registered. I don't seem to be having any problems with my email, and I haven't received any delivery-failure notifications, so I

Re: modules in use

1999-10-09 Thread Gregory T. Norris
Take a look at /etc/modules, if it includes an entry for ipx it'll be loaded at bootup. > /sbin/lsmod > Module Size Used by > ppp19416 2 (autoclean) > slhc4128 1 (autoclean) [ppp] > ipx12488 1 > smbfs

Re: duplicate call for net-pf-1

1999-10-09 Thread Gregory T. Norris
net-pf-1 maps to unix-domain sockets... trust me, you want that. You should make sure that either /etc/conf.modules contains the entry ``alias net-pf-1 unix'', or that it's compiled directly into your kernel. On Sat, Oct 09, 1999 at 02:43:02PM -0700, Michael Perry wrote: > I recently updated the

Re: Problems with SB 64 AWE

1999-10-17 Thread Gregory T. Norris
You probably need to install and/or configure isapnptools to handle the plug 'n pray portion. Most likely you'll need to setup some module parameters as well. I can email you the configuration settings I'm using for both of the above, if you'd like. You'll probably have to adapt them somewhat, b

Re: Did Mutt eat my mail?

1999-10-20 Thread Gregory T. Norris
It's due to your MTA. If you're using exim, look into the `smtp_accept_queue_per_connection' setting in /etc/exim.conf. Setting it to `0' will cause all messages to be delivered immediately. I'm not sure what the equivalent setting is for the other MTAs. On Tue, Oct 19, 1999 at 07:40:48PM -0500

ash - options to `echo' command

1999-10-21 Thread Gregory T. Norris
I was just curious about why ash's builtin `echo' command no longer accepts any options? It causes interesting (though generally harmless) output in a variety of places, because I use ash as /bin/sh. For example: [EMAIL PROTECTED] grep -l "echo -n" /etc/init.d/* | wc -l 35 I have

Re: /usr/local

1999-10-21 Thread Gregory T. Norris
[EMAIL PROTECTED] dir -d /usr/local drwxr-xr-x 10 root root 1024 Aug 15 19:23 /usr/local I set mine up as a seperate filesystem when I first installed. Dunno if that makes a difference permission-wise or not, tho. On Wed, Oct 20, 1999 at 09:43:57PM -0400, Bryan Scaringe wrote: > Cou

Re: /usr/local

1999-10-21 Thread Gregory T. Norris
Right. What I wasn't sure of is whether the installer sets the directory permissions before prompting you to mount additional filesystems, or afterward. On Wed, Oct 20, 1999 at 10:45:45PM -0400, William T Wilson wrote: > On Wed, 20 Oct 1999, Gregory T. Norris wrote: > > > I

Re: ash - options to `echo' command

1999-10-21 Thread Gregory T. Norris
On Thu, Oct 21, 1999 at 02:00:16PM +1000, Herbert Xu wrote: > The change was made in line with the SuS. Note that it is not possible > to write echo statements portably across platforms because of legacy > shells that do support options. That is why it is recommended to use > printf instead of e

Re: ash - options to `echo' command

1999-10-22 Thread Gregory T. Norris
Thanx! On Fri, Oct 22, 1999 at 09:00:46AM +1000, Herbert Xu wrote: > http://www.opengroup.org/onlinepubs/7908799/toc.htm

Re: manual kernel recompile vs make-kpkg

1999-10-27 Thread Gregory T. Norris
I've set a few defaults via the conffile: [EMAIL PROTECTED] egrep -v "(^#|^$)" /etc/kernel-pkg.conf maintainer := Gregory T. Norris email := [EMAIL PROTECTED] priority := Low debian := custom.1 kimage := bzImage That being done, I proceed as follo

Re: debian installer and adaptec 2940

1999-11-02 Thread Gregory T. Norris
Assuming that you're trying to install slink (2.1, stable branch) rather than potato (unstable), I've got a set of unofficial install-disks setup specifically for this situation. You can snarf them from . On Mon, Nov 01, 1999 at 07:18:15PM -0800

Re: AHA2940U2W...

1999-11-06 Thread Gregory T. Norris
I've got an unofficial installation diskset for slink that's setup specifically for the Adaptec SCSI controllers. You can snarf it from . Basically you'll need to boot from the diskette, but can then use the CD as your installation media... On

Re: apt questions

1999-11-07 Thread Gregory T. Norris
> does anyone know where I can find source URI's for apt? Apt complained > when I tried to get a source that I didn't have any source URI's listed. Here's what mine has (split for readability): deb-src http://http.us.debian.org/debian unstable main contrib non-free deb-src http://nonus.debian

Re: Running X-Displays of win9x

1999-11-08 Thread Gregory T. Norris
I've had good luck with VNC - . On Mon, Nov 08, 1999 at 07:29:40PM +1000, Peter Ludwig wrote: > Just a quick note, has anyone know a program that can be easily setup that > will allow win9x to connect to the x-windows server on a linux box? > > I'm trying to s

Re: find -exec

1999-11-13 Thread Gregory T. Norris
> find . -exec chmod u+wx {} -type f The -exec portion of the command must be terminated by `;', which must also be escaped to the shell. As in: find . -exec chmod u+wx {} \; -type f

Re: modem firmware update: cu, seyon, minicom?

1999-11-16 Thread Gregory T. Norris
Theoretically you should be able to use minicom to perform the xmodem transfer... unfortunately I was never able to make this work when I needed to flash my modem (also a V.everything). In the end I installed Win95 into what had formerly been my swap partition, and performed the update from there.

Re: How to mirror Debian across a firewall

1999-11-18 Thread Gregory T. Norris
Take a look at the apt-move package in potato... it should do just about what you want using rsync (you'll need to upgrade rsync if you're running slink). The current version (3.0-7) has a few problems, but a fixed version should be uploaded either tomorrow or Saturday (I'm the maintainer :-). In

Re: Invoking /etc/isapnp.conf

1999-12-01 Thread Gregory T. Norris
On Wed, Dec 01, 1999 at 01:26:51PM -0800, Howard Mann wrote: > In Debian, what is the "best" way to invoke > the /ect/isapnp.conf file on bootup so that the > NIC is recognized ? > > In Red Hat, this is invoked by default via > the /etc/rc.d/rc.sysinit script. Just make sure you install th

what happenned to netdate?

1999-12-01 Thread Gregory T. Norris
Can anyone tell me what happenned to netdate? It used to be part of netstd, but doesn't seem to exist in potato anymore... Thanx!

exim questions

1998-11-02 Thread Gregory T. Norris
A few days ago, I converted my system to use exim as it's MTA, rather than smail. While I'm generally happy with the results, there are 2 things I haven't been able to sort out yet, and I'm hoping that someone might point me in the right direction. 1. Is there any way to have exim rewrite headers

Re: exim questions

1998-11-03 Thread Gregory T. Norris
> > 1. Is there any way to have exim rewrite headers for only outbound > > messages? I need to "correct" the headers for my ISP, but I don't > > really want local messages to appear as "[EMAIL PROTECTED]". > > Absolutely. exim.conf has a header rewrite section. You might use the > online manual a

Re: exim questions

1998-11-03 Thread Gregory T. Norris
> > What is the ownership and permissions on that .forward file? Does the mail > > user have permission to read it? What does /var/log/exim/mainlog or > > /var/log/paniclog say about it? > > It is owned by myself and group "users", with mode 644. The error-message > coming out of mainlog is: > >

install-disks w/aic7xxx (Adaptec) support

1998-11-07 Thread Gregory T. Norris
I just wanted to let people know that I've sent Doug Ledford an unofficial set of installation-disk images for hamm, including version 5.1.2 of the aic7xxx driver, which he's agreed to make available at the aic7xxx ftp-site (ftp://ftp.redhat.com/pub/aic/). They include the rescue and drivers disks

Re: large kernels

1998-11-07 Thread Gregory T. Norris
It doesn't sound like you did anything wrong... a bzImage kernel isn't actually any smaller than a zImage. When a zImage kernel is loaded (on the x86 platform), it must fit entirely in the first 640Kb of memory (i.e. "conventional" memory). A bzImage kernel uses some different techniques which re

Re: install-disks w/aic7xxx (Adaptec) support

1998-11-09 Thread Gregory T. Norris
e yet available. But now that they are, so much the better! On Sun, Nov 08, 1998 at 01:03:05PM +0100, Matthias Klose wrote: > Gregory T. Norris writes: > > I just wanted to let people know that I've sent Doug Ledford an > > unofficial set of installation-disk images for hamm,

Re: USB Mouse

1998-11-10 Thread Gregory T. Norris
I believe it's at http://peloncho.fis.ucm.es/~inaky/USB/ On Tue, Nov 10, 1998 at 09:20:22AM -0800, [EMAIL PROTECTED] wrote: > > Where can I find the development tree for USB under Linux?

Debian 2.0 boot-images with aic7xxx 5.1.4

1998-11-23 Thread Gregory T. Norris
Because I've received some requests for such a beastie, I've gone ahead and created a new set of unofficial installation-disks for Debian 2.0 (Hamm). This set was built from version 2.0.35 of the kernel-source (the debianized version, so that any "normally-applied" patches should be included), wit

Re: X authentication problen

1998-12-01 Thread Gregory T. Norris
On Tue, Dec 01, 1998 at 05:36:45PM +, richard wrote: > X is running fine apart from one problem involving the > .Xauthentication file. If I login as user bob and startx everything is > fine. I happily compiled vim-5.3 for the graphical interface. Now, if > I su to root and try to run gvim I get

Re: mounting /cdrom only for group cdrom

1998-12-04 Thread Gregory T. Norris
Installing sudo is a good way to go about that sort of thing... it's a very good general-purpose solution for this sort of requirement. If you like, I can email you the relevant portions of my configuration-file. On Thu, Dec 03, 1998 at 07:26:51PM +, Pere Camps wrote: > Hi! > > How can

Re: -- MARK --

1998-12-08 Thread Gregory T. Norris
It's generated by syslogd, and is intended to show that logging is still active. You can use the "-m" option to change it's frequency. On Mon, Dec 07, 1998 at 08:29:52PM +0100, Armin Wegner wrote: > Every twenty minutes my xconsole writes a string consisting of date > and time, my hostname and th

Re: Modprobe and modules - is this a problem?

2000-08-20 Thread Gregory T. Norris
On Sun, Aug 20, 2000 at 08:53:28PM +0100, [EMAIL PROTECTED] wrote: > I thought I had better reply to my own message as I've discovered > that the crontab does unload the unused ppp modules if they were > loaded by kmod. > > If I load the modules manually the crontab apparently does not > unload th

Re: modprobe: Can't locate module net-pf-18

2000-08-24 Thread Gregory T. Norris
I expect that you're receiving some packets over the network, with the address family set to 18. I don't know what "ash" is in the networking sense, but I'm certain that it's not related to the shell. I'd just add "alias net-pf-18 off" to /etc/modutils/aliases, followed by running /sbin/update-mo

Re: exim headaches

2000-08-27 Thread Gregory T. Norris
What I ended up doing was configuring two copies of exim, based on instructions I found in the Exim FAQ at . The primary copy delivers only local mail, and doesn't perform header rewriting. Non-local messages are forwarded to the second copy over port 26, which performs head

Re: exim headaches

2000-08-27 Thread Gregory T. Norris
und myself having a difficult time > understanding what it was saying. This has been a common problem for > me in trying to get this to work. I know this is a lot to ask, but > perhaps a few more details from you would help me get this going. > > Thanks, > David Bellows > > "

Re: exim headaches

2000-08-28 Thread Gregory T. Norris
Ok, here's what I did (don't worry, it's not as bad as it probably looks :-). First, create the file /etc/email.map, which will specify the email mapping for outgoing messages. Each line should be of the format "local_user: Justin Kase <[EMAIL PROTECTED]>". Mine looks like: root: Greg No

Re: easy numlock question

2000-08-28 Thread Gregory T. Norris
Assuming that you're logging in to a VT, rather than to XDM or the equivalent, add the following to ~/.bash_profile: case `basename \`tty\`` in tty[1-9]) setleds +num;; esac If you're trying to set it for X11 instead, go to and do a search for "numlockx".

Re: SSH Obsolete?

2000-09-01 Thread Gregory T. Norris
Does /etc/apt/sources.list contain an entry for non-US (something like "deb http://non-us.debian.org/debian-non-US stable non-US/main")? Anything which isn't currently found in one of your defined mirrors will be listed as obsolete. Also, did you run "Update" from dselect's menu? I've found that

Re: kernel compiling

2000-09-11 Thread Gregory T. Norris
Make sure you have libncurses[45]-dev installed... On Mon, Sep 11, 2000 at 06:26:08PM -0600, cls-colo spgs wrote: > debs, > > my deskbox likes the taste of kernel 2.2.17; but my > lapbox is getting stuck: > > Script started on Mon Sep 11 17:53:15 2000 > EBUSINESS:/tmp/linux# makemenu    

Re: Exim rewrite question

2000-09-12 Thread Gregory T. Norris
Also, take a look at . It goes through the setup process in a (more or less) step by step fashion. pgp225Y895w3D.pgp Description: PGP signature

Re: pgp vs. mutt

2000-09-14 Thread Gregory T. Norris
What version of mutt are you using? If I remember correctly, for the potato version you need to add "set pgp_default_version = gpg" or similar to ~/.muttrc. On Thu, Sep 14, 2000 at 01:15:58PM -0500, Will Trillich wrote: > On Thu, Sep 14, 2000 at 07:49:15PM +1100, Damon Muller wrote: > > Hi Will,

telnet problem with $TERM

2000-09-22 Thread Gregory T. Norris
When I telnet in to the AIX systems at work, the $TERM variable gets mangled to uppercase (i.e "rxvt" becomes "RXVT"). It's not all that difficult to compensate for, but I'm curious about the cause. Any ideas? Windows based telnet clients don't seem to trigger this behavior. Just to head off th

Re: Glibc 2.1.94-3, fixes all issues with db libraries

2000-09-30 Thread Gregory T. Norris
On Sat, Sep 30, 2000 at 09:33:55AM -0400, Ben Collins wrote: > [1] Debian Chaos Events are scheduled on a haphazard basis. We make no > gurantees about show times. Hey, don't drag me into this! I didn't do it!!! :-) Sorry, couldn't resist.

Re: lobotamy via HD swap

2000-07-10 Thread Gregory T. Norris
I did that recently, when upgrading to a new motherboard. Assuming that the new machine has compatible hardware (i.e. that your kernel was compiled with all the necessary support included) it should work just fine. If you're configured to boot directly into X via xdm (or whatever), you may want t

ssh-{add,agent} equivilent for ssh2?

2000-07-31 Thread Gregory T. Norris
I was wondering if there were any equivalent to ssh-add and ssh-agent which work with DSA keys (SSH2 protocol)? I'm running ssh 2.1.1p4-2 (aka OpenSSH) on woody. Thanx! pgpDUPW57cfvo.pgp Description: PGP signature

Re: Help - WordPerfect still doesn't work (nor does Netscape)

2000-08-06 Thread Gregory T. Norris
It sounds like you need to install xpm4.7 from the oldlibs section. To verify this, run "ldd /usr/local/lib/wordperfect/wpbin/xwp" (adjust the path to match your installation). If anything is listed as "not found" you'll need to install the relevant package. You can use the search form at

Re: Crypto patching 2.4 kernel

2001-02-21 Thread Gregory T. Norris
Personally, I rarely use the debianized kernel source... to impatient to wait for new releases to be packaged! :-) For whatever it's worth, I'm having good results with the crypto patches and upstream source. The one thing to watch out for is loopback filesystems (whether encrypted or not)... the

Re: VMware install

2001-02-22 Thread Gregory T. Norris
On Fri, Feb 23, 2001 at 01:48:10AM +, SamBozo Debian User wrote: > So where are the C header files it wants? They're part of your the kernel source tree. If you're running one of the Debian-supplied kernels (or using kernel-package to generate your own kernel debs) you can probably just insta

Re: Need /dev/usb

2001-02-25 Thread Gregory T. Norris
You'll need to create the directory /dev/usb manually, then us mknod to create the device file. The command would be something like: mknod /dev/usb/ c You'll need to know the device name (obviously), and the appropriate major and minor numbers. Most likely you can find this information u

Re: Package hold during upgrade

2000-11-08 Thread Gregory T. Norris
The all-in-one command line version: dpkg --get-selections PACKAGE-LIST | \ sed -e 's/install$/hold/' | dpkg --set-selections Alternately , you could tag each package individually under dselect, using the 'H' or '=' keys. The exact package name matches the debfile up to the first un

Re: Plexwriter 12/4/32(SCSI)

2000-11-10 Thread Gregory T. Norris
I got one about a month ago. For whatever it's worth, I haven't run into any problems. I'm running woody tho, which has a newer cdrecord (not sure if that matters or not). Cheers! On Thu, Nov 09, 2000 at 09:32:55PM -0800, [EMAIL PROTECTED] wrote: > anyone have sucess stories with this CD-R unde

Re: sound-slot-0 not found

2000-11-13 Thread Gregory T. Norris
You can get rid of the message by adding alias sound-slot-0 off alias sound-service-0 off to /etc/modutils/aliases, followed by running /sbin/update-modules. Dunno why you're seeing that if sound's actually working, tho... I've only seen that message when no (configured) sound card was

Re: X 4.0.1 fixed font problem

2000-11-15 Thread Gregory T. Norris
Do you have xutils installed? If not, you may need to install it and run mkfontdir manually in each font directory (or "dpkg-reconfigure xfonts-100dpi ..."). > I just did a new woody install and tried installing X 4.0.1 on it. > When I run startx, X starts up but then crashes with the message: >

Re: Ok, how can I prevent the system from upgrading kernel-image-2.2.17 ?

2000-11-16 Thread Gregory T. Norris
Run the following (as root): dpkg --get-selections kernel-image-2.2.17 | \ sed -e 's/install$/hold/' | dpkg --set-selections This will place kernel-image-2.2.17 on hold, which will prevent apt/dselect/etc. from trying to upgrade it. To reverse the process, rerun with the sed command

Re: No screensaver panel in Gnome C. center??

2000-12-07 Thread Gregory T. Norris
I just noticed that a day or so ago, as well. Apparently xscreensaver-demo is segfaulting... I assume that we're both seeing the same problem, but here's how to check: 1) Open your favourite x-terminal (rxvt in my case). 2) Allow core-files with "ulimit -c unlimited". 3) Run /usr/bin/gnomecc dire

Re: exim (II)

2000-12-10 Thread Gregory T. Norris
Did you add "localhost" to the "local_domains" entry in /etc/exim.conf? If it isn't present (and it's not by default) that would most definitely explain the error you're describing. Cheers! On Sun, Dec 10, 2000 at 06:41:26PM -0200, [EMAIL PROTECTED] wrote: > Hello!, > > I am running potato at h

Re: Help msg: modprobe can't locate ppp-compress

2000-12-13 Thread Gregory T. Norris
Take a look in /etc/modutils/aliases, there should be some entries similar to the following: alias ppp-compress-21 bsd_comp alias ppp-compress-24 ppp_deflate alias ppp-compress-26 ppp_deflate If they aren't there, add them and then run /sbin/update-modules. If they're presen

ppp/chap client problems

2000-12-27 Thread Gregory T. Norris
I'm trying to configure pppd for dial-out to work, which requires CHAP authentication. Unfortunately, I can't seem to make the @#$%! machines happy. I've gone through the HOWTO and everything *seems* to be configured properly, but obviously something's not right. Anyone care to point out what I'

Re: ppp/chap client problems - solved

2000-12-28 Thread Gregory T. Norris
D'oh!!! There's a slight (single character) difference in the userid for dial-up, versus my usual login account. Unsurprisingly, it works just fine now that I'm using the correct account. A bad case of idiotneedsaclueitis, apparently...

Re: Is there a nice graphical front end available for gpg or pgp ?

2001-01-01 Thread Gregory T. Norris
Try seahorse... I haven't used it myself, but I've heard that it's not bad. On Sat, Dec 30, 2000 at 05:43:40PM +0100, Michael Meding wrote: > Hi all, > > I am looking for a graphical front end for gpg and or pgp. Possibly > qt or gtk based. Is geheimnis packaged already ? > > Thanks in advance.

Re: ppp-compress-1 strangeness

2000-04-14 Thread Gregory T. Norris
> After the connection has been established, I get this: > modprobe: can't locate module ppp-compress-1 I haven't seen that one before... are you sure it isn't asking for ppp-compress-21? Anyway, here are my ppp-compress-* entries: alias ppp-compress-21 bsd_comp alias ppp-compress-24 p

Re: trying out a 2.3.x kernel

2000-04-21 Thread Gregory T. Norris
> -ipchains is gone, iptables replaces it There's a compatability entry for ipchains, which you can select during the config stage. I don't know when it actually went in, but it's available in 2.3.99-pre5, and seems to work as expected. Cheers!

Re: Mozilla-M13

2000-02-03 Thread Gregory T. Norris
On Wed, Feb 02, 2000 at 03:09:36PM -0800, Brent Fulgham wrote: > If anyone hasn't installed M13 yet, could someone download the > *.deb files from http://pandora.debian.org/~bfulgham and try > installing? I want to verify that the new dependency on libnspr3 > by Mozilla works properly. > > Than

Re: odd cron returns

2000-02-05 Thread Gregory T. Norris
I've read somewhere that you can't use $HOME in a crontab entry, although I haven't personally verified this. Try filling in the full path... On Fri, Feb 04, 2000 at 10:40:06AM -0600, [EMAIL PROTECTED] wrote: > > I have the crontab file "mycron" with the contents > > [EMAIL PROTECTED]:~$ cronta

Re: odd cron returns

2000-02-05 Thread Gregory T. Norris
Scratch that... it seems to work fine, at least on potato. On Fri, Feb 04, 2000 at 07:32:31PM -0600, Gregory T. Norris wrote: > I've read somewhere that you can't use $HOME in a crontab entry, > although I haven't personally verified this. Try filling in the full > path... >

Re: "Fake" package for Wordperfect 8?

2000-02-06 Thread Gregory T. Norris
I haven't used it myself, but I believe that the package name is equivs. On Sun, Feb 06, 2000 at 10:04:58PM +0100, Jonas Steverud wrote: > > I downloaded WP8 for some months ago and the idea struck my earlier > tonight that it would be a good idea to build a fake package for WP8 > that depended o

Re: Getting xfs-xtt to work

2000-02-07 Thread Gregory T. Norris
You don't want to specify the actual path to the fonts in the xset command, unless you want your X server to handle them directly (i.e. not using a font server). Instead you want to specify the port which your font server is listening at, which is normally 7100. The place you need to list the ful

Re: SCSI Timing Out (HELP ASAP)

2000-02-07 Thread Gregory T. Norris
Take a look at . I've got an unofficial set of installation disks there for slink which will hopefully take care of your problem. Good luck! On Sun, Feb 06, 2000 at 05:37:43PM -0800, ^chewie wrote: > I've just purchased and installed a new: >

Re: rcS error on bootup --potato

2000-02-07 Thread Gregory T. Norris
On Mon, Feb 07, 2000 at 03:59:53PM -0500, Griim wrote: > Hi, > I'm running potato, and on a vanilla install of it, I get the > following error message: > > /etc/init.d/rcS: /etc/rcS.d/S35devpts.sh: line 63: syntax error: > unexpected end of file > > Anyone else have this problem, or know wha

Re: Cannot compile newest Afterstep

2000-02-16 Thread Gregory T. Norris
What are the actual error messages? Also, are you running slink or potato? AfterStep 1.8.0 compiles just fine here on potato, provided that all of the necessary x-dev packages are installed. On Tue, Feb 15, 2000 at 05:50:17PM -0600, David J. Kanter wrote: > I've followed the instructions, bu

Re: afterstep

2000-02-16 Thread Gregory T. Norris
Possibly a stupid question, but are you sure that you have xterm installed? If I remember correctly it used to be included in one of the main X packages (xbase?), but now has it's own package. On Tue, Feb 15, 2000 at 08:17:12AM -0600, Timothy C. Phan wrote: > Hi, > > I got the x to run and I s

Re: Soundblaster AWE64

2000-02-18 Thread Gregory T. Norris
You'll need to install the isapnptools package, and configure it to handle the pnp initialization. I can send you a copy of the conffile I use if you'd like to use it as a model. I think there are a few more sound-related kernel options you might want to enable, although they may not be strictly

Re: xfs-xtt configuration

2000-03-02 Thread Gregory T. Norris
You need to remove the entry for port 7101 from /etc/X11/XF86Config. xfs-xtt replaces both xfs and xfstt with a single font server, so it will be running on the "standard" xfs port (7100), rather than xfstt's. X will definitely refuse to start if told to use a font server which isn't active... Ch

Re: Telnet 25 connection refused

2000-03-11 Thread Gregory T. Norris
Check the "local_domains" setting in etc/exim.conf, and make sure that it includes "localhost". It should look something like: local_domains = localhost:mydomain.com On Fri, Mar 10, 2000 at 04:53:06PM +0200, [EMAIL PROTECTED] wrote: > Thanks for the reply. > > I have infact installed exim

hardware advice

2000-03-15 Thread Gregory T. Norris
I'm planning to get a 3D-accelerated graphics card, and I was hoping to get some suggestions on which ones are well supported by Linux. The main requirement is that it must be a PCI card, since the system in question doesn't have an AGP slot. The two which seem promising so far are the Matrox Mil

Re: hardware advice

2000-03-16 Thread Gregory T. Norris
Thanx to everyone for your advice. I've had a few private replies as well, and so far *everyone* has recommended the Voodoo3. Looks like that's what it'll be! Cheers!

Re: How to make SCSI only bootup

2000-03-17 Thread Gregory T. Norris
The "2FA:" prompt is generated by mbr... it looks like it doesn't know which partition to boot (you haven't gotten far enough to require the SCSI drivers yet). Just as a guess, I'd say that you didn't flag the relevant partition as "active" when you partitioned the disk. Try pressing "2" when you

Re: How to make SCSI only bootup

2000-03-18 Thread Gregory T. Norris
, Chirag wrote: > > - Original Message - > From: Gregory T. Norris <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: > Sent: Friday, March 17, 2000 5:08 PM > Subject: Re: How to make SCSI only bootup > > Hi > > > The "2FA:"

Re: what happenned to netdate?

1999-12-02 Thread Gregory T. Norris
On Thu, Dec 02, 1999 at 12:55:48PM +0100, Joachim Trinkwitz wrote: > Try package netdate :) (it has its own .deb now). I tried that but couldn't find it... guess my mirror just wasn't up to date. Doh!!! Thanx!

Re: apt-get

1999-12-15 Thread Gregory T. Norris
On Tue, Dec 14, 1999 at 06:16:14PM -0600, Nathan York wrote: > how do i hold a package back from being upgraded in apt-get echo package_name hold | dpkg --set-selections You can also mark a package as held from dselect, using the `H' or `=' key.

Re: PGP for Windows -> GnuPGP?

1999-12-24 Thread Gregory T. Norris
I'm using GnuPG with mutt 1.0.0-2 without any problems. I can email you the relevant entries from ~/.muttrc if you like... On Wed, Dec 22, 1999 at 05:48:18PM -0600, David J. Kanter wrote: > Just a quick follow-up to my post: I use Mutt and have read in one > place that Mutt does not support GnuPG

Re: apt-move

1999-12-24 Thread Gregory T. Norris
Try running with the "get" or "getlocal" option first. This should download/copy the required master file(s). On Thu, Dec 23, 1999 at 10:29:20PM +0800, Lindsay Allen wrote: > > I can't get apt-move to co-operate. > > elm:# apt-move move > Creating Lists... > Error: makelist: No master ls file

Re: kernel 2.2 -- no sound?

1999-12-25 Thread Gregory T. Norris
You need to select "OSS sound modules" first, then the SB16 stuff will show up. On Fri, Dec 24, 1999 at 10:42:17PM -0500, Carl Fink wrote: > I finally broke down and decided to compile a 2.2.13 kernel despite > the fact that my 2.0.36 kernel continues to work perfectly. > > Well, 2.2.13 worked ok

Re: PGP for Windows -> GnuPGP?

1999-12-25 Thread Gregory T. Norris
I don't have either of those entries, and I couldn't find them in mutt's manual.txt file. I'd guess that they were valid entries for some of the pre-1.0 releases, and the HOWTO is just slightly out of date. Cheers! On Fri, Dec 24, 1999 at 04:05:43PM -0600, David J. Kanter wrote: > Actually, I fo

Re: sudden IPX problems

1999-12-31 Thread Gregory T. Norris
What kernel version are you using? I was getting that error with the early 2.2.x kernels, but 2.2.1[23] seemed to be OK. On Thu, Dec 30, 1999 at 10:49:46AM -0500, Brian J. Stults wrote: > Until a few days ago, I could mount local netware drives and print to > netware printers without any problems

Re: ncurses-base obsolete, but essential

2000-01-14 Thread Gregory T. Norris
I did "dpkg --purge --force-remove-essential ncurses-base". All seems to be well! On Thu, Jan 13, 2000 at 12:33:25PM -0700, Bob Nielsen wrote: > After a recent upgrade of potato packages, ncurses-base 4.2-3.4 shows > up as obsolete (no longer listed in Packages). However it is tagged as > "essent

Re: Weird ash/sash behavior

2000-01-14 Thread Gregory T. Norris
I can't reproduce that behaviour here (potato with ash 0.3.5-9). On Thu, Jan 13, 2000 at 12:16:02PM -0800, H Huang wrote: > > I've been experimenting using /bin/ash as /bin/sh recently. No big > problem so far. However, a couple of debian/rules failed to > build. Further examination shows that: >

Re: Is potatoe's exim 3.12-1 OK?

2000-01-18 Thread Gregory T. Norris
Working fine here... On Mon, Jan 17, 2000 at 07:29:52PM -0800, Mark M wrote: > Hi, > The problem may be with my ISP, but I keep > getting: > > SMTP timeout while connected to > smtp.student.unsw.edu.au [xx] after > end of data (3531 bytes written) > > Is any one else having a similar problem

Re: kmod questions?

2000-01-28 Thread Gregory T. Norris
On Fri, Jan 28, 2000 at 05:03:27PM +0200, Shaul Karl wrote: > 2) Why there is no line like >0-59/5 * * * * /sbin/rmmod -a > for cron to process? My understanding is that it causes problems for some PCMCIA devices. I don't have any such beasties tho, so I can't verify this.

dselect problem with potato

2000-01-29 Thread Gregory T. Norris
For some reason dselect wants to remove an awful lot of packages from my potato system: at, cron, debconf, exim, mailx, apparently all of gnome, and a bunch of others. When I run apt-get it seems perfectly happy with everything that's installed, and nothing seems to be flagged for removal in dsele

<    1   2   3   >