PAM logins

2004-07-14 Thread Scott Henson
I would like to use pam to deny logins to all users who are not part
of a certain group.  My setup is that I am using ldap to manage the
accounts across many computers and on many of the computers the normal
users are supposed to be able to login, but we want a few to be staff
member logins only.  I have tried using pam_wheel, but it didn't deny
logins to those not in the specific group as I thought it would.  I
also checked with #debian and someone suggested pam_access but I
cannot see how to use it to do what I want.  Would anyone have
suggestions on how to use pam to deny those not in a specific group?

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Multimedia Keyboard

2003-04-06 Thread Scott Henson
On Sun, 2003-04-06 at 01:25, [EMAIL PROTECTED] wrote:
 On Sat, Apr 05, 2003 at 01:15:44PM -0500, Scott Henson wrote:
  On Sat, 2003-04-05 at 04:00, LeVA wrote:
   Hi!
   
   Anybody knows, how can I setup a Genius Comfy KB-16M Wireless keyboard's 
   multimedia keys? When I use
Option  XkbModel  geniuscomfy
   in the XF86Config, some keys, still don't work.
  Look into hotkeyd and acme.  Acme is the better of the two, but it is a 
  gnome2 specific thing, while hotkeys works almost anywhere.  
 
 I happen to like lineak a bit better for daemoning hotkeys.
 
 Has anyone an hotkeys daemon for non-X console though?
I dont think thats possible.  Hotkeys needs X to do its stuff.

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Multimedia Keyboard

2003-04-05 Thread Scott Henson
On Sat, 2003-04-05 at 04:00, LeVA wrote:
 Hi!
 
 Anybody knows, how can I setup a Genius Comfy KB-16M Wireless keyboard's 
 multimedia keys? When I use
  Option  XkbModel  geniuscomfy
 in the XF86Config, some keys, still don't work.
Look into hotkeyd and acme.  Acme is the better of the two, but it is a 
gnome2 specific thing, while hotkeys works almost anywhere.  

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How to access a file with RTSP protocol?

2003-04-05 Thread Scott Henson
On Sat, 2003-04-05 at 05:30, Aryan Ameri wrote:
 Hi there:
 
 Many of the files in our university's server, have an address that 
 starts with rtsp:\\ I investigated a bit, and it seems that RTSP is a 
 standard protocol for real time streaming, which is recognized by IETF.
 
 Still, nither mozilla nor Konqueror aren't able to do anything with 
 these file. left clicikng on file, and right clicking on it and issuing 
 the save link target as.. command simply do nothing.
 
 How can I access these rtsp files? How can I doenload/listen to them?
apt-cache search rtsp comes back with:
liblive.com-dev - Libraries for RTP/RTCP/RTSP multimedia streaming
I dont know what program uses this, but its a starting place.


-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: GRUB question

2003-04-05 Thread Scott Henson
On Sun, 2003-04-06 at 01:55, Linux wrote:
 Greetings all.  I've been with Linux for a few years, but trying Debian for the 
 first time.  I'm having a bit of a problem getting GRUB set up, and I know it's my 
 fault.
 
 Could someone using Debian 3 please post the contents of /boot/grub/menu.lst for me 
 to take a look at? 
use grub-install /dev/hd? and update-grub then go in and edit your
menu.lst file. 


-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: create an image of a partition

2003-04-04 Thread Scott Henson
On Thu, 2003-04-03 at 15:25, Roman Joost wrote:
 Does somebody know a better way to create an image of a existing
 partition? 
 
 I know dd=/dev/hda1 of=windows_partition.img, but the image has a size
 of 3 GB. I thought about backup a fresh win98 installation, so i can write 
 the image back to the partition if windows goes crazy. I don't want
 install all the drivers and time consuming reboots. 
 
 Maybe someone know a good tool or some docs, which describes a good way
 to backup the data like dd. 
gzip or bzip2 the image.  With an entire partition you should get mad
compression on it.  Thats probably what the other partition imagers are
doing.


-- 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: disable one users email?

2003-04-04 Thread Scott Henson
On Thu, 2003-04-03 at 22:05, Talon wrote:
 Quoting Paul Mackinney [EMAIL PROTECTED]:
   
  You'll have to read the exim.conf documentation to find out how to
  customize the TRANSPORTS CONFIGURATION section and customize the
  local_delivery transport.
  
  Note that these methods will only stop them from sending  receiving
  mail using the account on that particular box, if they have internet
  access they have any number ways to send  receive email using other
  accounts unless you throttle their access back so much that they might
  as well not have an account (IMO). I'd be glad to hear from more
  experienced sysadmins on this, and I'm curious as to what's the problem
  with a normal user having mail access.
 
 I agree with you that if a user has an account, they should have email.
 The accounts are for Elementary students. Some of the teachers/staff don't 
 want some kids to have access to email if they abuse it. (They could send 
 nasty emails to other class mates) (We use IMP)
 We use a squid proxy to help block commercial email sites from the school, but 
 this will never stop a kid from sending email from their homes. 
 Anyway, I hope I never have to block email accounts, but if the boss says so, 
 then I guess I have to find a way. 
 Thanks for your suggestions.
Couldnt you do the blocking from imp?  Just disallow them from loging
into imp.  That would stop them from sending anything.  Of course you
would have to disable any mua that may be on the machines that exim will
forward mail for.  Also if these are elementary school students and all
they use this machine for is email, why not just remove thier account if
they are naughty.  


-- 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: create an image of a partition

2003-04-04 Thread Scott Henson
On Fri, 2003-04-04 at 15:50, Rob Benton wrote:
 On Fri, 2003-04-04 at 14:21, Vineet Kumar wrote:
  * [EMAIL PROTECTED] [EMAIL PROTECTED] [20030403 15:47 PST]:
   On Thu, 3 Apr 2003 22:25:47 +0200
   Roman Joost [EMAIL PROTECTED] wrote:
   
Does somebody know a better way to create an image of a existing
partition? 

I know dd=/dev/hda1 of=windows_partition.img, but the image has a size
of 3 GB. I thought about backup a fresh win98 installation, so i can 
   How about tar-ing up the whole partition. I don't know how much space
   that will save but it will surely come in under 3 GB.
  
  This is a Good Idea.  Instead of taking a snapshot of the entire
  partition (which includes all of the unused space), just mount the vfat
  filesystem on it and tar it up.  It will only be as large as the used
  space on the disk, which, for a fresh install, probably isn't all that
  large.  Maybe even small enough to just put on a CD-R?
  
  good times,
  Vineet
  -- 
  http://www.doorstop.net/
  -- 
  http://www.aclu.org/It's all about Freedom.
 
 Could you do that with a linux install, too if it was one partition or
 is dd a better idea?
 
 tar -cjf linuxBackup.tar.bz2 /
yup, but with debian I would recommend just taring up any data that you
cant get back and doing a dpkg --get-selections selections.bak and then
when you restore your install you can just do a dpkg --set-selections
selections.bak.  You dont waste so much space that way.  

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Removable Media: What is the practical answer??

2003-04-02 Thread Scott Henson
On Wed, 2003-04-02 at 01:23, Scott Henson wrote:
 On Tue, 2003-04-01 at 20:37, Bruce wrote:
  
Check out the mtools package.
  
  
  Yes, there are packages and command line tools to do many disk-related
  things, but don't forget Mom used WP5.x as her file manager, and never saw
  a command prompt, and isn't about to start now
  
  I was really just using the box of floppies as an example. Really, my
  question is whether there is a reliable, GUI, way to access removable
  media in linux??
 gnome 2.2 has some nice features.  The disk mounter applets might be of
 use.  There is some limited retraining, but its one button and then the
 icon for that media apears on the desktop.  My parents adjusted nicly to
 it.
I almost forgot.  Also magicdev would also be something you might wanna
look at.  Your gonna need an external repository, but from what I hear
about it, it does what you want.  It only works for CD's right now, but
its a step in the right direction.  Maybe burn all your mom's files to a
cd-r for her... its probably eaiser to search and will most likely last
longer.

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Help with USB

