Re: Formatting umsdos partitions

1996-12-18 Thread Allan Anderson
Try using the vfat filesystem type.  I think that this should work...I
have it running (as a module) and it let me download a lot of stuff onto a
FAT partition under NT 4.0 that saved everything with those nice
filenames...works swimmingly.

In the absence of an effective general mythology, each of us has his
private, rudimentary, yet secretly potent pantheon of dream.
--- Joseph Campbell


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: damn network cards

1996-12-18 Thread Tim Sailer
In your email to me, Pete Templin, you wrote:
 
 
 Alright,
 
   I'm getting nowhere but poorer and more frustrated everyday.  The
 DEC netcard which came with my P133 wasn't supported.  The Intel I bought
 wasn't supported.  The 3c905 which I bought requires compiling a custom
 kernel, but I got compile errors, no kernel, and no help from this list.
 Now I've tried what should be an easy fit: a D-Link DE220T 10BaseT card,
 which is supposedly NE2000 compatible.  I've probed every listed base
 address and found no card.
 
   I'm tired of spending money.  I'm tired of failing.  What card can
 I buy today and use in a machine which runs Windows 95, Windows NT 4.0
 workstation, and Debian Linux?
 

3c503, 3c509 smc ultra, smc 8003, smc 80113

Tim


-- 
 (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - http://www.buoy.com/~tps
  Today is the tomorrow that yesterday you spent money like there was no
   Ivern Ball
** Disclaimer: My views/comments/beliefs, as strange as they are, are my own.**


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


rawrite under nt - bad things happen...

1996-12-18 Thread David_Oswald
 hello all ...
 
 Has anybody else out there tried to run rawrite/rawrite2 under NT ?
 
 
 I get this message when running rawrite:
 
 ...
 Number of sectors per track for this disk is 18
 Writing image to drive A:  Press ^C to abort.
 Attempt to DMA across 64K boundary
 
 and it stops right at this point - which is actually the beginning of 
 the rawrite process.
 
 -ALSO-
 
 RAWRITE2.EXE actually locks my NT box up solid! Goes straight to a 
 blue screen with the white letters telling me some message... got to 
 push the red button...


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


virtual mail domains...

1996-12-18 Thread Joe Emenaker
 
 On Mon, 16 Dec 1996, Tim Sailer wrote:
 
  Now that exim is making it's debut in Debian, I'd like to try it out...
  I looked at the docs from it's home site, but the Virtual Domain stuff
  was not real obvious.  Can someone who is using it (anyone?) post
  a quick example on setting up a virtual domain? 

[ snip ]

 We do virtual domains with POP3 here by using a custom local mailer 
 and a modified version of qpopper.
 
 The first step is to create a virtual_pop transport, then a virtual_pop 
 director, e.g.

This seems crazy to me. Originally, this was that approach I was going to
take. However, I didn't want to be forced to run a different MTA other 
than smail. Not that smail's all that great, but it's the beast I'm 
familiar with. Also, smail supposedly supports virtual domains, but you
have to run multiple copies of it... which wasn't all that appealing.

What I eventually settled on was to have it all done by elm's filter(1).
The reason for this was because I realized that I didn't need virtual
POP interfaces, I needed virtual addresses and that was it. In fact, I
concluded that having accounts like [EMAIL PROTECTED] was a bad
idea since they're not directly mapped to an individual and that the
login and password would be probably known by several individuals at
SomeCompany as the job of handling the info mail got passed on from
employee to employee.

So, I figured that what I really wanted were *aliases* that would send
[EMAIL PROTECTED] to some single individual on the system. I was able
to pull this off by aliasing names like info and sales to myself. Then,
in my .elm/filter-rules file, I'd put lines like:

  if To contains client1.com and not To contains jemenake forward jjones
  if To contains client2.com and not To contains jemenake forward bsmith
  ...

This worked like a charm! However, I wanted to take myself out of the loop.
Now, filter supposedly allows for you to specify a certain rules file with
the -f option. So, I tried putting the following in my /etc/aliases file:

  info: |/usr/bin/filter -f /etc/virt-aliases.filter

But this doesn't seem to work (smail and filter are REAL finnicky about
permissions and ownerships of files and what UID they're running as).

Any ideas or comments?

- Joe


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


1.2 installation cache problem

1996-12-18 Thread Fred Sammet
I recently installed version 1.1 (successfully) and while going back to 
re-install for a new ethernet card, I trashed my installation boot disk. 
Since I could not find a replacement for 1.1 on the Debian ftp site, I 
decided it was a good time to install 1.2 so I downloaded all the files for 
1.44 floppies onto my wintel machine. Now, when I begin the install, after 
the 'boot:' prompt, and after a number of hardware items are probed-for, I 
get the following error and it won't go away. I've tried four different 
floppies and even re-downloaded the resq1440.bin file and it still happens 
like below. My machine is a 386 with 4mb of ram and a 120mb hd. Help?

Partition check:
hda: hda1
RAMDISK: Compressed image found at block 0
Couldn't get a free page..
out of memoryVFS: Mounted root (minix filesystem)
init: cache '/etc/ld.so.cache' is corrupt
Fred Sammet
MultiCorp, Inc.   Ph: (800) 888-5121   
Fax: (972) 424-0562 Web: http://www.multicorp.com
E-Mail: [EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: moving directories to new partition

1996-12-18 Thread Richard Morin
 I am in need of some advice about how to go about moving some of the 
 directories off of my main partition and onto one I just made.
 
 /dev/hda4  is currently mounted /
 /dev/hda8 is currently mounted /tmpmount
 
 I'd like to be able to move /home, /root, /lib,  /bin, and a couple 
 others over to /dev/hda8  
 

Thanks to all who helped me out.  I ended up cp -p -r  my /home, 
/var, and  /root directories to /tmpmount/originaldir/ and made /home 
a link to /tmpmount/home ect.

This freed up some space, and I was able to get things going just 
fine.  Love quake under X, nice resolution.

Rich M
[EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Aargh, what´s eating my serial IRQs?

1996-12-18 Thread Thomas Baetzler
I have a strange problem with a newly configured Debian system.
The hardware is an Asus P55TP4 with a P166 CPU, a 3com 509b pp,
2940UW, ATI Mach64, no IDE drives. This system works fine under
NT3.51. On Linux, however, there´s no Mouse support.

The pnp card is configured by the BIOS and can be found at the
default address when I insmod the proper driver (io=0x300, irq=10).

During the boot, the system recognizes them as 16650 UART driven,
and IRQtune sees them, too. But a cat /proc/interrupts shows
neither IRQ 3 nor 4, and a cat /proc/ioports misses the 3E8/2F8.

To confuse matters further, /dev/ttyS* seems now to be owned by
dialout, and not by tty as on my system at home.

Any ideas what I might try to get my serial ports to work? I´d
really prefer to have X _with_ a mouse :-)

TIA,
-- 
Thomas Baetzler, [EMAIL PROTECTED], [EMAIL PROTECTED]
   A HREF=http://home.pages.de/~thb/;thb's Homepage/A


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: 1.2 installation, more notes

1996-12-18 Thread Prashanth Mundkur

I installed the system myself this weekend, and here are my notes.

On Tue, 17 Dec 1996, Vatiainen Heikki wrote:

 I have been installing Debian little by little so I could see what's going 
 on. 
 Here's the most recent findings.

 o XFSetup didn't work. The configuration utility seemed to work right but 
 when 
it was the time to test the server the client was not able to connect to 
 it.
   I had to use xf86config and it worked fine.
 
 o /usr/X11R6/lib wasn't added to /etc/ld.so.conf, but I guess this is already 
  
known

Ditto for both. 

o I also had mysterious problems with TeX installation. dselect repeatedly
 failing to configure texbin, resulting in all the remaining [la]tex
 packages remaining unconfigured. When I manually used 
 dpkg --pending --configure, the configuration and installtion proceeded
 without a hitch.

o I have an annoying problem with the login prompt. After booting, the 
 first prompt I get is Password: and not Username:. This happens on the
 console, and not on the virtual terms. However, when I logout of any
 terminal, console or virtual, the term shows the Password: prompt. 

o I'm having problems recompiling the kernel. Compilation and module
 installation proceeds smoothly (using kernel-sources-2.0.27_1.00 ), but
 at boot time the slhc, slip and ppp modules I selected (and I suspect the
 rest in  that category) are not recognized/loaded. Even if I tell 
 make config to include slip/ppp/slhc in the kernel instead of as modules,
 I cannot use slip or ppp. I noticed these modules were advertised as
 being (NEW!) on the first compile.
  The kludge I used was to compile the kernel with my specifications, but
 use the /lib/modules/2.0.27-old directory instead of the one installed by
 the make modules_install. 

o Incidentally, I noticed the Latex2e distribution does not include a lot
 of the style files mentioned in some Latex2e books, and that are found
 with the teTeX distribution on our campus machines (specifically the
 directories in /usr/lib/texmf/tex/latex). I now have to 
 get these files from the campus and put them in the appropriate place on
 my machine.

--prashanth




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Problems with XF86

1996-12-18 Thread Dave Power

I've been working to get XF86 running on a Dell Optiplex 5133 without
much luck.  Nothing seems to allow me to access the mouse.  So far it's
not been possible to get either gpm or XF86 to see it.  We have tried
many combinations and all except /dev/ttyS0 have given an error that
the mouse device does not exist.  It will not recognize /dev/psaux.

Now for the interesting part.  We loaded up CND 1.0 and it works fine
as /dev/psaux...  

Any / all suggestions are welcome.

Thanks,

Dave


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Need 1.1 - 1.2 upgrade instructions

1996-12-18 Thread Dale Scheetz
On Tue, 17 Dec 1996, Matthew Swift wrote:

 
 I have searched the Debian web page and the ftp hierarchy and been
 unable to find any instructions on upgrading to 1.2 from 1.1, except
 for a cryptic sentence in the README in the upgrades directory -- the
 rest of the documentation there is outdated.  What to do with the
 files mentioned in the README as relevant to this upgrade is unclear.
 The mail archives of debian-user are broken or at least out of date,
 so please pardon me if this is a recent FAQ.

I'm sorry I had no time to update the manual upgrade instructions. The
README points out that the new upgrade programs now include: DoList,
base.list-1.2 and devel.list-1.2. The base list has been updated to match
current 1.2, although the devel.list is still a pre-release list and may
need minor modification to get all the devel packages upgraded properly.

Once you have upgrade the base files, you should have no trouble using
dselect to upgrade the rest of your system, or you can build your on list
to drive DoList.

Hope this helps,

Dwarf

  --

aka   Dale Scheetz   Phone:   1 (904) 877-0257
  Flexible Software  Fax: NONE 
  Black Creek Critters   e-mail:  [EMAIL PROTECTED]

 If you don't see what you want, just ask --


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: 1.2 installation cache problem

1996-12-18 Thread Bruce Perens
From: [EMAIL PROTECTED] (Fred Sammet)  Partition check:
 hda: hda1
 RAMDISK: Compressed image found at block 0
 Couldn't get a free page..
 out of memoryVFS: Mounted root (minix filesystem)
 init: cache '/etc/ld.so.cache' is corrupt

Once you get the Couldn't get a free page... you're sunk.
The rest is just a symptom of that.

This is probably more like a 3MB system than a 4MB one - some motherboards
allocate 640K to low RAM, and then waste 384K. See if you can tweak your
BIOS settings to fix this.

The quickest fix would be to plug in more RAM. Otherwise, you'll have to
copy root.bin to a floppy and boot with
linux root=/dev/fd0 load_ramdisk=0, inserting the root floppy when
prompted. This will leave the root floppy locked in floppy drive 0, so
you'll need a second floppy drive for everything else.

Thanks

Bruce
--
Bruce Perens K6BP   [EMAIL PROTECTED]
Finger [EMAIL PROTECTED] for PGP public key.
PGP fingerprint = 88 6A 15 D0 65 D4 A3 A6  1F 89 6A 76 95 24 87 B3 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Formatting umsdos partitions

1996-12-18 Thread Dale Scheetz
On Tue, 17 Dec 1996 [EMAIL PROTECTED] wrote:

 I have Debian packages on a Win95 formatted disk
 and need to transfer them to a Linux formatted
 disk. These packages have the long filenames, they
 were not downloaded from the msdos directory. However
 when I try to access the files directly from Linux,
 it converts the files to the 8.3 dos convention
 thus losing the long filenames.

How did you mount your Win95 partition? That is, what did you use for the
-t parameter?

Luck,

Dwarf

  --

aka   Dale Scheetz   Phone:   1 (904) 877-0257
  Flexible Software  Fax: NONE 
  Black Creek Critters   e-mail:  [EMAIL PROTECTED]

 If you don't see what you want, just ask --


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: 1.2 installation, more notes

1996-12-18 Thread Bruce Perens
From: Prashanth Mundkur [EMAIL PROTECTED]
 o I have an annoying problem with the login prompt. After booting, the 
 first prompt I get is Password: and not Username:. This happens on the
 console, and not on the virtual terms. However, when I logout of any
 terminal, console or virtual, the term shows the Password: prompt. 

This was a bug in one of the installation disk sets prior to 1996-12-8.
Find the line for tty1 in /etc/inittab, and make it look more like the
one for tty2. Then kill -HUP 1. The problem will go away.

The intent was for the console to run the installation program as soon as
the system went multi-user. It's supposed to disable this feature the first
time the installation program runs to completion. An obscure bug in the
sysvinit package broke that. Subsequent boot disk sets work around the bug.

Bruce
--
Bruce Perens K6BP   [EMAIL PROTECTED]
Finger [EMAIL PROTECTED] for PGP public key.
PGP fingerprint = 88 6A 15 D0 65 D4 A3 A6  1F 89 6A 76 95 24 87 B3 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: icmpinfo (old thread)

1996-12-18 Thread Ioannis Tambouras


 I am responding to a request which was posted about a month ago...

 I can read the first 3 lines of each output, they represent two ip
 headers, (icmp errors reflect the ip header which caused the
 error back, as part of their reply). I do not know
 what the bytes after the first 3 lines represent, theoretically, these
 bytes are supposed to be the begining of the original data send with
 the original ip datagram (represend original udp headers) which caused 
 the icmp error. That's theoretically, but I am only sure about the first
 three line.

  The first  icmp port unreachable error are in responce to a udp(0x11) 
  datagram send by localhost to localhost (7F00 0001 7F00 0001 ). 
  The rest of the information shows, among others: 

id of undemultipled ip was   06FD
id of ip of this icmp  was   06FC
(again, they were generated from the SAME host)

 The rest of the icmp port unrechable requests also are from localhost
 and for the same reason.


 [EMAIL PROTECTED] Tue Dec 17 20:06:09 1996:
  
   I'm in need of a TCP/IP expert here to tell me if someone is
  trying to spoof/ping flood me... I know someone has tried to 'big ping' me
  several times due to the couldn't get a free page message on my console.
  I've been running icmpinfo -vvv  /tmp/icmplog, and I'm getting alot of 
  ICMP_Dest_Unreachable messages.  Is this normal?   They're comming mostly
  from localhost but also from other sites.  Could someone please advise me
  on what to do, or where to get some more info on how to find out where
  these are comming from?  Here are several of the 'pings' I've gotten.
  
  Nov 25 18:31:42 ICMP_Dest_Unreachable[Port]  127.0.0.1 [localhost] 
  127.0.0.1
  [localhost] sp=25861 dp=53 seq=0x0033adea sz=79(+20)
   :  4506 0063 06FD    4001 7595 7F00 0001[EMAIL PROTECTED]
  0010 :  7F00 0001 0303 FB43     4500 0047...CE..G
  0020 :  06FC  4011 75A8   7F00 0001 7F00 0001[EMAIL PROTECTED]
  0030 :  0565 0035 0033 ADEA   001A 0100 0001 .e.5.3..
  0040 :    0136 0236   3103 3130 3203 32  .6.61.102.2
  
  Nov 25 18:18:43 ICMP_Dest_Unreachable[Port]  127.0.0.1 [localhost] 
  127.0.0.1
  [localhost] sp=17669 dp=53 seq=0x00360a1f sz=82(+20)
   :  4506 0066 069F    4001 75F0 7F00 0001[EMAIL PROTECTED]
  0010 :  7F00 0001 0303 FB46     4500 004A...FE..J
  0020 :  069E  4011 7603   7F00 0001 7F00 0001[EMAIL PROTECTED]
  0030 :  0545 0035 0036 0A1F   000A 0100 0001 .E.5.6..
  0040 :    0332 3332   0331 3432 0331 3931.232.142.191
  0050 :  0332 .2
  
  Nov 25 18:38:28 ICMP_Dest_Unreachable[Port]  127.0.0.1 [localhost] 
  127.0.0.1
  [localhost] sp=33285 dp=53 seq=0x0034380d sz=80(+20)
  
   There was no data in the last entry to the file.  The data of the
  ping almost always seems to have an IP address in it.  What can I do, or
  am I being paranoid?
  
   TIA,
   mike...
  

Ioannis Tambouras
[EMAIL PROTECTED]
PGP 512/D042DD45, West Palm Beach, Florida


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Debian 1.2 - my installation woes.

1996-12-18 Thread Daniel Stringfield

I bought a 2.5 gig (Western Digital) IDE hard drive.  It seems to be
making weirdness happen on the machine its on.  (a pentium 133, 430vx
motherboard, 16mb ram).  Whats happening on THIS machine is that the BIOS
autodetects it, but locks up on boot.  If I disable hard drive in CMOS,
boots ok, gets into Linux (the boot set from the 8'th) and sees the drive,
but then says hdb-hdd error resetting irq or something similiar (from
last night, after my car broke down, and was already in a bad mood, so I
don't remember exactly)  those drives don't exist on my system, so didn't
care about that. but when the Disks do anything to access the drive, the
light turns on and I get messages saying something about an error on dev
03:00 i/o error and lots of messages about blablabla error status and it
said either 30, or 50, and sometimes sayed 38 (or 58) don't remember..
(Sorry!  I was very frustrated after the events of the night)

I'm a computer tech myself, and personally think its either the controller
on the drive itself, or its the IDE controller on the motherboard. (Which
is going to really suck because I bought the motherboard from the last
company I worked for who wants to charge me $25 for cleaning a keyboard
that its logic board wasn't initializing correctly at boot, 1/10 boots.
(It was UNDER WARRANTY).  sorry for ranting.. this has not been a good
week.  

--
  Daniel Stringfield  
   mailto:[EMAIL PROTECTED] http://www.jax-inter.net/users/servo
Send email for more information on the Jacksonville Linux Users Group!


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Problems with XF86

1996-12-18 Thread Prashanth Mundkur
On Tue, 17 Dec 1996, Dave Power wrote:

 
 I've been working to get XF86 running on a Dell Optiplex 5133 without
 much luck.  Nothing seems to allow me to access the mouse.  So far it's
 not been possible to get either gpm or XF86 to see it.  We have tried
 many combinations and all except /dev/ttyS0 have given an error that
 the mouse device does not exist.  It will not recognize /dev/psaux.
 
 Now for the interesting part.  We loaded up CND 1.0 and it works fine
 as /dev/psaux...  
 
 Any / all suggestions are welcome.


I had that problem with Debian 1.1, where the solution was to recompile 
the kernel enabling the psaux driver.  I did not have the same problem
with 1.2 tho.

--prashanth



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Debian 1.3 ?

1996-12-18 Thread Remco van de Meent
Hey

What's up for 1.3? Anyone already thinking about it?

Just getting larger?

// Remco van de Meent
//  email: [EMAIL PROTECTED]
//  www: http://cam053212.student.utwente.nl
//  -- Never make any mistaeks --


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


can't load library

1996-12-18 Thread Angel Leyva
Sorry to bother the entire list, but I need to ask someone.

I loaded some x games and am trying to run them. The error I am
getting states as follows:

xinvaders: can't load library 'libXmu.so.6'

I know that there is a library environment variable that needs to be
defined to the /usr/X11R6/lib but don't know what it is, nor do I know
how to set it in the bash environment. Any help would be appreciated.

If I am not correct, please show me what I am doing wrong.

Thanx
Angel Leyva
([EMAIL PROTECTED])

http://cybernex.net/~airborne


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: packard bell monitor

1996-12-18 Thread Daniel Stringfield
On Tue, 17 Dec 1996, Ortal Alpert wrote:

 I am trying to install a packard bell monitor (model PB8538SVGA) but have no
 knoledge about it's character (Hfreq Vfreq max-resolution etc...) if there is
 someone else using this monitor (which is about 3-4 years old, the model # is
 written on the back) i would appriciate it if he/she would send me his/hers
 XF86Config or some related data

Maybe they will start serving ice water in hell, but anyway, someone try
this:  
:)

Call up Packard Taco Bell, (there infinite busy 800 number)  and they
MIGHT be able to give you the specs.  1-800-733-4411 is the number I found
for them...  

Being that Ortal Alpert can't do it from where he's at, someone else will
have to do it.  ALso, I believe Sears has taken over as the major garbage
fixer.. oops, I meant packard bell warranty service, and should be able to
get in touch with SOMEONE who has a clue.

(Die Packard bell die!)

--
  Daniel Stringfield  
   mailto:[EMAIL PROTECTED] http://www.jax-inter.net/users/servo
Send email for more information on the Jacksonville Linux Users Group!


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Debian 1.2 - my installation woes.

1996-12-18 Thread Tim Sailer
In your email to me, Daniel Stringfield, you wrote:
 
 
 I bought a 2.5 gig (Western Digital) IDE hard drive.  It seems to be
 making weirdness happen on the machine its on.  (a pentium 133, 430vx
 motherboard, 16mb ram).  Whats happening on THIS machine is that the BIOS
 autodetects it, but locks up on boot.  If I disable hard drive in CMOS,
 boots ok, gets into Linux (the boot set from the 8'th) and sees the drive,
 but then says hdb-hdd error resetting irq or something similiar (from
 last night, after my car broke down, and was already in a bad mood, so I
 don't remember exactly)  those drives don't exist on my system, so didn't
 care about that. but when the Disks do anything to access the drive, the
 light turns on and I get messages saying something about an error on dev
 03:00 i/o error and lots of messages about blablabla error status and it
 said either 30, or 50, and sometimes sayed 38 (or 58) don't remember..
 (Sorry!  I was very frustrated after the events of the night)
 
 I'm a computer tech myself, and personally think its either the controller
 on the drive itself, or its the IDE controller on the motherboard. (Which
 is going to really suck because I bought the motherboard from the last
 company I worked for who wants to charge me $25 for cleaning a keyboard
 that its logic board wasn't initializing correctly at boot, 1/10 boots.
 (It was UNDER WARRANTY).  sorry for ranting.. this has not been a good
 week.  

You may have one of the WD drives that need to be flashed with
new BIOS. You can get the info and programs off their web site
(if I remember right)...

Tim

-- 
 (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - http://www.buoy.com/~tps
  Today is the tomorrow that yesterday you spent money like there was no
   Ivern Ball
** Disclaimer: My views/comments/beliefs, as strange as they are, are my own.**


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Debian 1.2 - my installation woes.

1996-12-18 Thread Daniel Stringfield
On Tue, 17 Dec 1996, Tim Sailer wrote:

 You may have one of the WD drives that need to be flashed with new BIOS.
 You can get the info and programs off their web site (if I remember
 right)...  Tim

Pointed Lynx to www.wdc.com before I hit the reply button!  thanks!

--
  Daniel Stringfield  
   mailto:[EMAIL PROTECTED] http://www.jax-inter.net/users/servo
Send email for more information on the Jacksonville Linux Users Group!


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: can't load library

1996-12-18 Thread Prashanth Mundkur
On Wed, 18 Dec 1996, Angel Leyva wrote:

 
 xinvaders: can't load library 'libXmu.so.6'
 
 I know that there is a library environment variable that needs to be
 defined to the /usr/X11R6/lib but don't know what it is, nor do I know
 how to set it in the bash environment. Any help would be appreciated.

Add a line to your /etc/ld.so.conf

/usr/X11R6/lib 

and then run ldconfig

--prashanth



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: can't load library

1996-12-18 Thread Joey Hess
 Sorry to bother the entire list, but I need to ask someone.
 
 I loaded some x games and am trying to run them. The error I am
 getting states as follows:
 
 xinvaders: can't load library 'libXmu.so.6'
 
 I know that there is a library environment variable that needs to be
 defined to the /usr/X11R6/lib but don't know what it is, nor do I know
 how to set it in the bash environment. Any help would be appreciated.
 
 If I am not correct, please show me what I am doing wrong.

There appears to be a bug in 1.2 that leaves /usr/X11R6/lib out of
/etc/ld.so.conf . Your problem should be fixable by adding /usr/X11R6/lib
to the file, and running ldconfig (as root).

-- 
Joey, xinvaders maintainer


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


network route disappearing: http calls = culprit?

1996-12-18 Thread John M. Rulnick
Could anyone with a working ethernet connection send me a tarball of
their debian networking setup files (e.g., by executing the
following -- ready to cut and paste!):

 tar cvf - /etc/init.d /etc/networks /etc/host* /etc/resolv.conf \
/etc/gateways | gzip -9 | uuencode net.tgz  net.u
 mail [EMAIL PROTECTED]  net.u

or could someone with networking experience send me a note?  I would
really appreciate it.  I posted a couple of weeks ago about randomly
losing my static network routes (and hence all networking
functionality).  Then I thought I fixed it by disabling 'routed'.
Well that didn't actually fix it.  So I've continued looking for
clues.  And I found what's causing the network route crash, but I
haven't ANY clue why.  Get this:

  My routes disappear when I use netscape (or lynx) to reach a 
  distant URL. 

I'm not making this up.  What the hell is wrong?  I click on a link
and *bang* I lose my routes (and the browser freezes).

I would be extremely appreciative if someone could lend a hand
resolving this troubling (and crippling) problem.  Thank you.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: DIP to PPP ?

1996-12-18 Thread Christian Meder
 // Begin ZetnetPPP.Dip \\
 #!/usr/sbin/dip
 
   netmask 255.255.255.0
   get $mtu 1006
   get $remote 194.73.161.1
   port modem
   speed 38400
   parity N
   databits 8
   stopbits 1
   flush
   send \r\n\r\n
   send ATZ\r
   wait OK 2
 
   send atdt0345573793\r
 flush
 wait CONNECT 60
 
sleep 3
wait login 10
 send ZETppp\r
 wait ame 5
 send Christopher Bond\r
 wait umber 3
 send 1234-567-89\r11\rpassword\r
 
default
mode PPP

The /etc/ppp/options should be something like this:

# /etc/ppp/options
/dev/cua0   - take here your real modem device 
38400
connect /usr/sbin/chat -v -f /etc/ppp/chatscript
asyncmap 0
crtscts  - for hardware flow control
defaultroute  - if remote host is your default route
modem
netmask 255.255.255.0
noipdefault- for dynamic ip address
mtu 1006  - not necessary usually but it is in your dip file
# Next two options for detecting a disconnection
lcp-echo-interval 30
lcp-echo-failure 4


Change it to your own modem device and take out the comments (- ...).

The /etc/ppp/chatscript:
ABORTBUSY
ABORTNO CARRIER
ABORTVOICE
   ATZ
OK   ATDT0345573793
CONNECT  
loginZETppp\r
ame  Christopher Bond\r
umber1234-567-89\r11\rpassword\r 

The last string on the right side should fire up ppp on the other side.  
I hope this helps ! If you still have problems mail me !

Greetings,
Christian


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Anyone still waiting to be a Debian developer?

1996-12-18 Thread Bruce Perens
Are there any people still waiting to get their developer accounts, or any
who have their developer accounts but are not on all of the developer mailing
lists? I'm trying to catch up with work I deferred during the release.

Thanks

Bruce
--
Bruce Perens K6BP   [EMAIL PROTECTED]
Finger [EMAIL PROTECTED] for PGP public key.
PGP fingerprint = 88 6A 15 D0 65 D4 A3 A6  1F 89 6A 76 95 24 87 B3 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Debian 1.2 - my installation woes.

1996-12-18 Thread Daniel Stringfield
On Tue, 17 Dec 1996, Tim Sailer wrote:

 You may have one of the WD drives that need to be flashed with
 new BIOS. You can get the info and programs off their web site
 (if I remember right)...

d/led the firmware upgrade, the upgrade said I was up to date.  I then
through it in my 486dx4/100 box (my normal system) and it worked like a
champ.  I'm now going to play with cmos settings in the pentium to see if
somethings funky.  If not.. gotta replace the motherboard. uhg.

--
  Daniel Stringfield  
   mailto:[EMAIL PROTECTED] http://www.jax-inter.net/users/servo
Send email for more information on the Jacksonville Linux Users Group!


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Q: dselect and FTP

1996-12-18 Thread Christian Meder
 I've been installing, purging, etc several packages with dselect. After 
 quitting I wanted to install some other thing and, to my surprise, ftp is 
 no longer available as an Access method (just cdrom, nfs, harddisk, 
 mounted, floppy). Probably I did something wrong when installing things, 
 but what should I do now?

Hi,
I suppose you accidently purged dpkg-ftp. So reinstall the dpkg-ftp package
from your CDROM or download it from ftp.debian.org . You can install it for
example by dpkg -i pkgname . After reinstallation the ftp method should be
available again in dselect. If you can't get it to work email me !

Greetings,

Christian 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Problems with XF86

1996-12-18 Thread Dave Power
Thanks for the information.  That does sound like the solution.  

Dave


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


missing ethernet drivers

1996-12-18 Thread Chad Zimmerman

I just completed the 1.2 upgrade of a local college's web server, but 
when I did the system reboot this morning I lost all networking.  
Couldn't see the machine from anywhere else and couldn't see out from the 
machine.

Did some checking... the network file in /etc/init.d is still set 
correctly, but when I run ifconfig eth0 nothing comes up... so all the 
eth0 settings/drivers are gone.  

Where can I find the ethernet drivers I need to reinstall so that I can 
get the network running?  Or what I can do to get the network running again.

Chad


Chad D. Zimmerman
Editor: Web-Zine -- http://www.nmsu.edu/~czimmerm/Web-Zine/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


pppd only works once per reboot

1996-12-18 Thread Nick Busigin
I have run into a strange problem with a Debian machine I am setting up in
my workplace.  pppd only works once after a re-boot and then subsequent
attempts to run pppd result in chat timing out and exiting on an alarm. 
What's strange, is that I can run chat from the bash shell's command line
(redirecting its i/o to the serial port) and it dials up my Internet
provider with no trouble at all. It's just when chat is invoked by pppd
that it doesn't work (except for 1 time after a re-boot).  Minicom also
works with no problems at all.  Strange. 

As far as debugging goes... I've enabled debugging on both pppd and chat. 
The only thing that the log files show is that chat doesn't appear to be
getting any response from the modem (except when run the 1st time after a
reboot by pppd, or anytime from the command line). 

FWIW, I'm running Debian 1.1.1, kernel version 2.0.0 and ppp version
ppp_2.2.0f.  I have ppp running successfully on my Debian machine at home
with no problems and I thought I duplicated my home machine's setup on the
work machine.  Maybe I've missed something. 

Thanks in advance for your help.

Best regards,
  Nick

--
Nick Busigin Sent from my Debian/GNU Linux Machine[EMAIL PROTECTED]

To obtain my pgp public key, email me with the subject: get pgp-key
--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Debian Logo proposal

1996-12-18 Thread Ralf Leeb
Hi,

I made logo for Debian, and would appreciate some feedback. A few
versions are on

http://www.cris.com/~ral/debian.htm

Have already submitted some pix to www.debian.org.

Please let me know what you think.



Ralf





Unsolicited email of a commercial nature will be read,
responded to, and/or disposed of for a fee of $1,000 (USD).
The transmission of an unsolicited commercial message to the
above electronic mail address constitutes agreement to these
terms.

http:/.cris.com/~ral/PGP_Public_Key.txt


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Bug#6047: badly initialized union in gcc include file

1996-12-18 Thread Branden Robinson
Package: gcc
Version: 2.7.2.1-2

-- Please describe the problems with the package here

Found a small syntactical blunder in
/usr/lib/gcc-lib/i486-linux/2.7.2.1/include/float.h:

/* float.h */
#ifndef _FLOAT_H___
#define _FLOAT_H___
/* Produced by enquire version 4.3, CWI, Amsterdam */

[...]

   /* Number of base-FLT_RADIX digits in the significand of a long double */
#undef LDBL_MANT_DIG
#define LDBL_MANT_DIG 64
   /* Number of decimal digits of precision in a long double */
#undef LDBL_DIG
#define LDBL_DIG 18
   /* Difference between 1.0 and the minimum long double greater than 1.0 */
#undef LDBL_EPSILON
#ifndef __LDBL_UNION__
#define __LDBL_UNION__
union __convert_long_double {
  unsigned __convert_long_double_i[4];
  long double __convert_long_double_d;
};
#endif
#define LDBL_EPSILON (__extension__ ((union __convert_long_double) {0x0, 0x8
000, 0x3fc0, 0x0}).__convert_long_double_d)
   /* Minimum int x such that FLT_RADIX**(x-1) is a normalised long double */
#undef LDBL_MIN_EXP
#define LDBL_MIN_EXP (-16381)
   /* Minimum normalised long double */
#undef LDBL_MIN
#define LDBL_MIN (__extension__ ((union __convert_long_double) {0x0, 0x8000,
 0x1, 0x0}).__convert_long_double_d)
   /* Minimum int x such that 10**x is a normalised long double */
#undef LDBL_MIN_10_EXP
#define LDBL_MIN_10_EXP (-4931)
   /* Maximum int x such that FLT_RADIX**(x-1) is a representable long double */
#undef LDBL_MAX_EXP
#define LDBL_MAX_EXP 16384 
   /* Maximum long double */   
#undef LDBL_MAX
#define LDBL_MAX (__extension__ ((union __convert_long_double) {0x, 0xff
ff, 0x107ffe, 0x0}).__convert_long_double_d)
   /* Maximum int x such that 10**x is a representable long double */
