Problem with shadow passwd, MD5 crypt and XDM

1997-11-21 Thread Dany Dionne

Hi,
I just enable shadow password on our server (debian 1.3.1). I activate
the MD5 encryption in /etc/login.defs . If the user change their
password, they can't loggin on the console (with xdm-shadow 3.3) but by
telnet they can access the station.
So, where is the problem? 
After enabling shadow-password, i update xbase to install xdm-shadow. 
However, i kept the old configuration files of xdm. 

Thanks for your help.
Dany Dionne
Physics Departement
Laval University
Canada


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


kernel message : Possible flooding ???

1997-11-20 Thread Dany Dionne
Hi,
In the file /var/log/kern.log, I have the message like that :

Nov 18 05:08:49 poynting last message repeated 2 times
Nov 18 05:10:50 poynting kernel: Warning: possible SYN flooding. Sending
cookies.
Nov 18 05:10:59 poynting kernel: Warning: possible SYN flooding. Sending
cookies.
Nov 18 05:10:59 poynting kernel: validated probe(3103d184, 5a4ccb84,
33166, 20100, 1878646017)

This message is repeated a lot of time. What is the meaning of this
message? This week, a user (we actively search him) use our server to
attack and crash a other server on the net. Today, our own server crash.
We think that the crash was a strike back. So, the kernel message about a
possible flooding could be related to our hacker war?

Dany Dionne
Physics Department
Laval University
Canada


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


problem with dump

1997-08-19 Thread Dany Dionne
HI,
I unbale to use dump to backup my linux box. I receive the error message:

poynting{root}:3>dump 0ubdfs 126 54000 [EMAIL PROTECTED]:/dev/rmt/1n 3000
/dev/hd
  DUMP: Date of this level 0 dump: Tue Aug 19 12:03:14 1997
  DUMP: Date of last level 0 dump: the epoch
  DUMP: Dumping /dev/hda2 (/) to /dev/rmt/1n on host [EMAIL PROTECTED]
  DUMP: mapping (Pass I) [regular files]
  DUMP: mapping (Pass II) [directories]
  DUMP: estimated 525567 tape blocks on 0.60 tape(s).
rdump: Lost connection to remote host.
  DUMP: Bad return code from dump: 1

Anyone have a idea to solve the problem?

Thanks in advance,
Dany Dionne
Physics Department
Laval University, CAanada


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


Problem with gcc: compiler internal error...

1997-08-13 Thread Dany Dionne
Hi,
I have debian 1.3.1, gcc 2.7.2.1-8, cpp 2.7.2.1-8 and kernel 2.0.29
I install this new debian box 2 days ago from the cd-rom of LSL.
I am unable to compile kernel 2.0.30 and enlightenment DR0.11 . In both
case, i receive during the compilation the message: 

gcc:internal compiler error; programm cc1 got a fatal signal 11

Sometimes it a "fatal signal 7"

Anyone have a idea to solve the problem?

Dany Dionne



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


where is xmkmf?

1997-08-12 Thread Dany Dionne
Where can i found xmkmf?

Dany Dionne



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


shutdown doesn't umount properly one of my partitions

1997-07-28 Thread Dany Dionne
Hi,
I have debian 1.3.1, kernel 2.0.30 and SysVinit 2.71-2
I have 3 partitiond:
hda1 --> swap 50 megs
hda2 --> root 1.1 gigs
hdc1 --> users 3.2 gigs

The partition hdc1 is never cleanly umount i.e. on every boot process, the
filesystem of hdc1 is checked and this took a lot of time... This appen
whatever i use to shutdown (reboot, shutdown -r, halt). However, the
filesystem of hdc1 appear to be correct, the forced check on the boot
process on hdc1 never found anything bad with the filesystem.

Anyone know how to fix the problem?
Thanks,
Dany Dionne
Physics Department
Laval University
 



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


Re: just how bad is Fortran?

1997-07-23 Thread Dany Dionne
Your right, f77 is much more performant in intensive numerical
computations than c or c++, at least on SGI (IRIX). For example, on a
Indigo 2, a version of a code in f77 have a peak performance of 270
MFLOPS. The same code in c/c++ peak at 100 MFLOPS. Ok, maybe the c/c++
version could be more optimized but the fact is with f77 it's easy to
obtain a very performant code, so why use c/c++ and lose a lot of time  to
write a obscur, tricky and slow program?

Dany Dionne
Physics Department
Laval University, Canada  