2003-04-02 Thread Scott Henson
On Thu, 2003-04-03 at 05:56, Petr Simon wrote:
 Hi,
 I never had problems with it. I need it for digital camera. I compiled 
 2.4.20 set up nvidia (not easy though they have new installer :-( , and 
 then I found that there is no /proc/bus/usb!
snip
You should has something like this in your /etc/fstab.
usbfs   /proc/bus/usb   usbfs   defaults0  
0
All on one line of course.

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Galeon 1.3.3 and URL completion

2003-04-01 Thread Scott Henson
check the debian-gtk-gnome archives.  This was discused maybe a week
ago.
-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: install XFree86 4.3 on Woody?

2003-04-01 Thread Scott Henson
On Tue, 2003-04-01 at 19:02, Santiago Hirschfeld wrote:
 Hi all,
 
 Im running woody with some packages installed from unofficial sources found
 in apt-get.org, and i was wondering if it's a good idea to switch to XFree86
 4.3, everything is working so well now, that i wouldn't like to reinstall
 everything (again). I pretty new to debian, but i'm begining to get why is it
 so loved. 
 If it's a good idea tu upgrade XFree86, can u suggest a source? please?
I dont know about how recommended this is, but the Stone debs are good
on sid.  You might have some problems with them being compiled with
gcc3.2, but Im sure you could grab the sources and build them with
gcc2.95 instead.  That is what I would do anyway.  You can find the
Stone debs on apt-get.org.

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Removable Media: What is the practical answer??

2003-04-01 Thread Scott Henson
On Tue, 2003-04-01 at 20:37, Bruce wrote:
 
   Check out the mtools package.
 
 
 Yes, there are packages and command line tools to do many disk-related
 things, but don't forget Mom used WP5.x as her file manager, and never saw
 a command prompt, and isn't about to start now
 
 I was really just using the box of floppies as an example. Really, my
 question is whether there is a reliable, GUI, way to access removable
 media in linux??
gnome 2.2 has some nice features.  The disk mounter applets might be of
use.  There is some limited retraining, but its one button and then the
icon for that media apears on the desktop.  My parents adjusted nicly to
it.

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How do I apt-get upgrade the kernel for debian-390?

2003-03-30 Thread Scott Henson
On Sun, 2003-03-30 at 23:29, Peter Farley wrote:
 But what are these .udeb files?  Are these unstable
 deb's?  I would rather install at least a testing
 kernel, I'm not quite ready to be on the bleeding
 edge.
 

udebs are debs for the new installer.  I dont think you should use these
on a active system.  They are cut down alot and I dont even know if dpkg
will even install them.  You really should look into building your own
kernel with kernel-package.  I have never used s390, so take my advice
as someone who doesnt use that port.
-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: dpkg/dselect misbehavior

2003-03-29 Thread Scott Henson
On Sat, 2003-03-29 at 10:42, Stephan Sauerburger wrote:
 Oh man.. I just spent about 4 days installing packages and reconfiguring
 it from scratch, including rolling a new kernel. Not having to completely
 redo all of it again from a Woody CD would be most preferred. Is there
 any sort of Potato-to-Woody (2.2 to 3.0) automated update procedure implemented?
 
 
 
 On Sat, Mar 29, 2003 at 08:57:43AM -0500, [EMAIL PROTECTED] wrote:
 On Fri, 28 Mar 2003 22:22:26 -0500
 Stephan Sauerburger [EMAIL PROTECTED] wrote:
 
  I just installed Debian from a Deb 2.2 Potato CD after a hard drive
  crash which occurred about a month ago. I used the same CD I did for
  the previous install, and as far as I can tell, the same installation
  procedure - 
 
 Welcome back to the world, Rip. :)
 
 While you were sleeping Woody became the stable distribution (it's been
 stable since last July).
 
 In fact, a revision has been released and Woodyr1 is now stable.
 
 Potato is still in the Debian archives, but many are expecting support
 to be discontinued in a few months. Since you're installing to a new
 hard drive from scratch anyway, this might be a good time to move up to
 Woodyr1.
 
 A 2.2 kernel is installed by default; for a 2.4 kernel just type bf24
 at the initial prompt when you boot the installation CD.
 
 Kevin
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Just make sure /etc/apt/sources.list has stable sources and do a 
dselect update  apt-get install apt dpkg  apt-get -u dist-upgrade
now enjoy your new woody system.  Ahh the beauty of Debian and apt.
-- 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How do I apt-get upgrade the kernel for debian-390?

2003-03-29 Thread Scott Henson
On Sat, 2003-03-29 at 23:17, Peter Farley wrote:
 I am running stable debian-390 under the hercules
 emulator on an RH7.3 base system, and the debian-390
 kernel is 2.4.17-s390.  I have set up my sources.list
 to add the testing release, but neither apt-get
 upgrade nor dpkg -l seem to have anything for the
 kernel itself.
 
 Is the kernel not upgradeable with apt-get?  I don't
 want to build a kernel, I just want to install a
 more current kernel image version than what is in
 stable.
 
kernels are special in debian since you have to reboot for them to take
effect.  apt-cache search kernel-image should show you all the kernels
avaliable.  Choose one and apt-get install it making sure your boot
loader recognizes the new one.  Then reboot and enjoy.


-- 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Kernel compile - kernel panaic at boot

2003-03-29 Thread Scott Henson
On Sat, 2003-03-29 at 19:06, Petr Simon wrote:
 Please help!
 I did it many times , but now I made some silly mistake and I can't boot 
 my fresly compiled kernel. I can boot Debian default 2.4.18-k7, but I 
 wanted 2.4.20 from source and it doesn't seem to work. What I did is:
 untar it
 ln -s linux-2.4.20 linux
 cd linux
 make mrproper
 make menuconfig
 make dep
  
you dont need that.  replace it with make-kpkg clean
 make-kpkg -rev Custom.1 kernel_image
 dpkg --install kernel-image
 
 and this is my lilo.conf:
Two things.  
One, Switch to grub... youll be much happier.

Two, make sure you have your filesystem compiled into the kernel, not as
a module.  Also your ide-chipset(as per a earlier poster) and all other
relavent config options.  I would recommend starting with your .config
from the known working kernel.  It can be found in /boot just copy it
over to linux/.config and make menuconfig and go straight to your
ide-chipset and set it to compile in and then your file system and set
it to compile in.  Then you can play around with everything else.  Also
try keeping acpi and apm out untill you get a known working kernel. 
Other than that maybe copy down the acctual error your getting durring
the boot process.  


-- 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: KNOPPIX as an installer for Debian

2003-03-28 Thread Scott Henson
On Fri, 2003-03-28 at 00:02, Terry Milnes wrote:
 Is it possible to use KNOPPIX as a installer for Debian?  Once I have
 KNOPPIX installed then add Debians stable apt repository to add the
 other software that I want?

Yes, Ive never done it but Ive heard of others doing it.  Also Knoppix
is based on a mix of stable, testing, and unstable, so if you use stable
sources you may run into problems.  It may be enough to use stable and
some of the back-ports on apt-get.org , but I would personally go with
unstable, especially if this is a desktop machine.

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Direct cable connection

2003-03-12 Thread Scott Henson
On Wed, 2003-03-12 at 21:36, Pigeon wrote:
 I don't think USB to USB is possible, as both PCs would want to be the
 controller, which is not allowed. I think.
USB to USB networking.  Its in the kernel source, though I have never
used it.  Might be kinda cool to use sometime though.


-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: GNOME2 questions

2003-02-23 Thread Scott Henson
On Sun, 2003-02-23 at 16:21, Johan Ehnberg wrote:
 I just installed gnome 2 in sid and noticed a few things:
 
 1) gdm looks the same as in woody (gnome 1.4). I had the backported 
 gnome 2 packages in woody and I'd like to use the graphical login.
Check the archives from debian-gtk.  There was some discusion on this. 
From what I remember, some parts of gnome2 dont build on some archs and
the gdm maintainer doesnt want gdm2 in there till everything does
build.  So till then:
deb http://harshy.homelinux.org/files/debian/ ./
deb-src http://harshy.homelinux.org/files/debian/ ./


 2) Something seems to be very slow with gnome-terminal. Scrolling text 
 in it eats my CPU to 100% and the scrolling is slow.
Do you have transparecny enabled?  That can make it slow.

 3) I can't find advanced control panel functions like remember window 
 palcement and so on. I hate it when I have to maximize mozilla every time.

Are you using metacity or sawfish?  From what I remember sawfish does this 
type of thing, while metacity doesn't.  I think. 



-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: bogofilter feeback to mail server

2003-02-22 Thread Scott Henson
On Sat, 2003-02-22 at 16:35, Kevin Coyner wrote:
 I have a small LAN for a half dozen users with a POP mail server that I
 set up.  The mail server filters spam with bogofilter.
 
 On my workstation, I use Mutt.  Sometimes a bit of spam will get past
 bogofilter and make it to my workstation (separate box from the mail
 server, although same LAN).
 
 Has anyone come up with a good way of getting that spam back to the mail
 server so that bogofilter can be run against it to update the files
 goodlist.db and spamlist.db?
 
 I've seen several pages on the web on how to use Mutt macros to send the
 spam through bogofilter -N and -S when bogofilter is run on the same
 machine as Mutt.  
 
 But what I haven't figured out is a clever way of using similar macros
 to get that same type of feedback back to bogofilter on the mailserver
 box.
 
 Any thoughts?

Ive never done this before, but maybe you could setup a mail box on the
server that sends commands and attached messages to bogofilter.  Just
forward the message as attached and perhaps send a command in the
subject line, and have a perl script listening on the other end that
runs bogofilter on the message depending on the command.

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RE: update Gnome 2.0 : dependencies

2003-02-22 Thread Scott Henson
On Sat, 2003-02-22 at 18:19, M. Kirchhoff wrote:
 I don't speak German, but I understand your question because I'm getting
 the same error messages!  As a newbie, I have no idea what's causing
 them or how to fix them...

Hmmm... are you using unstable? Because I remember a few weeks ago
seeing some of this stuff, but it all worked itself out(it was due to
the 2.0 to 2.2 transition).  But I dont have a gdm2 package on my
system.  Try just installing gnome and gdm.  That should get you all you
need.  

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: wine and IE

2003-02-22 Thread Scott Henson
On Tue, 2003-03-04 at 23:28, Kent West wrote:
 Karsten M. Self wrote:
 
 Moreover:  even in the corporate world, if two business needs make
 conflicting browser demands, you may not be able to accomodate them
 (particularly for specific versions of MSIE after 5.x).
 
 For this and other reasons, I consider the browser user-agent string to
 be harmful.  You can join the protest:
 
 http://twiki.iwethey.org/twiki/bin/view/Main/UserAgentString
 
 
 Oh sure, use a phrase that discourages Christians and other 
 non-profanity users from participating in this community. Otherwise I'd 
 certainly give this movement serious consideration.
 
 Call me a prude.

prude ;-)
remove the offending word... I'm sure you'll still get your point
across. 

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RE: update Gnome 2.0 : dependencies

2003-02-22 Thread Scott Henson
On Sun, 2003-02-23 at 00:48, Scott Henson wrote:
 On Sat, 2003-02-22 at 18:19, M. Kirchhoff wrote:
  I don't speak German, but I understand your question because I'm getting
  the same error messages!  As a newbie, I have no idea what's causing
  them or how to fix them...
 
 Hmmm... are you using unstable? Because I remember a few weeks ago
 seeing some of this stuff, but it all worked itself out(it was due to
 the 2.0 to 2.2 transition).  But I dont have a gdm2 package on my
 system.  Try just installing gnome and gdm.  That should get you all you
 need.  
[EMAIL PROTECTED]:~$ apt-cache policy gdm
gdm:
  Installed: 2.4.1.3-1
  Candidate: 2.4.1.3-1
  Version Table:
 *** 2.4.1.3-1 0
500 http://harshy.homelinux.org ./ Packages
100 /var/lib/dpkg/status
 2.2.5.5-2 0
500 http://mirror.mcs.anl.gov unstable/main Packages
500 http://ftp.debian.org unstable/main Packages

oops... maybe if you want the latest gdm you should try putting that
harshy.homelinux.org stuff into your sources.list.

deb http://harshy.homelinux.org/files/debian/ ./
deb-src http://harshy.homelinux.org/files/debian/ ./

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RE: Backup MX server

2003-02-16 Thread Scott Henson
On Sun, 2003-02-16 at 22:41, Ross Tsolakidis wrote:
 Can you recommend one that's easy to configure/setup ?
postfix with its webmin plugin.  webmin-postfix if Im not mistaken.

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Screen Saver /Lock

2003-02-11 Thread Scott Henson
On Tue, 2003-02-11 at 15:52, Dominic Iadicicco wrote:
 Hello all,
 
 Sometimes when I leave my x terminal I lock my screen so no-one will mess with
 it. After I hit to lock button in Xfce it locks and a screen saver comes on. 
 When I come back most times, I have the have the desk top staring me right in
 the face. It is unlocking it self.  Considering I use a pretty hard to figure
 out passwd and I am the only one on the floor I have ruled out that someone is
 messing with me.
 
 Does anyone have any ideas what could be happening?

For a while there xscreen-saver was dying on me for some reason,
unfortunately I never figured out why.  Maybe turn on verbose debugging
and see if it leaves any notes behind.

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: X windows w/ no screen error

2003-02-09 Thread Scott Henson
On Sun, 2003-02-09 at 17:30, iggy wrote:
 Hi all.  My fresh install of debian will not allow me to use
  gnome as i'm getting errors with x windows.  My question is, 
 what file do I edit to configure screen 0? Thank you for your 
 time and consideration.  -iggy 
