compiling kernel modules [fixed]

2001-03-20 Thread Seth Arnold
Ok, I managed to compile the kernel module successfully. /usr/share/doc/kernel-package/README.headers file was the starting point to understanding. The file contains a hint about using -I to compile against the exact kernel headers required. I also had to use the -nostdinc flag to gcc, and add oth

Re: apt-get and growing cache

2001-03-19 Thread Seth Arnold
Original Poster: The cache is there so that you can back out failed upgrades. I have seen several times when a new package broke something important an older version of the package did correctly. (Example: Mutt, libiconv, a month ago or so?) This way, you can use dpkg to downgrade to an older pack

compiling kernel modules

2001-03-19 Thread Seth Arnold
ello world kernel module * taken from ori pomerantz, this one by seth arnold * [EMAIL PROTECTED] */ #include "../include/linux/kernel.h" #include "../include/linux/module.h" #if CONFIG_MODVERSION==1 #define MODVERSION #include "../include/linux/modversions.h" #endif i

Re: The perfect X terminal emulator

2001-03-16 Thread Seth Arnold
* Forrest English <[EMAIL PROTECTED]> [010316 15:44]: > home and end work for me in my xterms and eterms. could it be you are > using older versions or somthing? i remember at one point they didn't > work. but, i think it works using woody or unstable packages. Well, I too thought once upon a t

The perfect X terminal emulator

2001-03-16 Thread Seth Arnold
Greetings folks; I cannot find an X terminal Emulator I like. I am hoping someone out there can point me in the right direction. (CC's on replies would be nice, BTW.) xterm doesn't let home/end work. aterm doesn't let home/end work. Eterm doesn't let home/end work. wterm doesn't let the numeric k

Value too large for defined data type

2000-10-28 Thread Seth Arnold
Greetings everyone. Long story short -- a friend, via ftpd on my OpenBSD box, send a file slightly larger than two gigs to my Debian machine. The OpenBSD box nfs mounts its ftp stuff from my Debian machine. I now get errors of the sort: $ ls -l ls: mydocs.zip: Value too large for defined data typ

Re: strange looking fonts.

2000-10-10 Thread Seth Arnold
* Olaf Meeuwissen <[EMAIL PROTECTED]> [001009 22:58]: > > What I would imagine to fix your problem is to edit your > > /etc/X11/XF86Config file. I bet the 100dpi fonts are listed before the > > 75 dpi fonts. If so, swap their order and restart X. > You could also just purge the xfonts-100dpi packag

Re: strange looking fonts.

2000-10-08 Thread Seth Arnold
Russell, the debian-x mail list (in recent times anyway) is more intended for developers and ginuea pigs of XF86 4.0. debian-users is more appropriate. What I would imagine to fix your problem is to edit your /etc/X11/XF86Config file. I bet the 100dpi fonts are listed before the 75 dpi fonts. If s