2.4.0-test kernels?

2000-10-03 Thread Damian Menscher
hat causes all sorts of grief since the one in Woody depends on libc6, etc. And I've been unable (so far) to find any source .deb's. BTW: what's up with #debian being an invite-only channel? Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinois at Urbana-Ch

Re: 2.2.4pre9 and modules

2000-10-06 Thread Damian Menscher
l version has an > epoch ? Just to be sure, did you remember to do a make modules make modules_install ? Once the modules are there in /lib/modules/release/ check that they are listed in your /etc/modules file. HTH, Damian Menscher -- --==## Grad. student & Sys. Admin. @

Re: netscape crashes

2000-10-08 Thread Damian Menscher
hat if I clue in that netscape has gone berserk soon enough and kill it, I'm fine. But if I wait a minute, it hogs so many resources the only option is a reboot. Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinois at Urbana-Champaign ##==-- --==## <[EMAIL PR

Re: Encrypt a file

2000-10-08 Thread Damian Menscher
gorithm. That said, you might still consider using pgp, as I believe it has the ability to do symmetric encryption. Or, if you want *extremely* weak security (but enough to confuse your kid sister) then check out the unix command crypt. Damian Menscher -- --==## Grad. student & Sys. Admin.

Re: Simulating a mouse

2000-10-08 Thread Damian Menscher
lps to clean the mouse ball as well, but that usually affects all directions of movement. Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinois at Urbana-Champaign ##==-- --==## <[EMAIL PROTECTED]> www.uiuc.edu/~menscher/ Ofc:(217)333-0038 ##==-- --==## Physics Dept, 1110 W Green, Urbana IL 61801 Fax:(217)333-9819 ##==--

Re: Encrypt a file

2000-10-09 Thread Damian Menscher
On Mon, 9 Oct 2000, Samuli Suonpaa wrote: > Damian Menscher <[EMAIL PROTECTED]> writes: > > On Mon, 9 Oct 2000, Brian May wrote: > >> While there are pros and cons in both methods, I have to wonder > >> what you need to encrypt files for. For most applications, >

Re: ipchains

2000-10-09 Thread Damian Menscher
t; don't think I'm far from understanding, perhaps if I had some examples of > UDP+masq with ipchains.. Go to linuxdoc.org and look for a howto on ipchains. I think they gave an example of UDP masquerading in there. Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illino

Re: URGENT! Sendmail question (Redhat conversion) HELP!

2000-10-12 Thread Damian Menscher
e between the parts so it reads something like: mcgeecorp.com SMTP:[192.168.0.6] BTW: if you're relaying for an entire domain, then you might want to put a dot (.) in front of mcgeecorp.com. See the README in the cf directory for details. HTH, Damian Menscher -- --==## Grad. stud

Keyboard wierdness

2000-10-13 Thread Damian Menscher
second keyboard, still nothing. Rebooting shows the keyboards work fine while the system is booting, but when it gets into X they stop. Finally, I just booted into single user mode, and the keyboard is fine. Ideas??? Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinois at Ur

Re: Keyboard wierdness

2000-10-13 Thread Damian Menscher
On Fri, 13 Oct 2000, Gary Hennigan wrote: > Damian Menscher <[EMAIL PROTECTED]> writes: > > I have a fairly new setup: woody + 2.4.0-test9 kernel. I had everything > > working fine. I wanted to move my computer, so I shut it down, carried > > it over to new location,

Re: Keyboard wierdness

2000-10-13 Thread Damian Menscher
On Fri, 13 Oct 2000, Steve Juranich wrote: > On Fri, 13 Oct 2000, Damian Menscher wrote: > > > Ok, this is *really* strange: > > > > I have a fairly new setup: woody + 2.4.0-test9 kernel. I had everything > > working fine. I wanted to move my computer, so I shut i

Re: Debian box sick... "hda lost interrupt" "Unknown vector 67"