#undef LDBL_MAX_10_EXP
#define LDBL_MAX_10_EXP 4932

#endif /*  _FLOAT_H___ */

When initializing the int array in the union __convert_long_double, only a
single pair of braces is used, but since initialization rules apply
recursively, a pair is needed for both the union itself and the array.
Without them, innocent programs can generate compiler warnings.

Use the following code, compiled with -Wall, to demonstrate this:

#include stdio.h
#include float.h

void main(void)
{

/*  These next two lines both generate this message:   
 *  warning: missing braces around initializer for 
 *  `(anonymous).__convert_long_double_i'
 */

  printf(long double minimum = %Le\n, LDBL_MIN);
  printf(long double maximum = %Le\n, LDBL_MAX);
}

This is probably something for the upstream maintainer.

-- System Information
Debian Release: 1.2
Kernel Version: Linux apocalypse 2.0.20 #1 Sat Sep 14 04:03:34 EST 1996 i486

Versions of the packages this package depends on:
libc5   Version: 5.4.13-1

-- bug report generated by the debmake bug tool

-- 
 If a man ate a pound of pasta and a pound of| G. Branden Robinson
  antipasto, would they cancel out, leaving him   | Purdue University
  still hungry?-- Scott Adams| [EMAIL PROTECTED]



Re: DIP to PPP ?

