repartitioning hard drive

1996-12-07 Thread David Morris
This is a variation on the theme of moving parts of the directory tree to 
another hard drive that was on this list a while ago.

I have a 800M hard drive that is currectly split roughly in half between a DOS 
partition (411M) and a Debian + swap set of petitions. The Debian partition is 
almost full and the DOS one is half empty (reflecting the amount of time I 
find myself spending in the respective OS's (and if I could learn (La)TeX I 
would use DOS even less) then it would be a matter of teaching my daughters). 
I boot using loadlin from DOS.

So what I want to do is take the DOS partition /dev/hda1 and split it in half, 
creating a new Linux partition (copying and mounting as /home).

As I contemplate the move I think it could get very sticky. As I see it this 
is what might happen...

Current
   Device Boot   BeginStart  End   Blocks   Id  System
/dev/hda1   *11  413   416272+   6  DOS 16-bit =32M
/dev/hda2  414  414  799   389088   83  Linux native
/dev/hda3  800  800  82526208   82  Linux swap

Projected
   Device Boot   BeginStart  End   Blocks   Id  System
/dev/hda1   *11  200   ...   6  DOS 16-bit =32M
/dev/hda2  201  201  413   ...  83  Linux native
/dev/hda3  414  414  799   389088   83  Linux native
/dev/hda4  800  800  82526208   82  Linux swap

First, am I correctly understanding what will happen when I fdisk and create 
the new partition between 201 and 413?

If so, then must I unmount the old /dev/hda2 and /dev/hda3, perform the fdisk 
and then mount them again?

And if I do that, do I need to mount a floppy with the kernel on it and 
possibly other files (umount, mount, fdisk, mkfs maybe?) for the transition?

After I get past that part, I think I know what to do (gleaned from previous 
maessages).

Thanks for any help I can get!

--
The AtticKeeper: David Morris  mailto:[EMAIL PROTECTED]
---
Though no one can go back and make a brand new start,
anyone can start from now and make a brand new ending... -- Unknown
---
The Nerdnosh Attic: http://www.netins.net/showcase/nerdnosh
The Lectionary Page: http://www.netins.net/showcase/dmorris/
PGP Public Key available via Finger
---



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


Re: Fresh 1.2 instalation with minor problems

1996-12-07 Thread Bruce Perens
You didn't read install.html :-) . Log in as root and
run .configure . This will be fixed late tonight, I hope.
The 2.0.27 kernel is uploading now. I must build a new
floppy set with that, and with various bug fixes.

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 


--
This message was delayed because the list mail delivery agent was down.


Re: XWindows Login Screen

1996-12-07 Thread Carlo U. Segre
On Fri, 6 Dec 1996 [EMAIL PROTECTED] wrote:

  Hello All:
  
  I just upgraded to XWindows 3.2 and now my xdm login screen does not show 
  the familiar Debian Linux (hostname) in CadetBlue but just X Window 
  System in unfriendly black!
  
  I have been looking through the X configuration files in /etc/X11 and 
  everything seems to be as it was before.  The Xresources files have the 
  colors properly listed, etc.  I am stumped!
  
  Can anyone out there point me in the right direction so I can look for 
  the cause of this vexing behaviour?
  
  Cheers,
  
  Carlo
  
 
 This information is in the file(s) Xresources and Xresources_0 in 
 /etc/X11/xdm. 
  Check the resources 'greetColor' and 'greeting'.

Indeed, that is what I meant above by saying that the configuration files 
seem OK.  Both the Xresources files have valid entries in them for the 
'greetColor' (CadetBlue) and 'greeting' (Debian Linux (CLIENTHOST)).  
Clearly the configuration files are not the problem but  something else 
must be set improperly.

Cheers

Carlo
 

***
*Carlo U. Segre   *
*  Department of Biological, Chemical and Physical Sciences   *
*Illinois Institute of Technology, Chicago, IL 60616  *
*   Voice: (312) 567-3498  FAX: (312) 567-3494*
*  [EMAIL PROTECTED]  *
***


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


Recompiling kernel broke my ppp

1996-12-07 Thread Ken Gaugler
Title says most of it.

I have had this problem before, and now I can't figure out how to fix it, nor 
can I find the previous reference in the mailing list archives.

