Re: something just sorta cool ...

1998-04-08 Thread Adam Shand

 This will make the viewer command work even if netscape isn't already
 running.  Basically, you're saying run netscape -remote OR run
 netscape.  If the remote command fails (netscape's not already
 running), then you'll fire up a new one!  If netscape is already
 running, then you'll open the html file in the running copy, and never
 try running a new netscape process!  You could extend this even further
 with another OR statement, which would run lynx if neither netscape
 command works.  That's really useful if you're on a non-graphical
 session (i.e. logged in remotely). 

hey,

cool.  i'd wondered if it would start up a new session if one didn't
already exist ... but hadn't gotten that far yet.

also i didn't know that || was valid syntax in a mailcap.

danke.

adam.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: kernel 2.0.33

1998-04-08 Thread Marcus Brinkmann
On Mon, Apr 06, 1998 at 10:56:09AM -0400, Lewis, James M.  wrote:
 I tried using my old .config file from 2.0.30 and menuconfig did not show
 me the NLS and code page options.  I had to use the default .config file
 and go from scratch.  Also, if you don't say Y to the NLS support, the
 kernel won't compile.  (Why have a choice if there isn't any?)

Yeah, mybe a mail to linux-kernel could help?

Marcus

-- 
Rhubarb is no Egyptian god.Debian GNU/Linuxfinger brinkmd@ 
Marcus Brinkmann   http://www.debian.orgmaster.debian.org
[EMAIL PROTECTED]for public  PGP Key
http://homepage.ruhr-uni-bochum.de/Marcus.Brinkmann/   PGP Key ID 36E7CD09


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


cross compiling from linux to dos

1998-04-08 Thread Rohit Mehta
 
hello i was wondering if anyone knew how to cross compile from 
linux for dos/win95.  i wrote a lot of c code using the curses.h
library and it does not port to borland or turbo c.  is there 
some way i can tell gcc to compile it for a different 
operating system??
 
 
any illumination would be appreciated.  thanx
 
rohit


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Installing debian

1998-04-08 Thread Nathan E Norman
On Tue, 7 Apr 1998, Edward Christopher Kern wrote:

[ snip problem ]

: The details:  IBM 486/50  8 MB RAM, 212 MB SCSI HDD.  Currently DOS,
: attempting debian.

Not to be a smartass, but I suspect you've left out a few details.  For
example, is this an MCA or ISA machine?  If it's MCA, you'll need to
roll a new kernel for the boot disk that includes the IBM SCSI HBA
driver.

The boot kernel does include MCA by default, but doesn't include that
particular SCSI HBA - I'm not sure why.  If you have a Model 90, this is
probably the problem.

If you need an MCA/IBM SCSI kernel for a boot disk, let me know, and 
I'll send you mine.

--
Nathan Norman
MidcoNet - 410 South Phillips Avenue - Sioux Falls, SD  57104
mailto://[EMAIL PROTECTED]   http://www.midco.net
finger [EMAIL PROTECTED] for PGP Key: (0xA33B86E9)



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


problems with cvs

1998-04-08 Thread Luiz Otavio L. Zorzella

Hi,

recently I upgraded my cvs client, and started having problems trying
to add directories in a remote server, connected through ssh.

Here is a debug of it:

$ mkdir testremote
$ cvs -t add testremote 
 - Starting server: ssh xxx.xxx.xxx.xxx -l zorzella cvs server 
 - Create_Admin (testremote, testremote, /xxx/xxx/testremote, , , 0, 0)
 - unlink(testremote/CVS/Tag)
 - Create_Admin
 - rename(CVS/Entries.Backup,CVS/Entries)
 - unlink(CVS/Entries.Log)
S- rename(CVS/Entries.Backup,CVS/Entries)
S- unlink(CVS/Entries.Log)
cvs server: testremote already exists, with version number 
S- unlink_file_dir(/tmp/cvs-serv6924)

This message appears whichever directory name I try.

Things work ok adding dirs locally in the server (I did not upgrade
cvs there), and when adding files.

Any clues?