1996-12-18 Thread Fingers
 From:  [EMAIL PROTECTED] (Christian Meder)
 Subject:   Re: DIP to PPP ?
 To:[EMAIL PROTECTED]
 Date:  Tue, 17 Dec 1996 22:54:48 -0500 (EST)

 The /etc/ppp/chatscript:
 ABORTBUSY
 ABORTNO CARRIER
 ABORTVOICE
ATZ
 OK   ATDT0345573793
 CONNECT  
 loginZETppp\r
 ame  Christopher Bond\r
 umber1234-567-89\r11\rpassword\r 
 
 The last string on the right side should fire up ppp on the other side.  
 I hope this helps ! If you still have problems mail me !
 

Thats what i tried to use myself before asking for help - after 
checking the log files its only sending Christopher then a return 
hence it not connecting, i've checked the man pages for chat but 
can't seem to find a code for a space.  Any ideas ?

Thanks,
Chris.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


apropos core dumps

1996-12-18 Thread Eduardo Diaz Comellas
Hi!

I installed debian 1.14 a few weeks ago, and have found some problems.

1.- apropos finishes with a core dump, and there is no makewhatis command.
2.- mc fails to work saying that there is no libgpm.so 
3.- I canot run executor, as I need libgdbm.so.2, and there is no package 
available with it... even rex has the libgdbm-1