On Tue, 22 Jul 1997, Syrus Nemat-Nasser wrote:

> On Tue, 22 Jul 1997, Adriano Nagelschmidt Rodrigues wrote:
> 
> > Sorry, I can't resist ;-)
> 
> Me either. ;-)
> 
> > fortran (77) is horrible. Well, it _was_ ok, Backus was a pioneer, etc. But 
> > we
> > are in the end of the '90s (and I thought only *my* profs were forcing
> > students to use it!)
> > 
> > You will be much better writing your code in ANSI C (pointers aren't 
> > difficult
> > once you get to know them).
> 
> This is plainly untrue.  f77 is a much simpler command set with no 
> dynamic allocation, etc.  As a result, a f77 compiler can be optimized to 
> a much greater extent independent of the coding expertise of the 
> programmer, i.e. me.  Thus, f77 is almost always faster than c or c++.  
> Also, in ansi C, there is no intrisic or optimized support for complex 
> numbers.  People who actually do intensive simulations where compile time 
> is not a critical factor can still benefit from using f77.  f90 is 
> another matter, meaning that I no nothing about its efficiency.
> 
> Thanks.  Syrus.
> 
> -- 
> 
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> Syrus Nemat-Nasser <[EMAIL PROTECTED]>UCSD Physics Dept.
> 
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .
> 
> 


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


Re: CDROM with DOSish hidden files?

1997-06-22 Thread Dany Dionne
You can found rumba on:
ftp://hal.kph.tuwien.ac.at/pub/NeXT/tools/rumba/

Personnally, i never used smbmount. If a problem occur during the
connection our linux box (kernel 2.0.27) crash few hours or few days
after. With Win95, a connection problem occur often. So, if i used
smbmount, i reboot our linux box right after to prevent any crash.

Dany Dionne
Physics Department
Laval University, Canada

On Sun, 22 Jun 1997, Rick Macdonald wrote:

> On Sun, 22 Jun 1997, Dany Dionne wrote:
> 
> > smbclient or rumba (not available in debian package yet but rumba is the
> > better choice). 
> 
> > rumba //host_name/drive_name_on_the_network
> > ex //young/c-young /young
> > /young must be a empty directory on the linux box
> 
> Where can I find out more about rumba? I searched the LSM but didn't find
> it.
> 
> Is anybody aware of any problems using smbmount?
> 
> ...RickM...
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .
> 
> 


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


Re: CDROM with DOSish hidden files?

1997-06-22 Thread Dany Dionne
Hi,
if you have a windows station on your network and samba installed on your
linux box, put your cd-rom in cd-rom drive of the windows station, share
the drive on the network and mount the drive on your linux box. To mount
the drive you can used smbmount (provided by the debian package ksmbfs),
smbclient or rumba (not available in debian package yet but rumba is the
better choice). On user level, you can used smbclient smbclient didn't
mount a drive, it's more like a ftp connection. On su level you can
use smbmount, smbmount isn't available in user level because smbmount used
kernel code, so if smbmount crash, the kernel crash... rumba is like
smbmount but without kernel code, no risk to crash linux. To use this
commands, the syntax is:

smbclient host_name_\\drive_name_on_the_network
ex: smbclient young\c-young

smbmount //host_name/drive_name_on_the_network mount_point
ex: smbmount //young/c-young /young
/young must be a empty directory on the linux box

rumba //host_name/drive_name_on_the_network
ex //young/c-young /young
/young must be a empty directory on the linux box

Good luck,
Dany Dionne
Physics Department
Laval University, Canada

On Sun, 22 Jun 1997, Heiko Schlittermann wrote:

> Hi out there,
> 
> sure, not very Debian specific, but this is the list I expect
> the fastest answer from 
> 
> I'd like to copy (for private use, of course) a CDROM.  This CDROM
> is usable under DOS/Windows and contains files with the DOSish
> hidden/system attribute.  Mounting this CDROM on Linux works, but
> these hidden files are really unvisible, this uncopyable with
> find | cpio.  (By the way, this makes the CDROM unusable under WABI,
> since WABI relies on the mounted ISO(?)-filesystem).
> 
> Is there any other filesystem (mounting the CD as msdos failes -- ``no
> valid MSDOS file system found'') I could try?  
> 
> Sound very bad if ``dd if=/dev/cdrom bs=2048 of=/tmp/cdimage'' is
> the only way.  Since this would probably solve the copy problem,
> but not the mount/WABI problem.
> 
> 
> Thanks,
> 
> 
> Heiko
> --
> email : [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]
> pgp   : A1 7D F6 7B 69 73 48 35  E1 DE 21 A7 A8 9A 77 92 
> finger: [EMAIL PROTECTED][EMAIL PROTECTED]
> 


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


