Re: mouse and serial ports

1997-01-21 Thread Vatiainen Heikki
Hi, Since you didn't tell us what you have already tried, please check these things. I'm sorry if this is redundant. When you compiled your kernel, did you include the "Standard/generic serial support"? It can either be compiled in the kernel or as a module but you need it to get the mouse sup

Re: ALT+CTRL+BS dangerous to X server

1997-01-21 Thread Vatiainen Heikki
See /etc/X11/XF86Config and in there section "ServerFlags". Uncomment the line that reads "DontZap" and that should do it. Man XF86Config tells more. Christian Lynbech wrote: > Apparently, the keyboard combinbation of ALT+CTRL+Backspace is set up > to kill the X server. > > Is there any way to

Re: Sound and NIC problem

1997-01-21 Thread Vatiainen Heikki
When I installed Debian I had problems with my 3c509 net card and PnP SB 32 sound card. The 3c509 wasn't detected before I got the isapnp tools (pnpdump and isapnp). I added the following lines in /etc/init.d/boot : if [ -x /sbin/pnpdump ] then echo "Deconfiguring PnP devices" /sbin/pnpdump

Re: WordPerfect for Java

1997-01-16 Thread Vatiainen Heikki
This was just today on java-linux list: // Heikki ++ Start of excerpt ++ Hello Java-Linux people, I assume that yall know this, but in case you dont, Corel's Office for Java is available for download from ftp2.corel.com. The file is in the / directory and is called coj.zip. I ran it both fro

Re: dpkg-split

1997-01-16 Thread Vatiainen Heikki
Somebody already suggested mounting the DOS partition so that Linux can see it, but if you still want dpkg-split it's in package dpkg. The full path is /usr/bin/dpkg-split // Heikki -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail

Re: what's NMI recieved.

1997-01-15 Thread Vatiainen Heikki
There seem to be at least two Debian packages that have some kind of memory test programs. There's memtest86 in utils/hwtools and memtest in utils/sysutils. Don't know though if NMI has anything to do with memory. Shaya Potter wrote: [cut] > know which chips to replace. Is there any program tha

Re: Some help with X11

1997-01-15 Thread Vatiainen Heikki
Cirrus cards use the SVGA X server (xserver-svga) package in Debian. I guess you have this already installed since you can check some XF86Setup generated modes. My suggestion is that you check the /etc/X11/Xserver which tells what Xserver to use. The first line in my Xserver file is '/usr/X11R6

Olvwm and Matrox (was: No Subject)

1997-01-14 Thread Vatiainen Heikki
The olvwm package in unstable seems to need libc5 (>=5.4.17). There should be libc5 version 5.4.17 in the base section of unstable. If not, then you probably should check some other mirror site. I'm using the SVGA X server with 4 MB Matrox Millennium board all the time. It works quite nice. I'm

Re: Trying to build a custom kernel (xconfig)

1997-01-12 Thread Vatiainen Heikki
You seem to have everything you need for 'make xconfig' but you have to tell the X server that it's ok for your client program (wish) to connect to it. Try 'export DISPLAY=:0' before 'make xconfig'. If it still won't work and I guess it won't, you have to use command 'xhost + localhost' as the

Re: Custom kernel and boot problems still...

1997-01-11 Thread Vatiainen Heikki
There's a package called 'kernel-package' that has Debian Linux kernel package build scripts in it. You can find kernel-package from section misc. Note that there might be a newer version in unstable than stable. I'm attaching a previous mail from debian-user about the same question. Make-kpkg

Re: What is the best window manager?

1997-01-11 Thread Vatiainen Heikki
You should check http://www.PLiG.org/xwinman/ that has lot's of stuff about window managers. A quick count gave 35 more or less known window managers. // Heikki > I like to know more about the window managers. There are > many ones, and I think that a good thing would be a list > of main resourc

Re: nfsiods?

1997-01-10 Thread Vatiainen Heikki
Hi, I also noticed this a while ago and found the answer from /usr/src/linux/fs/nfs/README. The nfsiod processes are started by the kernel with the nfs services. There's more about the subject in the README, I hope this helps. [delete] > What script starts the four nfsiod's that are on m

Re: java trouble