So here it is: I have been running 2.0.6 kernel for some time now with no 
problems.  I was experimenting around with trying to get my SB16 audio card and 
my AHA1542 to work at the same time (wanted to hear Biff bark g) but had no 
luck.

So I moved my original kernel back to /vmlinuz, but now ppp doesn't work.  I 
can start my chat script, the modem dials, I get connected.  I see the remote 
IP in the routing tables.  I see the IP I have been dynamically assigned.  I 
can ping myself (ppp0), but if I ping the remote IP, I see the xmit light on 
the modem blink, but there is no answer from the remote site.

I am using kerneld, so pppd goes away if I let the modem disconnect.

Tried recompiling from the 2.0.6 kernel-source with and without kernel ppp 
support.
Did the make modules and modules_install.  I am stumped.  What should I try to 
get this fixed?  I am sure it is simple but it escapes me.

Thanks!

---
Ken Gaugler   Systems Engineer, Hybrid Networks, Inc. 
(home: 'keng at aimnet dot com', URL:http://users.aimnet.com/~keng)
The life of a Repo Man is ALWAYS INTENSE...

---
Ken Gaugler   Systems Engineer, Hybrid Networks, Inc. 
(home: 'keng at aimnet dot com', URL:http://users.aimnet.com/~keng)
The life of a Repo Man is ALWAYS INTENSE...


--
This message was delayed because the list mail delivery agent was down.


Re: Mounting a file as a filesystem

1996-12-07 Thread Scott Barker
Dale Scheetz said:
 If you use loop devices at all you will certainly want more than one. My
 system has loop0 thru loop7.

As does mine. 'MAKEDEV loop' creates them all (at least, it did on my Debian
1.1 system).

 This would allow your mount to look like:
 
 mount -o loop=/dev/loop2 -t ext2 /path/to/file /mount/point

That works too. My way (mount -o loop -t ext2 ...) make mount choose the first
available loop device. If you need to know which specific loop device is being
used, Dale's way is better.

-- 
Scott Barker
Linux Consultant
[EMAIL PROTECTED]
http://www.cuug.ab.ca:8001/~barkers/   (under construction)

[ I try to reply to all e-mail within 3 days. If you don't   ]
[ get a response by then, I probably didn't get your e-mail. ]
[ Unsolicited commercial and junk e-mail will be proof-read for US$100 ]

A man sometimes devotes his life to a desire which he is not sure will ever
   be fulfilled.  Those who laugh at this folly are, after all, no more than
   mere spectators of life.
   - Ryunosuke Akutagawa


--
This message was delayed because the list mail delivery agent was down.

From miss
Received: from mongo.pixar.com (138.72.50.60)
  by master.debian.org with SMTP; 7 Dec 1996 00:48:52 -
Received: (qmail 10885 invoked from network); 7 Dec 1996 00:32:40 -
Received: from softdnserror (HELO master.debian.org) ([EMAIL PROTECTED])
  by mongo.pixar.com with SMTP; 7 Dec 1996 00:31:27 -
Date:   Fri, 6 Dec 1996 19:29:35 -0500 (EST)
Sender: Greg Smith [EMAIL PROTECTED]
From:   Greg Smith [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
To: debian-user@lists.debian.org
Subject: Wine, sources of other debian packages
In-Reply-To: [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Resent-Message-ID: XX_IU1.0.Hh3.avBgo@master.debian.org
Resent-From: debian-user@lists.debian.org
Resent-Reply-To: debian-user@lists.debian.org
X-Mailing-List: debian-user@lists.debian.org archive/latest/969
X-Loop: debian-user@lists.debian.org
Precedence: list
Priority: non-urgent
Importance: low
Resent-Sender: [EMAIL PROTECTED]



With the discusion of Wine, I was wondering if a Wine package was in the
works?

Also, are there any other good sources of .deb packages other than
ftp.debian.org and its mirrors.  I'm thinking of stuff too
new/experimental to even put in unstable.  Or maybe non-free/demo packages
companies didn't want in non-free.

Thanks,
Greg




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


is it me or deselect?

1996-12-07 Thread John D. Thomlinson
First - my apologies to all those working so hard 
on the bleeding edge, for questions relating to an 
old version.

1) Deselect keeps showing me that the kernel-source-
2.0.6.deb is available (after repeated Packages updates). 
Of course it won't download because it's not there. 
I've gotten the tar from sources, but that's not the 
same as a deb file (as we've all been warned). I'd 
prefer to install from a deb through dselect or dpkg. 
I depend on my Linux machines so I'd like to stick with 
2.0.6 until a bit after the 1.2 release. Is there a 
-2.0.6.deb available anywhere by ftp?

2) Packages are listed at the top of dselect (when it's 
started) as available upgrades. However, some of these 
depend on newer packages (such as libc5) that are not 
yet in stable. Therefore, there is no way to make 
deselect happy while pointed to the stable ftp directory. 

Suggestions?

Otherwise, as Alan Greenspan would say, I'm irrationally 
exuberant about debian. Thanks in advance. JohnT


--
This message was delayed because the list mail delivery agent was down.


Re: Wine, sources of other debian packages

1996-12-07 Thread Brian C. White
 With the discusion of Wine, I was wondering if a Wine package was in the
 works?

There has been a Debian package of Wine for many months.  It can be
found in project/experimental.  I don't update it very often because
I haven't found it to be in a useful state as of yet.  The latest
one seems to run quicken okay (two transaction entries, anyway) and
I'll be uploading that shortly.
 
  Brian
 ( [EMAIL PROTECTED] )
 
---
  Want to get it together?  We can help!  http://www.verisim.com/coordinator/


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


Re: Recompiling kernel broke my ppp

1996-12-07 Thread Bruce Perens
We had a report that adding PPP to /etc/modules rather than letting kerneld
load it made it work. I don't know why that would be, so if you can
corroborate it, that would help.

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: is it me or deselect?

1996-12-07 Thread Bruce Perens
 1) Deselect keeps showing me that the kernel-source-
 2.0.6.deb is available (after repeated Packages updates). 
 Of course it won't download because it's not there. 

The mirror sites have been messed up by networking problems,
and files are missing. The networking problem has been resolved
(after almost 5 days, what a headache) and this should improve.

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: How do I upgrade from 1.1 to 1.2?

1996-12-07 Thread Larry 'Daffy' Daffner

Guy Maor writes:
- Larry 'Daffy' Daffner [EMAIL PROTECTED] writes:
- 
-  The development
-  releases (which are in general relatively stable, although things
-  break from tinme to time) are only given code names.
- 
- That's not completely accurate.  Every release is given a code name,
- but only stable releases are given version numbers.  After all,
- there's no point in giving a version number to something that changes
- every day.

Maybe my wording wasn't completely clear, but that was what I was
trying to say. The development releases have just a code name. Once
they become a stable release, they are given a number. Thus, any
numbered release is a stable release.

-Larry


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


Re: MS WORD format (and customizable telnet client)

1996-12-07 Thread Paul F. Pearson
In article [EMAIL PROTECTED], Adam Shand [EMAIL PROTECTED] wrote:
Of course, I most always run Linux and rarely Windows, but in Windows
I run PPP (Trumpet Winsock), Netscape, etc. Trumpet telnet sucks;
uwterm is a pretty good telnet, but I'm always looking for a better one.
Kermit supports all kinds of network adaptors, why not winsock?

The best Winsocok telnet program I have found is SimpTerm.  It's very
simple but does everything I want but zmodem uploads (is does do z modem
downloads over modem).  It has 16 and 32 bit versions and is free.

It also rarely dies in the way EWAN, TrumpTel and many other windows telnet
programs do.

I use NetTerm for my Windows terminal stuff. It supports WinSock and dialup. 
It's got all the features I've ever needed, and seems *very* configurable.

--
Paul F. Pearson - [EMAIL PROTECTED] or [EMAIL PROTECTED]
http://fly.hiwaay.net/~ppearson
I always wondered why somebody doesn't do something about that.  
Then I realized I was somebody  -- Lily Tomlin


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


Re: newsfeeds help!

1996-12-07 Thread Michael Dillon
On Fri, 6 Dec 1996, Ricardo Kleemann wrote:

 I'm trying to figure out if I'm really feeding the site... where else can

Best way to test this is to post to misc.test

Within 5 minutes you should start receiving email from other news sites
confirming the posting with the path header in the message.

Michael Dillon   -   Internet  ISP Consulting
Memra Software Inc.  -  Fax: +1-604-546-3049
http://www.memra.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: Mounting a file as a filesystem

1996-12-07 Thread Hamish Moffatt
 Dale Scheetz [EMAIL PROTECTED] writes:
  This may be true (most probably is) but mkisofs is the tool I know about
  from personal experience. How would I create an ext2fs in a file? Wouldn't
  it still need to be a ro file system?
 
 You use losetup to make the loop, then make the fs, and then mount it.
 See the losetup(8) man page for details.
 
 And no, it wouldn't be ro.

Although you need to make a file of the desired size first so you have
something to losetup.

eg for 10mb file system,

dd if=/dev/zero of=file bs=1k count=10240
losetup /dev/loop0 file
mke2fs /dev/loop0
mount -t ext2 /dev/loop0 /mnt



Hamish


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


Re: elm problem

1996-12-07 Thread Hamish Moffatt
 On Fri, 6 Dec 1996, Hamish Moffatt wrote:
 
  How do I fix the
  Waiting to read mailbox while mail is being received: attempt #3
 
 Sounds like mail is being delivered, so the mailbox is locked against elm
 reading it until the delivery is complete.
 Does it eventually read the mailbox ok?

Don't think so. However netscape was unwilling to read the mail folder
either, suggesting permissions 01777 for /usr/spool/mail. Once
I set that things worked okay. Looks like another great
feature of Linux 2.1 ... This permissions thing is biting me
every day now, so I think it might be time to put 2.0.27 back on.


hamish


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


Re: kbd reccommends svgatextmode? why?

1996-12-07 Thread Christian Hudon
On Thu, 5 Dec 1996, Joey Hess wrote:

 Why is svgatextmode important to the kbd package?
 
 This is especially annoying since kbd is in base, and so dselect is going
 to pretty well force the installation of svgatextmode on all debian
 systems.

Indeed!

Especially since (correct me if I'm wrong) if your graphics card isn't
supported by svgatextmode, then that package is close to useless... 

Can the 'recommends' be reconsidered?

  Christian



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


Re: repartitioning hard drive

1996-12-07 Thread David Morris
Thanks, David, I took the plunge and everything worked like a charm. I
thought I'd drop this on the larger debian-user list as well so others in
the same boat can benefit. Now I have some more playi... working (yeah,
that's what it is) room in my Debian section.

On Fri, 06 Dec 1996 20:15:41 MST. David Puryear wove together: 
[ Hi David,
[ 
[ You wrote:
[  
[  This is a variation on the theme of moving parts of the directory tree to
[  another hard drive that was on this list a while ago.
[  
[  I have a 800M hard drive that is currectly split roughly in half between a 
DOS
[  partition (411M) and a Debian + swap set of petitions. The Debian 
partition is
[  almost full and the DOS one is half empty (reflecting the amount of time I
[  find myself spending in the respective OS's (and if I could learn (La)TeX I
[  would use DOS even less) then it would be a matter of teaching my 
daughters).
[  I boot using loadlin from DOS.
[  
[  So what I want to do is take the DOS partition /dev/hda1 and split it in 
half,
[  creating a new Linux partition (copying and mounting as /home).
[my own ramblings snipped]
[  First, am I correctly understanding what will happen when I fdisk and 
create
[  the new partition between 201 and 413?
[ 
[ I think new partition will become /dev/hda4(new linux partition)

That was indeed the case. The documentation really didn't touch on this
point, that I can find.)

[another rambling question of mine snipped]

[ You might want to use fips to make you dos partition smaller. I have
[ used it without problem. But please read ALL the docs. that come with
[ it. Also you might want to use cfdisk which is lot easier then
[ fdisk. 

'fips' worked like a charm as well as cfdisk. It took a while to find
'fips', and I found it in the slackware mirror my isp keeps. I didn't
bother looking to see if debian had it in the tools section. if it isn't
there I would recommend putting it there. 

[ BTW. BACKUP! I know you'll hear this but it is true. Anything can go
[ wrong so backup.

Good advice. Everything worked fine so I didn't need it, but something
good to do.

--
The AtticKeeper: David Morris  mailto:[EMAIL PROTECTED]
---
Though no one can go back and make a brand new start,
anyone can start from now and make a brand new ending... -- Unknown
---
The Nerdnosh Attic: http://www.netins.net/showcase/nerdnosh
The Lectionary Page: http://www.netins.net/showcase/dmorris/
PGP Public Key available via Finger
---


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


pgp?

1996-12-07 Thread Todd T. Fries
Ok, silly question.  I installed debian to kick back
and be lazy for a while.  Where is the pgp package?

Or do I have to stop being lazy and actually do
something?

-- 
Todd Fries .. [EMAIL PROTECTED]


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


Re: pgp?

1996-12-07 Thread Philippe Troin

On Sat, 07 Dec 1996 02:26:55 CST Todd T. Fries ([EMAIL PROTECTED]) 
wrote:
 Ok, silly question.  I installed debian to kick back
 and be lazy for a while.  Where is the pgp package?

Have a look at the README.non-US file on the top of the debian ftp 
tree...

Phil.



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


ISA-bus modem: which device ?

1996-12-07 Thread Zenon Fortuna
How to test the physical presence of an ISA bus-installed modem ?
What device to use for, say, kermit connectivity tests ?

TIA,
Zenon


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


texhash

1996-12-07 Thread Fulko van Westrenen
Hello,

I just installed the Lucida fonts, and because they didn't
come with a script I did it by hand. I really hope I didn't
make too many mistakes.

The next step would be running texhash. Unfortunately, I
cannot find texhash. I installed all TeX packages from
Debian 1.1.11, and Latex works OK. 
Can someone tell me what to do so I can use my fonts?

Thanks,
Fulko

-- 
Fulko van Westrenen
email: [EMAIL PROTECTED]


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


Re: elm problem

1996-12-07 Thread fols9488
 How do I fix the
 
 Waiting to read mailbox while mail is being received: attempt #3
 
 problem? Permissions of /usr/spool/mail _appear_
 to be correct, although every day I found many
 new permission problems with my system here.
 /tmp loses proper permissions every second day or so. :-(
 
 
 
 hamish

This sounds like a problem I've had before.  Look for the file 
/usr/spool/mail/user.lock and remove it if it exists.  This fixed it for me.
-- 
Lamar Folsom
[EMAIL PROTECTED]
http://www.cs.uidaho.edu/~fols9488
Life is wasted on the living.  - The Master



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


logging messages from pppd

1996-12-07 Thread Ken Gaugler
My pppd messages stopped some time ago, and I have not been able
to get them started again.  Today I re-installed syslogd and klogd
using the Debian package system, still no pppd messages.  Someone
told me to put 

daemon.*/var/adm/pppd.log

in my syslog.conf to log ppp messages.  Is this correct?

Thanks!

-- 
Ken Gaugler  
email: [EMAIL PROTECTED]  URL: http://users.aimnet.com/~keng
The life of a Repo Man is always INTENSE...


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


tar multivolume archive - problem solved

1996-12-07 Thread Marek Duszynski
Hi,

Thanks to all who responded to my problem of not being able
to use the tar command with the 'M' option for multivolume
archive.

The machine was capable of creating such archives and then
reading its contents, but every attempt of extracting it
with the command:
tar xvMf /dev/fd0
ended up in segfault message. 

Things are sorted now and all the credit goes to Arrigo.
If anybody experiences the same problem on Debian1.1, the
solution is to define the environment variable LP_PRELOAD:
LD_PRELOAD=/usr/lib/libgnumalloc[TAB]; export LD_PRELOAD
The [TAB] will give you your system version of libgnumalloc.

I would like to know one thing, though. Should this be set in the 
1.2 release of Debian, or was it set already and my installation of 
Debian 1.1 was not quite up to scratch :-) ?

-- 


 Marek


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


shared debian installations

1996-12-07 Thread Karl M. Hegbloom

 I have a similar situation here, and would be interested in finding
out how you solve the problem.

 I have applied the 'Transnames Patch' to my kernel, and have the root
filesystem of my server box mounted on the 'diskless' machine.  They
both use the same physical file system, so Debian only needs to be
installed once and both computers can use all of it, with minor
hand-modifications to support Transnames.

 I am booting the second box with a floppy, to simulate an ethernet
bootrom boot.  It is using bootp right now.  The hard drive in it is
mounted under /aux; it could go anyplace though.  The boot floppy I
made using the methods described in the Documentation dir under the
kernel source.

 If you like, I have made a version of the Transnames patch, using
CVS, against kernel 2.0.25.  It is on my WWW page.  The patch is
identical to the one found on sunsite, except that I have hand-fixed a
.rej where a variable name had changed between 2.0.? and 2.0.25.

 It was working fairly well; I've yet to reconfigure after changing my
Internet setup.  (I've a lot to learn about networking; I want my
local machines to be on their own net, and have the server still on
the Internet.)

-- 
 Participate in history!
   __ _Karl M. Hegbloom [EMAIL PROTECTED]
  / /(_)_ __  _   ___  __  http://www.inetarena.com/~karlheg
 / / | | '_ \| | | \ \/ /  Portland, OR, USA
/ /__| | | | | |_| | Proudly running Linux 2.0.25 transname
\/_|_| |_|\__,_/_/\_\ and Debian GNU public software!


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


MSDOS to LINUX ?? HELP!!

1996-12-07 Thread James D. Richardson Jr.
I have been waiting and tring to start play with the linux operating
system. I have downloaded the Linux Debain source code and read all of
the text files. They tell me that the compiler needed is the gcc-2.3.6
so I downloaded the file and it needs compiling also. So I read all of
the text files on that. It says to find the djgpp dos compiler to
fully compile it. I looked all over the net and final found a woking
source. Now I don't know how to compile the gcc-2.3.6 because the
installation instructions are for the unix os and not dos. Can someone
please help me?
Jim



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


Pine procmail

1996-12-07 Thread Fabien Ninoles
-BEGIN PGP SIGNED MESSAGE-

Yep another newbie on procmail :-/

Sorry to disturb you about that but I wasn't able to make procmail work
correctly with pine. I succeeded to mostly have my mail be proceded by
procmail and put in a file in my $HOME/mail directory but the results are
various and their some example who came directly from the man pages...

Their my .forward:
~
|IFS=''exec /usr/bin/procmail -f-||exit 75 #crow
~

and my .procmailrc with some comments add:
~
PATH=/bin:/usr/bin
MAILDIR=$HOME/mail
DEFAULT=$MAILDIR/mbox
LOGFILE=$MAILDIR/from
# Yep! I got a log in the $MAILDIR/from file
# Works perfectly but it's the only one.
# Pine see it as multiple mails without message body
# (That's what is supposed to be, I think).
# I have a Folders field who says me where I can find my mail...

:0: c
backup
# this put everything in $HOME/mail/backup file but
# Pine see it as a lonely big mail and don't separate the headers

:0:
* ^FROM_MAILERdebian
debian

:0:
* ^FROM_MAILERcold
cold

:0: 
* ^FROM_MAILERmoo-[(cows)(calves)]
moo
# All this ^FROM_MAILER doesn't work...
# In the manpage, it's supposed to be the good thing to do

:0: 
* ^From.*[(thibodal)(leguayt)(fiorilla)]+
aubes
# This one catch everything! All my mail goes in that file-folder
# but, as backup, are see as only one big mail by Pine

:0H:
* ^Subject:.*\[GEL\]
* !^X-Mailing-List: GEL
| formail -u 'X-Mailing-List: GEL' -u 'Bcc: gel_list' \
  $SENDMAIL -t -O AliasFile=/home/crow/.aliases
# That's for experimentation... As you can see it's a 
# 'personal list serv' for local purpose... 
# Removing it doesn't help so I let it for curiosity and 
# for some hint about it... :)
~

Thanks for your help folks!

- ---
 The trick is to communicate bi-directionally in real 
 time and high resolution!
- ---
Fabien Ninoles aka le Veneur|| Running Debian-Linux
[EMAIL PROTECTED]|| Lover of MOO, mountains, 
http://www-edu.gel.usherb.ca/ninf01 || poetry and Freedom.
- ---

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

iQCVAwUBMqnf01X6fc7jcjhFAQEA9AQAm3Xz5Ebje4UfYsLdPZUBSfvHzHwtMqew
OhORpCdDLrDKK7VIDUbUVdyzC4fWSWUrPE0AK2/27V5tFVLexVoqPbE6mYL+UMsb
gNPMkjVCNEYhJWl5D8DCY0T7v0blDr19tQgd1HuMaqGofyZ9EReA2sxj3FVKPiX5
heJ3OTBbVwY=
=Z85q
-END PGP SIGNATURE-


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


Re: apropos: warning: can't read the fallback whatis text database.

1996-12-07 Thread Fabrizio Polacco
Heiko R. Selber wrote:
 
 On Fri, 6 Dec 1996, Fabrizio Polacco wrote:
 
  On debian-user-digest Heiko R. Selber wrote:
   
   How do I create the fallback whatis database? Do I need it?
 
  It should be created automatically.
  Go superuser and try  mandb -c
 
 I did it. It said:
 [...]

it worked.
it builds an index in /var that is used by whatis and apropos commands.

You got the right direction with your original question:

   How do I create the fallback whatis database? Do I need it?

No, you don't need it.
the fallback database is a text database that can be created using

   whatis -M manpath -w '*' | sort  manpath/whatis

as stated in the whatis manpage.
You can do that to quiet the warning, but at the moment you don't need
that database! (you need it if you are using tkman, for example)
So the problem is in the message.
I've decided to downgrade this message to a debug warning so it will not
appear unless you use the -d option.
It will be included in the next version on man (2.3.10-16) which I hope
will go in Debian 1.2. 
When I will upload it I will CC you the changes message.


Fabrizio
-- 
+-+
| e-mail: [EMAIL PROTECTED][EMAIL PROTECTED]  |
| fingerprint 70 1A 72 2D 2B C8 A5 63 7A C2 CC E0 2A 54 AE DA |
| finger for PGP key: [EMAIL PROTECTED]  |
+-+


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


more problems with newsfeeds

1996-12-07 Thread Ricardo Kleemann
Hello,

In my testing of feeding a site, it is apparent that the articles are not
being fed in their entirety, rather going in 16K chunks. Why would that
be? Where is this configured?

thanks!
Ricardo


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


Useing $HOME in .fvwmrc file ?

1996-12-07 Thread Stan Brown
Can I do this? If so how? I need to set up a pixmap path that will
point to a place relative to the users home directory.

Thanks.

-- 
Stan Brown [EMAIL PROTECTED]404-996-6955
Factory Automation Systems
Atlanta Ga.
-- 
Look, look, see Windows 95.  Buy, lemmings, buy!   
Pay no attention to that cliff ahead...Henry Spencer
(c) 1996 Stan Brown.  Redistribution via the Microsoft Network is prohibited.


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


Re: ISA-bus modem: which device ?

1996-12-07 Thread Zenon Fortuna
Forwarded message:
From zenon Sat Dec  7 15:02:47 1996
From: Zenon Fortuna zenon
Message-Id: [EMAIL PROTECTED]
Subject: Re: ISA-bus modem: which device ?
To: [EMAIL PROTECTED] (Zenon Fortuna)
Date: Sat, 7 Dec 1996 15:02:45 -0800 (PST)
In-Reply-To: [EMAIL PROTECTED] from Zenon Fortuna at Dec 7, 96 01:22:24 am
X-Mailer: ELM [version 2.4 PL24]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

 
 How to test the physical presence of an ISA bus-installed modem ?
 What device to use for, say, kermit connectivity tests ?
 

Well, the standard IRQ+COM selection was my problem.
After setting the jumpers in the proper way and selecting a non-conflicting
IRQ I am able to use the /dev/ttyS2 (IRQ=5) for my ISA-bus modem.
Sorry for asking ...

Zenon


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


APM problem on laptop

1996-12-07 Thread Casper Boden-Cummins
I posted a question about a problem I have with my notebook's suspend feature.
Several people suggested using APM, which I already have. I said I'd look up
the actual error message, so here it is. After about every five minutes of
inactivity, the following message will appear in the current virtual console:

  apm_bios: set display standby: Unrecognised device ID

I'm running a kernel compiled from 1.99.7 sources with the APM daemon. Also:

  bash$ apm -v
  APM BIOS 1.1 (kernel driver 1.2)

  bash$ apm -V
  apm version 2.4

My notebook is a P75 HiGrade `Notino Mover' with a Cirrus Logic GD7543 SVGA
passive display.

Is there anything else I should look up?

Please Cc: me at [EMAIL PROTECTED], since I'll be on the move for a
few days and won't be able to read debian-user.

Thanks very much,
Casper Boden-Cummins.


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