Generally dpkg-reconfigure xserver-xfree86 as root will get you back to
the original configuration utility ran at install time.  Also lspci -vv
will give you detailed information on your video card(along with the
rest of your system).

P.S. wrap your lines at less than 80 characters

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: gpg key in memory

2003-02-09 Thread Scott Henson
On Sun, 2003-02-09 at 18:53, Benedict Verheyen wrote:
 I didn't think about that. I'm using Ximian Evolution 1.2.2.

Im using evolution and it automagically takes care of that.  Just click
the button telling it to remember the passphrase when you type it in.  
-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: how to determine whether (first) printer is lp0 or lp1?

2003-02-08 Thread Scott Henson
On Sat, 2003-02-08 at 13:45, Seneca wrote:
 On Sat, Feb 08, 2003 at 12:43:05PM -0500, Daniel Barclay wrote:
  Is there a direct way determine whether the (first) printer is /dev/lp0
  or /dev/lp1?
 
 echo yes  /dev/lp0
Doesnt always work.  For instance on my printer, youll get nothing.  A
better way is cat /var/log/kern.log | grep lp  That should show you what
port your printer is on.
-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Video card change on working system

2003-02-08 Thread Scott Henson
On Sat, 2003-02-08 at 21:24, Mike M wrote:

Single user mode should be good enough to configure xf86.  All that
needs to be done is dpkg-reconfigure in single user mode.  Then tell it
to boot to the next runlevel and XF86 should come up and everything.  If
it doesnt it should drop you to a console where you can tweak stuff.
-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




hard lock ups

2003-02-07 Thread Scott Henson
The past few days I have been experiencing some hard lock-ups on my
computer and I was wondering if anyone had an idea of what was going
on.  Basically the screen freezes and the caps lock and scroll lock
lights blink about once a second.  The box will not respond to anything
including network traffic.  I am using kernel 2.4.21-pre3-ac5, but it
also happens under 2.4.20 and a few others.  All I have in my logs is
this.

Feb  6 21:15:18 GreyGhost kernel: cdrom: This disc doesn't have any
tracks I recognize!
^D^@=^?8^@D2^B^@^@9D^@^@^@^@^@^@^@^P828^@e^B^@^@9D^@^@^@^@^@^@^@v848^@CA^A^@^@9D^@^@^@^@^@^@^@A
868^@^M^B^@^@9D^@^@^@93^K^D^@O888^@FC^B^@^@9D^@^@^@^@^@^@^@L8B8^@^X^C^@^@9D^@^@^@^@^@^@^@e8E8^@FC^B^@^@9D^@^@^@F9^K^D^@b918^@8C^B^@^@9D^@^@^@DA^K^D^@EF938^@EF^A^@^@9D^@^@^@^S^K^D^@DF958^@F7^B^@^@9D^@^@^@^@^@^@^@D7988^@FD^D^@^@9D^@^@^@^@^@^@^@D59D8^@]^E^@^@9D^@^@^@^@^@^@^@3A38^@g^D^@^@9D^@^@^@^@^@^@^@9BA78^@I^E^@^@Feb
  6 23:57:46 GreyGhost kernel: klogd 1.4.1#11, log source = /proc/kmsg started.

I ran memtest86 on it and it came out clean through 9 passes.  Im pretty
much stumped on why it is doing this.  Does anyone have a clue.  Btw I
am running unstable.  

Thanks
P.S. please CC me as I am not subscribed.
-- 
Scott Henson [EMAIL PROTECTED]



signature.asc
Description: This is a digitally signed message part


Re: Grab switching HD Help!!!

2003-01-10 Thread Scott Henson
On Fri, 2003-01-10 at 08:34, Larry Shields wrote:
 I am trying to switch a HD from one computer to another, but when Grub 
 starts, I get a message saying ERROR 17...
 
 Might anyone know what the ERROR 17 is, and how to correct it, so that 
 Grub will boot up the HD...???
 
 Thanks to anyone that can help me out here on this one...

I dont know, but try using grub-floppy if the system has a floppy
drive.  You should be able to boot the system with it and run grub
natively. 

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Two sound cards?

2003-01-10 Thread Scott Henson
On Fri, 2003-01-10 at 05:47, Qian Gong wrote:
 Hi,
 
 I have VIA on board sound and an additional Xwave 4000 PCI sound card.
 The first one (VIA) is supported by kernel (built-in) and for xwave 4000
 I use alsa-0.9. The confusing thing is which card is connected to
 /dev/dsp0 and which to /dev/dsp1. How can I configure this and let
 application (e.g. xmms) use specified sound device? Thanks a lot.

Generally whichever the kernel sees first.  If the VIA is built-in Im
guessing it would be /dev/dsp0 and the other would be /dev/dsp1.  But
you could always just plug some speakers into both and test which is
which.  Once you have determined it, it shouldn't change unless
something about your config changes.  

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Recommendation for dual head video card

2003-01-10 Thread Scott Henson
On Thu, 2003-01-09 at 14:45, Bill Moseley wrote:
 Any suggestions?  3D support, too?
Any current ATI card works great at this.  The radeon driver seems to
support everything nicely.  Im waiting on my roommate to get in his
radeon and second monitor and we are gonna try to set up a quad head
machine.  

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Gaim problems

