partimage <-> stdio
Does anyone know how to get partimage to stream to/from stdio? I want to use it like so: partimage -d -b save /dev/hda1 - | cdbackup ... but I can't seem to figure out how to do this. Or does partimage make extensive use of seek()? -- Dwayne C. Litzenberger <[EMAIL PROTECTED]> The attachment is an OpenPGP (PGP/MIME) signature, which can be used to verify the authenticity of this message. See the message headers for more information. pgp0.pgp Description: PGP signature
Mutt 1.0pre3-1.2: moving lists to folders
Does somebody have their muttrc file set up to move messages from different mailing lists into respective folders? I tried using mbox-hook, but it doesn't seem to work (it moves messages unconditionally with the "." regexp, but nothing else seems to work). Any suggestions? -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpglvRTAlCCE.pgp Description: PGP signature
potato ALSA won't compile
Has anyone gotten the latest ALSA (from potato) to compile? I've been trying for a while now, and there's always some problem. I'd renew my efforts if I knew it was possible, so any hints? -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpH2ZJOk1Rop.pgp Description: PGP signature
Re: LILO won't load win95, but no error...??
> Have you tried booting from a Win95 floppy disk and see if you can > access that partition from a DOS prompt? Because if what I'm suggesting > did happen, your Win95 boot record is overwritten with Lilo, and you > won't be able to access your C drive. > > Actually, I hope I'm wrong for your sake. It's not that bad. You should be able to access your C drive, but the boot files will be overwritten. So just boot off a win95 floppy and run: C:\WINDOWS\COMMAND\SYS.COM A:\ C: This will copy the boot files from your floppy to your win9x partition. (I think) I've actually had to do this before, so it should work. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgp7AOf5foUOE.pgp Description: PGP signature
Re: user X session at boot
Yep, on my box, I have my X session start for me, with a locked screensaver starting on top of it. It's great so I can turn on my box, go and get some food, and when I come back it will be ready to use. I attached the file I use (tailor it to your needs). Put it in /etc/init.d. You'll have to run: update-rc.d startmyx defaults 99 It's a quick-and-dirty hack, but it's something to start with. On Mon, Oct 11, 1999 at 12:14:06PM -0600, Mike Wood wrote: > > Currently I'm using a modified Login.app to provide a login screen > for 7 public netscape terminals. I'm wondering if there is a way to have > X start as the guest user at boot time. I've tried using 'su -c' in init > but unfortunately that doesn't seem to quite work. > > Mike Wood [EMAIL PROTECTED] > External Technical ManagerOA Group of Companies > 10503 Jasper Ave (780)-425-5151 ext 531 > Edmonton, Alberta (780)-425-3852 fax > T5J 1Z5 > > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 #!/bin/sh # /etc/init.d/startmyx: start or stop primary user's X session FLAGS="defaults 99" set -e PATH=/usr/local/bin:/usr/local/sbin:/usr/X11R6/bin:/bin:/usr/bin:/sbin:/usr/sbin DAEMON=/usr/X11R6/bin/startx PIDFILE=/var/run/myx.pid test -x $DAEMON || exit 0 case "$1" in start) sleep 8s echo -n "Starting X session: startx" cd ~dwon /bin/su - dwon -c "/usr/X11R6/bin/startx -- :2 vt9" /dev/tty9 2>/dev/tty9 & echo $! >$PIDFILE echo "." ;; restart) /etc/init.d/startmyx stop /etc/init.d/startmyx start ;; stop) echo -n "Stopping X session: startx" kill `cat $PIDFILE` || echo -n " not running" echo "." ;; *) echo "Usage: /etc/init.d/startmyx {start|stop|restart}" exit 1 ;; esac exit 0 pgpQKGH1kE6x4.pgp Description: PGP signature
Re: I'm a BEGINNER
On Mon, Oct 11, 1999 at 09:09:20PM -0700, Dias Cakep wrote: > Can I heck the web-site with LINUX OS ? > Send me information abaout that .. I'm assuming you meant "can I crack web-sites with Linux?". The answer is yes, but you can do that with many other operating systems. Also, nobody here is going to help you degrade yourself to being a script-kiddie. I started using Linux in the hope of cracking computers too, but at the same time as I started learning Linux, I started growing up. I realized it's not really worth it to bother with cracking. Too much hiding, justifying, and power trips. Take it from me: it's not worth it. Become a real hacker, not a cracker (script kiddie) like on TV, but someone who displays expertise and wisdom in creation, not destruction. From the Hacker's Jargon File: :hacker: /n./ [originally, someone who makes furniture with an axe] 1. A person who enjoys exploring the details of programmable systems and how to stretch their capabilities, as opposed to most users, who prefer to learn only the minimum necessary. 2. One who programs enthusiastically (even obsessively) or who enjoys programming rather than just theorizing about programming. 3. A person capable of appreciating {hack value}. 4. A person who is good at programming quickly. 5. An expert at a particular program, or one who frequently does work using it or on it; as in `a Unix hacker'. (Definitions 1 through 5 are correlated, and people who fit them congregate.) 6. An expert or enthusiast of any kind. One might be an astronomy hacker, for example. 7. One who enjoys the intellectual challenge of creatively overcoming or circumventing limitations. 8. [deprecated] A malicious meddler who tries to discover sensitive information by poking around. Hence `password hacker', `network hacker'. The correct term for this sense is {cracker}. The term `hacker' also tends to connote membership in the global community defined by the net (see {network, the} and {Internet address}). It also implies that the person described is seen to subscribe to some version of the hacker ethic (see {hacker ethic}). It is better to be described as a hacker by others than to describe oneself that way. Hackers consider themselves something of an elite (a meritocracy based on ability), though one to which new members are gladly welcome. There is thus a certain ego satisfaction to be had in identifying yourself as a hacker (but if you claim to be one and are not, you'll quickly be labeled {bogus}). See also {wannabee}. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpWxJ7X98hH4.pgp Description: PGP signature
Re: nosuid option for '/'?
> And if nosuid is > a good thing for this system, can it be implemented for the > /home directories only, without doing it for the whole / directory? Being that nosuid is a mount option, this would be quite easy to do if your /home was a separate partition, which I assume it is not. Somewhere in your startup files, there will be a line that remounts your root filesystem read-write, like: mount / -o remount,rw try changing it to: mount / -o remount,rw,nosuid -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgppcYOma5MLB.pgp Description: PGP signature
Re: I'm a BEGINNER
> WHat is the meaning of "check a website with Linux OS"? I think it means "can I connect to the internet with Linux?". Answer: Yes, you can. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpp8WqhwcvUt.pgp Description: PGP signature
3D acceleration for ATI Xpert@Play (Rage Pro chipset)
I have an ATI [EMAIL PROTECTED] AGP video card (which basically has Rage Pro 3d acceleration), and I'd like to know if there are 3d libraries for it. XF86_Mach64 works great on it, if that helps. I'd like to get the Quake 3 demo, but it don't work unless I can get 3d accel working on my box. Any suggestions? -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpUb9gEYSbj0.pgp Description: PGP signature
Re: satan - Anyone Else Using It?
Yep. I tried to scan some other boxen on my home network, but it wouldn't run. On Tue, Oct 12, 1999 at 11:33:23AM -0600, Art Lemasters wrote: > While trying to run satan here, I received a _compilation_ > error message. Have any of you tried satan in potato (as I have) > and received the same message (or not)? > > Art > > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpHgwipi0y6A.pgp Description: PGP signature
Re: latest version of kernel package is broken in potato
By the way, has anyone else had the problem when installing kernel packages with dpkg, it freezes up on "Setting up kernel-image-blah...". I have to open up another terminal and kill dd (something to do with /dev/ptmx). Anyone know a fix to this? I use the Unix98 ptys, and I think that's the problem, but how do I fix it? -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpDXu4IDG04F.pgp Description: PGP signature
Re: Install /usr/bin files
Ouch! Accidentally did rm *? You pretty much have to re-install everything, though there *might* be a way to make dpkg check and re-install packages that don't check out properly (I know RPM did it). Don't know how, though. On Tue, Oct 12, 1999 at 12:05:01PM -0700, j way wrote: > Hi, is there an easy way to reinstall the contents of /usr/bin from > (Slink) startup floppies or some such? Tnx. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpcjKRA61MYg.pgp Description: PGP signature
Multiple accesses to /dev/dsp
Anyone know of a kernel patch that basically lets any number of processes open /dev/dsp any number of times? Basically, a microphone splitter and a speaker mixer in one? I know this would take CPU time, but I'd like to be able to play a RealAudio stream, while hearing the superfluous sounds of KDE, while talking to a friend via SpeakFreely. I know it should be possible, but I've never seen it done. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgp7lKF79x4om.pgp Description: PGP signature
Re: satan - other scanners
> what are you guys trying to scan for ??? > > nmap seems to be the one most people use > http://www.insecure.org/nmap Yes, but I want to make sure that someone ELSE using satan can't get into my sister's box (she wouldn't like that). I've already used nmap. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpqwqLjXRNIv.pgp Description: PGP signature
Re: http://www.debian.org/contact
> 1) Create some easy-to-use tools for making debian packages ( not for > experts I mean) in order that everybody can make a debian package and > so debian is updated faster (or perhaps we could get debian packages > from elsewhere , if someone want to make a program freely avaliable it > would be nice that he could make easy a debian package). That is a big no-no. A non-expert just can't live up to the quality one should expect from Debian. Making it "easy-to-use" would just let more ignorant people make packages that possibly break other things. Package maintainers should know what is going on with their packages, so they can fix bugs, etc. > > 2) Try to agree with the other linux distributions in a uniform package > format . I think we should consider use the "rpm" format for debian. > The are excelent tools from red-hat (under GPL) for installing rpm > ( glint is more intuitive than dselect ) , and let me say that is easy to > find "rpm" packages than "deb". Maybe, but does rpm support "Suggests", "Recommends", "Provides", "Hold", "Section", "Priority", package-based "Depends", or even text-based databases that you can grep? No. The Debian motto has sort of always been to do things the right way, even if it means being different. If it weren't for the speed issues of dpkg (IMHO, the database should still be text, but binary cached), I suspect most other distros would be using it as well, as it really displays the quality and intelligence that is Linux. Conformance and ease of use have never been high priorities of the Debian community. The reason there are multiple distributions of Linux is so you can choose which ones you like. If you don't like Debian, I suggest you get another distro. (No offence) -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgp5PM7dgNla3.pgp Description: PGP signature
Re: potato ALSA won't compile
I am using Linux 2.3.19, with ALSA 0.4.1b. I have an sb16. make_kpkg modules_image returns the following, even after I leave a freshly-compiled source tree in /usr/local/src/linux: make[5]: Entering directory `/usr/src/modules/alsadriver/kernel/pcm1' make[5]: *** No rule to make target `/usr/local/src/linux/include/linux/pci_ids.h', needed by `pcm1_native.o'. Stop. make[5]: Leaving directory `/usr/src/modules/alsadriver/kernel/pcm1' make[4]: *** [all] Error 1 make[4]: Leaving directory `/usr/src/modules/alsadriver/kernel' make[3]: *** [compile] Error 1 make[3]: Leaving directory `/usr/src/modules/alsadriver' make[2]: *** [binary-modules] Error 2 make[2]: Leaving directory `/usr/src/modules/alsadriver' make[1]: *** [kdist_image] Error 2 make[1]: Leaving directory `/usr/src/modules/alsadriver' make: [modules_image] Error 2 (ignored) On Tue, Oct 12, 1999 at 12:19:48AM -0500, Brad wrote: > -BEGIN PGP SIGNED MESSAGE- > > On Mon, 11 Oct 1999, Dwayne C . Litzenberger wrote: > > > Has anyone gotten the latest ALSA (from potato) to compile? I've been > > trying for a while now, and there's always some problem. I'd renew my > > efforts if I knew it was possible, so any hints? > > I have it working right now (and the full duplex support for my soundcard > is nice). i didn't have any trouble compiling once 0.4.1 was packaged; > earlier versions gave various problems. Using up-to-date potato, with a > custom-compiled kernel 2.2.12. Did it all with make-kpkg. > > What sort of problems are you having? Copy-pasting error messages would be > a big help, as well as which kernel version, what sound card you have, and > anything else that might be relevant. > > > - -- > finger for PGP public key. > > -BEGIN PGP SIGNATURE- > Version: 2.6.3ia > Charset: noconv > > iQCVAwUBOALFCL7M/9WKZLW5AQFniwP/fKLSAeD4F3rIkz5AFD5Jkpr6OGarNAoa > spUG8lT0XTX7xthaOw6A22c8N7ijHlhnBEtbVQSZpQwowdPT11bgLq2uqGJWD7ZG > E//2dRPkaPcFmlius/mm7U8SgUGgQ8KoVC33Avuo2iFugr8+Rw/roejpm1BxQizE > XMbkLdsE7aI= > =LPnm > -END PGP SIGNATURE- > > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgp6lBCJxCL7c.pgp Description: PGP signature
Re: Multiple accesses to /dev/dsp
I knew about Esound, but I need something that: - Split input (microphone, etc) to multiple processes - Works with existing programs (eg. Quake) This is probably a wishlist item for ALSA, but I was wondering if anyone already knew on a *kernel* patch that does the mixing at the /dev/dsp level. On Wed, Oct 13, 1999 at 01:30:23AM -0500, John Foster wrote: > Rob Mahurin wrote: > > > > On Tue, Oct 12, 1999 at 07:21:06PM -0600, Dwayne C . Litzenberger wrote: > > > Anyone know of a kernel patch that basically lets any number of processes > > > open /dev/dsp any number of times? > > > > > > Basically, a microphone splitter and a speaker mixer in one? I know this > > > would take CPU time, but I'd like to be able to play a RealAudio stream, > > > while hearing the superfluous sounds of KDE, while talking to a friend via > > > SpeakFreely. > > > > > > I know it should be possible, but I've never seen it done. > > > > > > > I've heard that esound or something like that (from enlightenment) can > > do that, but I've not played with it myself. Anybody else? > > > > Rob > - > I use OSS the commercial version as my sound driver and I also run > esound from my Gnome desktop. It was purely an accident but I found that > all of the Gnome system sounds are output via esound and I can use the > CD player from XMCD to have music at the same time. I also noticed that > my microphone is active too, since I was getting some bad feedback > noise. I was able to use the Gnome mixer to control all of this, so that > it works OK. The wierd thing is that I have to log in and start both OSS > and Esound as root, in an Xterm, in Gnome; then log out and log back in > as a user to have it work in a regular session. If any one knows how to > get them both running at boot up I would appreciate some help. I have > only been experimenting with sounds for a month or so. Thanks. BTW I run > ICEGnome not enlightenment and I have a Gnome taskbar hidden at the top > of the screen and a ICE debian taskbar hidden at the bottom of the > screen. Works great! -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpBXvnCfCgTG.pgp Description: PGP signature
Re: Debian Install Question
I don't quite understand what is wrong here, but I know that FIPS makes 2 DOS partitions. When I FIPSed my hard drive (back in the days) I then deleted the new partition and made 1 linux and 1 swap. Hope that is relevant. On Wed, Oct 13, 1999 at 08:37:31AM -0500, Bryan Walton wrote: > Hello, > Please forgive me for this newbie question. I am new to linux and > Debian. > I have a question regarding installation. I have a 13 gig hard drive > which I partitioned this past weekend so that I could dual boot Debian > Linux alongside Windows 98. Using the fips program, I split my hard drive > into two 6.5 Gig drives. Everything seemed to go fine. > Last night I began my installation of Debian (slink). Very soon into > the > process, it told me that there was no linux swap partitions preset on my > system and it told me to partition my hard disk to add "linux native" and > "linux swap" partitions to my disk. > So, knowing that I needed to create a linux swap, I did as it told me > and > sought to partition the /dev/hda drive. But then it gave me an error > message saying "Fatal Error: Bad primary partition." Then it told me > "cfdisk has failed while trying to repartition your disk. That may mean > your disk's partition table is corrupt, or your disk is 'factory clean.' I > may wipe out your disk's current partition table and run cfdisk again. > Warning: You will lost any data currently on that disk. Are you sure you > want me to do this?" > I would like to make sure I understand what has happened here. I think > this all means that when I used Fips to partition my hard drive, that > something went wrong. Furthermore, the only solution is for the Debian > Installation program to clear the entire hard drive and start again, > essentially wiping out Windows and everything running off of Windows. Is > this correct? Is there anyway to fix this problem without erasing > everything? Or am I wrong in what I think is happening here? > > Thanks very much! > Bryan Walton > > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpJyQ3MqK57q.pgp Description: PGP signature
Re: Debian/Slink Connection Speed...too slow
Edit /etc/ppp/peers/provider and make sure your baud rate is set to 115200 or 57600. You might also want to add the lines: bsdcomp 15,15 deflate 15,15 vj-max-slots 16 To juice up compression. Hope this helps. On Wed, Oct 13, 1999 at 12:38:27PM -0200, [EMAIL PROTECTED] wrote: > hy there, > I've just installed debian slink and I'd like to upgrade it > to potato, but my internet connection is very slow. I have a usr > sportster 28800, and on my redhat 6.0 (on the same machine...) I can > do downloads from ftp.debian.org at least at 3.0 K/s, and on slink, > only 956 B/s, if I am lucky... this way I'll never get potato at al... > :) > Using pppstats (pppstats -w 1) on redhat, the average is about 3500 or > 3600 > Bytes/second, but on debian it never passes 900 Bytes/second. > I use wvdial to connect because with any other method (minicom, pon, > ppp-on script or kppp) I can't, the like falls up and the following msg > is posted on var/log/messages: > peer refused to authenticate > the problem is that my provider uses pap authetication, and kppp is > configured for pap (I even tried chap ant terminal based, but didn't > work too) > and it stills the same way... > > could somebody help? it's been some time I want to get potato and I > can't ;) > I'm now donwloading form redhat the whole potato distrib., I mean, > I'm mirroring it (directories binary-all and binary-i386) and I'm almost > finishing it. When I finish I'll try connecting with potato, but I think > this > has nothing to do... it must be some configuration problem! > > thanks anyway, > bye -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpi10clJVX3K.pgp Description: PGP signature
Re: Debian/Slink Connection Speed...too slow
Basically, they set compression to the max (man pppd). On Wed, Oct 13, 1999 at 08:40:15PM -0400, Salman Ahmed wrote: > >>>>> "DCL" == Dwayne C Litzenberger <[EMAIL PROTECTED]> writes: > > DCL> Edit /etc/ppp/peers/provider and make sure your baud rate is set > DCL> to 115200 or 57600. You might also want to add the lines: > > DCL> bsdcomp 15,15 deflate 15,15 vj-max-slots 16 > > DCL> To juice up compression. > > What exactly are these options doing ? > > Thanks. > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgp4NAA5dM594.pgp Description: PGP signature
Re: need help setting epoch for a fake package
In the version number, put, say, a 1:x.x.x. The 1: is what sets the epoch (without it, the epoch is 0. On Thu, Oct 14, 1999 at 01:14:52AM -, Pollywog wrote: > Can anyone tell me how I can set the epoch for a fake package? > I need to make a fake qt package but I cannot seem to find this info in the > "equivs" package docs. I have included the epoch (preceeding the version > number) but this does not work. > > thanks > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpbvczTpLYEE.pgp Description: PGP signature
Re: atari800 package - README.Debian has bad web address for ROMS
> (Maybe there's a linux "unzip", I do not know). (?) apt-get install unzip and maybe you want: apt-get install zip (or {un}zip-crypt from non-US/non-free for encryption support) -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpXOvDfzSa12.pgp Description: PGP signature
Re: here's something strange.
Odd. I use WindowMaker a lot, and I've never had any problems with it ever. On Wed, Oct 13, 1999 at 08:19:10PM -0700, Rob Malchow wrote: > Hi there, here's a weird one for the masses. > today i did an apt-get update/upgrade, and now windowmaker acts very > strangely. by "very strangely," i mean that it "dies" on not one click of > the pager, not two, but the third time. what's really odd, is that all of > the dockapps i use still work. > > when i ctrl-alt-backspace out of X, windowmaker keeps running, at 100% > cpu until i manually kill it. > > ~ a week ago perhaps... i remember seeing something on the list regarding > "DO NOT UPGRADE TO POTATO" and such, read the message, and discarded it, i > also remember reading a few posts about the "menu" package, which i > removed (i don't need it anyway.) to no avail. > > i recompiled windowmaker, looked through the libs, made sure everything > was kosher, and i'm still confused as to why this problem persists. > > can anyone offer me advice? it would be greatly appreciated. > > writing from console (for now) ... > > -Rob Malchow : RM11330 > [EMAIL PROTECTED] > > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpUSG9QezNqS.pgp Description: PGP signature
Re: Debian/Slink Connection Speed...too slow
> >mru 576 > >mtu 576 How much extra overhead does that have on large downloads (eg. all of SuSE)? I'd like to set it for the easily intertwined packets (eg for games), but is it worth it for my download speed? -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgp8RA6AZpaN6.pgp Description: PGP signature
Re: Modem's and video cards for linux
> > The only modem they could offer me which is shure to work is US robotics > > which is a bit expensive. > > The video card i was offered (since I static image handling mainly, and > > not video), is ATI xpert 8 meg AGP, How is it for linux? > > AFAIK it is well supported, I use an ATI Rage Fury, which is working > well So do I, but only 2D support works well (no 3D). I don't recomment buying ATI, unless they've released their technical docs. Go look at the latest version of the Linux Hardware Compatibility HOWTO. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpOoMwIISJQ3.pgp Description: PGP signature
Re: 2.3.x + masquerading, etc.
http://netfilter.kernelnotes.org/ for later 2.3 kernels On Thu, Oct 14, 1999 at 11:44:07AM -0500, Marcin Kurc wrote: > Does anyone know where I can find some docs about ip masqerading with 2.3 > kernels? > There is not too much documentation that comes with the kernel. > > Thanks. > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgprjnGfgJZpr.pgp Description: PGP signature
Re: SECOND TRY: Re: Group "adm"?
I don't know what is happening exactly, but this is my setup: drwxrwsr-x 11 root staff1024 Oct 14 10:42 /home drwxr-s--x 66 dwon dwon 5120 Oct 15 15:20 /home/dwon -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpANMeBkXXYZ.pgp Description: PGP signature
Re: Debian/Slink Connection Speed...too slow
> well, here on my slink system I have added to the provider file these > lines: > bsdcomp 15,15 > deflate 15,15 > vj=max-slots 16 > mru 576 > mtyu 576 vj=max-slots 16? make sure that's not an = sign, but a - (I assume it's a typo) > > notice, my modem is a 28800 modem, so the mru and mtu lines shuold be > changed to what? maybe 384? or 288? I don't know... and my internet > connection stills very slow... by using pppstas, I can see that my > averaging download speed is 800 bytes/second, on a maximun of 1000 > bytes/second. haven't changed too much... oh, and I'm just using wvdial > to connect... > 576 has nothing to do with modem speed, it has to do with the maximum packet size of your incoming/outgoing packets? Bigger ones have to be fragmented by other routers, thus making things slower. I've never used wvdial. I usually just run pppconfig, then pon/poff to initialise and end my ppp connection. > just because I'm nervous, I'm downloading the all potato distrb. on my > other system (redhat, same machine...) and I'm almost finishing, and I > also upgrade what I could on my slink (and now it even starts with the > message potato gnu/linux, not slink gnu/linux but there are a lot of > things missing...) > > well, I'll keep connecting with my redhat till I solve this problem or > isdn (or any other things, such as adsl, cable modem, or something to > connect with high speed) gets cheaper here in brazil :) > bye, > rafael > > It might have something to do with your kernel or your pppd. Newer kernels might have better support for compression, routing and the like. Same goes for pppd. Sorry I can't help you that much. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgptxsJACxXmT.pgp Description: PGP signature
LaTeX? (was: Newbie Non-FAQ(I think) questions)
> Currently I use Latex to do reports and essays. Okay, where can I find a good tutorial on LaTeX? I want to get started in it, but I don't know where to start. Also, any good tutorials/references on SGML? -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpGXRPw1KY5l.pgp Description: PGP signature
Re: unformat linux
Take your hard drive into a professional data-recovery firm to have the data a few layers down salvaged. If it's not worth the money, then I believe you're hosed (depends on whether or not you ONLY repartitioned the disk, or whether you wrote a new filesystem on it, etc, and if you have a backup of your partition table, or have it memorized.) On Fri, Oct 15, 1999 at 01:34:41PM +0100, Luis wrote: > HI > Could you tell me if is it possible to recover a NT disk formated with > linux? > I had a 6Gb disk with 3 partitions (2GB for NT, 2 Gb for win95 and 2Gb > free) > and i tried to install the RedHat Linux on the free disk space. > I choose the linux server custom instalation and it formated all the disk > with linux file system. Is it possible to recover those NT and win95 files > on the first 4GB ? > > Thanks! > > e-mail: [EMAIL PROTECTED] > > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpyDJ8mzMmXL.pgp Description: PGP signature
Re: install, I'm in over my head
On Fri, Oct 15, 1999 at 01:10:59AM -0400, [EMAIL PROTECTED] wrote: > > Linear, paride, raid0, raid1, raid5. > > You probably don't need any of them. paride is for parallel port IDE > devices. All the RAID ones are for Redundant Array of Inexpensive Disks. > I'm not sure what linear is for. > Linear is part of RAID. It appends one disk to another. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgp2gea7ownYC.pgp Description: PGP signature
Re: running apt from an at command
apt-get -d -y dselect-upgrade I use it all the time (not from a cron, though. 56k modems suck) On Fri, Oct 15, 1999 at 06:43:13AM -, Pollywog wrote: > I ran 'apt-get -d upgrade' from an 'at' command and just figured out why this > did not work. When it is run, apt-get asks if I really want to download, and > since there is nobody at the keyboard to enter "Y", the command does not > execute. Is there a way to enter the "Y" or to have the command execute > without being asked to confirm? > > thanks > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpXmsBkSTa8o.pgp Description: PGP signature
Re: Debian/Slink Connection Speed...too slow
[snip] > peer refused to autheticate [snip] Jeeze! Why didn't you say so? Basically, your ISP wants you to authenticate using CHAP, instead of PAP, or vice-versa. I've never used CHAP, myself, so I can't help you there, but I have seen this discussed before. Try coping your /etc/ppp/chap-secrets and /etc/ppp/pap-secrets from your working redhat system to Debian. That could be it. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpDErhR1JEAH.pgp Description: PGP signature
Re: Banner
I know that on our IBM machines at school, our BIOS displays the school board's logo and says "This computer is Y2K-compatible" (the hype hit our school's admin this summer). These are old machines doing this, so although you may have to flash your BIOS, there might be some way of doing it semi-easily. (I wish I knew how. That'd be sooo cool!) On Fri, Oct 15, 1999 at 12:31:37PM -0500, Phil Brutsche wrote: > A long time ago, in a galaxy far, far way, someone said... > > > I have Debian (slink) installed in a Packard Bell, and I want to get rid > > of the Packard Bell banner that shows up at the beginning, when it is > > rebooted. I would like to replace it with the Debian logo, or the Linux > > penguin may be. How do I do it? > > That, I'm afraid, can't be done without replacing the BIOS (the stuff > that's on the motherboard), which not something for the faint of heart. > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpvtlK224oEz.pgp Description: PGP signature
Re: test
SVP do not clutter our list with messages as these. This messages was forwarded to hundreds of people's personal e-mail boxes. Just as you would not like all of us to send you messages that waste your time, we do not want others sending us messages that waste our time. Note that if you have something useful to contribute to this list (questions/answers), we will gladly receive it, but wasting our time and money on "test" messages is simple not acceptable. Thank you. On Fri, Oct 15, 1999 at 06:05:29PM +, ezz kha wrote: > test > > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpIAGChMhJoz.pgp Description: PGP signature
Re: Smail help needed from newbie
How far does the mail get before it bounces? (does it get to your ISP's mail server?) It could be that your machine name is not a valid domain name, and therefore DNS confirmation fails. BTW I use exim instead of smail, and it works like a charm. On Fri, Oct 15, 1999 at 07:16:53PM +, Abdul Aziz wrote: > Hi, I'm new to Debian and am trying to get smail working (using Elm) on > 2.1 Slink - standard install from CD's. I keep getting the message > cannot parse fully qualified domain. I filled in the name of my ISP > (lineone.net) for the smarthost part of the config (I also tried > smtp.lineone.net which got the same message). I'm a bit lost, here as > you'll see straightaway. > I have the DNS of the ISP in /etc/resolv.conf and can connect OK to the > net and send e-mail from netscape (please help me get smail working!). > Any information to get me on the right track much appreciated - or point > me to some info. I've read the man, which didn't mean much to me, and > the docs in /usr/doc - ditto. Is the smarthost my ISP and do I have to > configure another file or files somewhere to get smail working? Thanks. > > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpTYyvBVuX2l.pgp Description: PGP signature
Re: hello
Think what would happen if every newcomer to this list made posts like that. On Fri, Oct 15, 1999 at 11:36:48PM -0700, Kimberly Marlor wrote: > I'm a new subscriber to debian and just want to say > hello to everyone else on the debian user list. > > HELLO1 > > Got to go, Bye. > > > = > > __ > Do You Yahoo!? > Bid and sell for free at http://auctions.yahoo.com > > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpUd6AAo7HWC.pgp Description: PGP signature
Re: HELP: Free space zero no matter what
Okay, I'm back and running, and I figured out my problem. ext2 filesystems have reserved blocks, though I don't know what they're for. It seems only root can access them, although I haven't really checked this. tune2fs can lower the number of reserved blocks, but here's my question: Why, on a 6.4 GB hard drive, were there 300MB or reserved blocks? What are they for, and do I really need them? On Sat, Oct 16, 1999 at 01:55:44PM -0700, Dwayne Litzenberger wrote: > > *Please cc replies to [EMAIL PROTECTED], as I cannot > access my mail e-mail account.* > > Here's my problem: no matter how much I delete, my > free space count is 0 blocks. e2fsck doesn't help. > > When I run df, it knows that the blocks used is less > than blocks free, and blocks used gets smaller as I > delete files, but the free-space count stays as zero. > > I can create files with echo "blah blah blah" > file, > but exim, for instance, won't save anything to my > mailbox, nor will pine or mutt save any files. > > Anyone know a program that recalculates the free > blocks count? > > Please answer ASAP, as this is a crippling problem. > > *Please cc replies to [EMAIL PROTECTED], as I cannot > access my mail e-mail account.* > > > = > What the world needs is a public burning of all WinModems, and their > latest cousins, the 'WinPrinters'. >[ http://members.tripod.com/~DLitzPower/spamoff.htm ] > GnuPG Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 > Dwayne Litzenberger - [EMAIL PROTECTED] > __ > Do You Yahoo!? > Bid and sell for free at http://auctions.yahoo.com > > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpuSyte1O0dh.pgp Description: PGP signature
Re: Modem connection transfer rate
Those are compression modules. Basically, PPP provides a compression layer, so when easily-compressible data is send over the wire (eg. text/images), it gets compressed, thus being faster over a modem. The compression modules get loaded when you establish a connection with compression enabled. This is generally a Good Thing. So don't worry. Those modules are always there (in /lib/modules/`uname -r`/??misc??), and they get dynamically loaded into memory. Sorry for being redundant and repeating myself. On Sat, Oct 16, 1999 at 10:53:41AM -0500, David J. Kanter wrote: > I read here last week about addind the following lines to my > /etc/ppp/peers/provider file: > > bsdcomp 15,15 > defalte 15,15 > vj-max-slots 16 > asyncmap 0 > mru 576 > mtu 576 > > So I did. But then, after running modconf, I noticed that some new modules > appeared---ones I never specified during set up. They were: bsd_comp and > slhc. Did these "magically appear" because of what I added to the above > file? And if so, was I correct in installing these modules (changing the - > to a +)? > > Thankks. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgppiTctFjjId.pgp Description: PGP signature
Parallel CDROM on an old PS/2 machine
I've made some custom Debian install disks (2.2 kernel, basically), that has support for an EPAT parallel-port cdrom drive (HP CDRW-7200e). When I boot it at home, it works fine, and successfully detects the CD, but at school, where I'm trying to install on an old IBM server (SCSI/MCA; it came with a bunch of old PS/2 workstations, if that's a hint), it refuses to detect it. I've included pretty much every parallel and SCSI driver, and all the MCA stuff I need, but the box simply won't find the drive. Trying to boot DOS and use DOS drivers for the CDROM locks up the box. Anyone have experience? Also, this might be in a man page (which one?), but how do I set up a compiled-in token-ring driver for this? I want to mount an SMB share (of the Debian CDROM, as a last resort, if the parallel drive won't work). It sort of sucks, because this server (and workstations) do not have an internet connection, so I can't telnet into my box to read docs as I think of them, so does anyone have and past experience with this type of thing? -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpr7QpeArNMP.pgp Description: PGP signature
Re: WMPPP.APP and transfer rate
RTFM! :) I wondered this myself, and it turns out you have to add a few things to the chat scripts. On Sat, Oct 16, 1999 at 07:46:05PM -0500, David J. Kanter wrote: > For some reason, my docked icon for wmppp.app (I'm using WindowMaker) will > NOT show the transfer rate until about 1 minute and 10 seconds into the > connection. Until then, it shows "0K0" It wasn't doing this a couple of days > ago. Any ideas? > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgp4fKiX1OqUU.pgp Description: PGP signature
Re: Modem connection transfer rate
Sorry, I don't remember, exactly (it was on my old RedHat system, before I wiped and went to Debian) something like: REPORT CONNECT REPORT CARRIER then you had to add something to the script that calls chat, so the reports get written to some file (why I said RTFM, because I don't know). Basically, wmppp.app checks the file that those reports get sent to for the modem line like: CONNECT 49333/ARQ/V90/LPM/BLAH/BLAH to detetrmine what your connect speed is. If you can figure out where wmppp looks for it, and can set up the chat script (and PPP script that calls it) to write reports to that file, all will be good. On Tue, Oct 19, 1999 at 07:34:46PM -0600, Dwayne C . Litzenberger wrote: > Those are compression modules. Basically, PPP provides a compression > layer, so when easily-compressible data is send over the wire (eg. > text/images), it gets compressed, thus being faster over a modem. The > compression modules get loaded when you establish a connection with > compression enabled. > > This is generally a Good Thing. So don't worry. Those modules are always > there (in /lib/modules/`uname -r`/??misc??), and they get dynamically > loaded into memory. > > Sorry for being redundant and repeating myself. > > On Sat, Oct 16, 1999 at 10:53:41AM -0500, David J. Kanter wrote: > > I read here last week about addind the following lines to my > > /etc/ppp/peers/provider file: > > > > bsdcomp 15,15 > > defalte 15,15 > > vj-max-slots 16 > > asyncmap 0 > > mru 576 > > mtu 576 > > > > So I did. But then, after running modconf, I noticed that some new modules > > appeared---ones I never specified during set up. They were: bsd_comp and > > slhc. Did these "magically appear" because of what I added to the above > > file? And if so, was I correct in installing these modules (changing the - > > to a +)? > > > > Thankks. > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgppCVMF7q36b.pgp Description: PGP signature
Re: scrolls too fast
If it's not too long, you can just run the program, then use Shift-PgUp to backtrack the screen. Or use the program | less, such as: ls -lR | less On Sun, Oct 17, 1999 at 12:29:46AM -0600, jh wrote: > Hi. At the command line, how do I keep a message from scrolling so fast and > missing it? Something like dos "/p"? > > Also, is there a keyboard combination that will re-enter the last command? > Like dos F3? > > > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpxCaR8PZBeI.pgp Description: PGP signature
Re: RESTORE YAHOO MESSANGER
> PLEASE ADVISE Here's some advice: *Be more descriptive* Tell us *what*'s wrong, and what error you get, and what version of what program you're using. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpgAgCBGFXOA.pgp Description: PGP signature
MD5/bigcrypt passwords with potato
I did this on RedHat months ago, and how do I do it in potato? I want passwords longer than 8 chars, whether it be MD5 or bigcrypt or whatever, I don't care how (although I'd like to be able to preserve other people's old passwords, if it's easy enough), but I miss this functionality in RedHat, and I suspect it's possible with Debian. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpOnFFNkM4AC.pgp Description: PGP signature
Re: hwclock and fear of rebooting
Shouldn't be. You should actually let it calculate the drift under *normal conditions*. When I used to use the timeservers (xntp3 I think), reboots were fine. On Sun, Oct 17, 1999 at 11:13:52AM -0500, David J. Kanter wrote: > I'm nervous about rebooting my machine because I have used the hwclock > program to set the RTC to an atomic clock, and am waiting a couple of > weeks to set it again and calculate the drift. (Eventually, I'll set > up the hwclock to make adjustments to the system clock using > adjtimex.) > > Anyway, if I reboot will I the hwclock settings in the drift file be > affected, and therefore I'll have to start all over again? > > Thanks. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpUJ9ZTbyq7T.pgp Description: PGP signature
Re: Hello World!
> if(novice_users != usethismailinglist){ > reply_with_aGET_the_hell_out_email; > } > else{ > let_a_noviceKNOW_what_he_is_allowed_to_ask; > } That's some very ugly code :) . Here's a cleanup: #ifdef CONFIG_GOOD_MOOD if(novice_users != use_this_mailing_list) { /* OPEC tactics: intimidate the punk, so the demand for computer experts remains high. */ reply(MSGTYPE_SMTP, REPLY_GET_THE_HELL_OUT); } else { /* My job doesn't depend on it anyway. */ reply(MSGTYPE_SMTP, REPLY_LINUX_DEBIAN_RELATED); } #endif -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpfxUJ7x17lq.pgp Description: PGP signature
Re: MD5/bigcrypt passwords with potato
> > now I do have one question about this too, in /etc/login.defs there > is a line for defining the maximum number of significant characters > in a password, it is set to 8 which you would need to change, my > question is 1) is this option relevant on potato with PAM? and 2) > what is the maximum number of characters a md5 password may contain? > 1) I dunno, might be 2) Probably maxbuf. you can use md5 to verify big files, so a password is relatively small. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpuntlt3uNUG.pgp Description: PGP signature
Re: Parallel CDROM on an old PS/2 machine
> On Tue, Oct 19, 1999 at 07:48:36PM -0600, Dwayne C . Litzenberger wrote: > > I've made some custom Debian install disks (2.2 kernel, basically), that > > has support for an EPAT parallel-port cdrom drive (HP CDRW-7200e). When I > > boot it at home, it works fine, and successfully detects the CD, but at > > school, where I'm trying to install on an old IBM server (SCSI/MCA; it > ^^^ > Old machines doesn't have a bi-directionnal printer port. > So what? Then it should just use the nibble mode, shouldn't it? -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpd9mootHOGa.pgp Description: PGP signature
How to Cc: mailing list with mutt
Does anyone know how to get mutt to, when replying to list, also reply to the sender of the message? -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpU58lWm5F1M.pgp Description: PGP signature
Re: Parallel CDROM on an old PS/2 machine
Oh yeah, and the DOS drivers work where the Linux kernel doesn't find it on another PS/2 workstation. On Wed, Oct 20, 1999 at 11:56:33AM +0200, Jean-Yves BARBIER wrote: > On Tue, Oct 19, 1999 at 07:48:36PM -0600, Dwayne C . Litzenberger wrote: > > I've made some custom Debian install disks (2.2 kernel, basically), that > > has support for an EPAT parallel-port cdrom drive (HP CDRW-7200e). When I > > boot it at home, it works fine, and successfully detects the CD, but at > > school, where I'm trying to install on an old IBM server (SCSI/MCA; it > ^^^ > Old machines doesn't have a bi-directionnal printer port. > > JY -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpSO3PWEebWi.pgp Description: PGP signature
Re: How to Cc: mailing list with mutt
I tried that, and it sends to the list and the *recipient* of the message, not the sender. Do you know how to get it to reply to the sender, instead of the recipient? On Wed, Oct 20, 1999 at 10:28:41AM -0400, Michael Stenner wrote: > On Wed, Oct 20, 1999 at 07:41:57AM -0600, Dwayne C . Litzenberger wrote: > > Does anyone know how to get mutt to, when replying to list, also reply to > > the sender of the message? > > If you hit "g" to reply (instead of "r") it will do a group reply. > You may want to take some people out the list of recipients this way, > but it will default to replying to everyone "involved" in the mail. > > -Michael > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpQV3uZbReF3.pgp Description: PGP signature
Re: How to Cc: mailing list with mutt
> Let me get this straight: Some person (Joe) writes to a list and you > get the mail. You hit "g" and Joe is not listed as a recipient? Yep, and I am unstead. (And I don't think metoo is even set, either) > > That might be some funky "reply-to" stuff that I haven't run > into. Sorry. > > -Michael -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpfQ1UQb59kW.pgp Description: PGP signature
Re: adding win 95 partition
If you need to look at splitting an ext2 partition. Have a look at ext2resize. It seems to work for me, but MAKE SURE YOU DON'T HAVE YOUR FILESYSTEM MOUNTED READ-WRITE, OR IT WILL GET CORRUPTED IRREVOCABLY. Other than that, it works great for me. On Sat, Oct 23, 1999 at 12:58:35PM -0500, James Ruby wrote: > I'm wondering if this can be donw with out re-installing debian? > > I have a 20 gb drive with 5 gb for root and 5 gb for user and 128 mb swap > they are all primary partitions. > > Now I have a little over 9 gb left, I would like to devide this in half and > make partitions that windows 95 can see and use, can I do this with out > trashing the drive and starting over? > > So far the things I've tried with cfdisk did not work, there are about four > different win 95 fat 32 options. > > > > > [EMAIL PROTECTED] > WWJD > http://www.pressenter.com/~jruby/ > icq ID# 1367868 > Page me: 1-888-pagoo62 ID# 7473826 > > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpndQJ3TDCIp.pgp Description: PGP signature
Re: [TEST] Ignore
Debian is a nonprofit organisation. It costs them (and therefore us) to distribute messages. Therefore, please do not use our mailing lists to test your mail system. Thank you On Sat, Oct 23, 1999 at 03:23:54PM -0700, Wim Kerkhoff wrote: > You shouldn't be reading this! -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgppRcXOv4Gf0.pgp Description: PGP signature
Re: non-us apt-get config
> I use that for the german mirror - as you see. I think ftp.debian.org should > also work. Nope. ftp.debian.org is in the US. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpnA906yEruj.pgp Description: PGP signature
Re: Dialing modem out when there are messages in message box.
X3 /etc/chatscripts/provider (or whatever) change: OK ATDT555-1212 to OK ATX3DT555-1212 (as appropriate) On Sun, Oct 24, 1999 at 01:28:14PM -0700, Christopher R. Barry wrote: > If your line is beeping due to messages in your message box, what > modem init string due you use to force the modem to dial out anyways, > and where do you put it? > > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpo8o5tGLHee.pgp Description: PGP signature
IPv6 on home network
I'm a total newbie to IPv6. I have 2 Linux boxen on my home network (connected via ppd over a null-modem cable). My box does NAT (10.x.x.x <-> dialup dynamic IP) for the other box's internet connections. Basically, I'd like to convert this "network" to IPv6, and run IPv4 over top of that. Eventually, I'd like to get onto the 6bone, but for now I just want to set up an IPv6 intranet to get things working. Anyone have any experience with any of this, or some good IPv6-newbie links to point me to? Thanks. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpIFc1mW5LLT.pgp Description: PGP signature
Re: Multiple accesses to /dev/dsp
Speakfreely is a free internet telephony program. http://www.speakfreely.org/ On Fri, Oct 29, 1999 at 01:12:59PM +0200, Ookhoi wrote: > Hi Dwayne C . Litzenberger, > > > would take CPU time, but I'd like to be able to play a RealAudio stream, > > while hearing the superfluous sounds of KDE, while talking to a friend via > > SpeakFreely. > > What is SpeakFreely, and where do you get it? I'm interested in > text2speech and speech recognition. Is it similar? Thank you! > > Ookhoi > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpQUf6swTkT6.pgp Description: PGP signature
Re: Do I have a virus?
1. Make sure "Virus protection" in your BIOS is off 2. Boot from a Win95 boot disk 3. Locate SYS.COM (I think it's in C:\WINDOWS\COMMAND) 4. run SYS.COM A: C:\ 5. run fdisk /mbr (win95 fdisk, not linux fdisk) On Fri, Oct 29, 1999 at 01:05:08PM +, Martyn Pearce wrote: > > > Nico De Ranter writes: > | Nope, I've had the same problem. Can it be that lilo changes > | something in the bootable partition and not only in the mbr? In that > | case fdisk /mbr won't be able to help. > > lilo certainly can be installed at the beginnng of an ext2 partition. > However, I've discounted this because fdisk /mbr should remove any code > causing the jump to any other partition. > > Long Shot --- have you checked the bootable flags with (preferably > linux) fdisk? The boot code that DOS fdisk installs may well observe > these, and if set to an old Linux partition, might attempt to jump > there, causing a lilo boot. > > Mx. > > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpM6RvdeO4AK.pgp Description: PGP signature
Re: adding win 95 partition
Okay. Here's what you do: 1. Start up fsck, and shrink the partition you want to shrink, but DO NOT SAVE THE PARTITION TABLE, just look at the size you get, and write it down. 2. Make sure the filesystem is at least mounted read-only, preferrably not mounted at all. 3. Run ext2resize /dev/whatever 4. run fsck again and do like step #1, but actually save it this time 5. Reboot. 6. Do what you want with the extra free space. On Sun, Oct 24, 1999 at 09:20:43PM -0700, Eric G . Miller wrote: > On Sun, Oct 24, 1999 at 09:52:59PM -0600, Dwayne C . Litzenberger wrote: > > If you need to look at splitting an ext2 partition. Have a look at > > ext2resize. It seems to work for me, but MAKE SURE YOU DON'T HAVE YOUR > > FILESYSTEM MOUNTED READ-WRITE, OR IT WILL GET CORRUPTED IRREVOCABLY. > > > Could you explain how to reclaim that space. I semi-successfully used > ext2resize in the past, but I couldn't get the changed partition size > correctly reflected in my partition table. The instructions were a > little negligent on this part. I ended up repartitioning and > reinstalling after f**ing up my partion table and filesystem. Kinda > defeated the whole exercise. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpDf4QYxbYnS.pgp Description: PGP signature
Re: adding win 95 partition
I'm cixelsyd today! Yes, I mean fdisk. On Thu, Nov 04, 1999 at 07:57:47AM -0500, David Natkins wrote: > > Dwayne, > Don't you mean fdisk and not fsck? > > "Dwayne C . Litzenberger" wrote: > > > > Okay. Here's what you do: > > > > 1. Start up fsck, and shrink the partition you want to shrink, but DO NOT > > > SAVE THE PARTITION TABLE, just look at the size you get, and write it > > down. > > > > 2. Make sure the filesystem is at least mounted read-only, preferrably not > > mounted at all. > > > > 3. Run ext2resize /dev/whatever > > > > 4. run fsck again and do like step #1, but actually save it this time > > > > > 5. Reboot. > > > > 6. Do what you want with the extra free space. > > > > On Sun, Oct 24, 1999 at 09:20:43PM -0700, Eric G . Miller wrote: > > > On Sun, Oct 24, 1999 at 09:52:59PM -0600, Dwayne C . Litzenberger wrote: > > > > If you need to look at splitting an ext2 partition. Have a look at > > > > ext2resize. It seems to work for me, but MAKE SURE YOU DON'T HAVE YOUR > > > > FILESYSTEM MOUNTED READ-WRITE, OR IT WILL GET CORRUPTED IRREVOCABLY. > > > > > > > Could you explain how to reclaim that space. I semi-successfully used > > > ext2resize in the past, but I couldn't get the changed partition size > > > correctly reflected in my partition table. The instructions were a > > > little negligent on this part. I ended up repartitioning and > > > reinstalling after f**ing up my partion table and filesystem. Kinda > > > defeated the whole exercise. > > > > -- > > "I already have all the latest software." > > -- Laura Winslow, "Family Matters" > > > > Dwayne C. Litzenberger - [EMAIL PROTECTED] > > > > Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm > > GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc > > Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 > > > > > >Part 1.2Type: application/pgp-signature > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgp6lTYTHfowf.pgp Description: PGP signature
Really weird (and cool) WP8 bug, try it
I have Corel WordPerfect 8 (free, as in beer, version) for Linux, and it has the weirdest bug in the world: You start it up and type: There's 10 of us. and boom! it segfaults. Something to do with the proofreading grammar checker (which has to be on). What's neat is, you can start some pretty nasty FUD, because the following will also crash: Microsoft Office is bug-ridden, but you know what? There's 100% of those bugs in Corel WordPerfect too! and it segfaults. Ouch! Try it and post the results. More details: There's 10 of us. - Grammar "As-You-Go" proofreading must be on. - Uses the free (beer), downloadable version of Corel WP8 for Linux. - must have a space or nothing before and after the sentence; enclosing it in quotes doesn't cause the crash. - expanding the "There's" to "There is" doesn't cause the crash - Other words, such as "them", "those", "these", "their", can replace "us" and still cause the crash. - "10" can be replaced by a number (literal or spelled-out) that is two characters or more long. (not 0 1 2 3..., but 11 150 ten twelve fifty-six etc.) - Reinstalling WordPerfect did not fix it. This crash occurs on two Debian systems, an i686 and an i586, both running 2.2 kernels (2.2.11-ac3, and 2.2.13) Again, try it and post the results. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Please always Cc to me when replying to me on the lists. Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgp1gGLH6UO8d.pgp Description: PGP signature
Re: libdf.so.4.0 or libdf.so.4 or something else ?
What package are those in? I've been trying to find them. On Thu, Nov 11, 1999 at 12:54:43AM +0200, Shaul Karl wrote: > [00:49:48 /tmp]$ html2ps -h > Can't load '/usr/lib/perl5/5.005/i386-linux/auto/Image/Magick/Magick.so' for > module Image::Magick: libdf.so.4.0: cannot open shared object file: No such > file or directory at /usr/lib/perl5/5.005/i386-linux/DynaLoader.pm line 169. > > at /usr/bin/html2ps line 453 > [00:50:32 /tmp]$ ls -l /usr/lib/libdf* > lrwxrwxrwx1 root root 14 Oct 21 15:20 /usr/lib/libdf.so.4 > -> > libdf.so.4.1r3 > -rw-r--r--1 root root 460812 Oct 19 21:06 > /usr/lib/libdf.so.4.1r3 > > > Is the problem that libdf.so.4 should be called libdf.so.4.0 (or vice versa) > or is it something else ? > > > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Please always Cc to me when replying to me on the lists. Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpIi7BTk5Gqe.pgp Description: PGP signature
Re: full duplex sound
I have a soundblaster 16, and /dev/dsp isn't full-duplex with OSS/Linux. But ALSA does it (at CPU cost, though, Quake gets choppy) On Thu, Nov 11, 1999 at 03:41:34PM +0100, Nils-Erik Svangård wrote: > I think the ALSA drivers use full duplex, and OSS only use full duplex on > Sound Blaster 16. > This is unconfirmed, but I think I have read this somewhere in the resent > past. > /nisse > On Wed, 10 Nov 1999, Pere Camps wrote: > > > Hi! > > > > I'm trying to find out if the /dev/dsp interface for > > playing/recording sound is full duplex if the Sound Card is. > > > > Can anybody confim it and/or give me some references on where to > > find the specifications of the /dev/{dsp,mixer,etc} devices? > > > > TIA! > > > > please email replies to [EMAIL PROTECTED] as this is for a friend of > > mine. > > > > -- p. > > > > > > -- > > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > > > > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Please always Cc to me when replying to me on the lists. Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgp3vyZumoFDp.pgp Description: PGP signature
Re: HELP: apt = E: Internal Error, Could not perform immediate configuraton ...
Same thing happened here. apt quit because some script broke (which is semi-normal). I fixed the problem, but then apt-get -y -f dselect-upgrade, which always used to work, gives that precise error. The package that broke was yiff-server, if that matters (probably doesn't). Anyone? On Mon, Nov 08, 1999 at 02:36:22PM +0100, Bruno Boettcher wrote: > hello, > > long back since the last big problem with potato... :( > > tryed an update today, and after lots of errors got now into this state, apt > reports back : > Need to get 0B/10.3MB of archives. After unpacking 340kB will be freed. > Do you want to continue? [Y/n] > E: Internal Error, Could not perform immediate configuraton > > and nothing more > i downloaded the latest potato apt, tryed to install, but: > yoda:/usr/local/archives# dpkg -i apt_0.3.13.deb > (Reading database ... 78970 files and directories currently installed.) > Preparing to replace apt 0.3.13 (using apt_0.3.13.deb) ... > Unpacking replacement apt ... > dpkg (subprocess): unable to execute old post-removal script: No such file or > directory > dpkg: warning - old post-removal script returned error exit status 2 > dpkg - trying script from the new package instead ... > dpkg (subprocess): unable to execute new post-removal script: No such file or > directory > dpkg: error processing apt_0.3.13.deb (--install): > subprocess new post-removal script returned error exit status 2 > dpkg (subprocess): unable to execute new post-removal script: No such file or > directory > dpkg: error while cleaning up: > subprocess post-removal script returned error exit status 2 > Errors were encountered while processing: > apt_0.3.13.deb > > what can i do to de-vloc this situation? removing of actual apt is not > possible, the tool wants the conflicitng packages removed first sort of > cat biting its tail > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Please always Cc to me when replying to me on the lists. Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpLpCNiYgQu3.pgp Description: PGP signature
Re: Seperate DEB package for pico
Doesn't the license forbid that? Isn't that why it isn't an official Debian package (not even non-free) anyway? I'll be quiet now. On Mon, Nov 08, 1999 at 12:31:24PM -0500, Noah L. Meyerhans wrote: > > On Mon, 8 Nov 1999, Bart Szyszka wrote: > > > I could have sworn that a few weeks back someone posted about > > a DEB package for just pico (the text editor that comes with pine) > > that was separate from pine, but I can't find that post in the archives. > > Am I imagining things? > > You remember correctly. I am mirroring the debs at > http://members.mint.net/frodo/pine/ > > noah > > > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Please always Cc to me when replying to me on the lists. Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpRLDaxyCfA9.pgp Description: PGP signature
Re: Problems with rlogin!!!
Don't use rlogin. Use ssh. On Wed, Nov 03, 1999 at 10:35:57PM -0500, Greg Wooledge wrote: > John Sanabria ([EMAIL PROTECTED]) wrote: > > > Somebody know how can i let that others machines can get into my > > machine using rsh. > > > > I put .rhosts in my home user, but always request me for my password. > > You have to put the *right form* of the hostname in the .rhosts file. > The easiest way to learn what the right form is, is to telnet from the > source box into the destination box and then use "who" to see what the > destination box thinks the source box is named. > > E.g., I can rsh from "jekyll.local" to "dwarf.local". My ~/.rhosts > file has this line: > > jekyll.local greg > > If you aren't using fully qualified hostnames in your /etc/hosts files, > you're in for a world of hurt. > > 127.0.0.1 localhost > 192.168.2.2 jekyll.localjekyll hyde.local hyde > 192.168.2.1 dwarf.local dwarf phoenix.local phoenix > 192.168.2.3 fishy.local fishy > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Please always Cc to me when replying to me on the lists. Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpyCLzL6G7m1.pgp Description: PGP signature
Re: A few questions.
> Rotten >4. How is "Linux" pronounced: "lih-nucks" or "lie-nucks"? > > lih-nucks i think is the 'real' way but i always say LIE NUCKS. some hate > me for it..but i dont care :) > > nate "Linux" is based on "Minix", and Linus' name (which is not pronounced LIE-nus, but the finnish LEE-noos). You really have two options. You can call it LIN-niks, based on "Minix", or you can call it LEE-nooks, like Linus pronounces it. LYE-nucks is totally unfounded (you just don't pronounce his name that way). I'm wearing a fire shield. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Please always Cc to me when replying to me on the lists. Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpR1AQXJHE8x.pgp Description: PGP signature
Re: Mail disappearing into the ether
Sorry if this isn't much help, but running eximconfig again might help. On Mon, Nov 15, 1999 at 07:51:10PM -0800, Marshal Wong wrote: > Hello everyone, > > I just found out this morning that no mail is leaving my computer, which is > really odd. I'm writing this on a web-based e-mail, so please excuse the ='s > at the end of each line. > > After looking through my exim log, I came upon something funny. I seem to > have the domain name iceman.mutsumi.or.jp, when it isn't. It should be either > localhost, sympatico.ca, or bellglobal.com. Here, I'll give you a sample. > > 22:11:40 11nZ1w-0002to-00 <= [EMAIL PROTECTED] H=debian (localhost) > [127.0.0.1] P=esmtp S=582 [EMAIL PROTECTED] > 22:11:41 11nZ1w-0002to-00 => [EMAIL PROTECTED] R=smarthost T=remote_smtp > H=smtp1.sympatico.ca [209.226.175.139] > 22:11:41 11nZ1w-0002to-00 Completed > > I have no idea where this name came from. Just a brief background, I'm using > DHCP on Sympatico HSE (ASDL). I was e-mailing properly probably up to a week > or so ago when I subscribed to the debian-hurd list. I'm using exim. I can > receive mail, via fetchmail. Everything else works fine, www, ftp, ICQ. Just > not sending out. > > Any help would be appreciated. > > Marshal > > > Get free email and a permanent address at http://www.netaddress.com/?N=1 > > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Please always Cc to me when replying to me on the lists. Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgp5RIobXENck.pgp Description: PGP signature
Re: true type
On Sun, Nov 21, 1999 at 10:18:42PM -0500, Ghislain Villeneuve wrote: > J'aimerais avoir du nouveaux caractères dans le but..pour faire du graphisme > et > pour fabriquer des montages pour les imprimer après cela MERCI Pour une meilleure reponse, peut-etre vou devriez parler en Anglais. Essayez le package xfstt pour les fontes true type. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Please always Cc to me when replying to me on the lists. Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgptJroFGJYF1.pgp Description: PGP signature
Re: 2.2.13 resc disk?
I've done it. But there's not enough disk space in the standard boot disk to do it on one disk, thus you need to spplit the rescue disk into two. Assuming you have the rescue images on your hard drive, here's what you do: 0. Compile your kernel (see below) 1. mount the rescue image (you need loopback support) on, say, /mnt/alt 2. move the initrd.img out of the image into somewhere else on your hd 3. copy your new vmlinuz-2.2.13 from /boot into /mnt/alt/linux 4. edit /mnt/alt/syslinux.cfg and change the 2nd line to something like: APPEND vga=normal noinitrd load_ramdisk=1 prompt_ramdisk=1 root=/dev/fd0 5. edit the /mnt/alt/debian.txt to say that it's a 2.2.13 kernel (optional) 6. umount the rescue image 7. dd if=resc1440.bin of=/dev/fd0 bs=1k # boot disk (#1) 8. dd if=initrd.img of=/dev/fdo bs=1k # root disk (#2) Remember, for simplicity's sake, that everything you need on bootup should be compiled into the kernel, not as a module. If you don't understand what I'm talking about, then e-mail back and I'll try to be less terse. Please tell me, roughly, how experienced/able you are with these things, so I can give you the best help I can. On Sun, Nov 21, 1999 at 01:23:53AM +0100, luis wrote: > hello everybody: > > how can i make a 2.2.13 kernel rescue boot disk? > > (instead of the 2.0.36 one) > > seems to need it for an athlon debian installation > > thanks > > -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Please always Cc to me when replying to me on the lists. Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpW1DpgoofVA.pgp Description: PGP signature
Re: [potato] broke ps printing (still)
On Sun, Nov 21, 1999 at 03:40:19AM +, Keith Harbaugh wrote: > On Sat, 1999-11-20 at 17:31:37 -0800, Ron Farrer wrote: > > Hello all; > > > > I upgraded to gs-aladdin from gs as one person suggested, but I still > > can't print ps. Basically nothing happens, lpq shows: > > > > Printer: [EMAIL PROTECTED] 'Epson Stylus Color Pro' > > Queue: no printable jobs in queue > > Status: job '[EMAIL PROTECTED]' removed at 17:31:15.040 > > > > Any ideas? > > Are you using lprng? > If so, it maintains a log file in /var/spool/lpd/lp. > Check and see if it has a JABRT (whatever that is) error message. > When I switched to potato I encountered both your problem and that error. > Deinstalling lprng and installing lpr cured both. > > Keith > > Well I use lprng and gs and it works fine. Had to get the old gs-5.10-1.deb recently, as gs was going bezerk (gv something.ps returned a whole bunch of library errors). I don't know if this is exactly related, but I did notice the same symptoms as the original poster. Downgrading gs helped. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Please always Cc to me when replying to me on the lists. Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpQvknQcAulr.pgp Description: PGP signature
Re: xfstt vs. xfs-xtt
> Is there any program which lists all used ports? (Haven't this been > asked before?) Try lsof -i and lsof -U to see which sockets are bound. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Please always Cc to me when replying to me on the lists. Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpfeX0G6HrQJ.pgp Description: PGP signature
Re: 2nd Linux installation
On Fri, Nov 19, 1999 at 09:25:12AM +0700, Oki DZ wrote: > > > Jean-Yves BARBIER wrote: > > > > > One of the things I use the linux box for is an FTP server for my LAN, > > > and I > > > was wondering if it is okay to share the /home/ftp/pub directory between > > > the 2 > > > distros so that as it gets modified in one distro the modifications will > > > be > > > updated in the other. For example if my partitions are: > > > > > > hda > > > /dev/hda1 /boot > > > /dev/hda2 / > > > /dev/hda3 /usr > > > /dev/hda4 swap > > > > > > hdb > > > /dev/hdb1 /boot > > > /dev/hdb2 / > > > /dev/hdb3 /usr > > > /dev/hdb4 swap > > > /dev/hdb5 /home/ftp/pub shared between both distros > > > > > > will this work? > > > > Yes, but why separate /boot, you'd better use a partition for /home > > I think it would be safer to share /swap and have two /boot's. > > Oki > > There's no reason not to have /boot on your root partition, they're both needed for startup. (Unless you have just one big partition, no /usr or /home or /var, and you don't want to go over the first 1024 cylinders, which is not the case for you). Performance-wise, you should keep two /swaps, but when you're booting the distro on hda, use the swap on hdb, and vice-versa. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Please always Cc to me when replying to me on the lists. Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpkx23VCM1hw.pgp Description: PGP signature
Latest potato killed X: could not open default font 'fixed'
Help! I just lost X overnight. I'm getting that idiot fatal server error, "could not open default font 'fixed'", again. My FontPath is /usr/X11R6/lib/X11/fonts/misc and I did a fresh mkfontdir in that directory. Still no go. I have both xfs and xfstt running, and nothing. What just happened? I assume this has happened to others who upgraded to potato 1999-Nov-21. Anyone got it fixed? -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Please always Cc to me when replying to me on the lists. Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpSebmBkkVfs.pgp Description: PGP signature
Re: Latest potato killed X: could not open default font 'fixed'
On Mon, Nov 22, 1999 at 07:56:26PM +0100, peter karlsson wrote: > Dwayne C . Litzenberger: > > > I'm getting that idiot fatal server error, "could not open default font > > 'fixed'", again. My FontPath is /usr/X11R6/lib/X11/fonts/misc and I did a > > fresh mkfontdir in that directory. Still no go. I have both xfs and > > xfstt running, and nothing. What just happened? > > Are your fonts still there? Is you xfonts-base package correctly installed? > > > I assume this has happened to others who upgraded to potato 1999-Nov-21. > > Anyone got it fixed? > > I just did an apt update a few minutes ago, and X works fine here. > Okay, I fixed it, but I don't know why it works. I copied /etc/X11/fonts/misc/xfonts-base.alias to /usr/X11R6/lib/X11/fonts/misc/fonts.alias (which didn't exist for some reason). It's a quick fix, but I would appreciate knowing what's actually going on. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Please always Cc to me when replying to me on the lists. Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgp14GMwzeHbm.pgp Description: PGP signature
shadedfonts
--- Begin Message --- --- End Message ---
Good UK spell checker?
Does anyone know of a spell-checker that only accepts U.K. (Canadian) English? I need to be able to have a spell checking tool for school that will reject words like "color", "favorite", etc, and only accept "colour", "favourite", etc. Please don't start a flame war about linguistic evolution. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Please always Cc to me when replying to me on the lists. Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpjjCO57Zyqx.pgp Description: PGP signature
Re: Good UK spell checker?
On Sat, Nov 27, 1999 at 11:03:48PM -0800, Steve Lamb wrote: > On Sat, Nov 27, 1999 at 03:54:45PM -0600, Dwayne C . Litzenberger wrote: > > Does anyone know of a spell-checker that only accepts U.K. (Canadian) > > English? I need to be able to have a spell checking tool for school that > > will reject words like "color", "favorite", etc, and only accept "colour", > > "favourite", etc. > > Ispell with only the uk dictionary installed? > That isn't strict enough. It has to consider words like "color" to be misspelled (the correct form being "colour). -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Please always Cc to me when replying to me on the lists. Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgp6htwjXHXY5.pgp Description: PGP signature
expiring threads in mutt
Anyone know how to get mutt to automatically delete messages after a certain age, preferrably only if the entire thread has been inactive for that time (I like to archive active threads). -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Please always Cc to me when replying to me on the lists. Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpoSyYgslACp.pgp Description: PGP signature
Re: lost HDD space
On Mon, Nov 29, 1999 at 01:58:28PM +, [EMAIL PROTECTED] wrote: > Hi all, > > I have an 8.5 Gig HDD but my total partition space > comes to only 7.2 Gigs. Id there a way for me to > create a new partition to use the missing 1.3 Gigs. > > I've been using SAMBA to copy my kids games to the > Linux server and run them from the network instead > of the CD drive. Great speed but I'm running out > of space :-( > > Thanks in advance! > > Patrick > > > PS - just thought that there are two 125 MB swap > partitions so that's 250 accounted for. > > > man fdisk man mount man mke2fs -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Please always Cc to me when replying to me on the lists. Advertising Policy: http://DLitzPower.tripod.com/spamoff.htm GnuPG Public Key: http://DLitzPower.tripod.com/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpYK1CEKHlrb.pgp Description: PGP signature
Re: Canon BJC-1000 printer
On Wed, Dec 01, 1999 at 05:33:57PM -0600, John Hasler wrote: > Has anyone had any luck getting a Canon BJC-1000 printer to work with > Debian? I've tried the bj200 driver, but I don't know for sure that the > (brand new) printer is working. I don't have Windows. I have a bjc2000 printer, and I've created some magicfilter filters for it, I attached one here. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Please always Cc to me when replying to me on the lists. Advertising Policy: http://www.redrival.com/dlitz/spamoff.html GnuPG Public Key: http://www.redrival.com/dlitz/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 #! /usr/sbin/magicfilter # # Magic filter setup file for Canon BubbleJet 2000 # # This file is in the public domain. # # This file has been automatically adapted to your system. # # wild guess: native control codes start with 0 \033cat # PostScript 0 %! filter /usr/bin/gs -sDEVICE=bjc600 -q -dSAFER -dNOPAUSE -sOutputFile=- /usr/local/gamma.ps - -c quit 0 \004! filter /usr/bin/gs -sDEVICE=bjc600 -q -dSAFER -dNOPAUSE -sOutputFile=- /usr/local/gamma.ps - -c quit # PDF 0 %PDFfpipe /usr/bin/gs -sDEVICE=bjc600 -q -dSAFER -dNOPAUSE -sOutputFile=- /usr/local/gamma.ps $FILE -c quit # TeX DVI 0 \367\002fpipe /usr/bin/dvips -D 360 -R -q -f # compress'd data 0 \037\235pipe/bin/gzip -cdq # packed, gzipped, frozen and SCO LZH data 0 \037\036pipe/bin/gzip -cdq 0 \037\213pipe/bin/gzip -cdq 0 \037\236pipe/bin/gzip -cdq 0 \037\240pipe/bin/gzip -cdq # troff documents 0 .\?\?\040 fpipe `/usr/bin/grog -Tps $FILE` 0 .\\\" fpipe `/usr/bin/grog -Tps $FILE` 0 '\\\" fpipe `/usr/bin/grog -Tps $FILE` 0 '.\\\" fpipe `/usr/bin/grog -Tps $FILE` 0 \\\"fpipe `/usr/bin/grog -Tps $FILE` # ditroff 0 "x T ps"pipe/usr/bin/grops 0 "x T dvi" pipe/usr/bin/grodvi 0 "x T ascii" pipe/usr/bin/grotty 0 "x T latin1"pipe/usr/bin/grotty 0 "x T lj4" reject Cannot print LaserJet 4 ditroff files. # Portable bit-, grey- and pixmaps 0 P1\npipe/usr/bin/pnmtops -scale 1 -dpi 360 2>/dev/null 0 P2\npipe/usr/bin/pnmtops -scale 1 -dpi 360 2>/dev/null 0 P3\npipe/usr/bin/pnmtops -scale 1 -dpi 360 2>/dev/null 0 P4\npipe/usr/bin/pnmtops -scale 1 -dpi 360 2>/dev/null 0 P5\npipe/usr/bin/pnmtops -scale 1 -dpi 360 2>/dev/null 0 P6\npipe/usr/bin/pnmtops -scale 1 -dpi 360 2>/dev/null # HP Printer Control Language (PCL) -- assume start with reset code 0 \033E\033 reject Cannot print PCL files on this printer. # HP Printer Job Language (PJL) 0 \033%-12345Xreject Cannot print PJL files on this printer. 0 "@PJL " reject Cannot print PJL files on this printer. 0 @PJL\t reject Cannot print PJL files on this printer. 0 @PJL\r reject Cannot print PJL files on this printer. 0 @PJL\n reject Cannot print PJL files on this printer. # GIF files 0 GIF87a pipe/usr/bin/giftopnm 2>/dev/null 0 GIF89a pipe/usr/bin/giftopnm 2>/dev/null # JFIF (JPEG) files 0 \377\330\377\340\?\?JFIF\0 pipe/usr/bin/djpeg -pnm # TIFF files (the last two bytes of the "magic" is really a version number; # but the magic is really lame and as far as I have understood the version # number has never changed and never will, so we include it.) 0 MM\0\x2afpipe /usr/bin/tiff2ps $FILE 0 II\x2a\0fpipe /usr/bin/tiff2ps $FILE # BMP files (even lousier magic -- Microsoft strikes again!) 0 BM\?\?\?\?\?\?\?\?\?\?\?\?\x0c pipe\ /usr/bin/bmptoppm 2>/dev/null 0 BM\?\?\?\?\?\?\?\?\?\?\?\?\x40 pipe\ /usr/bin/bmptoppm 2>/dev/null 0 BM\?\?\?\?\?\?\?\?\?\?\?\?\x28 pipe\ /usr/bin/bmptoppm 2>/dev/null # Garbage delivered from Windows via Samba # (donated by Andree Leidenfrost <[EMAIL PROTECTED]>) # 300 \033\052\157cat # later changed to # (Bug report #22866: magicfilter: Incorrect magic for Win95/Samba print jobs) 0 \000\000\000\000\000 cat # Sun rasterfiles 0 \x59\xa6\x6a\x95 pipe /usr/bin/rasttopnm 2>/dev/null # SGI Imagelib (IRIS RGB) files 0 \x1\xda pipe/usr/bin/sgitopnm 2>/dev/
Re: Python
On Wed, Dec 01, 1999 at 05:26:06PM +0100, Blazej Sawionek wrote: > I installed: > python-base > -doc > -examples > -misc > -stdwin > > When trying to execute scripts (eg. `wpi.py') I get the message: ImportError: > No module named stdwin. > > How can I deal with that? Anything else should be installed? > > Blazej > > `stdwin' looks like `Standard Windows', meaning your very dumb Python script requires the Windows Python interpreter (so much for cross-platform). See if you can port it, or if there are options in the script to make it work on *n[iu]x. -- "I already have all the latest software." -- Laura Winslow, "Family Matters" Dwayne C. Litzenberger - [EMAIL PROTECTED] Please always Cc to me when replying to me on the lists. Advertising Policy: http://www.redrival.com/dlitz/spamoff.html GnuPG Public Key: http://www.redrival.com/dlitz/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpIhwfFwdldf.pgp Description: PGP signature
Re: annoucement: auto-login patch for xdm
I have this script as /etc/init.d/startmyx. It auto-logs me in on tty9, and xdm can still run on tty7. It could be modified to run xdm after startx finishes. So my question is: who really needs a patch to xdm? -- Please always Cc to me when replying to me on the lists. "Real hackers mostly think crackers are lazy, irresponsible, and not very bright, and object that being able to break security doesn't make you a hacker any more than being able to hotwire cars makes you an automotive engineer." -- The Hacker HOWTO Dwayne C. Litzenberger - [EMAIL PROTECTED] See the mail headers for GPG/advertising/homepage information. #!/bin/sh # /etc/init.d/startmyx: start or stop primary user's X session FLAGS="defaults 99" set -e PATH=/usr/local/bin:/usr/local/sbin:/usr/X11R6/bin:/bin:/usr/bin:/sbin:/usr/sbin DAEMON=/usr/X11R6/bin/startx PIDFILE=/var/run/myx.pid test -x $DAEMON || exit 0 case "$1" in start) #[ "$2" != "now" ] && sleep 8s echo -n "Starting X session: startx" cd ~dwon /bin/su - dwon -c "/usr/X11R6/bin/startx -- :2 vt9 -dpi 100 -deferglyphs all" /dev/tty9 2>&1 & echo $! >$PIDFILE echo "." ;; restart) /etc/init.d/startmyx stop /etc/init.d/startmyx start ;; stop) echo -n "Stopping X session: startx" kill `cat $PIDFILE` || echo -n " not running" echo "." ;; *) echo "Usage: /etc/init.d/startmyx {start|stop|restart}" exit 1 ;; esac exit 0 pgpuXzqY42JnT.pgp Description: PGP signature
Re: apache.. how to keep newer verison than that of Debvian apt-get
Have a look at the equivs package. -- Please always Cc to me when replying to me on the lists. "Real hackers mostly think crackers are lazy, irresponsible, and not very bright, and object that being able to break security doesn't make you a hacker any more than being able to hotwire cars makes you an automotive engineer." -- The Hacker HOWTO Dwayne C. Litzenberger - [EMAIL PROTECTED] See the mail headers for GPG/advertising/homepage information. pgpWAGW5KIA4O.pgp Description: PGP signature
Re: Rebooting woes ..was.. Rebooting is foolish ....
> if it comes to it you can always go to runlevel 1 (init 1), when it > prompts for > the root password hit CTRL-D to come back to runlevel 2. that will > effectivly > restart all programs on the system except (i think) init, and of course > the > kernel. > > restarting programs really depends on the program, some have scripts to > restart them, others respond to the -HUP kill signal, but not all. init > 1 > is the next best thing to rebooting without actually having to reboot. Doesn't that defeat the purpose of not rebooting -- keeping everything running while you reinitialize one program? Since going to runlevel 1 essentially brings down the system, isn't it just easier to issue a shutdown -r now? -- Dwayne C. Litzenberger - [EMAIL PROTECTED] - Please always Cc to me when replying to me on the lists. - See the mail headers for GPG/advertising/homepage information. pgpIz1SL7HTxJ.pgp Description: PGP signature
Re: Simple sh or alias to list directories
> I use alias ld='ls -l | grep "^d"' > > Many interesting ways of doing the same thing :) Just make sure you don't get that confused with the _real_ "ld" command (the GNU linker)! :-P -- Dwayne C. Litzenberger - [EMAIL PROTECTED] - Please always Cc to me when replying to me on the lists. - Please have the courtesy to respond to any requests or questions I may have. - See the mail headers for GPG/advertising/homepage information. pgpiX1fdkl5jc.pgp Description: PGP signature
Running procmail on an existing mailbox
How can I run an already-flooded mailbox through procmail's filters, preferrably supporting both maildir and mbox input formats? -- Dwayne C. Litzenberger - [EMAIL PROTECTED] - Please always Cc to me when replying to me on the lists. - Please have the courtesy to respond to any requests or questions I may have. - See the mail headers for GPG/advertising/homepage information. pgpPowreaqMkp.pgp Description: PGP signature
NC100 ethernet card
--- Begin Message --- I'll post more info if someone has gotten this to work. -- Please always Cc to me when replying to me on the lists. "Real hackers mostly think crackers are lazy, irresponsible, and not very bright, and object that being able to break security doesn't make you a hacker any more than being able to hotwire cars makes you an automotive engineer." -- The Hacker HOWTO Dwayne C. Litzenberger - [EMAIL PROTECTED] See the mail headers for GPG/advertising/homepage information. --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.1 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjke/asACgkQRFb7bLw5pLCA3gCgmNwkuoQT+RMMKs1nDcOKWwkQ IaMAoJIVPZt+hqjNQTOY4VuIIWwSUcwL =StXo -END PGP SIGNATURE- --huq684BweRXVnRxX-- --- End Message --- pgpfoUZRjKvyA.pgp Description: PGP signature
Firewall problems
--- Begin Message --- I can also ping the firewall from the workstations, and the workstations from the firewall. I have ipchains -P forward ACCEPT. What am I doing wrong? -- Please always Cc to me when replying to me on the lists. "Real hackers mostly think crackers are lazy, irresponsible, and not very bright, and object that being able to break security doesn't make you a hacker any more than being able to hotwire cars makes you an automotive engineer." -- The Hacker HOWTO Dwayne C. Litzenberger - [EMAIL PROTECTED] See the mail headers for GPG/advertising/homepage information. --- End Message --- pgpJcSpW6kEuE.pgp Description: PGP signature
IP forwarding
I have a box that I want to do IP forwarding. But, I can't ping outside hosts through it. The firewall sends packets from me, but it doesn't re-forward the ICMP echo replies (although you can see them with iptraf in promiscuous mode) back. # ipchains -L Chain input (policy ACCEPT): Chain forward (policy ACCEPT): Chain output (policy ACCEPT): # cat /proc/sys/net/ipv4/ip_forward 1 -- Please always Cc to me when replying to me on the lists. "Real hackers mostly think crackers are lazy, irresponsible, and not very bright, and object that being able to break security doesn't make you a hacker any more than being able to hotwire cars makes you an automotive engineer." -- The Hacker HOWTO Dwayne C. Litzenberger - [EMAIL PROTECTED] See the mail headers for GPG/advertising/homepage information. pgpMU0BKL11JZ.pgp Description: PGP signature
Re: IP forwarding
On Tue, May 16, 2000 at 05:05:42PM +0200, Oswald Buddenhagen wrote: > > I have a box that I want to do IP forwarding. But, I can't ping outside > > hosts through it. The firewall sends packets from me, but it doesn't > > re-forward the ICMP echo replies (although you can see them with iptraf in > > promiscuous mode) back. > > just an idea to make it easier to spot the error: > add ipchains rules, which do logging: > ipchains -A {input|output|forward} -j ACCEPT -l > look, what happens then. I'll see about that. > possibly your problem is a routing one. does pinging the hosts from the > gateway work? Yep. It works fine. Also, the pings are actually going out of the firewall and coming back, but the firewall doesn't seem to see them to route them back. In fact, I can only tell that the replies are coming back when I use iptraf and put the card in promiscuous mode. -- Please always Cc to me when replying to me on the lists. "Real hackers mostly think crackers are lazy, irresponsible, and not very bright, and object that being able to break security doesn't make you a hacker any more than being able to hotwire cars makes you an automotive engineer." -- The Hacker HOWTO Dwayne C. Litzenberger - [EMAIL PROTECTED] See the mail headers for GPG/advertising/homepage information. pgpQ3vqGE1ATS.pgp Description: PGP signature
Re: IP forwarding
So to sum it all up: "RTFM" is your answer. I did. What I have seems very odd (almost flaky). Read my original post for the problem. -- Please always Cc to me when replying to me on the lists. "Real hackers mostly think crackers are lazy, irresponsible, and not very bright, and object that being able to break security doesn't make you a hacker any more than being able to hotwire cars makes you an automotive engineer." -- The Hacker HOWTO Dwayne C. Litzenberger - [EMAIL PROTECTED] See the mail headers for GPG/advertising/homepage information. pgprg9PFfyhtx.pgp Description: PGP signature
Re: IP forwarding
Some more information about my problem: As soon as I do an "ipchains -P MASQ" (yes, I know that's evil), the pings work. So, I can do masquerading. It seems the routing code isn't telling my 3c509 (or tulip card, I swapped them) card to recognize IP addresses of other nodes in the network. Am I having some kind of ARP problems, maybe? -- Please always Cc to me when replying to me on the lists. "Real hackers mostly think crackers are lazy, irresponsible, and not very bright, and object that being able to break security doesn't make you a hacker any more than being able to hotwire cars makes you an automotive engineer." -- The Hacker HOWTO Dwayne C. Litzenberger - [EMAIL PROTECTED] See the mail headers for GPG/advertising/homepage information. pgpNpcASyvWCf.pgp Description: PGP signature
Re: IP forwarding
> In english: > append to forward chain that on interface ppp0 from our internal network to > any destination jump to Masq'ing. > > Here's the problem: I don't *want* to do masq'ing. The ethernet card/network subsystem is not picking up that it's supposed to forward packets from the cable modem (that's what it is) to the computers on my home network. The firewall's address: 24.15.16.190 My workstation's address: 24.15.16.179 The gateway after the cablemodem: 24.15.16.1 Note that I don't have a whole subnet, just a few addresses. But I think it's a more low-level problem than ipchains. The logs show nothing about return packets, and I only see them with iptraf in promiscuous mode. I really think it's something to do with the ethernet setup. But what? -- Please always Cc to me when replying to me on the lists. "Real hackers mostly think crackers are lazy, irresponsible, and not very bright, and object that being able to break security doesn't make you a hacker any more than being able to hotwire cars makes you an automotive engineer." -- The Hacker HOWTO Dwayne C. Litzenberger - [EMAIL PROTECTED] See the mail headers for GPG/advertising/homepage information. pgpzrP7UpFGFt.pgp Description: PGP signature
Re: IP forwarding
Well, I figured it out. I needed the firewall to intercept ARP requests for my hosts from the cable modem. The two commands (both needed) that got it working were: arp -i eth0 -Ds 24.x.x.190 eth0 arp -i eth0 -Ds 24.x.x.190 eth0 pub Thanks for the help. -- Please always Cc to me when replying to me on the lists. "Real hackers mostly think crackers are lazy, irresponsible, and not very bright, and object that being able to break security doesn't make you a hacker any more than being able to hotwire cars makes you an automotive engineer." -- The Hacker HOWTO Dwayne C. Litzenberger - [EMAIL PROTECTED] See the mail headers for GPG/advertising/homepage information. pgpljz5qfeCNp.pgp Description: PGP signature
Re: Setting up Debian
Try the "initialize an existing partition" (or something like that) Debian install option. When you scroll down you see the things that need to be done in order. So do what you think needs to be done (Initialize, mount, isntall kernel & drivers, install base system, configure base system, configure network, etc, etc, boot) -- "If you continue running Windows, your system may become unstable." -- Windows 95 BSOD Dwayne C. Litzenberger - [EMAIL PROTECTED] Please always Cc to me when replying to me on the lists. Advertising Policy: http://www.redrival.com/dlitz/spamoff.html GnuPG Public Key: http://www.redrival.com/dlitz/gpgkey.asc Fingerprint: 0535 F7CF FF5F 8547 E5A5 695E 4456 FB6C BC39 A4B0 pgpXQCujHXijK.pgp Description: PGP signature
taskbar for WindowMaker
Anyone know of a good GNOME/KDE-style taskbar for WindowMaker? I've tried using the gnome-panel, but its dumb session management system won't reload gnome-pager. -- Please always Cc to me when replying to me on the lists. "If you continue running Windows, your system may become unstable." -- Windows 95 BSOD Dwayne C. Litzenberger - [EMAIL PROTECTED] See the mail headers for GPG/advertising/homepage information. pgp2o7k9agWm3.pgp Description: PGP signature
Re: Names?
> Where do they comeup with the names for the versions > of the debian distro? I mean, slink and potato I > kinda never questioned, but /woody/? I guess they're > pretty cool names, I just would like to have some idea > where they come from. The home page says the namen come from characters in the movie "Toy Story". -- Please always Cc to me when replying to me on the lists. "If you continue running Windows, your system may become unstable." -- Windows 95 BSOD Dwayne C. Litzenberger - [EMAIL PROTECTED] See the mail headers for GPG/advertising/homepage information. pgpirxVmWDUFu.pgp Description: PGP signature