Apart from this problems, I think debian is the definitive distribution. I
work at the university as system administrator, and I plan to remove that
old slackware in favor of debian. BTW, is there any way to install debian
in a large group of computers without selecting the packages every time?
Perhaps using a particular file as default packages selected?

Thanks a lot for this wonderful work.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Debian 1.2 - my installation woes.

1996-12-18 Thread Steve McIntyre
In article [EMAIL PROTECTED] you write:
On Tue, 17 Dec 1996, Tim Sailer wrote:

 You may have one of the WD drives that need to be flashed with
 new BIOS. You can get the info and programs off their web site
 (if I remember right)...

d/led the firmware upgrade, the upgrade said I was up to date.  I then
through it in my 486dx4/100 box (my normal system) and it worked like a
champ.  I'm now going to play with cmos settings in the pentium to see if
somethings funky.  If not.. gotta replace the motherboard. uhg.

This might be your problem in the end - many so-called EIDE controllers
on cheaper motherboards don't fully implement the spec. and just move the
drive size limit from 0.5GB to 2GB. This warning came with a Quantum 3.2GB
drive I bought and it duly applied to my system - the onboard controller
caused major filesystem corruption *to the other drive on the interface*
when I tried to get it to work. sigh At least I can still use it by
moving it on to another controller the BIOS doesn't know about and rely on
Linux to auto-detect it.

-- 
Steve McIntyre, CURS Secretary  Can't keep my eyes from the circling sky,
[EMAIL PROTECTED]   Tongue-tied  twisted, Just an earth-bound misfit, I...
Churchill Collegea href=http://www2.eng.cam.ac.uk/~93sam/my home page/a
Cambridge, UK a href=http://www2.eng.cam.ac.uk/~93sam/comp/My PC page/a


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: No dependancy information for modules with kernel 2.0.27

1996-12-18 Thread Heiko R. Selber
On Wed, 18 Dec 1996, Richard G. Roberto wrote:

 On Tue, 17 Dec 1996, Heiko R. Selber wrote:
  CONFIG_MODVERSIONS=y
  ^^
 Its generally a good idea _not_ to enable modversions.  There
 should be more info on it in the readme stuff with the kernel
 source.  That's why this is turned off by default in the config.
 Did you recompile _all_ of your modules when you compiled this
 kernel?  You need to do that if you have this option enabled (I
 think, anyway).

I thought the opposite is true: enable MODVERSIONS if I want to use
modules from different versions. That's what make config tells me, as I
understand it. BTW: I had recompiled all modules. 

 Of course, Dale may be right in that you
 only need to run a depmod -a.

Oops! Yes, thanks, that helped it. I must admit that I didn't read the
documentation. I wonder why I had no dependancy problems with older 2.0.x
kernels with the same config. 

One could put /sbin/depmod -a into a startup script as suggested by
Documentation/modules.txt.

Bye,
Heiko
-
Heiko Selber (Fritz-Haber-Institut Berlin)   | Worried by strange rubbish |
http://www.fhi-berlin.mpg.de/~selber | in this message? Try a |
email: [EMAIL PROTECTED]  | MIME-capable mail reader.  |
Phone:+49-30-8413-4574, Fax:+49-30-8413-4686 ||


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Video card

1996-12-18 Thread Franck LE GALL - STAGIAIRE A FT.CNET/LAB/FCI/PIH
Hello,

I've got a Matrox Mystique video cards which seems not to be 
supported by Xfree86. Have anyone  information about it ?

Thanks

Franck


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Video card

1996-12-18 Thread Vatiainen Heikki
The people who did the Matrox Millennium port for the XFree86 have a set of W3 
pages at http://www.bf.rmit.edu.au/~ajv/xf86-matrox.html . Here's an excerpt 
from the FAQ that tells about XFree86 3.2 and the status of the other Matrox 
cards:

At this stage, there are no immediate plans for any other chipset other
 than the currently supported MGA2064W. We hope to do something with the   
  Mystique, and Matrox are currently working on documentation for it. But 
we  cannot talk time frames or delivery dates at all, as we don't have 
anything started yet. Right now for Comet*, Marvel*, Ultra, Impression, 
and Mystique
owners, there are a couple of choices: Metro Link (MetroX) or Xinside. 

This means that you have to pay for the server for your Mystique card. Metro 
Link can be found from http://www.metrolink.com and Xinside from 
http://www.xinside.com.

   I've got a Matrox Mystique video cards which seems not to be 
 supported by Xfree86. Have anyone  information about it ?



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Installing RPMs

1996-12-18 Thread Miro Torrielli
I remember hearing that it was possible to install RPM packages in
debian 1.2 via an alien program or something of the sort.
Where can I obtain this?

Thanx,
Miro


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Video card

1996-12-18 Thread Miro Torrielli
Franck LE GALL - STAGIAIRE A FT.CNET/LAB/FCI/PIH wrote:
 
 Hello,
 
 I've got a Matrox Mystique video cards which seems not to be
 supported by Xfree86. Have anyone  information about it ?
 
 Thanks
 
 Franck

In fact, XFree86 supports only the Millenium card. I have tried to use
that driver for my Mystique, but obviously to no avail. I recommend you
purchase Accelerated X, as I have, which fully supports the Mystique.

Cheers,
Miro


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Installing RPMs

1996-12-18 Thread Vatiainen Heikki
It seems to be in package 'debmake' section 'devel'. There is version 1.95 in 
stable and 2.13 in unstable. Haven't used it myself though.

 I remember hearing that it was possible to install RPM packages in
 debian 1.2 via an alien program or something of the sort.
 Where can I obtain this?

// Heikki



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: spam filter - ENOUGH MAIL PLEASE STOP!

1996-12-18 Thread Nick Busigin
On Mon, 16 Dec 1996, Bruce Perens wrote:

 I had no idea how enthusiastic a following the Spam Filter has.
 I think I have a large enough sample now.

Bruce,

Are you planning on publishing your spam filter?  I for one would like to
implement it on mailing lists I run on one of my machines.

Best regards,
 Nick

--
Nick Busigin Sent from my Debian/GNU Linux Machine[EMAIL PROTECTED]

To obtain my pgp public key, email me with the subject: get pgp-key
--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


pppd only works once per reboot

1996-12-18 Thread Nick Busigin
I sent this message last night around mid-night but it doesn't seem to
have made it to the list as of this morning.  So, I'm resending it.  My
appologies if two of these messages suddenly show up on the list.

  Nick

-- Forwarded message --
Subject: pppd only works once per reboot

I have run into a strange problem with a Debian machine I am setting up in
my workplace.  pppd only works once after a re-boot and then subsequent
attempts to run pppd result in chat timing out and exiting on an alarm. 
What's strange, is that I can run chat from the bash shell's command line
(redirecting its i/o to the serial port) and it dials up my Internet
provider with no trouble at all. It's just when chat is invoked by pppd
that it doesn't work (except for 1 time after a re-boot).  Minicom also
works with no problems at all.  Strange. 

