Re: wrong /dev/console messes up mouse -- why?

1996-09-04 Thread Bernd Eckenfels
Hi, > Anyone know why /dev/console is important to gpm or to x in this way? I > don't think it's a bug, I just wanna figure out _why_ this happens.. I reported it to the Maintainer and Upstream deveoper already. GPM should use /dev/tty0 instead of /dev/console, since /dev/console might be pointin

Re: How to migrate a Debian system to another hard drive?

1996-09-04 Thread Joey Hess
> Is there a simple way to migrate a Debian system to another hard drive? > > On our Debian system, we have two hard drives. The primary drive has the > root directory and swap partition and is bootable. It also contains the > various Debian software packages, programs, libraries, etc. The seco

RE: How to migrate a Debian system to another hard drive?

1996-09-04 Thread wb2oyc
On 11:20:51 Tim Egbert wrote: >>Is there a simple way to migrate a Debian system to another hard drive? > >On our Debian system, we have two hard drives. The primary drive has the >root directory and swap partition and is bootable. It also contains the >various Debian software packages, programs

gs_4.01 & dependencies

1996-09-04 Thread Derek Lee
I found gs_4.01 on the non-free directory but it depends on gsfonts_4.01 and libpaper_1.0 or higher. Where can I find these? --Derek Lee

Re: irqtune: improve serial port performance by 3x?

1996-09-04 Thread Philippe Troin
On Sun, 01 Sep 1996 11:12:42 +0300 Linus Torvalds ([EMAIL PROTECTED] i.FI) wrote: > In my never-ending battle to make the kernel behave well by default without > needing "irqtune" (which is very setup-specific, and as such not something > the kernel can do automatically), I was thinking of doing