2000-10-16 Thread Damian Menscher
the install. Machine works fine. Disclaimer -=> kids, don't try this at home! Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinois at Urbana-Champaign ##==-- --==## <[EMAIL PROTECTED]> www.uiuc.edu/~menscher/ Ofc:(217)333-0038 ##==-- --==## Physics Dept, 1110 W Green, Urbana IL 61801 Fax:(217)333-9819 ##==--

Re: Password Change Machine

2000-10-16 Thread Damian Menscher
b scp the passwd.nis file around, but transparently substitute in this alternate shell when the users come in. I know I'm leaving out a LOT of details, but hopefully you can figure those out from this basic idea. Good luck. Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Il

Re: GREP

2000-10-20 Thread Damian Menscher
a find / -name '*.h' -exec grep '[sf]printf' {} \; My way seems more straightforward, but I'm not sure about differences in processing time, when the first match would be found, etc. Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinois at Urba

Re: GREP

2000-10-20 Thread Damian Menscher
se lines are in... > > and probably some other more or less dirty tricks... ^^ Look in the grep manpage for the -l option ;) Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinois at Urbana-Champaign ##==-- --==## <[EMAIL

Re: setup xwindows with com1 mouse

2000-10-24 Thread Damian Menscher
On Tue, 24 Oct 2000, Nick wrote: > what /dev would i use to accomplish this? /dev/ttyS0 (capital "s", number zero) Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinois at Urbana-Champaign ##==-- --==## <[EMAIL PROTECTED]> www.uiuc.edu/~mens

Re: Any help before I go and spend $49.99 on a Book with the disks?

2000-10-26 Thread Damian Menscher
nd spend $6 for the 3-CD set. If you've got a nice network connection, you might be able to upgrade by setting your sources list to the appropriate places and doing an apt-get update apt-get upgrade But I'm not an expert, so it would be good if someone who is could comment. Damian Mensc

Re: How to test HDD thoroughly? (Debian Linux "unstable" 2.2.16 k ernel)

2000-10-26 Thread Damian Menscher
Other recommendations on hardware testing appreciated. I agree badblocks is probably the best, but you could also try bonnie and bonnie++. If you want to check the health of sectors already occupied by files, I suppose a dd if=/dev/hda of=/dev/null wouldn't hurt. Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinois at Urbana-Champaign ##==-- --==## <[EMAIL PROTECTED]> www.uiuc.edu/~menscher/ Ofc:(217)333-0038 ##==-- --==## Physics Dept, 1110 W Green, Urbana IL 61801 Fax:(217)333-9819 ##==--

Re: /bin/false (was Re: security questions)

2000-10-30 Thread Damian Menscher
te: > main(){return 1;} > even if the compiler whines about it, the source is only 17 bytes long. How > many (kilo)bytes would be necessary to write that in BASIC? :) Save a byte: main(){exit(1);} But we're pretty far off topic here Damian Menscher -- --==## Grad. stud

Re: /usr/bin before /usr/local/bin?

2000-10-31 Thread Damian Menscher
u want to have as little on your path as possible (to avoid trojans, etc). It is questionable whether /usr/local/bin should be there at all. Another argument is you don't want to have path problems in the event /usr/local fails to mount properly and you are forced to fix the problem as ro

Re: /usr/bin before /usr/local/bin?

2000-10-31 Thread Damian Menscher
ou are sure that the situation is > secure. You should behave in this manner anyway. A compromised user account is destined to become a compromised root account. There are too many local root exploits to ignore the danger. Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. I

Re: sed question (bibtex problem)

2000-11-02 Thread Damian Menscher
of the line. If the remainder of the line is just that extra character, it might pull off what you're looking for. Or not. I haven't tested this. Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinois at Urbana-Champaign ##==-- --==## <[EMAIL PROTECTED]> www.uiuc.ed

Re: hard drive error?