486SX33 --> 486DX2 66 ??

1997-05-25 Thread Dany Dionne
Hi,
I have here a 486sx33 and i would like to know if i can change the cpu for
a dx2 66 ... In the specification of the board, i seen that a 486 sx2 66
is supported. A mathematics coprocessor is also supported.
Thanks in advance for your help ;)
Dany Dionne


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


LPRng and remote HP Laserjet 4M

1997-05-10 Thread Dany Dionne
Hi,
I just install lprng on our debian box. I happy to see that lprm work
correctly (with lpr we need to be root to used lprm). However, i have some
problems. Our HP Laserjet 4M has a ethernet card.

1)lpq doesn't appear to work correctly. If nothing is in the print
queue, everything goes well and i receive the message:

Printer: lp is [EMAIL PROTECTED]
JetDirect lpd: no entries

However, if something is in the print queue, i receive the error message:

Printer: lp is [EMAIL PROTECTED]
Host '132.203.76.89' - cannot open connection to '[EMAIL PROTECTED]' -
Connection refused


2)If think that the filter doesn't work properly because if i print text
document with specific french caracters (caracters with accents) the
caracteres printed are not right.

My /etc/printcap is:
:lp=
:rm=132.203.76.56 
:sd=/var/spool/lpd/PS_600dpi-letter-auto-mono
:lf=/var/spool/lpd/PS_600dpi-letter-auto-mono/log 
:af=/var/spool/lpd/PS_600dpi-letter-auto-mono/acct
:if=/usr/lib/apsfilter/filter/aps-PS_600dpi-letter-auto-mono 
:rp=text
:mx#0
:sh

Anyone can help me? I try to read in the doc but
it's to hudge. If anyone used succesfully LPRng and filter with a ethernet
Laserjet printer, i would appreciate to obtain copy of it's configuration
files.
Thanks for your help ;) 

Dany Dionne
Physics Department 
Laval University, Canada



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


problem with "halt" command to shutdown

1997-05-09 Thread Dany Dionne
Hi,
i used the "halt" command to shutdown my linux box and i receive a 
message like: "unable to find the runlevel, using hard halt"
After that, my computer was totally frozen. So, i used the reset to reboot
my computer. My partition appear wasn't properly unmounted and a check was
needed. Fortunalety, all my partitions was ok.
Any one can help me to correct my halt command? Every time i used this
command before, everything was done properly.

Dany Dionne
Physics Department
Laval University, Canada


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


mailx and signature

1997-05-06 Thread Dany Dionne
Hi,
I would like to know if i can setup mailx in such way that mailx append
a signature to every mail i compose with it.
Thanks,
Dany Dionne



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


Re: Is there an xterm for windows or win95.

1997-04-18 Thread Dany Dionne
You can also try X-Win32 from http://www.starnet.com
A demo version is available on the web site.
We use this product here on our win95 station.
Dany Dionne
Physics Department
Laval University

On Fri, 18 Apr 1997, Jim Pick wrote:

> 
> >  I have been looking for a xterminal that could be used on 
> > windows 3.1 or win95 to operate with XFree86.  Does such a thing 
> > exist?  My shop is primarily DOS based and such a thing would make my 
> > life much easier.  After talking to a friend from digital, he says 
> > that they have an I'mplementation to run on their systems so I thought 
> > such a thing might exist here.
> 
> Yes.  Unfortunately, they're all commercial.
> 
> You might want to try:
> 
> NCD PC/XWare
> WRQ Reflection/X
> Hummingbird eXceed
> 
> There's a free (albeit commercial) X Server
> which I haven't tried yet at:
> 
> http://www.microimages.com/www/html/freestuf/mix.htm
> 
> Cheers,
> 
>  - Jim
> 
> 
> 
> 


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


Any good book on numerical analysis?

1997-04-17 Thread Dany Dionne
Hi,
I am a beginner in C/C++ and i search a book on numerical analysis. Anyone
know a book accessible for me? I have the Numerical Recipies and i woulk
like to have a book in C/C++ training me in numerical analysis.
Thanks,
Dany Dionne


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


Can I emulate a Windows NT server?

