Re: pine4.deb?

1999-02-16 Thread Jeremy
On Mon, 15 Feb 1999, Pete wrote:

> anyway, if anyone knows of such a package, i'd much appreciate it if they
> could point me in the proper direction.

I couldn't find one either, so I downloaded the RedHat RPM
and converted it over with alien. Installation went fine
and pine works great. You can do the same, or I can upload
the .deb file (1.3 megs) to a site for you to download.

I also just switched to Debian from Slackware (a few days
ago), and I am very happy with it! :^)

Jeremy
---
  email : [EMAIL PROTECTED]
pgp key : http://www.blueriver.net/~darqside/pgpkey.asc 


Re: Best partitioning scheme?

1999-02-17 Thread Jeremy
On Tue, 16 Feb 1999, Kent West wrote:

> Storage mostly needs to be shared, so I think I need Samba and Netatalk
> (see below). So, after getting input from several people, this is how I'm
> looking to do things:
> 
> Drive 1:
>  / = 200MB

I think 200 megs is overkill here, but since you have the space, it's
your chance. 

[gaddis:jeremy]$ df -h
FilesystemSize  Used Avail Use% Mounted on
/dev/hda1 242M   35M  195M  15% /

When I installed Debian on this system, I allocated ~250 megs for /,
which, looking back, was way too much. Its only using 35 megs, and I
don't really expect it to ever make it to 50 megs. Now, I wish I had
only made it 50 megs, because I could use that other 200 megs elsewhere.

>  /usr = 1 GB
>  /usr/local = 500 MB (is this where stuff like StarOffice, Netscape, WP8
> would go?)

Yep. Looks good.

>  swap = 64 MB
>  /var = 100 MB
>  /tmp = 100 MB
> 
> Drive 2:
>  /home = 2 GB less swap (personal storage space for 7 techs or so)
>  swap = 64 MB
> 
> Drive 3:
>  /apple = 2 GB less swap (netatalk storage space for Mac software)
>  swap = 64 MB
> 
> Drive 4:
>  /pc = 2GB less swap (samba storage space for PC software)
>  swap = 64 MB
> 
> How does this sound? Again, thanks!

The only thing is you have 64 megs of swap on each drive. This is a
total of 256 megs. Linux will not make use of more than 128 megs,
unless you're running a 2.2.x kernel. I'd suggest making each swap
partition 16 megs, for a total of 64. This would suit you just fine,
unless you will have lots of memory hogging apps running. In that case,
I'd make each 32 megs, for a total of 128 megs.

Jeremy
---
  email : [EMAIL PROTECTED]
pgp key : http://www.blueriver.net/~darqside/pgpkey.asc 


Re: Auto Login at Boot?

1999-02-21 Thread Jeremy
On Sat, 20 Feb 1999, Lance Hoffmeyer wrote:

>   I usually keep three terminal open.  One as root, one as user under a
> command shell and one as user under an X terminal.  I use root because I
> haven't found out which files I need to give user rights to in order to
> PPP.

# usermod -G dip 

This will add your user to group dip, and after you

# chmod +s /usr/sbin/pppd

You'll be able to connect/disconnect PPP as user.

HTH,
Jeremy
---
  email : [EMAIL PROTECTED]
pgp key : http://www.blueriver.net/~darqside/pgpkey.asc 


Re: Local network

1999-02-21 Thread Jeremy
On Sun, 21 Feb 1999, Bob Hilliard wrote:

>  I would like to telnet from linux on the Micron to Dos/Windows on
> the secondary machine.  Can this be done?  What DOS/Windows software
> is necessary?  (I believe the floppy that came with the ethernet
> adapter has a DOS ppp driver.

Sure, it can be done. Just find a telnet daemon for DOS or Windows 3.1.

Jeremy
---
  email : [EMAIL PROTECTED]
pgp key : http://www.blueriver.net/~darqside/pgpkey.asc 


Re: DNS

1999-02-23 Thread Jeremy
On Tue, 23 Feb 1999, Helge Hafting wrote:

> Anybody not having a nameserver on a LAN will benefit from
> having their own.

What about on a standalone dial-up machine?  I mainly
visit the same sites everyday.  Will I see any benefit
by installing bind on my machine?

Jeremy
---
  email : [EMAIL PROTECTED]
pgp key : http://www.blueriver.net/~darqside/pgpkey.asc 


Re: 2.2.2

1999-03-05 Thread Jeremy
On 2 Mar 1999, Gary L. Hennigan wrote:

> I had problems with PPP uploads under 2.2.1. They were extremely slow
> so I went back to booting 2.0.36 by default. I had assumed that 2.2.x
> needed a newer version of PPP than was available in slink, but I don't 
> see any mention of it in the documentation.

I just completely reinstalled Debian a few days ago, using the slink
base2_1.tgz files. (Everything is from the "unstable" distribution,
however). Afterwards, I compiled 2.2.2. This makes the second time I've
had 2.2.2 running, and no "bad things" have occured. Only thing I've
noticed is that process account no longer wants to run. No big deal,
though, since I don't really use it anyways.

Jeremy
---
  email : [EMAIL PROTECTED]
pgp key : http://www.blueriver.net/~darqside/pgpkey.asc 



Re: Debian/RedHat at our university

1999-03-05 Thread Jeremy
On Thu, 4 Mar 1999, Bernhard Dobbels wrote:

> Am i right if i say that the uni can just rsync the cd-images, write
> them and sell them to the students for the price of writing the disks?

Yes.  Actually, they could burn CDs and sell them for as much as they
wanted to.

Jeremy
---
  email : [EMAIL PROTECTED]
pgp key : http://www.blueriver.net/~darqside/pgpkey.asc 


Re: Using Procmail

1999-03-16 Thread Jeremy
On Mon, 8 Mar 1999, XRDLAB wrote:

> account and to read/send the messages respectively. As the number of
> messages I am getting has increased, I
> am feeling the need to use procmail to sort the mail into different
> folders. How do I go about putting the messages in different folders
> (should be readable by pine)? Much of the documentation talks about MH

Maybe an example will help... Here, fetchmail connects to ISP's mail
server over dynamic ip, gets mail, passes it to sendmail, which hands it
over to procmail.  Here are the lines out of my .procmailrc which puts
all mail from this list into it's own folder:

:0:
* ^TOdebian-user
mail/debian-user

This tells procmail that all messages with "debian-user" in the To:
field should be put in the file `mail/debian-user'.  Then I start pine,
switch to my debian-user folder and read the mail.  BTW, if procmail
finds that the file (mail/debian-user) doesn't exist, it is created.

HTH,
Jeremy
---
  email : [EMAIL PROTECTED]
pgp key : http://www.blueriver.net/~darqside/pgpkey.asc 


Re: /etc/lynx.cfg -> ~/.lynxrc

1999-04-02 Thread Jeremy
On Thu, 1 Apr 1999 [EMAIL PROTECTED] wrote:

> Hamish Moffatt dixit:
> 
> P.S.  `lynx -cfg=~/.lynxrc' on the command line works fine, how can I add
> that to the .bash_profile?

I copied the /etc/lynx.cfg to ~/.lynx_cfg and changed
it how I wanted it.  Then, it's simply a matter of
adding "export LYNX_CFG=~/.lynx_cfg" to your
.bash_profile.

HTH,
Jeremy
---
  email : [EMAIL PROTECTED]
pgp key : http://www.blueriver.net/~darqside/pgpkey.asc 


Re: where is Pine?

1999-04-06 Thread Jeremy
On Mon, 5 Apr 1999, Pollywog wrote:

> Which package contains Pine?  I thought I had it installed but I can't find it
>  and I can't find a pine deb.

Binaries are available from ftp://ftp.cac.washington.edu/pine/.

Jeremy
---
  email : [EMAIL PROTECTED]
pgp key : http://www.blueriver.net/~darqside/pgpkey.asc 


email auto-reply w/ pgp keys

1999-04-08 Thread Jeremy
I've seen a few messages recently on the list telling
how to get a user's PGP key automatically by an email
auto-responder.  I'm assuming this is done with procmail
filtering.  If anyone that has this set up could send
me the relevant lines out of their .procmailrc files,
I would like to see them.

Thanks,
Jeremy
---
  email : [EMAIL PROTECTED]
pgp key : http://www.blueriver.net/~darqside/pgpkey.asc 


problems w/pppd 2.3.7

1999-04-13 Thread Jeremy
Last night, I ran "apt-get dist-upgrade" before I went
to sleep.  When I got up today, I logged in and tried
to execute "pon".  I received an error, which I think
had something to do with .ppprc.  This file didn't
exist, so I did 'touch .ppprc' to create it.  Also,
I had to make pppd setuid root again.  Now, only root
can run pon, even though my users are in the dip group.

When I try to run pon as a user, this is what shows up
in the logs:

Apr 12 22:11:33 jgaddis pppd[24083]: Can't open options file
/etc/ppp/peers/provider: Function not implemented

-rw-r-   1 root dip   579 Feb 27 23:51 provider

As you can see, this file is readable by group dip,
which my user belongs to.  Has anyone else had any
similar problems to this?

I'm running potato w/ 2.0.36 kernel.

TIA,
Jeremy
---
To automatically retrieve my PGP key via e-mail, send a
blank message with the subject line "fetch pgp key".




Re: problems w/pppd 2.3.7

1999-04-14 Thread Jeremy
On 12 Apr 1999, John Hasler wrote:

> > Now, only root can run pon, even though my users are in the dip group.
> 
> What are the permissions on /etc/chatscripts, /etc/chatscripts/provider,
> /etc/ppp, and /etc/ppp/peers?

drwxr-s---   2 root dip  1024 Apr 12 08:17 /etc/chatscripts
-rw-r-   1 root dip   177 Feb 28 19:02
/etc/chatscripts/provider
drwx--   5 root root 1024 Apr 12 09:37 /etc/ppp
drwxr-x---   2 root dip  1024 Apr 12 08:17 /etc/ppp/peers

> What is in your /etc/ppp/options file?

-rw-r--r--   1 root root10025 Jun 18  1998 /etc/ppp/options

Hasn't been modified since I installed.  I don't think
this is relevant.

Jeremy
---
To automatically retrieve my PGP key via e-mail, send a
blank message with the subject line "fetch pgp key".





Re: problems w/pppd 2.3.7

1999-04-14 Thread Jeremy
On 14 Apr 1999, John Hasler wrote:

> Jeremy writes:
> > drwxr-s---   2 root dip  1024 Apr 12 08:17 /etc/chatscripts
> > ...
> 
> Set group ID on execution on a directory does nothing useful that I know
> of.  The group needs execute permission to search the directory:
> 
> drwxr-x---   2 root dip  1024 Apr 12 08:17 /etc/chatscripts

Just did this and got a "function not implemented" error.  I changed the
/etc/ppp directory to same permissions and changed the group ID to dip
instead of root.  Regular users can now establish a ppp connection.

Thanks,
Jeremy
---
To automatically retrieve my PGP key via e-mail, send a
blank message with the subject line "fetch pgp key".




I'm having trouble with my NIC

2000-10-15 Thread Jeremy
I have an old 486SX25 with 16MB of RAM and a SMC 8013WC NIC, which worked
under the 2.0.36 kernel, but when I upgraded to potato, WD.O tells me that
there is no card installed.  When I boot back into DOS and run the config
utility, it says that the EEPROM was trashed and rewrites it.  I
downloaded and tried the wdsetup utility, but it doesn't find the card
either.  Any suggestions?  I completely erased, repartitioned, and
reformatted my hard drives before upgrading, so there was nothing left
that could be interfering.

Thanks for your help,
Jeremy



Re: Unidentified subject!

2000-12-23 Thread Jeremy
> 
> --- Balbir Thomas <[EMAIL PROTECTED]> wrote:
> > Hi,
> > I recently switched from  RedHat 6.2 to potato
> > and my cdrom seems to have the following
> > problems : 
> > Most of the time I get errors like :
> > 
> > hdb: irq timeout: status=0xc0 { Busy }
> > hdb: ATAPI reset complete
> > 
> 
> isn't the CD ROM drive supposed to be hdc?

I can't really say whether your CD ROM is supposed to be hdb or hdc,
because it depends on how it's set up in your system, but I encountered
this error as well.  For me, it was only happening on one CD, which
happened to be the first in the 3 CD set of potato.  I foundthat it was a
problem with how I had burned the CD the first time, and so I made
another and haven't had the problem since.  I don't know if it's happening 
with a CD you made yourself or not, but it's only a thought.

Jeremy



Re: lilo.conf -modifying

2000-12-27 Thread Jeremy
>thanks for responding.
>
>Cristoph:
>
>It's working. But lilo.conf is still restored to
>original form "non-scroll" after reboot.
>
>Any idea what's happening?
>
>Peter:
>I'm using kwrite. ¿does it's matter?
>

I hope I'm doing this right this time.  I screwed it up the last time I tried 
to reply. Anyway, did you run
lilo from the command line after you altered lilo.conf?  That needs to be 
done before you reboot,
otherwise you lose your changes.

Jeremy



Re: AOL on Linux?

2001-01-08 Thread Jeremy
>* [EMAIL PROTECTED] ([EMAIL PROTECTED]) [010108 17:24]:
>
>> I'm in position that I can't change my ISP. I would like to know,
> whether there is any possibility how to run AOL on Linux. Thanks Jiri
>
>Try "Wine". Setup AOL to use TCP/IP for connection vs dialing itself. Go to 
>this page http://www.winehq.com/Apps/query.cgi and put "aol" in the product 
>field. Submit it and you'll see a few entries with a "4" rating, but they're 
>for version 3 for Windows v3.1.

I don't know what your setup is, but if you have a decently fast computer 
(233+ Mhz),
but I know for a fact that AOL works with VMWare.

http://www.vmware.com

I'd suggest downloading the trial of the Workstation version to see how it 
works.  I used
this for about 3 months before I could convince my family to switch to 
another ISP, and
it worked great.  (if only my computer had been faster)

Jeremy




Re: gnome run command

2001-01-08 Thread Jeremy
I gleaned this info from my .blackboxrc file from the default installation of 
potato.
>From the looks of it, there are 2.  They are:
/usr/bin/gnome-run
/usr/bin/grun

I know the gnome-run works out of the gnome enviroment.  I haven't tried the 
other.

HTH,
Jeremy

>Hi,
>
>does anybody know if it is possible to start the built-in run command
>(similar to xexec) of the gnome-panel, outside the gnome desktop, e.g.
>under icewm. I tried to find the command's name but did not succeeed. I
>also tried to find it out by looking into the process-list, but the start
>of the run command is not shown as a separate process under gnome.  If a
>start independent of Gnome should not be possible, I would ITP gRun for
>Debian which does the job very well. Xexec is a pain in the ass, because
>even if the focus is given to the window, you first have to click inside to
>be able to write a command. This is not the case with gRun or the built-in
>command. Any hints would be greatly appreciated.
>
>Cheers,
>Guenter
>
>-- 
>Linux: Who needs GATES in a world without fences?
>
>
>-- 
>To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
>with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]