As far as debugging goes... I've enabled debugging on both pppd and chat. 
The only thing that the log files show is that chat doesn't appear to be
getting any response from the modem (except when run the 1st time after a
reboot by pppd, or anytime from the command line). 

FWIW, I'm running Debian 1.1.1, kernel version 2.0.0 and ppp version
ppp_2.2.0f.  I have ppp running successfully on my Debian machine at home
with no problems and I thought I duplicated my home machine's setup on the
work machine.  Maybe I've missed something. 

Thanks in advance for your help.

Best regards,
  Nick

--
Nick Busigin Sent from my Debian/GNU Linux Machine[EMAIL PROTECTED]

To obtain my pgp public key, email me with the subject: get pgp-key
--



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Installing RPMs

1996-12-18 Thread Miro Torrielli
Vatiainen Heikki wrote:
 
 It seems to be in package 'debmake' section 'devel'. There is version 1.95 in
 stable and 2.13 in unstable. Haven't used it myself though.
 
  I remember hearing that it was possible to install RPM packages in
  debian 1.2 via an alien program or something of the sort.
  Where can I obtain this?
 
 // Heikki

doh, should have thought of that myself :)

thanx,
Miro


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


SMC Etherpower

1996-12-18 Thread Martin Stromberg
Hi.

Is there anybody that's using Debian and two computers talking to each other
through two SMC Etherpower cards, without a hub in between i. e. through a
twisted TP cable?


Please give me some advice how to make it work!



aTdHvAaNnKcSe,

Martin S.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


spam filter as a debian package

1996-12-18 Thread Martin Konold
On Wed, 18 Dec 1996, Nick Busigin wrote:

 Are you planning on publishing your spam filter?  I for one would like to
 implement it on mailing lists I run on one of my machines.

I would like to get it published as a debian package for
proclist/smartlist.
Is this possible?
Bruce?

Yours,
-- martin

// Martin Konold, Muenzgasse 7, 72070 Tuebingen, Germany  // 
// Email: [EMAIL PROTECTED]  // 
   Linux - because reboots are for hardware upgrades 
   -- Edwin Huffstutler [EMAIL PROTECTED] -- 

   Just go ahead and write your own multitasking multiuser os !
 Worked for me all the times.
 -- Linus Torvalds --


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: SMC Etherpower

1996-12-18 Thread Tim Sailer
In your email to me, Martin Stromberg, you wrote:
 
 Hi.
 
 Is there anybody that's using Debian and two computers talking to each other
 through two SMC Etherpower cards, without a hub in between i. e. through a
 twisted TP cable?
 
 
 Please give me some advice how to make it work!

You have to use a crossover cable, and make each one the default
route of the other.

Tim

-- 
 (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - http://www.buoy.com/~tps
   It is a damned poor mind indeed that can't think of at
least two ways of spelling any word.
   Andrew Jackson
** Disclaimer: My views/comments/beliefs, as strange as they are, are my own.**


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


X clients problem

1996-12-18 Thread Olivier BOUSQUET
I've just installed the Debian 1.2 distibution with X11 packages, including
xlib6, xbase, xcompat, and a few others. Everything is going ok when I
start the X server but when I try to run programs such as ghostview or
fvwm, I get the error message : can't load library libXt.so.6 (or another
lib name).
However, xcompat is installed and my kernel is configured to accept a.out
binaries.

I would be very happy if someone is able to help me.

Thank you.



  Olivier BOUSQUET 
 (x50.68)


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: X clients problem

1996-12-18 Thread Vatiainen Heikki
Add '/usr/X11R6/lib' to the '/etc/ld.so.conf' file and run 'ldconfig' or 
'ldconfig -v | more' as root after that. With the latter you should see all 
the libraries, including libXt.so.6 listed as the cache and appropriate links 
for the runtime linker (ld.so) are created.

This is a known bug, and should have been done during the install. Bit me too 
;=)

Hope this helps,

// Heikki

 I've just installed the Debian 1.2 distibution with X11 packages, including
 xlib6, xbase, xcompat, and a few others. Everything is going ok when I
 start the X server but when I try to run programs such as ghostview or
 fvwm, I get the error message : can't load library libXt.so.6 (or another
 lib name).


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


X clients problem fixed

1996-12-18 Thread Olivier BOUSQUET
Hi again,

I've added /usr/X11R6/lib to the /etc/ld.so.conf and all is running now,
thank you Heikki for you quick answer.




  Olivier BOUSQUET 
 (x50.68)


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: DIP to PPP ?

1996-12-18 Thread Martin Stromberg
[Klippa, klapp, kluppit]

  The /etc/ppp/chatscript:
  ABORTBUSY
  ABORTNO CARRIER
  ABORTVOICE
 ATZ
  OK   ATDT0345573793
  CONNECT  
  loginZETppp\r
  ame  Christopher Bond\r
  umber1234-567-89\r11\rpassword\r 
  
  The last string on the right side should fire up ppp on the other side.  
  I hope this helps ! If you still have problems mail me !
  
 
 Thats what i tried to use myself before asking for help - after 
 checking the log files its only sending Christopher then a return 
 hence it not connecting, i've checked the man pages for chat but 
 can't seem to find a code for a space.  Any ideas ?

'\s', I believe.

 
 Thanks,
 Chris.
 

Au\srevoir,

MartinS



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: DIP to PPP ?

1996-12-18 Thread Christian Meder
 
  From:  [EMAIL PROTECTED] (Christian Meder)
  Subject:   Re: DIP to PPP ?
  To:[EMAIL PROTECTED]
  Date:  Tue, 17 Dec 1996 22:54:48 -0500 (EST)
 
  The /etc/ppp/chatscript:
  ABORTBUSY
  ABORTNO CARRIER
  ABORTVOICE
 ATZ
  OK   ATDT0345573793
  CONNECT  
  loginZETppp\r
  ame  Christopher Bond\r
  umber1234-567-89\r11\rpassword\r 
  
  The last string on the right side should fire up ppp on the other side.  
  I hope this helps ! If you still have problems mail me !
  
 
 Thats what i tried to use myself before asking for help - after 
 checking the log files its only sending Christopher then a return 
 hence it not connecting, i've checked the man pages for chat but 
 can't seem to find a code for a space.  Any ideas ?

Sorry, my fault. I think you should try Christopher Bond\r . I think you 
could quote everything but usually I didn't need it. Hope this is better :-)

Greetings,

Christian


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


badly initialized union in gcc include file (fwd)

1996-12-18 Thread Branden Robinson
Rejected by the spam filter when I first sent it...

I would appreciate any email feedback from the list.

Forwarded message:
 From branden Wed Dec 18 01:34:35 1996
 Subject: badly initialized union in gcc include file
 To: [EMAIL PROTECTED]
 Date: Wed, 18 Dec 1996 01:34:35 -0500 (EST)
 Cc: debian-user@lists.debian.org
 Reply-To: [EMAIL PROTECTED]
 X-Mailer: ELM [version 2.4 PL25]
 MIME-Version: 1.0
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 Content-Length: 3194  
 
 Package: gcc
 Version: 2.7.2.1-2
 
 -- Please describe the problems with the package here
 
 Found a small syntactical blunder in
 /usr/lib/gcc-lib/i486-linux/2.7.2.1/include/float.h:
 
 /* float.h */
 #ifndef _FLOAT_H___
 #define _FLOAT_H___
 /* Produced by enquire version 4.3, CWI, Amsterdam */
 
 [...]
 
/* Number of base-FLT_RADIX digits in the significand of a long double */
 #undef LDBL_MANT_DIG
 #define LDBL_MANT_DIG 64
/* Number of decimal digits of precision in a long double */
 #undef LDBL_DIG
 #define LDBL_DIG 18
/* Difference between 1.0 and the minimum long double greater than 1.0 */
 #undef LDBL_EPSILON
 #ifndef __LDBL_UNION__
 #define __LDBL_UNION__
 union __convert_long_double {
   unsigned __convert_long_double_i[4];
   long double __convert_long_double_d;
 };
 #endif
 #define LDBL_EPSILON (__extension__ ((union __convert_long_double) {0x0, 
 0x8
 000, 0x3fc0, 0x0}).__convert_long_double_d)
/* Minimum int x such that FLT_RADIX**(x-1) is a normalised long double */
 #undef LDBL_MIN_EXP
 #define LDBL_MIN_EXP (-16381)
/* Minimum normalised long double */
 #undef LDBL_MIN
 #define LDBL_MIN (__extension__ ((union __convert_long_double) {0x0, 
 0x8000,
  0x1, 0x0}).__convert_long_double_d)
/* Minimum int x such that 10**x is a normalised long double */
 #undef LDBL_MIN_10_EXP
 #define LDBL_MIN_10_EXP (-4931)
/* Maximum int x such that FLT_RADIX**(x-1) is a representable long double 
 */
 #undef LDBL_MAX_EXP   
  
 #define LDBL_MAX_EXP 16384
  
/* Maximum long double */  
  
 #undef LDBL_MAX
 #define LDBL_MAX (__extension__ ((union __convert_long_double) {0x, 
 0xff
 ff, 0x107ffe, 0x0}).__convert_long_double_d)
/* Maximum int x such that 10**x is a representable long double */
 #undef LDBL_MAX_10_EXP
 #define LDBL_MAX_10_EXP 4932
 
 #endif /*  _FLOAT_H___ */
 
 When initializing the int array in the union __convert_long_double, only a
 single pair of braces is used, but since initialization rules apply
 recursively, a pair is needed for both the union itself and the array.
 Without them, innocent programs can generate compiler warnings.
 
 Use the following code, compiled with -Wall, to demonstrate this:
 
 #include stdio.h
 #include float.h
 
 void main(void)
 {
 
 /*  These next two lines both generate this message:  
  
  *  warning: missing braces around initializer for
  
  *  `(anonymous).__convert_long_double_i'
  */
 
   printf(long double minimum = %Le\n, LDBL_MIN);
   printf(long double maximum = %Le\n, LDBL_MAX);
 }
 
 This is probably something for the upstream maintainer.
 
 -- System Information
 Debian Release: 1.2
 Kernel Version: Linux apocalypse 2.0.20 #1 Sat Sep 14 04:03:34 EST 1996 i486
 
 Versions of the packages this package depends on:
 libc5   Version: 5.4.13-1
 
 -- bug report generated by the debmake bug tool
 
 -- 
  If a man ate a pound of pasta and a pound of| G. Branden Robinson
   antipasto, would they cancel out, leaving him   | Purdue University
   still hungry?-- Scott Adams| [EMAIL PROTECTED]
 