1997-04-04 Thread Dany Dionne
Hi,
I would like to know if Linux can emulate a windows NT server. 
We will have soons 4 new stations on Windows NT and we woulk like to have
users accounts on these machines. To doing that, we can mount one of this
station on Windows NT server. However, all the users accounts (~80
accounts) are already open on our Debian box. So, if we can used our
Debian box to pass the account to our windows NT station, we will not have
to duplicate the accounts on a other computer. The administration of this
accounts will be also most easy.
Right now, our Debian box is seen like a windows 95 station by our real
windows 95 stations. We can access our Debian box without problem in
Win95. However, our win95 stations aren't protected by any users accounts,
they are free of access. We have the most recent version of samba and
ksmbfs from unstable installed on our Debian box.

Thanks in advance for your help,

Dany Dionne
Physics Department
Laval University, Canada


Newbie question on tar with a remote

1997-04-03 Thread Dany Dionne
Hi,
I woul like backup our linux box. Our Exabyte is on a other machine, a Sun
on Solaris. I have the permission to access the Exabyte on the Sun. But, I
have some problem to backup our hardrive on the Exabyte with the tar
command of Linux. Anyone can help me?

Thanks in advance,

Dany Dionne
Physics Department
Laval University, Canada


problem with netscape and man2html

1997-03-24 Thread Dany Dionne
Hi,
i found a strange problem with netscape and man2html. If i used
netscape (3.0 and 4.0b2 for win95) to access man2html, man2html didn't
appear to work correctly. However, with internet explorer 3.01, everything
run well, for example, i able to access the man page of the ls command.
With netscape, the same things is impossible, netscape return only the
error message : Document contains no data. More strange, in some case,
like with the afterstep man page, Netscape is able to read the man page
correctly. Anyone understand something to that?
I have the most recent version of man2html available in unstable.

Dany Dionne


problem with man2html

1997-03-23 Thread Dany Dionne
Hi,
I have some problems with man2html, it doesn't appear to work correctly.  
The cgi script seems to be unable to display most of the man page. For
example, if i try with ls, i receive the error message from netscape :
Documents contains no data
However, it's false, if i try a man ls on the unix prompt, the manpage is
found and displayed.
Other man pages, like afterstep are correctly displayed in netscape.
Any suggestion to solve the problem with man2html?

Thanks,
Dany Dionne
Physics Department
Universite Laval ( Canada )

   \\\|///
 \\  - -  //
  (  @ @  )
+---oOOo-(_)-oOOo-+
| Nom    : Dany DionneE-mail : [EMAIL PROTECTED]  |
| Page web : http://poynting.phy.ulaval.ca/~ddionne/  |
| |
+---Oooo--+
 oooO   (   )
(   )) /
 \ ((_/
  \_)


Any recommendation about a good 3D video card?

1997-03-17 Thread Dany Dionne
Hi all,

I'll buy a 3D video card this summer and i can expense 750$ (1000$
Canadien). This card is to use in the developpment of a 3D environnement
in OPENGL on PC. Do you have any recommendations? I don't know if it's a
good idea to purchase a card like a Matrox Millenium or a ATI 3D Pro Turbo
because the features on this cards are primary for the games. 

Thanks for your help,
Dany ;)
   \\\|///
 \\  - -  //
  (  @ @  )
+---oOOo-(_)-oOOo-+
|     Nom    : Dany DionneE-mail : [EMAIL PROTECTED]  |
| Page web : http://poynting.phy.ulaval.ca/~ddionne/  |
| |
+---Oooo--+
 oooO   (   )
