Save to Live CD

2004-06-13 Thread Ian Melnick
Hello all, I'd like to use a "live" cd and be able to save my stuff to it without requiring a separate medium. What I'd like to happen is partition a cd-rw so that the first part is from the iso that I'd download from somewhere, and the second part would be a writable filesystem (udf?) that I'd be

Re: NIC War

2004-04-20 Thread Ian Melnick
> Take a look at arp_filter in > /usr/src/linux/Documentation/networking/ip-sysctl.txt (assuming > /usr/src/linux is your unpacked kernel source). > > Now, I've never come accross this problem myself, but does it seem > plausible that the default behavior here is creating the problem for > you

Re: NIC War

2004-04-19 Thread Ian Melnick
> nic1: ipA, macA > nic2: ipB, macB > On the network attached to nic1 one you send an arp request: > "who-has ipA tell x.x.x.x" > where "ipA" is the ip you believe is assigned to nic1. nic1 does not > respond. nic2 responds with: > "ipA is-at macB". Yes, this is what's happening. > At the t

NIC War

2004-04-19 Thread Ian Melnick
I don't think the first NIC is dead---it DID respond to arping, so I don't think the second one is taking over for that reason---besides, it shouldn't do it anyway if the interface is brought down, right? What could possibly be causing the second one to respond for the first one? How

Netware print server with pserver

2004-02-19 Thread Ian Melnick
Hello all, I've been trying to get one of my cups printers shared through a netware 5 server, and have run into a strange issue. In netware I set up the print queue as a normal printer with ndps. Netware clients have no trouble seeing the printer on the server. The queue is configured to allow s

Modifying pdf metadata

2004-02-15 Thread Ian Melnick
Hello all, Does anyone know of a utility that can update the document fields / xml info (or create it) in a pdf file? Thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Capturing output from ftp

2004-02-03 Thread Ian Melnick
Hello all, So I followed directions from a previous message, but I've run into a different problem. I need to get the size of a given file with the ftp program, so I tried something like this: ftp server <

ftp get to stdout

2004-01-23 Thread Ian Melnick
Hello all, Is there any way to use the 'standard' ftp in this sort of way? ncftpget -c [options] remote-host remote-file > stdout I want to be able to pipe a download thru dd, but I don't have ncftp installed on the machine I want to do it on (and I also can't get ncftp for it...long story).

New users not working via NIS and PAM

2004-01-09 Thread Ian Melnick
Hello all. I'm using Sarge. New users made through adduser can't log in on NIS clients (OS X). Old users (created when it was Woody) can. When I log in as an old user and try to su to a new user, I get a pam_authenticate error. Does anyone know if there's a "reported" issue with pam in either OS

Re: Sarge issues libgnutls/libcups and speedycgi

2003-12-28 Thread Ian Melnick
> Also, did a dist-upgrade this morning, which upgraded > libapache-mod-speedycgi, check it out: > > Setting up libapache-mod-speedycgi (2.22-0) ... > /usr/sbin/apachectl: line 171: 28155 Segmentation fault $HTTPD -t >/dev/null 2>&1 > Apparently one of the things automatically upgraded durin

Sarge issues libgnutls/libcups and speedycgi

2003-12-25 Thread Ian Melnick
Hello all A couple weeks ago I set up a new system and went from potato -> sarge (since I still had a potato install cd). I noticed in a few programs, such as swat, that they either refused to work, or only worked to a certain point, and spit out this error message: swat: /usr/lib/libgnutls.so.7

Apache config issue - 403 from Alias

2003-10-19 Thread Ian Melnick
Hi all, Anyone have an idea on why this isn't working? I copied the icon example, and the permissions are 755 throughout (and icons work), so why won't this? Alias /doc/ /usr/share/doc/ Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all Thanks in advance

Re: defragmentation on M$ disc?

2003-10-19 Thread Ian Melnick
> Now the stupid windows defragmentation tool keeps restarting as other > stupid programs are writing so it'd take ages to defragmentate a disc of > 40 GB :-P So I want to know wether this can be done under linux (I can Well, you already got your answer, but with defrag continually restarting

screen/script output and funny color characters

2003-10-13 Thread Ian Melnick
Hello all, say I've captured a lot of stuff from screen and script, and have an output file with a lot of information in it that I don't need -- and makes reading the files pretty difficult. Is there a program or script to make viewing/editing this output easier? Strip the color codes, placement,

installing fonts manually for tex

2003-10-11 Thread Ian Melnick
Hello all, I went through a lot of trouble trying to get the computer modern fonts installed correctly for dvips, etc, when I finally came across the tetex-extra package, which solved all my problems. My question is, using the downloadable cmps-unix.tar.gz file from ctan, how would I have installe

Graphing/Charting software

2003-10-07 Thread Ian Melnick
Hey all Does anyone know of good graphing software that won't crash with huge amounts of data? All I need is a nice x-y plot graph, but I have over a million points. Excel has many limitations, as it turns out -- which I managed to get around, but not the graph preview pane, which is horribly slow