$ dpkg -l cvs*
Desired=Unknown/Install/Remove/Purge
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ NameVersionDescription
+++-===-==-
ii  cvs 1.9.26-2   Concurrent Versions System -- an RCS extensi
un  cvs-buildpackag none (no description available)
ii  cvs-pcl 1.9.10+openbsd Concurrent Versions System Emacs extension (
pn  cvsweb  none (no description available)


-- 
Luiz Otavio L. Zorzella Product Engineer
[EMAIL PROTECTED]  http://www.conexware.com


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Can't get my mouse to work

1998-04-08 Thread Dan Winkler
Ah okay, when I try using gpmconfig it tells me gpm: /dev/psaux: No such
device.  So what does that mean?  There is a file /dev/psaux which looks
right, but I can't get cat  /dev/psaux to work either.  Any thoughts?

-Original Message-
From: Robert Wilderspin [EMAIL PROTECTED]
To: Dan Winkler [EMAIL PROTECTED]
Date: Tuesday, April 07, 1998 2:49 PM
Subject: Re: Can't get my mouse to work


On 7 Apr 98 00:02:50 GMT, in linux.debian.user you wrote:

The mouse is a PS/2 mouse.  It works fine under Windows 95.  It does not
work at all under Linux.  When I run XF86Setup, I select PS/2 mouse and
set
the device to be /dev/psaux and apply the changes, but moving the mouse
does not move the cursor.  The /dev/psaux file exists and looks right.  I
believe the kernel has PS/2 support included because in /var/log/messages
there's a line that says PS/2 Auxiliary pointing device detected --
driver
installed.  But in /proc/interrupts there's no mention of a PS/2 device
or
a mouse.  I've also tried disabling both serial ports and the parallel
port
in the BIOS to see if there was some IRQ conflict, but that made no
difference.

So... what should I try next?

If you haven't already, try to get it working with gpm.  Run
gpmconfig (if I remember it correctly) and select the PS/2 device.
The man-pages describe how to do this better.

If that works okay, then you can follow the man-pages again to use gpm
to handle it under X using the -R switch, changing the device in
XF86Config to /dev/gpmdata with type MouseSystems.  What this does
is set up a fake device for X to use, controlled via gpm.  This is all
from my rusty memory, but I know that it should work.


It's a shame that simple things like this are so complicated to get
working, as I'm sure it puts a lot of people off using Linux.  I hope
that this is of some use to you.

Rob Wilderspin.
--
The problem with people is that half of them are
below average intelligence. And don't realise it.
-= (send replies to rob@)



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: error de instalacion

1998-04-08 Thread Nelson Posse Lago
On Fri, 2 Jan 1998, pirusta wrote:

 me sale el error
 hdd:irq timeout:status 0x50 cuatro veces, luego hdd:ATAPI  reset
 complete, y
 despues de salir otras cuarto veces el otro, me sale end_request:I/O
 error,dev 16:40,sector 0.
 En principio parece ser problema del CD(hdd), pero no se porque, ya que
 arranco el PC desde el cd-rom y me arranca bien.

Are you sure the CD is configured as hdd? Is the CD (not the player, the
disk) OK? Is it a true CD or a CD-R? Some CD-ROM's have difficulties at
reading CD-R's. Anyway, this is *definetely* a hardware-related problem;
I'd bet on the CD media being defective. If the CD-ROM s configured as hdd
but there is nothing as hdc, you may consider changing that, putting the
CD-ROM as hdc (these kind of thing vary greatly depending on the hardware,
BIOS, motherboard etc).

 He decidido instalar LINUX porque tengo buenas referencias de este
 S.O., pero como empecemos asi con la instalacion, lo mando al carajo.

Take it easy, man! If you come from a Windows-like background, linux takes
a lot getting used to. And you will, now and then, face problems,
specially during the initial installation, when not everything is
correctly configured yet.

See ya,
Nelson
[EMAIL PROTECTED]
That's Internet!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Need help with da requirements

1998-04-08 Thread Ziemowit
Hey,
No, in the installation readme file it says that Linux works on Pentium,
Pentuim Pro, now, what about Pentium II?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Installation..How to add packages!!

1998-04-08 Thread sohel
Hi,

I am new to this list. I just installed a base debian linux on my
machine. Now i would like to add different softwares/packages. What
would be procedure to go about it?? Also how can i mount my cdrom so
that i can copy these packages? The mount command only shows /dev/hdb1
and proc. Debian is installed on a primary slave disk(/dev/hdb1). Do i
nned to load some type of drivers for the cdrom? It is detected as Atapi
cdrom at boot time(hdc..its on secondary controller as the secondary
master). I would appreciate any help on this. 

Thank you.

Regards,

sohel


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Need help with da requirements

1998-04-08 Thread Ben Pfaff
   No, in the installation readme file it says that Linux works on Pentium,
   Pentuim Pro, now, what about Pentium II?

It works fine on Pentium IIs.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Need help with da requirements

1998-04-08 Thread Carroll Kong
It should work.  My friend runs Red Hat 5.0 with a Pentium II.  


Carroll Kong

On Wed, 8 Apr 1998 [EMAIL PROTECTED] wrote:

 Hey,
 No, in the installation readme file it says that Linux works on Pentium,
 Pentuim Pro, now, what about Pentium II?
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Need help with da requirements

1998-04-08 Thread Marco Anglesio


On Wed, 8 Apr 1998 [EMAIL PROTECTED] wrote:

 Hey,
 No, in the installation readme file it says that Linux works on Pentium,
 Pentuim Pro, now, what about Pentium II?

PII is 386-compatible (IOW, it will run code compiled for a/on an i386);
ergo, PII will work. 

m.

--
   [EMAIL PROTECTED]  Life is like a bad margarita with good tequila,
http://squawk.klue.on.ca  I thought, as I poured whiskey onto my granola
Running Debian Linux 2.0  and faced a new day.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Need help with da requirements

1998-04-08 Thread Markus Lechner
This is what i did - setting up my PII as a PPro.
Never had any problems. But some Kernel-Makefiles
showed a Pentium (only) config *after* i tried to
configure as PPro. I manually reset this to PPro -
no problems. My machine is running continously with
two to three Users logged in localy.
BTW compiling programms for 486 works, no need for 386.
;)

Mac


George Bonser wrote:
 
 Last I heard, P-II sould be set up as PPro but I will double check it.
 
 On Wed, 8 Apr 1998, Marco Anglesio wrote:
 
 
 
  On Wed, 8 Apr 1998 [EMAIL PROTECTED] wrote:
 
   Hey,
   No, in the installation readme file it says that Linux works on 
   Pentium,
   Pentuim Pro, now, what about Pentium II?
 
  PII is 386-compatible (IOW, it will run code compiled for a/on an i386);
  ergo, PII will work.
 
  m.
 
  --
 [EMAIL PROTECTED]  Life is like a bad margarita with good tequila,
  http://squawk.klue.on.ca  I thought, as I poured whiskey onto my granola
  Running Debian Linux 2.0  and faced a new day.
 
 
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 
 
 
 George Bonser
 Just be thankful that Open Group does not own Linux.
 http://www.debian.org
 Debian/GNU Linux ... the maintainable operating system.
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

-- 
Markus Lechner   (Company - LightWolf)  |   The 
Prometheus-Project
[EMAIL PROTECTED]|   
[EMAIL PROTECTED]
http://home.munich.netsurf.de/Markus.Lechner|   (only for
Project-Team)
PGP-Public-Key(s) are available |


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Installation..How to add packages!!

1998-04-08 Thread Oliver Elphick
sohel wrote:
  Hi,
  
  I am new to this list. I just installed a base debian linux on my
  machine. Now i would like to add different softwares/packages. What
  would be procedure to go about it?? 

Become root; then use dselect.  Take time to read the help screens - 
the interface is not intuitive.

   Also how can i mount my cdrom so
  that i can copy these packages? The mount command only shows /dev/hdb1
  and proc. Debian is installed on a primary slave disk(/dev/hdb1). Do i
  nned to load some type of drivers for the cdrom? It is detected as Atapi
  cdrom at boot time(hdc..its on secondary controller as the secondary
  master). I would appreciate any help on this. 

You can mount your CD thus: `mount -t iso9660 /dev/hdc /cdrom'

(/cdrom must already exist; if it doesn't: `mkdir /cdrom')

The CD's contents are visible under /cdrom.  

You do not need to mount the CD to use it with dselect; choose the CD
installation method and dselect will mount it for itself.
-- 
Oliver Elphick[EMAIL PROTECTED]
Isle of Wight  http://www.lfix.co.uk/oliver

PGP key from public servers; key ID 32B8FAA1



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Xwindows

1998-04-08 Thread John C. Ellingboe
Hello to the Debian users list.

I have hade good luck so far in setting up my system with Debian 1.3.1
(kernal 2.0.29) from the FTP site.  I had installed the Xwindows and it
came up at boot time but was a complete mess so I deinstalled and
started over.  I thought the installation went proper this time but it
doesn't come up at boot time, or with XDM, STARTX or XINIT.  Also there
are no indications of any added processes with the ps command.  With XDM
the disk runs for a second and I am returned to the system prompt.  I
get the following message with either STARTX or XINIT.