(   )) /
 \ ((_/
  \_)


Help with remote printer

1997-01-23 Thread Dany Dionne
Hi,
we have a laserjet4 remote printer with a ethernet card and i  have some
difficulties to write a correct /etc/printcap

If my /etc/printcap is:

lj-5|lp|remote-hplj:\
:lp=/dev/null:sh:\
:sd=/var/spoll/lpd/lp:\
:rm=132.203.76.56:rp=raw:

I am able to print but the output is incorrect. Every line is decaled,

I installed apsfilter and i did try with the following entries in my
/etc/printcap file:

auto-lj|lp|ljet4-a4-auto-mono|ljet4 auto mono:\
:lp=/dev/lp0:\
:sd=/var/spool/lpd/ljet4-a4-auto-mono:\
:lf=/var/spool/lpd/ljet4-a4-auto-mono/log:\
:af=/var/spool/lpd/ljet4-a4-auto-mono/acct:\
:if=/usr/lib/apsfilter/filter/aps-ljet4-a4-auto-mono:\
:mx#0:\
:sh:
rlp1|remote-ljet4|hplj4m-1|ljet4-a4-auto-mono|ljet4 auto mono:\
:lp=/dev/null:\
:sd=/var/spool/lpd/remote:\
:rm=132.203.90.56:rp=raw:

where /usr/lib/apsfilter/filter/aps-ljet4-a4-auto-mono is the
filter provided by apsfilter with the following modifications:

REMOTE_PRINTER is set to "True"

Unfortunately, it's not work. I receive the error message:
waiting for lp to become ready (offline ?)


Anyone have a idea?

Thanks a lot,

Dany Dionne
Physics Department
Universite Laval



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


SOLUTION to HELP with X and problem with PEX and XIE

1997-01-22 Thread Dany Dionne
Hi,
I found the problem, its a bug in the script xf86config. It wrote some bad
lines in my XF86Config in the mouse pointer section.
But, before i found that, i uninstall X-windows and reinstall it.
The problem is with PEX and XIE extenions, they are not loaded. What can i
do?

Thanks 

Dany


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


HELP!!! X-Windows is dead!

1997-01-22 Thread Dany Dionne
Hi,
If i try to go in X, i receive the error message:

X: exec of /usr/X11R6/bin/XF86_Mach64  failed
_X11TransSocketUNIXConnect : Can't connect : errno = 2
_X11TransSocketUNIXConnect : Can't connect : errno = 2
_X11TransSocketUNIXConnect : Can't connect : errno = 2
_X11TransSocketUNIXConnect : Can't connect : errno = 2
_X11TransSocketUNIXConnect : Can't connect : errno = 2
_X11TransSocketUNIXConnect : Can't connect : errno = 2
giving up
xinit : No such file or directory (errno2 ): unable to connect to Xserver
xinit : No such process (errno 3): Server error.

This problem appear after a reboot.

Please, help me!!

Dany Dionne 
Physics Department
Universite Laval



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


How emulate a SUN keyboard in olvwm?

1997-01-16 Thread Dany Dionne
Hi,
we have olvwm in your debian box and we would be able to use the F keys 
(F1,F2,etc) to emulate the keys front,open,cut,copy,paste,help on a SUN
keyboard. I think that i must edit the .Xmodmap file but i don't known 
what i must write in it.

Thanks a lot,

Dany Dionne
Physics Department
Universite Laval  
 
 


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


xfm and debian package

1997-01-15 Thread Dany Dionne
Hi,
we use olvwm and we search a file manager. I can't found a debian with a
file manager like xfm. Anyone can help me?

Thanks in advance,

Dany Dionne
Physics Department
Universite Laval



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


Problem with /etc/printcap

1997-01-07 Thread Dany Dionne
Hi,
I try to print on a ethernet printer ( HP Laserjet 4m ) and i have some
problem with /etc/printcap, so i can use the printer.
If i try to print with lpr or if i try a lpq, i receive the error message:

lpr: lp: unknow printer.

My /etc/printcap is:

lj-5|remote-hplj:\
:lp=/dev/null:sh:\
:sd=/var/spool/lpd/lj-5:\
:rm=132.203.76.56:rp=raw:


The printer IP adress is 132.203.76.56 and the printer name is gutenberg

Anyone can help me?
Thanks,

Dany Dionne
Physics Department
Universite Laval


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


Problem with /etc/printcap

1997-01-07 Thread Dany Dionne
Hi,
I try to print on a ethernet printer ( HP Laserjet 4m ) and i have some
problem with /etc/printcap, so i can use the printer.
If i try to print with lpr or if i try a lpq, i receive the error message:

lpr: lp: unknow printer.

My /etc/printcap is:

lj-5|remote-hplj:\
:lp=/dev/null:sh:\
:sd=/var/spool/lpd/lj-5:\
:rm=132.203.76.56:rp=raw:


The printer IP adress is 132.203.76.56 and the printer name is gutenberg

Anyone can help me?
Thanks,

Dany Dionne
Physics Department
Universite Laval


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


how emulate a WINDOWS 95 station

1996-12-06 Thread Dany Dionne
Hi,
I supervise a network with a station on debian an many station on Windows
95. The Windows 95 can see them on the network, i think they used the
NETBEUI protocol. I would like to know how configurate the debian server
in mannner that i will be seen by other win95 stations like a win95
station, or how emulate a windows NT server on the debian server.

Thanks

Dany Dionne
Physics Department
Univesite Laval
Quebec, Canada



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