-- 
 Convictions are more dangerous enemies of truth | G. Branden Robinson
  than lies.   -- Friedrich Nietzsche| [EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Network

1996-12-18 Thread racquadro
Hi! I have the Debian Linux installed on my PC, but I want to know how 
can I make a Telnet connection from a Windows 3.1 system to Linux. Where can I 
get the TCP/IP configuration for Windows and Linux.
I want to know what's the E-Mail address for me to send my questions to 
the mailing list.

Thanks
Rogerio Acquadro


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Does the list send the sender a copy?

1996-12-18 Thread Nick Busigin
I have recently sent a number of messages to the debian-user mailing list
and have not seen a copy of my message sent back to me by the list
software.   Does the list software exclude the original sender when it
reflects the messages out to the list members?  Or have my recent posts
been rejected by the spam filter or is there another explanation for this
behavior.  What are typical bounds (time) on message redistribution to
these lists?

Best regards,
 Nick

--
Nick Busigin Sent from my Debian/GNU Linux Machine[EMAIL PROTECTED]

To obtain my pgp public key, email me with the subject: get pgp-key
--



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: SMC Etherpower

1996-12-18 Thread Jens B. Jorgensen
Martin Stromberg wrote:
 
 Hi.
 
 Is there anybody that's using Debian and two computers talking to each other
 through two SMC Etherpower cards, without a hub in between i. e. through a
 twisted TP cable?
 
 Please give me some advice how to make it work!
 
 aTdHvAaNnKcSe,
 
 Martin S.
 

The instructions can be found in the comp.dcom.cabling faq (which I will
email
to you off this list).

Jens B. Jorgensen
[EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


stubborn innd problem wont go away... HELP!

1996-12-18 Thread Ricardo Kleemann
Hi guys,

I'm getting frustrated with this... :(

Every night my news server will basically stop because it gets throttled.

I keep getting the error 
innd: SERVER throttle File exists writing symlinking article file --
throttling

I've upgraded to inn 1.5 in the hopes of clearing some of this stuff up,
but nothing...

I'm running renumber every night, and I've run makehistory a couple of
times in the hopes that the makehistory/renumber sequence could clear it
up. I've cleaned up some of the articles to make sure I have plenty of
disk left.

Please, does anyone know how to fix this throttling problem? Why is the
server complaining about symlinking article and why does that force a
throttle?

My crontab runs news.daily around 3am and it seems like everyday after
news.daily runs, the server stops, because the log stays at length 0 after
news.daily runs...

TIA,
Ricardo


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


lprm job; permission denied!?

1996-12-18 Thread Dr. Andreas Wehler
 Is there some 'one who understands why lprm in Debian 1.2 doesn't
work as normal user?  Even if a normal user is put into the lp-group
there is following error message:

==
[EMAIL PROTECTED]:~/zar/tmp$ lpq -Pps04
ps04 is ready and printing
Rank   Owner  Job  Files Total Size
active wehler218   c-functions.ps52219 bytes
1stwehler219   c-functions.ps52219 bytes
2ndwehler220   c-functions.ps52219 bytes
3rdwehler221   c-functions.ps52219 bytes

[EMAIL PROTECTED]:~/zar/tmp$ lprm -Pps04 21
cfA021Aa25070: Permission denied

[EMAIL PROTECTED]:~/zar/tmp$ strace lprm -Pps04 21
execve(/usr/bin/lprm, [lprm, -Pps04, 21], [/* 33 vars */]) = 0
strace: exec: Operation not permitted

[EMAIL PROTECTED]:~/zar/tmp$ ls -al /var/spool/lpd/ps04
total 217
drwxrwsrwx   2 root lp   1024 Dec 18 16:19 .
drwxrwsr-x   9 root lp   1024 Dec 17 12:03 ..
-rw-rw---x   1 root lp  4 Dec 18 16:19 .seq
-rw-rw   1 daemon   lp146 Dec 18 16:19 cfA018Aa25062
-rw-rw   1 daemon   lp146 Dec 18 16:19 cfA019Aa25066
-rw-rw   1 daemon   lp146 Dec 18 16:19 cfA020Aa25068
-rw-rw   1 daemon   lp146 Dec 18 16:19 cfA021Aa25070
-rw-rw   1 wehler2  lp  52219 Dec 18 16:19 dfA018Aa25062
-rw-rw   1 wehler2  lp  52219 Dec 18 16:19 dfA019Aa25066
-rw-rw   1 wehler2  lp  52219 Dec 18 16:19 dfA020Aa25068
-rw-rw   1 wehler2  lp  52219 Dec 18 16:19 dfA021Aa25070
-rw-rw-r--   1 root lp  0 Nov 24 21:04 errs
-rw-rw-r--   1 root lp 20 Dec 18 16:19 lock
-rw-rw-r--   1 root lp 27 Dec 18 16:19 status

[EMAIL PROTECTED]:~/zar/tmp$ id
uid=210(wehler2) gid=7(lp) groups=300(sti),100(users)
[EMAIL PROTECTED]:~/zar/tmp$ 


Thank you.
  Andreas.

-- 
Uni Wuppertal, FB Elektrotechnik, Tel/Fax: (0202) 439 - 3009
Dr. Andreas Wehler;  [EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Realtek RTL8029

1996-12-18 Thread Miro Torrielli
I need help on installing this ethernet card, as the drivers don't seem to
be included.
Thanx
Miro



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Network

1996-12-18 Thread hakan
-BEGIN PGP SIGNED MESSAGE-

On Wed, 18 Dec 1996 [EMAIL PROTECTED] wrote:

 Hi! I have the Debian Linux installed on my PC, but I want to know how 
 can I make a Telnet connection from a Windows 3.1 system to Linux. Where can 
 I 
 get the TCP/IP configuration for Windows and Linux.

If you have your computers connected to a network you must get your
parameters from your network administrator, otherwise they don't matter
much. Assign separate IP numbers to the two machines. Use the the common
part of the two numbers as network on the two and an appropreate netmask.
If you for example give your machiens the IP numbers 7.7.7.1 and 7.7.7.2,
use 7.7.7.0 as network, and 255.255.255.0 as netmask. But notis, this is
only acceptable if you are NOT connected to any other network.

   I want to know what's the E-Mail address for me to send my questions to 
 the mailing list.

A questions about using debian should be sent to:

debian-user@lists.debian.org

- --
 Name:   Hakan Ardo
 E-Mail: [EMAIL PROTECTED]
 WWW:HTTP://www.ub2.lu.se/~hakan/sig.html
 Public Key: Try finger [EMAIL PROTECTED]
 Interests:  WWW, Programming, 3D graphics

 Thought for the day: As long as one understands, the
 spelling does not matter :-)
- --

-BEGIN PGP SIGNATURE-
Version: 2.6.3i
Charset: noconv

iQCVAwUBMrgZct6dx9igIm71AQGtMAP/Z4Je0Gex5jyDnxy5m2gQqyv/nMiW6KsT
ObadgTtz2jc94F7EY1xY4+FpLt1NPInQMurv+f8LVQackZSlLn5Pog4LeqVqcBzf
nQ95vzdAm7FNfPZxtDzLJjZzhkjETT/tKVjK/LgYtdrcycCBCZScrXXX2Di0BXev
FZE/z5H9N+o=
=snNF
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Network

1996-12-18 Thread Remco van de Meent
At 01:03 PM 12/18/96 +0300, [EMAIL PROTECTED] wrote:
Hi! I have the Debian Linux installed on my PC, but I want to know how 
can I make a Telnet connection from a Windows 3.1 system to Linux. Where
can I 
get the TCP/IP configuration for Windows and Linux.
   I want to know what's the E-Mail address for me to send my questions to 
the mailing list.


Are you up and running on the network with both systems?

If so, just 'telnet linux-ip-nr' should work.
If not, download a tcp/ip kit for windows.
Linux has one installed..

check the doc's for detailed info.

// Remco van de Meent
//  email: [EMAIL PROTECTED]
//  www: http://cam053212.student.utwente.nl
//  -- Never make any mistaeks --


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Mail and Write

1996-12-18 Thread racquadro
I want to know where can I find the Mail and Write utilities for Linux. 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


mSQL

1996-12-18 Thread Remco van de Meent
Hey

Anyone getting mSQL to work?

Is it possible to import databases that are created by exporting it from
Oracle Server 7 ?


thanx for your help

// Remco van de Meent
//  email: [EMAIL PROTECTED]
//  www: http://cam053212.student.utwente.nl
//  -- Never make any mistaeks --


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Large Harddrive Problems

1996-12-18 Thread Paul Rightley

I just bought a new Maxtor 3.5G drive on which I am going to put Debian 1.2 at
home (I already have Debian at work).  My motherboard at home is from early-mid
1995 and supports a Pentium 120.  The Award BIOS (which definitely supports
LBA) detects the new Maxtor and gives the correct settings, but states that the
size of the drive is something like 1.395G.  When I run fdisk from the Debian
1.2 floppies, it sees all 3.5G of the drive, but when I start to initialize
file systems I get large numbers of errors (don't remember the exact error). 
The way I have it set up now, I have a 1G partition at the beginning of the
drive for W95.  If I try to give the rest of the drive to W95 in another
partition, it too has errors upon formatting (but its fdisk also sees it as a
3.5G drive).

It sounds to me like a BIOS problem.  Maxtor provides software to make DOS/W95
see the entire disk, but will this solution work for Linux?  Isn't there a
work-around for this in Linux?  I can no longer find the old Large-Harddrive
HOWTO (although this may have addressed another problem).

TIA,

Paul Rightley


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Does the list send the sender a copy?

1996-12-18 Thread Martin Stromberg
 
 I have recently sent a number of messages to the debian-user mailing list
 and have not seen a copy of my message sent back to me by the list
 software.   Does the list software exclude the original sender when it
 reflects the messages out to the list members?  Or have my recent posts
 been rejected by the spam filter or is there another explanation for this
 behavior.  What are typical bounds (time) on message redistribution to
 these lists?
 
 Best regards,
  Nick
 
 --
 Nick Busigin Sent from my Debian/GNU Linux Machine[EMAIL PROTECTED]
 
 To obtain my pgp public key, email me with the subject: get pgp-key
 --
 

I always receice a copy from debian-user.

Normally within ten minutes, I think.


Så det så,

MartinS


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Warm Boot Problems

1996-12-18 Thread Michael Bucciarelli
I seem to be having trouble booting with Debian version 1.2.
Hardware: 486 sx-40 (AMD) 20 M memory 
820 M Seagate HD using DM when in Dos
When I cold boot (reset button) The boot floppy will load and run
When I WARM boot, (shutdown and restart) the loader hangs 
at the word 'David' when loading one of the cd-rom divers.
When I try to boot using loadlin from dos, 
first, the speed shown is 13.11 BogoMips vs 26.11 from booting from
the floppy and the program hangs up when loadng the keyboard driver.

Any suggestions/help.
Please speak slowly and use small words as I am very new
(3 weeks) to Debian and Linux.  :-)

Thanks,
Mike


Mike Bucciarelli, N7CK
[EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Mail and Write

1996-12-18 Thread Dale Scheetz
On Wed, 18 Dec 1996 [EMAIL PROTECTED] wrote:

   I want to know where can I find the Mail and Write utilities for Linux. 
 
I'm not really clear on what you are looking for. Mail tools fall into two
catagories: Those for delivery, and those for reading.
Debian provides several delivery packages:
sendmail, smail, popclient (now fetchmail) and soon, qmail and exim (I've
probably fogotten several here)
Standard mail readers are: pine and elm, as well as emacs (and others I
forget)
All of these mail readers allow you to write/edit your outgoing mail
messages.
Other Write utilities include: ae, joe, vi, elvis, emacs, lynx and
others.

I hope that this helps,

Dwarf

  --

aka   Dale Scheetz   Phone:   1 (904) 877-0257
  Flexible Software  Fax: NONE 
  Black Creek Critters   e-mail:  [EMAIL PROTECTED]

 If you don't see what you want, just ask --


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


RE: virtual mail domains... long-winded response

1996-12-18 Thread Al Youngwerth
[ snip ]

 We do virtual domains with POP3 here by using a custom local mailer 
 and a modified version of qpopper.
 
 The first step is to create a virtual_pop transport, then a virtual_pop 
 director, e.g.

This seems crazy to me. Originally, this was that approach I was going to
take. However, I didn't want to be forced to run a different MTA other 
than smail. Not that smail's all that great, but it's the beast I'm 
familiar with. Also, smail supposedly supports virtual domains, but you
have to run multiple copies of it... which wasn't all that appealing.

What I eventually settled on was to have it all done by elm's filter(1).
The reason for this was because I realized that I didn't need virtual
POP interfaces, I needed virtual addresses and that was it. In fact, I
concluded that having accounts like [EMAIL PROTECTED] was a bad
idea since they're not directly mapped to an individual and that the
login and password would be probably known by several individuals at
SomeCompany as the job of handling the info mail got passed on from
employee to employee.

So, I figured that what I really wanted were *aliases* that would send
[EMAIL PROTECTED] to some single individual on the system. I was able
to pull this off by aliasing names like info and sales to myself. Then,
in my .elm/filter-rules file, I'd put lines like:

  if To contains client1.com and not To contains jemenake forward jjones
  if To contains client2.com and not To contains jemenake forward bsmith
  ...

This worked like a charm! However, I wanted to take myself out of the loop.
Now, filter supposedly allows for you to specify a certain rules file with
the -f option. So, I tried putting the following in my /etc/aliases file:

  info:|/usr/bin/filter -f /etc/virt-aliases.filter

But this doesn't seem to work (smail and filter are REAL finnicky about
permissions and ownerships of files and what UID they're running as).

Any ideas or comments?

- Joe

Well as a customer (actually one of your customers Joe) that uses virtual 
domains for e-mail, I prefer to have my mail dumped into one mailbox; provided 
that I have the right information in the mail header to route the message 
locally.

I have several Debian systems running masquerading and diald connected to some 
of the major ISPs in the Boise, Idaho area. They each support a network of 
between 6 and 20 Macs and PCs and use virtual domain service for their e-mail 
service from their ISP.

To let the Macs and PCs on the LAN poll for mail whenever they want (without 
dialing to the ISP every time they want to check for e-mail), I've set up the 
Debian systems as sort of a mail gateway. All the clients point to the Debian 
boxes for their SMTP and POP mail servers. 

For outgoing mail, I run smail on the Debian box setup to relay mail to the 
ISP's SMTP mail server once every 30 minutes or so. I've seen two different 
ways ISPs handle incoming mail for virtual domains.

The most common method I've seen for handling incoming virtual domain e-mail, 
is to dump all mail into a single pop account on the ISP's mail server. 
Unfortunately, I don't believe there is a standard on how to write the mail 
headers for the incoming mail messages so they can be reliably routed.

Without getting into a really long-winded explanation about mail headers and 
MTAs and sendmail.cf files, to be able to reliably route mail locally from a 
multi-drop box, the MTA needs to write the SMTP recipient name somewhere in the 
mail header. 

The ISPs that I've dealt with generally write the SMTP recipient name in the 
for field of the Received line and/or in the X-Envelope-To: line. 
Unfortunately, the ISPs don't always get the recipient name into one of those 
fields correctly (although Cyberhighway now seems to get the X-Envelope-To: 
correct all the time).

I've been working with the author of fetchmail (which I believe is now the best 
pop retrieval program going) to make multi-drop mail routing as reliable as 
possible. With (what I deem) proper configuration of the MTA at the ISP, 
fetchmail should be able to route mail from a multi-drop mailbox with 100% 
reliably. (If you'd like to talk about what I think is proper configuration of 
the MTA for virtual domain support, e-mail me directly) 

Given the popularity of virtual domain e-mail hosting, there should probably be 
an RFC for this sort of thing.

The other way I've seen an ISP deal with virtual domain hosting for a dial-up 
account is to assign a static IP address to the dial-up account and then play 
some tricks with DNS and the MTA to get the mail to its final destination. 
Basically, the ISP assigns a static IP address to the dial-up account and puts 
two MX records in their DNS for the mail domain, like:

mydomain.com.   IN  MX  0   mystaticip.myisp.com.
mydomain.com.   IN  MX  10  mailhost.myisp.com.

If the link is up when mail comes in, it goes to the right place. If the link 
is down, the mail will be sent to the ISP's 

Re: Large Harddrive Problems

1996-12-18 Thread racquadro
Have you tried to use the Fdisk of Microsoft insted using Linux Fdisk? 
Trie this program. And good luck.

P.S.: Trie to format the Hard Disk on the BIOS program.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Bug#6050: Console blanks trying to install 1.2 from floppies...

1996-12-18 Thread John C. Ruttenberg

Package: Resque.bin
Version: 1.2

... on a Micron Mellenia Transport notebook.

It gets as far as probing for a Sanyo CDROM and starting to initialize it and
then the screen goes blank and seems to relight it.

Has anyone seen a similar problem?



Re: Realtek RTL8029

1996-12-18 Thread Miro Torrielli
Toens Bueker wrote:
 
 On Wed, 18 Dec 1996, Miro Torrielli wrote:
 
  I need help on installing this ethernet card, as the drivers don't seem to
  be included.
 
 I don't know, but I think I installed one today. Is yours a pci-card? Can
 you give me a chip-number?
 
 Mine was eventually driven by the ne2000-driver (ne). Look at /proc/pci to
 find out on wich irq and wich io-address it sits.
 
 By
 Toens

Thanks for responding.. my problems seem to lie in the fact that I don't
know what to enter for parameters during modconfig. What should I be
entering? If I leave it blank, it says auto-probing not allowed...
failed.

Thanx,
Miro


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


XF86Setup, it did work

1996-12-18 Thread Vatiainen Heikki
A couple of days ago I complained about XF86Setup not working. The setup 
program worked all the time but I failed to use it right.

In the monitor section XF86Setup asks for the horizontal and vertical sync 
values. There are default values for the standard VGA which are 31.5 for hsync 
and 60 for vsync. Being fooled with this I inserted the _maximum_ values like 
92 and 160 and not the value _ranges_ like 30-92 and 50-160.

I was having a cup of coffee and not even thinking of it when it suddenly 
cleared :)

// Heikki



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Console blanks trying to install 1.2 from floppies...

1996-12-18 Thread John C. Ruttenberg

... on a Micron Mellenia Transport notebook.

It gets as far as probing for a Sanyo CDROM and starting to initialize it and
then the screen goes blank and seems to relight it.

Has anyone seen a similar problem?


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


WANTED: pthreads package

1996-12-18 Thread Zachary DeAquila

  anyone feel like taking a shot at a libpthreads package?  I'm thinking of the 
kernel
threads library, not the userthreads one that's already there.  Or is it 
already incorported
into some base package someplace?

 --Zachary


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Bizarre hard drive

1996-12-18 Thread Zachary DeAquila

  Someone gave me a spare 2.3GB drive to use, but it's got 534byte sectors... 
which wreaks all sorts of mayhem: neither linux or DOS fdisk will touch it.  
I'd like 
to reformat it to 512 bytes/sector, etc... any ideas?

 --Zachary


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Yet another logo proposal

1996-12-18 Thread Jimmer ENDRES
Um, I couldn't help but try my hand at the logo business.

http://www.pitt.edu/~jbest2/debian-logo/

Could someone tell me where and to whom I submit this?

Yours,
Jimmer.

-- 
Jimmer ENDRES   [EMAIL PROTECTED]   http://www.pitt.edu/~jbest2/
Department of Biological Sciences, University of Pittsburgh USA


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


WANTED: MMDF Package

1996-12-18 Thread Zachary DeAquila

  Someone was telling me that MMDF was a really good MTA, but that it was kind 
of a pain
to configure; I was thinking that a debian package would probably remove most 
of this pain.
any volunteers?

  --Zachary


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Bizarre hard drive

1996-12-18 Thread racquadro
Trie to format under BIOS. It could help you

Rogerio


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Ethernet drivers

1996-12-18 Thread Chad Zimmerman

Where can I find the ethernet drivers so that I can install them and get 
my computer on the network again.  When I updated to 1.2... I lost my 
access to our network.  So, I need to find and reinstall them, any ideas?

Chad


Chad D. Zimmerman
Editor: Web-Zine -- http://www.nmsu.edu/~czimmerm/Web-Zine/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


help getting 1.2 rescue to boot

1996-12-18 Thread Michael Roberts {x66748 CF/DEV}
I'm trying to boot the Debian 1.2 rescure disk on a Gateway 2000
system and it's hanging in the boot process.  (I already have an older
version on Linux (non-Debian) running on this box.)  It's hanging
while probing for CDROM drives.  The last few lines I see are:

Sony CDU-535: probing base address 340
Did not find a Sony CDU-535 drive
GSCD: version 0.4a Oliver Raupach [EMAIL PROTECTED]
GSCD: Trying to detect a Goldstar R420 CD-ROM drive at 0x340.
GSCD: Goldstar Interface Adapter does not exist or H/W error
$id: cm206.c,v 0.99.1.1 1996/08/11 10:35:01 david Exp $

and that's it.  The cursor is sitting after the last '$'.  I let it
sit like that for about 15 minutes just to make sure it wasn't just
slow.  I do not have a CDROM drive.  Is there a way to boot skipping
the CDROM searching?  I could not find any clues in the F1-F10 help
screens.

Thanks,
Mike Roberts


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: WANTED: pthreads package

1996-12-18 Thread Michael Alan Dorman
Zachary DeAquila [EMAIL PROTECTED] writes:
 anyone feel like taking a shot at a libpthreads package?  I'm
 thinking of the kernel threads library, not the userthreads one
 that's already there.  Or is it already incorported into some base
 package someplace?

Done, just hasn't worked its way out of Incoming.

Oh, and you had some excessively long lines in that message.  Please
try to keep them below 75 chars so people who are restricted to 80x24
can read them easily.

Mike.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: help getting 1.2 rescue to boot