_X11TransSocketUNIXConnect: Can't connect: errno = 2

   the above message 6 times

giving up.
xinit: No such file or directory (errno 2): unable to connect to Xserver
xinit: No such process (erno 3):  Server error.

The installed packages are.

Xserver-svga
Xserver-vga16
Xbase
fvwm95
fvwm-common
plus some others

None of the packages indicated any missing dependances.

Where should I start looking for the source of this problem.  I didn't
see anything with a quick look in the logs but I could have missed
something.  XF86Config appears to be in order per the included
docs/manpages.  I will provide any output necessary on request.

Also where and what file/s do I get to install a stable version of
Netscape with this version of Debian.

Thanks in advance for any help.

John C. Ellingboe
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Server(s) Needed=DO NOT SPAM THIS LIST

1998-04-08 Thread Michael Beattie
On Tue, 7 Apr 1998, DAVID B. TEAGUE wrote:

 
 WHOEVR YOU ARE:
 
 DO NOT SEND BULK MAIL TO THIS LIST. 
 
 THE MAIL SERVERS THIS LIST USES ARE DONATED FREE, GRATIS, SO THE MEMBERS
 CAN DEVELOP FREE SOFTWARE. YOU COST THIS PROJECT MONEY, REAL MONEY BY
 SENDING SPAM TO THIS MAILING LIST
 
 DO NOT SEND BULK MAIL TO THIS LIST.
 
 YOU HAVE GONE TO A GOATS HOUSE FOR WOOL. ASKING THIS MAILING LIST FOR A
 BULK MAIL SERVER IS LIKE ASKING A MUGGING VICTIM IF HE WANTS SLAPPED. 
 
 STOP IT. We have legal recourse and will take all measures
 available to us under law. DO NOT SEND BULK MAIL TO THIS LIST.
 
 I am  not a developer, but I have great respect for those who do, and am
 a beneficiary of their gift of free software. 
 
 PLEASE STOP GETTING IN THE WAY!!! DO NOT SEND BULK MAIL TO THIS LIST.
 


YEAH!!! You tell 'em Dave!!


   Michael Beattie ([EMAIL PROTECTED])

---
Bother, said Pooh, as he was assimilated by the Borg.
---
Debian GNU/Linux  Ooohh You are missing out!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: KDE

1998-04-08 Thread Graham Lillico +44 1785 248131
 There are kdelibs and kdesupport Debian packages on your site; is there
 a kdebase one on the way too?

Check out www.kde.org there ftp site contains .deb packages for the latest
release, and I think the files you are after are there to from what I can
remember.

Regards