2000-11-03 Thread Damian Menscher
e? Do you just want to save some time of a fsck and possible reinstall? Then pull the IDE and power cables from your drive, wait 5 secs, then plug back in. The computer will do an IDE bus reset, and then continue on where it left off. Worked for me once YMMV Note: I'm not responsi

Re: sticky bit, powersaving & hdd spindown

2000-11-05 Thread Damian Menscher
ssibility of treating some of your RAM like a disk (hence the name ramdisk). Not sure if Linux can do this, but if so, then just copy the binary to a ramdisk and run it from there. Just an idea, I don't know how to do it or even if it can be done. Damian Menscher -- --==## Grad. student

Re: i am hacked atm.. what's better thing to do?

2000-11-06 Thread Damian Menscher
k the IP he's coming from and see if it was compromised in the same way. If so, notify the owner. If not, then this is the hacker's home box and you should contact his ISP (or the authorities). Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinois at Urbana-Champaig

RE: Exec CGI

2000-11-06 Thread Damian Menscher
; > view the error.log I see a line that says that Option Exec is off?? > > > > Thanks > > > > Eileen Orbell > > Software & Internet Applications > > Capitol College > > mailto:[EMAIL PROTECTED] > > mailto:[EMAIL PROTECTED] > > Don'

Re: weird rpc.statd messages on potato

2000-11-06 Thread Damian Menscher
e running nfs-common 0.1.9.1-1 or later you should be safe. Otherwise reinstall and apt-get the security updates this time. Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinois at Urbana-Champaign ##==-- --==## <[EMAIL PROTECTED]> www.uiuc.edu/~menscher/ Ofc:(217)333-003

