X won't connect!
I started getting these errors after upgrading some recent packages: Operating System: Linux 2.0.32 i686 [ELF] ^ what is this? I'm running kernel 2.0.33 and have a i586! Configured drivers: S3: accelerated server for S3 graphics adaptors (Patchlevel 0) newmmio, mmio_928, s3_generic (using VT number 7) XF86Config: /etc/X11/XF86Config (**) stands for supplied, (--) stands for probed/default values (**) XKB: rules: "xfree86" (**) XKB: model: "pc101" (**) XKB: layout: "us" (**) Mouse: type: Microsoft, device: /dev/mouse, baudrate: 1200 (**) Mouse: buttons: 3, Chorded middle button (**) S3: Graphics device ID: "Primary Card" (**) S3: Monitor ID: "Primary Monitor" (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/sharefont/,/usr/X11R6/lib/X11/fonts/freefont/" _X11TransSocketUNIXConnect: Can't connect: errno = 111 giving up. xinit: Connection refused (errno 111): unable to connect to X server xinit: No such process (errno 3): Server error. Any ideas? I'm using the XF86_S3 server. Thanks -Paul -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: EXIM Help
At 02:45 PM 3/27/98 -0800, you wrote: >On Fri, 27 Mar 1998, Mike Acklin wrote: > >> reading message 1 (2580 bytes) >> fetchmail: found received address 'htuttle' >> fetchmail: no local matches, forwarding to root >> fetchmail: SMTP connect to (null) failed >> fetchmail: POP3>QUIT > >It is having trouble finding an account on your local system called >htuttle. Do you have a htuttle login account on your local machine? If >not, create an alias in /etc/aliases for it like this: > >htuttle: username > >where username is a valid login account on your local linux box. > > George, Yes I have a username of htuttle and the name of the system is htuttle. Does that mess things up? I also have the aliases set up with htuttle. Thanks for the reply... Mike Acklin [EMAIL PROTECTED] (Work) [EMAIL PROTECTED] (Home) Debian Newbie (Please bear with me!) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Ooooh A new HDD!
On Fri, 27 Mar 1998 [EMAIL PROTECTED] wrote: > > > As for making it appear as part of the original drive, that is what > > > /etc/fstab is for. > > > > Yes, but I meant this: > > > > current: 195MB > > new: 106MB > > > > add: 301MB > > > > so that it appears the drive now has 301 MB. I think this is something you > > have to compile into the kernel? CONFIG_BLK_DEV_MD ? > > > > No, the kernel does not have to be recompiled when you add new disks. > > If you want to put /usr/local on a New (empty) disk partition. > > 1. mke2fs /dev/??? > 2. mount /dev/??? /mnt > 3. ( cd /usr/local ; tar clf - . ) | ( cd /mnt ; tar xvpBf - ) >#3 copies all files from /usr/local to /dev/??? (which will >become the New /usr/local > 4. varify the #3 did it correctly - diff -r /usr/local /mnt > 5. edit /etc/fstab - add the new partition > ie /dev/hdb1/usr/local ext2defaults 1 2 > 6. Now delete the OLD /usr/local directory. cd /usr ; rm -rf ./local > 7. umount /mnt ( not really necessary ) > 8. Now reboot the system & enjoy your new drive. I dont know how to explain myself better! I already know of this method, (thanks for the step by step, I didnt know how to do it..) but what I meant was that there was something about "multidisk" support or something in the kernel config, that made the drive to appear as ONE 301MB drive.. something to do with RAID I think, there is also a package in bo, mdutils, which I think I need to use: -- mdutils - Multiple Device driver utilities The Multiple Device driver's main goal is to group several disks or partitions together, making them look like a single block device. With 1.3.60ish kernels configured appropriately you can concatenate partitions and/or stripe data across disks. New (very alpha) kernel drivers allow raid1 and raid5, providing mirroring and so forth. This package contains the utilities for managing these features. -- Another thing, I use fdisk or cfdisk to create a full partition on the drive, and then mke2fs it, and the partition disappears, but can still be mounted.. whats wrong here? I suppose I should mention it is connected to my sound card, as I have one IDE port on my IO card, and that has my first HDD and my CD-ROM, the first HDD does not 'like' having a slave for some reason. so the sound card systemseems to work fine.. comes out as /dev/hdc fdisk: -- ROOT- /root > fdisk /dev/hdc Command (m for help): p Disk /dev/hdc: 12 heads, 17 sectors, 1024 cylinders Units = cylinders of 204 * 512 bytes Device Boot BeginStart End Blocks Id System /dev/hdc111 1024 104439+ 83 Linux native Command (m for help): -- then I mke2fs it: -- ROOT- /root > fdisk /dev/hdc Warning: invalid flag of partition table 4 will be corrected by w(rite) Command (m for help): p Disk /dev/hdc: 12 heads, 17 sectors, 1024 cylinders Units = cylinders of 204 * 512 bytes Device Boot BeginStart End Blocks Id System Command (m for help): -- Michael Beattie ([EMAIL PROTECTED]) --- It works fine except when I am in Windows. --- Debian GNU/Linux Ooohh You are missing out! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: boot/physical security?
Perhaps your /etc/lilo.conf is not putting the boot record where you want it. Do you have a line in there that says 'boot=/dev/hda' or 'boot=/dev/hda1'? The former will replace the MBR. Ian Eure wrote: > Hi there, just a quick question. As an old slackware user, I usually > have a restricted boot with a password in my lilo setup, as well as an > entry for the floppy drive in my system- so, the system boots from drive > c, hits lilo, and boots linux with the default parameters; if you have > the password, you can boot from a floppy or give the kernel evtra > parameters. the bios has a password as well. i found that this was a > pretty good way to discourage some of the bootfloppy/'linux > single'/script kiddie hacker-types around my school. however, with > debian (bo), the actual MBR boot block allows you to boot from a > different partition, or even a floppy, with no authentication at all- > even worse, you access it in the same waym by holding down control > during the boot. I noticed that lilo was setup to use /boot/boot.b as > default, while slackware always used /boot/any_d.b - but when i tell > lilo to use any_d.b (verified as being in /boot), it complains loudly > about not finding my /dev/hda1 - any suggestions? > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Jens B. Jorgensen [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re:[solved] lpr and banner page
On Fri, 27 Mar 1998, pgarcia wrote: > > IN printcap file I have :sh: so the banner page should not be printed. > > On the other hand, when I try to print it prints some garbage on 1.5 page > > and after that it prints the sent file. The garbage looks like a banner > > page since it has user name, machine name, date... on it. > > Any ideas on how to suppress that would be appreciated. > > Try rearranging the entries in printcap. The general layout of this file > is described in man 5 termcap, where it says: > >Although there is no defined order, it is suggested to >write first boolean, then numeric and at last string capa >bilities, each sorted alphabetically without looking at >lower or upper spelling. > > Arranging the entries in this order will probably do the trick. > Thank you. It worked. Although, I must say, the order does matter and 'string' must go before 'boolean'. Anyway, after some juggling it works. Thank you again, ZORO -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: /etc/dhcpd.conf
dpk, What works for me is to have the IP addresses all on the same line, separated by commas: option domain-name-servers XXX.XXX.XXX.XXX, YYY.YYY.YYY.YYY; Using WinIPConfig on the Win95 machines, it shows the XXX.XXX.XXX.XXX as the primary nameserver and YYY.YYY.YYY.YYY as the secondary. Hope this helps. Steve Mayer [EMAIL PROTECTED] dpk wrote: > > On 27 Mar 1998, Ben Pfaff wrote: > > >How would I set the domain search order in /etc/dhcpd.conf? I couldn't > >find it in the man page nor in my O'Reilly TCP/IP admin book. > > > > The domain search order is set in /etc/resolv.conf, not in a DHCP > > config file. See resolver(5) for details. > > I understand that, but I was hoping to set the search order information > for a Win95 client to my dhcp server. Does the dhcp daemon actually > send information found in /etc/resolv.conf to the clients? > > On Fri, 27 Mar 1998 [EMAIL PROTECTED] wrote: > > > On Fri, 27 Mar 1998, dpk wrote: > > > > : How would I set the domain search order in /etc/dhcpd.conf? I couldn't > > : find it in the man page nor in my O'Reilly TCP/IP admin book. > > > > I'm sure you knew this, but the "option domain-name" statement will add > > one domain to the search order for the resolver. You probably want > > multiple domain names there, and I'm not sure how to do that. > > I did find this, but you guessed right... I was hoping to set > multiple domain names. Thanks anyway! > > Dennis > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Setting up network on Hamm install
In article , George Bonser <[EMAIL PROTECTED]> writes >On Fri, 27 Mar 1998, Ian Lynagh wrote: >> I assume the computer name (random string) and domain name (lynagh.demon.co.uk) were OK? >> The system on your network that you should use as a DNS >> (Domain Name Service) server. >> >> ??? >Use this machine install the debian bind package. During >installation of bind, list your isp's nameservers as forwarders. This will >create a cacheing nameserver that will speed up mail delivery and save you >some bandwidth. You might create a local zone file for the 192.168.37 >network and list your local machines. I was under the impressino bind wasn't necessary. Can I answer none to this and not install bind, at least for the moment? >Good luck. Thanks :-) Ian -- Ian Lynagh - [EMAIL PROTECTED] http://home.sn.no/~balchen/igloo/ "It's at times like this that I wish I'd listened to my mother." "Why, what did she say?" "I dunno. I never listened." -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Motherboard and CPU opinion
Hi all, I am thinking about putting a PC together for Debian 2.0. I am looking at FIC motherboards PA-2011 and PA-2012, AMD K6 233. Have anyone tried this? Do you think it'll run Debian OK? I appreciate all your comments. Quan Tran [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: a stupid idea, a stupid test
You want a package called ppptcp - it allows you to run ppp connections over tcp/ip, with some optional encryption stuff. It's not in debian afaik, but should be available on sunsite. Stephen Carpenter wrote: > Ok...I got a bright idea earlier > I have a linux machine at work (where we don't really have linux > machines...its one of the > 3 that I know of in existance on our entire network (of at least 10 000 > users) ) > Anyway...mine is on DHCP like most of the network and a new one which > was setup > is also on DHCP (mostly because im a tech and he is at the helpdesk and > neither of us > can justify why we need network engineering to give us static IPs) > One of the Linux machines I know of has a static IP (this guy is some > important doctor > and I am sure I coul dget him to let me use his linux machine or one of > his slowaris runnin sun stations > if I asked ) > Here was my idea: > I want my machine and my friend at the helpdesks computer to be able to > communicate > (maybe even share soem NFS mounts ;) ) > The problem is we are on DHCP...dynamic adressing which seems to change > at least every few days > My idea was ...can I setup a "virtual network" layered on top of our > ethernet / TCP/IP network? > My idea was to use netcat and pppd to make a ppp connection through a > tcp/ip socket... > then assign my own Private IP adresses (10.*) to the ends of the ppp > connection > then I could have the machine with the static IP as a central hub for > the other 2 systems to connect too > thus the other two machines could have "Static IPs" for talking to > eachother > ok...I know there must be a better way to do this...I think its called > tunneling?? > and I believe there is some kernel level support fo rit... > I wanted to find a way to do it my way... > the idea was this: > use netcat on both systems to open the equivalent of a "pipe" and then > attach pppd to it > I tried this on the local machine...maybe someone can say why this setup > didn't work > first I made 4 named fifos's > in1 out1 in2 out2 > then > cat in1 | nc -l -p 1555 | cat out1 > cat in2 | nc 127.0.0.1 1555 | cat out2 > ...both connectedand netstat showed a conenction between the two > then I tried this... > I cated a file into in1 > then I did "cat out2" on another VT > nothing came out... I would have thought the end result would have > been... > data in -> in1 -> nc -> tcpIP -> nc -> out2 -> data out > any ideas why did didn't work > (suffice it to say "pppd in1" and the same for in2 and out2 ... > they didn't connect > any ideas? (and yes I know this is a stupid way to do it but > I would think it should work! ) > -Steve > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
EXIM Help
Hello again, I am sorry to be such a pain, but I can not get exim working properly. I have tried reading all the info pages/man pages/FAQ's/archives/homepages for the last two days. I guess I am in a special class by myself. All the above all talk about ethernet/workstations/networked systems. All I have is a small system that connects to my ISP and all I want to do is get my mail. I am having to go back and forth between debian and winbloze95 to get any help. First I entered a exim.conf like the one I found in the archives. When I ran exim, it kept complaining about the lines I put in so # them out. Now when I run fetchmail I get the following: reading message 1 (2580 bytes) fetchmail: found received address 'htuttle' fetchmail: no local matches, forwarding to root fetchmail: SMTP connect to (null) failed fetchmail: POP3>QUIT Now I can send mail fine with Pine and it configured to send via my ISP. There is no problem there. And it goes there. It is that I cannot download my mail. What am I doing wrong. I am very new at this and don't know to much about setting up accounts etc. I don't know how to look at logs as I don't know which ones are available. I have looked in the log directory and about the only one I see is syslog and it doesn't say to much about exim. I only have 2 accounts that were created when I installed debian. root and htuttle. That's it. Second: I tried something else (find . -name exim.conf -print) and got the following message: EXT2-fs warning (Device 03:42): ext_free_inode: bit already cleared for inode 89435 How do I fix this or can I. Is there a chkdsk for debian? Third: How do I set my time right. When I installed debian it looked at my system clock and asked if I wanted to be on GMT and what my TZ was. I said to use GMT and that I was in CST6CDT. Now when I boot my time is wrong. When it is 1600 in my wallclock time my system says it is 1000. I use the "bash: date 03271600", but when I reboot it always goes back to the -6. I know I screwed it up, but how do I fix it with out having to do it everytime I boot up. Also by bios clock is correct for walltime. Sorry to bother everyone, but I am really confused and I don't know where to look for info. Mike Acklin [EMAIL PROTECTED] (Work) [EMAIL PROTECTED] (Home) Debian Newbie (Please bear with me!) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
boot/physical security?
Hi there, just a quick question. As an old slackware user, I usually have a restricted boot with a password in my lilo setup, as well as an entry for the floppy drive in my system- so, the system boots from drive c, hits lilo, and boots linux with the default parameters; if you have the password, you can boot from a floppy or give the kernel evtra parameters. the bios has a password as well. i found that this was a pretty good way to discourage some of the bootfloppy/'linux single'/script kiddie hacker-types around my school. however, with debian (bo), the actual MBR boot block allows you to boot from a different partition, or even a floppy, with no authentication at all- even worse, you access it in the same waym by holding down control during the boot. I noticed that lilo was setup to use /boot/boot.b as default, while slackware always used /boot/any_d.b - but when i tell lilo to use any_d.b (verified as being in /boot), it complains loudly about not finding my /dev/hda1 - any suggestions? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: /etc/dhcpd.conf
On 27 Mar 1998, Ben Pfaff wrote: >How would I set the domain search order in /etc/dhcpd.conf? I couldn't >find it in the man page nor in my O'Reilly TCP/IP admin book. > > The domain search order is set in /etc/resolv.conf, not in a DHCP > config file. See resolver(5) for details. I understand that, but I was hoping to set the search order information for a Win95 client to my dhcp server. Does the dhcp daemon actually send information found in /etc/resolv.conf to the clients? On Fri, 27 Mar 1998 [EMAIL PROTECTED] wrote: > On Fri, 27 Mar 1998, dpk wrote: > > : How would I set the domain search order in /etc/dhcpd.conf? I couldn't > : find it in the man page nor in my O'Reilly TCP/IP admin book. > > I'm sure you knew this, but the "option domain-name" statement will add > one domain to the search order for the resolver. You probably want > multiple domain names there, and I'm not sure how to do that. I did find this, but you guessed right... I was hoping to set multiple domain names. Thanks anyway! Dennis -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
/sbin/lilo
Thanks to the docs and help from this list I'm closing in on getting LILO to boot either my FreeBSD on my second SCSI drive or Debian, rooted on my first SCSI After saving the MBR on drive1 with: # dd if=/dev/hda of=/fd/MBR bs=512 count=1 will typing simply: # /sbin/lilo install the loader on my first drive? Do I need any options? thanks gary -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: /etc/dhcpd.conf
On Fri, 27 Mar 1998, dpk wrote: : How would I set the domain search order in /etc/dhcpd.conf? I couldn't : find it in the man page nor in my O'Reilly TCP/IP admin book. I'm sure you knew this, but the "option domain-name" statement will add one domain to the search order for the resolver. You probably want multiple domain names there, and I'm not sure how to do that. -- Nathan Norman MidcoNet - 410 South Phillips Avenue - Sioux Falls, SD 57104 mailto://[EMAIL PROTECTED] http://www.midco.net finger [EMAIL PROTECTED] for PGP Key: (0xA33B86E9) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: /etc/dhcpd.conf
How would I set the domain search order in /etc/dhcpd.conf? I couldn't find it in the man page nor in my O'Reilly TCP/IP admin book. The domain search order is set in /etc/resolv.conf, not in a DHCP config file. See resolver(5) for details. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
/etc/dhcpd.conf
How would I set the domain search order in /etc/dhcpd.conf? I couldn't find it in the man page nor in my O'Reilly TCP/IP admin book. Thanks, Dennis -- dpk <[EMAIL PROTECTED]>, Network Administrator | work: 353.4844 Division of Engineering Computing Services | page: 222.5875 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Which Samba package?
Martin Bialasinski <[EMAIL PROTECTED]> wrote: : Richard A Nelson <[EMAIL PROTECTED]> writes: : : > I'm improving my connectivity to work machines now... : > : > NFS is working fine, but I don't know which Samba package : > to install: smbfs or ksmbfs : : Use smbfs. ksmbfs is obsolete. The maintainer has written some comments : about this some time ago. You could check the mailinglistarchives about : this. ksmbfs is obsolete, right, but smbfs is not Samba. If you want to have your Linux box as a file and printer server for Windows machines you must use the Samba package. If you want to mount SMB shares made available by Windows machines or other boxes running Samba on Unix you can use package smbfs. E.- -- Eloy A. Paris Information Technology Department Rockwell Automation de Venezuela Telephone: +58-2-9432311 Fax: +58-2-9431645 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
simple smail questions
hi all, I'm using Debian 1.3 bo with a 2.0.29 kernel; my smail installation is preety standard; I have a permanent connection to the internet; smail is working fine for most everything here; ..but I still have some questions.. see if you can help me, please: - I saw a message here stating (not in these words) that "smail is dead; use exim instead"; is it true? I can see that smail is still (according to Debian) the "reccomended MTA for Debian"! note that I'm not spam-asking which one you use! :-) - on the subject of moving files from /var/spool/smail/error to /var/spoll/smail: I did just that yesterday and the files are still there.. I'm afraid my crond is *not* calling runq. how do I make sure runq is beeing called? there is a /etc/smail/crontab but I don't see how crond would find it there.. - how do I set the retry fequency for smail; after reading the man page I just created /etc/smail/retry with a single line like '* 55m/3d' hoping that it would instruct smail to keep trying each 55 min during 3 days; it looks like it didn't work: I'm still getting error messages after 1 hour; what else do I have to do? 'killall' something? TIA! -- Otavio Exel /<\oo/>\Nada tema, com Smith nao ha problema. [EMAIL PROTECTED](Dr Zacary Smith 'in' Perdidos no Espaco) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: crash & burn win95 splashscreen
[EMAIL PROTECTED] writes: > Last year, I think it was, someone mentioned a crash & burn win95 logo > splash screen. Does anyone know where it is (I've tried to look for it, > but there are a *lot* of win95 startup screens)? Checkout ftp://134.95.210.54/pub/logo.sys and /Wincrash.zip The firstone ist the crash&burn picture (It was a jpg, so I had to convert and edit it a little). The second is a nice set I found somewhere. Enjoy, it looks great :-) Ciao, Martin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Setting up network on Hamm install
The Bo install notes say I need to know the following. I assume Hamm will need it too. I have a LAN with Linux (none yet installed) and Win'95 boxes on and will also want to connect to the 'net. Since you are on two networks (LAN + Internet), your choices will depend on whether you have two Ethernet cards in the machine. If you do have two--one hooked into the LAN, one to the Internet--then you configure the LAN card with your LAN IP address, and the Internet card with your Internet IP address. In this case, just make sure that you're consistent when you answer the prompts--use either the data from the LAN or the Internet, but not a combination. You will have to set up the second card manually later by editing /etc/init.d/network. If, OTOH, you have only Ethernet card, then you only want one IP address; this should be the Internet IP address. In this case, there's no need to add a second LAN IP address; just have the other machines on the LAN refer to this machine via its Internet IP. If you really want two IPs, then you can set up IP aliasing, but I don't know anything about that. Hope this helps. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Setting up network on Hamm install
The Bo install notes say I need to know the following. I assume Hamm will need it too. I have a LAN with Linux (none yet installed) and Win'95 boxes on and will also want to connect to the 'net. Is the following correct? Your host name (you may be able to decide this on your own). Your domain name. lynagh.demon.co.uk Your computer's IP address. Do I use 158.152.29.198 (my IP addy as given by Demon) or 192.168.37.1 (the IP address I intend to use on my LAN? The netmask to use with your network. Ermmm, 255.255.0.0? The IP address of your network. 192.168.0.0? The broadcast address to use on your network. 192.168.0.0? The IP address of the default gateway system you should route to, if your network has a gateway. ??? The system on your network that you should use as a DNS (Domain Name Service) server. ??? Whether you connect to the network using Ethernet, and whether your Ethernet interface is a PCMCIA card. Yes, and PCMCIA (3C589D). Thanks in advance Ian -- Ian Lynagh - [EMAIL PROTECTED] http://home.sn.no/~balchen/igloo/ If it's tourist season, why can't we shoot 'em? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Running X11 over a network
>No, in one sense. Either you have to set up hostnames in the >/etc/hosts file or run a DNS server for them to `know the others [sic] >IP address'. So I will be able to ping/ftp/etc IP addresses without doing anything? Do I have to do anything special to be able to ping the Linux machine from a Win'95 box (to check the network card is setup OK)? Yes. No. >Yes, in one sense. This is the ARP protocol. Can you point me at a URL on this please? http://152.15.16.15/ELET3281/ch1qr_13.html is what altavista found. You might want to consult a basic book on TCP/IP if you're really interested in ARP, but in normal circumstances you don't have to care about it. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Running X11 over a network
Hi Ben :-) In article <[EMAIL PROTECTED]>, Ben Pfaff <[EMAIL PROTECTED]> writes > > I am also confused about how each computer knows the others IP address. > Does it just broadcast it over the whole network and anyone who wants it > grabs it? > >No, in one sense. Either you have to set up hostnames in the >/etc/hosts file or run a DNS server for them to `know the others [sic] >IP address'. So I will be able to ping/ftp/etc IP addresses without doing anything? Do I have to do anything special to be able to ping the Linux machine from a Win'95 box (to check the network card is setup OK)? >Yes, in one sense. This is the ARP protocol. Can you point me at a URL on this please? Thanks Ian -- Ian Lynagh - [EMAIL PROTECTED] http://home.sn.no/~balchen/igloo/ If it's tourist season, why can't we shoot 'em? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
(Newbye) Debian and XFree86 installed Ok under root... But still a problem...
I just installed debian1.3.1 on a new computer. I configured XFree86 and everything seems to work fine under root. But... When I log into my user account and try to launch XFree86 with "startx" command I can't get things working. I get an error: " xf86OpenConsole: Server must be running with root permissions You should be using Xwrapper to start the server or xdm. We strongly advise against making the server SUID root! " and so the X server can't start... Apparently, the X server in /usr/X11R6/bin has permissons to read and execute for all users. I'm a quite new Unix user and I don't see where I did a mistake... PLEASE HELP... Ronan Lebref E-mail:[EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: a stupid idea, a stupid test
I can't comment on the tunneling but I have a similar problem with dhcp. The linux dhcpcd will give back the ip-addr on shutdown. At my site (with something like 1500 pc's, 500 printers, etc.) wins is used for the m$ desktops. My linux box did not behave like the nt systems. What I eventually did was to replace the "stop" case in /etc/init.d/dhcpc with "killall -9 dhcpcd". Unless I leave the box turned off for a long time I always get the same ip-addr back. I just can't leave it off when the lease expires on the ip-address. You can put the ip-addr in the host file and get by for a while... jim -- From: Stephen Carpenter[SMTP:[EMAIL PROTECTED] Sent: Thursday, March 26, 1998 12:26 AM To: debian-user@lists.debian.org Cc: The recipient's address is unknown. Subject:a stupid idea, a stupid test Ok...I got a bright idea earlier I have a linux machine at work (where we don't really have linux machines...its one of the 3 that I know of in existance on our entire network (of at least 10 000 users) ) Anyway...mine is on DHCP like most of the network and a new one which was setup is also on DHCP (mostly because im a tech and he is at the helpdesk and neither of us can justify why we need network engineering to give us static IPs) One of the Linux machines I know of has a static IP (this guy is some important doctor and I am sure I coul dget him to let me use his linux machine or one of his slowaris runnin sun stations if I asked ) Here was my idea: I want my machine and my friend at the helpdesks computer to be able to communicate (maybe even share soem NFS mounts ;) ) The problem is we are on DHCP...dynamic adressing which seems to change at least every few days My idea was ...can I setup a "virtual network" layered on top of our ethernet / TCP/IP network? My idea was to use netcat and pppd to make a ppp connection through a tcp/ip socket... then assign my own Private IP adresses (10.*) to the ends of the ppp connection then I could have the machine with the static IP as a central hub for the other 2 systems to connect too thus the other two machines could have "Static IPs" for talking to eachother ok...I know there must be a better way to do this...I think its called tunneling?? and I believe there is some kernel level support fo rit... I wanted to find a way to do it my way... the idea was this: use netcat on both systems to open the equivalent of a "pipe" and then attach pppd to it I tried this on the local machine...maybe someone can say why this setup didn't work first I made 4 named fifos's in1 out1 in2 out2 then cat in1 | nc -l -p 1555 | cat out1 cat in2 | nc 127.0.0.1 1555 | cat out2 ...both connectedand netstat showed a conenction between the two then I tried this... I cated a file into in1 then I did "cat out2" on another VT nothing came out... I would have thought the end result would have been... data in -> in1 -> nc -> tcpIP -> nc -> out2 -> data out any ideas why did didn't work (suffice it to say "pppd in1" and the same for in2 and out2 ... they didn't connect any ideas? (and yes I know this is a stupid way to do it but I would think it should work! ) -Steve -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Intergraph Intense3D-100 driver
I have an Intergraph Intense3D-100 (veritee 1000 chip), and I wonder if it'll work under Devian. If you could help me, please... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Running X11 over a network
Hi! Uhmm, I need to correct myself: I think removing xbase is only recommended if you exactly know what you are doing. It contains all manpages, documentation, the "X" wrapper, all config-files ... And since xbase depends on xlib6 you cannot remove it, too. Maybe someone else has a step-by-step instruction to cope without xbase... You may still want to use the laptop's fonts (via xfs) to avoid duplicate installation. The basic fonts do not need much space, but maybe you are curiose enought to try to get along without xbase - and then you must get them from a font-server. ok, I'll try to cleanup a little: 1) set up your network (see Ben Pfaff's mail, Net-3-HOWTO) I assume you gave your desktop the hostname "desktop" and your laptop the hostname "laptop" 2) set up the laptop: - install xbase, xlib6, xlib6g (if you're running hamm), xfntbase, xfnt75 - make it run xdm and xfs: Put "start-xdm" and "start-xfs" into /etx/X11/config to start them automatically on reboot. See /usr/doc/X11/debian.README for further information about this file. If you want to avoid a reboot, you can start xdm / xfs manually by executing "/etc/init.d/{xfs,xdm} start" 3) set up your desktop: The absolute minimum package to *run* your desktop as X-terminal is: xserver-*the Xserver you need for your graphic card And since it simplifies the setup, provides doc, ... xlib6if you are running hamm, you need xlib6g instead xbase During "comfortable" setup you additionally need Xserver-vga16it contains XF86Setup xfntbase - install all above mentioned packages - run XF86Setup to configure the xserver - run startx to test the configuration (maybe tweak it with help of xvidtune) - run dselect and purge xserver-vga16 (if you don't intend to run it) xfntbase - this would be the point to remove, not purge xbase. Removing keeps the config-files (XF86Config, ...). And if you use "/usr/X11R6/bin/XF86_*" as your xserver (instead of the wrapper "/usr/X11R6/bin/X") and start it as root you may be able to run without xbase and xlib6. - tweak /etc/X11/XF86Config to use your laptop as fontserver: go to Section "Files" and add a line FontPath "tcp/laptop:7100" to this Section. Maybe you need to comment out other FontPath entries. I don't know if they mustn't exist and if they are removed automatically. - check, that /etc/X11/config doesn't contain "start-xdm" to avoid it starting up atomatically - now you can start X (runnig on the laptop, displaying on the desktop) with X -query laptop - since you didn't remove xbase, you should still be able to run a local X with startx, but your laptop always needs to be reachable, since it's fonts are required. - you may write your own /etc/init.d/Xserver or so (take a look at /etc/init.d/skeleton) and make the appropriate inks in /etc/rc*.d with update-rc.d to start the Xserver automatically. > Incidently, do you know what kind of performance hit I will get running > X over 20m of BNC cable (there are 2 other (Win'95) machines on the > network)? I agree to Ben Pfaff that this shouldn't be a bottleneck. I was using X on a *heavy* loaded network and it was never much too slow. > BTW, I wasthinking about the IP addresses and would it make sense for me > to use 192.168.xxx.1 and 192.168.xxx.2 (xxx=random number) in case I > added someone elses Linux system to my network for some reason in the > future? as long as xxx is constant: yes ;-) I would reserve at least *.1 for a possible router. I think it is very common to use this for a router Regards Rainer --- KeyID=58341901 fingerprint=A5 57 04 B3 69 88 A1 FB 78 1D B5 64 E0 BF 72 EB -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: embarassing X questions
Hi! Christopher J. McNicholas ([EMAIL PROTECTED]): > 1) Is there somewhere I can read up on the different types of windows > managers? http://www.plig.org/xwinman/ > 2) I loaded X without a windows manager installed. I can move my > mouse around, but that's about it, no menus or anything. I switched > VCs just to make sure I wasn't locked up :-).. The question is..how > do I properly close out of X without a windows manager? CTRL-ALT-BACKSPACE (if not disabled) terminate the process exec'ed from .xsession or /etc/X11/Xsession eg: type exit in an xterm. or switch to a VC an kill the Xserver or the process that was exec'ed from xsession Regards Rainer --- KeyID=58341901 fingerprint=A5 57 04 B3 69 88 A1 FB 78 1D B5 64 E0 BF 72 EB -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
non-fatal xkbcomp error while starting X
I just upgraded all my X packages (xbase, xbooks, xfnt100, xfnt75, xfntbase, xfntpex, xlib6g-dev, xlib6g, xlib6, xserver-mach64) to 3.3.2-2. Now when I start X with startx -- -bpp 16 as I usually do, the following error appears on the bottom of the VT from which I executed the startx command (after the usual messages about video RAM, Ramdac, etc): System: `/usr/X11R6/lib/X11/xkb/xkbcomp -w 1 -R/usr/X11R6/lib/X11/xkb -xkm -m us -em1 "The XKEYBOARD keymap compiler (xkbcomp) reports:" -emp "> " -eml "Errors from xkbcomp are not fatal to the X server" keymap/xfree86 /var/tmp/xfree86.xkm' What is going wrong here? I looked at the man page for xkbcomp but it didn't seem to help very much in understanding this. Thanks. James -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: netscape -- hamm ---- shared libs?
On Thu, 26 Mar 1998, Heiko Schlittermann wrote: > bug or feature or to late for today? Upgrade xlib6 to 3.3.2-2 Bob Bob Nielsen Internet: [EMAIL PROTECTED] Tucson, AZ AMPRnet: [EMAIL PROTECTED] http://www.primenet.com/~nielsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
here's how to bind bash keys
Kurt, bash uses the 'readline' library. This library supports a rebinding of keys. The library reads the file '~/.inputrc' when it starts and reads commands to rebind keys. You can read the 'readline' man page for full details. At any rate, create the file ~/.inputrc and in it put: "\e[1~": beginning-of-line "\e[3~": delete-char "\e[4~": end-of-line That should do the trick. Also, here's a small c program which will read raw bytes that you type. This is what I used to find out the above. Note that it's up to you to translate the hex bytes into the "appropriate" string. You can compile it with 'make readkb' if you save the file as readkb.c. Type 'x' to quit the program. kurt klingbeil wrote: > What I'm really dying to know, is why the Home, End, and Del keys > are not config'ed, out of the box, to do the right things in bash. > Shit, it's hard to take that doskey would out-function bash in _any_ > respects. Of course, one could use ^a, ^e, and ??, and/or dig out > the keymapping docs and try to rectify that, but I must have some > kinda mental block about it and can't believe it doesn't bug > everyone else and at least one person enough to have fixed it. > > Maybe I've just been using Gatesware too much ?? > It does seem like a basic completeness issue. > > I've just started using debian. It's very cool! > > kk > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Jens B. Jorgensen [EMAIL PROTECTED] readkb.c Description: application/unknown-content-type-c_auto_file
sound card ide controller help
Anybody know offhand how to get linux to acknowledge the ide controller on a SoundBlaster-compat sound card? I don't have any free channels on my main IDE controller so I need to use this one to run my cd drive Will -- | [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] | | http://www.cis.udel.edu/~lowe/ | |PGP Public Key: http://www.cis.udel.edu/~lowe/index.html#pgpkey| -- | You think you're so smart, but I've seen you naked | | and I'll prob'ly see you naked again ... | | --The Barenaked Ladies, "Blame It On Me" | -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Q:Is there a script to Configure the Network
Most likely the ServerName. If not defined in /etc/apache/httpd.conf it is got from the OS. Tony wrote: > Hello, > > I have physically moved my computer from one office to another, and my IP, > Gateway addresses etc have changed. > > I updated the single file > /etc/init.d/network > > Everything is working fine except my apache http server. > > Questions: > What is the name of the installation script that sets netwrok variables? > > Where does apache find out what the machine's IP address/host name is? > > Do you know what files I should be editing? > > Thank you > > Tony > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Jens B. Jorgensen [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Laptop
Well Michael I use a GW2000 Solo 2100. Of course they don't even sell this one anymore I bet even though it's barely a year old. I like gateway--I think they're a good balance between value and service. The primary worry with laptops is device support. And it does little good for me to tell you that everything in my laptop works because it seems that all manufacturers like to upgrade the components as fast as new ones are available. I think a good strategy is this: 0) go get the latest issue of "Computer Shopper", this will be your primary reference source in addition to stuff on the Internet 1) decide where you need to be on the Value vs. Confidence level, this is a matter of personal preference 2) find a couple of laptops which fall on V vs. C curve where you live and go through each and every piece of the system to find out *exactly* what's in it. now look at each component (esp. the graphics adapter and sound card) and check the kernel source, the Hardware HOWTO and also the Linux Laptop Page ( http://www.cs.utexas.edu/users/kharker/linux-laptop/ ) to make sure that component is indeed supported. 3) pick one of the laptops which satisified all above requirements based on color, availability of free 2nd day air shipping, and a quick roll of the dice Good luck Michael Meskes wrote: > I'm going to buy a laptop in a month or two. I'd like to know which laptop > does work well with Debian. Since some of you run it on laptops, please tell > me which ones. But keep in mind, I'm buying it privately, so don't tell me > about high priced laptops. :-) > > Michael > > P.S.: Please CC me. I'm not subscibed here. > -- > Dr. Michael Meskes, Project-Manager| topsystem Systemhaus GmbH > [EMAIL PROTECTED]| Europark A2, Adenauerstr. 20 > [EMAIL PROTECTED] | 52146 Wuerselen > Go SF49ers! Go Rhein Fire! | Tel: (+49) 2405/4670-44 > Use Debian GNU/Linux! | Fax: (+49) 2405/4670-10 > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Jens B. Jorgensen [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Laptop
I'm using the Toshiba Satellite Pro 440CDT. Works beautifully :) Network card is a PCMCIA Xircom CE3 10/100, which there is support for in the hamm distribution. (You need the newest pcmcia-cs). Graphics chipset is Chips&Tech, which the newer XSVGA servers have, the CDROM is IDE, which makes it easy to support. I haven't setup the sound yet, but it looks like it's a Yamaha OPL3, which should work. Be careful that you don't end up with Bob's Proprietary Chipset (TM). This happened to me with the CDROM on my former machine. Tedious. There is a great page with lots of support for Toshiba laptops at "http://www.cck.uni-kl.de/misc/tecra710/";. It says Tecra, but there is Satellite stuff there too. I'm going to buy a laptop in a month or two. I'd like to know which laptop does work well with Debian. Since some of you run it on laptops, please tell me which ones. But keep in mind, I'm buying it privately, so don't tell me about high priced laptops. :-) Michael P.S.: Please CC me. I'm not subscibed here. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: LILO woes.
Subject: LILO woes. Date: Fri, Mar 27, 1998 at 12:45:28AM -0500 In reply to:Nathan C. Burnett Quoting Nathan C. Burnett([EMAIL PROTECTED]): > > I have a non-fatal albeit annoying problem. I'm running debian 1.3 and I > absolutly cannot get LILO to work properly. When the machine starts to > boot the 'LI' shows up the the machine locks (have to use the reset button > ctrl-alt-del doesn't work). The LILO is version 19. > > I'm running a Cyrix 6x86MX, with a 2.1 GB samsung (I think) HD on a > Matsonic MS-5120 motherboard, which incidentally came with a really weak > manual so I don't know what IDE chipset it uses... > > When I had RedHat 5 installed on this machine LILO 20 worked fine. > > > My lilo.conf looks like: > > > boot=/dev/hda1 > root=/dev/hda1 > compact > install=/boot/boot.b > map=/boot/map > vga=normal > prompt > timeout = 50 > > image=/vmlinuz >label=Linux >read-only > image=/vmlinuz.old >label=old >read-only > > > Any ideas? > > Tnx, Nate > Nate Here is my lilo.conf. which is somewhat different then yours. ( it works too). #LILO configuration file # generated by 'liloconfig' # # Start LILO global section boot = /dev/hda #read-only #compact# faster, but won't work on all systems. prompt vga = normal# force sane state # ramdisk = 0 # paranoia setting # End LILO global section # Linux bootable partition config begins image = /vmlinuz root = /dev/hda1 label = slack33 # read-only # Non-UMSDOS filesystems should be mounted read-only for # checking # Linux bootable partition config ends # Linux bootable partition config begins image = /vmlinuz root = /dev/hda2 label = debian13 # HTH > > --- > Nathan C. Burnett "Everyone is born right-handed, but > [EMAIL PROTECTED] only the greatest overcome it." > http://www.cps.msu.edu/~burnet26-Slogan, Left-Handers' Club of Ireland > ( ( (((In Stereo Where Available))) ) ) > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > > . -- The problem with program verifiers is that they tend to cheat at toy problems in order to get results. ___ Wayne T. Topa <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: embarassing X questions
Subject: Re: embarassing X questions Date: Thu, Mar 26, 1998 at 07:52:48PM -0800 In reply to:Keith Beattie Quoting Keith Beattie([EMAIL PROTECTED]): > > Christopher J. McNicholas wrote: > > > > 1) Is there somewhere I can read up on the different types of windows > > managers? > > http://www.plig.org/xwinman/ is a pretty good site. > > > 2) I loaded X without a windows manager installed. I can move my > > mouse around, but that's about it, no menus or anything. I switched > > VCs just to make sure I wasn't locked up :-).. The question is..how > > do I properly close out of X without a windows manager? > > The magic keystroke (for XFree86) is Ctrl-Alt-Backspace. > > > 3) After X loads up, my screen is shifted one character to the left, > > wrapping to the right hand side of the screen...what's that all > > about? I'm forced to reboot to straighten it out! > > Ya got me on that one. I usually just tweaked the setting on the > monitor itself. > After you have a Win manager installed, run xvidtune to adjust the screen problem. Should have done that in XF86Setup tho..?? -- In a five year period we can get one superb programming language. Only we can't control when the five year period will begin. ___ Wayne T. Topa <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: AMD K6 233
Subject: AMD K6 233 Date: Fri, Mar 27, 1998 at 01:18:08PM +0100 In reply to:M.C. Bezemer Quoting M.C. Bezemer([EMAIL PROTECTED]): > > Hi! > > A few hunderd messages ago someone (I believe 't was Wolf Logan) had a > problem installing Debian. He mentioned that he had an AMD K6/200. I > am thinking about buying a K6/233, but would linux run clearly with it? > Has anyone experience with this? > > Thanks in advance, > Maarten Bezemer > > PS I also heard that linux also doesn't work 100% correct with a Cyrix > P166+ (messing up disks etc) . What is true about that? > I have run Linux on both a Cyrix 6x86pr200+ and 6x86MXpr166 for over 6 months and have NOT had a bit of problem with "messing disks etc". I am running with 2.5 x 66Mhz (not over clocked) and get 149.91 Bigomips on the MX while the 200+ got 149.5 (on a different MB). Kernel compiles take < 5 minutes so I do not see any reason to overclock, which MAY have been the reason for the "messing disks etc" problem. HTH > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > > . -- The Softwære said "Windows 95 or better", so I dumped Win95 & loaded LINUX. I have not looked back since. ___ Wayne T. Topa <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: PPP Problem
Just like David said. Also, you may need to include 'user ' as an option in ppp.options_out so pppd knows which user/password to use. Ronn Pimentel wrote: > I'm having problems getting my workstation to call into work machine. > They're both running 1.3. Currently Windows 95 people are dialing into > the machine correctly but linux aint'. It dials and connects fine. But > it just doesn't authenticate. > > Any suggestions? Thanks. > > My workstation's config is: > sparky# cat ppp.options_out > debug defaultroute /dev/modem 38400 > And then i just run pon. > > My workstation is debug log is: > Mar 26 19:10:42 sparky chat[525]: CONNECT -- got it > Mar 26 19:10:42 sparky chat[525]: send (^M) > Mar 26 19:10:42 sparky pppd[524]: Serial connection established. > Mar 26 19:10:43 sparky pppd[524]: Using interface ppp0 > Mar 26 19:10:43 sparky pppd[524]: Connect: ppp0 <--> /dev/modem > Mar 26 19:10:43 sparky pppd[524]: sent [LCP ConfReq id=0x1 > 0x0> ] > Mar 26 19:10:43 sparky pppd[524]: rcvd [LCP ConfReq id=0x1 > 0x0>] > Mar 26 19:10:43 sparky pppd[524]: sent [LCP ConfRej id=0x1 ] > Mar 26 19:10:43 sparky pppd[524]: rcvd [LCP ConfReq id=0x2 > 0x0> ] > Mar 26 19:10:43 sparky pppd[524]: sent [LCP ConfAck id=0x2 > 0x0> ] > sparky# plog > Mar 26 19:10:46 sparky pppd[524]: sent [LCP ConfReq id=0x1 > 0x0> ] > Mar 26 19:10:46 sparky pppd[524]: rcvd [LCP ConfAck id=0x1 > 0x0> ] > Mar 26 19:10:46 sparky pppd[524]: sent [IPCP ConfReq id=0x1 192.168.1.1> < > compress VJ 0f 01>] > Mar 26 19:10:46 sparky pppd[524]: rcvd [LCP TermReq id=0x3] > Mar 26 19:10:46 sparky pppd[524]: LCP terminated at peer's request > Mar 26 19:10:46 sparky pppd[524]: sent [LCP TermAck id=0x3] > Mar 26 19:10:46 sparky pppd[524]: Hangup (SIGHUP) > Mar 26 19:10:46 sparky pppd[524]: Modem hangup > Mar 26 19:10:46 sparky pppd[524]: Connection terminated. > Mar 26 19:10:46 sparky pppd[524]: Exit. > > The server is giving me. > Mar 26 19:03:39 music pppd[32036]: pppd 2.2.0 started by root, uid 0 > Mar 26 19:03:39 music pppd[32036]: Using interface ppp7 > Mar 26 19:03:39 music pppd[32036]: Connect: ppp7 <--> /dev/ttyR0 > Mar 26 19:03:42 music pppd[32036]: peer refused to authenticate > Mar 26 19:03:42 music pppd[32036]: Connection terminated. > Mar 26 19:03:42 music pppd[32036]: Exit. > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Jens B. Jorgensen [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: modem again
Perhaps you need to run setserial. And edit /etc/rc.boot/0setserial. On Fri, 27 Mar 1998, David B Wilson wrote: > Using the /dev/ttyS* devices at least minicom will run. But I still > can't dial out. /proc/interrupts does not show the modem, or IRQ9, > which is the IRQ of the modem according to Windows 95. The kernel has > generic serial support. So I'm still a bit confused. > David /*** Running Debian Linux *** * For God so loved the world that He gave his only begotten Son, * * that whoever believes in Him should not perish...John 3:16 * * W. Paul Mills* Topeka, Kansas, U.S.A.* * [EMAIL PROTECTED] * http://homepage.midusa.net/~wpmills/ * * [EMAIL PROTECTED] * http://www.networksplus.net/wpmills/ * * Bill, I was there several years ago, why would I want to go back? * / -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: how to implement multiple child "accept" within one socket..
Won-Ho Kye <[EMAIL PROTECTED]> writes: > [1 ] > Hi friends..! > > I am implementing the server application which have serval child > process. > > > The childs are forked from parent. > I oberved if the each child accept the socket simultaneous, > then the "accept" failed.. > Then I use the semophore to prevent simultaneous acception between > child processes. > Is there other efficient method? Have you looked at the apache source? It will do something like this (that is, apache's main process will fork several different children at startup, and the children do the actual handling of the connections). If I remember correctly, apache somehow manages to have the parent process do the actual accept, and then pass it off to the child. (It somehow does this without re-doing a fork() after the accept). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Wizard Radio...
Michael Beattie wrote: > On Thu, 26 Mar 1998, Stephen Carpenter wrote: > > > i.e. is it a straight pass through pin 1 = pin 1; pin 2 = pin 2 or is it > > special... > > No, it is a straight pass through... the unit itself is plugged into the > port, it is quite small. It has an audio lead to my sound card's line in, > and an antenna. definitly a good start...easy... > > before that...have you thought of calling the manafacturer and asking for > > that info? > > No, he was not pleased that I asked, even after I offered to send him all > of the source, binaries etc for a DOS version hmm so I take it he isn't interested in the OpenHardware Program ? > > I happen to have an i386 disassembler for DOS...it works well but...I have > > never done anything usefull with it > > I would be interested in trying it... I've wanted to get into assembly.. I just happen to have a copy sitting on a computer here at work...itwas in with a bunch of files I was coping off a CD I personally made and was going to fix up and burn a new copy oflemme gte back to you with some info (filesize and all) and id be happy to send it (no idea on copywrites...it was a while ago I got it...I downloaded it for free off the web but...that was back when I downloaded aloit of things for free...but I am almost sure this is free) > > Then...have you ever seen the > > documents for the Windows API...its a real bonafide mess > > I wouldn't want to try to disassemble a program that makes calls to that > > The windows API's are not that hard to understand... just 2-3 hours for > each one does the trick... >:) if you say sodunno...I had a problem with 11 pages of source to write "hello world" > > You could try this... one idea that I forgot aboutdoes the device feed data back to the software? like does the current station and current volume show on the screen? I ask because if not its posible that it just sends a simple signal on a pin ... with pin x being volume up... pin y being station up...or pin z stationm down I dunno..an ideamaybe get out a voltmeter this is really just a guess you know... and also remember...if you do it without dissassembling then you can still send him a copy of the source code (already GPL'd) so that he can start to support linux with his device not much he can do if you didn't dissassemble his software to do it -Steve > > >Michael Beattie ([EMAIL PROTECTED]) > > --- > ERROR #0001: Windows/NT loaded. Hoo-boy, is your system in for it now. > --- > Debian GNU/Linux Ooohh You are missing out! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: AMD K6 233
On Fri, Mar 27, 1998 at 01:18:08PM +0100, M.C. Bezemer wrote: > PS I also heard that linux also doesn't work 100% correct with a Cyrix > P166+ (messing up disks etc) . What is true about that? I have a Cyrix 6x86 P166+ chip and it works just fine here. :-) (Have been using it with Linux for one and a half years now. :-) -- Anthony Fok Tung-LingCivil and Environmental Engineering [EMAIL PROTECTED] University of Alberta, Canada [EMAIL PROTECTED] Keep smiling! *^_^* Come visit Our Lady of Victory Camp -- http://olvc.home.ml.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Ooooh A new HDD!
Subject: Re: Ooooh A new HDD! Date: Fri, Mar 27, 1998 at 10:19:40PM +1200 In reply to:Michael Beattie Quoting Michael Beattie([EMAIL PROTECTED]): > > On Wed, 25 Mar 1998, George Bonser wrote: > > > > > > > It greatly depends on what you do. cd to / as root and try the following: > > > > du -s /usr > > > > du -s /var > > Okay, this was handy, but I have a logistical problem now... :) > here is some info: > > Size (MB) Path > > 22 /usr/X11R6 > 17 /usr/bin > 3 /usr/sbin > 0 /usr/dict > 11 /usr/doc > 0 /usr/games > 4 /usr/include > 3 /usr/info > 29 /usr/lib > 0 /usr/local > 8 /usr/man > 0 /usr/media > 21 /usr/netscape > 7 /usr/share > 0 /usr/src > --- > 125 > > I have a 100MB HDD... > > (I know, I should have netscape under /usr/local, but I didnt know better > when I installed it... How can I move it? (V. 4.04)) > > > As for making it appear as part of the original drive, that is what > > /etc/fstab is for. > > Yes, but I meant this: > > current: 195MB > new: 106MB > > add: 301MB > > so that it appears the drive now has 301 MB. I think this is something you > have to compile into the kernel? CONFIG_BLK_DEV_MD ? > No, the kernel does not have to be recompiled when you add new disks. If you want to put /usr/local on a New (empty) disk partition. 1. mke2fs /dev/??? 2. mount /dev/??? /mnt 3. ( cd /usr/local ; tar clf - . ) | ( cd /mnt ; tar xvpBf - ) #3 copies all files from /usr/local to /dev/??? (which will become the New /usr/local 4. varify the #3 did it correctly - diff -r /usr/local /mnt 5. edit /etc/fstab - add the new partition ie /dev/hdb1/usr/local ext2defaults 1 2 6. Now delete the OLD /usr/local directory. cd /usr ; rm -rf ./local 7. umount /mnt ( not really necessary ) 8. Now reboot the system & enjoy your new drive. HTH -- "As part of the conversion, computer specialists rewrote 1,500 programs; a process that traditionally requires some debugging. -- USA Today, referring to the IRS switchover to a new computer system. ___ Wayne T. Topa <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: a stupid idea, a stupid test
I am afraid that this would not help...my system does not run a web server and has no need of a web server What I need is a static IP... neither my system nor the other one have DNS names...or any other way of identifying eachother... the idea was to use the network as a "virtual ethernet" where the 1 machine with a static IP would be the "hub"...treating TCP/IP that is already running on the real ethernet and layering my own network on top of it (a private one) it woul dbe almost rivial to make a simple script to edit a web pge on an ISP webserver by putting my current IP in this however means real acess as I said...I believe this is known as tunneling..and that there are better was of doing it than netct and pppd (of course I will take a look at those better ways but..I was hopeing to hack this together quick and make it work just for fun) -Steve Libby wrote: > I am new to LINUX, but maybe the following will help you. > Go to > http://www.linuxgazette.com/ > and see issue 18. Then take a look at "Putting Links to Your > Dynamic IP." The man wrote the script to do it so that his sister > could access his machine via the Web. Could you adapt it to your > situation? > > I use my near-term goals at becoming the ISP's customer from > hell to have fun while on the way to accomplishing my goal of > becoming a good ISP techie (as you can see from the sig below). ;-) > > Art Lemasters, too cheap to get the kid a real e-mail address :-) > > > Ok...I got a bright idea earlier > > I have a linux machine at work (where we don't really have linux > > machines...its one of the > > 3 that I know of in existance on our entire network (of at least 10 000 > > users) ) > > Anyway...mine is on DHCP like most of the network and a new one which > > was setup > > is also on DHCP (mostly because im a tech and he is at the helpdesk and > > neither of us > > can justify why we need network engineering to give us static IPs) > > One of the Linux machines I know of has a static IP (this guy is some > > important doctor > > and I am sure I coul dget him to let me use his linux machine or one of > > his slowaris runnin sun stations > > if I asked ) > > Here was my idea: > > I want my machine and my friend at the helpdesks computer to be able to > > communicate > > (maybe even share soem NFS mounts ;) ) > > The problem is we are on DHCP...dynamic adressing which seems to change > > at least every few days > > My idea was ...can I setup a "virtual network" layered on top of our > > ethernet / TCP/IP network? > > My idea was to use netcat and pppd to make a ppp connection through a > > tcp/ip socket... > > then assign my own Private IP adresses (10.*) to the ends of the ppp > > connection > > then I could have the machine with the static IP as a central hub for > > the other 2 systems to connect too > > thus the other two machines could have "Static IPs" for talking to > > eachother > > ok...I know there must be a better way to do this...I think its called > > tunneling?? > > and I believe there is some kernel level support fo rit... > > I wanted to find a way to do it my way... > > the idea was this: > > use netcat on both systems to open the equivalent of a "pipe" and then > > attach pppd to it > > I tried this on the local machine...maybe someone can say why this setup > > didn't work > > first I made 4 named fifos's > > in1 out1 in2 out2 > > then > > cat in1 | nc -l -p 1555 | cat out1 > > cat in2 | nc 127.0.0.1 1555 | cat out2 > > ...both connectedand netstat showed a conenction between the two > > then I tried this... > > I cated a file into in1 > > then I did "cat out2" on another VT > > nothing came out... I would have thought the end result would have > > been... > > data in -> in1 -> nc -> tcpIP -> nc -> out2 -> data out > > any ideas why did didn't work > > (suffice it to say "pppd in1" and the same for in2 and out2 ... > > they didn't connect > > any ideas? (and yes I know this is a stupid way to do it but > > I would think it should work! ) > > -Steve > > > > > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > > > > > > > -- > > =-=-=-=-= > @--`--,-- Leave my nickname (Libby) anywhere > in the "To:" header line of your reply > (the way your e-mailer likes to do it) > with the e-mail address: <[EMAIL PROTECTED]> > to be sure it will come to > my own personal e-mail box. --'--,--@ > =-=-=-=-=-= > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
SLIP server & IP forwarding
Hiya, I am trying to set up a linux box as a SLIP server. I have an NT box calling in, connecting fine over the modem, and i can then ping the NT box from the linux and visa versa. However, the NT box cannot then ping any machine through the linux box on the network (the linux box has en ethernet card). Can someone tell me what i have missed, or (as i think it might possibly be) how i enable IP forwarding? Many thanks. Duncs. -- +---+ | Duncan Ferguson Network Support Officer | | Worcester College of Higher Education | +===+ | My views are not necessarily supported by the college | |And who can blame them?| +---+ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: desperately seeking installation
On Fri, 27 Mar 1998, C.J.LAWSON wrote: > On Wed, 25 Mar 1998 [EMAIL PROTECTED] wrote: > > > >From my logs: > > Probing PCI hardware. > > Calibrating delay loop.. ok - 30.00 BogoMIPS > > Memory: 39296k/40960k available (504k kernel code, 384k reserved, 776k > > data) > > Swansea University Computer Society NET3.035 for Linux 2.0 > > > > Perhaps something with the memory ? > > > 39296+504+384+776 = 40960 nes pa? ... What is wrong with memory? I don't think shaul was demonstrating that linux can add up. Somebody? (I haven't kept the posting) said that their machine rebooted? while booting, but they had just been able to make out a message flashing by which contained "Calibrating". To someone in this position, it might be useful to know what the next line would be if the machine was booting normally; hence the post. -- David Wright, Open University, Earth Science Department, Milton Keynes MK7 6AA U.K. email: [EMAIL PROTECTED] tel: +44 1908 653 739 fax: +44 1908 655 151 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: PPP Problem
On Thu, 26 Mar 1998, Ronn Pimentel wrote: > I'm having problems getting my workstation to call into work machine. > They're both running 1.3. Currently Windows 95 people are dialing into > the machine correctly but linux aint'. It dials and connects fine. But > it just doesn't authenticate. > Mar 26 19:10:43 sparky pppd[524]: sent [LCP ConfReq id=0x1 > 0x0> ] > Mar 26 19:10:43 sparky pppd[524]: rcvd [LCP ConfReq id=0x1 > ] it wants you to authenticate with pap > Mar 26 19:10:43 sparky pppd[524]: sent [LCP ConfRej id=0x1 ] you refused ^^^ > Mar 26 19:10:46 sparky pppd[524]: rcvd [LCP TermReq id=0x3] > Mar 26 19:10:46 sparky pppd[524]: LCP terminated at peer's request so it told you to get lost. You need to add your username * password to /etc/ppp/pap-secrets (with tabs, I think, rather than spaces) and your pppd will send it when requested. Cheers, -- David Wright, Open University, Earth Science Department, Milton Keynes MK7 6AA U.K. email: [EMAIL PROTECTED] tel: +44 1908 653 739 fax: +44 1908 655 151 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: AMD K6 233
On Fri, 27 Mar 1998, M.C. Bezemer wrote: > A few hunderd messages ago someone (I believe 't was Wolf > Logan) had a problem installing Debian. He mentioned that he > had an AMD K6/200. I am thinking about buying a K6/233, but > would linux run clearly with it? Has anyone experience with > this? I have K6/200, K5/133, Pentium, Pentium II, Pentium MMX and 486 all running hamm just fine. Marcelo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: crash & burn win95 splashscreen
Hi, > but there are a *lot* of win95 startup screens)? > > This is actually the second time I've asked. I'm just useless, I guess :] Perhaps no one responded since this a Linux mailing list :). In all seriousness, I have no idea where to get the splash screen. -Ossam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
crash & burn win95 splashscreen
Last year, I think it was, someone mentioned a crash & burn win95 logo splash screen. Does anyone know where it is (I've tried to look for it, but there are a *lot* of win95 startup screens)? This is actually the second time I've asked. I'm just useless, I guess :] Andrew -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Copyright of 1913 Webster's Unabridged Dictionary
Bob Hilliard writes: > I am packaging the client server software produced by the DICT Project, > which is under the GPL. > ... > Most of the databases seem to satisfy the DFSG. However, the most > important of these, the 1913 Webster's Unabridged dictionary, is > questionable. Following is its copyright notice: This copyright may be unenforceable. I'd want to consult a copyright attorney before betting any money on it, though. -- John Hasler [EMAIL PROTECTED] (John Hasler) Dancing Horse Hill Elmwood, WI -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: AMD K6 233
On Fri, 27 Mar 1998, M.C. Bezemer wrote: > > A few hunderd messages ago someone (I believe 't was Wolf Logan) had a > problem installing Debian. He mentioned that he had an AMD K6/200. I > am thinking about buying a K6/233, but would linux run clearly with it? > Has anyone experience with this? > I am currently running an AMD K6/233 without any problems. I have both hamm and bo and they install and ran very smoothly. lhk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Dynamic Virtual Memory?
> > > > On Fri, 27 Mar 1998, Tim Thomson wrote: > > > Hi, > > Is there such thing as "dynamic virtual memory"? > > I have a low spec machine - 8meg RAM 100meg HDD, and have a 10meg swap > > partition. Obviously I run out of memory every now and then. Is there a > > way to set the system up so that when virtual memory is exhasted, the > > kernel will allocate more hard drive space, and deallocates it after > > awhile? > I know for certain that you can set up a file as your swap space. I have > that written down somewhere if you really need that. How to do it is in the mkswap man page. > You could, in theory, > use a script of some sort to interrogate the file (cf: the "mem" command) > and adjust the size of the file accordingly In practice, I haven't > tried it and it requires 3 or so calls to sync (not sure why) which might > (??) tamper with the contents of the file. Then the OS _might_ get > confused. As far as I know there is one sync required when the swap file is created, to ensure that the file is completely written to disk. I don't think using the `swapon' command should confuse the OS. If it does, that is a severe bug. > If I remember clearly, the documentation on lilo has something > about the system crashing at some later time if you tell it (through lilo) > that you have more memory than you actually have. I dunno if something > akin to this would occur if you tamper with the swap file. If you follow the recipe in the mkswap man page, it will work fine. The lilo docs remark really is about RAM memory. Eric Meijer -- E.L. Meijer ([EMAIL PROTECTED]) | tel. office +31 40 2472189 Eindhoven Univ. of Technology | tel. lab. +31 40 2475032 Lab. for Catalysis and Inorg. Chem. (TAK) | tel. fax+31 40 2455054 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
AMD K6 233
Hi! A few hunderd messages ago someone (I believe 't was Wolf Logan) had a problem installing Debian. He mentioned that he had an AMD K6/200. I am thinking about buying a K6/233, but would linux run clearly with it? Has anyone experience with this? Thanks in advance, Maarten Bezemer PS I also heard that linux also doesn't work 100% correct with a Cyrix P166+ (messing up disks etc) . What is true about that? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: modem again
In article <[EMAIL PROTECTED]>, David B Wilson <[EMAIL PROTECTED]> wrote: >Using the /dev/ttyS* devices at least minicom will run. But I still >can't dial out. /proc/interrupts does not show the modem, or IRQ9, >which is the IRQ of the modem according to Windows 95. The kernel has >generic serial support. So I'm still a bit confused. You will only see the interrupt used if you actually open the serial port. Remember that though interrupts can't be shared at the same time, interrupt channels on the ISA bus are tri-state. ioports OTOH cannot be shared at all. Check out /proc/ioports Mike. -- Miquel van Smoorenburg | Our vision is to speed up time, [EMAIL PROTECTED] | eventually eliminating it. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: modem
> I tried using my modem, but discovered that I have no /dev/modem or > /dev/cua*. A look through the kernel config options didn't turn up > anything obviously related to modems, so I'm a bit confused. > I'm runing Debian 1.3, and have a Xircom Ethernet+Modem PCMCIA card > that seems to work under Windows 95. > David > I have just been looking at the Xircom CEM56, which I have borrowed from someone else. I have the ethernet part working, but the notes in the PCMCIA HOWTO (I think) say that you need a development series kernel to use the ethernet and modem facilities becuase the 2.0 series does not support sharing the interupt. Have a carefull look at the log messages you get when you insert the card (p.s. also I am using a hamm system - I dont know if the pcmcia in bo recognised the xircom at all) I may try it with a more recent kernel some time (I only borrowed the card yesterday and have to give it back soon). I cant remember if /etc/pcmcia/serial creates /dev/modem or not (I dont have my laptop handy to check at the moment) - also Debian uses the more modern /dev/ttyS* John Lines -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: /etc/exports config question
In article <[EMAIL PROTECTED]>, Stuart Marshall <[EMAIL PROTECTED]> wrote: >Hi, > >I have a network of several debian 2.0 machines. One of these >acts as the NIS master and each machine exports disks to all >the others. Currently I am using an NIS distributed netgroup >entry in /etc/exports to indicate which hosts are allowed to >mount. (eg. /data/a1 @mynetgroup(rw,no_root_squash) > >The problem is that when I reboot the NIS master, the mountd's >on the other machines stop exporting their drives to the master. >If I "kill -HUP" the mountd it re-evaluates /etc/exports and >all is well again. This is strange, it should find the NIS master after a reboot and just continue. Have you considered setting up a NIS slave server to see if it solves the problems? Besides, it's always a good idea to run a slave server just in case. Mike. -- Miquel van Smoorenburg | Our vision is to speed up time, [EMAIL PROTECTED] | eventually eliminating it. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: LILO woes.
Hi Nathan, > boot=/dev/hda1 > root=/dev/hda1 For some reason, my old lilo.conf had /dev/hda as the boot device. After I upgraded, the boot device changed to /dev/hda1, same as yours. I had the same problems you did, i.e. LILO would never start completely. Also, something similar happened to one of our SCSI setups. I ended up doing the following then everything worked: boot=/dev/hda root=current For our SCSI system we did the same but used /dev/sda instead. After the change re-run LILO and then everytrhing worked for us. -Ossama -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
gv problem
gv hasn't worked since I upgraded to hamm in January. I even upgraded to the new package (2.9.4-3) but it still doesn't work. this is what happens: bash-2.01$ gv gv: No message text for "missing-resources" bash-2.01$ the appropriate packages are installed, etc. BTW, I recompiled my kernel for the first time last week to enable sound. I had a few problems, but I didn't have to resort to the list, so I'm feeling as pleased as punch :] Andrew Tarr "There is no excellent beauty that hath not some strangeness in the proportions" --Francis Bacon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Dynamic Virtual Memory?
On Fri, 27 Mar 1998, Tim Thomson wrote: > Hi, > Is there such thing as "dynamic virtual memory"? > I have a low spec machine - 8meg RAM 100meg HDD, and have a 10meg swap > partition. Obviously I run out of memory every now and then. Is there a > way to set the system up so that when virtual memory is exhasted, the > kernel will allocate more hard drive space, and deallocates it after > awhile? I know for certain that you can set up a file as your swap space. I have that written down somewhere if you really need that. You could, in theory, use a script of some sort to interrogate the file (cf: the "mem" command) and adjust the size of the file accordingly In practice, I haven't tried it and it requires 3 or so calls to sync (not sure why) which might (??) tamper with the contents of the file. Then the OS _might_ get confused. If I remember clearly, the documentation on lilo has something about the system crashing at some later time if you tell it (through lilo) that you have more memory than you actually have. I dunno if something akin to this would occur if you tamper with the swap file. Now, that is my two bits Jonathan > > TIA, > > Tim. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: importing pgp keys
On Fri, Mar 27, 1998 at 12:11:00PM +0200, Arunas Norvaisa wrote: > This question was asked by somebody some time ago, but I don't recall it > answered. Please correct me if I'm wrong here and send replies to me only > - not harassing the whole list with the same subject for the second time > in a week. There are good reasons to send replies to the list too; for instance, others will not have to formulate replies if they agree with mine; my answer will be archived etc. > Question is following: > > I have PGP RSA (version 2.6.x) keys created by DOS pgp.exe. Can I just > copy the secring and pubring files and Linux PGP will understand them or > need I do something to convert them into linux-pgp readable form. > Generation of the new keypair is out of question here. I have no reason to assume the keyring format to be different between DOS and Linux, so I'd recommend just trying it. If it doesn't work, you can transport them via PGP's ASCII armor, e.g pgp -kxaf . HTH, Ray -- POPULATION EXPLOSION Unique in human experience, an event which happened yesterday but which everyone swears won't happen until tomorrow. - The Hipcrime Vocab by Chad C. Mulligan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Q:Is there a script to Configure the Network
Hello, I have physically moved my computer from one office to another, and my IP, Gateway addresses etc have changed. I updated the single file /etc/init.d/network Everything is working fine except my apache http server. Questions: What is the name of the installation script that sets netwrok variables? Where does apache find out what the machine's IP address/host name is? Do you know what files I should be editing? Thank you Tony -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Dynamic Virtual Memory?
Hi, Is there such thing as "dynamic virtual memory"? I have a low spec machine - 8meg RAM 100meg HDD, and have a 10meg swap partition. Obviously I run out of memory every now and then. Is there a way to set the system up so that when virtual memory is exhasted, the kernel will allocate more hard drive space, and deallocates it after awhile? TIA, Tim. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Ooooh A new HDD!
On Wed, 25 Mar 1998, George Bonser wrote: > > > It greatly depends on what you do. cd to / as root and try the following: > > du -s /usr > > du -s /var Okay, this was handy, but I have a logistical problem now... :) here is some info: Size (MB) Path 22 /usr/X11R6 17 /usr/bin 3 /usr/sbin 0 /usr/dict 11 /usr/doc 0 /usr/games 4 /usr/include 3 /usr/info 29 /usr/lib 0 /usr/local 8 /usr/man 0 /usr/media 21 /usr/netscape 7 /usr/share 0 /usr/src --- 125 I have a 100MB HDD... (I know, I should have netscape under /usr/local, but I didnt know better when I installed it... How can I move it? (V. 4.04)) > As for making it appear as part of the original drive, that is what > /etc/fstab is for. Yes, but I meant this: current: 195MB new: 106MB add: 301MB so that it appears the drive now has 301 MB. I think this is something you have to compile into the kernel? CONFIG_BLK_DEV_MD ? Michael Beattie ([EMAIL PROTECTED]) --- WinErr: 014 Virus error - A virus has been activated in a dos-box. The virus, however, requires Windows. All tasks will automatically be closed and the virus will be activated again. --- Debian GNU/Linux Ooohh You are missing out! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Wizard Radio...
On Thu, 26 Mar 1998, Marcus Brinkmann wrote: > On Thu, Mar 26, 1998 at 08:58:49PM +1200, Michael Beattie wrote: > > I have a serial radio device, (plugs into 25-pin serial port) which ONLY > > has a program for windoze whatever (3.1 and 95). Would anyone have any > > ideas as to how I could maybe disassemble the executable or trap the > ^^ > > Funny that you ask --- reengineering is most of the time a violation of > copyright. > > > serial traffic to create a C version for linux (and dare I say it, DOS > > as well..)? > > You can try WABI (commercial windows 3.1 emulator) or twin (from > www.willows.com) or wine (latter two free win3.1 emulators) I would rather save the trouble... Michael Beattie ([EMAIL PROTECTED]) --- COFFEE AND DONUTS: Unitarian communion. --- Debian GNU/Linux Ooohh You are missing out! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Wizard Radio...
On Thu, 26 Mar 1998, DAVID B. TEAGUE wrote: > > On Thu, 26 Mar 1998, Marcus Brinkmann wrote: > > > On Thu, Mar 26, 1998 at 08:58:49PM +1200, Michael Beattie wrote: > > > I have a serial radio device, (plugs into 25-pin serial port) which ONLY > > > has a program for windoze whatever (3.1 and 95). Would anyone have any > > > ideas as to how I could maybe disassemble the executable or trap the > > > > Funny that you ask --- reengineering is most of the time a violation > of copyright. > > Reverse engineering for one's own purposes is not be illegal if you > don't distribute the _source_ you obtain. Yes.. I am planning on keeping the source for myself... but I probably will send the manufacturer copies... Michael Beattie ([EMAIL PROTECTED]) --- A feature is a bug with seniority. --- Debian GNU/Linux Ooohh You are missing out! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Wizard Radio...
On Thu, 26 Mar 1998, Oliver Elphick wrote: > Marcus Brinkmann wrote: > >On Thu, Mar 26, 1998 at 08:58:49PM +1200, Michael Beattie wrote: > >> I have a serial radio device, (plugs into 25-pin serial port) which ONLY > >> has a program for windoze whatever (3.1 and 95). Would anyone have any > >> ideas as to how I could maybe disassemble the executable or trap the > >^^ > > > >Funny that you ask --- reengineering is most of the time a violation of > copy > >right. > > I'm not sure you're right about that, in Europe, at least. I think that > a Directive was passed about three years ago that gives us the right to > disassemble code if it is necessary to maintain the system. I like that Idea.. Im moving to America.. > Now, if > the supplier refuses to provide code for your system, it must clearly be > necessary to disassemble what he has provided in order to maintain your > system. > I think the situation in USA is as you say. The original poster has a > New Zealand domain... 'Tis true... I am from good old NZ :) anyway, here, there has not yet been laws laid down yet governing computer software issues.. well not very effective ones anyway. In normal language, the current law implies that breaking into _electronic_ communications is legal. (i.e. Modem connections.. voice connections are protected) but that is only one example.. Michael Beattie ([EMAIL PROTECTED]) --- WinErr: 00F User error - Not our fault. Is Not! Is Not! --- Debian GNU/Linux Ooohh You are missing out! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Wizard Radio...
On Thu, 26 Mar 1998, Stephen Carpenter wrote: > This definitly sounds like an interesting challenge. > Does the cab;le for this disconnect? I would start by taking a continuity > testor (or ohmmeter...works just the same)... and make a list of the pin > mappings... > i.e. is it a straight pass through pin 1 = pin 1; pin 2 = pin 2 or is it > special... No, it is a straight pass through... the unit itself is plugged into the port, it is quite small. It has an audio lead to my sound card's line in, and an antenna. > before that...have you thought of calling the manafacturer and asking for > that info? > they might be willing to give you the info (can it hurt to ask?) No, he was not pleased that I asked, even after I offered to send him all of the source, binaries etc for a DOS version > failing that...I don't think that disassembling the program is the way > to go... it is NOT a task to be taken lightly > It is ALOT of work (esp if you don't know assembly) I thought as much > I happen to have an i386 disassembler for DOS...it works well but...I have > never done anything usefull with it I would be interested in trying it... I've wanted to get into assembly.. > Then...have you ever seen the > documents for the Windows API...its a real bonafide mess > I wouldn't want to try to disassemble a program that makes calls to that The windows API's are not that hard to understand... just 2-3 hours for each one does the trick... >:) > You could try this... > after verifing the pinout of the cable... hook it up to a second computer > run a terminal program on one computer and the radio software on the other... > see what signals it sends...play with the baud rate, and other goodie > settings... (or if it needs signals comming back... > make a 3 way cable...and just have one computer "listen" with a terminal > program) these are all just ideas..in any case it will be some work I have tried the first idea, with a terminal, but I need to try the second... unfortunately, I have not gotten round to it.. Anyway, the data the software sends is slightly obscure.. > Michael Beattie wrote: > > > I have a serial radio device, (plugs into 25-pin serial port) which ONLY > > has a program for windoze whatever (3.1 and 95). Would anyone have any > > ideas as to how I could maybe disassemble the executable or trap the > > serial traffic to create a C version for linux (and dare I say it, DOS > > as well..)? > > Michael Beattie ([EMAIL PROTECTED]) --- ERROR #0001: Windows/NT loaded. Hoo-boy, is your system in for it now. --- Debian GNU/Linux Ooohh You are missing out! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
importing pgp keys
This question was asked by somebody some time ago, but I don't recall it answered. Please correct me if I'm wrong here and send replies to me only - not harassing the whole list with the same subject for the second time in a week. Thanks. Question is following: I have PGP RSA (version 2.6.x) keys created by DOS pgp.exe. Can I just copy the secring and pubring files and Linux PGP will understand them or need I do something to convert them into linux-pgp readable form. Generation of the new keypair is out of question here. Thanks for your kind consideration. Arunas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Pine mailboxs and Mutt.
On Thu, Mar 26, 1998 at 01:49:57PM -0600, Ender Wigin wrote: > Can mutt-i read pine mailboxes? I'm not using pine, but AFAIK it uses plain old mbox format, which mutt of course supports. In addition to that, mutt supports MMDF, MH and Maildir mailbox formats. HTH, Ray -- UNFAIR Term applied to advantages enjoyed by other people which we tried to cheat them out of and didn't manage. See also DISHONESTY, SNEAKY, UNDERHAND and JUST LUCKY I GUESS. - The Hipcrime Vocab by Chad C. Mulligan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Laptop
I'm going to buy a laptop in a month or two. I'd like to know which laptop does work well with Debian. Since some of you run it on laptops, please tell me which ones. But keep in mind, I'm buying it privately, so don't tell me about high priced laptops. :-) Michael P.S.: Please CC me. I'm not subscibed here. -- Dr. Michael Meskes, Project-Manager| topsystem Systemhaus GmbH [EMAIL PROTECTED]| Europark A2, Adenauerstr. 20 [EMAIL PROTECTED] | 52146 Wuerselen Go SF49ers! Go Rhein Fire! | Tel: (+49) 2405/4670-44 Use Debian GNU/Linux! | Fax: (+49) 2405/4670-10 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: LILO woes.
On Fri, 27 Mar 1998, Nathan C. Burnett wrote: > I have a non-fatal albeit annoying problem. I'm running debian 1.3 and I > absolutly cannot get LILO to work properly. When the machine starts to > boot the 'LI' shows up the the machine locks (have to use the reset button > ctrl-alt-del doesn't work). The LILO is version 19. > > I'm running a Cyrix 6x86MX, with a 2.1 GB samsung (I think) HD on a > Matsonic MS-5120 motherboard, which incidentally came with a really weak > manual so I don't know what IDE chipset it uses... > > When I had RedHat 5 installed on this machine LILO 20 worked fine. > > > My lilo.conf looks like: > > > boot=/dev/hda1 > root=/dev/hda1 > compact > install=/boot/boot.b > map=/boot/map > vga=normal > prompt > timeout = 50 > > image=/vmlinuz >label=Linux >read-only > image=/vmlinuz.old >label=old >read-only > > > Any ideas? Try putting "linear" in. My machine here (a Digital Venturis FX 5166) wouldn't boot until I did that (it barfed: LI01010101010101010101010) I also have "compact" commented out, but I can't recall if I did that on purpose. You may want to experiment with that. Also, there's quite an exhaustive explanation of lilo's output in case of problems in the lilo documentation that you can find in /usr/doc/lilo. Cheers, Joost -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: netscape -- hamm ---- shared libs?
if you have xlib6 3.3.2-1 from hamm, then this is a well known bug which has been discussed to death on debian-devel and it is now fixed in release 3.3.2-2. so get that out of unstable. and one more thing. if you are going to use the unstable distribution, do us a favour and read debian-devel. or bother to read the archives to see if other people had the same problem. thank you. --alex-- -- | I believe the moment is at hand when, by a paranoiac and active | | advance of the mind, it will be possible (simultaneously with | | automatism and other passive states) to systematize confusion | | and thus to help to discredit completely the world of reality. | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
netscape -- hamm ---- shared libs?
bug or feature or to late for today? eremit:~ $ ldd /usr/lib/netscape/netscape libXt.so.6 => not found libSM.so.6 => not found libICE.so.6 => not found libXmu.so.6 => not found libXpm.so.4 => /usr/lib/libc5-compat/libXpm.so.4 (0x4000b000) libXext.so.6 => not found libX11.so.6 => not found libdl.so.1 => /lib/libdl.so.1 (0x40019000) libc.so.5 => /lib/libc.so.5 (0x4001c000) libm.so.5 => /lib/libm.so.5 (0x400da000) eremit:~ $ ldd /usr/X11R6/bin/xterm libXaw.so.6 => /usr/X11R6/lib/Xaw3d/libXaw.so.6 (0x4000f000) libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40061000) libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x40073000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x400bb000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x400c4000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x400db000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x400e7000) libncurses.so.3.4 => /lib/libncurses.so.3.4 (0x4018a000) libc.so.6 => /lib/libc.so.6 (0x401cf000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000) What's the difference? Or where I'm wrong? Heiko -- email : [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] pgp : A1 7D F6 7B 69 73 48 35 E1 DE 21 A7 A8 9A 77 92 finger: [EMAIL PROTECTED] [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: where for upgrade?
Hi Ian, > I want to upgrade my bo to hamm. If I use the autoup script to begin what > should I tell deselect to use as paths to get more packages? Have a look at the libc5-libc6-Mini-HOWTO. The only thing that has changed is that hamm isn't 'unstable' longer but 'frozen'. Bye, / // Andreas Mueck // // [EMAIL PROTECTED] // / -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: desperately seeking installation
On Wed, 25 Mar 1998 [EMAIL PROTECTED] wrote: > >From my logs: > Probing PCI hardware. > Calibrating delay loop.. ok - 30.00 BogoMIPS > Memory: 39296k/40960k available (504k kernel code, 384k reserved, 776k > data) > Swansea University Computer Society NET3.035 for Linux 2.0 > > Perhaps something with the memory ? > 39296+504+384+776 = 40960 nes pa? ... What is wrong with memory? Jon. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Will SuperZip drive run under Linux.
On Thu, Mar 26, 1998 at 09:23:16PM -0500, R. Chris Ross wrote: > I carry a SuperZip drive around all the time for work and it is > nice to be able to use it on both PCs and Macs. I wondered if it would > work under Linux on a SCSI or parallel port. I'd get the straight SCSI > and a cheaper SCSI card but there are places that it would be nice to > have the parallel port ability. If I get up the guts I may try it out on > the parallel port. It is unlikely to hurt it. What's a SuperZip -- do you mean the Zip Plus, the Iomega zip drive with one port that doubles as both parallel and SCSI ports? If so, parallel mode apparently isn't yet supported under Linux -- SCSI mode should be though. (This is a summary of other posts on the list; I still have the original, painfully slow, parallel model.) Hamish -- Hamish Moffatt, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Latest Debian packages at ftp://ftp.rising.com.au/pub/hamish. PGP#EFA6B9D5 CCs of replies from mailing lists are welcome. http://hamish.home.ml.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Wizard Radio...
Oliver Elphick wrote: > Marcus Brinkmann wrote: > >On Thu, Mar 26, 1998 at 08:58:49PM +1200, Michael Beattie wrote: > >> I have a serial radio device, (plugs into 25-pin serial port) which ONLY > >> has a program for windoze whatever (3.1 and 95). Would anyone have any > >> ideas as to how I could maybe disassemble the executable or trap the > >^^ > > > >Funny that you ask --- reengineering is most of the time a violation of > copy > >right. > > I'm not sure you're right about that, in Europe, at least. I think that > a Directive was passed about three years ago that gives us the right to > disassemble code if it is necessary to maintain the system. I very sensable thing definitly properEven so...even here in the USA...I don't see how anyone can say it is a violation of a copywrite to disassemble software (to use the dissassembled code to write a new program and sell it...ok THAT I can see) I mean ...thats like saying that if I buy a car and take it apart...then find out how it works and make something similar (just for myself) that the mere act of building it is a violation against the car manafacturer (then again... I have always tended to disagree with most laws...probably because I believe 99% of all laws are completely unnecssary) -Steve -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: a stupid idea, a stupid test
I am new to LINUX, but maybe the following will help you. Go to http://www.linuxgazette.com/ and see issue 18. Then take a look at "Putting Links to Your Dynamic IP." The man wrote the script to do it so that his sister could access his machine via the Web. Could you adapt it to your situation? I use my near-term goals at becoming the ISP's customer from hell to have fun while on the way to accomplishing my goal of becoming a good ISP techie (as you can see from the sig below). ;-) Art Lemasters, too cheap to get the kid a real e-mail address :-) > Ok...I got a bright idea earlier > I have a linux machine at work (where we don't really have linux > machines...its one of the > 3 that I know of in existance on our entire network (of at least 10 000 > users) ) > Anyway...mine is on DHCP like most of the network and a new one which > was setup > is also on DHCP (mostly because im a tech and he is at the helpdesk and > neither of us > can justify why we need network engineering to give us static IPs) > One of the Linux machines I know of has a static IP (this guy is some > important doctor > and I am sure I coul dget him to let me use his linux machine or one of > his slowaris runnin sun stations > if I asked ) > Here was my idea: > I want my machine and my friend at the helpdesks computer to be able to > communicate > (maybe even share soem NFS mounts ;) ) > The problem is we are on DHCP...dynamic adressing which seems to change > at least every few days > My idea was ...can I setup a "virtual network" layered on top of our > ethernet / TCP/IP network? > My idea was to use netcat and pppd to make a ppp connection through a > tcp/ip socket... > then assign my own Private IP adresses (10.*) to the ends of the ppp > connection > then I could have the machine with the static IP as a central hub for > the other 2 systems to connect too > thus the other two machines could have "Static IPs" for talking to > eachother > ok...I know there must be a better way to do this...I think its called > tunneling?? > and I believe there is some kernel level support fo rit... > I wanted to find a way to do it my way... > the idea was this: > use netcat on both systems to open the equivalent of a "pipe" and then > attach pppd to it > I tried this on the local machine...maybe someone can say why this setup > didn't work > first I made 4 named fifos's > in1 out1 in2 out2 > then > cat in1 | nc -l -p 1555 | cat out1 > cat in2 | nc 127.0.0.1 1555 | cat out2 > ...both connectedand netstat showed a conenction between the two > then I tried this... > I cated a file into in1 > then I did "cat out2" on another VT > nothing came out... I would have thought the end result would have > been... > data in -> in1 -> nc -> tcpIP -> nc -> out2 -> data out > any ideas why did didn't work > (suffice it to say "pppd in1" and the same for in2 and out2 ... > they didn't connect > any ideas? (and yes I know this is a stupid way to do it but > I would think it should work! ) > -Steve > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > > -- =-=-=-=-= @--`--,-- Leave my nickname (Libby) anywhere in the "To:" header line of your reply (the way your e-mailer likes to do it) with the e-mail address: <[EMAIL PROTECTED]> to be sure it will come to my own personal e-mail box. --'--,--@ =-=-=-=-=-= -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
LILO woes.
I have a non-fatal albeit annoying problem. I'm running debian 1.3 and I absolutly cannot get LILO to work properly. When the machine starts to boot the 'LI' shows up the the machine locks (have to use the reset button ctrl-alt-del doesn't work). The LILO is version 19. I'm running a Cyrix 6x86MX, with a 2.1 GB samsung (I think) HD on a Matsonic MS-5120 motherboard, which incidentally came with a really weak manual so I don't know what IDE chipset it uses... When I had RedHat 5 installed on this machine LILO 20 worked fine. My lilo.conf looks like: boot=/dev/hda1 root=/dev/hda1 compact install=/boot/boot.b map=/boot/map vga=normal prompt timeout = 50 image=/vmlinuz label=Linux read-only image=/vmlinuz.old label=old read-only Any ideas? Tnx, Nate --- Nathan C. Burnett "Everyone is born right-handed, but [EMAIL PROTECTED] only the greatest overcome it." http://www.cps.msu.edu/~burnet26-Slogan, Left-Handers' Club of Ireland ( ( (((In Stereo Where Available))) ) ) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: how to implement multiple child "accept" within one socket..
On Fri, 27 Mar 1998, Won-Ho Kye wrote: > I am implementing the server application which have serval child > process. > Like this > > [parent] > | > +--+--+---+ > | | | | >child1child2... > > The childs are forked from parent. > I oberved if the each child accept the socket simultaneous, > then the "accept" failed.. > Then I use the semophore to prevent simultaneous acception between > child processes. > Is there other efficient method? Wow, looks like my homework. See if this makes sense: 1) accept the connection in the parent 2) fork the child 3) close the listener fd in the child and do stuff with the accept fd 4) close the accept fd in the parent and wait on the listener fd This way you only have one thing doing the accepts and the children doing all the data transfers. You'll also want something like a wait3 at the end or a "signal based reaper" as my teacher calls it: void reaper() { while(wait3(NULL< WNOHANG, 0) > 0); } signal (SIGCHILD, reaper); - Brandon Mitchell <[EMAIL PROTECTED]> "We all know linux is great... it PGP: finger -l [EMAIL PROTECTED] does infinite loops in 5 seconds" Phone: (757) 221-4847 --Linus Torvalds -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
sound
I've found that when I user Windows95 and then boot to Linux, that /proc/interrupts shows a sound blaster under IRQ5, and that dmesg doesn't turn up any sound errors. Nothing is listed under IRQ5 when I boot directly to Linux, and dmesg shows a sound initialization problem. I have PnP disabled, so I don't know why warm booting makes a difference. Unfortunately, booting into Linux after W95 doesn't make a big enough difference to make sound work. /dev/sndstat does show an audio device (which it didn't before), but the SB MPU401 line under card config is still in parens, and cat'ing to /dev/audio, /dev/sound, and /dev/dsp, while no longer producing errors, still produce no sound. The file I cat'ed was chimes.wav in my W95 partition, which I presume should make a noise. [This is a Yamaha OPL-3SAx chip.) David -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
a stupid idea, a stupid test
Ok...I got a bright idea earlier I have a linux machine at work (where we don't really have linux machines...its one of the 3 that I know of in existance on our entire network (of at least 10 000 users) ) Anyway...mine is on DHCP like most of the network and a new one which was setup is also on DHCP (mostly because im a tech and he is at the helpdesk and neither of us can justify why we need network engineering to give us static IPs) One of the Linux machines I know of has a static IP (this guy is some important doctor and I am sure I coul dget him to let me use his linux machine or one of his slowaris runnin sun stations if I asked ) Here was my idea: I want my machine and my friend at the helpdesks computer to be able to communicate (maybe even share soem NFS mounts ;) ) The problem is we are on DHCP...dynamic adressing which seems to change at least every few days My idea was ...can I setup a "virtual network" layered on top of our ethernet / TCP/IP network? My idea was to use netcat and pppd to make a ppp connection through a tcp/ip socket... then assign my own Private IP adresses (10.*) to the ends of the ppp connection then I could have the machine with the static IP as a central hub for the other 2 systems to connect too thus the other two machines could have "Static IPs" for talking to eachother ok...I know there must be a better way to do this...I think its called tunneling?? and I believe there is some kernel level support fo rit... I wanted to find a way to do it my way... the idea was this: use netcat on both systems to open the equivalent of a "pipe" and then attach pppd to it I tried this on the local machine...maybe someone can say why this setup didn't work first I made 4 named fifos's in1 out1 in2 out2 then cat in1 | nc -l -p 1555 | cat out1 cat in2 | nc 127.0.0.1 1555 | cat out2 ...both connectedand netstat showed a conenction between the two then I tried this... I cated a file into in1 then I did "cat out2" on another VT nothing came out... I would have thought the end result would have been... data in -> in1 -> nc -> tcpIP -> nc -> out2 -> data out any ideas why did didn't work (suffice it to say "pppd in1" and the same for in2 and out2 ... they didn't connect any ideas? (and yes I know this is a stupid way to do it but I would think it should work! ) -Steve -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
modem again
Using the /dev/ttyS* devices at least minicom will run. But I still can't dial out. /proc/interrupts does not show the modem, or IRQ9, which is the IRQ of the modem according to Windows 95. The kernel has generic serial support. So I'm still a bit confused. David -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
lpr and banner page
Hello everybody, I have the following question: IN printcap file I have :sh: so the banner page should not be printed. On the other hand, when I try to print it prints some garbage on 1.5 page and after that it prints the sent file. The garbage looks like a banner page since it has user name, machine name, date... on it. Any ideas on how to suppress that would be appreciated. I have lpr 5.9-20. and epson9mid filter.. Thank you ZORO -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: kbhit() MSDOS equivalent in Linux
Mario Olimpio de Menezes wrote: > > Hi, > > I received a message from two students about the kbhit() C MSDOS > function equivalent in Linux. I'm not a good C programmer and could not > help them. If somebody can, please. > Thanks, and sorry for the little off-topic Debian. Here ya go, A little hefty, but it does the job. -- start of code snippet #include #include static struct termios orig, new; static int peek = -1; int main() { int ch =0; tcgetattr(0, &orig); new = orig; new.c_lflag &= ~ICANON; new.c_lflag &= ~ECHO; new.c_lflag &= ~ISIG; new.c_cc[VMIN] = 1; new.c_cc[VTIME] = 0; tcsetattr(0, TCSANOW, &new); while(ch != 'q') { printf("looping\n"); sleep(1); if(kbhit()) { ch = readch(); printf("you hit %c\n",ch); } } tcsetattr(0,TCSANOW, &orig); exit(0); } int kbhit() { char ch; int nread; if(peek != -1) return 1; new.c_cc[VMIN]=0; tcsetattr(0, TCSANOW, &new); nread = read(0,&ch,1); new.c_cc[VMIN]=1; tcsetattr(0, TCSANOW, &new); if(nread == 1) { peek = ch; return 1; } return 0; } int readch() { char ch; if(peek != -1) { ch = peek; peek = -1; return ch; } read(0,&ch,1); return ch; } -- end of code snippet Hope this helps! - mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: regular expressions
We are very fortunate, indeed, to have others teach us as you do. Here are some supplemental links. Regular Expressions http://lib.stat.cmu.edu/scgn/v52/section1_7_0_1.html Regular Expressions http://sunsite.auc.dk/frexxed/docs/FrexxEd_Sections/regular_expressions.HTML Thank you. Art Lemasters > lucier wrote: > > > > Howdy all.:-) > > > > During a chat with a linux developer, he mentioned that OS/2 (plus DOS and > > > > Windows) didn't support "regular expressions". From what I have been able > > to > > gather from reading app docs (like the EPM INF file) , *nix ported to OS/2 > > app > > docs and shareware descriptions, it would appear that OS/2 does indeed > > support > > regular expressions. > > > > 1) What is the definition of "regular expressions"? (A url to grab a > > tutorial > > would also be great) > > > > 2) Are there any great differences between the way(s) that Linux supports > > > > (integrates???) regular expressions and the way OS/2 does? > > > > 3) A couple of messages I ran across on DejaNews seemed to imply that REXX > > > > supports regular expressions. Would this be an integrated function of REXX > > or > > just indicative that a person could 'roll their own" with REXX? > > > > Any thoughts on the above would be appreciated.:-) > > Whirlwind lecture follows (feel free to correct me, I lost my textbook): > > In computer science, regular expressions are at the heart of formal languages. > Languages can be described by grammars, regular expressions, or recognizers. > Each is equivalent to the other two: if you have a regular expression, you can > construct a grammar or recognizer, etc. > > Grammar: a set of rules for generating a string. Eg: if you have an A, you can > replace it with AA. > > Regular expression: Eg: A* the `*' is a Kleine star and means you may have > zero > or one or more of the preceding regular expressions (in this case A). > > Recognizer: this would be a machine (ie, software) that takes any string and > returns a yes or no answer to the question "is this string a member of the > language of all strings of As?" > > In each of the three above cases, the language used is the language of all > strings with only As: A, AA, AAA, ... Having three ways to describe that > language is useful. > > With study you learn that languages can be grouped into classes depending on > their "power." For instance, simple languages can be recognized by simpler > machines than more complex languages. Regular languages are of course easier > to > deal with than non-regular languages. > > You can transform common problems into languages, and vice versa. Since they > fall into language classes, that is how we say one problem is "harder" than > another: it requires a fundamentally more powerful machine to solve > (recognize) > it. For instance, you can solve more problems with two stacks than with one, > but > having two tapes gives you no more power than one. > > This notion has been formalized as the language sets NP-HARD and NP-COMPLETE, > and P. We theorize that P=NP but have yet to prove or disprove it. These are > just statements about the theoretical maximum "hardness" of problems. We also > theorize that tape (Turing) machines are the most powerful, and can recognize > the hardest languages to recognize (I forget which... context-sensitive?). > > Anyways, the important point is that when you use a regular expression in > grep, > it transforms it into a little machine (code) that it runs on every line to > see > whether that line is in the "language" of strings you are searching for. > > Hope I haven't confused anybody. > > > > -- > SEGV It is now safe to uninstall > Windows: > http://www.cgocable.net/~mlepage/ > http://www.debian.org/ > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
how to implement multiple child "accept" within one socket..
Hi friends..! I am implementing the server application which have serval child process. Like this [parent] | +--+--+---+ | | | | child1child2... The childs are forked from parent. I oberved if the each child accept the socket simultaneous, then the "accept" failed.. Then I use the semophore to prevent simultaneous acception between child processes. Is there other efficient method? Thanks for any help.. whkye Bye begin: vcard fn;quoted-printable:=B0=E8 =BF=F8=C8=A3 (Won-Ho Kye) n;quoted-printable:;=B0=E8 =BF=F8=C8=A3 (Won-Ho Kye) org;quoted-printable:=BC=D2=C7=C1=C6=AE=C6=F7=B7=B3 (SoftForum) adr;quoted-printable:;;=B4=EB=C7=D1=B9=CE=B1=B9(Korea) email;internet: [EMAIL PROTECTED] title;quoted-printable:=B0=E8=BF=F8=C8=A3=C0=C7 address card tel;work: 0342-780-6802 tel;fax: 0342-780-6820 note;quoted-printable:=BE=C8=B3=E7=C7=CF=BC=BC=BF=E4!. x-mozilla-cpt: ;0 x-mozilla-html: TRUE version:2.1 end:vcard
Re: Partitions
On Thu, 26 Mar 1998, Pat Quick wrote: > To Whom it May Concern, > I have just purchased the book/software for Debian Linux from Cheap > Bytes. I was wondering if I have to kill Windows 95/NT to partition the > hard drive. Is there a partitioning software package that you can suggest > that will partition "around" the existing software? Any suggestions will be > greatly appreciated. The fips utility (ftp://ftp.debian.org/pub/debian/tools/fips15.zip) can repartition your hard drive (this may also be on your CD). The commercial program Partition Magic is a bit easier to use and also includes a copy of the OS/2 Boot Manager, for choosing which OS to boot, although LILO, which is included with Debian can be configured to do this also. If you have a FAT32 (OSR2) version of Windows 95, Partition Magic is probably your best bet. Of course, a backup of your system is always recommended before repartitioning. Bob Nielsen Internet: [EMAIL PROTECTED] Tucson, AZ AMPRnet: [EMAIL PROTECTED] http://www.primenet.com/~nielsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: kbhit() MSDOS equivalent in Linux
> Our protocol suport, theorically yet, half duplex and we use the serial > and parallel ports. Because other caracteristcs, we need something like > kbhit function defined in conio.h of C for MSDOS. This function is like a > keypressed and we are looking for something like that because we must > emulate the following procedure: There's some info in Spanish about this at: http://www.debian.org/~nick/Linux/Prog/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: embarassing X questions
Christopher J. McNicholas wrote: > > 1) Is there somewhere I can read up on the different types of windows > managers? http://www.plig.org/xwinman/ is a pretty good site. > 2) I loaded X without a windows manager installed. I can move my > mouse around, but that's about it, no menus or anything. I switched > VCs just to make sure I wasn't locked up :-).. The question is..how > do I properly close out of X without a windows manager? The magic keystroke (for XFree86) is Ctrl-Alt-Backspace. > 3) After X loads up, my screen is shifted one character to the left, > wrapping to the right hand side of the screen...what's that all > about? I'm forced to reboot to straighten it out! Ya got me on that one. I usually just tweaked the setting on the monitor itself. HTH, Keith -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: regular expressions
lucier wrote: > > Howdy all.:-) > > During a chat with a linux developer, he mentioned that OS/2 (plus DOS and > Windows) didn't support "regular expressions". From what I have been able to > > gather from reading app docs (like the EPM INF file) , *nix ported to OS/2 > app > docs and shareware descriptions, it would appear that OS/2 does indeed > support > regular expressions. > > 1) What is the definition of "regular expressions"? (A url to grab a > tutorial > would also be great) > > 2) Are there any great differences between the way(s) that Linux supports > (integrates???) regular expressions and the way OS/2 does? > > 3) A couple of messages I ran across on DejaNews seemed to imply that REXX > supports regular expressions. Would this be an integrated function of REXX > or > just indicative that a person could 'roll their own" with REXX? > > Any thoughts on the above would be appreciated.:-) Whirlwind lecture follows (feel free to correct me, I lost my textbook): In computer science, regular expressions are at the heart of formal languages. Languages can be described by grammars, regular expressions, or recognizers. Each is equivalent to the other two: if you have a regular expression, you can construct a grammar or recognizer, etc. Grammar: a set of rules for generating a string. Eg: if you have an A, you can replace it with AA. Regular expression: Eg: A* the `*' is a Kleine star and means you may have zero or one or more of the preceding regular expressions (in this case A). Recognizer: this would be a machine (ie, software) that takes any string and returns a yes or no answer to the question "is this string a member of the language of all strings of As?" In each of the three above cases, the language used is the language of all strings with only As: A, AA, AAA, ... Having three ways to describe that language is useful. With study you learn that languages can be grouped into classes depending on their "power." For instance, simple languages can be recognized by simpler machines than more complex languages. Regular languages are of course easier to deal with than non-regular languages. You can transform common problems into languages, and vice versa. Since they fall into language classes, that is how we say one problem is "harder" than another: it requires a fundamentally more powerful machine to solve (recognize) it. For instance, you can solve more problems with two stacks than with one, but having two tapes gives you no more power than one. This notion has been formalized as the language sets NP-HARD and NP-COMPLETE, and P. We theorize that P=NP but have yet to prove or disprove it. These are just statements about the theoretical maximum "hardness" of problems. We also theorize that tape (Turing) machines are the most powerful, and can recognize the hardest languages to recognize (I forget which... context-sensitive?). Anyways, the important point is that when you use a regular expression in grep, it transforms it into a little machine (code) that it runs on every line to see whether that line is in the "language" of strings you are searching for. Hope I haven't confused anybody. -- SEGV It is now safe to uninstall Windows: http://www.cgocable.net/~mlepage/http://www.debian.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
PPP Problem
I'm having problems getting my workstation to call into work machine. They're both running 1.3. Currently Windows 95 people are dialing into the machine correctly but linux aint'. It dials and connects fine. But it just doesn't authenticate. Any suggestions? Thanks. My workstation's config is: sparky# cat ppp.options_out debug defaultroute /dev/modem 38400 And then i just run pon. My workstation is debug log is: Mar 26 19:10:42 sparky chat[525]: CONNECT -- got it Mar 26 19:10:42 sparky chat[525]: send (^M) Mar 26 19:10:42 sparky pppd[524]: Serial connection established. Mar 26 19:10:43 sparky pppd[524]: Using interface ppp0 Mar 26 19:10:43 sparky pppd[524]: Connect: ppp0 <--> /dev/modem Mar 26 19:10:43 sparky pppd[524]: sent [LCP ConfReq id=0x1 ] Mar 26 19:10:43 sparky pppd[524]: rcvd [LCP ConfReq id=0x1 ] Mar 26 19:10:43 sparky pppd[524]: sent [LCP ConfRej id=0x1 ] Mar 26 19:10:43 sparky pppd[524]: rcvd [LCP ConfReq id=0x2 ] Mar 26 19:10:43 sparky pppd[524]: sent [LCP ConfAck id=0x2 ] sparky# plog Mar 26 19:10:46 sparky pppd[524]: sent [LCP ConfReq id=0x1 ] Mar 26 19:10:46 sparky pppd[524]: rcvd [LCP ConfAck id=0x1 ] Mar 26 19:10:46 sparky pppd[524]: sent [IPCP ConfReq id=0x1 < compress VJ 0f 01>] Mar 26 19:10:46 sparky pppd[524]: rcvd [LCP TermReq id=0x3] Mar 26 19:10:46 sparky pppd[524]: LCP terminated at peer's request Mar 26 19:10:46 sparky pppd[524]: sent [LCP TermAck id=0x3] Mar 26 19:10:46 sparky pppd[524]: Hangup (SIGHUP) Mar 26 19:10:46 sparky pppd[524]: Modem hangup Mar 26 19:10:46 sparky pppd[524]: Connection terminated. Mar 26 19:10:46 sparky pppd[524]: Exit. The server is giving me. Mar 26 19:03:39 music pppd[32036]: pppd 2.2.0 started by root, uid 0 Mar 26 19:03:39 music pppd[32036]: Using interface ppp7 Mar 26 19:03:39 music pppd[32036]: Connect: ppp7 <--> /dev/ttyR0 Mar 26 19:03:42 music pppd[32036]: peer refused to authenticate Mar 26 19:03:42 music pppd[32036]: Connection terminated. Mar 26 19:03:42 music pppd[32036]: Exit. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Partitions
To Whom it May Concern, I have just purchased the book/software for Debian Linux from Cheap Bytes. I was wondering if I have to kill Windows 95/NT to partition the hard drive. Is there a partitioning software package that you can suggest that will partition "around" the existing software? Any suggestions will be greatly appreciated. Thank You, Pat Quick 2338 Bobcat Lane Jacksonville, FL 32246 [EMAIL PROTECTED]
Re: where for upgrade?
On Thu, 26 Mar 1998, Ian Keith Setford wrote: > > Yo- > > I want to upgrade my bo to hamm. If I use the autoup script to begin what > should I tell deselect to use as paths to get more packages? dists/frozen/main dists/frozen/non-free dists/frozen/contrib Bob Bob Nielsen Internet: [EMAIL PROTECTED] Tucson, AZ AMPRnet: [EMAIL PROTECTED] http://www.primenet.com/~nielsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
More embarassing X questions
Actually, I have a slight correction :-) I rebooted and got the "unable to find usable termcap entry" error again. I had mentioned in a previous post that all I could find was a terminfo directory. Do I need to create a link to a file in this directory? And if so, what would it be? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
embarassing X questions
Good evening folks! I have 3 questions that I don't see really covered in my X book. 1) Is there somewhere I can read up on the different types of windows managers? 2) I loaded X without a windows manager installed. I can move my mouse around, but that's about it, no menus or anything. I switched VCs just to make sure I wasn't locked up :-).. The question is..how do I properly close out of X without a windows manager? 3) After X loads up, my screen is shifted one character to the left, wrapping to the right hand side of the screen...what's that all about? I'm forced to reboot to straighten it out! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Win95 as a terminal
JJ> Win95 supports a "Direct Cable Connection" as an Adapter when you go JJ> properties. That said, I tried arduously to get this thing to work b JJ> Win95 laptops without success. I suspect that with the right configu JJ> would work. It needs, for some reason Netbeui & NWLink bound to the Dial-up adaptor. Then it seems to work fine. Ian W Karachi, Pakistan email: [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
where for upgrade?
Yo- I want to upgrade my bo to hamm. If I use the autoup script to begin what should I tell deselect to use as paths to get more packages? Thanks, -Ian _ Ian K. Setford [EMAIL PROTECTED] H: 940.566.0461 Pgr: 817.901.0255 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]