2003-01-09 Thread Scott Henson
On Thu, 2003-01-09 at 11:11, Joris wrote:
Is anyone else using Woody's version of Gaim for Yahoo instant
messaging? It worked fine here until about a week ago when I could no
longer connect to Yahoo. The only error message shown is Unable to
read. ?
 
 yahoo changed it's protocol recently. the issue is fixed in gaim v0.59.8,
 but at this time that version hasn't made it into unstable yet
 I hope it does quickly, otherwise you could try building a package of your
 own (downing the source from http://gaim.sf.net/ and running debian/rules)
 greetz,

Or better yet grab the sources from unstable and build a deb.  Its not
that complex.  man apt-get  
apt-get -b source

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Motorola SM56 on Debian Linux

2003-01-08 Thread Scott Henson
On Wed, 2003-01-08 at 20:53, S Yuval wrote:
 Own a Motorola SM56 winmodem and run Red Hat Linux 7.1. Frustrated
 with the poor maintenance capabilities of Red Hat I am considering
 moving to Debian. However, that decision depends on whether I can be
 assured that my modem works. Currently I am using drivers supplied in
 rpm form from Motorola; these run only on the older 2.2.* kernel. From
 my short experience with Red Hat 8.0 there is no way to migrate the
 drivers to the newer 2.4.* kernel. 
 From the research I have done so far it appears to me that it
 should not be difficult to convert the rpm package into a deb package
 using alien. The question is however, which release of Debian to
 purchase and whether I have of a choice between what kernels I want to
 use. According to LinuxMall.com, Debian 3.0r0 allows the user to
 choose which kernel to install.
 Does this mean there is any chance my modem will work? If it does,
 I should get Debian 3.0r0 and install the older kernel, or should I
 get an older version (e.g. 2.7.*) ? I'd appreciate your assistance.

Debian comes default with 2.2.x kernels(on i386 at least) and alien
should work just fine.  You should go for the 3.0(woody) version as it
is the latest.  

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Adding a ide drive to an all scsi computer

2003-01-08 Thread Scott Henson
On Wed, 2003-01-08 at 23:50, Michael Kahle wrote:
 Greetings,
 
 I hope you all can help me resolve my problem.
 
 I am currently running Debian Sid on my computer.  I have 3 SCSI drives in
 it and I would like to add a fourth IDE drive to it.  I have a 80 GB drive
 that would be a great chunk-o-diskTM for me to store all kinds of goodies
 on.  I originally built the system with one SCSI drive and later added the
 two others.  This worked great for me!  But here's my problem.  I have heard
 that by adding a IDE drive into the system I will no longer be able to boot
 off of my SCSI drive.  Is that true?  I guess there is some BIOS issue with

Depends on your bios really.  My bios gives me the option of booting off
a scsi card, but I have seen one or two that dont give that option.  Im
sure yours does since your already booting off of it.  Just make sure
you set your boot order correctly.

 that.  To add to the complexity of this, the drive has about 50 GB of data
 that I want to keep... Oh, and it is formatted NTFS (Windows 2000).  Can I
 add this IDE drive 'as is' without re-formatting it?  I seem to remember
 seeing that I could mount a NTFS file system somewhere.

This would be the problem.  The kernel does have NTFS support.  The read
is marked experimental and the write is marked dangerous(from what I
remember).  Basically reading off of said drive is a bit touchy but can
be done, but you should not write to drives containing data you even
remotely care about.  Now I have never used this, so this is just the
impression I get from what Ive read about the subject.  But then again
maybe read the data off onto another disk(compressing it along the way
to save space) then reformat ext3 and write the data back.  That would
be what I would do.  

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: 3c90x drive

2003-01-07 Thread Scott Henson
On Tue, 2003-01-07 at 09:57, Ariane Machado Lima wrote:
   Hello,
 
   I have installed the Debian 3.0, which hasn't recognized my NIC 
 3c905c-TX. Then I download the 3c90x drive, but I am suffering with a 
 lot of compilation errors. Has somebody tried do that? Has somebody some 
   idea about my problem?
modprobe 3c59x is what you are looking for.  the 3c905c works perfectly
with the 3c59x driver.  


-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: gnome2

2003-01-07 Thread Scott Henson
On Tue, 2003-01-07 at 11:02, Jianbo Wang wrote:
 Hi,
 
 I updated my woody gnome1.4 to gnome2.0  yesterday, and I change kdm to
 gdm. When I login to gnome2, gnome2 is mixed with fvwm2, gnome2 is just
 one of 9 windows of fvwm. And every time I login, I need locate two
 panels. How can I use full gnome2 without other window manager?
 Since I am not on mailing list, please reply or cc to me. Thanks!
This is a problem with gnome-wm and the alternatives system in debian.  
update-alternatives --config x-window-manager
You should do this as root and choose either sawfish or metachity.  I
use metacity and would recomend it over sawfish.  Also another
posibility is to do:
killall fvwm2  metacity 
then logout being sure to save your session and next time you login as
that user you will have metacity(but only for that user).

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: apt-get errors

2003-01-07 Thread Scott Henson
On Tue, 2003-01-07 at 14:20, Russell Poyner wrote:
 I have a newly installed libranet 2.0 system (essentially woody).  I am 
 attempting to upgrade to xfree86-common=4.2.1-4 in hopes of getting my radeon 
 7500 to work better. 
There is an archive floating around with XFree86 4.2 compiled against
woody.  You might try searching the debian-x archives or apt-get.org
might have it.

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: the vanishing console message trick

2003-01-06 Thread Scott Henson
On Mon, 2003-01-06 at 23:51, Jeff Cours wrote:
 lspci output: http://www.moriarti.org/~jtc/lspci.txt
 
 /etc/modules.conf: http://www.moriarti.org/~jtc/modules.conf.txt
 
 I'm running a Pentium IV system tracking Debian testing. The video card 
 is an ATI Radeon, Lilo's the bootloader, and I'm using a 2.4 series Kernel.
 
 Is there anything else I should be looking at?

Well for one I don't see where the radeonfb driver is being loaded. Try
making sure that gets loaded.  Also, you are using 2.4.19.  I remember
having some trouble with my radeon and 2.4.17 through 2.4.19 kernels.  I
have used ac kernels for the longest time because my radeon work better
with them.  You might try getting the latest ac kernel or a
2.4.20-rcX-acY kernel.  The later being the best as I have had some
problems with 2.4.20-ac1 freezing up when trying to use 3-D apps.  My
last known-good kernel was 2.4.20-pre8-ac3.

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Browser identity crisis

2002-12-19 Thread Scott Henson
On Thu, 2002-12-19 at 13:20, csj wrote:
 A certain site's javascript afaict has checks to identify whether
 the browser logging on is NS4 or IE4 or greater. Is there a way
 to get Mozilla to identify itself as proprietary bro Netscrape?
 This should be possible because I know Konqueror can do it. Using
 Konqueror I can proceed much further in this site, but with some
 difficulty, as the html support is less perfect than Mozilla's.

I had a problem like this.  What I did is found the login page that was
beyond the checks.  This allows me to use the website without going
through all the browser checks and no one is the wiser.  By the way I
tried getting galeon to call itself netscape or msie 5, but it
complained that it couldnt call itself mozilla 4 it had to say it was a
mozilla 5 based browser.

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Large files support and libc

2002-12-12 Thread Scott Henson
On Fri, 2002-12-13 at 01:08, Dmitry Krasnov wrote: 
 Hello!
 
 I'm primarily FreeBSD user so excuse me if my question is too stupid for 
 debian folks. I've used Debian 2.2 for telephony tasks last year with 
 kernel-2.2.18 but last week I've tried to upgrade it to woody and 
 kernel-2.4.18 because of large files support. System was upgraded smoothly 
 but I can't make LFS work. According to many HOWTOs that I found on the web I 
 have built and have installed kernel image and headers with make-kpkg. Next I 
 built glibc with new kernel headers:

Kinda odd because I thought it should be automatically there if you had
a 2.4.x kernel.  

 pharaoh# dd if=/dev/zero of=testfile bs=1024 count=450
 File size limit exceeded

Yup finishes sucessfully here.  All I did was build a 2.4 kernel. Im
using the standard glibc that comes with Debian/SID but I have a server
running Woody, and that works as well.  What file system are you
running? Both of mine are on ext3.  If you are runnning ext2 that may be
the problem(though I think even ext2 has LFS now, I might be wrong
though).

-- 

Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: motherboard

2002-12-09 Thread Scott Henson
On Mon, 2002-12-09 at 04:49, mess-mate wrote:
 Hi 
 I've to purchase a new motherboard.
 What about the ASUS P4PE or P4S8X ??
 Is there anyone use it and runs the on-board sound/lan ?
 Thanks for the help
 mess-mate

Yes. On the system do an lspci and see what comes up.  It will normally
show you which chipsets are being used and you can then google for the
chipset plus linux and come up with information.  Also doing a make
menuconfig from within the linux source tree will help you find what
drivers are supporting your hardware.
-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: bug tracking

2002-11-19 Thread Scott Henson
On Tue, 2002-11-19 at 22:17, Rob Weir wrote:
 On Wed, Nov 20, 2002 at 03:03:59PM +1300, Richard Hector wrote:
  On Tue, 2002-11-19 at 21:36, Rob Weir wrote:
   
   When the kernel crashes, there's no way for it to be able to know that
   it's state is consistent.  Because of this, it's not safe for it to try
   to write to disks (since it could easily destroy everything on the
   disks).
   
   The best it can manage is to write an 'oops' to the screen.  You';; have
   to either write this down manually off the screen, or plug in a serial
   console and tell the kernel to dump oopses onto the serial port.
  
  Other unixes seem to manage to dump to the swap partition - is there
  some significant difference that make this impractical/more dangerous
  for Linux?
 
 I believe that 2.5 has this capability now too.  I'm not sure what's
 changed though to make it safe.

With a patch I believe.  Some believe its too dangerous to have a kernel
in the middle of an oops trying to write to the disks.  And I also
belive Linus said it was unnessecary and vendors could patch the kernel
if they wanted it.  I think I remember seeing it on lwn or just maybe
picked it up reading lkm, either way dont expect it in 2.6.

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: apt and dist-upgrade

2002-11-17 Thread Scott Henson
On Sun, 2002-11-17 at 10:10, Shyamal Prasad wrote:
 Vineet == Vineet Kumar [EMAIL PROTECTED] writes:
 
 Vineet (or better yet, do the upgrade using dselect or aptitude
 Vineet for a good overview of what will be upgraded, what new
 Vineet packages need to be installed, what packages are no longer
 Vineet used, etc.)
 
 FYI to the original poster on this thread: the -s (--simulate) flag to
 apt-get is also a good way to see what apt-get is going to do without
 actually doing it.

Also the -u switch?  With that apt tells you what its going to do.  I
find it very useful personally. 

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Debian on an iBook

2002-11-14 Thread Scott Henson
On Thu, 2002-11-14 at 15:57, Curtis Vaughan wrote:
 I was wondering whether anyone has been able to successfully install 
 Debian on an iBook. What problems were there?  And have you been able to 
 have it set up for dual boot between Debian linux and OS X?
 
 Curtis

Someone in my LUG is battling with an iBook or similar right now.  check
the archives at morlug.org for more...

-- 
Scott Henson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: XFree86

2002-11-13 Thread Scott Henson
On Wed, 2002-11-13 at 20:56, Sergey A. Ovchar wrote:
 Hello.
 How can I turn off automatic start X-server after booting the system?
 
apt-get remove xdm kdm gdm wdm


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: repost - printing - help please

2002-11-11 Thread Scott Henson
On Mon, 2002-11-11 at 23:44, Sandip P Deshmukh wrote:
 hp deskjet 710c printer is connected to it on lpt1 (i am using windows nomenclature)
Just a general guess, but:
apt-get install magicfilter pnm2ppa

-Scott Henson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: repost - printing - help please

2002-11-11 Thread Scott Henson
On Tue, 2002-11-12 at 00:54, Sandip P Deshmukh wrote:
 On Tue, Nov 12, 2002 at 12:28:38AM -0500, Scott Henson wrote:
  On Mon, 2002-11-11 at 23:44, Sandip P Deshmukh wrote:
   hp deskjet 710c printer is connected to it on lpt1 (i am using windows 
nomenclature)
  Just a general guess, but:
  apt-get install magicfilter pnm2ppa
 
 did that. now, although i have lpr installed, i do not have lpr entry in /etc/init.d!
I dont either.  I have an entry for lpd in init.d 

 what to do now? 
 
try to print something? 
echo test | lpr

failing that did you configure magicfilter? or your printcap file?  I
used /sbin/magicfilterconfig and my printer worked like magic(oh no a
pun!!!). 

-Scott Henson
(I really need to setup my .signature dont I? oh well...)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: repost - printing - help please

2002-11-11 Thread Scott Henson
On Tue, 2002-11-12 at 01:28, Sandip P Deshmukh wrote:
  try to print something? 
  echo test | lpr
 
 does nothing!

Ummm...  Should Work (TM).

  
  failing that did you configure magicfilter? or your printcap file?  I
  used /sbin/magicfilterconfig and my printer worked like magic(oh no a
  pun!!!). 
 
 sure did that. my /etc/printcap file now looks okay.
If your printcap is setup correctly, I dont know.  Are you sure you
moved the new one into place?  Your using the right port? /dev/lp0 (if
on the parralel port).  Have the correct kernel modules loaded?  Is it
using the proper driver?  Im reading from the driver description that it
is like a winmodem in the fact that it is a proprietary protocol.  But
linuxprinting.org says it works perfectly.  Im not sure.  Im reading
some stuff there.  Checkout:
http://www.linuxprinting.org/show_driver.cgi?driver=pnm2ppa
http://sourceforge.net/projects/pnm2ppa/
Other than that, its past my  bed time and I have class too early
tomarrow morning.  If you cant get it with this stuff send me a private
email tomarrow and we will see what we can do.

-Scott Henson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: repost - anybody knows power-point substitute?

2002-11-10 Thread Scott Henson
On Sun, 2002-11-10 at 23:58, Sandip P Deshmukh wrote:
 hello all,
 
 although i am getting increasingly comfortable with linux - and i thank
 this wonderful group for all the help - one problem still remains.
 
 off and on, i keep getting microsoft attachments. i have found suitable
 programs for msword and msexcel. however, i am stuck in case of ms
 powerpoint.
 
 i am unable to find a utility that can handle ms powerpoint
 presentations. anybody who knows any solution?

ppthtml - A program for converting Microsoft Power Point Files .ppt
kpresenter - a presentation program for the KDE Office Suite
and from gnome.org agnubis, but I cant seem to find it packaged in
debian/unstable.  
-Scott Henson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Booting Linux from windows 2000

2002-11-08 Thread Scott Henson
On Fri, 2002-11-08 at 14:18, Pigeon wrote:
 It is true that Windoze doesn't like changes to the MBR. To hack the
 Win98 MBR I had to include code to put the original MBR back after the
 hack had done its work, then make Windoze reinstall the hacked version
 after it had done its check. That relied on having DOS available
 underneath and probably would be much harder in 2k. It's not something
 I would really recommend!

No, Windows 95/98/ME all do just fine without the MBR. You can have lilo
or grub steal it and windows wont even figure it out.  Now Windows
NT/2000/XP all need the MBR and wont boot without it.  Under these you
have to use the windows boot loader to load grub or lilo then they
continue to boot linux.  Best way is probably to make a grub boot floppy
though.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




SPAM fiiltering

2002-10-31 Thread Scott Henson
I am looking to start using a spam filter on my mail.  I was wondering
if anyone on this list had opinions/suggestions on the best one to use. 
I am using Evolution as my mail client, and postfix/woody on my mail
server.  I looked on line for some documentation on how to use
spamassassin on my woody system, but the documentation that I have found
says it needs better than the 2.20 that is in woody.  I also heard about
this new abyssian filter technique and I was wondering if there was any
of those avaliable for evolution or postfix.  I would rather have
something for postfix because I would like to share the spam filtering
capabilities with my roommate.  Any howtos or advice on how to get spam
filtering going?  Thank you for any help

-Scott Henson




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Xserver mysteriously dieing

2002-10-23 Thread Scott Henson
Recently my X server has been dying unexpectedly and unpredictably.  I
was wondering if anyone could help me diagnose this problem.  I am
running Unstable with Xfree86 4.2.1 and Gnome2 packages from
experimental.  This seems to occur when my computer is idle or possibly
when I lock the screen(using xscreen-saver).  I am totally stumped on
this one.  In my logs I see almost nothing.  In ~/.xsession-errors I
have basically this error repeated over and over again:
FAMOpen failed, FAMErrno=0

Also the only thing I can find in my system wide logs are:
log/XFree86.0.log:AUDIT: Wed Oct 23 18:44:04 2002: 2812 X: client 2
rejected from local host
log/messages:Oct 23 18:44:00 GreyGhost gconfd (shenson2-451): Received
signal 15, shutting down cleanly
log/messages:Oct 23 18:44:00 GreyGhost gconfd (shenson2-451): Exiting
log/daemon.log:Oct 23 18:44:00 GreyGhost kdm[391]: Server for display :0
terminated unexpectedly
log/daemon.log:Oct 23 18:44:04 GreyGhost kdm[2813]: session start failed
log/syslog:Oct 23 18:44:00 GreyGhost kdm[391]: Server for display :0
terminated unexpectedly

Any help? Thanks

-Scott Henson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: configuring CMI8738 sound card

2002-10-19 Thread Scott Henson
On Sat, 2002-10-19 at 08:40, Pavel Bradut Boghita wrote:
 Hello everybody, 
 
 I have been looking for documentation on how to set up the driver module for 
 the C-Media CMI8738 sound card I have on one of the machines here. Including 
 the module when I've installed Debian Woody, didn't work.
 I wasn't able to find a guide for doing this installation properly on this 
 machine, the Cmedia site has guides for almost every other distribution but 
 not Debian. 
 Could someone please suggest some instructions for properly installing the 
 module driver?


I have a C-Media based card.  What I have basically learned is that you
have to compile a custom kernel to get it to work.  I compiled it in and
it works great now, but I could not get it to work under the debian
kernels.  I use make-kpkg to compile kernels under debian and it couldnt
be easier.  apt-get install kernel-package libncurses5-dev and apt-get
build-deps kernel-image  and you should have everything you need.  

--Scott


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: 3.0:Switching Video Card Drivers

2002-10-16 Thread Scott Henson

On Wed, 2002-10-16 at 13:14, nate wrote:
 geno said:
  What is the easiest way to change the video card driver (to a different
  one  on the disks) on an installed system?
 
 if you know what driver you need the easiest and safest way is to
 edit /etc/X11/XF86Config-4 and change the driver

NO

If you do it this way the next time you upgrade xfree86 your changes
will get over written.  It is safer to use the debconf interface to do
it.  dpkg-reconfigure xserver-xfree86 as root should do the trick.  If
you want to edit XF86Config-4 by hand then answer no to the first
question(I believe) and have fun.  Otherwise, just answer the rest of
the questions and it will create a nice XF86Config-4 for you.  

-Scott


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




make menuconfig

2002-10-10 Thread Scott Henson

I recently reinstalled my debian unstable system and I wanted to compile
a new kernel, but to my suprise make menuconfig would no longer work. 
It craps out with an error about not being able to find an ncurses
library.  I have libncurses5-dev and all of its friends installed. 
Anyone know what package Im missing to be able to use make menuconfig.

-Scott Henson




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




netinstall ISO

2002-09-20 Thread Scott Henson

I was looking today at the net install ISOs on d.o  I noticed that there were several 
different ISOs I could choose from.  Anyone have any spefic advice on which one is 
best. 
Thank you.
Scott Henson
-- 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: user not root cause problem

2002-09-11 Thread Scott Henson

On Wed, 2002-09-11 at 23:44, D. Nathan Cookson wrote:
 As for the other part it is likely that /dev/dsp is owned and accessible
 only by root.  I believe that it need chmod a+w in order for it to work for
 other users.
 

Also if xmms is the only program having a problem, then you should make
sure xmms has write access to the directory where the mp3's are... in my
experience xmms needs this for some reason. I dont really know why
though.  Peace

-- 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: apt-get dist-upgrade and disk space

2002-09-08 Thread Scott Henson

On Sat, 2002-09-07 at 22:31, David Zelinsky wrote:
 This is really two questions about apt.
 
 First, how can I limit the amount of package archive that apt is
 allowed to keep around?  I have an old system with only 50 MB of free
 disk space.  It's running potato and I want to upgrade to woody via
 http (there's no CD drive).  But if I do apt-get dist-upgrade, apt
 will try to download way more than 50 MB of packages, will fill up the
 disk and the upgrade will fail and my system will probably be trashed.
 
 The only thing I could find in the apt documentation was a passing
 reference to the config entry  Dir::Cache::archives  saying if I set
 it to a blank value, apt will not cache any archive files.  Will a
 dist-upgrade still work if I do this?  Is there a better way?

Im not familiar with this, but you could first run an apt-get clean to
clear out the archives and then look at how much space you have for the
dist-upgrade.  If this fails you try finding major packages that have
alot of things that have versioned dependancies on them then do an
apt-get install package and see how much in terms of archives it pulls
in and slowly upgrade your system that way.  Try libc6, perl, apache,
python, and the like.  You can check the output of apt-get -u
dist-upgrade to get more packages to do the install trick on.  This
would be the best way I know of, though if you can find the option you
spoke of above and use it I would think that would be better, but I fear
that it only refers to how big apt will let the archive grow before
deleting stuff and not to how much disk space it will use durring an
upgrade.  Though I of course could be wrong.
 
 Second, is there a way to make apt (or dpkg) fail gracefully if a
 partition fills up?  I recently did a dist-upgrade upgrade from potato
 to woody (on a different system than described above).  It completed
 without giving any indication of failure, but when I rebooted I got
 the dreaded LI prompt (instead of LILO).  Only when I booted with
 a rescue disk did I discover that the root partition was 100% full.
 After a little panicked messing around, I finally trashed an old
 Windows partition (yay!) to get more space, repartitioned and
 installed woody from scratch.

You could have run apt-get clean after your dist-upgrade.  Also I am
assuming you installed a new kernel for the upgrade(or there would have
been no need for the reboot) are you sure you ran lilo?  Im not sure
that lilo even cares about a full partition at that point in the boot.  


-- 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: hde: lost interrupt + clicking sound = harddisk failing?

2002-09-06 Thread Scott Henson

On Wed, 2002-09-04 at 20:30, Chun Kit Edwin Lau wrote:
 I am answering myself because I was wrong.  Windows has the clicking
 problem too, but it doesn't crash yet.  Could this be the heat in the
 computer causing the malfunction?
 
 Edwin Lau

Yes, I once scorched a hard drive.  It was spiting out all kinds of
errors.  I got some more fans and cooled it down and it aparently works
just fine now.  Though according to some utilities I have run on it any
more trama to it and it will fail.  You failed to say what hard drive
you had, but some hard drives come with S.M.A.R.T.  If it does you can 
apt-get install smartsuite
to get some diagnostic utilities that will run under linux.  



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Auto dist-upgrade script

2002-09-06 Thread Scott Henson

On Thu, 2002-09-05 at 23:53, ThanhVu Nguyen wrote:
 Hi, I've heard people can write some scripts and put it in a cron job
 that do a dist-upgrade on their system then send what've been upgraded
 to their emails.  Can someone share how they did it ?  thanks

This is my crontab to do nightly mantinence on my system(backups to be
added as soon as I get my new server up and running :-D)

 # use /bin/sh to run commands, no matter what /etc/passwd says
 SHELL=/bin/sh

PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/bin/X11:/usr/local/sbin:/usr/local/bin
 # mail any output to `admin'
 [EMAIL PROTECTED]
 30 4  * * *   dselect update  apt-get dist-upgrade -ydu 
apt-history; ntpdate ns1.yourISP.com


-- 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Class notes in a tree structure

2002-08-30 Thread Scott Henson

I hate to hit up the list with this problem, but I havn't been able to
find anything anywhere else.  I am looking for a program that would
allow me to put my notes from class into a tree like structure on the
computer for ease of studying.  Does anyone know of such a beast?
Thanks.
-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: 3d dosent work

2002-08-30 Thread Scott Henson

On Thu, 2002-08-29 at 06:42, Claus Christian Larsen wrote:
 
 How shall i enable direct rendering and get my 3d to work?

Ussually if its avaliable it is turned on automatically.  What version
of debian are you using and what version of Xfree86.  Purhaps the
relevant parts of your XF86config-4 file.  Also you might try sending a
request for help to the debian-X mailing.  I dont use a matrox so I cant
really help you, but make sure your card has support for hardware accell
and the correct modules are loaded.  Meager help I know but maybe
something will turn up.

-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: apt-get? non stable debs?

2002-06-30 Thread Scott Henson
On Sun, 2002-06-30 at 02:51, Derek Gladding wrote:
snip
 Yes, it's called pinning (don't ask me why...). It allows you
 to keep one distribution selected as the default (i.e. stable), and
 one or more others that are usable if explictly requested. If you
 pull a package from the non-default distribution, all dependencies
 will also be pulled along with it.

Not with potato's apt.  Its only woody and above.  Sorry, your gonna
have to upgrade to Woody.  Its almost stable anyway.

-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Ot c++ programming in linux

2002-06-29 Thread Scott Henson
On Sat, 2002-06-29 at 02:36, ben wrote:
 On Friday 28 June 2002 06:56 pm, Scott Henson wrote:
  On Fri, 2002-06-28 at 21:51, Eric G. Miller wrote:
   On Fri, Jun 28, 2002 at 06:17:14PM -0700, faisal gillani wrote:
Well i am a newbie learning c++ these days we are
being thaught on turbo c 3.0 but as like other things
i want to work on c++ in linux .. so i installed gcc
on my linux box but i dont have any idea how to
install it for example i write a program as follows in
turbo c
 
  Install ajunta.  Its better than turbo c.  I use it all the time for my
  engineering projects.
 
 where's ajunta available? i've googled but found only a document reference to 
 it.

Sorry, my fault its anjuta.  
apt-get install anjuta
in either woody or sid.

-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



apt-get dist-upgrade error

2002-06-29 Thread Scott Henson
I am getting this really wierd error from apt-get.  
apt-get dist-upgrade 
Reading Package Lists... Done 
Bus errorDependency Tree... 0% 

It is really weird cause I know apt should be alright because it ran
just fine last night in my cron job that fetches all the new packages
for my upgrade.  Then today when I tried to do an apt-get dist-upgrade
to install them all, it gave me that error. 

I then looked at dmesg and I see a bunch of errors concerning my hdd.   

end_request: I/O error, dev 16:08 (hdc), sector 229232
hdc: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hdc: dma_intr: error=0x40 { UncorrectableError }, LBAsect=72521795,
sector=229232
end_request: I/O error, dev 16:08 (hdc), sector 229232
hdc: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hdc: dma_intr: error=0x40 { UncorrectableError }, LBAsect=72521795,
sector=229232
end_request: I/O error, dev 16:08 (hdc), sector 229232

These all appear when I try to do apt-get dist-upgrade.  Now hdc is a
new maxtor 40 gig hard drive that is just barely 6 months old.  It
contains all of my system partitions.  Is it looking like its about to
fail?  Should I be looking into backing stuff up onto my other hard
drives?  Or should I just fsck the partition and see what comes up?  Any
help would be much appreciated.  
-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Gnome Terminal

2002-06-28 Thread Scott Henson
Today I did an apt-get dist-upgrade and it brought down gnome-terminal2
to replace gnome-terminal.  I like to see the new gnome2 packages
comming down on to my system, but this new gnome-terminal looks
horrible.  It is black text of a white background with a horrible font.
I want it back to the way it was before the upgrade, but when I go in to
try and customize it, I cant really change anything.  It wont let me
change the background color, or the text font or color.  Does anyone
know how to change it back to the way it was before the upgrade while
remaining with the new gnome2 package?

-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Gnome Terminal

2002-06-28 Thread Scott Henson
On Fri, 2002-06-28 at 16:58, Steve Juranich wrote:
 Fcc: outmail
 
  Check out this thread:
  http://lists.debian.org/debian-user/2002/debian-user-200206/thrd10.html#04843
 
 Oops.  Specifically, this message:
 http://lists.debian.org/debian-user/2002/debian-user-200206/msg04864.html
 

http://lists.debian.org/debian-user/2002/debian-user-200206/msg04861.html

This link was more helpful, but for some reason none of this thread had
arrived before I sent my message.  I was able to get my terminal back to
some semblance of looking good by closing it down after every change. 
Maybe Ill look into using gconf.  Sorry for the unnecessary traffic.

-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Dual boot win98 w/ 2 hard drives

2002-06-28 Thread Scott Henson
On Fri, 2002-06-28 at 08:11, nick lidakis wrote:
 
  If I'm not mistaken, Win98 insists on being in the first partition on 
  the first drive (e.g. /dev/hda1).
 
  Kent
 
 
 
 
 So I would have to physically switch the drives (and jumpers) around?
nope
Grub and I think LILO both have the ability to switch the drive bios
numbers around thus fooling windows.  But the good news is that you can
leave win98 on hda1 and just install grub or lilo to hda.  I have had
this set up for quite a while even though I never boot into windows
anymore.  I dont even know if grub will boot windows acctually... havent
had a need to boot to windows since I changed over to grub... oh well...
I hear it works though.
-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Ot c++ programming in linux

2002-06-28 Thread Scott Henson
On Fri, 2002-06-28 at 21:51, Eric G. Miller wrote:
 On Fri, Jun 28, 2002 at 06:17:14PM -0700, faisal gillani wrote:
  Well i am a newbie learning c++ these days we are
  being thaught on turbo c 3.0 but as like other things
  i want to work on c++ in linux .. so i installed gcc
  on my linux box but i dont have any idea how to
  install it for example i write a program as follows in
  turbo c

Install ajunta.  Its better than turbo c.  I use it all the time for my
engineering projects.

-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



openssh

2002-06-27 Thread Scott Henson
I was upgrading my unstable system today and I saw that I was getting a
version from unstable.  I also noticed that it was only version 1.x  Now
with openssh 3.4 out and all I was wondering why unstable doesn't have a
new version.  I saw the ssh2 package, but it has a note about a more
restrictive license.  But on the openssh site it said it was under the
bsd license.  Is the ssh2 package openssh or something different.  Also,
why hasnt there been a new version.  Im just wondering because I would
like to try out the new openssh, but I would like to try it out as a
deb.  Is no one maintaining this package?  It seems like a pretty
important package to me.  
-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: openssh

2002-06-27 Thread Scott Henson
On Thu, 2002-06-27 at 08:54, Scott Henson wrote:
Sorry.. sent this too early in the morning.  I just noticed the epoch. 
From now Ill refrain from posting to the list before Im fully awake. 
Sorry for the stupid question.


-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Getting Woody

2002-06-27 Thread Scott Henson
On Thu, 2002-06-27 at 16:41, Matthew Tedder wrote:
 That's the place I've spent hours looking...  The mirrors are mirrors of lots 
 of different things including plenty of Potato and jigdo but where is Woody??
 ^
jigdo is the new way of getting woody iso's.  You have to download a
program and use it to get the iso's
 
 I never thought it would be this hard to get a woody off the Internet...
It used to be harder... 
 
-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



DHCP Server and DNS

2002-06-26 Thread Scott Henson
Im trying to run dhcp3-server, but the computer Im running it on is
NATing for a couple other computers, so it gets a lease of its own from
a cable modem.  Im trying to get dhcpd up and running, but I cant get it
to run.  For one I forget how to determine the dns servers that Im
getting from the cable modem.  Also I have a subnet defined in my
dhcpd.conf, but it still complains about not having any leases defined
for eth1 and then dies.  Can anyone tell me how to get this to work.  I
am currently running sid.
ps. CC me because Im not subscribed to the list yet.  Thanks
-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Kernel install error?

2002-06-23 Thread Scott Henson
On Fri, 2002-06-21 at 17:40, curtis wrote:
 I just compiled and installed a kernel and then after it made changes to 
 lilo.conf, I typed lilo and got the following error:
 
 Warning: Int 0x13 function 8 0x48 returned different head/sector 
 geometries for BIOS drive 0x80
 
 Doing a Google search I only found one entry specific to this, but the 
 server it was on stated that they were sorry but that particular entry 
 was being moved to a different server and was presently unavailable.
 
 Anybody know what this means?

This is a lilo error that has been popping up a lot lately.  It
basically telling you that its using two different bios calls to
determine something and they are returning different values.  A lilo
developer came on the list a month or two ago to say that this warning
really wasnt anything to worry about.  So basically you can ignore
this.  I personally use grub, and I love it and would recomend switching
to it anyway, but YMMV.  

 
-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Question: Sound recording from radio station

2002-06-23 Thread Scott Henson
On Sun, 2002-06-23 at 00:19, Viktor Rosenfeld wrote:
 Scott Henson wrote:
 
  Im not sure, but I dont think ext3 nor reiserfs suffer from this
  affliction.  So you might try an upgrade to ext3.  This would fix your
  file limitation problem.  Anyone wanna tell me Im wrong?
 
 As I said, this is an ext3 file system, exported via NFS.  Maybe it's
 the architecture limiting the file size, of it's NFS.

I just tested my box.  It was able to do a 2.4 gig file.  I think it was
the nfs server that is doing it to you.  If you could do this on a ext3
partition with out nfs in between I think it would be able to record the
larger file.  Also I think(Though this time I may really be wrong) that
nfs v4 does not have the file size limitation.  Sorry for not reading
your original post clearly.  

-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: hdd change

2002-06-23 Thread Scott Henson
On Sat, 2002-06-22 at 15:33, Eduard Bloch wrote:
 #include hallo.h
 csj wrote on Sun Jun 23, 2002 um 01:55:52AM:
 
  It doesn't. Grub can be installed from another disk, after which you
  just need to edit {Temporary_mountpoint}/boot/grub/menu.lst. You can
 
 Well, as far as I know, Grub also relies on block maps to load its
 second stage, exactly as Lilo does. Right? Then it would also fail to
 load when you swap the disks.
 

Put it on a floppy.

-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Question: Sound recording from radio station

2002-06-22 Thread Scott Henson
On Sat, 2002-06-22 at 13:41, Viktor Rosenfeld wrote:
 Unfortunately, sound-recorder failed to write header information when it
 exited, so audacity only read garbage (Null bytes).  XMMS also would not
 play the file.  I was able to play it with bplay, and to open it using
 ecawave, but somewhere in the process, I lost the entire file.  Damnit.
 
 So, in order to avoid this in the future, what's the best way to record
 WAV files in Linux that are possibly much longer then three hours (=2.1G
 approximately)?

Im not sure, but I dont think ext3 nor reiserfs suffer from this
affliction.  So you might try an upgrade to ext3.  This would fix your
file limitation problem.  Anyone wanna tell me Im wrong?

-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: dhcp-client startup

2002-06-20 Thread Scott Henson
On Tue, 2002-06-11 at 12:09, Bedford, Donald T. wrote:
 I've been using dhcp-client 2.0pl4-2 w/ Potato and just upgraded to Woody
 (w/ dhcp-client 2.0pl5-11). When I rebooted (and every time since) the dhcp
 client does not pick up an IP address and I have to manually start it - then
 all is well.
 
 I have replaced the static IP address w/ 'dhcp' in 'interfaces' for eth0 (as
 it was before) but no luck. Where/how does this daemon usually get started?
 Ideas?

it should be in /etc/network/interfaces and look like 
auto eth0
iface eth0 inet dhcp

If that is what you have, then its something else and you should search
through your logs to see if there are any fishy messages concerning
dhclient.

-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Replacing a new HD

2002-06-20 Thread Scott Henson
On Thu, 2002-06-20 at 00:00, Erik Mathisen wrote:
 Hello,
 
 I just bought a new hard drive for my system.  I pan on using it and
 taking the disk that currently in it and using it on another box.  I
 want to totally replicate what is happening on the disk.  Is there a
 pretty painless way of doing this?
 
depends.  What do you mean replicate what is happening on the disk.  If
you mean replicate the file systems, Just repartition the new disk with
sufficient space to copy over the old file systems then use tar(I forget
the exact incarnation, but check the archives there was a thread on this
a few days ago) and you should be able to copy over the file systems
just fine.  
-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Where are the GAIM sounds?

2002-06-19 Thread Scott Henson
On Tue, 2002-06-18 at 15:30, Nick Traxler wrote:
 Subject says it all. I listed gaim, gaim-common, and gaim-gnome.
 None of them seem to have any sounds, so am I missing a package, or are
 they not in the debian version? I'm using unstable.

My gaim uses esd.  Do you have that properly configured?  Though it
seems you can configure it to use several other things... check the
preferences under gaim.
 
-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: kernel upgrade to 2.4.18

2002-06-17 Thread Scott Henson
On Mon, 2002-06-17 at 15:16, Andrew Perrin wrote:
 Here's what I do:
 
 apt-get install kernel-source-2.4.18
 cd /usr/src/kernel-source-2.4.18
make oldconfig

 make menuconfig
   (select/deselect for your needs)
make-kpkg clean
 make-kpkg --revision ofc1.x binary
 cd /usr/src
 dpkg -i kernel-image-2.4.18_ofc1.x_i386.deb
 reboot
 

adding this step will have you start from a known working config.  Also
I think the make-kpkg line should be something closer to
make-kpkg --revision x.y kernel_image

Also the *.deb should be in the directory /usr/src/  So look for it
there. You should do a man make-kpkg for the full amount of options you
have.  make-kpkg is actually a very nice tool for compiling kernels.
Oh and Im not sure if you have already said this, but make sure you are
running Woody or Sid.  Potato can not handle 2.4.x kernels.

-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Woody k7 kernel install

2002-06-17 Thread Scott Henson
On Mon, 2002-06-17 at 03:41, Ron Johnson wrote:
 On Mon, 2002-06-17 at 01:45, Matthias Ellinger wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
  Hi there,
  
  I've noticed that there is a k7-optimized 2.4.18 Kernel available via 
  apt-get. 
  I'm running the bf24 version installed by the Woody CD.
  
  Now, is it worthwhile to change it (1.2 GHz Duron) to the k7, and how can I 
  do 
  so with apt?
 
 Unless I'm missing something:
 # apt-get -u install kernel-image-2.4.18-k7 kernel-headers-2.4.18-k7
 
 This should automagically update your lilo.conf, but better eyeball
 it first before you run lilo -v.

It shouldnt touch lilo.conf  Not unless you tell it to.  All it should
change is the sym-links /vmlinuz and /vmlinuz.old  Then it should ask
you if you want to run lilo.  If you say yes it will run it and
everything will be good.  
-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Plans for upgrading to woody ditching HD

2002-06-16 Thread Scott Henson
On Fri, 2002-06-07 at 11:23, Andrew Perrin wrote:
 I just realized that I never updated the list on this project.
 
 I did as Karl suggested, except skipped the --simulate step (got
 impatient). Everything worked absolutely flawlessly, except my attempt to
 write LILO to the new drive without a floppy boot.  I tried changing
 /etc/lilo.conf to write to /dev/hdb (which soon became /dev/hda) but the
 boot stopped at LI.  So I booted with the rescue disk, used root=/dev/hda,
 and re-edited lilo.conf.  

grub wouldnt have had this problem.  I would recommend trying it out. It
is much better than LILO and most other distributors are switching to
it.  I absolutely love it, and it has saved me many a time.  

-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Strange boot up problem.

2002-06-16 Thread Scott Henson
On Sat, 2002-06-15 at 18:34, B. L. Jilek wrote:
 I have a SuperMicro P6DBU motherboard with built in SCSI.  All
 the drives are SCSI on the system.  I just recently bought a 80G
 IDE drive to use for storage.
 
 The problem is that after I installed the drive the system booted
 up fine.  I have the bootup in the bios to start with Floppy
 then SCSI drives.  It worked fine.
 
 I was adding an append for the /dev/hda in lilo and ran lilo.
 When I did it gave me an warning that the drive /dev/sda was
 not the first drive in the system.  After rebooting the bios
 said it was booting from SCSI as normal but I got the constant
 01 01 01 01 thing.
 
 I've tried various things like returning lilo to it's original
 configuration and the bios was not modified from when It used
 to boot fine.  I'm thinking it's a lilo confusion problem.
 
 The way I got around this was to install lilo on /dev/hda with
 other=/dev/sda in it (the only thing in lilo.conf.hda).  And
 keeping lilo on /dev/sda to boot the system.  It works fine
 like that.  As long as I set the bios to boot from IDE primary master
 instead of from SCSI.  The problem with that setup is I can't
 boot from CDrom unless I change the bios back to booting from SCSI.
 
 I'm just wanting to know if there are any lilo tricks to get it to
 see /dev/sda as the first drive.  Or if anyone has experience with
 the SuperMicro P6DBU Board that knows of this problem.
 

Try grub, you wont have this type of problem.

-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: diald won't respond

2002-06-16 Thread Scott Henson
On Sat, 2002-06-15 at 06:18, [EMAIL PROTECTED] wrote:
 Dear all,
 
 I installed Debian 2.2r6, installed a ppp-dialup link. This works fine with 
 'pon provider'
 I automated it with diald so it responds when there is an ISP-request an 
 brings the link
 down after som idle time. So far, so good.
 
 I recently installed a new kernel 2.4.18. This look OK, but diald is dead 
 (process is running thou). It won't respond
 to commands such as 'lynx', 'route' etc. Everything look the same as with 
 2.2r6. Same scripts are there, 
 diald-process is running.
 
 Reinstalled diald while 2.4.18 is active, no change. ppp is working fine (pon 
 provider establishes the link). Running 2.2r6
 (2.2.20 kernel) everything works fine, including diald.
 
 What could be the problem here? Any clues?
 
 Anybody could help a little???
2.2r* was not made to run with a 2.4.x kernel.  You will have to
dist-upgrade to woody before you will be able to run with a 2.4.x
kernel.  I would recommend upgrading to woody anyway because it will
soon be the stable branch anyway.  This should fix your problems with
using a 2.4.18 kernel and diald not working together.  
-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Floppy Installation

2002-06-15 Thread Scott Henson
On Fri, 2002-06-14 at 22:53, Aravind Vinnakota wrote:
 
 Hi all,
Previously I installed Debian on my (Sun Ultra 5 sparc) system using
 CDs. Now, I am looking for other ways to install it. Right now, we install
 Redhat using a minimal image on a floppy and boot the system and install
 the OS from our local mirror using http. I am looking something similar to
 that on Debian also. I just want to use a basic image on a single floppy
 and install the entire OS from our local mirror using http. I looked into
 the docs, it listed many ways to install, but the one using floppies
 consume lot of them and I dont think that is right way to do. Do you think
 using the rescue and root images will help. Can anyone suggest me ways to
 do what I want? Please cc me as I am not on the list.

What you can do with just the root and rescue floppies depends a lot on
what network card you have.  Check the .config for the version of the
boot floppy you are using, and if your network card is compiled in then
you can boot using just the rescue and root floppies and then get
everything else over the network.  I used to do this all the time till
they started compiling the vortex drivers as a module.  If you don't
find your driver compiled in I think you can compile your own rescue
floppy then use the root floppy.  I have yet to try this approach, but I
think it should work in theory.  Good luck.

PS I noticed your wvu.edu address.  I am a MAE major at WVU.  I have
only ever installed to x86, but if you need any help or anything like
that Id love to meet other people who are interested in Debian.  
-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Tool to manage messages sent to web site

2002-06-11 Thread Scott Henson
On Mon, 2002-06-10 at 14:45, Antonio Rodriguez wrote:
 I am looking for a tool to manage messages sent to a web server, with thread
 capability, etc. Can someone advice of one?
 Thanks,
 AR
Im thinking your looking for a weblog.  Something like slashdot.org or a
few others whose names escape my mind currently.  Maybe someone else can
fill in the large gap?

-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Q: cfdisk error

2002-06-04 Thread Scott Henson
On Tue, 2002-06-04 at 07:21, Alice M. Pinard wrote:
snip
 Let me clarify
 
 I have one hard drive, 2g. It's almost full. The well-meaning bf bought me
 a 60g hd. My motherboard doesn't grok 60g. I bought a Promise Ultra
 ATA/100 pci adapter card to be its ide controller. Eventually I will be
 removing the 2g drive once I transfer its information to the 60g hard
 drive and do the voodoo necessary to make the 60g boot but that's
 further down the line...
 
 for now... I've installed the card, unwrapped the hard drive and attached
 it to the card
 
 when I boot up my kernel says (among other things)
 
 Uniform Multi-Platform E-IDE driver Revision: 6.31
 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
 PIIX4: IDE controller on PCI bus 00 dev 09
 PIIX4: chipset revision 1
 PIIX4: not 100% native mode: will probe irqs later
 ide0: BM-DMA at 0xe000-0xe007, BIOS settings: hda:DMA, hdb:pio
 ide1: BM-DMA at 0xe008-0xe00f, BIOS settings: hdc:pio, hdd:pio
 PDC20267: IDE controller on PCI bus 00 dev 58
 PCI: Found IRQ 10 for device 00:0b.0
 PDC20267: chipset revision 2
 PDC20267: not 100% native mode: will probe irqs later
 PDC20267: (U)DMA Burst Bit ENABLED Primary PCI Mode Secondary PCI Mode.
 ide2: BM-DMA at 0xa800-0xa807, BIOS settings: hde:pio, hdf:pio
 ide3: BM-DMA at 0xa808-0xa80f, BIOS settings: hdg:pio, hdh:DMA
 hda: WDC AC34300L, ATA DISK drive
 hdb: FX001DE, ATAPI CD/DVD-ROM drive
 hde: MAXTOR 6L060J3, ATA DISK drive
 ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
 ide2 at 0xd000-0xd007,0xb802 on irq 10
 hda: 8406720 sectors (4304 MB) w/256KiB Cache, CHS=8896/15/63, UDMA(33)
 hde: 117266688 sectors (60041 MB) w/1819KiB Cache, CHS=116336/16/63, UDMA(100)
 hdb: ATAPI 4X CD-ROM drive, 128kB Cache
 Partition check:
  hda: hda1 hda2 hda3
  hde: unknown partition table
 
 
 now, the 'hde' stuff is new this login, which is nice... means I did at
 least that right. Last night I had no /dev/hde so I had to use MAKEDEV to
 make it
 
 'cdisk /dev/hde' still however says the stuff about no partition
 table... if the drive is brand-spanking new does that make this message
 less unanticipated or is there still something probably not right with the
 situation?

Who made your drive?  Most I know Maxtor has its own drive utilities
which you could use to check the drive and even give it its first
partitioning.  Also, you said the system cant handle the drive without
the promise ide card?  Are you sure your problem isnt the bios not being
able to handle it?  I would check for a bios update, that might help out
a bit.  All this said, It seems to be detected properly, but the
partition table may be corrupt.  Also it seems that hde is set to pio
while hdh is set to dma.  Is this normal?  I thought most hard drives
used dma.  This may have something to do with your problem.  Maybe you
could check where the bios on the promise card are detecting your drive
and what it says about it.

-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: adding 'pool' to apt sources

2002-06-01 Thread Scott Henson
On Sat, 2002-06-01 at 15:15, Ted M Goodridge, Jr wrote:
 Okay, I understand that now.  I want to upgrade mozilla to the rc-3, and
 for the life of me can't get apt-get install to upgrade it.  I'm pretty
 sure im using the correct version number, but I'm lost

Ok your probably trying to put the unstable version on to a testing or
stable system.  If it is a stable system just dist-upgrade to woody.  If
it is already at testing(woody), you can use apt pinning.  Do a 'man
apt_preferences' to get a good listing of what apt pinning is.  You
should read that first.  Then add this to a file called
'/etc/apt/preferences'
Package: *
Pin: release a=testing
Pin-Priority: 500


Package: *
Pin: release a=unstable
Pin-Priority: 100

Then go and add unstable sources to your sources.list file(hint: copy
your woody/testing sources and change woody/testing to unstable).  After
this do an 'apt-get update  apt-get -t unstable install mozilla' and
you should be running the mozilla version you want.  But watch out
getting stuff from unstable.  Stuff in there is known to be broken and
you use it at your own risk(even though in practice unstable is quite
stable).

-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: synaptic ???

2002-05-31 Thread Scott Henson
On Wed, 2002-05-29 at 22:49, Andy Saxena wrote:
 On Tue, May 28, 2002 at 11:39:35PM -0500, Michael D. Schleif wrote:
  
  Andy Saxena wrote:
   
   On Mon, May 27, 2002 at 08:40:27PM -0500, Michael D. Schleif wrote:
   
Anybody used synaptic on debian to manage rpm's?
   
It is a graphical/x app that must run as root -- and, by default, root
cannot run x apps ;
   
   Eh? I run X apps all the time. Heck, I can even run KDE/ Gnome as root.
   As far as I can remember, I didn't do anything special to enable this.
   
   Care to enlighten me?
  
  I've seen it before; and, on this new woody, root cannot start x.  I've
  seen this on this List, too.
  
  I do not know where this is configured; but, as my other post asks, I'd
  like to know how to manage this.
  
 
 What is the error message you get when you type startx in the console?

KDM will most definately let you use XF86 as root.  I think thats the
only way you can do config on KDE apps.  But Im not sure.


-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: ddt-client

2002-05-27 Thread Scott Henson
On Sun, 2002-05-26 at 22:44, dman wrote:
 On Sun, May 26, 2002 at 09:32:48PM -0400, Scott Henson wrote:
 | On Sun, 2002-05-26 at 16:40, dman wrote:
 ...
 |  Does your ISP do any packet filtering?  Is there a host outside of
 |  your network you can use to test the connection at the TCP/UDP level?
 | 
 | I dont think it does, but I have to call them and find out for sure.  I
 | have friends who are outside my network, but most have windows boxes. 
 | If someone would volunteer to check it for me, I would be much
 | appreciative.  sandm.hn.org will get my ip address.
 
 $ host sandm.hn.org 
 sandm.hn.org has address 192.168.0.100
 
 That address doesn't mean the same thing for me as it does for you.
 It's part of the class C private range of addresses.

Sorry.. I updated it just before I sent the message... I forgot I had
been manually setting the ip... its in the config now and it should
work... thanks for trying the first time...

-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: New Keyboard

2002-05-27 Thread Scott Henson
On Mon, 2002-05-27 at 05:06, Tinus Kotze wrote:
 I have to replace my keyboard and stole one of my dad's keyboards at 
 home. Unfortantely my dad is still on Windows as main operating system. 
 I have a Millennium Keyboard PS/2 (KB-6869) in front of me with 
 Windows ME Keyboard(Support 2000/98). It's got alot of extra function 
 on the keyboard which I would like to use like. Can anyone help me with 
 the setup I have to put into my XF86Config-4?(I am using XFree 4.1(as 
 far as I know) and its running on a Woody (3.0) system, kernel 2.4.18. 
 I have not updated the XFree outside of the distribution.
Try the hotkeys deamon.  It seems to be able to pick up most of the
windows only function keys and do something useful with them.  But it
really depends on if your keyboard is supported.  
-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: ddt-client

2002-05-27 Thread Scott Henson
On Mon, 2002-05-27 at 01:22, dman wrote:
snip
 Here's what I get :
 
 
 # nmap -P0 sandm.hn.org
 
 Starting nmap V. 2.54BETA31 ( www.insecure.org/nmap/ )
 Interesting ports on wv-morgantown1-235.mgtnwv.adelphia.net (24.50.80.235):
 (The 1550 ports scanned but not shown below are in state: filtered)
 Port   State   Service
 22/tcp openssh 
 25/tcp opensmtp
 110/tcpopenpop-3   
 113/tcpclosed  auth
 
 
 Nmap run completed -- 1 IP address (1 host up) scanned in 236 seconds
 
 
 # nmap -P0 -sU -p U:1052 sandm.hn.org
 
 Starting nmap V. 2.54BETA31 ( www.insecure.org/nmap/ )
 Interesting ports on wv-morgantown1-235.mgtnwv.adelphia.net (24.50.80.235):
 Port   State   Service
 1052/udp   openunknown 
 
 
 Nmap run completed -- 1 IP address (1 host up) scanned in 13 seconds
 
 
 This indicates that SMTP and SSH and POP should work (assuming the
 higher-level protocol interaction is correct).  It also indicates
 that, assuming the ddt client daemon is running, ddt should work.
 HTTP might work for some hosts -- all I know is that the port is
 filtered.  It might be that all packets are DROPped in which case I
 wouldn't know.
 
 If I try to telnet to port 80 I get this odd response with no delay :
 
 $ telnet sandm.hn.org www
 Trying 24.50.80.235...
 telnet: Unable to connect to remote host: No route to host
 
 but ping works; I don't get No route to host when I use it or when I
 telnet to port 25.  I would have expected either an immediate
 Connection Refused message or a delay and a timeout message.

Thanks, but what does that mean with respect to ddt?  Im trying to get
it to update, but all it does is sit there saying it is updating, but
then doesnt do anything.  
 sending online query
sending online request

Thats all it does.

Any other thoughts on why it wont work?
thanks

-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: OT: debian-beer (was Re: wrapping [was: Re: disable paragraphflows in mozilla?])

2002-05-27 Thread Scott Henson
On Mon, 2002-05-27 at 17:54, Keith Willoughby wrote:
 Dale Hair [EMAIL PROTECTED] writes:
 
   CIA's School of the Americas trained military men from most countries 
   in South America in torturing and dirty war techniques. US supported 
   economically and politically all of the coups d'etat during the '70s, 
   mainly to stop the lefty political movements and guerrillas.
  
  But is life there better now than it was then?  (probably)  What would
  life be like in those countries now if the communist dictators were
  still in power.  War and conflicts are hell, but it's sometimes
  necessary for a better future.
 
 In the cases of Guatemala and Chile, the USA sponsored coups against
 democratically elected governments that replaced them with dictators.
 

WOW, sponsor one coup and everyone thinks your the bad guy. ;-)

-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: OT: debian-beer (was Re: wrapping [was: Re: disable paragraphflows in mozilla?])

2002-05-26 Thread Scott Henson
On Sat, 2002-05-25 at 23:29, Paul Johnson wrote:
snip
 As much as US action was admirable during World War II, I've noticed
 that pretty much every American accomplishment mentioned in casual
 conversation is extremely violent, and yet Americans still refer to
 America as a peace-loving nation.  Rght.  Even the 1960s with
 the motto peace, love and rock and roll was pretty damn violent at
 home and abroad.  And it was still a cheap shot for the national gaurd
 to open fire from a helicopter on an unarmed, peaceful war protest. 
 Makes you wonder if they were looking for a reason to try and start a
 second revolution or something.

I dont know where you live, but there are countries that you could get
shot as a subversive in.  Not so many anymore, but Im thinking there are
still a few.  We never said our government was perfect, just the best we
could do at the time.  Check my sig.  I know its long but its
applicable.

 
-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]
Eternal vigilance is the price of liberty: power is ever stealing from
the many to the few.  The manna of popular liberty must be gathered each
day, or it is rotten... The hand entrusted with power becomes, either
from human depravity or esprit de corps, the necessary enemy of the
people.  Only by continual oversight can the democrat in office be
prevented from hardening into a despot: only by unintermitted agitation
can a people be kept sufficiently awake to principle not to let liberty
be smothered in material prosperity... Never look, for an age when the
people can be quiet and safe.  At such times despotism, like a shrouding
mist, steals over the mirror of Freedom  - Wendell Phillips




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: ddt-client