How to have Exim send to another Exim server before bouncing?

2003-09-29 Thread Ian Melnick
Hello all, I'm trying to get mailman working right. We have separate machines for web and email, and in order to use mailman's web management tools, it needs to be installed on the web server. Don't have the option of putting a webserver on the email machine - long story. Anyway, all email sent to

Re: New Sarge NFS Server Unexporting after certain interval?

2003-08-01 Thread Ian Melnick
> So I then did this: > > # dpkg --install /var/cache/apt/archives/nfs-kernel-server_1%3a1.0.3-1_i386.deb Worked like a charm! Thanks so much! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: New Sarge NFS Server Unexporting after certain interval?

2003-07-30 Thread Ian Melnick
> I went through the same steps and mindset but after reading > other posts about "nfs problem", I back-reved my > nfs-kernel-server and my problems went away. Thanks. Is there a straightforward way for doing that? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe".

New Sarge NFS Server Unexporting after certain interval?

2003-07-30 Thread Ian Melnick
Hi all, Just dist-upgrade'd and now have a new problem. I have a typical setup where one computer is the nis/nfs server, and the other workstations use autofs to mount the home dirs on login. Seems like after a certain period, the home directories become unexported, or something. I have to restart

Re: Samba Password Expiration

2003-07-30 Thread Ian Melnick
> I browsed the archives and found many people having your type of > problem, but no solution. > Perhaps the Samba folks know something, or maybe someone jumps in > here... Thanks! Glad to know I'm not the only one :) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscrib

Re: Samba Password Expiration

2003-07-27 Thread Ian Melnick
> Hm, can you please quote what > chage -l $expiring_sambauser > says on your server, and share some info concerning your samba layout? Samba layout? Well, problem started after I made it an NT PDC so that I could use it with Win2k. Win2k always warns me when password has expired, but Win95 doesn'

Re: Samba Password Expiration

2003-07-24 Thread Ian Melnick
(on Wed, Jul 23, 2003 at 10:49:57AM +0200), in 'Re: Samba Password Expiration': > Hello Ian! > > At Wednesday 23 July 2003 04:00 Ian Melnick wrote: > > > I recently upgraded to sarge, and now my samba passwords expire > > every couple of weeks (i think). I also thi

Samba Password Expiration

2003-07-22 Thread Ian Melnick
Hi all, I recently upgraded to sarge, and now my samba passwords expire every couple of weeks (i think). I also think it's using this new password database. How do I turn off password expiration? Thanks! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? C

Re: Games thru SSH

2003-07-10 Thread Ian Melnick
> Actually, Quake becomes quite playable with aalib over the network. > If you consider aalib playable to start with. So how do I use aalib with it? 'ttyquake' segfaults. Thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Games thru SSH

2003-07-10 Thread Ian Melnick
> Not really. Not if you're actually thinking that you can *play quake* > over an ssh session. On a local lan, you *might* be able to do it (with > a very low framerate), but there's no way you're going to be able to: > - shove 30fps or so across an ssh connection > - do any sort of serious graph

Games thru SSH

2003-07-10 Thread Ian Melnick
Hello, all For a while I've been wanting to play games like doom and quake thru an ssh session. I would have settled for 'text mode' quake, but the older libraries provided with it segfault on my system. Then I thought maybe I could use dosemu; as people say doom runs in it, but I've had no luck;

Using Samba as a PDC for Win2k

2003-06-25 Thread Ian Melnick
Hello all, I have one machine setup with samba 3 (or whatever comes with sarge), and it works fine for sharing stuff with Win95 and 98 machines. I wanted to be able to have a Win2k machine logon using the users on the samba machine, so I looked into how to set up samba to work as a PDC. I went to

Re: recover lost root password

2003-03-09 Thread Ian Melnick
> > Now when you log in as root, it will not ask for a password. > excuse my rudeness but isnt that a Bad Thing? > > what about ssh? does that leave the box totaly open? Well, you could edit /etc/ssh/sshd_config and not allow root logins at all. Log in as a regular user and then su root from ther

Epson 1200U and Sane - not quite

2003-03-06 Thread Ian Melnick
Hello, all I have an Epson Perfection 1200U scanner. I used mknod to make the scanner0 device node in /dev/usb as noted in the documentation, and I turn it on. xsane can't find any scanner devices, so I run sane-find-scanner and it finds it just fine. So I run scanimage -L but it can't find anythi

Re: How can I power down the computer?

2003-03-05 Thread Ian Melnick
> If there any way to configure debian so it does everything in one step and > I don't need to press the power bottom after all? You can configure your kernel to use power management - either APM or ACPI depending on your hardware. I don't know how it's done with the debian packaged kernel, but

Re: getting the initrd to load