Graham
 
 --
 
 Graham Pople ([EMAIL PROTECTED])
 SNES emulators at Emulation One (http://www.jalna.demon.co.uk/index.htm)
 
 All emulators at E1 Newsletter (http://www.jalna.demon.co.uk/e1news.htm)
 
 
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


CD-R, CD-RW

1998-04-08 Thread Martin Oldfield

Has anyone any experience of using a CD-R, or preferably a CD-RW drive 
with Linux ? I'm particularly interested in SCSI based drives.

Cheers,
-- 
Martin Oldfield. 


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


THANKS: gs-aladdin 5.* for bo

1998-04-08 Thread Ulisses Alonso Camaro
Hi,

I would like to thank everyone who answered my post

Regards,

Ulisses

PD: It works perfectly (of course ;-)



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Software RAID configuration in hamm install?

1998-04-08 Thread Ulisses Alonso Camaro
Hi all,

I'm novice to RAID, and I want to try with it. I would like to know if
hamm provices in its installation the tools to setup a RAID0 (stripping)
installation. Also I would like to know if the menu for installation has
RAID0 configuration options

Thanks in advance,

Ulisses

PD: Does debian.org ships hamm?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Emerging Markets Technology and Information

1998-04-08 Thread Khawar Nehal
Dear Sir/Madam,

ZT is a company which provides the following services : 

Supply of printed, online, and cdrom versions of business directories and
analysis reports of the following emerging markets :
UAE, HongKong, NewZealand, Uzbekistan, Pakistan, Russia, Iran, Kazakistan, 
Myanmar. 

Information Technology, Communications and Internet Serivices.

For details please email to [EMAIL PROTECTED]

Regards,

Khawar Nehal

P.S. If this message is out of place, please forward this message to the
Technical or Marketing Department.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


CONFIRM s040804432015036

1998-04-08 Thread FRANCK . F . L . LEGALL


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Can't get my mouse to work

1998-04-08 Thread Nils Rennebarth
On Tue, Apr 07, 1998 at 10:47:04PM -0400, Dan Winkler wrote:
 Ah okay, when I try using gpmconfig it tells me gpm: /dev/psaux: No such
 device.  So what does that mean?  There is a file /dev/psaux which looks
 right, but I can't get cat  /dev/psaux to work either.  Any thoughts?
That means the kernel does not know how to handle this device.

Try modprobe psaux

Additionally put the line

psaux

in /etc/modules to automatically load it on reboot.


Nils

--
*-*
| Quotes from the net:  L Linus Torvalds, W Winfried Truemper   |
| Lthis is the special easter release of linux, more mundanely called 1.3.84 |
| WUmh, oh. What do you mean by special easter release?. Will it quit  |
* Wworking today and rise on easter? *


pgppcoJSv84fs.pgp
Description: PGP signature


Re: CD-R, CD-RW

1998-04-08 Thread Carroll Kong
Yeah.   I burned ~ 5 CDs in Linux.  My overall record with the Ricoh and
Yamaha is still ~ 30 successful vs 0 misburns.  Only the Yamaha worked, not the
Ricoh1060, in Linux.  I use cdrecord ver 1.6alpha 14 with mkisofs.  (It comes
with mkisofs).  I did not try the RW discs on it yet but I cannot see why it
would not work.  :)


Carroll Kong

On Wed, 8 Apr 1998, Martin Oldfield wrote:

 
 Has anyone any experience of using a CD-R, or preferably a CD-RW drive 
 with Linux ? I'm particularly interested in SCSI based drives.
 
 Cheers,
 -- 
 Martin Oldfield. 
 


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Threading list subjects?

1998-04-08 Thread Christian Weisgerber
In article [EMAIL PROTECTED],
Ray Schultz [EMAIL PROTECTED] wrote:

 I am new to the list.  I have been on for only few days and already have
 75 messages from the list.  [...]
 How are all you guys handling the subject threading deal?

I use newsgate to forward various mailing lists to strictly local list.*
newsgroups. This allows me to read high volume mailing lists like the
Debian and FreeBSD ones with my newsreader of choice (currently trn4)
with support for threading and killfiles.

-- 
Christian naddy Weisgerber  [EMAIL PROTECTED]
  See another pointless homepage at URL:http://home.pages.de/~naddy/.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


CD-R, CD-RW : philips ?

1998-04-08 Thread FRANCK . F . L . LEGALL

Does anyone have experience with philips 3610 ?
De: MAILSYS / X400
(//INTERNET/FR/ATLAS/THOMSONRFC-822:[EMAIL PROTECTED])
A: MAILSYS / X400 (//INTERNET/FR/ATLAS/THOMSONRFC-822:[EMAIL PROTECTED])
Cc: MAILSYS / X400
(//INTERNET/FR/ATLAS/THOMSONRFC-822:debian-user@lists.debian.org)
Objet: Re: CD-R, CD-RW
Date: mercredi 8 avril 1998 06:15

Recipient Type: BCC

---
Yeah.   I burned ~ 5 CDs in Linux.  My overall record with the
Ricoh and
Yamaha is still ~ 30 successful vs 0 misburns.  Only the Yamaha
worked, not the
Ricoh1060, in Linux.  I use cdrecord ver 1.6alpha 14 with mkisofs.  (It comes
with mkisofs).  I did not try the RW discs on it yet but I cannot
see why it
would not work.  :)


Carroll Kong

On Wed, 8 Apr 1998, Martin Oldfield wrote:



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Tkdesk error

1998-04-08 Thread Marc van der Vossen
Hi all,

Sorry if this question is a bit simple, but I'm just starting to learn
Linux.
I have a problem with Tkdesk, I've installed it and when I try to run it I
get the following message:

 font -*-helvetica-medium-r-*-*-14-* doesn't exist

So there is a font missing, where should it be and how should I install it.
An other question:
I have installed Afterstep, but now I need to get it started, I think
.xinitrc or  something like that has to be modified, how should I do that ?

Thanks

Marc
[EMAIL PROTECTED]




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Sqiud and Socks

1998-04-08 Thread Bujtar Janos
Hello !


I'd like to set up inside firewall Netscape communicators to get to the Net.
I set up Squid proxy on port 3128 to cache http and ftp queries and on the same
machine a dual homed socks5 proxy (port 1080) (Debian Linux).
Socks is only for mail/irc purposes (Mail server is out there on the Net). But i
can not configure Netscape to use socks proxy for mail access and squid for
http.

So http/ftp/gopher queries would go only to squid
   mail/irc/etc. to socks proxy!


If I set manually these proxies everything go through the socks, squid get http
queries from socks proxy and there is no info about the machine who requested
the web page. So i can not log the clients' activities!!  

When i use the automatic proxy config javascript where 

http goes onto squid
ftp goes onto squid
gopher goes onto squid
 any other onto socks


then mail server is inaccessible (from netscape)


Any ideas?




Bye !

James


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Need help with da requirements

1998-04-08 Thread servis
On  7 Apr, George Bonser wrote:
 
 Last I heard, P-II sould be set up as PPro but I will double check it.

From what I have heard(read?) the PII's are just PPro's w/ MMX and
different cache.  So compile kernel w/ PPro option.

-- 
Brian 
-- 
Mechanical Engineering  [EMAIL PROTECTED]
Purdue University   http://www.ecn.purdue.edu/~servis


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Need help with da requirements

1998-04-08 Thread Nathan E Norman
On Wed, 8 Apr 1998 [EMAIL PROTECTED] wrote:

: Hey,
: No, in the installation readme file it says that Linux works on Pentium,
: Pentuim Pro, now, what about Pentium II?

Works more or less the same as a PPro.  The major difference between a
PPro and a PII, iirc, the L1 and L2 cache location and size (oh, and
MMX, which isn't terribly useful wrt UNIX, is it?)

--
Nathan Norman
MidcoNet - 410 South Phillips Avenue - Sioux Falls, SD  57104
mailto://[EMAIL PROTECTED]   http://www.midco.net
finger [EMAIL PROTECTED] for PGP Key: (0xA33B86E9)



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Hard Disk Size

1998-04-08 Thread Jaakko Niemi
 Hi,
  
   As a thought, if Linux couldn't handle large filesystems I don't anyone
   would have bothered implementing RAID for Linux.  :)
  
   It's already done. I'm running here with 2 0.5GB scsi disks as RAID-0
   with /var mounted there. Also something like 20+20mb swap partitions 
   on those drives - improves the systems responsivity a lot. 
 
 Yes, I know.  I was merely trying to show the person I was responding to
 that Linux can handle large filesystems and drives.:)

 Doh! I read too hastily :)

 Talking about big disks we (at work) delivered to a customer today an machine 
 with 27G total disk capacity (3x9.something 10k rpm IBM disks). They were going
 to use RAID and (suprise, suprise) Linux. 

--j
 
 Thanks anyway,
 -Ossama
 
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: CD-R, CD-RW

1998-04-08 Thread dpk
On Wed, 8 Apr 1998, Martin Oldfield wrote:

 
 Has anyone any experience of using a CD-R, or preferably a CD-RW drive 
 with Linux ? I'm particularly interested in SCSI based drives.

I have recently started working with a Sony CDU924S (CD-R) with
a Adaptec 2940 SCSI controller using cdrecord.  Following the CD-Writing
HOWTO was a snap.  In return I have burned around 7 CDs successfully, with
no misburns.

Dennis
--
dpk [EMAIL PROTECTED], Network Administrator   |  work: 353.4844
Division of Engineering Computing Services |  page: 222.5875


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: KDE

1998-04-08 Thread Graham Pople
  There are kdelibs and kdesupport Debian packages on your site; is there
  a kdebase one on the way too?
 
 Check out www.kde.org there ftp site contains .deb packages for the latest
 release, and I think the files you are after are there to from what I can
 remember.
 
 Regards
 
 Graham

Out of curiosity, are they libc5 or glibc?


They're libc5. They offer a glibc version for RPM users, but not for
Debian packages. I did however find a glibc version of kdebase, in
/debian/project/experimental directory of Debian's FTP server.

Graham Pople ([EMAIL PROTECTED])
SNES emulators at Emulation One (http://www.jalna.demon.co.uk/index.htm)
All emulators at E1 Newsletter (http://www.jalna.demon.co.uk/e1news.htm)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re:

1998-04-08 Thread Graham Pople
Hi, 

When I install Debian packages (from diskette) using dselect, I am asked
for the packages.gz. Where can I get this file?


Best Regards,

Chee Seng
([EMAIL PROTECTED])


Just type 'scan' when it asks you for it, and it will add all the files
on the disk instead of using a package.gz file.

Graham Pople ([EMAIL PROTECTED])
SNES emulators at Emulation One (http://www.jalna.demon.co.uk/index.htm)
All emulators at E1 Newsletter (http://www.jalna.demon.co.uk/e1news.htm)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


clean shutdown

1998-04-08 Thread David B Wilson
Is there a way to do a clean shutdown without becoming root?
(Preferably still restricting access to those who can push the power button.)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: clean shutdown

1998-04-08 Thread Ben Pfaff
   Is there a way to do a clean shutdown without becoming root?

Ctrl+Alt+Del works.  If you want to restrict normal users from doing
CAD, then put the allowed users in /etc/shutdown.allow.

Of course, over the network, this doesn't work.  You could use the
sudo or super packages, though.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: clean shutdown

1998-04-08 Thread Kenneth L. Summers
 Is there a way to do a clean shutdown without becoming root?
 (Preferably still restricting access to those who can push the power button.)
 

The method I tell folks around here to use is to go to a virtual console,
press Ctrl-Alt-Delete and watch for the bios screen.  Then shut it off.
If there is a better way, I'd be interested in hearing it (mostly so I can
make sure nobody does it :)

Ken


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: KDElibs vs qt1 and libgif2

1998-04-08 Thread Jeff Katcher
Matt Kennedy wrote:
SNIP
 library files needed to run KDE on Debian (I think it takes care of
 libgif2). You also need to get QT version 1.3 or better. KDE's site has a
 link to Troll Tech who makes QT where you can get the current version 1.33.
/SNIP

I found that KDE required QT1, but the package from Troll Tech installs
itself 
as QT


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: cross compiling from linux to dos

1998-04-08 Thread Bob Nielsen
On Tue, 7 Apr 1998, Rohit Mehta wrote:

  
 hello i was wondering if anyone knew how to cross compile from 
 linux for dos/win95.  i wrote a lot of c code using the curses.h
 library and it does not port to borland or turbo c.  is there 
 some way i can tell gcc to compile it for a different 
 operating system??

You might try djgpp, which is more gcc-like than the Borland products.

Bob


Bob Nielsen Internet: [EMAIL PROTECTED]
Tucson, AZ  AMPRnet:  [EMAIL PROTECTED]
http://www.primenet.com/~nielsen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: clean shutdown

1998-04-08 Thread DAVID B. TEAGUE
On Wed, 8 Apr 1998, David B Wilson wrote:

 Is there a way to do a clean shutdown without becoming root?
 (Preferably still restricting access to those who can push the power button.)

David, 

You can do a clean shutdown as a non-root user if you have planned
for it as root. You can set Control-Alt-Del up to do a shutdown. My
Debian system came up that way when I installed. I think they all do.

However, my system at work has this in /etc/inittab:

# What to do when CTRL-ALT-DEL is pressed.
#ca::ctrlaltdel:/sbin/shutdown -t1 -r now

Some administrator here is paranoid.

So look in /etc/inittab and if that line is commented, uncomment it,
then you can have a reasonably safe shutdown as non-root.

David

---
   LINUX: the FREE 32 bit OS for [3456]86 PC's available NOW!
David B Teague | Ask me how user interface copyrights  software
[EMAIL PROTECTED] | patents make programing a dangerous business. 




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: clean shutdown

1998-04-08 Thread stephen . p . ryan
On  8 Apr, Kenneth L. Summers wrote in reply to
 David B. Wilson
 Is there a way to do a clean shutdown without becoming root?
 (Preferably still restricting access to those who can push the power button.)
 
 
 The method I tell folks around here to use is to go to a virtual console,
 press Ctrl-Alt-Delete and watch for the bios screen.  Then shut it off.
 If there is a better way, I'd be interested in hearing it (mostly so I can
 make sure nobody does it :)

ObDisclaimers: I have no idea what, if anything, I just broke. 

I have modified /etc/inittab and /etc/kbd/default.map.gz.  In
/etc/kbd/default.map.gz, I have Control-Alt-Insert mapped to
KeyboardSignal, and in /etc/inittab, I have added a line (okay, I
uncommented one that was already there and modified it) that runs
shutdown -h now when it receives a kbsignal.  This way, when I press
Control-Alt-Insert, it does something almost like Ctrl-Alt-Del, but
halts instead of rebooting.  On my laptop, or on some machines which
support power management, this turns off the power as well.  I suppose
you could modify the Ctrl-Alt-Del sequence to halt instead of
rebooting, but I like the option to choose rebooting or halting.

I can provide copies of the relevant parts of those files on request - I
have three machines running Debian right now, and I've made this
modification on two of them.  Guess which of the three has net access
:-)
-- 
Stephen Ryan   Debian GNU/Linux
Mathematics graduate student, Dartmouth College



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Mouse

1998-04-08 Thread Graham Lillico +44 1785 248131
Hi,

I have a microsoft ps/2 mouse with the wheel and I was wondering if the wheel
could be used as a third button under X? as it can be under Win95.  If so what
do I set the mouse up as?  I have tried saying that the mouse is three buttons
but It doesn't seem to work. Any ideas?

Regards

Graham


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Mail Problems, Again

1998-04-08 Thread Michael Acklin
Hello,

I have been trying to fix my smail program to be able to receive mail 
from
others using my static ip/monolith address. These questions are based on my
home machine and I have read over DNS/SMAIL/NETWORK, etc. manpages and
HOWTO's. I came accross some messages between George Bonser and Remco from
Feb/March list archives and tried some of the tips they came up with. But
am still having problem receiving mail. Sending mail is no problem, it is
just when I try to receive from anyone using the [EMAIL PROTECTED]
address. I get mail fine from my [EMAIL PROTECTED] address. 

Here's my part of my smail config file.

visible_name=samson.ml.org
domains=samson.ml.org:dallas.net
hostnames=archangel:aux-217-10-129

This was explained in the archives between George and Remco.

Here's my hosts file:

209.217.10.129  samson.ml.org aux-217-10-129.dallas.net

Again like the archives mentioned.

Now this is what I see on my syslog when mail is incoming:

Apr  8 11:21:49 archangel in.smtpd[1025]: connect from mailgw1a.lmco.com
Apr  8 11:21:52 archangel in.smtpd[1027]: connect from samson.ml.org
Apr  8 11:21:53 archangel in.smtpd[1030]: connect from samson.ml.org
Apr  8 11:21:54 archangel in.smtpd[1033]: connect from samson.ml.org
Apr  8 11:21:54 archangel in.smtpd[1036]: connect from samson.ml.org
Apr  8 11:21:55 archangel in.smtpd[1039]: connect from samson.ml.org
Apr  8 11:21:55 archangel in.smtpd[1042]: connect from samson.ml.org
Apr  8 11:21:56 archangel in.smtpd[1045]: connect from samson.ml.org
Apr  8 11:21:56 archangel in.smtpd[1048]: connect from samson.ml.org
Apr  8 11:21:57 archangel in.smtpd[1051]: connect from samson.ml.org
Apr  8 11:21:58 archangel in.smtpd[1054]: connect from samson.ml.org
Apr  8 11:21:58 archangel in.smtpd[1057]: connect from samson.ml.org
Apr  8 11:21:59 archangel in.smtpd[1060]: connect from samson.ml.org
Apr  8 11:21:59 archangel in.smtpd[1063]: connect from samson.ml.org
Apr  8 11:22:00 archangel in.smtpd[1066]: connect from samson.ml.org
Apr  8 11:22:01 archangel in.smtpd[1069]: connect from samson.ml.org
Apr  8 11:22:02 archangel in.smtpd[1072]: connect from samson.ml.org

Then when I get the Bounced mail back I see:

|- Failed addresses follow: -|
[EMAIL PROTECTED] ... loop detection: maximum hop count exceeded
|- Message text follows: |
Received: from archangel ([209.217.10.129]) by archangel
with esmtp (ident root using rfc1413) id m0yMxEc-0003AGC
(Debian Smail-3.2 1996-Jul-4 #2); Wed, 8 Apr 1998 10:57:58 -0500 (CDT)
Received: from archangel ([209.217.10.129]) by archangel
with esmtp (ident root using rfc1413) id m0yMxEb-000391C
(Debian Smail-3.2 1996-Jul-4 #2); Wed, 8 Apr 1998 10:57:57 -0500 (CDT)

Received: from archangel ([209.217.10.129]) by archangel
with esmtp (ident root using rfc1413) id m0yMxEb-0003ANC
(Debian Smail-3.2 1996-Jul-4 #2); Wed, 8 Apr 1998 10:57:57 -0500 (CDT)
Received: from archangel ([209.217.10.129]) by archangel
with esmtp (ident root using rfc1413) id m0yMxEa-000390C
(Debian Smail-3.2 1996-Jul-4 #2); Wed, 8 Apr 1998 10:57:56 -0500 (CDT)
Received: from archangel ([209.217.10.129]) by archangel
with esmtp (ident root using rfc1413) id m0yMxEa-0003AKC
(Debian Smail-3.2 1996-Jul-4 #2); Wed, 8 Apr 1998 10:57:56 -0500 (CDT)
Received: from archangel ([209.217.10.129]) by archangel
with esmtp (ident root using rfc1413) id m0yMxEa-0003AGC
etc.

What am I doing wrong? Can anyone make heads or tail of this? Please 
help!

Thanks



Mike Acklin
[EMAIL PROTECTED] (Work)
[EMAIL PROTECTED] (Home)
Debian Newbie (Please bear with me!)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


HiSax?

1998-04-08 Thread Atte Koivula
Do I need to include the HiSax driver to the kernel if I want to make my
ISDN card (AVM ISDN A1) work with Debian? If so, I'm stumped since the
Debian installation program whines that the device is busy...

- Yorka



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Scanners?

1998-04-08 Thread Don Berkich
I'm looking for advice on what flat-bed SCSI scanner to
buy;  something in the $200 - $400 price range, if
possible.  I've got Debian 1.3.1 on a Cyrix-166 machine
currently, but I'll soon be upgrading to a dual PII-300.

Advice on what scanners to avoid would also be most welcome.

Thanks!

Don Berkich

UMass-Amherst


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Graphic card installation : 3D Emotion

1998-04-08 Thread Ramon Olivella
In order to configure a graphic card under Debian 1.3.1 it doesn't appear in
the drivers 
installation list. 
These are my technical specifications : 
  Manufacturer : California Graphics 
  Model   : 3D  Emotion 
 Chipset  : Hawk Real 3 D 
  Graphic chipset : 3Dfx Voodoo Rush 
 Accelerator : Alliance Semiconductor's 128-bit ProMotion AT25 PC 
 RAMDAC : 190 Mhz 

Where can I find a driver for this card ? 
Thank you in advance


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re:Xwindows

1998-04-08 Thread John C. Ellingboe
Did you setup the file 'XF86Config' ?.  Your problem look likely come
from the setup.  If you did not setup that, use 'XF86Setup'
command.

Jongmook

for me xwindows took several tries to get it installed correctly.  the key i 
think
was finding out exactly what kind of monitor and monitor card i had, and 
putting
in the exact specifics.
there is a directory with doc files specifically for each different monitor 
card,
that is supported right now.  it might be in /usr/doc/x11r6 but i think you'll 
find it also
one level deeper than the xf86config file.  hope that helps you somewhat.  it 
may take a 
little while.

rohit

Just had the exact same problem with my S3 server. Read all available info
for your card and try to run xf86config once again

Marc
[EMAIL PROTECTED]

Been there, done that, but will do it again since I could have missed
something.  BTY in the rc*.d directories there is the K99xdm and S99xdm
files to bring up Xwindows at boot time but they do the same thing as
xdm does from the command line, apparently nothing.

The console messages appear to me like the Xclient isn't coming up for
the server to connect to.

Being new to Linux I have found that many things take several tries to
get them right.  Also so much of the how-tos are slanted toward
Slackware and Redhat and are just enough different from Debian to cause
some confusion.  Any other suggestions will be appreciated.

John C. Ellingboe
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Unable to start program

1998-04-08 Thread Torsten Hilbrich
Daniel Martin at cush [EMAIL PROTECTED] writes:

 I should point out that it is considered a bad security idea to put
 . (or in fact any directory name that doesn't begin with /) in
 root's PATH.  If you're just wanting to do something one time, it
 might be ok to do 'PATH=$PATH:.' as above but I wouldn't put that into
 root's initialization files, or into the system-wide path.  (I should
 qualify this with the statement that I don't completely understand why 
 this is a security hole when it's done as the last component of the
 PATH, but...)

Quite simple, think of a command named sl put in some users home
directory and root which tries to type ls but accidently typed sl.  If
cwd is that directory the program sl is executed with root priviledge
:-(.

Torsten


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Emacs 19.34

1998-04-08 Thread Torsten Hilbrich
[EMAIL PROTECTED] (William R. Ward) writes:

 I am using the emacs package (19.34) and am finding that
 increasingly there are more and more packages (e.g. pcl-cvs) that
 depend on either emacs19 or emacs20 and for some reason the
 emacs package doesn't provide emacs19 as I would expect it
 should.

The Debian packages of all the Emacsen are currently reorganized.
There is a base package called emacsen-common (where each of the Emacs
depends on) and all of them (GNU Emacs or XEmacs) provides emacsen.

The (new) lisp packages all depends on emacsen and are byte compiled
for each installed emacs flavour while installing that package.  I
already converted one of my private packages and it seems to work
fine.

You can find more information in the emacsen-common package.

Torsetn


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: cross compiling from linux to dos

1998-04-08 Thread Leandro GuimarĂ£es Faria Corcete Dutra
hello i was wondering if anyone knew how to cross compile from
linux for dos/win95.  i wrote a lot of c code using the curses.h
library and it does not port to borland or turbo c.  is there
some way i can tell gcc to compile it for a different
operating system??

The README and INSTALL files have instructions about it.  You should
be able to compile to *any* gcc-supported OS (see
http://gnu.internexus.net/software/gcc/gcc.html#versionplatforms), as
well as to the cygwin32 compatibility dll
(http://www.cygnus.com./misc/gnu-win32/) and to DJGCC
(http://www.delorie.com/djgpp/).


Leandro GuimarĂ£es Faria Corcete Dutra [EMAIL PROTECTED]
BRASILhttp://www.lge.com.br./



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Graphic card installation : 3D Emotion

1998-04-08 Thread Ben Pfaff
Accelerator : Alliance Semiconductor's 128-bit ProMotion AT25 PC 
RAMDAC : 190 Mhz 

   Where can I find a driver for this card ? 

There is a driver for AT25-based cards in the newest XFree86 3.3.2
SVGA server.  If you are running bo, then upgrading to hamm will let
you use this card.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Tkdesk error

1998-04-08 Thread Daniel Martin at cush
Marc van der Vossen [EMAIL PROTECTED] writes:

   font -*-helvetica-medium-r-*-*-14-* doesn't exist
 
  So there is a font missing, where should it be and how should I install
 it.
 
 You should install either the xfnt75 or xfnt100 package.  I'll try to
 remember to have the next tkdesk recommend one of these packages.
 
 I've got them both installed, that's the strange part about it. You just
 start it in xterm, right ?

Yes...  Tell me, what does 

xlsfonts -fn -*-helvetica-medium-r-*-*-14-*

say?  If it says nothing, do as root

/var/lib/dpkg/info/xfnt100.postinst

and then do xset fp rehash (as your regular user) and then try the
xlsfonts command again.  If it still says nothing, try doing

killall -1 xfs 

as root, and then try the xlsfonts command again.  If it still says
nothing, exit X, start it up again and try xlsfonts once more.
(i.e. if using xdm, get back to the login screen and log back in; if
using startx then exit X completely and use startx again)  If still
nothing, then something's really weird; could you tell me what xset
q has to say about the Font Path:?

If you get a result with xlsfonts that's not nothing, try running
tkdesk again.

  An other question:
  I have installed Afterstep, but now I need to get it started, I think
  .xinitrc or  something like that has to be modified, how should I do that
 
 You should modify your ~/.xsession to say something like:
 exec afterstep
 
 How can I do that with the standard edit ? Where can I find that file, I
 found Xsession which referred to .xsession, but I wasn't able to find it.
 

If you don't have the file ~/.xsession (that is, .xsession in your
home directory) then create it and put the line
exec afterstep
(and nothing else) into it.  Another option is to (as root) move the
afterstep line in /etc/X11/window-managers to the top of the list.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Unable to start program

1998-04-08 Thread Daniel Martin at cush
Torsten Hilbrich [EMAIL PROTECTED] writes:

 Daniel Martin at cush [EMAIL PROTECTED] writes:
SNIP
  root's initialization files, or into the system-wide path.  (I should
  qualify this with the statement that I don't completely understand why 
  this is a security hole when it's done as the last component of the
  PATH, but...)
 
 Quite simple, think of a command named sl put in some users home
 directory and root which tries to type ls but accidently typed sl.  If
 cwd is that directory the program sl is executed with root priviledge
 :-(.

Fair enough; I was thinking that no one would be careless enough to
allow typos into command lines typed in a root shell.  (I know that I, 
for one, am painstakingly careful about what I type as root after
hosing a slackware system three years back with an accidental 
'rm -r /lib' - I had meant to do 'rm -r /lib/pbmcompat/' but on that
keyboard the '/' and return were just too close together...)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


[no subject]

1998-04-08 Thread Valerie CAYOL
I have been desperatly trying to install linux debian
on my pc. I am using a CD provided by the magazine dream,
and so far I have performed the basic installation.
Severall problems have appeared :
1- in the section of the configuration called Configure device driver I was
not able to find the internet card I am using.
This card is compatible Ne 2000, at irq = 11 and io = \0xFF80. But
specifying these values caused the installation to fail,
so I did not give any devide driver and of course the network connection
does not work. Does anyone know what I can do about that ?
2- I don't unsderstand how dpkg works and how to start it.
It is supposed to be simple so I really think I missed something. When
writing simply dpkg I get a simple help.
3- Instead of using dpkg, I tried to use dselect to install x11, and then I
was asked many questions I did not know the answer of : mouse devise,
monitor resolution and frequency,
etc ... 
Is there a way to restart this installation ?
Is there a way to know what questions will be asked in advance
in order to avoid leaving blank answers ?
Can't all this be done automatically as it is the case for
windows, for instance ?

Thank you for your help,
I know theses are many questions,

Valerie

--
Valerie Cayol   [EMAIL PROTECTED]
UMR 6524, Magmas et Volcan,   tel : 04.73.34.67.29
Universite Blaise Pascal, OPGCfax : 04.73.34.67.44
5, Rue Kessler
63 000 Clermont Ferrand
France
--


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


hanging on boot

1998-04-08 Thread Philip Jensen

Hi

I have managed to install Debian v1.3 (I think) onto my Thinkpad760E.  But I
have a couple of problems

During the install when asked if I want to boot off the hard drive, and I
respond [Yes] it asks which drive (/dev/hda) which is correct, then wants to
boot /dev/hda2, not /dev/hda7 which is where the Linux partition is.  I can't
seem to change this, or run LILO myself.

Additionally, booting message off floppy is Loading linux...

then stops

Help!

thanks
Philip Jensen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


MD5 check failed for some packages!!

1998-04-08 Thread William R. Ward

Hi all, in a recent attempt to mirror hamm from the CDROM.COM web site
(http://www.cdrom.com/pub/linux/debian/dists/hamm) I received errors
when validating the MD5 checksums on the following files.  I don't
know if they are bad on the debian.org site, since only FTP is
supported there and I find HTTP to be much faster for mirroring.
Anyway, here are the files that had problems:

main/binary-i386/devel/kernel-patch-2.0.33-m68k_2.0.33-3.deb
main/binary-i386/editors/xemacs19-support_19.16-2.deb
main/binary-i386/editors/xemacs20-supportel_20.4-2.deb
main/binary-i386/graphics/gimp_0.99.23-1.deb
main/binary-i386/utils/gcal_2.40-2.deb
main/binary-i386/x11/xext_3.3.2-3.deb
main/binary-i386/x11/xserver-s3v_3.3.2-3.deb
contrib/binary-i386/devel/ddd-dmotif_2.2.3-2.deb

The only one of these that I am particularly concerned about is gimp.
I don't believe I use any of the others.

--Bill.

-- 
William R Ward  Bay View Consulting   http://www.bayview.com/~hermit/
[EMAIL PROTECTED] 1803 Mission St. #339voicemail +1 408/479-4072
[EMAIL PROTECTED]   Santa Cruz CA 95060 USA   pager +1 408/458-8862
 PGP Key 0x2BD331E5; Public key at http://www.bayview.com/~hermit/pubkey.txt
-
Never doubt that a small group of thoughtful, committed citizens can change
 the world.  Indeed, it's the only thing that ever has. -- Margaret Mead


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: hanging on boot; NFS problem in 2.0

1998-04-08 Thread Geza Gyorgyi

%
To Philip Jensen, the Maintainers of the Debian installation software 
%

 During the install when asked if I want to boot off the hard drive, 
 and I respond [Yes] it asks which drive (/dev/hda) which is correct, 
 then wants to boot /dev/hda2, not /dev/hda7 which is where the Linux
 partition is.  I can't seem to change this, or run LILO myself.

LiLo seems to configure itself incorrectly at installation. The problem 
equally occurs with versions 1.3 and 2.0. I surmise from several trials 
that LiLo would not write into the master boot record if / is not a 
primary partition but a logical one! 

 
 Additionally, booting message off floppy is Loading linux...
 then stops.


You may type at the boot prompt  linux root=/dev/hda7 . If the system 
comes up, edit /etc/lilo.conf to get

boot=/dev/hda
install=/boot/boot.b
map=/boot/map
vga=normal
delay=20
image=/vmlinuz
root=/dev/hda7
label=linux
read-only

then run lilo and reboot.

%%%
To the Maintainers
%%%

The 2.0 rescue disk (both the February and the March versions) may have 
an incorrect mount, neither I nor the local Linux guru could install 
the base system by NFS.  Furthermore, it can be useful to have the FTP 
option for installing the base system, like RedHat has. 

With appreciation,

Geza Gyorgyi

% Institute for Theoretical Physics, Eotvos University  
% Budapest, Puskin u. 5-7, 1088, Hungary   
% e-mail: [EMAIL PROTECTED]  
% phone/fax: (int'l access code + 36 1) 266-7924/266-0612 


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Emacs 19.34

1998-04-08 Thread Luiz Otavio L. Zorzella
Torsten Hilbrich writes:

 [EMAIL PROTECTED] (William R. Ward) writes:
 I am using the emacs package (19.34) and am finding that
 increasingly there are more and more packages (e.g. pcl-cvs) that
 depend on either emacs19 or emacs20 and for some reason the
 emacs package doesn't provide emacs19 as I would expect it
 should.

 The Debian packages of all the Emacsen are currently reorganized.
 There is a base package called emacsen-common (where each of the Emacs
 depends on) and all of them (GNU Emacs or XEmacs) provides emacsen.

But the package emacs19 is missing yet... so you can only use one of:

emacs20
xemacs19
xemacs20

for a while :^

-- 
Luiz Otavio L. Zorzella Product Engineer
[EMAIL PROTECTED]  http://www.conexware.com


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Quantum fireball ST 3.2 and kernel 2.0.32

1998-04-08 Thread Kiyan Azarbar
I have a quantum fireball ST, 3.2 gig. It sounds quite nice and fast
in Windows, but under Linux it thrashes around quite a bit. I hear
much much more disk activity than in Windows, and sometimes it sounds
unhealthy (I can hear the drive rattling around). This doesn't give me 
warm fuzzies since the tech sup guy at Quantum told me to replace my
drive SOON (in response to another problem every now and then it
makes a horrible head crashing noise).

Is this because Win95's virtual memory is not truly virtual memory?
When I run top, I usually see all my swap (64mb partition) is
gone. Usually it's because of X and XEmacs and gimp.

Is there any way to tune the control of my drive? I don't know the
first thing about this, so I'm not sure where the code controlling the 
drive resides. But it just sounds different in Linux.

(Also, is it safe to run defrag. I am very afraid to screw up my Linux 
partition. I'm getting an identical replacement drive in the mail, and 
I plan to use something like dd to clone the current one before it
checks out.. perhaps:

dd if=/dev/hda of=/dev/hdb

will that work?)

Thanks.
-- 
[EMAIL PROTECTED]
A. Kiyan Azarbar
Ottawa, Canada


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Unable to open an initial console.

1998-04-08 Thread Ken Lauffenburger
Hello,

I somehow messed up one of my long-stable hamm systems during an upgrade.
On boot-up, even a single-user boot, the boot process fails with the
message in the subject line above.

What may have caused this is that I ran out of space on my /usr partition
during the upgrade.  Things have been hosed since I rebooted shortly after
that.

I can boot up the rescue disk and mount my file systems, but I'm not sure
what to look for.  I'm afraid that one or more packages are in a half-
installed state.

What does the above message mean, and any ideas on how to proceed without
losing too much of the contents of my disks and invested configuration
time?

Can I maybe install .debs from the rescue system, i.e. install to the
'target' directory tree?

Please copy me in any responses, since I am currently unsubscribed from
the list.  Thanks for any suggestions anyone may have.

--ken

  __
  Ken Lauffenburger  / /__  __
  [EMAIL PROTECTED] / /  D e b i a n  G N U \ \/ /
   / / __     __  __ \  /
  / / / / / _  \ / / / / /  \
  ...Look out Bill,  / /___  / / / / ) // (_/ / / /\ \
 here comes...  (__)(_/ (_/ (_/ \/ (_/  \_)
   http://www.debian.org


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


gdk-imlibg

1998-04-08 Thread Christopher J. McNicholas
Does anyone know where I can find the binaries of gdk-imlibg and
gdk-imlibg-dev?

I downloaded the Enlightenment .13 binary and imlib1g from a Japanese 
site during a severe net dredge for Enlightenment. Everything is 
working fine right now, but to install imlibg, I had to remove the 
old imlib1, -dev, and gdk files due to conflict issues. I'm worried 
that I may run into problems later now that I removed them.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]