1996-12-18 Thread Vatiainen Heikki
You are not the only person with this problem. This was asked about a week ago 
and here is Bruce Perens's answer dug from the mailing list archive:

[cut]
For now, please boot your system with the command:

linux reserve=0x340
or
linux cm206=0x350

Where 0x350 is any unused address on your system. I'll have to remove
this from the next kernel. I wanted to see if more than one person hit
this problem, or if it was simply someone with odd hardware.
[cut]

I hope this helps,

// Heikki



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: mt I/O error w/ HP T1000 tape drive.

1996-12-18 Thread Martin Stromberg
 
 
 Hello all,
 
   I get I/O errors when I attempt to 
 
 mt -f /dev/nrft0 fsf #
 
 my HP/Colorado T1000 tape drive.  I'm gonna guess it's either not a
 supported action or a bug, but it doesn't really matter.  Is there any
 easy workaround for this problem, preferable one which integrates easily
 into a perl backup script?

You _have_ written somthing on the tape I hope?

For ftape to work with mt you have to do mt -f /dev/ftape erase, perhaps the 
same thing goes for /dev/nrft0?

[Klippa, klapp, kluppit]

 Thanks for the help!
 
   --Pete
 ___
 Peter J. Templin, Jr.   Client Services Analyst
 Computer  Communication Services   tel: (717) 524-1590
 Bucknell University   [EMAIL PROTECTED]
 
 

Mor ror, far tar,

Martin S.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Ethernet drivers

1996-12-18 Thread Don Prezioso
On Wed, 18 Dec 1996, Chad Zimmerman wrote:

 
 Where can I find the ethernet drivers so that I can install them and get 
 my computer on the network again.  When I updated to 1.2... I lost my 
 access to our network.  So, I need to find and reinstall them, any ideas?
 
 Chad
 
 
 Chad D. Zimmerman
 Editor: Web-Zine -- http://www.nmsu.edu/~czimmerm/Web-Zine/

Chad,

I had a similar problem a few days ago, I think...  I had used dselect to
upgrade from 1.1 to 1.2.  After working through some problems due to
pre-depends and rebooting, I had the updated kernal and all, but could no
longer use the ethernet card, or the cdrom (cdu33a - ugh).  The ethernet
was the easy fix.  In my case, I have a 3com 3c509 card.  What I needed to
do was run modconf (I think that's it, I can't check right now since my
Debian machine is dead until I get a new power supply) and install the
module for the 3c509 card.  After that the network card worked fine (until
my power supply croaked...)  The cdrom was a little trickier, and in the
end I re-made the kernal so that I didn't have all those other cdrom's
being probed during bootup.  

Hopefully your situation is similar enough that this helps.

Don

-
Don Prezioso   Ashland University  Phone: (419) 289-5015
System Programmer/Analyst  401 College Avenue  E-mail: [EMAIL PROTECTED]
Administrative Computing   Ashland, OH  44805  http://www.ashland.edu/~dprez


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: rawrite under nt - bad things happen...

1996-12-18 Thread Don Prezioso
On Tue, 17 Dec 1996 [EMAIL PROTECTED] wrote:
  
  RAWRITE2.EXE actually locks my NT box up solid! Goes straight to a 
  blue screen with the white letters telling me some message... got to 
  push the red button...

David,

I ran RAWRITE2 on my NT 4.0 Workstation with no problems.  Just to make
life easier, I created a shortcut on my desktop to a rawrite.bat file that
looks like this:

C:\Program Files\Utility\rawrite2.exe -f %1 -d A: -n

that way I can drag a file (like base14-1.bin) from Windows NT Explorer
and drop it on the icon and off it goes.  I did nothing special in
creating the shortcut.  The target looks like this:

C:\Program Files\Utility\RAWRITE.BAT %1

And it runs fine.

Hope this helps.

Don

-
Don Prezioso   Ashland University  Phone: (419) 289-5015
System Programmer/Analyst  401 College Avenue  E-mail: [EMAIL PROTECTED]
Administrative Computing   Ashland, OH  44805  http://www.ashland.edu/~dprez


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Console blanks trying to install 1.2 from floppies...

1996-12-18 Thread Jens B. Jorgensen
John C. Ruttenberg wrote:
 
 ... on a Micron Mellenia Transport notebook.
 
 It gets as far as probing for a Sanyo CDROM and starting to initialize it and
 then the screen goes blank and seems to relight it.
 
 Has anyone seen a similar problem?
 
 --

I had a similar problem on a Panasonic laptop. I never did resolve it
but I think the problem was that I didn't have enough memory. There's
a FAQ or HOWTO around which is supposed to help with laptops.

Jens B. Jorgensen
[EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Console blanks trying to install 1.2 from floppies...

1996-12-18 Thread John C. Ruttenberg
Jens B. Jorgensen:
 John C. Ruttenberg wrote:
  
  ... on a Micron Mellenia Transport notebook.
  
  It gets as far as probing for a Sanyo CDROM and starting to initialize it 
  and
  then the screen goes blank and seems to relight it.
  
  Has anyone seen a similar problem?
  
  --
 
 I had a similar problem on a Panasonic laptop. I never did resolve it
 but I think the problem was that I didn't have enough memory. There's
 a FAQ or HOWTO around which is supposed to help with laptops.
 
 Jens B. Jorgensen
 [EMAIL PROTECTED]

My notebook has 32MB; should be plenty.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: rawrite under nt - bad things happen...

1996-12-18 Thread James W. Tucker
On Wed, 18 Dec 1996 17:08:50 -0500 (), you wrote:

On Tue, 17 Dec 1996 [EMAIL PROTECTED] wrote:
  
  RAWRITE2.EXE actually locks my NT box up solid! Goes straight to a 
  blue screen with the white letters telling me some message... got to 
  push the red button...

David,

I ran RAWRITE2 on my NT 4.0 Workstation with no problems.  Just to make
life easier, I created a shortcut on my desktop to a rawrite.bat file that
looks like this:

C:\Program Files\Utility\rawrite2.exe -f %1 -d A: -n

I an RAWRITE3.EXE (from the RedHat site) under NT 4.0 WS.  It worked
for the first 4 disks and locked up on the 5th. Same blue screen...

-
James Tucker - [EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Bizarre hard drive

1996-12-18 Thread Zachary DeAquila

Uh, it's a SCSI drive and my BIOS dun do SCSI... and my SCSI controller
is an Adaptec 1522, kind of old and crufty and with no BIOS of its own.

 --Zachary

On Wednesday, Dec 18, 1996, [EMAIL PROTECTED] writes:
Trie to format under BIOS. It could help you

   Rogerio


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Sound module

1996-12-18 Thread Orn E. Hansen

Hej all,

  I recently put up Debian on my machine, and think that it's a good system.  

  There is one thing, that I would like to mention, on the new stable kernel 
release 2.0.27.  I was using the debian 2.0.6 before, and after upgrading the 
sound module disappeared.

  Some other modules, the CD-ROM modules seem to have been put into the kernel, 
these are the modules mcd, mcdx, and others the like.  When installing the 
2.0.6, I tried to activate these modules for my CD-ROM (a NEC 4x CD-ROM), that 
was connected to an ATAPI interface (non PnP).  Non of them worked, so they 
weren't installed.  But with the new kernel, all of these try to probe for a 
CD-ROM, each in turn after the other... non of them finding my CD, even if it 
is connected to an active ATAPI interface.  The older module 'cdrom', did find 
my CD and activated it, but now... the new release is blind as a bat.  Failing 
all else, my CD-ROM works as /dev/hdc :-)

  But I miss the sound module... is there a sound module for the 2.0.27 kernel?

  Thanks for the help.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


NE 2000 cards

1996-12-18 Thread racquadro
I have the Debian Linux 1.2 instaled on my PC and I want to know how ca 
n I configure it for a NE2000 network card. Which program may I use?

Rogerio


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Problems with XF86

1996-12-18 Thread System Account
On Tue, 17 Dec 1996, Prashanth Mundkur wrote:

 On Tue, 17 Dec 1996, Dave Power wrote:
 
  
  I've been working to get XF86 running on a Dell Optiplex 5133 without
  much luck.  Nothing seems to allow me to access the mouse.  So far it's
  not been possible to get either gpm or XF86 to see it.  We have tried
  many combinations and all except /dev/ttyS0 have given an error that
  the mouse device does not exist.  It will not recognize /dev/psaux.
  
  Now for the interesting part.  We loaded up CND 1.0 and it works fine
  as /dev/psaux...  
  
  Any / all suggestions are welcome.
 
 
 I had that problem with Debian 1.1, where the solution was to recompile 
 the kernel enabling the psaux driver.  I did not have the same problem
 with 1.2 tho.
 
 --prashanth

hi there. i had a bitch of a time trying to get X to see the mouse. i/m
using a Dell aswell with a logitech ps/2 mouse. just the other day i
installed the gpm package and reinstalled X. well hay!! it now sees the
mouse. 

Section Pointer
ProtocolPS/2
Device  /dev/mouse

this now what i use in the XF86Config file. and i never had to recompile
the kernel.
hope this helps
-Rob 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


java trouble

1996-12-18 Thread Olivier BOUSQUET
Hi 

I would appreciate any feedback from the list :

I've tried to install the JDK package for Debian-1.2 and I can't run
the appletviewer.
I've installed  motifnls, tk42, netscape, and other packages and I
have checked the presence of libawt.so in the /usr/lib/jdk/i686/ directory.
I've also added /usr/lib/jdk/i686 to the /etc/ld.so.conf and executed 
ldconfig.
However, when I try to run the appletviewer (on a local file or on a
http: file) I get the following message :

[no properties loaded, using defaults]
File not found (/usr/lib/jdk/i686/libawt.so)
java.lang.NullPointerException
at java.lang.Runtime.loadLibrary(Runtime.java)
at java.lang.System.loadLibrary(System.java)
at sun.awt.motif.MToolkit.clinit(MToolkit.java:35)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:190)
at java.awt.Window.getToolkit(Window.java:139)
at java.awt.Frame.addNotify(Frame.java:82)
at java.awt.Window.pack(Window.java:80)
at sun.applet.AppletCopyright.init(AppletCopyright.java:41)
at sun.applet.AppletViewer.main(AppletViewer.java:768)
java.lang.UnsatisfiedLinkError: init
at sun.awt.motif.MToolkit.init(MToolkit.java:39)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:190)
at java.awt.Window.getToolkit(Window.java:139)
at java.awt.Frame.addNotify(Frame.java:82)
at java.awt.Window.pack(Window.java:80)
at sun.applet.AppletCopyright.init(AppletCopyright.java:41)
at sun.applet.AppletViewer.main(AppletViewer.java:768)

Thank you in advance for any help




 Olivier BOUSQUET 
Ecole Polytechnique  
4eme Cie, Promotion 94
91128 Palaiseau, FRANCE
tel : (33).1.69.33.50.68
[EMAIL PROTECTED]
http://www.polytechnique.fr/poly/~bousquet


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]