1996-12-20 Thread Vatiainen Heikki
You should check the home page of Java-Linux porting project at http://www.blackdown.org/java-linux.html. Among other things they have set up a couple of mailing lists and people there can probably answer better to Java specific questions. // Heikki -- TO UNSUBSCRIBE FROM THIS MAILING LIST:

Re: Serial cable pinout??

1996-12-19 Thread Vatiainen Heikki
The Linux Serial HOWTO tells about null modem cables. There are instructions for both minimum and full handshake cables with the pinouts for both the 9 and 25 pin connectors. The URL straight to the section that tells about null modem cables is http://sunsite.unc.edu/LDP/HOWTO/Serial-HOWTO-8.ht

Re: Problems with Debian 1.2

1996-12-19 Thread Vatiainen Heikki
Check if there's a line like '/usr/X11R6/lib' in the file /etc/ld.so.conf. If not, you should add it and run 'ldconfig' or 'ldconfig -v | more' for more verbose output. This should fix the problem with libXt.so.6, at least it did for me when I installed Debian 1.2. [cut] > Also having a proble

Re: List of installation problems for 1.2

1996-12-19 Thread Vatiainen Heikki
> The following list was composed from reports of those who have already > installed Debian GNU/Linux 1.2. If you are having any trouble with your > installation, consult this list for possible solutions. [cut] > 18. Mc fails to declare it's dependence on libgpm. > Should declare dpendence

Re: help getting 1.2 rescue to boot

1996-12-18 Thread Vatiainen Heikki
You are not the only person with this problem. This was asked about a week ago and here is Bruce Perens's answer dug from the mailing list archive: [cut] For now, please boot your system with the command: linux reserve=0x340 or linux cm206=0x350 Where "0x350"

XF86Setup, it did work

1996-12-18 Thread Vatiainen Heikki
A couple of days ago I complained about XF86Setup not working. The setup program worked all the time but I failed to use it right. In the monitor section XF86Setup asks for the horizontal and vertical sync values. There are default values for the standard VGA which are 31.5 for hsync and 60 for

Re: X clients problem

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

Re: Installing RPMs

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

Re: Video card

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

1.2 installation, more notes

1996-12-17 Thread Vatiainen Heikki
I have been installing Debian little by little so I could see what's going on. Here's the most recent findings. o XFSetup didn't work. The configuration utility seemed to work right but when it was the time to test the server the client was not able to connect to it. I had to use xf86config

Re: Where to find Lebian1.2

1996-12-17 Thread Vatiainen Heikki
http://www.debian.org/ftplist.html tells about mirrors. The list has the following site from France: ftp://ftp.ibp.fr:/pub/linux/distributions/debian/ It seems to have the sources and binaries for i386, Alpha, m68k and sparc. // Heikki -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the wor

Re: Problem with Kernal Source 2.0.27_1.00

1996-12-14 Thread Vatiainen Heikki
There's a separate package that contains as86. The package is bin86 and can be found from section devel. Here's the description: Assembler and loader for kernel compilation. In message <[EMAIL PROTECTED]>you write: > kernal. I get most of the way through the make zImage phase and

Shouldn't mh add it's dir to PATH?

1996-12-13 Thread Vatiainen Heikki
Last night I installed part of the debian (going to install the rest tonight) and I noticed that mh doesn't add /usr/bin/mh to PATH in /etc/profile. Is this the correct behaviour? I also noted that there is '.' in the PATH. comp.unix.faq has something to say about this in question 2.13) What's

Solved (problems with 3com)

1996-12-13 Thread Vatiainen Heikki
Thanks Nils, your PnP fix solved the problem. I was just about to start removing the cards and changing their places, but luckily I don't have to do it. Problem description: I have a new computer with Tyan TomcatIII main board, Plug n' Play aware BIOS, Sound Blaster 32 PnP card and a 3com 3c5

Re: Problem with 1.2 and 3com during install

1996-12-12 Thread Vatiainen Heikki
Thaks for your mail. I made a record of the terminal session and I'm attaching it here. I made a completely fresh install with the 1996-12-8 floppies and only selected nfs from the device driver modules. I tried to install 3c509 but it failed with or without the irq and base io given as parameter.

Re: Problem with 1.2 and 3com during install

1996-12-12 Thread Vatiainen Heikki
I have both the dos and linux versions of the 3c509 config program. The linux version can be found from ftp://cesdis.gsfc.nasa.gov/pub/linux/setup/ . There seems to be a new version of the program, dated 12/11/96. http://cesdis.gsfc.nasa.gov/pub/linux/linux.html has stuff about linux network dr

