[gentoo-user] CUPS: Sharing printers via IPP

2005-09-20 Thread Alvin A ONeal Jr
How do I share a printer between several Linux Desktops and a Linux Server without using samba? My server already has the printer installed locally and working correctly with CUPS. I need to know A) Text configuration to enable sharing to the 192.168.0.0 network B) Text configuration for clie

Re: [gentoo-user] Personal firewall for Linux?

2005-08-31 Thread Alvin A ONeal Jr
I'm not trying to do anything complicated like protect a LAN or include a DMZ or run an ftp server or anything like that. I'm just looking for a quick and easy way to add another layer of protection to my desktop by closing all unused ports. Go to gentoo-wiki.com and search for "newbie iptab

Re: [gentoo-user] what is wrong with script

2005-08-30 Thread Alvin A ONeal Jr
From the looks of the script you aren't testing for a "regular file", hence "-f" doesn't work. I tested it on my machine WORKS: ACTION=add DEVICE=/tmp/testfile DOESN'T WORK: ACTION=add DEVICE=/dev/sda1 SCRIPT: #!/bin/bash if [ "${ACTION}" == "add" ] && [ -f "${DEVICE}" ]; then

Re: [gentoo-user] Re: How do I get LVM2 off a drive?

2005-08-30 Thread Alvin A ONeal Jr
I don't think LVM2 cares about partitions. AFAIK you only use fdisk (marking partitions as 8e? for lvm2) to be polite to other OSes that don't auto-detect like Linux does. I'm not exactly sure what's happening to you, but try this: vgchange -a y; vgchange -a n vgchange -a y; vgchange -a n emerg

Re: [gentoo-user] lvm2/external partitions question

2005-08-30 Thread Alvin A ONeal Jr
You can use it all or into chunks of 20GB each as the how-to suggests; I agree. I think the biggest reason to use the whole drive as one logical partition would be if you had dual SATA and you were striping. It's nice to have that extra space available as non-LVM2 just in case you need it. A

Re: [gentoo-user] firestarter [Personal Linux Firewall]

2005-08-30 Thread Alvin A ONeal Jr
> Is it necessary to build all of these modules into the kernel in order for firestarter to work properly? No, but would you rather build everything as a module (in case you find that you do need it at some point) or build research each module individually to find out what it is that you need

Re: [gentoo-user] usb storage transfer is very slow

2005-08-29 Thread Alvin A ONeal Jr
are you accessing it as /dev/sda or /dev/uba? Ever since the new "usb-block device" option has been in the kernel I've noticed this as well. I don't believe it has anything to do with the sync option, but I have been known to be wrong. I can't remember off the top of my head, but if you check

Re: [gentoo-user] Personal firewall for Linux? [OT]

2005-08-29 Thread Alvin A ONeal Jr
but I don't think running a firewall on a unix desktop is necessary. I certainly do. What about ssh multiple-login attacks? I know that pam can easily fix this (http://gentoo-wiki.com/GWikInstall_Essential_Daemons#Securing_SSH), but I know there are other services (portmap) that can be vulner

Re: [gentoo-user] Personal firewall for Linux?

2005-08-29 Thread Alvin A ONeal Jr
iptables really isn't that difficult if you just want to do what the average home user wants to do- accept certain services and block everything else. Provided that you have kernel support for iptables you can just copy/paste some example code in a text file. http://gentoo-wiki.com/HOWTO_Ipt

[gentoo-user] Re: Proposed option for etc-update

2005-08-27 Thread Alvin A ONeal Jr
ditch etc-update, dispatch-conf has backup features built in emerge gentoolkit dispatch-conf and while you're at it emerge eix eix some-package -- 8^) Laterz- ~Alvin http://CoolAJ86.Havenite.net --- If you can read this, thank an educator. begin:vcard fn:Alvin A ONeal Jr n:ONeal;Alvin adr;dom:;

[gentoo-user] Re: Any booby-traps with AMD64?

2005-08-27 Thread Alvin A ONeal Jr
As regarding the partitioning, I would recommend using LVM2. Then no matter how you might mess up your partitioning in the beginning you can change it to suit your needs by resizing it on the fly - live - without rebooting or even unmounting. Check the official guide as well as gentoo-wiki.com

[gentoo-user] Google Video: Firefox + VLC?

2005-08-26 Thread Alvin A ONeal Jr
I know that Google Video is still in it's infancy, but hey, gentoo is all about bleeding-edge, right? I'm wondering if anyone has managed to get it working yet - and if so, would you be kind enough to share? I've done some initial research and put up a stub page here: http://gentoo-wiki.com/H

[gentoo-user] Re: Strange udev Error on boot

2005-08-24 Thread Alvin A ONeal Jr
Ryan, Looks like you're using Network Block Devices? Did you mean to do this? If you did, then perhaps the machines which host the nbds are not ready? I don't know much about nbd, just the name really, but that would be my best guess. -- 8^) Laterz- ~Alvin http://CoolAJ86.Havenite.net ---

[gentoo-user] Re: where to put mknod?

2005-08-23 Thread Alvin A ONeal Jr
Assuming that you have udev, take a look in here: /etc/udev/rules.d/50-udev.rules and you should see KERNEL="ippp0", NAME="%k", GROUP="tty" perhaps when you upgraded ppp* changed to ippp*? you could try changing the configuration of the program you're using to use ippp* if this is the

[gentoo-user] audacity and gtk not playing nice

2005-08-14 Thread Alvin A ONeal Jr
I had that problem a while ago, the solution is also on the gentoo wiki. In addition to the forums and bug reports, check gentoo-wiki.com whenever you've got a problem. There's TONS of valueable information there. There's a searchbar plugin for firefox. -- 8^) Laterz- ~Alvin http://CoolAJ86.Have

[gentoo-user] Re: Sound not working for user

2005-08-12 Thread Alvin A ONeal Jr
After you add them to the audio group you have to login / logout. Permissions should be rw for the audio group `find /dev -group audio -perm 660` should give you a good list of things that users in the audio group have access to -- 8^) Laterz- ~Alvin http://CoolAJ86.Havenite.net --- Dad: The

[gentoo-user] Re: Gentoo Badges

2005-08-05 Thread Alvin A ONeal Jr
I prefer the bumper sticker myself: http://coolaj86.homedns.org:4887/gallery2/main.php/d/5203-1/jeep_bumper_stickers.jpg hehe -- 8^) Laterz- ~Alvin http://CoolAJ86.Havenite.net --- Computers are like air conditioners - They can't do their job properly if you open windows. begin:vcard fn:Al

RE: [gentoo-user] BackupEXEC

2005-08-04 Thread Alvin A ONeal Jr
Craig, I'm looking to use Veritas BackupEXEC 10 on several of my servers, and would like to know if anyone knows how to get a backup exec agent to work properly with gentoo. It seems a simple enough question, but I've found nothing useful through the documentation, and their support folks don't e