Re: MD5 Check (was Re: i am hacked atm.. what's better thing to do?)

2000-11-06 Thread Damian Menscher
5sum database. But it is certainly a nice start, as no script kiddie will think to check your crontab for stuff like that! Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinois at Urbana-Champaign ##==-- --==## <[EMAIL PROTECTED]> www.uiuc.edu/~menscher/ Ofc:(217)333-0038 ##==-- --==## Physics Dept, 1110 W Green, Urbana IL 61801 Fax:(217)333-9819 ##==--

Re: weird rpc.statd messages on potato

2000-11-06 Thread Damian Menscher
ng a format string vulnerability when rpc.statd attempts to log to syslog(), which of course runs as root. More information can be found at www.securityfocus.com by clicking on Vulnerabilities and searching for keyword statd. Damian > On Mon, Nov 06, 2000 at 10:29:04PM -0600, Damian Menscher

Re: Quick way to tell if online for use in cron script?

2000-11-08 Thread Damian Menscher
see if you can access xxx.xxx.xxx.xxx how about using ping? That will protect you in the case you're dialed up but the ntp server is unreachable for some reason, too. Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinois at Urbana-Champaign ##==-- --==## <[EMAIL PROTE

Re: What is NAVIDAD.exe

2000-11-14 Thread Damian Menscher
email from your address with the W32/[EMAIL PROTECTED] worm as an attachment. Click here for detection and removal instructions: -> http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=1956 Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinois at Urbana-Champaign #

Re: /usr/tmp instead of /tmp

2000-11-14 Thread Damian Menscher
Well, swapping chown <-> chmod in what you wrote, you're pretty close. The permissions _should_ be 1777, not just 777. Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinois at Urbana-Champaign ##==-- --==## <[EMAIL PROTECTED]> www.uiuc.edu/~menscher/ Ofc:(217)33

Re: Help with cron settings?

2000-11-18 Thread Damian Menscher
like a > straightforward setup, but I'm stuck. Can somebody give me some help > here? man crontab You're supposed to use the crontab command to modify cron settings. Updating files by hand won't work. Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinoi

Re: more than one .sty file in a tex document!?

2000-11-23 Thread Damian Menscher
nt this, you can try extracting the footer-related section from the letter class and putting that in the g-brief class (or inputting it separately). If you do this, just make a new class. I've done similar stuff with modifying the seminar.cls style to get rid of borders, or modifying bib

Re: how to keep portmap from running?

2000-11-23 Thread Damian Menscher
ect yourself. If you're behind a firewall, this is less of an issue, but layered security is still the way to go. Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinois at Urbana-Champaign ##==-- --==## <[EMAIL PROTECTED]> www.uiuc.edu/~menscher/ Ofc:(217)333-0038 ##==-- --==## Physics Dept, 1110 W Green, Urbana IL 61801 Fax:(217)333-9819 ##==--

Re: Adding users

2000-11-23 Thread Damian Menscher
ryptic as tar or cat, you know. Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinois at Urbana-Champaign ##==-- --==## <[EMAIL PROTECTED]> www.uiuc.edu/~menscher/ Ofc:(217)333-0038 ##==-- --==## Physics Dept, 1110 W Green, Urbana IL 61801 Fax:(217)333-9819 ##==--

Re: Using PuTTY with an SSH Server

2000-11-25 Thread Damian Menscher
win2k machine. Instead, set $DISPLAY to win2k.machine.name:0 Keep in mind that these connections do NOT got through ssh, so anything you send through them can be sniffed! Therefore, don't open an xterm and su or ssh into another machine if you do things this way! Damian Menscher -- --==## Grad.

teTeX path question

2000-11-26 Thread Damian Menscher
how to get this included in the search path. I've got a feeling it has something to do with the ls-R file, but don't know exactly what I'm doing there and don't want to mess things up. Could anyone provide any hints? Damian Menscher -- --==## Grad. student & Sys. Admin.

Re: teTeX path question

2000-11-26 Thread Damian Menscher
On Sun, 26 Nov 2000, Damian Menscher wrote: > I just upgraded my version of teTeX to 1.0.6, and discovered it no > longer seems to follow the TEXINPUTS environment variable to find > various style files, etc. I need to get this to read in a revtex.cls > file that I've added i

Re: PPP keeps on acting *strangely* ...

2000-11-27 Thread Damian Menscher
. From my days of reading up on AT commands, I remember my modem had 4 options of verbosity of connect messages, ranging from a number, to CONNECT/BUSY/NO DIALTONE to the full range of CONNECT 300/CONNECT 1200/CONNECT 2400/CONNECT 9600/.. You might want to try setting yours to be less verbos

Re: OT: port scan

2000-11-28 Thread Damian Menscher
ey are as (or more) serious. Of course, a connection to a single port on a single machine is probably just some idiot who mistyped an IP address Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinois at Urbana-Champaign ##==-- --==## <[EMAIL PROTECTED]> www.uiuc.edu/~

Re: instalation manual

2000-12-05 Thread Damian Menscher
On Tue, 5 Dec 2000, Tom wrote: > My computer is 586 IBM CyrixInstead. Which Intall manual (in the page > http://www.debian.org/releases/stable/#new-inst of the Debian page) do I use > ? > > -Intel x86 This one. (For all practical purposes, x={3,4,5,6,...} and Intel={Intel,AMD

Re: inetd questions

2000-12-11 Thread Damian Menscher
cters in passwords. Anyone know of a complete list of which are acceptable/unacceptable? Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinois at Urbana-Champaign ##==-- --==## <[EMAIL PROTECTED]> www.uiuc.edu/~menscher/ Ofc:(217)333-0038 ##==-- --==## Physics Dept, 1110

Re: remote attack?

2000-12-18 Thread Damian Menscher
nsider reinstalling. For more information on the attack go to www.securityfocus.com and do a search on statd. HTH, Damian Menscher -- --==## Grad. student & Sys. Admin. @ U. Illinois at Urbana-Champaign ##==-- --==## <[EMAIL PROTECTED]> www.uiuc.edu/~menscher/ Ofc:(217)333-0038 ##==-