Re: problem in some FTP mirrors of Debian-1.2/disks-i386/1996-12-8

1996-12-12 Thread Vatiainen Heikki
In ftp.lh.umu.se the following files seem to have different sizes than the ones in debian.crosslink.net. o drv1200.bin o drv1440.bin o linux o md5sum.txt o resq1440.bin -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e

Problem with 1.2 and 3com during install

1996-12-11 Thread Vatiainen Heikki
Last night I tried to install Debian 1.2 to my new PC using the boot floppies 1996-12-8. I was going to install the packages over ftp either with dselect or by first downloading them after the initial boot disk install. The installation went smoothly until it was time to configure the device dri

Re: MS WORD format

1996-12-02 Thread Vatiainen Heikki
My debian is still uninstalled, but has anyone tried Wine (Windows emulator) with Microsoft Word Viewer, available from Microsoft as a free download? > Does anyone know of a document reader/editor that will read Microsoft Word > format? // Heikki -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-ma

Re: Invitation for testers of "frozen" distribution

1996-11-20 Thread Vatiainen Heikki
I hope the boot floppies for a cold install will be uploaded soon. I was just about to install Debian tonight, but I guess I'll have to wait a little. I finally got my new computer last friday and have a nice big partition reserved for Debian. Are there any special testing requests for those wh

Re: packages install

1996-10-29 Thread Vatiainen Heikki
If the packages that should be installed first are the ones that have their 'Priority' control field set to 'required' then you can find them all with my package finder tool. I guess dselect also selects them all. The finders current location (subject to change) is http://house.cs.tut.fi/~hessu

Remainder: package finder

1996-10-23 Thread Vatiainen Heikki
Hello all, About two weeks ago I put a small announce about the package finder I have created. This is just the reminder that the package finder still runs on http://house.cs.tut.fi/~hessu/debian/ and is free for you to use. It will move to some other location in the future so this is not the p

Re: news server

1996-10-23 Thread Vatiainen Heikki
The news server software lives under 'news' section in the Debian mirrors. This section can be found from either the 'stable' or 'unstable' directories. For example ftp://ftp.it.com.au/mirrors/linux/debian/Debian-1.1-fixed/binary-i3 86/news/ ^^

Re: Where is nanosleep?

1996-10-15 Thread Vatiainen Heikki
Hi, I tried the following with two Linux systems: > od -s /lib/libc.so.5.2.18 | grep nano > od -s /lib/libc.so.5.3.12 | grep nano 0152072 __libc_nanosleep 0152113 __nanosleep 0152127 nanosleep 2475401 __libc_nanosleep 2505602 nanosleep 2512322 __nanosleep So it looks like that at least libc 5.3.

Re: Reading news with Emacs

1996-10-15 Thread Vatiainen Heikki
Hello, As other people have already answered to the Gnus problem, I would like to give you some pointers to the Gnus-related documentation. The Gnus home page is http://www.ifi.uio.no/~larsi/ding.html and the Gnus FAQ can be found from http://www.miranova.com/~steve/gnus-faq.html. The FAQ can

Package finder

1996-10-11 Thread Vatiainen Heikki
Hello, I have created a small search system where you can search for a Debian package either with a keyword, file name or direct browsing. The url is http://house.cs.tut.fi/~hessu/debian/ However, this can not be it's permanent location since it resides on the PC I use for the part time work h

Re: ?-html

1996-09-21 Thread Vatiainen Heikki
>From archie.sunet.se: Host sunsite.doc.ic.ac.uk(155.198.1.40) Last updated 10:36 30 Aug 1996 Location: /computing/information-systems/WWW DIRECTORYdrwxr-xr-x 512 bytes 11:35 6 Jun 1996 man2html Host ftp.fi.upm.es(138.100.8.6) Last updated 22:01 31 Aug 1996 Loc

Re: using filter

1996-08-27 Thread Vatiainen Heikki
I use procmail for this. There are also other mail filtering programs but I have no experience of them. There is also a FAQ about filtering mail and it can be found from http://www.cis.ohio-state.edu/hypertext/faq/usenet/mail/top.h tml > How could I use filter to filter the mail from mailing lis