Re: FreeWWWeb
Bart Friederichs wrote: > Hi, > > I signed up for FreeWWWeb, the registration went OK, my POP works, only I > cannot connect. I use [EMAIL PROTECTED] as my login and PAP > authentication. When I try to login, my /var/log/syslog says PAP > authentication failed. It requests my username and password OK (password is > plain text in syslog). > > The FreeWWWeb support-for-linux page says I should check my /etc/ppp/options > file. But I didn't touch that one. > > Anybody knows more on this (not so great) free webXS? > > Bart > > PS > My first account didn't work because I used the 80 hrs already, according to > the support people. And I didn't even ever connect! > PPS > When I choose PAP in pppconfig and chap-secrets exists, it uses CHAP. I > guess something fairly wrong with my ppp ... > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null I don't remember exactly what I did to get mine going, but I did wind up having to use minicom to figure out what was happening. Then I think I had to make an entry in pap-secrets for freewwweb (I can't currently access that box to look around at the moment, so I'm having to do this by (poor) memory). BTW, I typically connect at 33,600 on my 33.6 modem, whereas with my campus connection I typically get 32. Of course, these are just the numbers reported by xisp; I've never actually done any monitoring.
Re: ATAPI tape drives.
> "Edward" == Edward Mulholland <[EMAIL PROTECTED]> writes: Edward> The linux hardward compatability HOWTO at Edward> http://www.linuxdoc.org/HOWTO/Hardware-HOWTO.html says the Edward> following about ATAPI tape drives: >> ATAPI tape drives For these an alpha driver (ide-tape.c) is >> available in the kernel. >> >> ATAPI tape drives supported are >> >> Seagate TapeStor 8000 Conner CTMA 4000 IDE ATAPI Streaming tape >> drive Edward> Does anyone know whether these are the only supported ATAPI Edward> tape drives, or just examples? I received another model of Edward> ATAPI tape drive (Sony SuperStation) as a gift and I want to Edward> be sure that it is totally useless before I return it. It is probably not TOTALLY useless .. but .. I had insuperable problems trying to use the driver with a HP/Colorado 5000 ATAPI drive. Gave up and shelled out $500 for a SCSI drive. -- Ian Zimmerman Lightbinders, Inc. 2325 3rd Street #324, San Francisco, California 94107
FreeWWWeb
Hi, I signed up for FreeWWWeb, the registration went OK, my POP works, only I cannot connect. I use [EMAIL PROTECTED] as my login and PAP authentication. When I try to login, my /var/log/syslog says PAP authentication failed. It requests my username and password OK (password is plain text in syslog). The FreeWWWeb support-for-linux page says I should check my /etc/ppp/options file. But I didn't touch that one. Anybody knows more on this (not so great) free webXS? Bart PS My first account didn't work because I used the 80 hrs already, according to the support people. And I didn't even ever connect! PPS When I choose PAP in pppconfig and chap-secrets exists, it uses CHAP. I guess something fairly wrong with my ppp ...
Re: installing two NIC's
i infact tried that and got after dmesg: eepro100-drivers eth0: Intel EtherExpressyada.yada irq 9 receiver-blaha General self test Serial Sub-system test Internel registers passed then tulip.c: drivers eth1: Lito-OnMac ADress irq 5 but no tests. when i run ifconfig i don't get eth1, just lo and eth0 if the driver loaded, how do i update the ifconfig??? > I found that the easiest thing was to run dmesg and see if the OS tried to load the modules for the cards. You may have loaded both cards but you haven't setup ifconfig for eth1. > Look at dmesg. > > > Chris Mason > Box 340, The Valley, Anguilla, British West Indies > Tel: 264 497 5670 Fax: 264 497 8463 > USA Fax (561) 382-7771 > Take a virtual tour of the island > http://net.ai/ The Anguilla Guide > Find out more about NetConcepts > www.netconcepts.ai > bwz*mq > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Robert Waldner > Sent: Thursday, April 06, 2000 1:28 AM > To: Nick Barron > Cc: debian list > Subject: Re: installing two NIC's > > > On Wed, 05 Apr 2000 16:04:54 PDT, Nick Barron writes: > >now they are seperated, but i still can't seem to figure out how to > >initialize > >eth1 > > > >i think i might be trying to load module on top of module > >loading eth0 instead of eth1 > >how is this done effectively? > > you can look at the currently loaded modules with lsmod, if ne2k-pci > isn´t there yet, ´insmod ne2k-pci´ will (try to) load it. You should > then see it via ifconfig, if you don´t, try ´ifconfig -a´. ´ifconfig > eth1 x.x.x.x/xx up´ will set the ip-address and netmask. > > if this works, all you have to do is put ne2k-pci in /etc/modules > to get the module loaded at boot time, and edit /etc/init.d/network > accordingly to the appropriate ip-addresses. > > hth, > &rw > -- > / Robert Waldner <[EMAIL PROTECTED]> | Phone: +43 1 89933 0 Fax x533 \ > \KPNQwest/AT tech staff| Diefenbachg. 35 A-1150 Wien / > > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > >
Re: Somebody using MuPAD on Debian potato/woody?
> "Julian" == Julian Stoev <[EMAIL PROTECTED]> writes: > Is there somebody using 1.4.2 version of MuPAD > (www.mupad.de) on debian Potato/Woody. I have used mupad on a Debian 2.2 (frozen potato) system. I needed to install xviewg (version 3.2p1.4-9) before it would run. Mike -- Michael A. Miller [EMAIL PROTECTED] Krannert Institute of Cardiology, IU School of Medicine
Re: Creative SB Live! 1024
You didn't compile sound support into the kernel did you? Also, this kernel doesn't work if you are using a kernel with SMP enabled. For the driver to work sound support has to be compiled as a module (soudcore.o) and SMP has to be disabled. ~Sam On 6 Apr 2000, Joachim Trinkwitz wrote: > sam <[EMAIL PROTECTED]> writes: > > > Go to this site and download the source for the sblive kernel module > > (emu10k1) http://opensource.creative.com/ > > > > Once that is compiled, cp it to /lib/modules/kernelversion#here/misc/ > > Thanks, but compiling fails with: > > "Please run make dep in your kernel source tree modversions.h is > missing" > > After make dep the same thing happens. I think the kernel source is > all right, I compiled my kernel successfully one week ago. > > Thanks for your help, > joachim > > >
Re: ln -s /usr/doc /home/doc
> Is it me or do you have this command the wrong way round. I would have > thought that > you wanted: > > ln -s /usr/doc /home/doc Yes, of course! > I hope this fixes things for you... No, since I obviously made it the way you suggest, and then I got the problems I mentioned. Stef
ftp / ip_masq_ftp
HI i am still having problems ftp'ing behind a slink masquariding firewall. I have added the module ip_masq_ftp to the kernel but that doesn't appear to have resolved anything... Do I still need a proxy?? or shall i use squid to proxy being that it is in the DMZ? Any help would be great. Zane
Re: Creative SB Live! 1024
sam <[EMAIL PROTECTED]> writes: > Go to this site and download the source for the sblive kernel module > (emu10k1) http://opensource.creative.com/ > > Once that is compiled, cp it to /lib/modules/kernelversion#here/misc/ Thanks, but compiling fails with: "Please run make dep in your kernel source tree modversions.h is missing" After make dep the same thing happens. I think the kernel source is all right, I compiled my kernel successfully one week ago. Thanks for your help, joachim
Re: Wordperfect for Linux
Sandy Shapiro wrote (on 6 Apr 00, at 9:31): > I have Debian 2.1 (Slink). > > I downloaded Wordperfect 8 for Linux (guilg00.gz). > > During the install I get numerous error messages. It seems to be looking > for subdirectories that don't exist on my system, and the program won't > run. > > Will Wordperfect only work on the Corel Linux, or is there a way to get it > to work on Debian? It will run (though I still haven't got anything to go through the Word import filter yet). I had it running on mostly-hamm-with-XFree86- v3.3.5, kernel 2.0.34. You need to watch the error messages and feed it some old libraries from the "oldlibs" and maybe "X11" sections of the Debian installation--search the archives of this list or just ask Corel if you can wait a few days for the answer. T. -- Tony Crawford -- [EMAIL PROTECTED] -- Phone: +49-3341-30 99 99 -- Fax: +49-3341-30 99 98
Re: Installing StarOffice 5.1 from CD
I had the same problem. A quick & dirty method may be to copy this directory to the harddisk. Then run ./setup. A good idea will be to run ./setup /net to install the binaries in one dir and just about 4 MB in your home-directory. Sven On 06-Apr-2000 John Stevenson wrote: > The file is executable by all users and I do not have noexec opions on the > CD. I have set the umask to 222. > > I sill get the same problem and after reading through the readme on the CD > it seems that there is a problem with glibc libraries. It looks like star > office needs to have a specific version installed, which I beleve is older > than the current version in potato. > > I dont fancy messing around with libraries so I guess I will just bin star > office until someone comes up with an installer. > > Johnny. > > Oswald Buddenhagen wrote: > >> > I am trying to install StarOffice 5.1 from the official sun >> > CD onto a debian potato system. However when I try the set >> > up program from inside the /cdrom/linux/office51 directory, >> > I get the following error: >> > >> > # ./setup >> > bash: ./setup: Permission denied >> > >> the file has probably no execute permissions. >> a "ls -l setup" should show up permissions like "r-xr-xr-x" or only >> "r-x--". >> have you mounted the cdrom with the noexec or umask options? >> umask should be 222 and noexec must not be used, if you want to install >> directly from cd. >> >> -- >> Hi! I'm a .signature virus! Copy me into your ~/.signature, please! >> -- >> Linux - the last service pack you'll ever need. -- Please reply only to [EMAIL PROTECTED] -- Date: 06-Apr-2000 Time: 22:47:07 --
config problems
Hi! Can anyone please help me? I have installed Debian and then configured X with xf86config, after booting I'm greeted with the screen "debian Linux login" but only 1/4 is seen. I can manage to login but on the following screen (desktop) I can't do anything, all the keyes beeps and I get no reaction on mouseclicks. I realize that I have done something wrong but how do I correct it? Bjorn Pà FL-NET ÃR DET ALLTID SOL OCH 25 GRADER I SKUGGAN! Testa Sveriges bästa e-postadress... http://www.sverige.nu
installing packages on Mac IIci
I'm very new to Debian and Linux. I got Debian running fine on my Mac IIci. I downloaded the Debian base system install files, but I don't want to install packages by download (my IIci is not connected to net yet and this seems slow anyway). Will I be able to configure Debian to recognize my Apples CD-ROM drive, and will it read the available CD's that contain Debian packages?
Re: Debian kernel & VMware
> May be there are some parameters I _must_ turn on in the kernel to run > VMware? or may be I must install respective kernel-headers package? you need to have the real time clock enabled. other then that i don't think there is anything that is required (the default debian kernel used to provide it). i haven't played with vmware for quite a while but if you didn't have the rtc enabled vmware would just print out an error message when you tried to run it. adam.
Re: new computer ??
Hello Hunter, On 06-Apr-00, you wrote: HHM> I'm considering a new computer. I was considering 2, but maybe I'll HHM> turn my 100MHZ pentium into a dedicated browser for family needs. HHM> HHM> ANYhoo, does anyone have good/bad experiences with any of the linux HHM> hardware vedors, VALinux, etc? Are the newest machines from HHM> Gateway, Dell, etc presenting any hardware compatibility issues? HHM> Strong opinions between regular PC sellers vs. the linux harwdare HHM> sellers? HHM> HHM> This is to run Debian, and maybe win9x. HHM> HHM> Thanks HHM> HHM> hunter If you're only going to run Debian on it I'd suggest building your own from components. It's not at all difficult, you can ensure h/w compatability and it should save you some ca$h. Hardware upgrades become a more cost-effective solution and if you keep your old components after you've upgraded them i.e. HD's, Vid cards etc. hang onto them (as they'll be pretty worthle$$) for trouble-shooting: not only can the old h/w get you (or a friend) going again, until a replacement arrives, but swapping the components will prove that it is 'that' component that has failed. If you also want to run M$ though you'd also have to figure the worth of any s/w bundle. Oh, nearly forgot, and the cost of the O$ too ;-))) Bye, LeeE -- http://www.spatial.freeserve.co.uk ...or something.
Mutt questions (Was: Looking for a good mail program)
Brendan Cully wrote: > you want mutt! > [...] > (I'm biased, since I've written most of the new IMAP code). Okay, so you're obviously a Mutt user/developer, and thus the perfect guy for me to address my questions to: I recently switched my working environment from Windows to Debian only and I've been using Netscape Mail so far. And I *hate* it! My question are: - Does Mutt support hierarchical folders? E.g. I want to have a folder called "Mailing Lists" with individual subfolders for each mailing list and a folder called "Friends" with individual subfolders for each person. - Can Mutt automatically move incoming mail into different folders? - Can I share Mutt's mail files with another mail program, so I could use a GUI program when under X? Would that be wise? Thanks a lot, Viktor -- Viktor Rosenfeld E-Mail: mailto:[EMAIL PROTECTED] HertzSCHLAG:http://www.informatik.hu-berlin.de/~rosenfel/hs/
problem installing user crontabs
I am trying to install a crontab (ordinary user) and although the user is in /etc/cron.allow, I get this when I try to save the crontab. crontab: installing new crontab "/tmp/crontab.heKnVf":0: bad command errors in crontab file, can't install. I am using the 'crontab -e' ' command, btw, on Potato and my cron version is 3.0pl1-57 any ideas? thanks -- Andrew
Re: Debian kernel & VMware
Andy Roosen <[EMAIL PROTECTED]> writes: > I had the same problem until I compiled with the parallel port as a > module (I usually compile everything into the kernel). There's a note > somewhere on the VMware install site that implied a parallel module > was required. I compiled paralled port as module. The effect was the same. I found with depmod that vmmon, vmnet and vmppuser modules all had unresolved external references, so I recompiled them by hand from sources. And nothing changed. > > Cheers, > Andy > > On Thu, Apr 06, 2000 at 12:52:48PM +0400, Alexander Zhuckov wrote: > > Oswald Buddenhagen <[EMAIL PROTECTED]> writes: > > > > > > When I build kernel from sources (using kernel-package) > > > > vmware completely hangs my box (I must use reset button). > > > > > > > just an idea: vmware builds its own kernel modules. if you change the > > > kernel, you might need to re-run vmware-config.pl > > > > Yes, I did it many times. All vmware modules loads fine. -- Alexander Zhuckov [EMAIL PROTECTED] 2:5030/518.50
RE: new computer ??
> > Doesn't VALinux sell their machines with Debian on them? > They did a year or more ago but not anymore. They went to Red Hat only and > then to their own RPM based distro. Why are they still advertising Debian on their site, then? -- Bart Szyszka [EMAIL PROTECTED] ICQ:4982727 GigaBee Interactive http://www.gigabee.com PayPal - Securely send money to an e-mail user! https://secure.paypal.com/refer/[EMAIL PROTECTED]
xdm does not start anymore - Impossible parser error
Hi Debians! I have a strange problem since yesterday. xdm does not start anymore. When I boot the system, xdm dies with this errormessage: Checking for valid XFree86 server configuration.../usr/sbin/parse-xf86config:D:35: Impossible parser error. Please contact the maintainer of this program. Stopped at /usr/sbin/parse-xf86config line 1565, chunk 35. error in configuration file. Not starting X display manager. I can start X with startx without problems. I could swear that I did not change anything on my system. --- Ok, there was an uptime of 14 days before. ;-) I am using slink/potato and xdm3.3.3.1-3.1X display manager Does anybody know what the errormessage means? Ciao! juh -- juh's Sudelbuch Best of 1999: Was gefiel, was missfiel den Lesern 1999? http://www.sudelbuch.de/best1999/index.html
Re: SGML WYSIWYG editors?
John Conover <[EMAIL PROTECTED]> writes: JC> Are there any? Definitionally, no. (Consider, for example, the differences between viewing HTML documents in Netscape and under Lynx.) I like to use psgml-mode in XEmacs to edit my SGML (DocBook, HTML). YMMV. -- David Maze [EMAIL PROTECTED] http://www.mit.edu/~dmaze/ "Theoretical politics is interesting. Politicking should be illegal." -- Abra Mitchell
Samba not rotating filled logs
I seem to have a problem with logging in samba (2.0.6-5, the latest in potato). Recently, it seems that it won't rotate the log file (/var/log/smb) when it hits the size limit specified in the smb.conf file--it gives an logfile open error (see below), and starts spewing the log entries to the console. Everything still works, but it is quite annoying. Since I didn't notice the problem until the log filled up, I can't pin down exactly when it started to happen, but I'm pretty sure it happened with at least 2.0.6-4 also. I think my installation is a fairly standard frozen that is up-to-date as of the beginning of the week. I'm using the default log size of 1000 (kB), but I've also tried changing the log size, with the result that everything works until the new limit is reached, then it overflows again. I'm kind of at a loss here, since the logging works fine until it fills, and I haven't seen any bugs filed for this problem. The global part of my smb.conf and smb log file listing are below. If anything else would be useful, let me know. Any suggestions? Thanks for any ideas, Eric odin# dir /var/log/smb -rw-r--r--1 root adm 97109 Apr 6 13:33 /var/log/smb excerpt of entries seen in /var/log/smb: Apr 5 20:28:29 odin smbd[28697]: [2000/04/05 20:28:29, 0] lib/debug.c:check_log _size(285) Apr 5 20:28:29 odin smbd[28697]: check_log_size: open of debug file /var/log/ smb failed - using console. odin# head -n 30 /etc/samba/smb.conf # Samba config file created using SWAT # from titan.hpcl (192.168.1.15) # Date: 2000/03/16 20:08:03 # Global parameters [global] workgroup = HPCL server string = %h server (Samba %v) interfaces = 192.168.1.1/24 bind interfaces only = Yes security = SHARE encrypt passwords = Yes null passwords = Yes passwd program = /usr/bin/passwd %u passwd chat = *New\spassword:* %n\n *Re-enter\snew\spassword:* %n\n *Pas sword\schanged.* . unix password sync = Yes log level = 0 max log size = 1000 name resolve order = host wins bcast lmhosts time server = Yes deadtime = 15 socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=4096 SO_RCVBUF=409 6 client code page = 437 os level = 99 preferred master = Yes domain master = Yes wins support = Yes message command = /bin/sh -c '/usr/bin/linpopup guest account = public invalid users = root _ Eric Boyer [EMAIL PROTECTED]
Re: licq in unstable
i just had to do a re-install (potato) yesterday, and i installed licq without a hitch (via Apt) james - Original Message - From: "Shao Zhang" <[EMAIL PROTECTED]> To: "Debian Mailing List" Sent: Thursday, April 06, 2000 6:20 AM Subject: licq in unstable > Hi, > Just wondering what happened to licq in unstable... > apt can no longer install it... > Shao > > -- > > Shao Zhang - Running Debian 2.1 ___ _ _ > Department of Communications/ __| |_ __ _ ___ |_ / |_ __ _ _ _ __ _ > University of New South Wales \__ \ ' \/ _` / _ \ / /| ' \/ _` | ' \/ _` | > Sydney, Australia |___/_||_\__,_\___/ /___|_||_\__,_|_||_\__, | > Email: [EMAIL PROTECTED] |___/ > _ > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > >
Re: Wordperfect for Linux
On Thu, Apr 06, 2000 at 09:31, Sandy Shapiro wrote: > I have Debian 2.1 (Slink). > > I downloaded Wordperfect 8 for Linux (guilg00.gz). > > During the install I get numerous error messages. It seems to be looking > for subdirectories that don't exist on my system, and the program won't > run. > > Will Wordperfect only work on the Corel Linux, or is there a way to get it > to work on Debian? I have it running on slink, but the file I downloaded is -rw-r--r-- 1 pann pann 23711095 Jan 6 09:43 /usr/local/WordPerfect_tar.gz It's been awhile since I downloaded it, but I can't imagine I changed the name. Do they offer more than one download file? If you're running slink make sure you don't download something that wants glibc 2.1 or kernel 2.2. Luck, Pann -- geek by nature, Linux by choice L I N U X .~. The Choice /V\ http://www.ourmanpann.com/linux/ of a GNU /( )\ Generation ^^-^^
Re: text editor for the rest of us
On Thu, 6 Apr 2000, Chris Mason wrote: > I need a text editor I can use in a telnet session that doesn't require a > Unix course to operate. I liked Pico OK but it's not included on my system, > nor on the Debian site. Any suggestions? You can find pine, pico and pilot .debs for Potato at: http://members/mint/net/frodo/pine/
Re: fetchmail/exim losing messages when downloading
David Karlin <[EMAIL PROTECTED]> writes: > Hello, > Occasionally fetchmail/exim drops incoming mail being fetched from > my pop3 box. > > This morning, fetchmail informed me that 32 messages were being down- > loaded, but when I opened my mailbox with mutt, there were only ten > new ones in there. > > Anyone else experienced this? > > Please CC me when responding. Drops it or queues it? I suspect the later. Occasionally if fetchmail delivers a load of messages at once exim will queue them up for delivery (I think 10 minutes later, but this is configurable). Personally, after a large fetchmail session, I use the "/usr/sbin/runq" command to flush them and deliver them to me immediately. Gary
Re: ln -s /usr/doc /home/doc
Is it me or do you have this command the wrong way round. I would have thought that you wanted: ln -s /usr/doc /home/doc I hope this fixes things for you... Johhny Debian Mail wrote: > I moved /usr/doc to /home/doc, since I have more space on the > partition that is mounted on /home. Then I created a softlink to it: > ln -s /home/doc /usr/doc > > The problem is now, that some packages (r-base 1.0.0-1 is an example) > store documentation in different locations, and refer to it with > softlinks using ../ These softlinks now clearly point to a non > existing location. Is there a nice solution to solve this problem? > > Stef > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null begin:vcard n:Stevenson;John x-mozilla-html:TRUE org:Valtech Ltd adr:;; version:2.1 email;internet:[EMAIL PROTECTED] title:Technical Consultant / Trainer x-mozilla-cpt:;0 fn:John Stevenson end:vcard
Re: fetchmail/exim losing messages when downloading
Did you run the mailq command and check if any were being held for later delivery? I think the default nature of Exim is to download 10 messages and a time, try checking /etc/exim.conf and see if that is still set to default. I had to up mine to like 200 so mail would not back up. Regards, Todd > Hello, > Occasionally fetchmail/exim drops incoming mail being fetched from > my pop3 box. > > This morning, fetchmail informed me that 32 messages were being down- > loaded, but when I opened my mailbox with mutt, there were only ten > new ones in there. > > Anyone else experienced this? > > Please CC me when responding. > > TIA. > -- > David Karlin > [EMAIL PROTECTED] > Powered by Debian GNU/Linux > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > > - This message was sent using Endymion MailMan. http://www.endymion.com/products/mailman/
Re: fetchmail/exim losing messages when downloading
> Hello, > Occasionally fetchmail/exim drops incoming mail being fetched from > my pop3 box. > > This morning, fetchmail informed me that 32 messages were being down- > loaded, but when I opened my mailbox with mutt, there were only ten > new ones in there. > > Anyone else experienced this? > the mails are not dropped, but postponed. exim has a flood-protection, which allows only 10 messages in one connection. the messages are still in the mail queue. add smtp_accept_queue_per_connection = 0 to exims main config in /etc/exim.cfg -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- Linux - the last service pack you'll ever need.
Re: Debian kernel & VMware
I had the same problem until I compiled with the parallel port as a module (I usually compile everything into the kernel). There's a note somewhere on the VMware install site that implied a parallel module was required. Cheers, Andy On Thu, Apr 06, 2000 at 12:52:48PM +0400, Alexander Zhuckov wrote: > Oswald Buddenhagen <[EMAIL PROTECTED]> writes: > > > > When I build kernel from sources (using kernel-package) > > > vmware completely hangs my box (I must use reset button). > > > > > just an idea: vmware builds its own kernel modules. if you change the > > kernel, you might need to re-run vmware-config.pl > > Yes, I did it many times. All vmware modules loads fine. > -- > Alexander Zhuckov [EMAIL PROTECTED] 2:5030/518.50
Re: applix in menu?
Ron Farrer <[EMAIL PROTECTED]> writes: > I'm trying to put an entry in /usr/lib/menu for applixware, but it > doesn't ever show up. Yes I remember to do 'update-menus'. I'm running This one is working here: ?package(axbase):command="/usr/local/bin/applix" icon="none" \ needs="X11" section="Apps/Editors" title="Applix Office Suite" > ---/usr/lib/menu/applixware--- The file should sit in /etc/menu > ?package(applixware):needs=X11 section="Apps/Text"\ ^^ The menu system looks after a Debian package with this name being installed (applixware_xxx.deb). If this is not the case, you should set "local." before the name. Have a look at menu's documentation (in /usr/doc/menu/html/). Greetings, joachim
Re: how to email distribution lists...?
Jeff Gordon <[EMAIL PROTECTED]> writes: > What's the normal/usual method for sending one email to 100 folks who > are not local users of the system? Is this commonly handled by a mail > reader program or by a separate program on the system? Have a look at bulkmail: Package: bulkmail Version: 1.11-1 Priority: optional Section: mail Maintainer: John Goerzen <[EMAIL PROTECTED]> Depends: libc6 (>= 2.0.7u) Architecture: i386 Filename: dists/unstable/main/binary-i386/mail/bulkmail_1.11-1.deb Size: 19362 MD5sum: 5352bff40d896ecc8e763c9fae71ca4a Description: Speed up delivery of e-mail to large numbers of recipients. This is a C program to do "bulk" mailing. For input, it takes a file of recipient addresses (one address per line) and a message (with headers already attached) to be sent to the recipients. It sorts the recipient list by reversed domain (so similar ones sort together), splits up the recipients into several groups containing no more than N domains each, creates an SMTP envelope for each group of recipients, and feeds that envelope to "/usr/lib/sendmail -bs". . Smartlist also contains a bulkmail-style tool. installed-size: 46 Of course you can do this with any normal MUA, but wouldn't it be a pain to input 100 email addresses, even with an address book? Greetings, joachim
Wordperfect for Linux
I have Debian 2.1 (Slink). I downloaded Wordperfect 8 for Linux (guilg00.gz). During the install I get numerous error messages. It seems to be looking for subdirectories that don't exist on my system, and the program won't run. Will Wordperfect only work on the Corel Linux, or is there a way to get it to work on Debian? Thanks, Sandy Shapiro
Re: Debian kernel & VMware
Jean Pierre LeJacq <[EMAIL PROTECTED]> writes: > On Thu, 6 Apr 2000, Oswald Buddenhagen wrote: > > > > When I build kernel from sources (using kernel-package) > > > vmware completely hangs my box (I must use reset button). > > > > > just an idea: vmware builds its own kernel modules. if you change the > > kernel, you might need to re-run vmware-config.pl > > My experience is that vmware notices when a new kernel is installed > and will prompt you to rebuild the modules. I've had no trouble > using vmware and rebuilding newer versions of the kernel. May be there are some parameters I _must_ turn on in the kernel to run VMware? or may be I must install respective kernel-headers package? -- Alexander Zhuckov [EMAIL PROTECTED] 2:5030/518.50
SMM++
Hi to all, I read on http://smm.mudcenter.com/ which there is a debian package of this software but on debian official site (package section) i can't find it. There is anyone that know where I can dawnload it? Thank you in advance -- Maurizio Boriani General Services (Systemist) 20138 Milano - Via Mecenate 76/3 - Italy Tel. 02/509081 - Fax 02/50908080 - E-mail [EMAIL PROTECTED] pgpJh29Taz7tP.pgp Description: PGP signature
ln -s /usr/doc /home/doc
I moved /usr/doc to /home/doc, since I have more space on the partition that is mounted on /home. Then I created a softlink to it: ln -s /home/doc /usr/doc The problem is now, that some packages (r-base 1.0.0-1 is an example) store documentation in different locations, and refer to it with softlinks using ../ These softlinks now clearly point to a non existing location. Is there a nice solution to solve this problem? Stef
Re: lprng / network printers
Harry ten Berge <[EMAIL PROTECTED]> writes: > Hi, > > We have installed a new server (Debian 2.1) with a couple of network > printers attached. when there's a lot of jobs for one printer the lpr > command replies with "...connection refused". We've left the > '/etc/lpd.conf' to its original state. Anyone an idea of what the > problem might be? > > You need to allow acces to the printers in /etc/lpd.perms HTH, Ramin
fetchmail/exim losing messages when downloading
Hello, Occasionally fetchmail/exim drops incoming mail being fetched from my pop3 box. This morning, fetchmail informed me that 32 messages were being down- loaded, but when I opened my mailbox with mutt, there were only ten new ones in there. Anyone else experienced this? Please CC me when responding. TIA. -- David Karlin [EMAIL PROTECTED] Powered by Debian GNU/Linux
Diamond HomeFree phoneline 10 Mbps PCI and Linux?
Friends, A friend wants to put the Diamond HomeFree phoneline 10 Mbps PCI network in his computers at home. Doesn't want to run cable for ethernet. I think there is a chance he will want to try Linux and wonder if his network will work. Anybody know? Know where to find out? Are there any other choices short of running new wire? Thanks very much! -- Chris Joyner
Re: Can't find libz1
Debian Mail <[EMAIL PROTECTED]> wrote: >zlib-bin wants libz1: > > zlib-bin depends on libz1; however: > Package libz1 is not installed. > >But I can't find libz1 in any of the distributins... It's a virtual package, so look at the Provides: field: [EMAIL PROTECTED] ~]$ grep-available -FProvides libz1 Package: zlib1g Priority: standard Section: libs Installed-Size: 87 Maintainer: Joel Klecker <[EMAIL PROTECTED]> Architecture: i386 Source: zlib Version: 1:1.1.3-5 Provides: libz1 Depends: libc6 (>= 2.1) Conflicts: zlib1 (<= 1:1.0.4-7) Filename: dists/unstable/main/binary-i386/libs/zlib1g_1.1.3-5.deb Size: 41780 MD5sum: ad4b010417e930f17d324c6a91559848 Description: compression library - runtime zlib is a library implementing the deflate compression method found in gzip and pkzip. This package includes the shared library. -- Colin Watson [EMAIL PROTECTED]
Re: text editor for the rest of us
<[EMAIL PROTECTED]> wrote: >I need a text editor I can use in a telnet session that doesn't require >a Unix course to operate. I liked Pico OK but it's not included on my >system, nor on the Debian site. Any suggestions? You might like nano, which is a free (GPLed) replacement for pico; it's included in Debian as of the potato distribution. -- Colin Watson [EMAIL PROTECTED]
Re: text editor for the rest of us
On Thu, Apr 06, 2000 at 10:26:54AM -0400, Chris Mason wrote: |I need a text editor I can use in a telnet session that doesn't require a Unix course to operate. I liked Pico OK but it's not included on my system, nor on the Debian site. Any suggestions? Pico can be rebuilt from pine396-src But there is somthing better - nano. It is a pico clone. Available in woody/potato You may try also ee. I am writing this from ee now. --JS
Re: Installing StarOffice 5.1 from CD
The file is executable by all users and I do not have noexec opions on the CD. I have set the umask to 222. I sill get the same problem and after reading through the readme on the CD it seems that there is a problem with glibc libraries. It looks like star office needs to have a specific version installed, which I beleve is older than the current version in potato. I dont fancy messing around with libraries so I guess I will just bin star office until someone comes up with an installer. Johnny. Oswald Buddenhagen wrote: > > I am trying to install StarOffice 5.1 from the official sun > > CD onto a debian potato system. However when I try the set > > up program from inside the /cdrom/linux/office51 directory, > > I get the following error: > > > > # ./setup > > bash: ./setup: Permission denied > > > the file has probably no execute permissions. > a "ls -l setup" should show up permissions like "r-xr-xr-x" or only > "r-x--". > have you mounted the cdrom with the noexec or umask options? > umask should be 222 and noexec must not be used, if you want to install > directly from cd. > > -- > Hi! I'm a .signature virus! Copy me into your ~/.signature, please! > -- > Linux - the last service pack you'll ever need. begin:vcard n:Stevenson;John x-mozilla-html:TRUE org:Valtech Ltd adr:;; version:2.1 email;internet:[EMAIL PROTECTED] title:Technical Consultant / Trainer x-mozilla-cpt:;0 fn:John Stevenson end:vcard
Re: netscape6 mirrors?
On Thu, Apr 06, 2000 at 04:45:44PM +0200, Hans wrote: > Anybody knows if there are mirrors of netscape 6. 10 Megs at .6 k/sec from > the ftp site from Netscape is just too slow for me. --hans sunsite.informatik.rwth-aachen.de bye, -christian- -- Linux - the choice of the GNU generation ! Christian Hammers * Oberer Heidweg 35 * D-52477 Alsdorf * Tel: 02404-25624 50 3C 52 26 3E 52 E7 20 D2 A1 F5 16 C4 C9 D4 D3 1024/925BCB55 1997/11/01
Re: Debian kernel & VMware
On Thu, 6 Apr 2000, Oswald Buddenhagen wrote: > > When I build kernel from sources (using kernel-package) > > vmware completely hangs my box (I must use reset button). > > > just an idea: vmware builds its own kernel modules. if you change the > kernel, you might need to re-run vmware-config.pl My experience is that vmware notices when a new kernel is installed and will prompt you to rebuild the modules. I've had no trouble using vmware and rebuilding newer versions of the kernel. -- Jean Pierre
netscape6 mirrors?
Anybody knows if there are mirrors of netscape 6. 10 Megs at .6 k/sec from the ftp site from Netscape is just too slow for me. --hans
text editor for the rest of us
I need a text editor I can use in a telnet session that doesn't require a Unix course to operate. I liked Pico OK but it's not included on my system, nor on the Debian site. Any suggestions? Chris Mason Box 340, The Valley, Anguilla, British West Indies Tel: 264 497 5670 Fax: 264 497 8463 USA Fax (561) 382-7771 Take a virtual tour of the island http://net.ai/ The Anguilla Guide Find out more about NetConcepts www.netconcepts.ai bwz*mq
Can't find libz1
zlib-bin wants libz1: zlib-bin depends on libz1; however: Package libz1 is not installed. But I can't find libz1 in any of the distributins... Stef
Re: netscape6 anyone?
I have it running on woody. I also started it from within the directory in which I unpacked it. Symbolic links won't work, you have to run it from that directory. I didn't have to change anything at all, but I had been running M14 of mozilla, and I assume it requires mostly the same libraries. Christian Hammers wrote: > Hello > > Did anybody get the new netscape6-beta working on a Debian > potato/woody system? > (here it silently ends without giving more information) > > ... > WEBSHELL+ = 1 > I am inside the initialize > Hey : You are in QFA Startup > (QFA)Talkback loaded Ok. > WEBSHELL+ = 2 > assuming d&d is off for Navigator > nsCollationUnix::Initialize mLocale = de_DE > nsCollationUnix::Initialize mCharset = ISO-8859-1 > Inside netscape.xul overlay... > -- Brian J. Stults Doctoral Candidate Department of Sociology University at Albany - SUNY Phone: (518) 442-4652 Fax: (518) 442-4936 Web: http://www.albany.edu/~bs7452
Re: Installing StarOffice 5.1 from CD
> I am trying to install StarOffice 5.1 from the official sun > CD onto a debian potato system. However when I try the set > up program from inside the /cdrom/linux/office51 directory, > I get the following error: > > # ./setup > bash: ./setup: Permission denied > the file has probably no execute permissions. a "ls -l setup" should show up permissions like "r-xr-xr-x" or only "r-x--". have you mounted the cdrom with the noexec or umask options? umask should be 222 and noexec must not be used, if you want to install directly from cd. -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- Linux - the last service pack you'll ever need.
Re: share
> How do I set up a windows share of a directory from the console? I have > telenetted into a box that has no keyboard but I don't know how to do it. > edit /etc/smb.conf (or however it is called on debian). "man samba" for more info -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- Linux - the last service pack you'll ever need.
Installing StarOffice 5.1 from CD
Hello, I am trying to install StarOffice 5.1 from the official sun CD onto a debian potato system. However when I try the set up program from inside the /cdrom/linux/office51 directory, I get the following error: # ./setup bash: ./setup: Permission denied I have tried this both as root and as a normal user. I dont even know where to start on this one!!! Anyone have any ideas??? Johnny. begin:vcard n:Stevenson;John x-mozilla-html:TRUE org:Valtech Ltd adr:;; version:2.1 email;internet:[EMAIL PROTECTED] title:Technical Consultant / Trainer x-mozilla-cpt:;0 fn:John Stevenson end:vcard
share
How do I set up a windows share of a directory from the console? I have telenetted into a box that has no keyboard but I don't know how to do it. Chris Mason Box 340, The Valley, Anguilla, British West Indies Tel: 264 497 5670 Fax: 264 497 8463 USA Fax (561) 382-7771 Take a virtual tour of the island http://net.ai/ The Anguilla Guide Find out more about NetConcepts www.netconcepts.ai bwz*mq
Re: END Key in Emacs (only in Xterm)
[ The END key no longer works in "emacs -nw" in an xterm. ] Rodrigo Castro <[EMAIL PROTECTED]> writes: > The problem, in my opinion, comes when it reads xterm.elc and this > file doesn't assign correctly. That's it. The problem is with the xterm.el (and xterm.elc) files of all four flavors of emacs, because they contain the line: (define-key function-key-map "\e[4~" [select]) It looks like xemacs also breaks the HOME key. The files in question are: /usr/share/emacs/19.34/lisp/term/xterm.elc /usr/share/emacs/19.34/lisp/term/xterm.el /usr/share/emacs/20.5/lisp/term/xterm.elc /usr/share/emacs/20.5/lisp/term/xterm.el /usr/lib/xemacs-20.4/lisp/term/xterm.elc /usr/lib/xemacs-20.4/lisp/term/xterm.el.gz /usr/lib/xemacs-21.1.8/lisp/term/xterm.elc /usr/lib/xemacs-21.1.8/lisp/term/xterm.el.gz and they come from the following packages: emacs19 emacs20 emacs20-el xemacs20-support xemacs20-supportel xemacs21-support xemacs21-supportel A makeshift solution is to remove the offending .elc file and either edit the .el file or just removed it as well. (You can byte compile your edited .el file if you wish, but it is pretty small.) I sent a note about this problem to debian-emacsen. Kirk Hilliard
Re: Oops. New kernel will not come up
Hi Eric, How do I do "dkpkg -i old k-i" if the system would not come up at all? "eric k. wolven" wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Tim: > > It may be a "buggy" kernel. dpkg -i old kernel-image (the one that works). > Try downloading the k.-s.-2.2.14-4 and configuring from there. > > I had problems with the k-s-2.2.14-3. > > Eric Wolven > > > "Timothy" == Timothy C Phan <[EMAIL PROTECTED]> writes: > > Timothy> Hi, I just update the kernel images to 2.2.14-3 on my > Timothy> potato box and box will not come up. > > Timothy> All I see after reboot is: > > Timothy> Loading Linux. > > Timothy> and that is it. > > Timothy> Could someone please help? TIA! > > Timothy> --- [EMAIL PROTECTED] > > Timothy> -- Unsubscribe? mail -s unsubscribe > Timothy> [EMAIL PROTECTED] < /dev/null > > -BEGIN PGP SIGNATURE- > Version: 2.6.3a > Charset: noconv > Comment: Processed by Mailcrypt 3.5.5, an Emacs/PGP interface > > iQB1AwUBOOvFBMlLFbyoURnJAQFxsgMAhyznVB4Xd4YILNCOKAcZpBg2YGA4PaU3 > N+V19VcgkAY4sv4EngA/Jm/3UjPMW1lfKxB7xdzOdccv1gbBWuSUk1tJLKu04gs/ > yRkDPm4YYc7CwXQjr453ZirVNhsEPxpj > =1Mol > -END PGP SIGNATURE-
licq in unstable
Hi, Just wondering what happened to licq in unstable... apt can no longer install it... Shao -- Shao Zhang - Running Debian 2.1 ___ _ _ Department of Communications/ __| |_ __ _ ___ |_ / |_ __ _ _ _ __ _ University of New South Wales \__ \ ' \/ _` / _ \ / /| ' \/ _` | ' \/ _` | Sydney, Australia |___/_||_\__,_\___/ /___|_||_\__,_|_||_\__, | Email: [EMAIL PROTECTED] |___/ _
Re: netscape6 anyone?
John Stevenson <[EMAIL PROTECTED]> writes: > I have netscape6 (mozilla in netscapes clothing...) running fine on > my potato install. I ran it as root first (a bit risky but its not > an important system) and it complained about missing library: > > libstdc++ > > So I checked thorugh dselect and noticed some old versions of this > library. Once I had installed them + an upgrade of all the latest > packages in potato, everything works very nicely. Now I dont know > for sure whether it was the old library or just the update, but it > works and I am happy with it!! > > One thing I did note was that you need to change to the directory > which contains the netscape script, then run ./netscape Without > this, I got permission problems from the run-mozilla.sh script > (which seems to be called from the ./netscape script. I had no problems running it on my up-to-date potato laptop. Like John I ran it in the directory in which I unpacked it and it fired right up. Gary
Re: netscape6 anyone?
I have netscape6 (mozilla in netscapes clothing...) running fine on my potato install. I ran it as root first (a bit risky but its not an important system) and it complained about missing library: libstdc++ So I checked thorugh dselect and noticed some old versions of this library. Once I had installed them + an upgrade of all the latest packages in potato, everything works very nicely. Now I dont know for sure whether it was the old library or just the update, but it works and I am happy with it!! One thing I did note was that you need to change to the directory which contains the netscape script, then run ./netscape Without this, I got permission problems from the run-mozilla.sh script (which seems to be called from the ./netscape script. Johnny. Christian Hammers wrote: > Hello > > Did anybody get the new netscape6-beta working on a Debian > potato/woody system? > (here it silently ends without giving more information) > > ... > WEBSHELL+ = 1 > I am inside the initialize > Hey : You are in QFA Startup > (QFA)Talkback loaded Ok. > WEBSHELL+ = 2 > assuming d&d is off for Navigator > nsCollationUnix::Initialize mLocale = de_DE > nsCollationUnix::Initialize mCharset = ISO-8859-1 > Inside netscape.xul overlay... > > bye, > > -christian- > > -- > Christian HammersWESTEND GmbH - Aachen und Dueren Tel 0241/701333-0 > [EMAIL PROTECTED] Internet & Security for ProfessionalsFax 0241/911879 > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null begin:vcard n:Stevenson;John x-mozilla-html:TRUE org:Valtech Ltd adr:;; version:2.1 email;internet:[EMAIL PROTECTED] title:Technical Consultant / Trainer x-mozilla-cpt:;0 fn:John Stevenson end:vcard
Re: Is there a ssh daemon anywhere in frozen?
Christian Pernegger wrote: > > I found various ssh/ssh-related packages in non-us, but the description > doesn't indicate if they contain only a client or a client and server... > > At first I thought the server was not included at all but then I observed > some ssh posts on this list - what do you use? > > Christian I installed just two packages: ssh, which provides the client and the sshd daemon and the gmp2 library, ssh depends on. Philipp
Is there a ssh daemon anywhere in frozen?
I found various ssh/ssh-related packages in non-us, but the description doesn't indicate if they contain only a client or a client and server... At first I thought the server was not included at all but then I observed some ssh posts on this list - what do you use? Christian smime.p7s Description: S/MIME cryptographic signature
xterm locking up X
I recently installed the frozen debian, and noticed something weird. I run Xfree 3.3.6 and have a S3 Virge using the SVGA server. xterm locks X when i list a dir with many files in it or if there is much output to the window. It locks up for about 5-10 seconds and comes back. in Eterm everything works ok. anyone else experienced this? or know what is wrong? TIA /Jonas
RE: installing two NIC's
I found that the easiest thing was to run dmesg and see if the OS tried to load the modules for the cards. You may have loaded both cards but you haven't setup ifconfig for eth1. Look at dmesg. Chris Mason Box 340, The Valley, Anguilla, British West Indies Tel: 264 497 5670 Fax: 264 497 8463 USA Fax (561) 382-7771 Take a virtual tour of the island http://net.ai/ The Anguilla Guide Find out more about NetConcepts www.netconcepts.ai bwz*mq -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Robert Waldner Sent: Thursday, April 06, 2000 1:28 AM To: Nick Barron Cc: debian list Subject: Re: installing two NIC's On Wed, 05 Apr 2000 16:04:54 PDT, Nick Barron writes: >now they are seperated, but i still can't seem to figure out how to >initialize >eth1 > >i think i might be trying to load module on top of module >loading eth0 instead of eth1 >how is this done effectively? you can look at the currently loaded modules with lsmod, if ne2k-pci isn´t there yet, ´insmod ne2k-pci´ will (try to) load it. You should then see it via ifconfig, if you don´t, try ´ifconfig -a´. ´ifconfig eth1 x.x.x.x/xx up´ will set the ip-address and netmask. if this works, all you have to do is put ne2k-pci in /etc/modules to get the module loaded at boot time, and edit /etc/init.d/network accordingly to the appropriate ip-addresses. hth, &rw -- / Robert Waldner <[EMAIL PROTECTED]> | Phone: +43 1 89933 0 Fax x533 \ \KPNQwest/AT tech staff| Diefenbachg. 35 A-1150 Wien / -- Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
Re: END Key in Emacs (only in Xterm)
Hello, On Thu, Apr 06, 2000 at 11:21:57AM +0200, Michel LESPINASSE wrote: > On 5 Apr 2000, Kirk Hilliard wrote: > > > infocmp must not be telling the whole story. > > > The END key does not work in "emacs20 -nw" in an xterm with > > "TERM=xterm", but it does work with "TERM=xterms" and > > "infocmp xterm xterms" returns no differences at all. > > I'm not even sure that [x]emacs looks at the info files for keyboard > mapping... It uses terminal-specific lisp init files in > /usr/lib/*emacs*/lisp/term/* though. probably the difference comes from > there (I can not check because I do not have a xterms description in my > xemacs21 installation) I don't have xterms.elc either. I read README file and I _think_ Emacs doesn't read any .elc file when you put TERM=xterms, because it doesn't find xterms.elc file. Hence, it doesn't assign \e[4~ to select, resulting in no error. The problem, in my opinion, comes when it reads xterm.elc and this file doesn't assign correctly. []'s -- Rodrigo Castro <[EMAIL PROTECTED]> Computer Science undergraduate student - University of Sao Paulo I do not fear computers. I fear the lack of them. -- Isaac Asimov
netscape6 anyone?
Hello Did anybody get the new netscape6-beta working on a Debian potato/woody system? (here it silently ends without giving more information) ... WEBSHELL+ = 1 I am inside the initialize Hey : You are in QFA Startup (QFA)Talkback loaded Ok. WEBSHELL+ = 2 assuming d&d is off for Navigator nsCollationUnix::Initialize mLocale = de_DE nsCollationUnix::Initialize mCharset = ISO-8859-1 Inside netscape.xul overlay... bye, -christian- -- Christian HammersWESTEND GmbH - Aachen und Dueren Tel 0241/701333-0 [EMAIL PROTECTED] Internet & Security for ProfessionalsFax 0241/911879
Re: SGML WYSIWYG editors?
I haven't heard of any... but you could try Lyx, it will convert its latex output to sgml if you have sgml-tools installed. Docbook, linuxdoc article and linuxdoc manpage are directly supported (with the version in Potato anyways), you may be able to get other dtds to work if you put your mind to it. -- On 6 Apr 2000, John Conover wrote: > Are there any?
lprng / network printers
Hi, We have installed a new server (Debian 2.1) with a couple of network printers attached. when there's a lot of jobs for one printer the lpr command replies with "...connection refused". We've left the '/etc/lpd.conf' to its original state. Anyone an idea of what the problem might be? -- Met vriendelijke groeten, Harry ten Berge - computer engineering - === With Microsoft products, failure is not an option - it's a standard component. Choose your life. Choose your future. Choose Linux.
debian-user@lists.debian.org
Hello, to all of you What I have understand is that thereis a little problem with terminfo, that's why some OS could not recognize /033 and /007.The solution is probably using the (Crtl-V then press Esc) instead of /033 and (Crt-V then Ctrl-G) instead of /007, at least it works for me In my .tcshrc (or /etc/skel/.tcshrc) switch ($TERM)case "{dtterm,xterm*,rxvt*}":alias precmd 'echo -n "ESC]0;[EMAIL PROTECTED] `date +%A\ \[%d\]\ \ %B`^G"'set prompt="%n:%c03%#"breakswdefault:set prompt="%n:%c4%#"breakswendsw This is tested in solaris 7,Debian,FreeBSD, RedHat Really good trick for anyone who works simultaneously to many systems !!
Re: END Key in Emacs (only in Xterm)
On 5 Apr 2000, Kirk Hilliard wrote: > infocmp must not be telling the whole story. > The END key does not work in "emacs20 -nw" in an xterm with > "TERM=xterm", but it does work with "TERM=xterms" and > "infocmp xterm xterms" returns no differences at all. I'm not even sure that [x]emacs looks at the info files for keyboard mapping... It uses terminal-specific lisp init files in /usr/lib/*emacs*/lisp/term/* though. probably the difference comes from there (I can not check because I do not have a xterms description in my xemacs21 installation) -- Michel "Walken" LESPINASSE - Development Engineer at Wind River Systems "We've all heard that a million monkeys banging on a million typewriters will eventually reproduce the entire works of Shakespeare. Now, thanks to the Internet, we know this is not true."
SGML WYSIWYG editors?
Are there any? Thanks, John -- John Conover[EMAIL PROTECTED] http://www.johncon.com/ 631 Lamont Ct. Tel. 408.370.2688 http://www.johncon.com/ntropix/ Campbell, CA 95008 Fax. 408.379.9602 http://www.johncon.com/nformatix/
Re: Debian kernel & VMware
Oswald Buddenhagen <[EMAIL PROTECTED]> writes: > > When I build kernel from sources (using kernel-package) > > vmware completely hangs my box (I must use reset button). > > > just an idea: vmware builds its own kernel modules. if you change the > kernel, you might need to re-run vmware-config.pl Yes, I did it many times. All vmware modules loads fine. -- Alexander Zhuckov [EMAIL PROTECTED] 2:5030/518.50
/etc/init.d/hwclock.sh behaviour
hi, from the documentation of util-linux (in frozen) I got the advice not to use the hwclock --adjust feature, as it is potentially dangerous (if some other program messes with the CMOS clock). My question is: what alternatives do I have? I don't have a network connection on my home box. I leave my computer off for long periods (days, even weeks) and find that the hw clock is drifting pretty bad. I don't want to set my system clock every time I boot, especially since this might introduce &pi0;time warps' in the system. IMHO, the hwclock --adjust feature is about the best I can do for getting my clock to behave. If I find out the systematic drift over a period of several months, I should be OK. But Debians policy is to store the system time in the hwclock on shutdown, so my adjustments are lost. Dennis van Dok
Re: Debian kernel & VMware
> When I build kernel from sources (using kernel-package) > vmware completely hangs my box (I must use reset button). > just an idea: vmware builds its own kernel modules. if you change the kernel, you might need to re-run vmware-config.pl -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- Linux - the last service pack you'll ever need.
Re: ssh unable to listen to port
> [...] > The previous copy of ssh is no longer running, so the port should > be free. How can I find out what is preventing ssh from listening > to the port? > this is kind of a weird idea, but you might "telnet localhost 119" to see, who listens. A bit more "professional" is the use of socklist, netstat, etc. -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- Linux - the last service pack you'll ever need.
Debian kernel & VMware
Hi All! When I use standard kernel image (say 2.2.14-2) from potato then vmware loads and works fine. But with standard kernel image and modules I can't see long names on Netware and use frame buffer (no fb for mach64 module). When I build kernel from sources (using kernel-package) vmware completely hangs my box (I must use reset button). Can anybody help me? -- Alexander Zhuckov [EMAIL PROTECTED] 2:5030/518.50
Re: newbie questions - kill and lpd
> Hi All. Two newbie questions. First - I've just had netscape crash and > kill -9 pid failed to work. I got a netscape zombie according to top. > Any suggestions about what to do now? This indicates, that the parent process of netscape is hanging or something. Don't care much about it: zombies take nearly no memory. > Second - I get messages about lp1 being out of paper - I have no printer > attached at the moment. I've killed the lpd daemon, and its stopped the > messages, but what is the correct way to deal with this? > Thanks in advance for help. remove the lpd symlinks in /etc/rc.d/.../ -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- Linux - the last service pack you'll ever need.
Somebody using MuPAD on Debian potato/woody?
Hi! Is there somebody using 1.4.2 version of MuPAD (www.mupad.de) on debian Potato/Woody. The glibc2.1 version from their ftp is very strange. Xmupad works only when I start it under olvwm AND only if it is not started from Eterm. Not on Windowmaker or Enlightenment in any way!!! :-| This is *very* strange for me. I don't have any explanation for such behaviour. It is reported to work with other distros (SuSe, Mandrake). I filed a wishlist to xviewg maintainer to explore this situation, but I am not sure at all if the bug is in Debian's xviewg. Any ideas/suggestions? --JS
Order of installation - potato/pcmcia
Hi gang! What am I doing wrong? I copied linux, install.bat, base2_2.tgz, driver2_2.tgz, loadlin.exe etc. etc. to a DOS partition on my Toshiba 4080 XCDT, then booted from a DOS floppy and ran install.bat. The installation looks great (congratulations, team!) up to "reboot the system": the boot hangs in /etc/init.d/pcmcia, right after it echoes "modules" to the screen. The pcmcia modules all show unresolved symbols. Don't they fit the 2.2.14 kernel that comes with the installation? Is something broken, or is there an operator error here? (I can Alt+Ctrl+F2 out of the dbootstrap routine and disable the init.d/pcmcia script before rebooting, but then what--go to dpkg and install kernel and pcmcia module sources and recompile before finishing the installation? That can't be the intended behavior.) Tony -- Tony Crawford -- [EMAIL PROTECTED] -- Phone: +49-3341-30 99 99 -- Fax: +49-3341-30 99 98
Re: Problem with list... (fwd)
> I can't seem to post messages to this list regardless of what address I > send to. Is there anything anyone can suggest? I'm wondering if it > rejects my messages because my "pop account" includes "mail." before the > domain name in eudora. Sorry, no idea on this one. ;-) > >From: Jordan <[EMAIL PROTECTED]> > >Subject: rawrite 1 and 2 > > > >I'm just having trouble getting in the door here. Maybe I should give up > >now. Whenever I run rawrite 1 or 2 I get the message "can't determine the > >number of sectors/tracks for this diskette". I'm trying to create the > >resc1440.bin floppy to install debian 2.0 from the cd. I tried > >reformatting each of the several floppies I tried. Try making the boot-diskettes on a different machine. It seems that not all boxes are equally well connected to their floppy-drive. I had to try two different boxes to get my disks done... hth Vitux -- Death comes to us in various guises, swiftly changing as a baby's mood... Debian GNU/Linux Micro$loth-free Zone
newbie questions - kill and lpd
Hi All. Two newbie questions. First - I've just had netscape crash and kill -9 pid failed to work. I got a netscape zombie according to top. Any suggestions about what to do now? Second - I get messages about lp1 being out of paper - I have no printer attached at the moment. I've killed the lpd daemon, and its stopped the messages, but what is the correct way to deal with this? Thanks in advance for help.
Re: Unknown problem connecting
On Wed, 5 Apr 2000, Kent West wrote: > "J. Hartzelbuck" wrote: > > > > Hello friends, > > > > Using Debian, I've installed wvdial and can connect very nicely, but > > commands issued don't do anything! Ping doesn't respond, lynx doesn't > > respond. I'm new to all this, so don't know where I might be going > > wrong. Can anyone give any pointers? > > > > Thank you! > > > > -- Chris Joyner > > If I remember correctly, wvdial tries to figure out how to connect, and > then if it can't figure it out it makes its best guess and then hopes > for the best. So you may not be getting connected very nicely. > > Have you tried pppconfig/pon, and if so did you have any success with > it? > > If you don't know what I'm talking about, try running pppconfig, which > will set up a connection script; once that's done, type pon to connect, > plog to see what's happening, and poff to disconnect. > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > > -- Steve WittRaytheon Company Digital Battlespace Systems 1901 West Malvern Ave (714) 732-0161Fullerton, CA 92834
Re: installing two NIC's
On Wed, 05 Apr 2000 18:23:05 PDT, aphro writes: >im thinking its a driver thing, outdated driver or the wrong driver, i >dont have experience using the ne2k pci cards so i can't really advice >further along that path :( look at ´cat /proc/pci´, sometimes the used chipset is reported in the identification/device id string of the card, like Bus 0, device 9, function 0: Ethernet controller: VIA Technologies Unknown device (rev 6). Vendor id=1106. Device id=3043. /* via-rhine.c: A Linux Ethernet device driver for VIA Rhine family chips. */ <...> controller. It also works with the older 3043 Rhine-I chip. <...> You can find the supported chipsets for ne2k-pci at http://cesdis.gsfc.nasa.gov/linux/drivers/ne2k-pci.html hht, &rw -- / Robert Waldner <[EMAIL PROTECTED]> | Phone: +43 1 89933 0 Fax x533 \ \KPNQwest/AT tech staff| Diefenbachg. 35 A-1150 Wien /
Re: installing two NIC's
On Wed, 05 Apr 2000 16:04:54 PDT, Nick Barron writes: >now they are seperated, but i still can't seem to figure out how to >initialize >eth1 > >i think i might be trying to load module on top of module >loading eth0 instead of eth1 >how is this done effectively? you can look at the currently loaded modules with lsmod, if ne2k-pci isn´t there yet, ´insmod ne2k-pci´ will (try to) load it. You should then see it via ifconfig, if you don´t, try ´ifconfig -a´. ´ifconfig eth1 x.x.x.x/xx up´ will set the ip-address and netmask. if this works, all you have to do is put ne2k-pci in /etc/modules to get the module loaded at boot time, and edit /etc/init.d/network accordingly to the appropriate ip-addresses. hth, &rw -- / Robert Waldner <[EMAIL PROTECTED]> | Phone: +43 1 89933 0 Fax x533 \ \KPNQwest/AT tech staff| Diefenbachg. 35 A-1150 Wien /
Re: configuring a base system
Once upon a time, I heard Phil Howard say > > it. REMOVE it or RENAME it. then boot as usual, you might need to edit some > > files in /etc by hand since you start unpack it manually :) > > Since there is no documentation covering this, I need to find out just what > things Debian might need to have configured beyond the what I could presume. > I'm sure I can manually start the networking. Configuring Debian's own > network files would be new to me, so I'd have to go exploring to do that. > > Anyone have a list or some other document about this? There is a brief doc in http://www.dartmouth.edu/~jonh/lppc-serve/cache/572.html Basically what you need to do is to 1. remove /sbin/unconfigure.sh 2. fix /etc/fstab 3. fix /etc/hostname 4. fix /etc/resolv.conf 5. fix /etc/network/interfaces (apt-get get upgrade will give you new example) 6. fix /etc/modules 7. fix /etc/localtime 8. may be more .. you will find out :) I think that's almost everything you didn't do when you skip using boot floppy. Chanop -- ,-. | Chanop Silpa-Anan <[EMAIL PROTECTED]> | | Australian National University | | got sparetime ? | | http://kenji.anu.edu.au/| | Debian GNU/Linux GPG key on request | `-' pgpNurpNmBild.pgp Description: PGP signature
Re: make-kpkg
Antonio Rodriguez <[EMAIL PROTECTED]> writes: > To use the make-kpkg (kernel-package) it is said that must be used > in a top linux source directory. What exactly does it mean? An > empty directory with only some file such as > kernel-source-2.2.14_2.2.14-4_all.deb? I want to make my own > kernel. As root do bilbo:~# apt-get install kernel-source-2.2.14 libc6-dev gcc make \ bin86 fakeroot If you want a curses based menu to configure your kernel, something I'd heartily recommend (haven't tried xmenuconfig, though), also do bilbo:~# apt-get install libncurses5-dev Then as you do [EMAIL PROTECTED]:~$ tar -xIf /usr/src/kernel-source-2.2.14.tar.bz2 This puts a kernel-source-2.2.14 directory in your home directory. This is the top linux source directory make-kpkg is talking about. The rest is in the docs ... BTW, there is absolutely _no_ reason to extract the source code into /usr/src somewhere. Personally, I think that goes against the grain of the FHS anyway. -- Olaf Meeuwissen Epson Kowa Corporation, Research and Development
Re: XF86Setup
Once upon a time, I heard Steve White say > Greetings, > > I have an ATI Rage 128 XPERT 2000 video card and the XF86Setup program does > not seem to be able to start x after I finish the configuration. It says it > is attempting to, then the screen goes dark and stays that way until reboot. > Any suggestions? > Get latest Xfree, ie 3.3.6. It's in potato now. Or try Binary only server from xfree.org. I've also heard sth about putting vga=791 or 792 to kernel inorder to get some of Rage board to work, but it seems that I don't need it for Rage Mobility on GW Solo9300. Chanop -- ,-. | Chanop Silpa-Anan <[EMAIL PROTECTED]> | | Australian National University | | got sparetime ? | | http://kenji.anu.edu.au/| | Debian GNU/Linux GPG key on request | `-' pgpecig7WK1Ya.pgp Description: PGP signature
Re: XF86Setup
> Steve White wrote: > > Greetings, > > I have an ATI Rage 128 XPERT 2000 video card and the XF86Setup program > does not seem to be able to start x after I finish the configuration. > It says it is attempting to, then the screen goes dark and stays that > way until reboot. Any suggestions? > > Best Regards, > Steve I'm not familiar with that card, so can't give any specific help, but just to see if you can get *something*, when asked to choose a card, select the Generic VGA "card", and then when asked to make monitor setting selections, choose something low, like 800x600 at 8bppp. Later you can try other settings. When the screen freezes, rather than rebooting, try Ctrl-Alt-F1 or Ctrl-Alt-F2 to switch to a different virtual terminal. From there you can kill the XF86Setup process. Much easier on the system than hitting the reset button (which it sounds like you may be doing).
Re: Mail: Netscape and double-trouble
Thank you. I can't believe I missed that; somehow I thought Communicator was an earlier generation. I guess I can't install just the add on parts... The Wall St Journal reported today that Netscape had released Navigator 6--actually a beta according to NS's site, which includes a Linux version. 5 must have got lost down the memory hole. At 08:40 PM 4/5/00, Kent West wrote: Ross Boylan wrote: > > I'm using potato, and just discovered the first mail clients I tried (mutt > and balsa) don't provide any filtering. So I figured I'd try netscape's mail. > > My netscape (4.72) doesn't have any mail that I can see, and I couldn't > find a package which seemed to include it. What am I missing? My suspicion is that you installed Netscape Navigator, rather than Netscape Communicator. Communicator includes both Navigator and the email client, Messenger.
XF86Setup
Greetings, I have an ATI Rage 128 XPERT 2000 video card and the XF86Setup program does not seem to be able to start x after I finish the configuration. It says it is attempting to, then the screen goes dark and stays that way until reboot. Any suggestions? Best Regards, Steve
Re: Unknown problem connecting
"J. Hartzelbuck" wrote: > > Hello friends, > > Using Debian, I've installed wvdial and can connect very nicely, but > commands issued don't do anything! Ping doesn't respond, lynx doesn't > respond. I'm new to all this, so don't know where I might be going > wrong. Can anyone give any pointers? > > Thank you! > > -- Chris Joyner If I remember correctly, wvdial tries to figure out how to connect, and then if it can't figure it out it makes its best guess and then hopes for the best. So you may not be getting connected very nicely. Have you tried pppconfig/pon, and if so did you have any success with it? If you don't know what I'm talking about, try running pppconfig, which will set up a connection script; once that's done, type pon to connect, plog to see what's happening, and poff to disconnect.
Re: Mail: Netscape and double-trouble
Ross Boylan wrote: > > I'm using potato, and just discovered the first mail clients I tried (mutt > and balsa) don't provide any filtering. So I figured I'd try netscape's mail. > > My netscape (4.72) doesn't have any mail that I can see, and I couldn't > find a package which seemed to include it. What am I missing? My suspicion is that you installed Netscape Navigator, rather than Netscape Communicator. Communicator includes both Navigator and the email client, Messenger.
Re: configuring a base system
Chanop Silpa-Anan wrote: > --H+4ONPRPur6+Ovig > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > If you mean that you untar base2_2.tgz into one partiontion, then try to bo= > ot > it. Oh la la, in sbin directorry, you should find a file named unconfigure.= > sh > which is the one that say, you try to boot unconfigure system please config= > ue > it. REMOVE it or RENAME it. then boot as usual, you might need to edit some > files in /etc by hand since you start unpack it manually :) Since there is no documentation covering this, I need to find out just what things Debian might need to have configured beyond the what I could presume. I'm sure I can manually start the networking. Configuring Debian's own network files would be new to me, so I'd have to go exploring to do that. Anyone have a list or some other document about this? > > I did the same things with Debian ppc port! got another pmac 850 working la= > st > week. > > Chanop > > Once upon a time, I heard Phil Howard say > > > I was referred to the base system files in a file called base2_2.tgz. > > I loaded them onto a partition and tried booting, but it wants me to > > configure them ahead of time. What needs to be done to do that. > > --=20 > ,--= > ---. > | Chanop Silpa-Anan <[EMAIL PROTECTED]> = >| > | Australian National University = >| > | got sparetime ? = >| > | http://kenji.anu.edu.au/ = >| > | Debian GNU/BSD GPG key on request= >| > `--= > ---' > > --H+4ONPRPur6+Ovig > Content-Type: application/pgp-signature > Content-Disposition: inline > > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.0.1 (GNU/Linux) > Comment: For info see http://www.gnupg.org > > iD8DBQE46y8r9/cCxWPvVl4RAmS9AJsFLH+uRZysO2h9TKK7Aq2aNDSlfgCgkqtS > V+Da/B/JFRG/a9UmQ8IKwGQ= > =n5XP > -END PGP SIGNATURE- > > --H+4ONPRPur6+Ovig-- > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > > -- | Phil Howard - KA9WGN | My current boycotts: Amazon.Com, DVDs, Mattel, Sony | [EMAIL PROTECTED] + | Dallas - Texas - USA | My current websites: linuxhomepage.com, ham.org
Re: new computer ??
Once upon a time, I heard George Bonser say > It is hard to find Debian pre-installed. I know Dell will not sell certain > hardware configurations with Linux (Red Hat only). VALinux sells their own > version based on Red Hat. I'm sure that you could request Debian on VA box! Also from other vendors too. Chanop -- ,-. | Chanop Silpa-Anan <[EMAIL PROTECTED]> | | Australian National University | | got sparetime ? | | http://kenji.anu.edu.au/| | Debian GNU/Linux GPG key on request | `-' pgpjxwtiN15yP.pgp Description: PGP signature
Re: Round Robin
On Wed, Apr 05, 2000 at 10:29:30PM +0200, Robert Waldner wrote > On Wed, 05 Apr 2000 17:38:18 +0200, "Neil D. Roberts" writes: > >www.domain.com is 192.168.1.1 or 192.168.1.2 or 192.168.1.3 in order to > >have all 100 people get different responses > > > >I have no idea, to create three A records for this domain, or if I need > >to do something else, any ideas ? > > Just 3 A-records will do fine > > bash-2.03$ host smtp.austria.eu.net > smtp.austria.eu.net A 193.81.13.2 > smtp.austria.eu.net A 193.154.160.146 > smtp.austria.eu.net A 193.81.83.3 > smtp.austria.eu.net A 193.154.160.103 > > Don´t forget the appropriate PTR-records. > > More interesting (at least for me) would be trying it with CNAMEs, would > that be valid? > No, becasue a CNAME links a name to an A record; if there's only one A record, all the CNAMEs will point to the same address. John P. -- [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.mdt.net.au/~john Debian Linux admin & support:technical services
Re: make-kpkg
Let's say you have unpack linux sounce in /usr/src/linux then try this #cd /usr/src/linux #make config|menuconfig|xconfig #[fakeroot|sudo|else] make-kpkg kernel_image You should have kernel-image-?? in /usr/src, try that out ! bye, Chanop Once upon a time, I heard Antonio Rodriguez say > To use the make-kpkg (kernel-package) it is said that must be used in a > top linux source directory. What exactly does it mean? An empty > directory with only some file such as > kernel-source-2.2.14_2.2.14-4_all.deb? > I want to make my own kernel. > Thanks, > AR (not too newby, but not too good at this either) -- ,-. | Chanop Silpa-Anan <[EMAIL PROTECTED]> | | Australian National University | | got sparetime ? | | http://kenji.anu.edu.au/| | Debian GNU/Linux GPG key on request | `-' pgp205DHZz2Nr.pgp Description: PGP signature
Re: Install with dpkg only.
Once upon a time, I heard Gary Hennigan say > I'm sure someone will correct me if I'm wrong, but if I were in this > situation I'd try to just "tar xzf base2_2.tgz" with base2_2.tgz being > available in main/disks-i386/current. That contains a complete base > install of Debian and I don't think there's any setup of it required. > > Gary That's the way to go but you would need to do some minor shore, like /sbin/unconfigure.sh, /etc/ , kernel, if you really want to directly boot to this Debian partition. Chanop -- ,-. | Chanop Silpa-Anan <[EMAIL PROTECTED]> | | Australian National University | | got sparetime ? | | http://kenji.anu.edu.au/| | Debian GNU/Linux GPG key on request | `-' pgpU16VQJJWcF.pgp Description: PGP signature
RE: new computer ??
> It is hard to find Debian pre-installed. I know Dell will not sell certain > hardware configurations with Linux (Red Hat only). VALinux sells their own > version based on Red Hat. Doesn't VALinux sell their machines with Debian on them? -- Bart Szyszka [EMAIL PROTECTED] ICQ:4982727 GigaBee Interactive http://www.gigabee.com PayPal - Securely send money to an e-mail user! https://secure.paypal.com/refer/[EMAIL PROTECTED]
Re: Frame Buffer Modes - 2nd post
* Kevin Traas ([EMAIL PROTECTED]) wrote: > Ashley Clark wrote: > > Depends (I think), if you are using the vesafb then you are stuck with > > whatever mode you choose at boot-up, if you are using one of the other > > framebuffer drivers I *think* it is just a matter of picking the right > > mode number to switch to a 80x25 mode whether it be graphics or text, > > but it will still be through the framebuffer. You should know that I > > have only a limited amount of experience with Linux framebuffers on my > > laptop using vesafb. > > Hi Ashley. Thanks for the reply. > > I'm using vga16fb to make it generic to several system platforms - > regardless of the video card within the system. Haven't had any experience with that one. > I'd sort of figured that fbset was the way to go, and I even found some > of the info I was looking for in the matroxfb docs (by chance and > desperation). However, I haven't been able to find modes that work with > the vga16fb. Back to, "Use the source, Luke!" thing, I think. I'm not sure if you know this already or not but there's a package, videogen, I think, that will generate fbset modelines. That might be helpful in generating them, it takes all the relevant info and spits out modelines for resolutions you define, pretty straightforward. > The docs on this stuff is pretty sketchy and not all too comprehensive > or friendly. I'll give you that, I was extremely lucky to have mine work, but vesafb is much easier to set up, if you have the hardware. > Have you used fbset much? Not really... -- Ashley Clark pgpKPuVntPBOQ.pgp Description: PGP signature
make-kpkg
To use the make-kpkg (kernel-package) it is said that must be used in a top linux source directory. What exactly does it mean? An empty directory with only some file such as kernel-source-2.2.14_2.2.14-4_all.deb? I want to make my own kernel. Thanks, AR (not too newby, but not too good at this either)
Re: new computer ??
there are and always will be issues. as always stick to standard hardware for best results. avoid win* stuff(modems especially), most oem systems should be mostly compadible with exception of the modem 90% or so ship with a winmodem as standard, most usually have a hardware modem as an option though. of course its best to buy from a vendor that will tell you 'yes it'll run linux!'. I have found SAG Electronics to be an excellent OEM. they use all top quality stuff, www.sagelec.com they have great prices, but i dont think they offer anything real cheap/low end, most of their stuff is workstation or server class, you may be able to find something for under $1000 though. cybermax has mostly compadible systems as well one of my friends got an athlon 550 from em last year, only thing he had to swap was the modem. suse 6.3 installed somewhat easily (i had to tweak his X config for his savage4) nate On Thu, 6 Apr 2000, Hunter H Marshall wrote: marsha >I'm considering a new computer. I was considering 2, but maybe I'll turn my marsha >100MHZ pentium into a dedicated browser for family needs. marsha > marsha >ANYhoo, does anyone have good/bad experiences with any of the linux hardware marsha >vedors, VALinux, etc? Are the newest machines from Gateway, Dell, etc presenting marsha >any hardware compatibility issues? Strong opinions between regular PC sellers marsha >vs. the linux harwdare sellers? marsha > marsha >This is to run Debian, and maybe win9x. marsha > marsha >Thanks marsha > marsha >hunter marsha > marsha > marsha >-- marsha >Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null marsha > [mailto:[EMAIL PROTECTED] ]-- Vice President Network Operations http://www.firetrail.com/ Firetrail Internet Services Limited http://www.aphroland.org/ Everett, WA 425-348-7336http://www.linuxpowered.net/ Powered By:http://comedy.aphroland.org/ Debian 2.1 Linux 2.0.36 SMPhttp://yahoo.aphroland.org/ -[mailto:[EMAIL PROTECTED] ]-- 7:03pm up 9 days, 43 min, 2 users, load average: 0.15, 0.13, 0.09
Re: Help with 3com905 card
i believe the driver is outdated i had to update my driver. you can get an updated driver from: http://support.3com.com/infodeli/tools/nic/linux.htm or http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html i use the one from www.3com.com and it works great on my 3c905Cs nate On Wed, 5 Apr 2000, John Maheu wrote: jmaheu >While installing frozen on a new PIII intel system I ran into problems jmaheu >with the 3Com card 3C905C. jmaheu > jmaheu >Using the install floppies the 3c59x driver installed ok. However, on the jmaheu >1st reboot the log files show: jmaheu > jmaheu >Apr 5 11:55:29 jmm kernel: 3c59x.c:v0.99H 11/17/98 Donald Becker jmaheu >Apr 5 11:55:29 jmm kernel: eth0: 3Com 3c905C Tornado at 0xd800, jmaheu >***INVALID CHECKSUM 002f*** 00:50:da:8a:84:db, IRQ 11 jmaheu > jmaheu >Of course the network is unreachable. jmaheu > jmaheu >Any suggestons on solving this problem? jmaheu >Thanks jmaheu >John jmaheu > jmaheu >John Maheuphone (780) 492-2049 jmaheu >University of Alberta fax(780) 492-3300 jmaheu >Dept. of Economicsemail [EMAIL PROTECTED] jmaheu >Edmonton, Alberta http://raemac.econ.ualberta.ca/ jmaheu >Canada, T6G 2H4 jmaheu > jmaheu > jmaheu > jmaheu >-- jmaheu >Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null jmaheu > [mailto:[EMAIL PROTECTED] ]-- Vice President Network Operations http://www.firetrail.com/ Firetrail Internet Services Limited http://www.aphroland.org/ Everett, WA 425-348-7336http://www.linuxpowered.net/ Powered By:http://comedy.aphroland.org/ Debian 2.1 Linux 2.0.36 SMPhttp://yahoo.aphroland.org/ -[mailto:[EMAIL PROTECTED] ]-- 7:03pm up 9 days, 43 min, 2 users, load average: 0.15, 0.13, 0.09