errors "make"ing fvwm95 :(

1996-09-04 Thread Ken Gaugler
I thought it would be fun to build fvwm95, so I got the file fvwm95-2_0_42a-Autoconf.tar, unpacked it, did the ./configure and then the make. I got lots of interesting but not very funny messages like: gcc -o FvwmIconMan FvwmIconMan.o fvwm.o globals.o winlist.o xmanager.o -L../../libs -L/usr/X11R

I got fvwm-95 but can't get it to compile under Debian 1.1

1996-09-04 Thread Jim Worthington
I got fvwm-95 but I can't get it to compile under Debian 1.1: It's complaining about a missing file: xpm.h and a missing library: Xpm Is there a debian package for this xpm stuff? Where do I Look? Where do I install it? (if not Debian) Has anybody got fvwm-95 to compile? What did y

WABI

1996-09-04 Thread Jim Worthington
What is the present status of WABI for Linux? How well does it perform? Thanks, Jim

re: errors making fvwm95

1996-09-04 Thread Ken Gaugler
By the way, as for xpm.h missing, I already installed xpm4.7-3.4g-5.deb, so not sure where this file is supposed to be. Did a find, and it is not on my machine... -- Ken Gaugler email: [EMAIL PROTECTED] URL: http://users.aimnet.com/~keng "The life of a Repo Man is always INTENSE..."

Re: I got fvwm-95 but can't get it to compile under Debian 1.1

1996-09-04 Thread borik the Boris Yati Beletsky
On Tue, 3 Sep 1996, Jim Worthington wrote: |>Date: Tue, 03 Sep 1996 23:19:37 -0400 |>From: Jim Worthington <[EMAIL PROTECTED]> |>To: debian-user@lists.debian.org |>Subject: I got fvwm-95 but can't get it to compile under Debian 1.1 |> |>I got fvwm-95 but I can't get it to compile under Debian 1.1:

Re:(2) I got fvwm-95 but can't get it to compile under Debian 1.1

1996-09-04 Thread borik the Boris Yati Beletsky
On Tue, 3 Sep 1996, Jim Worthington wrote: oh very sorry it's Contents , not Contens excuse my English talking to u from Israel ___ Boris Beletsky <[EMAIL PROTECTED]> (finger [EMAIL PROTECTED] for pgp public key)

Re: need libbsd.so.1.0.0

1996-09-04 Thread Guy Maor
On Tue, 3 Sep 1996, joost witteveen wrote: > But if you've got the .a file, cannot you make the .so file by: > > mkdir t > cd t > ar -x ../libbsd.a > gcc -o libbsd.so.1.0.0 -shared -W,l-soname,libbsd.so.1 *.o Unless the .o files were compiled with -fpic, you'd have an unsharable shared lib - not

Re: need libbsd.so.1.0.0

1996-09-04 Thread Bruce Perens
From: [EMAIL PROTECTED] (joost witteveen) > But if you've got the .a file, cannot you make the .so file by: > > mkdir t > cd t > ar -x ../libbsd.a > gcc -o libbsd.so.1.0.0 -shared -W,l-soname,libbsd.so.1 *.o > > (I may well be _very_ wrong, and please flame me if I am, > but I just _think_ it woul

RE: How to migrate a Debian system to another hard drive?

1996-09-04 Thread Bruce Perens
When replicating a system between two partitions, the thing most often missed is that you must preserve symbolic links instead of copying them as files. It's also important to preserve the ownership and permissions of files, and obscure things like the setuid bits, character and block special files

Re: Make errors

1996-09-04 Thread Ed Donovan
[EMAIL PROTECTED] (joost witteveen) writes: (snip) > You just don't have the command "makeinfo" installed. > It's in the texinfo package. > > Installl texinfo, and you should be OK. > Or, emacs can do the job, if you have it. (And what are you making? I've always run into this building emacs-re

Re: gs_4.01 & dependencies

1996-09-04 Thread Guy Maor
On Tue, 3 Sep 1996, Derek Lee wrote: > I found gs_4.01 on the non-free directory but it > depends on gsfonts_4.01 and libpaper_1.0 or higher. > Where can I find these? In the unstable tree.. Guy

RE: How to migrate a Debian system to another hard drive?

1996-09-04 Thread borik the Boris Yati Beletsky
On Tue, 3 Sep 1996, Bruce Perens wrote: |>When replicating a system between two partitions, the thing most often |>missed is that you must preserve symbolic links instead of copying them |>as files. It's also important to preserve the ownership and permissions |>of files, and obscure things like t

Re: irqtune: improve serial port performance by 3x?

1996-09-04 Thread Linus Torvalds
On Tue, 3 Sep 1996, Philippe Troin wrote: > > On Sun, 01 Sep 1996 11:12:42 +0300 Linus Torvalds ([EMAIL PROTECTED] > i.FI) wrote: > > > In my never-ending battle to make the kernel behave well by default without > > needing "irqtune" (which is very setup-specific, and as such not something > >

Re: errors "make"ing fvwm95 :(

1996-09-04 Thread Tim Cutts
In article <[EMAIL PROTECTED]>, Ken Gaugler <[EMAIL PROTECTED]> wrote: >I thought it would be fun to build fvwm95, so I got the file >fvwm95-2_0_42a-Autoconf.tar, unpacked it, did the ./configure >and then the make. I got lots of interesting but not very >funny messages like: > >gcc -o FvwmIconMa

RE: How to migrate a Debian system to another hard drive?

1996-09-04 Thread Guy Maor
On Wed, 4 Sep 1996, borik the Boris Yati Beletsky wrote: > u can also do it with `cp` - i did that (even moved my /dev) cp -a is the easiest way to duplicate something. -a, --archive Preserve as much as possible of the structure and attributes of the origina

RE: How to migrate a Debian system to another hard drive?

1996-09-04 Thread Steffen Mueller
On Wed, 4 Sep 1996, Guy Maor wrote: Hello Guy, > > u can also do it with `cp` - i did that (even moved my /dev) > > cp -a is the easiest way to duplicate something. > > >-a, --archive > Preserve as much as possible of the structure and > attributes of the

Re: How to migrate a Debian system to another hard drive?

1996-09-04 Thread Martin Str|mberg
Bruce Perens wrote: [Klippa, klapp, kluppit] > cd /old_partition > tar cf - . | (cd /new_partition; tar xvlpf -) > Watch out so you don't run into an infinite loop: Suppose that you mount the target disk on /mnt, then "cd / tar cf - . | (cd /mnt; tar xvlpf -)" would copy some thin

Re: how to migrate a Debian system to another hard drive?

1996-09-04 Thread Casper BodenCummins
I'm surprised this important question has run for so long. Is it in a Linux FAQ? Anyhow, here's my contribution ( hopefully this'll wrap it up ;-> ): cd /; find . -path ./mnt -prune -o print | cpio -pdxm /mnt This copies the whole disk to the mount point /mnt, avoiding the recursive traversal

Re: WABI

1996-09-04 Thread Brian C. White
> What is the present status of WABI for Linux? I've built "wine" package for debian and update it occasionally. > How well does it perform? Pretty lousy. It's _very_ alpha. It runs most of the windows applets okay, but no real apps that I know of. You can find it in project/experimental.

RE: How to migrate a Debian system to another hard drive?

1996-09-04 Thread borik the Boris Yati Beletsky
On Wed, 4 Sep 1996, Steffen Mueller wrote: |>Date: Wed, 4 Sep 1996 11:35:25 +0200 (MET DST) |>From: Steffen Mueller <[EMAIL PROTECTED]> |>To: Guy Maor <[EMAIL PROTECTED]> |>Cc: Debian User List |>Subject: RE: How to migrate a Debian system to another hard drive? |> |>On Wed, 4 Sep 1996, Guy Maor

RE: How to migrate a Debian system to another hard drive?

1996-09-04 Thread Steffen Mueller
On Wed, 4 Sep 1996, borik the Boris Yati Beletsky wrote: Hello Boris, > i am telling ya - i moved all my root dir exept /usr from one part to > another... > it worked > i didn't do it with cp -a > there are alot more options that i used , i just don't remmeber them now , > if u realy want - i can

RE: How to migrate a Debian system to another hard drive?

1996-09-04 Thread borik the Boris Yati Beletsky
On Wed, 4 Sep 1996, Steffen Mueller wrote: |>Date: Wed, 4 Sep 1996 14:36:44 +0200 (MET DST) |>From: Steffen Mueller <[EMAIL PROTECTED]> |>To: borik the Boris Yati Beletsky <[EMAIL PROTECTED]> |>Cc: Guy Maor <[EMAIL PROTECTED]>, |>Debian User List |>Subject: RE: How to migrate a Debian system

Re: WABI

1996-09-04 Thread borik the Boris Yati Beletsky
On Wed, 4 Sep 1996, Brian C. White wrote: |>Date: Wed, 04 Sep 1996 01:18:38 -0400 |>From: "Brian C. White" <[EMAIL PROTECTED]> |>To: [EMAIL PROTECTED] |>Cc: Debian Users |>Subject: Re: WABI |> |>> What is the present status of WABI for Linux? |> |>I've built "wine" package for debian and update i

dosemu and bochs? (it was WABI)

1996-09-04 Thread Lazaro . Salem
Hi, DOSEMU I installed (not without some minor problems) dosemu_0.60.1-3.deb yesterday. It couldn't boot from the real floppy so I had to create an image of it in /var/lib/dosemu/bdisk as suggested in the config.dist -> renamed to /etc/dosemu.conf. I also had to modify the latter to

dosemu and bochs? (it was WABI)

1996-09-04 Thread Lazaro . Salem
Hi, DOSEMU I installed (not without some minor problems) dosemu_0.60.1-3.deb yesterday. It couldn't boot from the real floppy so I had to create an image of it in /var/lib/dosemu/bdisk as suggested in the config.dist -> renamed to /etc/dosemu.conf. I also had to modify the lat

Problem unpackagin Debian-1.1.4

1996-09-04 Thread Arrigo Benedetti
Yesterday I installed the Debian-1.1.4 ditributiion as found on the last Infomagic 6 CD's set on my no-name Pentium 100Mhz system. After selecting the packages and resolving dependency conflict by dselect, I selected the "Install" menu command. dselect then tried to install gcc at first, but compla

Re: Is smail MIME compliant

1996-09-04 Thread Bill Roman
Gilbert Ramirez Jr. wrote: > > As Mike Wood said: > > > > DOES smail support MIME? Thank you for your time. > > To the transport agen (smail, sendmail), the contents of the e-mail message > don't matter. > > It's the user agent (pine, elm, mail, xmail) that should decode the MIME > part of you

RE: How to migrate a Debian system to another hard drive?

1996-09-04 Thread borik the Boris Yati Beletsky
On Wed, 4 Sep 1996, borik the Boris Yati Beletsky wrote: |>Date: Wed, 4 Sep 1996 15:50:58 +0300 (IDT) |>From: borik the Boris Yati Beletsky <[EMAIL PROTECTED]> |>To: Steffen Mueller <[EMAIL PROTECTED]> |>Cc: Guy Maor <[EMAIL PROTECTED]>, |>Debian User List |>Subject: RE: How to migrate a Debi

Re: mgetty basic setup

1996-09-04 Thread Tim Sailer
In your email to me, David Gaudine, you wrote: > > > > On 27 Aug 1996, Christoph Lameter wrote: > > > Please read the documentation provided. (man mgetty and look into > > /usr/doc/mgetty!) > > I have no /usr/doc/mgetty, that was my first problem. > "dpkg --contents mgetty_0.99.deb" and "dpkg

Console Setup

1996-09-04 Thread David_Oswald
Hello all ... I'm getting the following information upon bootup of my debian box. The console seems to work fine... Can anyone tell me if I should be concerned with the information below - and how to fix it ??? Console setup: Linking /dev/console to

fvwm-95 - Making progress, but not there yet

1996-09-04 Thread Jim Worthington
I got rid of the xpm errors by installing xpm4.7-dev-3.4g-5.deb. fvwm95 compiled producing only one error: It's complaining about a missing "rplay" library Where can this package be found? I do not have operational sound under Linux. (I don't really care right now -- thats a lower priority is

Re: WABI

1996-09-04 Thread Jim Worthington
borik the Boris Yati Beletsky wrote: > > On Wed, 4 Sep 1996, Brian C. White wrote: > > |>To: [EMAIL PROTECTED] > |>Subject: Re: WABI > |> > |>> What is the present status of WABI for Linux? > |> > |>I've built "wine" package for debian and update it occasionally. > i am sorry > just interested ,

Re: Cross posting per request

1996-09-04 Thread David Engel
Bruce Perens writes: > It's unfortunate that the printer config stuff (and other stuff from > Red Hat) is written in TCL/TK. One thing we _don't_ assume is that the > user has X (or even a VGA card - it might be a serial console). > > A shell/dialog solution would be much better. There is a curse

Re: need libbsd.so.1.0.0

1996-09-04 Thread David Engel
joost witteveen writes: > > > The current implementation of postgres95 for Debian requires > > > libbsd.so.1.0.0, but the libc5 package includes only libbsd.a. > > > (How) can I make libbsd.so.1.0.0 from the .a file? > > > (Sorry to be asking what I imagine is such a naive question.) > > > > I ha

Re: wrong /dev/console messes up mouse -- why?

1996-09-04 Thread Dominik Kubla
Hello Joey, > Anyone know why /dev/console is important to gpm or to x in this way? I > don't think it's a bug, I just wanna figure out _why_ this happens.. This is a bug in GPM which i (informally) brought up in connection with support of serial console devices on debian-devel some time ago. GP

help - cant find fonts ...

1996-09-04 Thread David_Oswald
Hello all ... Can someone please help me resolve some (or all) of these missing fonts? I get the following messages after running xinit, and then starting fvwm and fvwm2 reports: can't get font -adobe-times-bold-r-*-*-14-*-*-*-*-*-*-* can't get

Re: Cross posting per request

1996-09-04 Thread Dominik Kubla
> Your idea is sound. I'm opposed to merging XDM and startx too much. XDM > and startx already share too much to some degree. We need to make > considerations that someone running XDM will not necessarily have > choices of window managers before the session begins. It would be a big > plus if Debi

Re: need libbsd.so.1.0.0

1996-09-04 Thread Dominik Kubla
Hi Joost, you wrote: > But if you've got the .a file, cannot you make the .so file by: > > mkdir t > cd t > ar -x ../libbsd.a > gcc -o libbsd.so.1.0.0 -shared -W,l-soname,libbsd.so.1 *.o > > (I may well be _very_ wrong, and please flame me if I am, > but I just _think_ it would work, and it's ea

PLEASE!

1996-09-04 Thread Wilson C. Melo Franco
PLEASE! UNSUBSCRIBE ME of Debian List! My mail is [EMAIL PROTECTED] Thanks! Wilson (Brazil) (http://www.geocities.com.br/BourbonStreet/2854) ([EMAIL PROTECTED])

Re: emacs troubles

1996-09-04 Thread borik the Boris Yati Beletsky
On Wed, 4 Sep 1996, Me wrote: |>Date: Wed, 04 Sep 1996 15:34:35 -0600 |>From: Me <[EMAIL PROTECTED]> |>To: Debain |>Subject: emacs troubles |> |>I'm trying to install emacs. Why, I don't know. I can't find the |>'elf-x11r6lib'. I shouldn't need Xwindows to run this do I? |>Just need pointing in t

Re: emacs troubles

1996-09-04 Thread Vadik Vygonets
-BEGIN PGP SIGNED MESSAGE- On Wed, 4 Sep 1996, Me wrote: > I'm trying to install emacs. Why, I don't know. I can't find the > 'elf-x11r6lib'. I shouldn't need Xwindows to run this do I? > Just need pointing in the right direction. Install the package 'xlib'. - From Packages.gz: Package:

Re: Console Setup

1996-09-04 Thread Me
I get the same thing but I don't worry about it and everything seems to work.

Re: help - cant find fonts ...

1996-09-04 Thread borik the Boris Yati Beletsky
On Wed, 4 Sep 1996 [EMAIL PROTECTED] wrote: |>Date: Wed, 4 Sep 1996 12:17:57 -0700 |>From: [EMAIL PROTECTED] |>To: debian-user@lists.debian.org |>Subject: help - cant find fonts ... |> |> Hello all ... |> |> Can someone please help me resolve some (or all) of these missing |> fon

Pine & other non-free packages

1996-09-04 Thread Christoph Lameter
: BTW, should I go hunting for a Pine debian package or just go and compile : it myself? I couldn't find it on my cdrom with Debian 1.1.4... :/ : Is it a licensing problem or finding a maintainer problem? Its a licensing problem. The debian packages are in the non-free section on ftp.debian.org or

Re: How to migrate a Debian system to another hard drive?

1996-09-04 Thread Marty Leisner
> > Nono no no... please don't rely on such features of GNU software. This > will NOT work with a generic cp on other systems. Please use either a > piped tar or a cpio,afio or whatever else. The cp method mentioned above > is definitely not the way to solve such general unix administration tasks.

Dosemu

1996-09-04 Thread Miro Torrielli
Has anyone succeeded in getting the latest versions of Dosemu to work? I can successfully compile, but can't insmod emumodule. Insmod dumps fifteen or so lines saying: x undefined ... Loading failed! The module symbols (from linux-2.0.7) don't match your linux-2.0.7 What's going on?? Seems as

emacs troubles

1996-09-04 Thread Me
I'm trying to install emacs. Why, I don't know. I can't find the 'elf-x11r6lib'. I shouldn't need Xwindows to run this do I? Just need pointing in the right direction. Thanks.

Re: Problem unpackagin Debian-1.1.4

1996-09-04 Thread Bruce Perens
[installation of gcc fails due to binutils dependency that dselect should have taken care of] I had this happen to me with two system installations I was running of 1.1.4 (from a CD I wrote a few weeks ago). Has anyone seen this on a later system than 1.1.4? Thanks Bruce