Re: running another X from within X

2001-01-16 Thread Jeremy
>Is it possible from within X to start another session of X on a diffent
>console?  I know I can just Ctrl-Alt-F2, login, and then startx.  Then I
>could toggle between Ctrl-Alt-F7 and Ctrl-Alt-F8.  However, I would like
>to accomplish the same thing without dropping down to a console.  When I
>try to do this from an xterm, I get a message about not being authorized
>to run the X server.  Root, however, can do it.  Any suggestions?
>
>Thanks,
>Brian

I've found 2 different things that work.  One is by running Xnest.  (perhaps 
I'm not doing it right, but I seem to have to start up the window manager 
seperately when I do that)  That allows you to start a new X session in a 
window within your current one.  "man Xnest" for details.

My other method is that I have startx aliased to "startx -- :1" for my root 
account, so if I need a root X session, I can just pop open an xterm, su to 
root, type startx, and it automatically starts a new X session in the next 
display (F8)  I then can switch between the two like normal (Ctrl+Alt+Fn), 
and when I exit it, it automatically drops me back to my other X display.  I 
find this to work the best, buf if you need both X sessions on the screen at 
the same time, use Xnest.

HTH,
Jeremy



Problem w/ linking to /etc/X11/X

2001-06-17 Thread Jeremy
 I just upgraded my testing box (which is running Potato) to include
the
 Woody version of X (4.0.3).  I got the same error that I've seen that
most other people have gotten with it talking about "X: cannot stat
/etc/X11/X".
I've seen suggestions of linking /usr/X11R6/bin/XFree86 to it, but the
problem is that I don't have that on my system.  I have an
XFree86_SVGA,
but no just "XFree86".  Does this mean that something didn't work in
the
process of upgrading?  Or am I just not looking at the right thing? 
Hmmm...
it's just a good thing I didn't toast my production box...

Thanks for any help in advance,
Jeremy

__
Do You Yahoo!?
Spot the hottest trends in music, movies, and more.
http://buzz.yahoo.com/



Re: pppd troubles

2001-06-19 Thread Jeremy

===
hey all,
we are still failing to establish a connection with wvdial and pppd
(on a potato system). wvdial looks all good, until we get to the
login:

  --> Carrier detected.  Waiting for prompt.
  login:
  --> Looks like a login prompt.
  --> Sending: heikkin
  heikkin
  Password:
  --> Looks like a password prompt.
  --> Sending: (password)
  Entering PPP mode.
  Async interface address is unnumbered (Ethernet0)
  Your IP address is 216.114.40.29. MTU is 1500 bytes
  --> Looks like a welcome message.
  --> Starting pppd at Tue Jun 19 16:56:35 2001
  --> PPP daemon has died! (exit code = 1)
  --> Disconnecting at Tue Jun 19 16:56:35 2001
=

My knowledge on this is limited, but have you made sure that you
have the domain and nameserver entries in the /etc/resolv.conf
file?  I got this same sort of message when I was trying to dial
in with wvdial and I didn't have those things in my resolv.conf.

Just my $0.02.

Jeremy








Problem upgrading X

2001-06-19 Thread Jeremy
 Once again, I'm having problems upgrading X in potato to the version
 in woody (4.0.3).  Originally I was having problems with the thing of
linking /etc/X11/X to /usr/X11R6/bin/Xfree86. (because the Xfree86
wasn't
there.)  I was told that I probably needed to install xserver-xfree86.
This was indeed correct, but now I'm getting an error when I try to
install it.  I run "apt-get install xserver-xfree86", and this is what
I get:

Setting up xserver-xfree86 (4.0.3-4) ...
dpkg: error processing xserver-xfree86 (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of
task-x-window-system-core:
 task-x-window-system-core depends on xserver-xfree86; however:
  Package xserver-xfree86 is not configured yet.
dpkg: error processing task-x-window-system-core (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 xserver-xfree86
 task-x-window-system-core
E: Sub-process /usr/bin/dpkg returned an error code (1)

After this, it just dumps me back out at my shell.  I tried to also
install
the task-x-window-system-core, but that depends on this package.  So
I'm
feelin' kind of stuck.  If anyone could toss me a suggestion or two to
gnaw on with this, I'd greatly appreciate it.

Thanks,
Jeremy

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/



Dselect vs. apt-get... thank you!

2001-07-01 Thread Jeremy
This isn't a question, but a 'thank you' to whoever it was that mentioned in
one of the posts sometime this week about doing a dist-upgrade with dselect
instead of apt-get dist-upgrade.  I'd been trying to upgrade to Woody for
about 3 weeks without any success by using the apt-get method.  After I read
someones suggestion on using Dselect instead (because of it catching the
recommends and suggests), I tried it out, and lo and behold it worked!
Finally!!  Unfortunately I deleted that message, and so I'm not sure who that
dselect proponent was, but to whoever it was, thank you!

Jeremy



Kernel Rebuild

2001-07-04 Thread Jeremy
I'm new to the idea of rebuilding my kernel for including or excluding things
in my configuration, but I decided to brave it today and was (fairly)
successful.  I'm having a little bit of a problem, though.  I need both the
UMDA66 and the SMP features.  I have the potato 2.2r2 installation CD set
(the first 3, not the sources), and I'm currently using the UMDA66 kernel
(2.2.18pre21) to access my extra hard drives that are on a Promise ATA/66
card.  I tried building a new kernel with SMP, but I found that in doing so,
I can't seem to include the UMDA66 options that are in the original kernel.
Before the new kernel, I had ide0, 1, 2, and 3, but now 2 and 3, which are on
the card, aren't found.

I know that I could probably just build an SMP module (or perhaps I'm wrong
on that) to load in with the original kernel, but I really want to be able to
delve into the world of kernel configuration and really make it my own at
some point after I'm a bit more comfortable with it.  Does anyone know what I
need to do in order to include the UMDA66 features in on a custom kernel?

Any and all help is appreciated!

Jeremy



USR modem problems

2001-07-09 Thread Jeremy
I recently purchased a USR internal 56k PCI modem (model 3CP5610A), but
I've had no luck getting it working on my woody box.  In the
instructions in the box, it tells me that to get it working with linux,
I need kernel 2.3 or above.  "Good time to upgrade!" I thought, and I
went for the 2.4.6 kernel.  I did a little research on in the
debian-user archives, and found some suggestions of enabling ISA
plug-n-play, and also changing some serial settings within the kernel
config.  After doing these things, I still can't seem to get anything
to identify my modem.  Under *cough* Winders *cough*, it's on COM port
5.  I enabled the "Many Serial Ports" option in the kernel after I
found this out, but to no avail.  No matter what COM port I try, it
doesn't seem to find it.  dmesg gives me something about (I'm not at my
box right now... I'm at work) finding a serial board and right under it
lists /dev/tty4 with an IRQ.  I thought this was my modem, so I tried
connecting to it in minicom, but I couldn't get it to show up.  One
thing I found strange about using minicom, though, was that it said
"online" in the bottom right corner.  I'd try to tell it to hang up,
and it would do it for about 1 second, and then it would go back to
online.  I'm sorry that I don't have exact error messages with me right
now, but if any of this sounds familiar to anyone and you have
suggestions, please let me know.  Also, if there's some specific info
you need, let me know.

TIA,
Jeremy


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/



Download managers?

2001-07-10 Thread Jeremy
I am running stable, and I was wondering if there are any (preferably non-X)
download managers that run well (and possibly come with) Debian.  I need it
for downloading some ISOs from a dialup connection that I can only use at
night.

Thanks for any help,
Jeremy



Re: Download managers?

2001-07-10 Thread Jeremy
Thanks all for the info!  I'll give 'em a try soon.

Jeremy



bad net connection in Woody and Sid

2001-07-19 Thread Jeremy
 I've had a problem with connecting to the net after upgrading from
 Potato to Woody or Sid.  I use Wvdial to connect to the internet, and
when I use it in Potato, it works just fine, but under Woody and Sid,
it acts like it's connecting, but if I try to access anything (ssh,
lynx, etc) it tells me that the connection is unavailable.  My
connection
works fine if I use pon, but I prefer wvdial because of the auto-redial
and the visual feedback that I can watch.  Has anyone else experienced
this problem or have any suggestions as to what I could do to remedy
it?

Any and all help is appreciated,
Jeremy

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/



Re: Can run testing with slow net connect?

2001-07-22 Thread Jeremy
"David A. Rogers" <[EMAIL PROTECTED]> writes:

> I've got a 56k modem on my home machine.  Is it feasible/reasonable for me
> to run testing on this machine?  I've got 2.2r2 CDs.  Any guesstimates as to
> how long it will take for the initial upgrade to testing?

Part of it depends on what you have installed and what will be upgraded (ie,
if you don't have X installed, then that won't be on the upgrade list) but I
did something like this myself recently from 2.2r2, and my estimated time was
12 hours.  (about 150 Mb) I just let it run overnight, and when I got up the
next morning, it was waiting there ready to ask me config questions.

Hope this helps,
Jeremy

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



Re: Modem problems after kernel upgrade (long, w/ Radeon VE sidenote)

2001-07-23 Thread Jeremy
"D. Hoyem" <[EMAIL PROTECTED]> writes:

> Did you also get the 2.4.? ppp? That is required when
> you upgrade to a 2.4.* kernel. You can also try
> setserial -g /dev/ttyS* and see what is listed as the
> modem.  It should be listed as UART 16550A if memory
> serves me right.
> Don

Okay...  here's the nitty gritty...  (a LOT of it) I do have ppp 2.4.1-4, so
that's good.  I took the output from a lot of things and have them listed
below.  There's one thing that seems to strike me, and that is when I had
kernel 2.2.18pre21, I had more serial ports in /dev/ than ttyS3.  Now I just
have the 4 basic devices, 0-3.  The output of using setserial on a
nonexistant device is also below.  I'm wondering, do I need to make a new
device in /dev? (ie, ttyS4?)  If so, how do I go about doing it?  Also,
another thing that strikes me as strange is that even though it lists devices
00, 01, and 04 (in the dmesg output below), all of those also come up as
invalid if I try to adjust them via setserial.

So if someone can make sense of all this gibberish and help me get this dang
modem recognized by pppconfig or wvdial or SOMETHING, then I would greatly
appreciate it.  If there is any further output from anything that is needed
to help out, please don't hesitate to let me know.

Jeremy


output of setserial -g /dev/ttyS*:

/dev/ttyS0, UART: 16550A, Port: 0x03f8, IRQ: 4
/dev/ttyS1, UART: 16550A, Port: 0x02f8, IRQ: 3
/dev/ttyS2, UART: unknown, Port: 0x03e8, IRQ: 4
/dev/ttyS3, UART: unknown, Port: 0x02e8, IRQ: 3

output of cat /proc/ioports:

02f8-02ff : serial(set)
03f8-03ff : serial(set)
ac00-ac07 : US Robotics/3Com 56K FaxModem Model 5610
  ac00-ac07 : serial(auto)

output of cat /proc/pci:

Bus  0, device  16, function  0:
  Serial controller: US Robotics/3Com 56K FaxModem Model 5610 (rev 1).
IRQ 5.
I/O at 0xac00 [0xac07].

output of lspci -v:

00:10.0 Serial controller: US Robotics/3Com 56K FaxModem Model 5610 (rev 01) 
(prog-if 02 [16550])
 Subsystem: US Robotics/3Com: Unknown device 00d7
 Flags: medium devsel, IRQ 5
 I/O ports at ac00 [size=8]
 Capabilities: [dc] Power Management version 2

output of dmesg:

Serial driver version 5.05a (2001-03-20) with MANY_PORTS SHARE_IRQ SERIAL_PCI 
ISAPNP enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
Redundant entry in serial pci_table.  Please send the output of
lspci -vv, this message (4793,4104,4793,215)
and the manufacturer and name of serial board or modem board
to [EMAIL PROTECTED]
ttyS04 at port 0xac00 (irq = 5) is a 16550A

output of setserial /dev/ttyS2 uart 16550A port 0xac00 irq 5:
Cannot set serial info: Address already in use

output of setserial /dev/ttyS04 uart 16550A port 0xac00 irq 5:
/dev/ttyS04: No such file or directory

=====

> --- Jeremy Whetzel <[EMAIL PROTECTED]> wrote:
> > I have a USR 5610A pci modem that worked fine with
> > the
> > 2.2.18 series kernel if I set the parameters in my
> > /etc/serial.conf file (it was /dev/ttyS2), but last
> > night I got the 2.4.6 source from Sid and built my
> > own
> > kernel, and now my modem doesn't work.  I have ISA
> > PNP
> > enabled (although it says it doesn't say it finds
> > anything on boot).  I've also noticed that it says
> > it
> > finds a serial board and right after it lists
> > /dev/ttyS04, so I'm assuming that's the serial port
> > I'm supposed to access to use it, but if I point
> > pppconfig or wvdial to it, it tells me it's invalid.
> > 
> > I'm not at my box to get the exact error at the
> > moment, but I was wondering if this strikes anything
> > with anyone and if anyone has any suggestions.
> > 
> > Thanks In Advance,
> > Jeremy
> > 
> > __
> > Do You Yahoo!?
> > Make international calls for as low as $.04/minute
> > with Yahoo! Messenger
> > http://phonecard.yahoo.com/
> > 
> > 
> > -- 
> > To UNSUBSCRIBE, email to
> > [EMAIL PROTECTED] 
> > with a subject of "unsubscribe". Trouble? Contact
> > [EMAIL PROTECTED]
> > 
> 
> 
> __
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Modem problems after kernel upgrade (long, w/ Radeon VE sidenote)

2001-07-23 Thread Jeremy

Dang it all... I went and forgot my Radeon sidenote.  Anyway, I was wondering 
if anyone has gotten the ATI Radeon VE video card (AGP) working with X.  
(preferably 4.0.3).  Anytime I try to use it, I get broken server connection 
messages.  Any suggestions?

TIA,
Jeremy



Re: laptop and linux: any dangers?

2001-07-25 Thread Jeremy


> perhaps sound.  What products/single compnents to avoid???

Hm...  we have a Dell Latitude (I can't remember the model number) at
work, and I snuck Potato on there for a bit when that was the main computer I
used, and everything worked fine except the sound card...  ESS Maestro 3.
Woody or Sid may be different, tho.

Jeremy



Re: How can one get debian installed?

2001-07-28 Thread Jeremy
> > Does anyone have any ideas what the hell is going on here?
> >
> It looks to me like you've downloaded the files and then try to install it 
> with apt-get.

I'm not sure how well this will pertain to you, but if it were me, I'd just
run the apt-get update, and then apt-get install your_package_here, and let
it do it's thing.  If you've already downloaded it and it matches what's on
the source you're retrieving it from, it won't download again.  (when you
apt-get stuff, it usually keeps it in /var/cache/apt/archives, so that's
probably where it's looking for it) So, either that, or like Mr. Zimmerman
said, and use dpkg if it's in a non-standard location.

Hope it helps,
Jeremy



Re: hardware compatibility

2001-07-30 Thread Jeremy
"Thomas LECLERCQ" <[EMAIL PROTECTED]> writes:

> everything works good but the autodetection of the video card doesn't find
> my NVIDIA TNT2 Model 64. there is a "socket connection error", and the
> install stops there.
> 

If it's doing so during the install, you'll have to just skip over it for the
time being. (It's been several months since I did my last 2.2 install, so I
can't clearly remember the screens or process) I have the same video card,
and I had to just run 'xf86config' after the install process was done and
choose my card manually that way.  The install process didn't detect mine
automagickally, either, but it worked great once I did that step.  

Hope it helps,
Jeremy



Re: 2.4 kernel on woody install

2001-08-02 Thread Jeremy
"Christopher S. Swingley" <[EMAIL PROTECTED]> writes:

> Sorry, maybe I didn't make myself clear.  I'm performing a clean
> install from a woody CD onto a new machine.  To get the network card
> to work I need a 2.4 kernel, but to get a 2.4 kernel I need the
> network card. . . So I was hoping there was a way to get a 2.4 kernel
> onto the CD so I could boot from it, rather than 2.2.19.


Hrmmm...  If I remember correctly, there are woody boot disks out
there. (even at the Debian FTP, I believe, but don't flame me if I'm wrong)
They might have the 2.4.x kernel on them already.

Jeremy



Re: pci faxmodem device file

2001-08-02 Thread Jeremy
uhlhorsr <[EMAIL PROTECTED]> writes:


> lspci -vv gives:
> 
> 02:0a.0 Serial controller: US Robotics/3Com 56K FaxModem Model 5610 (rev 01) 
> (prog-if 02 [16550])
>   Subsystem: US Robotics/3Com: Unknown device 00d7
>   Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
> Stepping- 
> SERR+ FastB2B-
>   Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
>  SERR-Interrupt: pin A routed to IRQ 11
>   Region 0: I/O ports at dff0 [size=8]
>   Capabilities: [dc] Power Management version 2
>   Flags: PMEClk- AuxPwr- DSI- D1- D2+ PME+
>   Status: D0 PME-Enable- DSel=0 DScale=2 PME-
> 
> and dmesg gives:
> 
> Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI 
> enabled
> ttyS00 at 0x03f8 (irq = 4) is a 16550A
> PCI: Found IRQ 11 for device 02:0a.0
> Redundant entry in serial pci_table.  Please send the output of
> lspci -vv, this message (4793,4104,4793,215)
> and the manufacturer and name of serial board or modem board
> to [EMAIL PROTECTED]
> ttyS04 at port 0xdff0 (irq = 11) is a 16550A
> 
> It appears the kernel is giving the modem /dev/ttyS04, but I have no device 
> files /dev/ttySXX. My serial devices are ttyS[0-3] (1 digit only, not 2). I 
> tried using setserial to assign the irq, and i/o to ttyS1, but setserial said 
> the recources were in use.

Hi!  I just went through this myself a few weeks ago with the exact same
modem.  I found, actually, you can do this two ways.  Even though it says
differently in the instructions that came with the modem, you can get the
modem working with the 2.2.x series kernels.  (using the method you tried
with setserial) It works perfectly that way.  But, since you already have the
2.4.x kernel, then all you have to do is create a new ttySX device and run
the setserial on that.  (I had the same problem after upgrading the kernel in
that it wouldn't allow me to use the ttyS* devices already there.  I never
did figure that one out).  So, just:

cd /dev
MAKEDEV ttyS4   (yes, MAKEDEV has to be in caps)
setserial /dev/ttyS4 uart 16550A port 0xdff0 irq 11

Then just point your ppp configuration (whether you use pon or wvdial or
whatever) to the /dev/ttyS4 device file, and *poof* you should be online!  If
it works, then all you have to do is add the setserial line (minus the actual
"setserial" command) in your /etc/serial.conf file, and then it's configured
for you each time you boot.

Truthfully, as far as the system saying that it's assigned to ttyS04, I don't
know why it says that and then the file's not in /dev.  If someone knows why
and can show either of us how to use this to our advantage in setting up the
modem, I'd love to hear it.  

Good luck!

Jeremy



Fetchmail question

2001-08-02 Thread Jeremy
While downloading my email via fetchmail this evening, when it was trying to
get the first message from my mail server, I got an error message that said
"nameserver failure while looking for 'neutral.verbum.org' during polling of
[my.mail.server].  I would just assume that my mail server was inaccessable
if mine were the neutral.verbum.org, but it's not.  That's what has me
perplexed.  Why would this show up if it's not my mail server?  (as a side
note, the message it couldn't retrieve was one from the debain-devel mailing
list, but I didn't see that server listed anywhere in there, either)

Thanks for any help,
Jeremy



[OT] Power supply specs

2001-08-05 Thread Jeremy
Heloo, all...

I'm looking around for a new case to replace my current one, and in looking
at the power supplies that come with them, I've noticed that a number of them
say that they are "AMD approved".  I was wondering if this means that they
cannot be used with a P3. (I'm wondering the same about ones that say they're
P4 ready) I have a dual P3 mobo, and I just want to make sure that I get a
power supply that works with my current setup.

Thanks for your time,
Jeremy



Re: [OT] Power supply specs

2001-08-05 Thread Jeremy
dman <[EMAIL PROTECTED]> writes:

 
> That is just marketing speak.  It means that AMD has, in some shape or
> form, tested that power supply with their chips and they say it works.
> What you really need is enough power, not a marketing label.

Great!  Thanks for the info!

> HTH,
> -D

Jeremy



Re: Secondary controller install problems

2001-08-06 Thread Jeremy
SHAMOW ERIC <[EMAIL PROTECTED]> writes:

> I'm trying to install Debian 2.2r3...my primary HD is occupied by (ugh) 
> Win2K, and I want to install onto my secondary drive, an 80 GB Maxtor.  
> Since the built-in controller on my motherboard is only ATA/66 and the 
> drive is ATA/100, I bought 
> an ATA/100 controller card, and the large drive is now connected to that.
> 
> Needless to say, the Debian install program doesn't see the secondary 
> hard drive.  I'm presuming that this is because the 2.2.x kernel on the 
> ISO doesn't include a driver for the controller card.

I don't know how this will fair with the ATA/100, but I have a ATA/66 card
that I had the same problem with a couple months back.  What I ended up
having to do was to dig down into the first CD and find the directory for the
UMDA stuff.  In there you will find root and boot images, along with driver
images.  I just booted off the CD, brought up a console, used 'dd' to write
the root and boot images to floppies, and then rebooted with the two disks I
made.  This identified my ATA card and I was able to install to it just fine.

I hope this helps you out.  If you have any questions, feel free to ask.

Jeremy



ide-scsi device question

2001-08-07 Thread Jeremy
I recently enabled the ide-scsi option in my kernel (and set it up so that
lilo started it for the right devices) for my cd burner.  I also have the
generic scsi driver in there.  My burner BURNS just fine, but I was wondering
what the new device file name is that refers to the device.  I'm mainly just
looking for the pattern it adheres to.  I can't seem to mount anything in my
burner or in my regular cdrom drive because the /dev/hdc and /dev/hdd are no
longer valid for those devices.  I thought it was something like /dev/scd0,
but I tried several /dev/sd* and scd* files, but none of them worked.
(unless there's one that I'm missing and not trying)

Thanks,
Jeremy



CD device file problem and kernel questions

2001-08-18 Thread Jeremy
Hello all!

I'm having a problem with accessing my CD drive, and I was hoping to possibly
get a little insight into the situation.  Basically the situation is that I
have an IDE CD-RW drive, but I can't get much to find it.  Normally it would
be /dev/hdc, but I have the ide-scsi option (append="hdc=ide-scsi") in my
lilo.conf file, so supposedly it is now associated with another device file.
I've pretty much read (and been told) that it's supposed to be /dev/scd0, but
when I try to mount it, I get:

mount: /dev/scd0: unknown device

Yet, I DO have device files scd0-16 listed in /dev.  If I try to mount it at
it's old hdc spot, I get this:

mount: wrong fs type, bad option, bad superblock on /dev/hdc,
   or too many mounted file systems
   (could this be the IDE device where you in fact use
   ide-scsi so that sr0 or sda or so is needed?)

Also, if I try to burn a CD on this drive with readcd or cdrecord, it gives
me this error:

Copy from file '/backup/disk1.raw' to SCSI (0,0,0) disk
end: 1
readcd: Input/output error. write_g0: scsi sendcmd: no error
CDB:  0A 00 00 00 01 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 03 00 00 00 00 0C 00 00 00 00 90 82 00 00
Sense Key: 0x3 Medium Error, Segment 0
Sense Code: 0x90 Qual 0x82 (vendor unique sense code 0x90) [No matching 
qualifier] Fru 0x0
Sense flags: Blk 0 (not valid) 
cmd finished after 0.008s timeout 40s
readcd: Input/output error. Cannot write destination disk

Now, all of this would tell me that for whatever reason, something's not
finding my CD-RW drive, yet if I run readcd with the correct parameters, it
will read a CD to a file just fine.

I have a feeling that my major problem lies somewhere in my kernel
configuration.  I roll my own, and I'm currently running a custom 2.4.7 with
Sid.  (yeah, I know... that's just asking for trouble) I have ide-scsi and
generic scsi both in my kernel, but they're included as modules.  Should
these be built into the kernel itself?  While I'm at it, what sort of things
should or shouldn't be built as modules?  As an example, I've read that if I
want DRI working with my ATI RadeonVE card, then I need to have this as a
module and NOT built into the kernel.  (which I still haven't gotten the DRI
working with that either... yet)

Okay, well if I keep going, I'll just start rambling on in my sleepy state,
so I'd better go.  

Thanks for any help in advance,
jeremy



Re: CD device file problem and kernel questions

2001-08-19 Thread Jeremy
Johnny Ernst Nielsen <[EMAIL PROTECTED]> writes:

 
> I think perhaps you have the same problem as described in this posting:
> 
> http://lists.debian.org/debian-user/2001/debian-user-200108/msg01241.html
> 
> Try the solution proposal in the posting, and see if something changes.
> 
> I don't know about the modules thingy.

I took a look at it, and that is what I had done.  The part where I am having
problems is here:

"Now my CD drive is no longer /dev/hdb. It has become /dev/scd0.  However, my
/dev/cdrom still points to /dev/hdb. Trying to mount my CD drive now will
fail.  I must now make /dev/cdrom point to /dev/scd0."

I have tried this (although mine should be on /dev/hdc) but my problem is
that no scd* devices come up and say that it has successfully mounted.  They
all give me the same error I posted last night.  Should it definitely be one
of the scd* devices, or could it be something else?  I also did a check in
dmesg to see if that had any pointers, but it just lists my drive under
/dev/hdc and then later on tells me it's now seen as a scsi device (which my
/proc info confirms)

Thanks,
Jeremy



Re: CD device file problem and kernel questions

2001-08-19 Thread Jeremy
Nathan E Norman <[EMAIL PROTECTED]> writes:

> 
> Did you include SCSI CD support in the kernel? 

Ah-HA!!  Now that I have this in there, it works just fine!  Thank you!
*konking myself in the head*  sheesh...  I'll learn one of these days.  I
look back on it, and it make so much sense.  =0)

> I use devfs (it sounds like you don't), but I believe the cd device will be 
> /dev/sr0
> rather than /dev/scd0.  If you're not running devfs, the existence of
> a device file doesn't mean anything ... it's just a pointer to kernel
> routines that may or may not exist.  devfs creates the relevant device
> files when the kernel routines initialise (and thus you don't have a
> bunch of files in /dev for crap you don't have).

Do you like devfs?  Is it painful to set up?  From what I've heard it sounds
pretty interesting and useful, but I haven't set out to try it yet.

Now if I could just figure out my Radeon problem...

Thanks again!

Jeremy



Re: Strange system lockups.

2001-08-20 Thread Jeremy
Unfortunately I don't have anything to add as a suggestion, but I just wanted
to say that I've had this same problem.  For me, I don't have a remote way
into my box, so I have no way of killing whatever process may be doing this,
but just recently I had this happen upon opening my email and it corrupted
most of my email directory.  I also had it happen while I was bunzip2ing my
new kernel source, and the resulting tar file was corrupt.  Both times I had
to do a hard reboot (ala power switch) to get any results.  One thing I've
noticed, though, was that even though the hard light was on, there wasn't
actually any sound of activity coming from the drive.

Just my pennies worth of info...

Jeremy



Re: creating a cd-image

2001-08-20 Thread Jeremy
Philipp Bliedung <[EMAIL PROTECTED]> writes:

> I want to create images off the potato cds. Which program could I use?

Well, if you're looking to just make images (copies) from the CDs, I believe
that readcd should work.  (it comes with the cdrecord package)

> After I have these images I just have to edit /etc/fstab and add the
> location, mount point, type and options, right?

It depends on what you're doing with them.  Are you creating a personalized
installation set?

> Of course I have to edit /etc/apt/sources.list too, but then I would  be able
> to mount these images like any other device or partition?

Hm... this isn't something I've attempted, but I'm _thinking_ that you
should be able to use the loopback device to mount the images made by
readcd.  

I hope I haven't thrown you too far off track.  =0)

Jeremy



Problems with boot after vid. card switcharoo

2001-08-22 Thread Jeremy

Greetings,

I have both Potato and Sid on my box.  When I have to go into X on Potato, I
have to pull out my Radeon VE card and put in my TNT2 since that's what works
with X in Potato.  This used to work fine, but I ran into a snag tonight.
After the switch, I booted up into Potato, and all of a sudden the boot
process just froze at the spot where it identifies my ide0 and ide1 channels,
but it doesn't get as far as identifying my hard drive.  At first I swore
this was somethin with my hd, but after switching back to my Radeon card,
everything worked fine.  I switched out a couple more times just to make sure
it wasn't some fluke, and sure enough, if I had my TNT2 card in, it stopped
there every time.  I even tried booting off of the installation CD for
Potato, (because i was going to try a quick and dirty install of it to a new
partition just for kicks) and that did it each time, too.

So my question is this.  Why would a video card switch make bootup die at the
part where it identifies my ide channels or hard drives?  

My reason for going through all this is because I needed to install a program
under Potato that requires libc6 2.0 or 2.1.  Evidentally 2.2 doesn't work
with this particular program (CorelDRAW 9, if anyone has any experience with
that one)  Is there some way to possibly have 2 version of libc6 installed?
(Yeah, I know it's a kludge, but I'm desperate to get this thing working)

Thanks in advance,
Jeremy



Remounting / read-only

2001-08-25 Thread Jeremy

Howdy group!

I was wondering how I'm supposed to remount root readonly.  From what I can
figure I'm supposed to issue the command "mount -o remount,ro /", but I only
get a "mount: / is busy" message.  I've tried it without the comma between
remount and ro, and it seems to go through okay, but I'm not 100% sure that
it's now read-only.  How can I check on this?  If I just type mount, I see
all the options that are given in my fstab, but not what the current status
is (rw or ro) on any given mount point.  If it helps, I was thinking it would
be best to make a backup of / with it as ro so that no data is changed during
the backup process and keep from corrupting any data.  (Also, a particular
program I want to try out [partimage] requires it to be mounted ro.)

Thanks for any help!
Jeremy



[OT] How to rsync images?

2001-08-27 Thread Jeremy
Greetings!

I've read that if I've downloaded a CD image and the MD5sum is wrong, then I
can use rsync to just get the parts that are different from the remote file.
I've read through the rsync manpage, but I still don't quite understand how
I'm supposed to use the command.  As an example, if there were to be an image
at ftp://ftp.debian.org/pub/iso/potato-1.iso (I know there's not, but I just 
need
a "for instance") then from what I've gathered, I'd use the command:

rsync -avz ftp.debian.org:pub/iso/potato-1.iso potato-1.iso

When I use this, though, I get timeout errors.  I know this can't be right,
but I'm not sure how I'm supposed to do it.  Could anyone offer any help with
this please?  I'd greatly appreciate it.

Thanks a bunch,
Jeremy



Re: Sys Admin guide specific to Debian?

2001-08-28 Thread Jeremy
"Karsten M. Self"  writes:


> > There is also _Learning Debian GNU/Linux_ from O'Reilly, though some of 
> > it may be a little dated at this point since it's a few years old.
> 
> I can't recommend this book.

Neither can I.  I accidentally picked this one up before I knew better.

>   - Nemeth, et al, _UNIX Administration Handbook_, Prentice Hall.
>   - Frisch, _Essential System Administration_, O'Reilly.
>   - Siever, et al, _Linux in a Nutshell_, O'Reilly.
>   - Matt Welsh, _Running Linux_, O'Reilly.
>   - Peek, et all, _UNIX Power Tools_, O'Reilly.

One I liked in particular was the Unix Bookshelf put out by O'Reilly.  It's 6
books on CD (UNIX in a Nutshell and UNIX Power Tools are my two favorites in
there) as well as a hardcopy of UNIX in a Nutshell.  These have definitely
helped me out.

Jeremy



Re: W32/Myparty

2002-02-08 Thread jeremy
Quoting ben <[EMAIL PROTECTED]>:

> On Friday 08 February 2002 06:33 am, Paul 'Baloo' Johnson wrote:
> > On Fri, 8 Feb 2002, Jeremy Gaddis wrote:
> > > And wouldn't it be nice if none of us had to lock our
> > > doors, put bars over our windows, or install burglar
> > > alarms on our homes?  In a perfect world...
> >
> > I live in a rough part of Portland and I never lock the doors or the
> car
> > (and thanks to my roommate loosing my car keys at @Home Beaverton on
> his
> > last day of work before starting a new job, I had to remove the
> ignition
> > lock, not a pretty sight.  It starts with a screwdriver.  But then
> > again, who's going to steal a 1984 Buick Skylark with a YARD DEBRIS
> ONLY
> > recycling can sticker, Friends don't let friends use AOL
> bumpersticker
> > and metric instrumentation and 219,000 kilometers on it in Oregon?)
> >
> > Oh yeah, don't move to Oregon.  Portland's full and we have
> millitant
> > rednecks, in central/eastern Oregon, its always dark and raining,
> and
> > traffic's so bad public transit will get you anywhere faster than
> > driving usually.  8:oP
> 
> no wonder portland's full; it sounds perfect. btw, living in fear is a
> common 
> side effect of using all windon't apps. i mean, let's be fair; he's not
> just 
> wrong about the mailer.

Excuse me?  Living in fear?  Fear of what?  I'm not in fear of
anything regarding my Windows machines.

j.

--
Jeremy L. Gaddis <[EMAIL PROTECTED]>



LPRng.deb package failure when apt-get upgrade from woody

2001-10-13 Thread Jeremy
I consistently get this problem when I install a new system and apt-get 
update from woody. the system gets all the packages and when it comes 
time to unpack and install LPRng it fails and exits with a error status 
2. I think this needs to be fixed.




Mounting FreeBSD partitions?

2001-09-09 Thread Jeremy
Hello,

I was wondering what I need to do to mount FreeBSD partitions.  I currently
have the BSD filesystem options enabled in my kernel (2.4.9) as well as being
able to recognize the FreeBSD disklabel partitioning scheme.  The command
I've used is:

mount -t ufs -o ufstype=44bsd /dev/hda10 /mnt/freebsd

I know that /dev/hda10 is the one that I want to mount (it's / under FreeBSD)
but I get the ususal "wrong fs type, etc, etc..." error.  Can someone point
me in the right direction on this?

Thanks,
Jeremy



Re: OT: modem suggestions

2001-09-12 Thread Jeremy
Christopher Mosley <[EMAIL PROTECTED]> writes:

> Hello,
> I'm looking for a cheap, internal, ISA  or PCI  *all* harware modem.
> Any recommendations --  brand/model names appreciated.

I have a USR 3CP5610A that I love.  It works great with any OS I can throw at
it.  It's 56k v90 internal PCI.  The setup can take just a little tweaking,
but once you get it, it's great.

Jeremy



[OT] Extended File Attributes in XFS

2001-09-16 Thread Jeremy
Hi,

I was reading this evening on the various journaling file systems for Linux,
and I was wondering something.  I read that the XFS from SGI is supposed to
support extended file attributes.  What exactly are these?  If anyone is
familiar with it, are they anything like the file attributes in BeOS's file
system?

Thanks for any insight,
Jeremy



Way OT: getting values of list of variables

2001-09-23 Thread Jeremy

Hi,

I'm sorry about this being so OT, but I've been searching around in
documentation (man pages, books, scripting HOWTOs, etc) for a several hours
now, and I can't find anything that will answer my question.

I have a series of variables that I'm importing to a bash script from another
file, and I need a way to run a loop to echo the contents of each one in
sequence.  As an example, say this file has the following:

var1=data1
var2=data2
var3=data3
var4=data4

Is there some way I can make my script start with var1 and echo each one
through var4 WITHOUT hardcoding each seperate variable into the script?

I hope my question isn't too foggy, but I'm mighty tired at the moment, and I
can't guarantee that my brain is functioning correctly.  I GREATLY appreciate
any help that anyone can offer, whether it be an answer or a suggestion of a
place to look for more help.

Thanks,
Jeremy



Re: Way OT: getting values of list of variables

2001-09-23 Thread Jeremy
"Karsten M. Self"  writes:

> on Mon, Sep 24, 2001 at 01:27:16AM -0500, Jeremy ([EMAIL PROTECTED]) wrote:
> > 
> > Hi,
> > 
> > I'm sorry about this being so OT, but I've been searching around in
> > documentation (man pages, books, scripting HOWTOs, etc) for a several hours
> > now, and I can't find anything that will answer my question.
> > 
> > I have a series of variables that I'm importing to a bash script from 
> > another
> > file, and I need a way to run a loop to echo the contents of each one in
> > sequence.  As an example, say this file has the following:
> > 
> > var1=data1
> > var2=data2
> > var3=data3
> > var4=data4
> > 
> > Is there some way I can make my script start with var1 and echo each one
> > through var4 WITHOUT hardcoding each seperate variable into the script?
> 
> $ man bash
> search ^ *Arrays

Thank you!!  This is exactly what I needed!  I don't know why it never
crossed my mind to look at the bash manpage.  I guess because none of the
bash scripting books I have never mentioned arrays, so I didn't think it was
even an available facility for bash.  Anyway, thanks again!

Jeremy



Error files in /

2001-09-26 Thread Jeremy

I'm running into a strange occurance.  I evidentally have something that is
creating  error files in my / directory.  They're usually named something
like "errs9vkVeD" or "errskFcjY", always beginning with "errs", ending in a
seeming random sequence of numbers, and they're all zero bytes.  Has anyone
seen this before?

If it helps, I'm running kernel 2.4.9, X 4.1.0, and the programs I use
frequently are RXVT, XMMS, Emacs, and Mozilla.  (although I've never noticed
the files popping up during any particular time or when any particular
program is run.  It seems very random, but frequent)

Thanks for listening,
Jeremy



Re: Needing a random number generator for scripting

2001-09-27 Thread Jeremy

I want to thank you all for your help.  Many of the solutions sounded great.
(Makes me wish I knew a bit about some of the other programming languages
available, but I'm strictly a beginner, so I'm sticking with bash at the
moment). But it's good to know that there's such a knowledgable group out
there that's also very willing to help.  =0)

Thanks again,
Jeremy



Re: fetchmail.procmail, and bad mbox formats

2001-06-07 Thread Jeremy
Jeremy <[EMAIL PROTECTED]> writes:

>> I just recently got fetchmail and procmail working together with
ssmtp
>> to bring my pop email to my machine and throw it into an mbox.  The
>> problem I'm having, though, is that with MUAs like Mutt and Pine are
>> saying that the format of the mbox the procmail is dumping to is
bad. 
>> Is there something that has to be set with procmail to make this
look
>> like a normal mbox?  If not, are there any ideas as to what may be
>> wrong?  (if I 'less' the mbox file, all the emails are in there, but
I
>> don't really want to read them that way)

>No-one else has tried yet, so I'll start with  questions ;-)  

>Exactly what message do you get from Mutt?  Have you listed your
>mailbox
>in your .muttrc AS a mailbox??

I have this in my .muttrc:
set spoolfile="~/Mail/mbox"
So, I'm not really sure if that's quite what you mean, or if the option
is even the correct one to use.  When I start mutt, it beeps at me and
says "/home/jeremy/Mail/mbox is not a mailbox".  I've also tried
starting mutt with the -f option and listing the mbox there, but that
just resulted in the same error, only mutt exited immediately.  I'm new
to the notion of bringing in mail, seperating it, and reading it all
with different programs, so be patient with me if I don't pick it up
right away.

Thanks again,
Jeremy


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/



'apt-get -u dist-upgrade' error

2001-06-07 Thread Jeremy
I'm new to apt-get, but I've been using Debian (potato) for several
months now.  I finally decided that it was time for me to upgrade and
try out 'woody'.  So I did 'apt-get update' after changing my
sources.list file to point to the testing ftp, and after that I did
'apt-get -u dist-upgrade'  Everything downloaded fine, but when it went
to install the packages it downloaded, right after it finished running
the package scan of all the packages to be installed or upgraded, I got
this error:

Template parse error near "" at
/usr/lib/perl5/Debian/DebConf/Template.pm line 102,  chunk
3.
(in cleanup) Can't call method "DESTROY" on an undefined value at
/usr/lib/perl5/Debian/DebConf/Question.pm line 251, 
 line 3 during global destruction.
E: Sub-process /usr/sbin/dpkg-preconfigure --apt returned an error code
(29)
E: Failure running script /usr/sbin/dpkg-preconfigure --apt

After it gives me this error, it dumps me back out at the command
prompt.  Does anyone have any idea what this might mean what what I
might be able to do to get apt-get to dist-upgrade?  Please CC me as
I've just signed up for the list and haven't started receiving mailing
list messages yet.

TIA,
Jeremy
[EMAIL PROTECTED]

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/



fetchmail, procmail, and bad mbox formats

2001-06-07 Thread Jeremy
I just recently got fetchmail and procmail working together with ssmtp
to bring my pop email to my machine and throw it into an mbox.  The
problem I'm having, though, is that with MUAs like Mutt and Pine are
saying that the format of the mbox the procmail is dumping to is bad. 
Is there something that has to be set with procmail to make this look
like a normal mbox?  If not, are there any ideas as to what may be
wrong?  (if I 'less' the mbox file, all the emails are in there, but I
don't really want to read them that way)

TIA,
Jeremy

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/



msttcorefonts_1.8_all.deb

2008-01-27 Thread jeremy
I am brand spankin' new to linux and it's world--don't know much about  
it really, but am trying to get debian installed along side an old  
win95 installation on an old laptop.  according to specifications, it  
will go on my machine.  however, the two different cd image files i've  
downloaded apparently have the same problem.  The installation stops,  
and when cd integrity is checked, the file named above "failed the md5  
checksum verification."  Any help in getting in to this is much  
apperciated.  Thank you.


Jeremy


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




Freetype Hinting

2006-07-13 Thread Jeremy
Does anyone know if it's possible to enable the bytecode hinting in 
freetype2 on a debian system?  As I understand, this was disabled by 
default because of patent issues.


I could remove the library package (libfreetype6) and manually compile 
to get the hinting enabled, but that is going to mess up my apt stuff, 
right?  Maybe there's an alternate debian package for libfreetype6 that 
has the superior hinting enabled?  Or perhaps there's another way to 
mess with these settings?


Thanks,
Jeremy


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




getting AC97 sound to work under debian 3.0

2002-04-06 Thread jeremy
I can not get sound to work on my system. I have added my user profile to the 
audio group, but I get an error that tells me I have no device installed.

I did the net install and I know I set up AC97 sound drivers and OSS in 
kernel.

is there somthing else I need to do to get this to work?

I tried to use sndconfig and it told me that it could not set it up becasue 
it was not identified.

thanks

Jeremy


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



Re: getting AC97 sound to work under debian 3.0

2002-04-06 Thread jeremy
this is the lspci output:

00:00.0 Host bridge: Acer Laboratories Inc. [ALi]: Unknown device 1647 (rev 
04)
00:01.0 PCI bridge: Acer Laboratories Inc. [ALi] M5247 
00:03.0 Multimedia audio controller: Acer Laboratories Inc. [ALi] M5451 PCI
South Bridge Audio (rev 02) 
00:04.0 IDE interface: Acer Laboratories Inc. [ALi] M5229 IDE (rev c4) 
00:06.0 USB Controller: Acer Laboratories Inc. [ALi] M5237 USB (rev 03) 
00:07.0 ISA bridge: Acer Laboratories Inc. [ALi] M1533 PCI to ISA Bridge 
[Aladdin IV] 
00:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139 (rev 
10) 
00:11.0 Bridge: Acer Laboratories Inc. [ALi] M7101 PMU 
00:14.0 USB Controller: Acer Laboratories Inc. [ALi] M5237 USB (rev 03) 
01:00.0 VGA compatible controller: nVidia Corporation NV15 (GeForce2 Pro) 
(rev a3)

thanks


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



Scroll mouse?

2002-04-06 Thread jeremy
I have the ZAxisMapping set correctly in my XFree86-4.conf file but I do not 
seem to be able to get scrolling to work...any Idea what is wrong?\

Thanks


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



Grub and /dev/hdg: Need help please

2002-05-27 Thread Jeremy
I'm new to using grub for booting my OS's.  I recently bought a new HD, and 
I've dedicated that one to Linux and left Windows 2000 on the old one.  The 
new HD is /dev/hda.  I have a Zip100 on hdb, my dvd-rom on hdc, and my cd 
burner on hdd.  I have a ATA card installed that the old HD is attached to 
(along with a couple of other HDs that aren't booted, but just used for 
storage), and it winds up being /dev/hdg, with Windows on hdg1.  I've 
edited my /boot/grub/device.map file so that it looks like this:

(fd0)   /dev/fd0
(hd0)   /dev/hda
(hd1)   /dev/hdg

I thought that perhaps this would map correctly to the drive I want to boot.  
Then my menu.lst file has this entry for Windows 2000

title Windows 2000
rootnoverify (hd1,1)
chainloader +1

But when I choose this at the bootup screen, I get "Error 25: Disk Read 
Error".  Is it possible to boot Windows from where it is?  I'm mainly 
trying to avoid having to reinstall it.  I don't have to 3 hours to spare 
right now to reinstall and reconfigure it so that it's back fairly close to 
it's current state.

I've tried looking at various tutorials online, as well as the info page for 
grub, but I've had no luck in getting this to work.

Thank you for any help that anyone can offer,

Jeremy


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



Re: OT: differences between database models

2003-02-17 Thread Jeremy Gaddis
LDAP is an example of a  hierarchical database ("upside-down tree").

j.

-- 
Jeremy L. Gaddis
<[EMAIL PROTECTED]>   <http://www.gaddis.org>

> also sprach martin f krafft <[EMAIL PROTECTED]> [2003.02.17.0930 +0100]:
>> The topic is about three different database models: the relational, the
>> hierarchical, and lastly, the network model.
>
> Is LDAP an instance of a hierarchical database model (optimised for
> read-only access), or is it yet different?
>
> --
> Please do not CC me when replying to lists; I read them!
>
> .''`. martin f. krafft <[EMAIL PROTECTED]>
> : :'  :proud Debian developer, admin, and user
> `. `'`
>  `-  Debian - when you have better things to do than fixing a system
>
> NOTE: The pgp.net keyservers and their mirrors are broken!
> Get my key here: http://people.debian.org/~madduck/gpg/330c4a75.asc




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




Re: how to reject all connections? [was: Re: IP's]

2003-02-19 Thread Jeremy Gaddis
>> If you needed to specify the network address of all hosts, it would take
>> the form 0.0.0.0/0.0.0.0, which I believe can be written as 0.0.0.0/0  for
>> short (please confirm this before using it).
>
> Yes, that sounds right.

ipchains also accepts 0/0.  I haven't used iptables,
but I assume it would also support this format.

j.

-- 
Jeremy L. Gaddis
<[EMAIL PROTECTED]>   <http://www.gaddis.org>



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




Re: LAN Mailserver - what packages

2003-02-22 Thread Jeremy Gaddis
FWIW, I've been happily using uw-imapd, exim, mailscanner,
spamassassin and the f-prot virus scanner in conjunction
with Outlook (97,98,2000,XP) and evolution.

Haven't experienced any real problems with that setup, YMMV.

j.

-- 
Jeremy L. Gaddis
<[EMAIL PROTECTED]>   <http://www.gaddis.org>

>
> Team:
>
> I have to setup a mail system for a small LAN of mixed Debian and Win2K
> clients.
> Currently, I have a mail system running elsewhere that I'm not really happy
> with:  Exim and mailutils-imapd.  I'm not happy with this because:
>
> mailutils-imapd balks at subfolder creation
> mailutils-imapd fills the / partition (the system has a very simple
> partitioning scheme) and stops working
> mailutils-imapd and Eudora works fine, but I can't get the Outlook Express
> 6 imap client to connect to it
> plus, Exim has had several major releases, and they don't make it into the
> Debian package stream - what's up with that?
>
> So, I tried a few things:
>
> Exim and Courier-imap with exim modified to use maildir format - I found a
> good reference for this setup, but I couldn't make it work - i'm not sure
> that the maildir format parameter for exim is the same in exim 3 as in exim
> 4 (the howto was for exim4), and I couldn't find it anywhere in the the
> exim3 docs on exim.org.  Also, I think I needed to create the maildir
> files, but the script for creating them isn't included in these packages .
> . . .
>
> So I figured, what the hell, I have nothing invested in exim - I'll go with
> a fullblown courier install, mta and all.
>
> Well, either I did something wrong, or the Debian packages are missing some
> of the test-scripts included in the standard courier distribution.  Also, I
> don't seem to be able to locate a HowTo, and I would really like to avoid
> plowing through the entire set of docs just to get the basics working.
>
> So, I'm looking for pointers/suggestions to:
>
> 1.  A straight-forward Courier howto
> 2.  Or a recommendation for a solution to meet the parameters below.
>
> LAN mail environment.  In/Out via SMTP and a smarthost.  Anti-SPAM and
> Anti-Virus scanning/processing options (Spam-Assassin and amavis?) would be
> nice, but not necessary to start.  Debian and Win2K clients running
> Evolution and Outlook Express, respectively, accessing via IMAP so that all
> mail will be local to the LAN server and stored in individual homedirs.
> All clients have a local Unix account on the Debian server.
>
> In the past, I used SlowLaris, and either sendmail/popper (I was NOT a
> sendmail guru - I just knew which 3 lines to modify) or post.office (which
> softwar.com now OpenWave has abandoned).
>
> All help/suggestions apprciated.
>
> madmac
>
>
>
> --
> Doug MacFarlane
> [EMAIL PROTECTED]
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]




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



ipchains not logging to syslog

2003-02-26 Thread Jeremy Gaddis
Has anyone experienced an issue with ipchains not logging
via syslog?  The log info for the packets that should be
logged is output to the first VT, but this is hardly
convenient as the machine is put up in a closet.

[EMAIL PROTECTED]:pts/0:~]$ uname -a
Linux mars 2.2.23 #4 Thu Jan 23 22:15:03 EST 2003 i486 unknown

[EMAIL PROTECTED]:pts/0:~]$ grep -v ^# /etc/syslog.conf
*.* @192.168.0.2

Everything else gets probably logged, however, nothing appears
from ipchains.  The default policy for the input chain is ACCEPT,
however, there are individual rules for packets that I want allowed,
then there's a default "catch-all" at the end of the input chain
which should log everything that isn't allowed.  The packet logs never
make it to the loghost however.

[EMAIL PROTECTED]:pts/0:~]# ipchains -L input -n | head -n 1
Chain input (policy ACCEPT):

[EMAIL PROTECTED]:pts/0:~]# ipchains -L input -n | tail -n 1
DENY   all  l-  0.0.0.0/00.0.0.0/0 n/a

The packets are indeed being blocked (and logged to the first VT),
but nothing is reported via syslog.  Has anyone experienced an issue
of this sorts before?

Thanks,
j.

--
Jeremy L. Gaddis   <[EMAIL PROTECTED]>   <http://www.gaddis.org>



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



Re: /etc/chatscripts/provider

2003-02-26 Thread Jeremy Gaddis
On Tue, 25 Feb 2003 [EMAIL PROTECTED] wrote:

> What is the correct way to tell my modem to do an ATM0 (shut it up) in this
> script?

I changed the line that causes the dialout to occur to include M0.

The line previously read "ATDT865", it now reads "ATM0DT865".

j.

--
Jeremy L. Gaddis
<[EMAIL PROTECTED]>   <http://www.gaddis.org/>



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



default permissions on /root

2003-02-27 Thread Jeremy Gaddis
Can anyone explain to me why /root has
default permissions of 700 on a clean
install?

j.

--
Jeremy L. Gaddis
<[EMAIL PROTECTED]>   <http://www.gaddis.org/>



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



Re: default permissions on /root

2003-02-27 Thread Jeremy Gaddis
Jeremy Gaddis said:

> Can anyone explain to me why /root has
> default permissions of 700 on a clean
> install?

Sorry, made a boo-boo when I wrote that.
I meant to ask why were the default
permissions *NOT* set to 700 on a clean
install?

I have multiple Debian machines and just
today noticed that /root has default
permissions of 755.

j.

-- 
Jeremy L. Gaddis
<[EMAIL PROTECTED]>   <http://www.gaddis.org>


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



Re: default permissions on /root

2003-02-28 Thread Jeremy Gaddis
> > Sorry, made a boo-boo when I wrote that.
> > I meant to ask why were the default
> > permissions *NOT* set to 700 on a clean
> > install?

> This was discussed at length on debian-devel, IIRC.  Try search the
> archives at http://lists.debian.org/.

ahhh, i don't read debian-devel so i wasn't aware of that.
i'll go look for the thread though, thanks.

j.

--
Jeremy L. Gaddis
<[EMAIL PROTECTED]>   <http://www.gaddis.org/>



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



Re: default permissions on /root

2003-02-28 Thread Jeremy Gaddis
On Fri, 28 Feb 2003, Bob Proulx wrote:

> > Sorry, made a boo-boo when I wrote that.
> > I meant to ask why were the default
> > permissions *NOT* set to 700 on a clean
> > install?

> There is no sensitive files installed in /root.  There really is no
> reason not to make it 755.  Everyone knows what is in /root.  It is
> not a secret.

oh?  what do i have in my /root directories then?

> However, if you place sensitive files there then you might choose to
> make that directory more restrictive.  I advise putting sensitive
> files elsewhere, however.  But it is your system and your choice.  You
> can modify the system as you see fit.

where is a more appropriate location for files only to be seen or
used by the root user than his home directory?

> Remember that root is not a real user.  You should not be using root
> to do nonadministrative work on the machine.  Use a real user account
> for that.

yes, i'm well aware of that.  and i don't use the root account
for "nonadministrative work".  i use it solely for "administrative
work", and henceforth, have files in /root not intended for the
general public.  i stores script under /root that are run from
crontab, and various other files.

i guess i wrongly assumed that a distribution that's usually
somewhat sane would have somewhat sane permissions on a directory
such as /root, which i consider "sensitive", so to speak.

*shrug*

j.

--
Jeremy L. Gaddis
<[EMAIL PROTECTED]>   <http://www.gaddis.org/>



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



Re: [OT] Complaint

2003-03-01 Thread Jeremy Gaddis
> Still, there is no reason to BCC the list. Not everyone has the ability
> to customize what their filters filter on (I'm sure there are more then
> a few Evolution and OE users on the list).

I'm an Outlook/pine/SquirrelMail user and instead of filtering
on each client, I do the smart thing and do filtering server-side
using procmail.

[snip]
:0:
* ^Resent-From: [EMAIL PROTECTED]
/home/jeremy/mail/debian

:0:
* ^(List-Id|Mailing-List):.*freebsd
/home/jeremy/mail/freebsd

:0:
* ^(List-Id|Mailing-List):.*securityfocus
/home/jeremy/mail/security
[snip]

j.

--
Jeremy L. Gaddis
<[EMAIL PROTECTED]>   <http://www.gaddis.org/>



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



Speaking of strange problems...

2003-03-05 Thread Jeremy Cheng
Speaking of strange problems, I have a load of them.  The biggest one is
that ever since I upgraded the motherboard of my server, I have not been
able to type in console.  The key set is all messed up(ie, I type j and
another character comes up and F7 is backspace,etc).  However, if I find a
way to get into X, all the keys work fine.  Also, the mouse is not
properly working in X either.  All I get is a black box in place of the
pointer and some error messages about detecting the mouse. I am wondering
if it has to do with the motherboards mouse and keyboard ps/2 ports.  I am
also wondering if upgrading the kernel will do anything.  Anything to fix
it rather than re-installing cause I can't afford to do that. Any advice? 
Thanks in advance!  =)

specs -
AMD Duron 900Mhz.
MSI MS-6378 motherboard
Debian 3.0 Unstable
Kernel 2.2.20

Jeremy

-- 
HK Tech. Research Group
[EMAIL PROTECTED]


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



Re: Speaking of strange problems...

2003-03-05 Thread Jeremy Cheng
Well, guys, I fixed the keyboard problem by doing a "dpkg-reconfigure
console-data"  Why didn't I think of that earlier instead of fighting
with it for so long.  Anyway, the mouse is not fixed though... so I am
still open for advice for that.  Thanks

Jeremy

Jeremy Cheng said:

> Speaking of strange problems, I have a load of them.  The biggest one is
> that ever since I upgraded the motherboard of my server, I have not been
> able to type in console.  The key set is all messed up(ie, I type j and
> another character comes up and F7 is backspace,etc).  However, if I find a
> way to get into X, all the keys work fine.  Also, the mouse is not
> properly working in X either.  All I get is a black box in place of the
> pointer and some error messages about detecting the mouse. I am wondering
> if it has to do with the motherboards mouse and keyboard ps/2 ports.  I am
> also wondering if upgrading the kernel will do anything.  Anything to fix
> it rather than re-installing cause I can't afford to do that. Any advice?
> Thanks in advance!  =)
>
> specs -
> AMD Duron 900Mhz.
> MSI MS-6378 motherboard
> Debian 3.0 Unstable
> Kernel 2.2.20
>
> Jeremy
>
> --
> HK Tech. Research Group
> [EMAIL PROTECTED]
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
>
>


-- 
HK Tech. Research Group
Linux developement project
http://www.hktech.org
[EMAIL PROTECTED]


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



EagleTec ET-WL322 PCMCIA

2003-03-06 Thread Jeremy Cheng
Anyone have any experience with the EagleTec ET-WL322 PCMCIA wireless
card?  Is it supported by the Linux kernel and Debian?  I went through all
the documentation and could only found stuff on the ET-WL300  Any
advice will help. Thanks!

Jeremy

-- 
HK Tech. Research Group
Linux developement project
http://www.hktech.org
[EMAIL PROTECTED]


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



Re: some doubts - [newbie]

2003-03-08 Thread Jeremy Cheng
I have always downloaded straight from Sun's website(tarball) and it works
fine for me.  You can consider that....

Jeremy

---
Rob Weir said:

> On Wed, Mar 05, 2003 at 01:29:19PM -0300, Gilberto Garcia Jr. wrote:
>> 2) which is the easiest way to upgrade jdk 1.3.1 to jdk 1.4.1?
>
> You can get them from blackdown.org, but I think they only exist for
> sarge and sid.  They even have .debs and an apt source.
>
>> 3) how can I get a new ssl certificate? I have apache-ssl installed and
>> now
>> the certificate has expired.
>
> You can make your own using mksslcert, but browsers may/will complain
> about them.  Your transactions will be secure though.
>
>> 4) why a simple hello word program in java, that works fine on windows,
>> return this error on linux (java.lang.NoDefFoundError)
>
> Because you haven't setup Java properly, I guess.
>
>> Outgoing mail is certified Virus Free.
>
> Hah, good to know.  Mutt's well known for executing arbitrary code that
> strangers send to me.  At least that nearly has a proper signature header
> though, but you only want two dashes :)
>
> --
> Rob Weir <[EMAIL PROTECTED]>  http://ertius.org/
>


-- 
HK Tech. Research Group
Linux developement project
http://www.hktech.org
[EMAIL PROTECTED]


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



Re: Mounting SMB FS

2003-03-11 Thread Jeremy Cheng
Try leaving out the fs in mount -t smbfs.  So it would be "mount -t smb
//server/resource /mountPoint."  The problem with that is you have to make
sure that your kernel is configured to support smbfs.  If you don't find 
any sucess in what I just said, you can install the debian package smbfs
and it has a smbmount command that you can mount with... which makes
things way easier... =)

Good Luck

Jeremy

Joseph A Nagy Jr said:

> jan-jr-ent:~# smbclient -L //hal9001
> added interface ip=192.168.1.11 bcast=192.168.1.255 nmask=255.255.255.0
> Got a positive name query response from 192.168.1.10 ( 192.168.1.10 )
> Password:
> Domain=[THE_MATRIX] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
>
>  Sharename  Type  Comment
>  -    ---
>  IPC$   IPC   Remote IPC
>  print$ Disk  Printer Drivers
>  SharedDocs Disk
>  C  Disk
>  Printer2   Printer   Canon Bubble-Jet BJC-2100
>  PrinterPrinter   EPSON Stylus Photo 785EPX
>
>  Server   Comment
>  ----
>  HAL9001  Family Room Computer
>
>  WorkgroupMaster
>  ----
>  THE_MATRIX   HAL9001
>
>
> I can see the share, but:
>
> jan-jr-ent:~# mount -t smbfs -o username=someuser,pass=somepass
> //hal9001/C /mnt/windows/
> mount: wrong fs type, bad option, bad superblock on //hal9001/C,
> or too many mounted file systems
>
> I can't mount it. That is the exact command that I used on my RedHat
> box. As you can see I DO Have smbclient installed and it's working.
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
>
>


-- 
HK Tech. Research Group
Linux developement project
http://www.hktech.org
[EMAIL PROTECTED]


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



Re: Mounting SMB FS

2003-03-11 Thread Jeremy Cheng
Sorry, I left out the "-o" in the previous message.

Jeremy

Joseph A Nagy Jr said:

> jan-jr-ent:~# smbclient -L //hal9001
> added interface ip=192.168.1.11 bcast=192.168.1.255 nmask=255.255.255.0
> Got a positive name query response from 192.168.1.10 ( 192.168.1.10 )
> Password:
> Domain=[THE_MATRIX] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
>
>  Sharename  Type  Comment
>  -    ---
>  IPC$   IPC   Remote IPC
>  print$ Disk  Printer Drivers
>  SharedDocs Disk
>  C  Disk
>  Printer2   Printer   Canon Bubble-Jet BJC-2100
>  PrinterPrinter   EPSON Stylus Photo 785EPX
>
>  Server   Comment
>  ----
>  HAL9001  Family Room Computer
>
>  WorkgroupMaster
>  ----
>  THE_MATRIX   HAL9001
>
>
> I can see the share, but:
>
> jan-jr-ent:~# mount -t smbfs -o username=someuser,pass=somepass
> //hal9001/C /mnt/windows/
> mount: wrong fs type, bad option, bad superblock on //hal9001/C,
> or too many mounted file systems
>
> I can't mount it. That is the exact command that I used on my RedHat
> box. As you can see I DO Have smbclient installed and it's working.
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
>
>


-- 
HK Tech. Research Group
Linux developement project
[EMAIL PROTECTED]


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



nvidia geforce4... help...

2003-03-11 Thread Jeremy Cheng
I have successfully built the nvidia drivers and Gnome is looking great. 
However, when I logout of X and return to console, my monitor displays a
box that says "Monitor is working, out of scan range, change PC settings" 
It also happens when I do ctrl-alt-F* into any other terminals from X. 
Does anyone know why and how to fix this?  It's really annoying to have to
reboot everytime to return to pure console.  And I am also wanting to use
VNC which doesn't work either because of this problem.  Thanks in advance!

Debian 3.0 unstable
MSI Nvidia Geforce 4 MX440SE-T

Jeremy
-- 
HK Tech. Research Group
Linux developement project
[EMAIL PROTECTED]


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



Re: nvidia geforce4... help...

2003-03-12 Thread Jeremy Cheng
When I first built the drivers, I had an older 64mb nvidia agp in there
and didn't have that problem.  However, since the older one is starting to
tweak out, I had to replace it with this newer one that's a 64mb Geforce 4
MX440SE-T.  I redid the process starting at the /usr/src/linux.  Would
wiping everything and and removing the nvidia deb packages and restarting
all over again make a difference?  Or is it because the new cards really
need me to disable APIC or switch the console drivers to text mode? 
Thanks!

Jeremy

Rob Weir said:


> Also, if you've built a custom kernel and using APIC, you might also
> have this problem.  Disabling it might help, but I think it's essential
> on SMP machines.
>
> --
> Rob Weir <[EMAIL PROTECTED]>  http://ertius.org/
>


-- 
HK Tech. Research Group
Linux developement project
[EMAIL PROTECTED]


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



Re: 'gcc logjam'

2003-03-13 Thread Jeremy Cheng
LogJam is a client for LiveJournal.com.  For more information, you can
find it at http://www.livejournal.com .  As for gcc, I am not too sure
what you are asking for... Good Luck!

Jeremy


Matt Price said:

> hi everyone,
>
> I've noticed frequent references in this list to the 'gcc logjam'.
> Now, I know gcc is the C compiler, and that more or less everything in
> Debian is dependent on it...  ut I don't know much else.  Can anyone
> tell me what the _issues_ are with gcc, and what the nature of the
> 'logjam' is?  I just want to understand batter what it's all about.
> thanks as always,
> matt
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
>
>


-- 
HK Tech. Research Group
Linux developement project
http://www.hktech.org
[EMAIL PROTECTED]


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



RE: Debian and LDAP

2003-03-15 Thread Jeremy Gaddis
I've attached two Perl scripts which may or may not
come through.  One is the LDAP-aware version of
useradd, the other the LDAP-aware version of passwd.
If they don't come through, let me know and I'll
send them privately.

You don't have to create all the accounts manually,
there are "migration tools" to help complete this task.
IIRC, http://www.padl.org/ has some scripts.

As for a user being a member of multiple groups,
the groups go into a separate organizational unit
("ou=groups", usually), and each user that is a member
of this group is included under this, "member: username",
IIRC.

HTH.

j.

--
Jeremy L. Gaddis   <[EMAIL PROTECTED]>   <http://www.gaddis.org>



> -Original Message-
> From: Aaron Isotton [mailto:[EMAIL PROTECTED] 
> Sent: Saturday, March 15, 2003 3:12 AM
> To: [EMAIL PROTECTED]
> Subject: Debian and LDAP
> 
> 
> 
> Hi,
> 
> I'm setting up a Debian machine with LDAP authentication (the LDAP
> Server runs on the Debian machine, and should be used for 
> authentication
> both locally and on remote machines, but that's not the problem).
> 
> The LDAP Server runs fine, and both local and remote users can
> authenticate from it.  I'm doing this the first time, and so 
> I run into
> a few problems:
> 
> - How can I manage the accounts in a sensible way?  useradd 
> and the like
> seem not to use PAM, so I can't use them; until now I've used
> directory-administrator and gq to manage the accounts, but I have a
> strong dislike for GUI programs for such tasks.  I know I can use
> ldapadd/ldapmodify to manage accounts, but I'm not yet good enough in
> LDIF to do that.  Is there any useradd-like tool which uses PAM?
> 
> - Using useradd etc every user has also his own group.  Do I *really*
> have to create all of them by hand?
> 
> - How do I add a user to more than one group?
> 
> - I'd like to allow some users to log in on the server (via ssh, for
> example) and others not BUT everybody should be able to log in to the
> workstations (which authenticate off the server).  Thus setting the
> shell to /bin/false is not an option.  It'd be ideal if it 
> could be done
> by group (ex. all users in the group "it" can log in on the 
> server, the
> others can't).  Is there any solution for this?
> 
> Thanks a lot.
> 
> Aaron Isotton [ 
http://www.isotton.com ]
--
If you can't understand it, it is intuitively obvious.


ldapchpasswd.pl
Description: Binary data


ldapuseradd.pl
Description: Binary data


RE: Debian and LDAP

2003-03-15 Thread Jeremy Gaddis
> -Original Message-
> From: nate [mailto:[EMAIL PROTECTED] 
> Sent: Saturday, March 15, 2003 10:09 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Debian and LDAP

> this should work for your needs:
>
http://howto.aphroland.de/HOWTO/LDAP/ConfiguringHostBasedAccessWithLDAP


Nice work Nate.

It'd sure be nice if this were available as one big file suitable
for printing though (e.g. plain text or PDF).  *hint*  :)

j.

--
Jeremy L. Gaddis   <[EMAIL PROTECTED]>   <http://www.gaddis.org>



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



RE: Debian and LDAP

2003-03-16 Thread Jeremy Gaddis
> -Original Message-
> From: nate [mailto:[EMAIL PROTECTED] 
> Sent: Saturday, March 15, 2003 11:21 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Debian and LDAP

> > It'd sure be nice if this were available as one big file suitable
> > for printing though (e.g. plain text or PDF).  *hint*  :)
> 
> I used to.. but it was hard to maintain. With Zope+Zwiki I have a lot
> more control(integrated versioning system, search engine etc).
> 
> feel free to convert it to such a format if you want though :)

Well, don't really have the time right now, but I may attempt
to do so in the future.  I assume permission granted from the
author?  :)

j.

--
Jeremy L. Gaddis   <[EMAIL PROTECTED]>   <http://www.gaddis.org>



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



RE: Debian and LDAP

2003-03-16 Thread Jeremy Gaddis
If you have to create your users from scratch, as
opposed to "migrating" them, the ldapuseradd script
I posted may greatly assist you in that.  The script
is somewhat old, so it may require a few changes
to work with the newer LDAP server version (I haven't
used it for quite some time, so I'm not really sure).

As you may or may not have noticed, I am using Outlook.
I have a "directory service" account set up for my local
LDAP server.  When I compose a new message, Outlook will
query the LDAP server to find the e-mail address of the
person whose name I enter into the "To:" field.  It does
this via the "mail" attribute.  I created my initial LDAP
entries by manually composing an LDIF file and importing
that into the LDAP server.  Here's my "record" in the LDAP
server, from the LDIF file (some information blocked out,
of course):

[snip]
dn: cn=Jeremy Gaddis,ou=People,dc=gaddis,dc=org
cn: Jeremy Gaddis
objectclass: person
objectclass: organizationalPerson
objectclass: inetOrgPerson
facsimiletelephonenumber: +1 812 555 
postaladdress: PO Box 123
streetaddress: 123 Any Street
l: Mitchell
st: Indiana
postalcode: 47446
telephonenumber: +1 812 555 
mail: [EMAIL PROTECTED]
givenname: Jeremy
sn: Gaddis
[snip]

Also, if you use the right entries (which I didn't),
you can also use Start -> Find -> People in Windows
to query the LDAP server (instead of the local Contacts
database) and Windows will show the person's name,
address, phone numbers, etc. in the appropriate fields.

I can't give you any information regarding Evolution as
I don't use it, but I assume the setup is probably very
similar, since Evolution aims to be an Outlook "clone".

HTH,

j.

--
Jeremy L. Gaddis   <[EMAIL PROTECTED]>   <http://www.gaddis.org>



> -Original Message-
> From: Aaron Isotton [mailto:[EMAIL PROTECTED] 
> Sent: Sunday, March 16, 2003 8:37 AM
> To: Jeremy Gaddis
> Cc: [EMAIL PROTECTED]
> Subject: RE: Debian and LDAP
> 
> 
> 
> On Sun, 2003-03-16 at 03:09, Jeremy Gaddis wrote:
> > I've attached two Perl scripts which may or may not
> > come through.  One is the LDAP-aware version of
> > useradd, the other the LDAP-aware version of passwd.
> > If they don't come through, let me know and I'll
> > send them privately.
> > 
> > You don't have to create all the accounts manually,
> > there are "migration tools" to help complete this task.
> > IIRC, http://www.padl.org/ has some scripts.
> 
> Well, I don't have to "migrate" users, I still have to create them. 
> (It's an all new infrastructure).
> 
> > As for a user being a member of multiple groups,
> > the groups go into a separate organizational unit
> > ("ou=groups", usually), and each user that is a member
> > of this group is included under this, "member: username",
> > IIRC.
> > 
> > HTH.
> > 
> > j.
> 
> Thank you (and all the others who answered).  Your help is very
> appreciated.
> 
> Another question:  programs like Evolution and Outlook allow 
> one use an
> LDAP directory as backend for Contacts.  Which entries are 
> used exactly
> for all that?
> 
> Aaron Isotton [ 
http://www.isotton.com ]
--
Robustness, adj.:
Never having to say you're sorry.


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



RE: Check the update from Microsoft.

2003-03-19 Thread Jeremy Gaddis
Got this message in my Inbox today, and it appears that it
was sent to a bunch of subscribers to debian-user.  It had
an executable file attached, q157498.exe, which is, of course,
a virus, if anyone had any doubts.

j.

--
Jeremy L. Gaddis   <[EMAIL PROTECTED]>   <http://www.gaddis.org>



> -Original Message-
> From: Ben van.Daalen [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, March 19, 2003 10:34 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Check the update from Microsoft.
> 
> 
> 


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



RE: Check the update from Microsoft.

2003-03-19 Thread Jeremy Gaddis
> -Original Message-
> From: Hall Stevenson [mailto:[EMAIL PROTECTED] 

> >Got this message in my Inbox today, and it appears that it
> >was sent to a bunch of subscribers to debian-user.  It had
> >an executable file attached, q157498.exe, which is, of course,
> >a virus, if anyone had any doubts.
> 
> Doesn't appear to have concerned anyone... No doubt the 
> majority on this 
> list use Linux and are thus unaffected by any Dos or Windows 
> virii. I read 
> the list during the day with Eudora, on Windows, but have 
> virus protection. 
> If an MS-user goes without virus protection, that's their problem.

Yes, and there are many who read this list on Windows-based also.
Many people read it from the office where they may be forced to
use Outlook or another Windows e-mail client.

Then, there are those who have this holier-than-thou attitude
and think they are so damn cool because they use Linux instead of
Windows.

I have come to refer to this as "Linuxitis", it is generally
limited to those who understand that Linux isn't the answer to
everything and that, yes, some people do use non-Linux operating
systems.

The message was intended as a general "heads-up" to any of the
others who may have received the original (off-list) message. I
*do* use Outlook.  I do, however, also have the appropriate measures
in place to prevent virii from affecting my Windows machines.

If my original message didn't concern you, great.  If you think you're
so much cooler because you use Linux, well, I hope you seek treatment.

Good day.

j.

--
Jeremy L. Gaddis   <[EMAIL PROTECTED]>   <http://www.gaddis.org>




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



RE: Check the update from Microsoft.

2003-03-19 Thread Jeremy Gaddis
> -Original Message-
> From: Joseph A Nagy Jr [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, March 19, 2003 5:36 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Check the update from Microsoft.
> 
> 
> 
> It's called not letting non-subscribed persons post to the list.

Then you wouldn't be able to receive mail from people like me, who
are subscribed to this list from an address different than my From:
address, and I know how much that would hurt your feelings.  :)

j.

--
Jeremy L. Gaddis   <[EMAIL PROTECTED]>   <http://www.gaddis.org>



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



Buffer overflows in Evolution/mutt

2003-03-20 Thread Jeremy Gaddis
Since some of you are so nice as to point out security problems in
Outlook to me, allow me to inform you all of the following:

http://www.coresecurity.com/common/showdoc.php?idx=309&idxseccion=10

"Multiple vulnerabilities in Ximian's Evolution Mail User Agent", and

Message-ID: <[EMAIL PROTECTED]>
(sorry, no URL available), "mutt-1.4.1 fixes a buffer overflow."

Both were posted Wednesday night to bugtraq.  Please update your
mail clients.

Thanks,
j.

--
Jeremy L. Gaddis   <[EMAIL PROTECTED]>   <http://www.gaddis.org>



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



RE: Check the update from Microsoft. - reporting

2003-03-20 Thread Jeremy Gaddis
-Original Message-
From: Alvin Oga [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 20, 2003 2:47 AM
To: Paul Johnson
Cc: [EMAIL PROTECTED]
Subject: Re: Check the update from Microsoft. - reporting
 
- and i still like the immediate action that the incoming spam bounces
  back to the sender's pc and hopefully filling up their
/var/spool/mail/
  and if they didnt separate /var from /  than the box will soon die

Wow, spammers actually use their own address in the From: field?

j.

--
Jeremy L. Gaddis   <[EMAIL PROTECTED]>   <http://www.gaddis.org>



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



RE: question about LDAP conventions

2003-03-21 Thread Jeremy Gaddis
> -Original Message-
> From: Haim Ashkenazi [mailto:[EMAIL PROTECTED] 
> Sent: Friday, March 21, 2003 2:42 AM
> To: Debian User
> Subject: question about LDAP conventions
> 
> I'm trying to learn to implement ldap in organizations, so 
> I've read a few ldap howto's and I know how to do some basic 
> stuff. my problem is that I don't fully understand the naming 
> conventions (maybe due to a lack of knowledge in english...).
> In the default debian install there are 2 organizational 
> units: roaming and people. could someone please explain (or 
> direct me to some howto's) the difference between them (e.g. 
> to where should I import my address-book)?

"ou=Roaming" used to be used for Netscape's roaming profile
support.  I usually create another organizational unit
("ou=users") for user accounts and put regular address book
entries under the People organizational unit.

There is no certain way you *HAVE* to do it, you're free to
create organizational units and use them how you see fit.

j.

--
Jeremy L. Gaddis   <[EMAIL PROTECTED]>   <http://www.gaddis.org>



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



RE: Local Root Hole

2003-03-21 Thread Jeremy Gaddis
> -Original Message-
> From: Kris [mailto:[EMAIL PROTECTED] 
> Sent: Friday, March 21, 2003 3:50 PM
> To: Debian List
> Subject: Local Root Hole
> 
> xepsilon writes "A local Linux security hole using ptrace has been
> discovered that allows a potential attacker to gain root 
> privileges. Linux
> 2.2.25 has been released to correct this security hole, along 
> with a patch
> for 2.4.20-pre kernels. 2.4.21 ought to contain this fix, once it is
> released. 2.5 is not believed to be vulnerable to this 
> security hole. See
> this email from Alan Cox for details, and a patch."
> 
> I am using debian kernel 2.4.18-586
> Does this apply to me.  If so I am a newbie and don't know 
> exactly how to
> find the patch or even implement it.  Please advise.  Kris

Yes, this affects your kernel, assuming it is the stock Debian
kernel.  You can either download the kernel sources, patch it,
and compile a new kernel yourself, or wait for the Debian team
to release an updated kernel (if they haven't already).

j.

--
Jeremy L. Gaddis   <[EMAIL PROTECTED]>   <http://www.gaddis.org>



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



RE: GnuPG on stable?

2003-03-22 Thread Jeremy Gaddis
> -Original Message-
> From: Peter Lavender [mailto:[EMAIL PROTECTED] 
> Sent: Saturday, March 22, 2003 10:05 PM
> To: Travis Crump
> Cc: Debian User List
> Subject: Re: GnuPG on stable?
>
> So I add this to my sources.list file and then apt-get install gnupg?
 
Why don't you read "Installation" at:
http://www.fs.tum.de/~bunk/packages/#SECTION00080000
and figure it out?

j.

--
Jeremy L. Gaddis   <[EMAIL PROTECTED]>   <http://www.gaddis.org>




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



  1   2   3   4   5   6   7   8   9   10   >