2003-03-05 Thread Ian Melnick
> You can use romfs or even ext2/ext3. Check out the MKIMAGE setting > in mkinitrd.conf. Okay, I used genromfs (i think) according to the example in your man page. Lilo doesn't load it, and on startup, I still get a message: "RAMDISK: Couldn't find valid ram disk image starting at 0." It's still

Re: Setting Default Framebuffer Mode

2003-03-05 Thread Ian Melnick
> I think it depends on your specific framebuffer driver. It does. I use the rivafb driver on this computer, and it doesn't support kernel arguments at stat-up, so 'vga=whatever' doesn't work with this driver. Instead, you need to edit the fbdev.c file in linux/drivers/video/riva, and change the d

Re: Setting Default Framebuffer Mode

2003-03-04 Thread Ian Melnick
> Frame buffer resolutions are maintained using the utility `fbset'. It > can change the video mode properties of a frame buffer device. Its > main usage is to change the current video mode, e.g. during boot up in > one of your /etc/rc.* or /etc/init.d/* files. Okay, thanks, but when I pu

Re: getting the initrd to load

2003-03-04 Thread Ian Melnick
> Use the kernel-source from Debian if you don't. It contains the patch needed > to make initrd accept cramfs. Is there an alternative to cramfs that I can use that works without this patch? Thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contac

getting the initrd to load

2003-03-04 Thread Ian Melnick
Hello, all I made an initial ram disk using mkinitrd. I put it in /boot. I configured lilo to use it for the certain kernel image i want it used for. Re-wrote mbr. Yet, it doesn't load it. Is there a good website that goes through exactly what needs to be done? What am I leaving out? Thanks --

Setting Default Framebuffer Mode

2003-03-04 Thread Ian Melnick
Hello, all Every time my computer starts I need to use fbset to change the resolution. Is there a way to set the default framebuffer mode? Thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Issue mounting NFS directory

2003-02-19 Thread Ian Melnick
There could be a better way of doing this, but what seems to work is just stopping the nfs-kernel-server service, moving all files in /var/lib/nfs/ to a different directory, touching rmtab and restarting nfs-kernel-server. exportfs -a and restart the autofs service on the client. -- To UNSUBSCRI

Issue mounting NFS directory

2003-02-19 Thread Ian Melnick
Hello, all I have a couple of computers linked through NIS/NFS, using the automounter for mounting home directories. The power failed this afternoon, but all the computers are fine except for one. One computer cannot properly mount the exported home directories. The automounter does not error, how

Hard disk power cut too early during a halt

2003-02-09 Thread Ian Melnick
Hello, all This problem has been happening for as long as I can remember... since I enabled ACPI power management (this comp doesn't do APM afaik). Kernels in question are from 2.4.17 to 2.4.20, I think (didn't use power management before that). I have two hard disks in this machine, hda and hdb.

Switching groups - not working

2003-01-27 Thread Ian Melnick
Hello, everyone I want certain users to be able to switch into different groups. So I did a usermod -g/-G on them and checked the group file to make sure it did it right (and it looks like it did). So then I try out the sg and newgrp commands. Problem is, these groups don't have passwords. In the

Auto password assignment

2003-01-26 Thread Ian Melnick
Hello, everyone I have a script for generating certain types of user accounts for my network. I want to assign random initial passwords to every new user, that they can change on their own later. I decided to generate them with makepasswd. The question is, how can I tell passwd to use this passwor

Turning off error messages

2003-01-24 Thread Ian Melnick
Hello, all I was wondering if there was a way to turn off kernel messages from getting spit out on the active tty. I keep getting this error message; I have no idea what it means; I don't see any problem (I can still mount netware drives just fine...), and I'd like it to stop popping up. IPX: Net

NIS Slave can't be auto-discovered

2002-11-25 Thread Ian Melnick
Hello, all I set up a NIS master a while ago, for use with a small network. Since then it's grown, and I found a need for a NIS slave for times that the master has gone down due to hardware upgrades, etc. So I set up the slave, and it seems to work right. Clients switch to it when NIS is no longe

Re: gpg: Can't check signature - is something wrong?

2002-11-11 Thread Ian Melnick
On Tue, Nov 12, 2002 at 09:38:27AM +0530, Sandip P Deshmukh wrote: > i often get messages from the list which say begin gpg signature. > invariably, the second line says can not verify signature. > is something wrong with my set-up or is it a tampered message? You probably have done this already,

Iptables with NAT question

2002-11-08 Thread Ian Melnick
Hello, I set up machine #1 to act as just a packet filtering machine, and machine #2 to run apache. Whenever I look at the apache access logs, the only IP that shows up is that of the firewall's. Although people can get to the site this way, I can't analyze where my traffic is coming from, etc. Ho

Cron prob

2002-11-04 Thread Ian Melnick
Hello, I have a NIS-linked network of systems here. One of them is a webserver, and I'd like to have cron run a job to automatically back it up daily. So I wrote the appropriate script, tried it out, etc, and it works fine. I added it to root's crontab on that machine: 00 23 * * * /root/cron/backu