2002-05-26 Thread Scott Henson
On Sun, 2002-05-26 at 10:45, Rob Weir wrote:
 On Sat, May 25, 2002 at 04:28:26PM -0400, Scott Henson wrote:
  I am trying to get a ddt acount up and running, but I am running into
  some problems.  I have this D-link cable router (DI-704) that I have
  between me and the internet.  I was wondering if anyone had experience
  setting up ddt-client to update my ddt account through this router.  I
  have tried both setting up the router to forward 1052 to my computer(I
  dont know if it is trying to forward 1052/tcp or 1052/upd like it
  should).  I also tried setting my computer as the dmz host, but nothing
  seems to work like it should.  I am running a testing system with the
  ddt-client from sid(0.5.6 if Im not mistaken).  Thanks for any help.
 
 [I do use ddt, but I don't have cable, so I doubt I can help.]
 
 Do you have a real IP, or is the cable router masquerading?

Its masquerading and Im using port forwarding.  What is weird is that my
smtp port is working because I can receive mail, but aparently the http
port is not working because people cannot access my web page.  I am
using adelphia cable as my ISP.  Im pretty much stumped on why smtp will
work, but http and ddt will not work.  Any ideas?


-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: ddt-client

2002-05-26 Thread Scott Henson
On Sun, 2002-05-26 at 16:40, dman wrote:
 On Sun, May 26, 2002 at 12:36:01PM -0400, Scott Henson wrote:
 | On Sun, 2002-05-26 at 10:45, Rob Weir wrote:
 |  On Sat, May 25, 2002 at 04:28:26PM -0400, Scott Henson wrote:
 |   I am trying to get a ddt acount up and running, but I am running into
 |   some problems.  I have this D-link cable router (DI-704) that I have
 |   between me and the internet.  I was wondering if anyone had experience
 |   setting up ddt-client to update my ddt account through this router.  I
 |   have tried both setting up the router to forward 1052 to my computer(I
 |   dont know if it is trying to forward 1052/tcp or 1052/upd like it
 |   should).  I also tried setting my computer as the dmz host, but nothing
 |   seems to work like it should.  I am running a testing system with the
 |   ddt-client from sid(0.5.6 if Im not mistaken).  Thanks for any help.
 |  
 |  [I do use ddt, but I don't have cable, so I doubt I can help.]
 |  
 |  Do you have a real IP, or is the cable router masquerading?
 | 
 | Its masquerading and Im using port forwarding.  What is weird is that my
 | smtp port is working because I can receive mail, but aparently the http
 | port is not working because people cannot access my web page.  I am
 | using adelphia cable as my ISP.  Im pretty much stumped on why smtp will
 | work, but http and ddt will not work.  Any ideas?
 
 Does your ISP do any packet filtering?  Is there a host outside of
 your network you can use to test the connection at the TCP/UDP level?

I dont think it does, but I have to call them and find out for sure.  I
have friends who are outside my network, but most have windows boxes. 
If someone would volunteer to check it for me, I would be much
appreciative.  sandm.hn.org will get my ip address.  The only thing that
makes sense is that my isp is firewalling port 80 because of all those
IIS servers running and getting infected by worms.  The reason I think
this is cause smtp and pop get through just fine.  But that would make
no sense as to why 1052 would not work for ddt.  Any other ideas?

-- 
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

God's the ultimate playa, so naturally He's going to have some haters,
rapper Ice Cube said. But these haters need to realize that  if you
mess with the man upstairs, you will get your ass smote. True dat.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



  1   2   3   >