spamassassin upgrade (testing) has qmailu error spamd lines 1123, 1145

2004-09-07 Thread Justin Cunningham
Sep  7 14:02:52 mailbox spamd[18240]: connection from localhost
[127.0.0.1] at port 59986 
Sep  7 14:02:53 mailbox spamd[18573]: Use of uninitialized value in
string ne at /usr/sbin/spamd line 1123, GEN10 line 2. 
Sep  7 14:02:53 mailbox spamd[18573]: Use of uninitialized value in
numeric gt () at /usr/sbin/spamd line 1145, GEN10 line 2. 
Sep  7 14:02:53 mailbox spamd[18573]: Use of uninitialized value in hash
element at /usr/sbin/spamd line 1152, ASSIGN line 4. 

line 1123

sub get_user_from_address {
   my ($user, $domain) = split(/@/, $_[0]);
   my $dom = lc($domain);

   if ( $qmailu{$dom} ne  ) {
  warn returning result from cache.\n if ($opt{'debug'});
  my $nam = getpwuid($qmailu{$dom});
  return $nam;
   } else {
  warn cache miss\n if ($opt{'debug'});
  fill_qmailu_cache($assign);
  if ( $qmailu{$dom} ne  ) {
 my $nam = getpwuid($qmailu{$dom});
 return $nam;   
  } else { 
 return 0;
  }  
   }   
}

1145 

...

broken at qmailu

...




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



pureftpd (testing) size breaks files under subdirs 2.1gbs

2004-09-07 Thread Justin Cunningham
Pureftpd uploads a file within it's subdir.

It starts the upload and creates .pureftpd files.

Once it gets to 2.1GBs it does a size on the file under the dir.

The dir has not been created by pureftpd.  The dir is still a .pureftpd
file.

So pureftpd restarts the transfer and I get a bunch of .pureftpd files
and no file in a sub dir greater than 2.1gbs.

Is there an option I am not aware of here?

Start line:
/usr/sbin/pure-ftpd -l puredb:/etc/pure-ftpd/pureftpd.pdb -l pam -u 1000
-E -A -Y 2 -R -O clf:/var/log/pure-ftpd/transfer.log -c 10 -C 5 -p
6:61000 -j -K -L 400:4 -d -F /usr/share/games/fortunes/science -G -k
95 -H -I 1440 -B

Logs:
Sep  7 14:21:47 localhost pure-ftpd: ([EMAIL PROTECTED]) [INFO] New
connection from 172.16.1.12
Sep  7 14:21:47 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[auth] [TLS]
Sep  7 14:21:47 localhost pure-ftpd: ([EMAIL PROTECTED]) [INFO] SSL/TLS:
Enabled TLSv1/SSLv3 with AES256-SHA, 256 secret bits cipher
Sep  7 14:21:48 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[pbsz] [0]
Sep  7 14:21:47 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[user] [jc]
Sep  7 14:21:47 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[pass] [*]
Sep  7 14:21:47 localhost pure-ftpd: ([EMAIL PROTECTED]) [INFO] jc is now
logged in
Sep  7 14:21:48 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[pwd] []
Sep  7 14:22:26 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[cwd] [/data/storage/filedir]
Sep  7 14:22:26 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[type] [I]
Sep  7 14:22:26 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[size] [file.ISO] /* file  4GBs */
Sep  7 14:22:26 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[cwd] [/data/storage/filedir/file.I
SO]
Sep  7 14:22:26 localhost pure-ftpd: ([EMAIL PROTECTED]) [INFO] Can't
change directory to /data/storage/filedir/file.ISO: No such file or
directory
Sep  7 14:22:30 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[cwd] [/data/storage/filedir]
Sep  7 14:22:27 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[pbsz] [0]
Sep  7 14:22:27 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[prot] [C]
Sep  7 14:22:30 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[pasv] []
Sep  7 14:22:27 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[rest] [0]
Sep  7 14:22:27 localhost pure-ftpd: ([EMAIL PROTECTED]) [DEBUG] Command
[stor] [file.ISO]
Sep  7 14:23:41 localhost pure-ftpd: ([EMAIL PROTECTED]) [NOTICE]
/raid//data/storage/filedir/file.ISO uploa
ded  (80183296 bytes, 1100.34KB/sec)

Looking at /storage/filedir you see:

-rw-r--r--   1 jc jc 2147483647 Sep  7 10:43
.pureftpd-upload.413deccc.15.2049.a3079f35
-rw-r--r--   1 jc jc 2147483647 Sep  7 11:11
.pureftpd-upload.413df361.15.2057.854f5f57
-rw-r--r--   1 jc jc 2147483647 Sep  7 11:39
.pureftpd-upload.413df9ef.15.2061.8cdfca5
-rw-r--r--   1 jc jc 2147483647 Sep  7 12:07
.pureftpd-upload.413e0093.15.206c.c0272aa5
-rw-r--r--   1 jc jc 2147483647 Sep  7 12:36
.pureftpd-upload.413e0724.15.2075.2955a3ad
-rw-r--r--   1 jc jc 2147483647 Sep  7 13:04
.pureftpd-upload.413e0dc2.15.207f.6fa296ab
-rw-r--r--   1 jc jc 2147483647 Sep  7 13:32
.pureftpd-upload.413e1461.15.2088.11b36ad0
-rw-r--r--   1 jc jc 2147483647 Sep  7 14:00
.pureftpd-upload.413e1b01.15.2095.173aed6






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



apache not finding virtual document root ver 1.3.26

2002-10-07 Thread justin cunningham

Hello list, please reply to email in addition to list.   

I can't for the life of me figure out why apache won't serve/find the
virtual document root and why /var/log/apache/error.log shows 'error
file does not exist /usr/htdocs/'

this use to work fine. lately i've been working with mail packages
however this is the only thing I've modified on the server so why would
apache forget it's serving virualhosts?  

I removed all mail packages, purged and re-added apache and have the
same set-up running on another server without any problems at all.  I
even copied over its httpd.conf file to the not-working server and get
the same errors.

What would make apache want to look for /usr/anything for a document
root?  by default it's /var/www/. it's completely ignoring the
vituralhost with and without the NameVirtualHost

I've spent hours trying to work this out going through basic
troubleshooting so i'm hoping someone can help me figure this out. 

Thanks, Justin




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




ssh 3.3p1-0.0potato2 not in potato?

2002-06-25 Thread justin cunningham
Hi list, Please respond to the email address in addition to the list.

I just pulled this package down via apt-get upgrade on a testing machine
though, on the stable boxes, after dselect update, dselect shows the
1.2.3 version for openssh as the most current.  packages.debian.org
seems to be a version behind as well.  Assuming the package above is
part of the stable branch and I wanted to upgrade it; how do I do this
while leaving the rest of my current config the same?  

Thanks, justin


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



ssh update or upgrade required? which is it?

2002-06-24 Thread justin cunningham
Hi list, can you please clarify something for me-- this should be pretty
straight forward so sorry if the question seems a bit lame.  Can you
please reply to the email in addition to the list since I'm not
currently subscribed.

I read this release http://www.debian.org/security/2002/dsa-134 and it
says to upgrade to ssh 3.3p1 for woody and that the package for potato
hasn't yet been compiled.

On my stable boxes I ran apt-get update and it pulled down some patches
from security though the only recent post for security updates is this
one so was my open ssh from the potato branch updated proficiently or do
I need to install this new version?  If I need to install ssh 3.3 and
want the rest of my box to stay in stable until woody is complete how do
I do this?

Thanks, Justin


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



RE: ssh update or upgrade required? which is it? [now restricting ssh]

2002-06-24 Thread justin cunningham
If I wanted to restrict ssh to only listen for my office's ip until it
gets patched how do I do this?  I tried editing sshd_config and putting
my office ip as the listenaddress but it didn't work.  What did I do
incorrectly?

Thanks, Justin

ps:  please reply to email address as well as deb list.  

-Original Message-
From: Chris Kenrick [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 24, 2002 6:29 PM
To: justin cunningham
Cc: debian-user@lists.debian.org
Subject: Re: ssh update or upgrade required? which is it?

On Mon, Jun 24, 2002 at 06:14:18PM -0700, justin cunningham wrote:
 Hi list, can you please clarify something for me-- this should be
pretty
 straight forward so sorry if the question seems a bit lame.  Can you
 please reply to the email in addition to the list since I'm not
 currently subscribed.
 
 I read this release http://www.debian.org/security/2002/dsa-134 and it
 says to upgrade to ssh 3.3p1 for woody and that the package for potato
 hasn't yet been compiled.
 
 On my stable boxes I ran apt-get update and it pulled down some
patches
 from security though the only recent post for security updates is this
 one so was my open ssh from the potato branch updated proficiently or
do
 I need to install this new version?  If I need to install ssh 3.3 and
 want the rest of my box to stay in stable until woody is complete how
do
 I do this?
 
 Thanks, Justin
 

According to my traversing through the security updates section via FTP,
the ssh version there for potato i386 is 1.2.3-9.4  So no, you haven't
fixed the vulnerability via any apt-get upgrades ...

You really have two options: download the ssh source and compile it
yourself, or wait until the potato update gets done.  I presume potato
is still being security patched, at least until a bit after Woody is
released.

- Chris



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



please unsubscribe jcunningham@engine8.com

2002-06-11 Thread justin cunningham
Unsubscribe.  I need to focus on mysql  php and need their list support
right now but cant manage the volume of mail the three lists produce
together.  Regards, Justin 


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



RE: please unsubscribe jcunningham@engine8.com

2002-06-11 Thread justin cunningham
Thanks.  Trying that now.  I don't know why debian doesn't use ezmlm.
justin 

-Original Message-
From: Colin Watson [mailto:[EMAIL PROTECTED] On Behalf Of Colin
Watson
Sent: Tuesday, June 11, 2002 9:03 AM
To: justin cunningham
Cc: debian-user@lists.debian.org
Subject: Re: please unsubscribe [EMAIL PROTECTED]

On Tue, Jun 11, 2002 at 08:53:26AM -0700, justin cunningham wrote:
 Unsubscribe.  I need to focus on mysql  php and need their list
support
 right now but cant manage the volume of mail the three lists produce
 together.

Nobody at debian-user can help directly; listmaster may be able to but
are overloaded. Have you tried mailing
[EMAIL PROTECTED] with:

  unsubscribe [EMAIL PROTECTED]

... as the subject line? If that doesn't work, then make sure you aren't
subscribed under a different address.

-- 
Colin Watson  [EMAIL PROTECTED]


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



howto kill old screen sessions?

2002-06-11 Thread justin cunningham
Hello, who shows some old screen sessions but ps aux doesn't show the
associated pts/x so I can't simply kill them.  Screendump will show the
output but depends on the session name for further use.  I know I can
reboot but there must be a better way.  Please reply to the email
address since I'm not currently on the list.  thank you, Justin


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



RE: howto kill old screen sessions?

2002-06-11 Thread justin cunningham
Screen -list reports there are no sockets found though I can see old
sessions with 'who' me, my ip:S.0 -screen attached.  

ls -l /var/run/screen/S-me returns 0 files so I don't know.  

thanks, justin 

-Original Message-
From: Jonathan Matthews [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 11, 2002 3:17 PM
To: [EMAIL PROTECTED]
Subject: Re: howto kill old screen sessions?

On Tue, Jun 11, 2002 at 02:04:07PM -0700, justin cunningham wrote:
 Hello, who shows some old screen sessions but ps aux doesn't show the
 associated pts/x so I can't simply kill them.  Screendump will show
the
 output but depends on the session name for further use.  I know I can
 reboot but there must be a better way.  Please reply to the email
 address since I'm not currently on the list.  thank you, Justin

I replied on list, so look at the archives for that.
Put simply, you're looking for:

screen -list ( list all screens )
screen -r screen id ( attach to detatched screen screen id )
screen -dr screen id ( attach to attatched screen screen id )

HTH,
jc

-- 
It may stop, it may not.  And stop calling me dj.



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



how to kill obsolete pts/n processes was 'how to kill old screen sessions'

2002-06-11 Thread justin cunningham
Hi, I need to reclaim some of my pts/...  that aren't showing up using
ps -lots-of-different-options but are showing up with who.  How do I do
this?

Thanks, Justin

ps:  please reply to my email since I'm currently not subscribed.


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



RE: Debian on Dell PowerEdge 2500

2002-06-06 Thread justin cunningham
I'm running potato on three of em.  

-Original Message-
From: Paul M Sargent [mailto:[EMAIL PROTECTED] On Behalf Of Paul Sargent
Sent: Thursday, June 06, 2002 10:44 AM
To: debian-user@lists.debian.org
Subject: Debian on Dell PowerEdge 2500

Hi People,

Has anybody had any experiance running Debian on a Dell PowerEdge 2500.
We've just bought one that has RedHat preinstalled on it, but I'm lothed
to
administer RedHat (for one thing it installs so much cr*p that I really
do
not want on a server), and so want to change it for Debian, just like
the
rest of our boxes.

I'm a little concerned though that Dell seem to supply their own
specially
tweaked version of RedHat, and I'm wondering if that's to support things
like the RAID controller (currently set-up as a RAID-5 four disk array),
or
other bits of funny hardware that might be in there.

So...Does anybody have any experience with these boxes?

Thanks

Paul
-- 
Paul Sargent
mailto: [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]



unsubscribe

2002-06-05 Thread justin cunningham
Unsubscribe  


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



restart all services?

2002-06-05 Thread justin cunningham
Is there a way to restart all services at once instead of individually?
Thanks, Justin 


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



what causes this error

2002-05-30 Thread justin cunningham
mysqladmin: CREATE DATABASE failed; error: 'You have an error in your
SQL syntax near 'whateverunamethedatabase'

I can complete every function with msyqladmin except create and drop.

What am I doing wrong.  I've read all the docs online, sent similar
emails with no response.  This is not an access denied error.  Select *
from user; shows root all privileges on locahost and hostname.  

I am sshing into the box.  Do I need to add my router ip as a host?  I
don't know why this isn't working.  I'm running the damon with
--skip-every-possible-option but it is not working.

Can someone please explain to me why this isn't working.  Thanks to
anyone who relplies!  Regards, Justin


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



RE: what causes this error

2002-05-30 Thread justin cunningham
I tried that too. Thanks.

-Original Message-
From: Robert Webb [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 30, 2002 1:51 PM
To: [EMAIL PROTECTED]; debian-user@lists.debian.org
Subject: Re: what causes this error


justin cunningham wrote:

mysqladmin: CREATE DATABASE failed; error: 'You have an error in your
SQL syntax near 'whateverunamethedatabase'

I can complete every function with msyqladmin except create and drop.

What am I doing wrong.  I've read all the docs online, sent similar
emails with no response.  This is not an access denied error.  Select *
from user; shows root all privileges on locahost and hostname.  

I am sshing into the box.  Do I need to add my router ip as a host?  I
don't know why this isn't working.  I'm running the damon with
--skip-every-possible-option but it is not working.

Can someone please explain to me why this isn't working.  Thanks to
anyone who relplies!  Regards, Justin


  

Why don't you try and send that over to the mySQL list at www.mysql.org.

 There may be
more knowledgeable people over there on the subject.

Robert



-- 
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]



is debian-sys-maint user suppose to be in mysql-server 3.22.32-6 potato?

2002-05-30 Thread justin cunningham
I'm having undefinable permission problems with mysqladmin and don't see
debian-sys-maint user in the user table. Is he suppose to be there in
potato? In woody he's there and the install script says he is used to
start and stop the damon.  I'm not having start|stop|restart trouble
though I'm looking for anything at this point.  Thanks, Justin 


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



RE: what causes this error [solved. thanks mysql list]

2002-05-30 Thread justin cunningham
This was the error for the record.  Thanks debian list.  justin

Okay, now the problem is clear. mysqladmin 3.23.37 uses backticks (`)
around the database names (as you can see in the error message you
quoted) to support special chars therein, but backticks for quoting
column/table/database names where only intrudcued in 3.23.6, so the
3.22.32 server doesn't know about them and issues an syntax error.

AFAICS, you have the following options:

- type the commands yourself and don't use backticks (i.e. use the
  mysql client and issue a CREATE DATABASE test2)

- upgrade the server to at least 3.23.6 (of course you would want a
  more recent release)

- downgrade the mysqladmin client to the distribution of at most
  3.23.5 (of course, you would rather want the latest 3.22.x client)

- compile mysqladmin yourself and change the CREATE DATABASE statement
  accordingly

-Original Message-
From: dman [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 30, 2002 7:06 PM
To: debian-user@lists.debian.org
Subject: Re: what causes this error

On Thu, May 30, 2002 at 01:26:24PM -0700, justin cunningham wrote:
| mysqladmin: CREATE DATABASE failed; error: 'You have an error in your
| SQL syntax near 'whateverunamethedatabase'

How about including the offending SQL as well?  WHen there's a coding
error and the code isn't shown, one can only guess.

-D

-- 

I tell you the truth, everyone who sins is a slave to sin.  Now a slave
has no permanent place in the family, but a son belongs to it forever.
So if the Son sets you free, you will be free indeed.
John 8:34-36
 
GnuPG key : http://dman.ddts.net/~dman/public_key.gpg



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



ot mysql .ISM file missing; table has no records error.

2002-05-29 Thread justin cunningham
Hi, sorry for the off topic post.  My friend reviewed a database I built
and made some changes to the table structure although now I can't use it
because of this perm error.  He had no trouble getting around this when
I tarred  emailed it to him originally so what am I missing?   Thanks,
Justin

mysql use properties;
Reading table information for completion of table and column names You
can turn off this feature to get a quicker startup with -A

Didn't find any fields in table 'cities'
Didn't find any fields in table 'properties'
Didn't find any fields in table 'property_units'
Didn't find any fields in table 'unit_details'
Didn't find any fields in table 'unit_types'
Database changed
mysql show tables;
+--+
| Tables in properties |
+--+
| cities   |
| properties   |
| property_units   |
| unit_details |
| unit_types   |
+--+
5 rows in set (0.00 sec)

mysql desc cities;
ERROR 1017: Can't find file: 'cities.ISM' (errno: 2)


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



safe_mysqld hangs ssh connection every time. (woody)

2002-05-28 Thread justin cunningham
Why does this happen?  If I start mysql /etc/init.d/mysql start this is
not a problem though safe_mysqld --with or without options it hangs.  

Connecting via ssh terminal emulation is linux.

-justin


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



RE: can't install php4-cgi-mysql woody

2002-05-25 Thread justin cunningham
What is the recommended way for obtaining php4-cgi-mysql; and getting
apt to let me install it and *not* php4-cgi?  Shall I pin the package at
say, 900 and * testing at 500 or; purge php4-cgi (assuming apt will
complain conflict) and grab the package with wget and dpkg -i to
install; then, apt-get -f install or perhaps that's too much of a hack.
Please advise.  Thx! justin 

-Original Message-
From: Colin Watson [mailto:[EMAIL PROTECTED] On Behalf Of Colin
Watson
Sent: Saturday, May 25, 2002 6:06 AM
To: debian-user@lists.debian.org
Subject: Re: can't install php4-cgi-mysql woody

On Fri, May 24, 2002 at 02:46:46PM -0700, justin cunningham wrote:
 oba:~# apt-get install php4-cgi-mysql

php4-cgi-mysql is not in testing - you're actually trying to install it
from stable. http://bugs.debian.org/81669 was the bug report that
requested that it be removed.

According to php4-cgi's package description, you should use php4-mysql
instead.

-- 
Colin Watson  [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]



struggling with mysql perms (woody)

2002-05-25 Thread justin cunningham
I created two users with grant; obdba with select,insert,index,file and
other privileges and obdbu with select only privileges.  Flushed
privileges.  Mysqlaccess shows the correct perms for database
'properties' (the only database) for each user although when I try
logging in as either user to test I get access denied every time.  what
did I do wrong?  here's the output of mysqlaccess if it helps. 

Thank you, justin

oba:~# mysqlaccess obdba properties
Could not open outputfile ~/mysqlaccess.log for debugging-info
mysqlaccess Version 2.06, 20 Dec 2000
By RUG-AIV, by Yves Carlier ([EMAIL PROTECTED])
Changes by Steve Harvey ([EMAIL PROTECTED])
This software comes with ABSOLUTELY NO WARRANTY.

Access-rights
for USER 'obdba', from HOST 'localhost', to DB 'properties'
+-+---+ +-+---+
| Select_priv | Y | | Shutdown_priv   | N |
| Insert_priv | Y | | Process_priv| N |
| Update_priv | N | | File_priv   | Y |
| Delete_priv | Y | | Grant_priv  | N |
| Create_priv | N | | References_priv | N |
| Drop_priv   | N | | Index_priv  | Y |
| Reload_priv | N | | Alter_priv  | Y |
+-+---+ +-+---+
NOTE:A password is required for user `obdba' :-(

The following rules are used:
 db:
'localhost','properties','obdba','Y','Y','N','Y','N','N','N','N','Y','Y'
 host  : 'Not processed: host-field is not empty in db-table.'
 user  :
'localhost','obdba','255c3b646e0fb525','N','N','N','N','N','N','N','N','
N','Y','N','N','N','N'

oba:~# mysqlaccess obdbu properties
Could not open outputfile ~/mysqlaccess.log for debugging-info
mysqlaccess Version 2.06, 20 Dec 2000
By RUG-AIV, by Yves Carlier ([EMAIL PROTECTED])
Changes by Steve Harvey ([EMAIL PROTECTED])
This software comes with ABSOLUTELY NO WARRANTY.

Access-rights
for USER 'obdbu', from HOST 'localhost', to DB 'properties'
+-+---+ +-+---+
| Select_priv | Y | | Shutdown_priv   | N |
| Insert_priv | N | | Process_priv| N |
| Update_priv | N | | File_priv   | N |
| Delete_priv | N | | Grant_priv  | N |
| Create_priv | N | | References_priv | N |
| Drop_priv   | N | | Index_priv  | N |
| Reload_priv | N | | Alter_priv  | N |
+-+---+ +-+---+
NOTE:A password is required for user `obdbu' :-(

The following rules are used:
 db: 'No matching rule'
 host  : 'Not processed: host-field is not empty in db-table.'
 user  :
'localhost','obdbu','62ee70220efa4cb8','Y','N','N','N','N','N','N','N','
N','N','N','N','N','N'


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



can't install php4-cgi-mysql woody

2002-05-24 Thread justin cunningham
oba:~# apt-get install php4-cgi-mysql
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

Sorry, but the following packages have unmet dependencies:
  php4-cgi-mysql: Depends: php4-cgi (= 4.0.3pl1-0potato3) but it is not
going to be installed
E: Sorry, broken packages
oba:~# apt-get install php4-cgi
Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, php4-cgi is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 0  not upgraded.


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



how to confirm mod_perl is functioning with apache? to run mason

2002-05-23 Thread justin cunningham
hey list, I wanted to check out mason which requires mod_perl but it's
not show as a loadable module in /etc/apache/httpd.conf  I just
installed libapache-mod-perl but wasn't prompted to load mod_perl.c as a
loadable module like say, php4.  how do I confirm it is properly
configured?  

Thanks, justin

here's the excerpt from masonhq.com faq

If you are planning on using HTML::Mason in a web environment with the
Apache webserver, you'll need a working copy of Apache and mod_perl
installed. Make sure that your mod_perl installation works correctly
before trying to get HTML::Mason working. 


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



RE: Installing Qmail

2002-05-23 Thread justin cunningham

http://packages.debian.org/stable/mail/qmail-src.html

http://packages.debian.org/stable/net/ucspi-tcp-src.html


-Original Message-
From: Tom Allison [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 23, 2002 4:49 PM
To: debian-user@lists.debian.org
Subject: Installing Qmail

I noticed that there is some application needed for running qmail from 
inet.d (tcp-env)
Is that included with the qmail-src deb?


-- 
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]



cron entries missing in /etc/init.d and /usr/sbin/cron (potato)

2002-05-14 Thread justin cunningham
What happened to cron?  None of the cron services are running.  Man cron
says do /etc/init.d/cron start but cron is only found in the following
files. Dpkg says cron isn't installed; I can grab it with apt but 1. why
is it missing 2. if the cron package wasn't installed why do I have cron
directories? 3. if it was removed; can anyone propose a good reason for
purging such a useful package?  thanks, justin 


/etc/apache/cron.conf
/etc/cron.d
/etc/cron.d/mrtg
/etc/cron.d/vpopmail-bin
/etc/cron.daily
/etc/cron.daily/apache
/etc/cron.daily/calendar
/etc/cron.daily/find
/etc/cron.daily/man-db
/etc/cron.daily/modutils
/etc/cron.daily/netbase
/etc/cron.daily/sysklogd
/etc/cron.weekly
/etc/cron.weekly/man-db
/etc/cron.weekly/sysklogd
/usr/bin/dh_installcron
/usr/bin/ezmlm-cron
/usr/share/doc/apache/examples/cron.conf
/usr/share/doc/passwd/passwd.expire.cron.gz
/usr/share/man/man1/dh_installcron.1.gz
/usr/share/man/man1/ezmlm-cron.1.gz



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



syslog logrotate not rotating

2002-05-13 Thread justin cunningham
Hi, I have a potato server and syslog isn't taring up the log dailys.  I
thought this was the default config?  I looked at
/etc/cron.daily/sysklogd and /etc/syslog.conf and they look correct.
What am I missing?  Regards, Justin 


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



recommended documentation iptables

2002-05-09 Thread justin cunningham
Hey, I did I search for iptables how to and got tons of docs-- does
anyone recommend one over another or a debian specific one?  The goal is
to take advantage of three nics for web and mail services.  I'm reading
this one now
http://www.linuxsecurity.com/resource_files/firewalls/IPTables-Tutorial/
iptables-tutorial/iptables-tutorial.html  thanks, justin


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



RE: lame and Debian packages

2002-05-06 Thread justin cunningham
Thanks, I wondered if there were fakeroot limitations.  -justin

-Original Message-
From: Colin Watson [mailto:[EMAIL PROTECTED] On Behalf Of
Colin Watson
Sent: Sunday, April 28, 2002 4:51 PM
To: Debian User List
Subject: Re: lame and Debian packages

On Mon, Apr 29, 2002 at 07:41:57AM +0900, [EMAIL PROTECTED] wrote:
  Colin == Colin Watson [EMAIL PROTECTED] writes:
 Colin Generally speaking, do as little as possible as root. You
 Colin don't need root privileges to build Debian packages at all;
 Colin just install fakeroot and run 'dpkg-buildpackage -rfakeroot
 Colin -uc -us' (or 'debian/rules build; fakeroot debian/rules
 Colin binary' if you prefer').
 
 Agreed.  It does require some higher privliages though.  To run
 'install', I think.

Yes, this is commonly just to get uid 0 used in the filesystem tarball
in the .deb. fakeroot is quite adequate for this.

The only package I can think of that can't be built with fakeroot is
boot-floppies (due to the way it generates an ext2 filesystem image),
and perhaps you might run into some problems on some architectures where
fakeroot is less reliable. It's fine on i386 though.

Cheers,

-- 
Colin Watson  [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]



help request with XF86Config

2002-05-04 Thread justin cunningham
Hi, I'm trying to get the xerver to start gnome but keep getting errors.
This is a current woody laptop.  All I've done so far is install the
base system and run tasksel; chose laptop, and x windows system,
installed the packages, said no to debconf controlling x and built the
XFree86Config file but it's not working.  Attached are relevant files--
please help.  Regards, Justin

Vid card:  ATI Mobility 128 AGP 16.0mb memory.  Chip type M3 33MHz.
Internal 250MHz DAC. 

Mouse:  PS2 who knows? Armnotebook  Intel 82371AB/EB PCI to ISA bridge
(EIO mode)

Monitor:  ?:  14 LCD running at 1024x768 32bit 60Hz




XFree86.0.log
Description: Binary data
/etc/X11/XF86Config

# File generated by xf86config.

#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the Software),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **

# **
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **
#
Section Module

# This loads the DBE extension module.

Loaddbe   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection  extmod
:q!
deblaptop:/etc/X11# cat XF86Config
# File generated by xf86config.

#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the Software),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# 
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **
# Refer to the XF86Config(4/5) man page for details about the format of 
# this file.
# **

# **
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **
#
Section Module

# This loads the DBE extension module.

Loaddbe   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection  extmod
  Optionomit xfree86-dga   # don't initialise the 

advice-- a friend claims he's under attack

2002-05-02 Thread justin cunningham
Hi, sorry for the dramatic subject; a guy with a server in my colo
called me saying his site and mail is down and he had trouble reaching
the box.  He's sshed in now and says netstat -n shows lots of
established connections.  I told him to kill them and set ip chain rule
to deny all from that ip.  What other advice can I give him immediately?
Thanks, Justin 



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



RE: advice-- a friend claims he's under attack

2002-05-02 Thread justin cunningham
donno.  His emails to me are kinda all over the map so it's hard to say.

His latest email said the cause of it was qmail.  his client has some
community based email list around 40k a week.  He sent it out and the
server stopped sending local mail and isn't serving the site anymore.  

The explanation doesn't make sense to me.  Perhaps this was caused by an
ipchain throttling rule limiting the amount of concurrent connections?
(there's going to be tons of dns lookups for 40k emails) but that
shouldn't stop other services.

I had him check all of his logs and he reports normal activity and no
breakins.  Ideas?

justin 



-Original Message-
From: Joey Hess [mailto:[EMAIL PROTECTED] On Behalf Of Joey Hess
Sent: Thursday, May 02, 2002 12:01 PM
To: debian-user@lists.debian.org
Subject: Re: advice-- a friend claims he's under attack

Shawn McMahon wrote:
 begin  justin cunningham quotation:
  Hi, sorry for the dramatic subject; a guy with a server in my colo
  called me saying his site and mail is down and he had trouble
reaching
  the box.  He's sshed in now and says netstat -n shows lots of
  established connections.  I told him to kill them and set ip chain
rule
  to deny all from that ip.  What other advice can I give him
immediately?
 
 Shut the box down and mail it to him.  NOW.  It's a danger to the
 security of all your customers.

Because someone has opened many connections to it in a possible DOS?
Explain.

-- 
see shy jo


-- 
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]



RE: simple dpkg compile from source question

2002-04-28 Thread justin cunningham
Thanks for the replies.

Package: qmailadmin_0.45-1_i386.deb built from qmailadmin-0.45.tar.gz.  

Current build: qmailadmin-1.0.2.tar.gz

This was pulled down from apt source and built by a friend of mine last
year and is running on my mta.  I've set up all other qmail/vpopmail
packages and they're running ok; qmailadmin is the last.

The trouble has been with the install script dropping qmailadmin into
/usr/local while the INSTALL directions specify /usr/local/share.  I
don't think it'd break if I moved the folder over to share since it's
just html templates; the rest of the install paths look correct but
instead of hacking around with it; I'm waiting for an answer on a
compile error from inter7 (see below) in hopes of defining if this is
the one problem, or if there are others as well.

I noticed after trying to get this working a few times that my friend
compiled this from source since dpkg -l doesn't show the package-- he
forgot to mention that to me when he suggested I use his packages
instead of building my own. 

This error could be caused by him building the package incorrectly
though I doubt it since he's pretty meticulous over his work and debian.
I could try rebuilding it.  I'm wondering if I can use qmailadmin-1.0.2
with vpopmail 4.9.9-1.  I'll post my findings if I get the deb package
working if anyone's interested.

Regards, justin


email to
inter7--

Hi, ran into trouble configuring qmailadmin 0.45.  output is below.
specifically, unable to find your html base directory.  the install
notes say default is /usr/local/share/qmailadmin.  What's causing this
error?

Also, I've got these files on another server i.e. same build etc; should
I simply copy them?

cat: /var/lib/vpopmail/etc/inc_deps: No such file or directory
cat: /var/lib/vpopmail/etc/lib_deps: No such file or directory

qmail 1.03-17
vpopmail 4.9.9-1

Thanks in advance! justin

./configure qmailadmin output

qmail/qmailadmin-0.45# ./configure --enable-ezmlmdir=/usr/bin/ezmlm
--enable-autoresponder-bin=/usr/bin/autorespond

loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes checking whether make
sets ${MAKE}... (cached) yes checking for working aclocal... found
checking for working autoconf... found checking for working automake...
found checking for working autoheader... found checking for working
makeinfo... missing checking host system type... i686-unknown-linux
checking for gcc... (cached) gcc checking whether the C compiler (gcc  )
works... yes checking whether the C compiler (gcc  ) is a
cross-compiler... no checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes checking for ranlib...
(cached) ranlib checking for POSIXized ISC... no checking how to run the
C preprocessor... (cached) gcc -E checking for AIX... no checking for
crypt in -lcrypt... (cached) yes checking for crypt in -lshadow...
(cached) no checking for floor in -lm... (cached) yes checking for
gethostbyaddr in -lnsl... (cached) yes checking for getsockname in
-lsocket... (cached) no
cat: /var/lib/vpopmail/etc/inc_deps: No such file or directory
cat: /var/lib/vpopmail/etc/lib_deps: No such file or directory
configure: error: Unable to find your html base directory, specify
--enable-htmldir.


-Original Message-
From: Vineet Kumar [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 26, 2002 4:35 PM
To: debian-user@lists.debian.org
Subject: Re: simple dpkg  compile from source question

* justin cunningham ([EMAIL PROTECTED]) [020426 15:13]:
 Hi, I have to compile a program from source since the install script
for
 the deb package is installing in the wrong directory.  no biggie BUT
 I've always used deb packages and haven't mix n matched before.  Will
I
 have a problem with dpkg at some latter point?  Please advise if
 applicable.  Thanks, jusitn

This is not an uncommon situation. Just install the application under
/usr/local and you shouldn't run into any problems. I wonder what you
mean when you say the deb installs into the wrong directory, though --
maybe a bug report is in order? What package is it? What files end up in
the wrong place? Where do you expect to see them and why do you think
the place they are in is wrong?

good times,
Vineet

-- 
Currently seeking opportunities in the SF Bay Area
Please see http://www.doorstop.net/resume.shtml


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



simple dpkg compile from source question

2002-04-26 Thread justin cunningham
Hi, I have to compile a program from source since the install script for
the deb package is installing in the wrong directory.  no biggie BUT
I've always used deb packages and haven't mix n matched before.  Will I
have a problem with dpkg at some latter point?  Please advise if
applicable.  Thanks, jusitn


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



RE: vchkpw debian help request

2002-04-25 Thread justin cunningham
Pursuant I choose option 1 how do I tell dpkg to leave vpopmail alone?
Thanks for the reply, justin

-Original Message-
From: Angus D Madden [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 24, 2002 6:32 PM
To: debian-user@lists.debian.org
Subject: Re: vchkpw debian help request

justin cunningham, Tue, Apr 23, 2002 at 01:24:35PM -0700: 
 Hi, here is a long thread [sorry] between me and ken at inter7.com.
I'm
 trying to get the debian qmail working but I don't think I have vchkpw
 working properly with vpopmail.  I can send mail ok but on receiving I
 believe the trouble is vchkpw is not working with vpopmail to
 authenticate passwords for test users.  Ken suggests I compile the new
 version from source but that's just not the debian way so... if anyone
 can give advice on this I'm eager to listen.  Best, Justin 
 

The vpopmail packages in debian are quite out of date, and don't work
together with the courier-imap packages in debian.

That said, you have two choices:

1.  Compile from source (what I do)
2.  Fix the debian packages

The debian qmail works fine.

g



-- 
Brought to you by Debian 3.0
Linux took 2.4.16 #1 SMP Sat Jan 5 12:52:24 EST 2002 i686 unknown


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



basic directory perm question

2002-04-24 Thread justin cunningham
Why is it that when I create a directory on one machine an 's' is added
to the permissions?

Ex. drwxr-sr-x2 sam  sam 4096 Apr 24 05:17 test
drwxr-sr-x2 rootroot 4096 Apr 24 05:18 test2

while on another machine this is not the case.  I compared /etc/skel
files and there the same.  what's wrong?

thanks, justin


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



RE: basic directory perm question

2002-04-24 Thread justin cunningham
umask on potato is 022 while on woody it's 0022.  

I compared the files listed below and they look like their defaults
though I'm comparing potato to woody. dunno what the problem is.

-justin  

-Original Message-
From: Sean Perry [mailto:[EMAIL PROTECTED] On Behalf Of Sean 'Shaleh'
Perry
Sent: Wednesday, April 24, 2002 12:50 PM
To: [EMAIL PROTECTED]
Cc: debian-user@lists.debian.org
Subject: Re: basic directory perm question


On 24-Apr-2002 justin cunningham wrote:
 Why is it that when I create a directory on one machine an 's' is
added
 to the permissions?
 
 Ex. drwxr-sr-x2 sam  sam 4096 Apr 24 05:17 test
 drwxr-sr-x2 rootroot 4096 Apr 24 05:18 test2
 
 while on another machine this is not the case.  I compared /etc/skel
 files and there the same.  what's wrong?
 

at the prompt type 'umask' and it will show you the current umask your
shell is
using.  When you write,create,etc a file this umask is subtracted from
777.

~/.bashrc or ~/.bash_profile or even ~/.profile could be responsible.

The s means that when a file is written your group gets permissions.


-- 
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]



vchkpw debian help request

2002-04-23 Thread justin cunningham
Hi, here is a long thread [sorry] between me and ken at inter7.com.  I'm
trying to get the debian qmail working but I don't think I have vchkpw
working properly with vpopmail.  I can send mail ok but on receiving I
believe the trouble is vchkpw is not working with vpopmail to
authenticate passwords for test users.  Ken suggests I compile the new
version from source but that's just not the debian way so... if anyone
can give advice on this I'm eager to listen.  Best, Justin 

-Original Message-
From: Ken Jones [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 23, 2002 11:11 AM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] vchkpw help request

Wow. Too much for me to read through and debug for ya!

Sorry.

I would go with a source code installation.

Sounds like the debian maintainer made changes to the
base code so it will take a code review for him to make
those same changes in the latest stable/development releases.

Ken

On Tuesday 23 April 2002 12:48 pm, you wrote:
 Hi ken, thanks for the reply.  I believe the trouble is with vchkpw
 authenticating passwords.  I can send from an account but can't
receive
 mail-- I get [EMAIL PROTECTED]:
 Sorry, no mailbox here by that name. vpopmail (#5.1.1).  I'll go over
 the vchkpw config again at inter7.com/vpopmail/install and will
 hopefully have it figured out.

 ps aux shows this line.

 'qmaild2198  0.0  0.0  1376  576 ?SApr21   0:00
 /usr/bin/tcpserver -l hostname -u 64011 -g 65534 -x /etc/tcp.smtp.cdb'

 while I tried tcpserver -l 'myhostname' but tcpserver gave me back the
 help menu.  what is the syntax for changing the tcpserver hostname to
 myhostname?  I already edited qmail and vpopmail in /etc/init.d

 I chown vpopmail.vchkpw /var/lib/vpopmail/domains


 Lastly:  I see three of these in /etc 'inetd.conf.qmail-preinst.24432'

 I assume I can safely remove the two older ones and perhaps any old
 subsequent ones after qmail restarts?

 Thanks much!  Justin

 Ps:  if you think I've gone off track anywhere-- which doc do you
 recommend I re-read.

 I emailed the deb package maintainer about the new vpopmail and he
said
 the packaging was completely different and wouldn't get to building it
 for a while.  Debian has equivs to make dummy deb packages though I've
 yet to fool around with it.

 In one of the docs you mention a debian specific .so linking error.
In
 my experience this was only present on an install with the almost
stable
 woody or debian 3.0 version-- might be worth mentioning?

 -Original Message-
 From: Ken Jones [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, April 23, 2002 9:43 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [vchkpw] vchkpw help request

 Those debian packages are very old.
 You might want to install from source code instead and get
 the latest versions.

 Ken Jones

 On Monday 22 April 2002 12:40 pm, justin cunningham wrote:
  Hello, I'm having trouble with a vpopmail  qmail functionality and
am
  hoping someone here can help me out.
 
  This is a debian packaged install built by a co-worker who compiled

 the

  debs for the server from which I'm emailing you so it's not a
compile
  config error. The server is debian stable.
 
  Currently I can vadd domain and test users, establish connection
from
  mua to mail.domain.com but can't access nor authenticate pop3.
 
  All debs installed properly.
 
  autorespond_1.0.0-1_i386.deb
  courier-imap_0.31-vauth.1_i386.deb
  ezmlm-idx_0.53-4_i386.deb
  libmysqlclient6_3.22.30-4.deb
  libvpopmail-dev_4.9.9-1_i386.deb
  libvpopmail-freecdb_4.9.9-1_i386.deb
  libvpopmail-lmysql_4.9.9-1_i386.deb
  libvpopmail-mysql_4.9.9-1_i386.deb
  libvpopmail1_4.9.9-1_i386.deb
  qmail_1.03-17_i386.deb
  qmailadmin_0.45-1_i386.deb
  ucspi-tcp_0.84-1_i386.deb
  vpopmail-bin_4.9.9-1_i386.deb
  vpopmail-doc_4.9.9-1_all.deb
 
 
  Created the me file manually; made it mail.mydomain.com, edited
  /etc/hosts to show
  127.x localhost hostname
  208.x mail.mydomain.com mail
 
  added -l 'hostname' to /etc/init.d/vpopmail  qmail -- identical to

 my

  mailserver
 
  added '#pop3   stream  tcp nowait  root
  /var/qmail/bin/qmail-popup qmail-popup hostname.mydomain.com
  /var/lib/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir' to
  /etc/init.d.conf.'
 
  this shouldn't matter since it's commented out but added anyway.
 
  There are three of these in /etc 'inetd.conf.qmail-preinst.24432' I
  thought that was a pid but didn't see it in ps aux.  -must be from
  restarting qmail and vpopmail a few times.
 
  Tried telling tcpserver -l not to resolve dns and replace 'hostname'
  with 'hostname' but it didn't accept syntax shown in man tcpserver.
I
  looked online and this option is really for servers that are also
  running named so it shouldn't be relevant.
 
  Compared all conf files to my mailserver e.g. same setup et al and
  they're the same.
 
  There was mention in the vpopmail install doc of adding vchkpw to
the
  popserver e.g. vpopmail but the config is identical

ot perl help request

2002-04-22 Thread justin cunningham
Hello, I'm trying to get this script to do error checking but it prints
the error page every time regardless if there is or isn't input data.
It works ok without the if statement but I wanted it to do the
errorchecking.  I spent a good amount of time trying to figure this out
on my own before emailing the list but I've learned perl is pretty
unforgiving when you have a misplace character or two.  

Thanks for any help on this.

justin

#!/usr/bin/perl 
use CGI;

$OUTPAGE = '/thankyou.html';
$DATAFILE = 'bla.txt';
$ERR = '/error.html';

my $cgi = new CGI;
$cgi-import_data('Q');

open (DATA,  $DATAFILE);
print DATA qq|$Q::name, $Q::email, $Q::menu, $ENV{REMOTE_ADDR}\n|; close
DATA;

if  ($Q::{name} ne ) {
print $cgi-redirect(-location=$ERR= '/error.html');
}

else {
print $cgi-redirect(-location=$OUTPAGE= '/thanks.html');
}  



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



RE: Verifying file permissions

2002-04-19 Thread justin cunningham
do fix_perms
#!/bin/sh

# this command changes
#  all files to be mode 774
#  all dirs to be 2775
#  and everything to be owned by nobody.www-data

find /path/2files/ -exec chown nobody.www-data {} ;
find /path/2files/ -type d -exec chmod 2775 {} ;
find /path/2files/ -type f -exec chmod 664 {} ;

this is 4 web. change user.group to whatever u want.

justin 
-Original Message-
From: craigw [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 19, 2002 8:27 PM
To: debian-user@lists.debian.org; Andy Saxena
Subject: Re: Verifying file permissions

On Fri Apr 19, 2002 at 10:54:26PM -0400, Shawn McMahon wrote:
 begin  Andy Saxena quotation:
  
  I was wondering if there is any way to verify the file permissions
on
  the files installed by debian packages.
 
 Depends; what do you mean by verify?
 
This is an interesting question, and I have an idea of what Andy's
getting at; I hope to learn from some good answers.

When I install a new system, one of the first things I do is:
ls -lR /  original_filesystem.txt

This habit got its start from one time when I really hosed some of the
permissions, and several things quit working.

CraigW


-- 
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]



vpopmail qmailadmin guidance!?...

2002-04-18 Thread justin cunningham
hi, I'm trying to get qmailadmin to work and wondered if anyone here had
a quick how-to since the documentation on inter7.com is specific to
compiling  configuring from source and not deb.  Everything is
installed ok, I created the me file manually and vpopmail delivers mail
locally ok but I can't get to http://mail.domain.com/cgi-bin/qmailadmin

ScriptAlias /cgi-bin/qmailadmin /usr/lib/qmailadmin/qmailadmin
Alias /images/qmailadmin /usr/share/qmailadmin/images/qmailadmin

Have been added to httpd.conf; so what did I do wrong?


installed are: 

autorespond_1.0.0-1_i386.deb
courier-imap_0.31-vauth.1_i386.deb
ezmlm-idx_0.53-4_i386.deb
libmysqlclient6_3.22.30-4.deb
libvpopmail-dev_4.9.9-1_i386.deb
libvpopmail-freecdb_4.9.9-1_i386.deb
libvpopmail-lmysql_4.9.9-1_i386.deb
libvpopmail-mysql_4.9.9-1_i386.deb
libvpopmail1_4.9.9-1_i386.deb
qmail_1.03-17_i386.deb
qmailadmin_0.45-1_i386.deb
ucspi-tcp_0.84-1_i386.deb
vpopmail-bin_4.9.9-1_i386.deb
vpopmail-doc_4.9.9-1_all.deb 


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



RE: make-kpkg

2002-04-18 Thread justin cunningham
Keep reading, your answers are at the end of that documentation if it's
http://newbiedoc.sourceforge.net/system/kernel-pkg.en.html

justin
 
-Original Message-
From: dave mallery [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 18, 2002 12:05 PM
To: Debian UserList
Subject: make-kpkg

hi

i had good luck making a custom 2.2.20 kernel yesterday (following the
newbie instructions)

this morning i made a custom 2.4.18 from the source package.

it is no good.. probably a config omission.


question:  can i simply: dpkg -r kernel-image-2.4.18_custom1.0_i386.deb
??


it needs to be obliterated, since it can't use the monitor.  will the 
above -r also re-arrange my /etc/lilo.conf? or do i have to do that by 
hand?

whatever happens, i don't want the existing 2.4.18_custom1.0 to be a
lilo 
boot option.

thank you

dave
  

-- 
Dave Mallery, K5EN  (r/h 7.2 krud; debian woody)
PO Box 520
Ramah,  NM  87321

no gates .~.
  no windows...  /V\
/( )\
running GNU/Linux   ^^-^^  (Linux TM Linus Torvalds)
  free at last!



-- 
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]



RE: Apache libphp4.so

2002-04-17 Thread justin cunningham
I may be coming into the middle of this thread-- if so; sorry.  Did you
try editing httpd.conf manually then apachectl configtest, restart and
if you get the pondering changes choose 'no' and apache and php should
be happy.  also make sure the install script gave you a default php.ini
in /etc/php4/apache.  

-Original Message-
From: Roy Pluschke [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 16, 2002 12:01 PM
To: debian-user@lists.debian.org
Subject: Re: Apache  libphp4.so

On Tue, 16 Apr 2002 08:19:57 -0400
Kurc, Marcin A. [EMAIL PROTECTED] wrote:

 why don't you just uncomment the line an restart apache?
 
 Marcin Kurc
 CAD Systems Administrator
 Cooper-Standard Automotive 
 

That was the first thing that I tried but when it didn't work
I thought you may have to use apacheconfig.
Note that I am running woody and also have the following lines
uncommented in httpd.conf

# And for PHP 4.x, use:
#
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

Plain html files render fine from my public_html directory
but the following doesn't work

html
head
titleExample/title
/head
body
  ?php
  echo Hi, I'm a PHP script!; 
   ?
/body
/html

Is the a way to query apache as to what modules are loaded??
perhaps a permissions problem or something else which must
be configured ?

Thanks in advance,
Roy Pluschke [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]



RE: The latest round of antivirus bouncebacks

2002-04-10 Thread justin cunningham
Adam, I think you may be overreacting a bit and shutting the door to an
opensource user list while running opensource servers is a bad idea.  

I've got 5 debian boxes here but read this list-mail from a windows
laptop for lots of reasons e.g. easier to manage a ms lan with a res
kit; need to test/debug applications for naive users and it's a lot
easier figuring out problems with windows for users when you have to fix
them on your own machine first;)

I assume the list would tolerate the annoying messages for a while so
long as you try to find a solution.  If you can't think of one then how
about... asking the list!  

short answer--there's no need to get upset.  there is a problem.
you're gonna need to implement a solution.  try a few.  if it doesn't
workout; ask for help.

Regards, Justin


-Original Message-
From: adam [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 10, 2002 1:56 PM
To: debian-user@lists.debian.org
Subject: RE: The latest round of antivirus bouncebacks

I agree, I'm sorry, the France Telecom one was my fault.
I work for a company that uses France Telecom for internet access and
pays
for them to check for viruses.
It wasn't my choice and I have no say in the matter - if the means that
I am
not welcome on this list then I will (reluctantly) unsubscribe.
I have installed 2 debian woody servers in the company I work for but
the
company policy is still to use Novell Border Manager as a firewall,
Novell
Groupwise for mail and CAI Inoculan for antivirus (after France
Telecom).
Personally I don't think a few annoying messages about viruses are a
reason
to exclude people like myself.

I'll let the list decide and abide by the majority decision.

Adam

-Message d'origine-
De : Scott Henson [mailto:[EMAIL PROTECTED]
Envoye : mercredi 10 avril 2002 21:55
A : debian-user@lists.debian.org
Objet : Re: The latest round of antivirus bouncebacks


On Wed, 2002-04-10 at 15:43, Shawn McMahon wrote:
 begin  dman quotation:
 
  was.  I think it was being a good neighbor by alerting the rest of
  us that we just got a virus.

 Sorry, this is debian-user, not windows-user.  I don't need half a
 dozen bounces telling me somebody sent a virus, my system is immune.

Some people read the list from places other than their home where they
don't have control over what OS they use.  Remember this is a high
traffic list that isn't friendly to dial-up users and for those people
it would be easier to read it on a company provided connection at work.

--
-Peace kid
  Scott Henson  [EMAIL PROTECTED]

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





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




-- 
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]



RE: TapeWare on Debian

2002-04-09 Thread justin cunningham
I've used tapeware b4-- they have free support; call and you get to
speak to a real person.  

-Original Message-
From: Joshua Penix [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 08, 2002 3:12 PM
To: debian-user@lists.debian.org
Subject: TapeWare on Debian

Anyone running TapeWare v6.3 (http://www.tapeware.com) on Debian Woody? 
I'm having trouble getting the Qt-based GUI admin to work on my system.

I did the standard TapeWare Linux install, which went just fine, and the
daemon is running. The ncurses-based admin program also works fine.

However, when I run 'twxadmin' (the GUI-based amin), I first get an
error saying it can't open libstdc++-libc6.1-1.so.2. I searched Debian
packages, and found that file in a package named
libstdc++2.9-glibc2.1.

After installing that package, I re-run twxadmin, and now I get an error
asking for libstdc++.so.2.8. Searching on that library unfortunately
turns up nothing. However, my system has a libstdc++.so.3, so I
symlinked my .3 to .2.8, which seems to have satisfied that dependency.

But now when I run 'twxadmin,' I get /usr/local/tapeware/twxadmin.bin:
relocation error: ./libqt.so: undefined symbol: __eh_pc

That refers to the version of libqt.so that's provided in the
/usr/local/tapeware directory, and I have no idea how to troubleshoot
this problem.

Anyone have a suggestion?

Thanks,
--Josh


-- 
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]



apt pin-priority and /etc/apt/preferences file

2002-03-27 Thread justin cunningham
Hello, need help again.  

Currently I have an all woody box and need to install some potato only
packages.  

Current sources.list is 

deb http://http.us.debian.org/debian/ testing main non-free contrib
deb-src http://http.us.debian.org/debian/ testing main non-free contrib
deb http://non-us.debian.org/debian-non-US testing/non-US main contrib
non-free
deb-src http://non-us.debian.org/debian-non-US testing/non-US main
contrib non-free

deb http://security.debian.org/ stable/updates main contrib non-free
deb file:/root debs/

To get packages from stable I'd need to copy the above and change
'testing' to 'stable'

Then I'd need to create the preferences file which is my question.  Can
I simply touch preferences and add the following pinning data or do I
need to tell dpkg to scan the installed packages?  I ask because, for
instance I have qmail installed and wouldn't want apt to go and get exim
or reinstall portmapper and ftp if I'm fooling around with apt.  

Will these two statements suffice or do I need to also list the packages
installed and give them a Pin-Priority: 100 or; pursuant that I want an
all woody box should I change the Pin-Priority of stable to 95?  That
way my woody packaging scheme will remain as-is and apt will get the
desired packages from stable, only if it can't find them in testing. 

Package: *
Pin: release a=testing
Pin-Priority: 900

Package: *
Pin: release a=stable
Pin-Priority: 500

Thanks, justin


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



php and ms access database advice

2002-03-26 Thread justin cunningham
Hello, I've been searching for a solution and this link is the closest
I've come (nicely done by the way) though was wondering if someone here
had a more efficient execution to recommend.  

http://www.phpbuilder.com/columns/siddarth2228.php3

Currently I have a few perl and php4 scripts writing data to text files
i.e. name; email; option a; or b; or c; etc.  I then pass the text files
to clients who have been recording the data into ms access.  Now they
want me to set it up such that the same data can be written directly to
an access.mdb.

I can follow the walkthrough; build a .mdb file with access's odbc data
source manager with the desired tables; create a user and pass to write
the new records passed by odbc_exec () to the file.  Then, when the
client wants the data I can pull it down and pass it to them as an mdb
instead of txt.  

It seems simple enough though has someone here done this?  If so was
there solution secure?  I ask because the user referenced in the example
is root. 
$cnx = odbc_connect( 'WebTute' , 'root', '' );  

I'm not going to use root for this of course.  I also didn't see a file
path referenced so I'm suppose to drop the .mdb file in the same
directory as the php files?

Thanks for any advice on this.  Justin




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



RE: L 80 80 80 80, etc. on boot

2002-03-25 Thread justin cunningham
I've seen this/like posts before so checking the archives would be a
good bet.  From what I recall the simplest way to fix this is to use
deselect to uninstall/reinstall lilo.  I haven't done this b4 so I can't
say exactly though you may have to rm /etc/lilo.conf or mv to something
like lilo.old or else dpkg will complain.

My experience was getting a similar error from lilo on my workstation
win2k/woody.  I had lilo running fine; then; upgraded via apt-get
upgrade and got a like error.  I grabbed a 98 boot disk and fdisk /mbr
to get back to the win2k partition. 

Maybe one of these two statements will help.

justin

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Martin Edward John Waller
Sent: Monday, March 25, 2002 6:26 AM
To: debian-user@lists.debian.org
Subject: L 80 80 80 80, etc. on boot

Hello,

I've done a potato install but can't boot from the
hard disk (have the floppy boot working OK tho').

I get the above message (L 80 80 80 continuosly).

Is there a way to fix this?  I installed lilo
diecrtly onto the mbr.

Help!

Martin


-- 
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]



RE: debian on IBM Thinkpad iseries (P3-500)

2002-03-25 Thread justin cunningham
I thought nate said there wasn't a floppy drive?  Otherwise I saw prior
posts explaining using a win98 boot disk to get to the cdrom, then
loading the kernel successfully for installation.  --might help.
justin

-Original Message-
From: Kent West [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 25, 2002 9:15 AM
To: nate
Cc: debian-user@lists.debian.org
Subject: Re: debian on IBM Thinkpad iseries (P3-500)

nate wrote:
 quote who=Ross Burton
 
I have a IBM Thinkpad X22, and Potato will not boot due to a kernel
bug.
Try Woody boot floppies?
 
 
 i just tried the woody netinst CD, and it gave the same thing, Boot
Failed
 
 the boot loader doesn't even load, let alone the kernel. really weird.
 
 I guess i just won't use this laptop. I will try a toshiba 6400 see
 if its any better. the video chip in this laptop isn't that hot
 anyways.
 
 thanks!
 
 nate

I've got access to a Gateway laptop that won't boot off the normal 
routes, but it will boot off a floppy made with the idepci kernel 
(http://http.us.debian.org/debian/dists/potato/main/disks-i386/current/i
mages-1.44/). 
So you might try a different kernel flavor.

Kent




-- 
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]



RE: make: *** [kernel-image-deb] Error 1

2002-03-23 Thread justin cunningham
Thanks guys, I installed/used fakeroot, finished make and it booted up
no problem.  justin

-Original Message-
From: Faheem Mitha [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 22, 2002 12:03 PM
To: [EMAIL PROTECTED]
Cc: debian-user@lists.debian.org
Subject: Re: make: *** [kernel-image-deb] Error 1



On 22 Mar 2002, justin cunningham wrote:

 Hello, I am trying to compile a custom 2.4.18 kernel and keep getting
 this error:

 make[2]: Leaving directory
 `/usr/src/kernel-source-2.4.18/arch/i386/boot'
 make[1]: Leaving directory `/usr/src/kernel-source-2.4.18'
 touch stamp-build
 need root priviledges
 make: *** [kernel-image-deb] Error 1

 I don't understand-- 'stamp-build' is owned by the user justin who is
 logged in and compiling.  What am/have I done incorrectly?  Oh, and
yes
 there is not a d in privileges-- that is a cut/paste of the output.

 I'm following these walkthroughs

 http://www.linuxdoc.org/HOWTO/Kernel-HOWTO-5.html


http://newbiedoc.sourceforge.net/system/kernel-pkg.en.html#MAKE-KERNEL-P
 KG

Easy fix. You need to prefix your make-pkg command with fakeroot. See
the
documentation in /usr/share/doc/kernel-package, particularly the main
README and also README.modules.

The newbiedoc howto does not suggest using fakeroot, I know.  However,
it
does not work for me without fakeroot. (I think my build fails at the
same
points as yours without fakeroot). I keep meaning to bring this point up
with the author, but haven't got around to it. Perhaps you can.

Puzzlingly enough, this newbiedoc document says the instructions have
been
tested as written. Go figure. Note the kernel-package documentation does
mention using fakeroot.

  Faheem.





re: http://newbiedoc.sourceforge.net/system/kernel-pkg.en.html#MAKE-KERNEL

2002-03-23 Thread justin cunningham
Hi Jesse, I just used your walkthrough to compile a custom 2.4.18 kernel
and it worked great except you forgot to mention using fakeroot with the
make files.  Thankfully some helpful folks from the debian list stepped
up to help out.  Perhaps you could include a howto on fakeroot in the
documentation.  Regards, Justin Cunningham



make: *** [kernel-image-deb] Error 1

2002-03-21 Thread justin cunningham
Hello, I am trying to compile a custom 2.4.18 kernel and keep getting
this error:

make[2]: Leaving directory
`/usr/src/kernel-source-2.4.18/arch/i386/boot'
make[1]: Leaving directory `/usr/src/kernel-source-2.4.18'
touch stamp-build
need root priviledges
make: *** [kernel-image-deb] Error 1

I don't understand-- 'stamp-build' is owned by the user justin who is
logged in and compiling.  What am/have I done incorrectly?  Oh, and yes
there is not a d in privileges-- that is a cut/paste of the output.

I'm following these walkthroughs

http://www.linuxdoc.org/HOWTO/Kernel-HOWTO-5.html

http://newbiedoc.sourceforge.net/system/kernel-pkg.en.html#MAKE-KERNEL-P
KG

thanks, justin



kernel compile complaint make: *** [kernel-image-deb] Error 1

2002-03-21 Thread justin cunningham
Sorry, this is an up-to-date woody box with ii  kernel-package 7.99.
justin



RE: ping puzzler

2002-03-15 Thread justin cunningham
tracert from dos not traceroute bash on the ip in question.  If it's a
machine it'll return with the hostname.  I don't use nt4 for dhcp but
I'd bet there's a route table to reference?  Also what does nmap say on
the ip(s)? 

justin

-Original Message-
From: Nigel Pauli [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 05, 2002 5:38 AM
To: debian-user@lists.debian.org
Subject: OT: ping puzzler

I'd be grateful if someone can set my mind at rest on this one.

I've got a network 10.0.0.0/255.255.255.0. A DHCP server running on NT4 
at 10.0.0.3 looks after a scope running from 10.0.0.25 to 10.0.0.225 
with 10.0.0.200 to 10.0.0.225 excluded from the scope.

As you can see I've got plenty of leftover addresses to play with and 
I've used all the ones 10.0.0.1 to 10.0.0.6 on various statically 
addressed servers.

Today I was setting up a new box and thought I'd better check if 
10.0.0.7 was available so I pinged 10.0.0.7 and got a reply; but as far 
as I know nothing is using that IP address. The same happens for 
10.0.0.8 and 10.0.0.9 but once I move into double figures (10.0.0.10) I 
get what I expect i.e., no reply.

Is it possible that some card is replying on more than one address or 
do I need to get out there and find who or what is stealing my 
bandwidth?

Nigel
-- 
Nigel Pauli - I.T. Manager
St. John's School, Northwood, U.K.
http://www.st-johns.org.uk/


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





re all caps always on

2002-03-12 Thread justin cunningham
Hello, how do I reconfigure my console keyboard to get rid of the all
caps?  I tried to reinstall console-data and dpkg gave errors saying 'no
default for console-data/keymap/querty/acountry/standard/keymap' where
acountry=is a list of countries.  

Ssh is works fine, it's only the console that's all caps.  

Thanks, justin  



re all caps always on [disregard]

2002-03-12 Thread justin cunningham








Replying to my own post here. I rebooted for a different reason and it
seems to be back to normal. Perhaps this
was caused by a power outage yesterday? dontknow, but its okay again. regards, Justin 








re php4 php4-mysql install worries

2002-03-07 Thread justin cunningham
Hello, I'm trying to verify php4 and php4-mysql were installed 'and'
configured correctly but don't know how to 'verify' that's true.  Below
is an excerpt from /etc/php4/apache/php.ini which says 

In order for PHP to
; read it, it must be named 'php.ini'.  PHP looks for it in the current
; working directory, in the path designated by the environment variable
; PHPRC, and in the path that was defined in compile time (in that
order).

Ok, 'but' the php.ini file was not created upon install-- the excerpt
and file are from another server so is there a problem with the config.

dpkg -l | grep php4 and php4-mysql show 'ii' as installed

dpkg -s shows installed and configured properly.

dpkg -reconfigure-php4 says 'not installed or not a deb conf package'

I did have trouble installing the two packages together. I assumed this
was because php4-mysql would naturally complain until php4 is set-up so
the packages ended up with dpkg iU.  Apt showed: 

Rotated `/etc/apache/httpd.conf' at Tue Mar  5 17:28:37 PST 2002.
Rotated `/etc/apache/srm.conf' at Tue Mar  5 17:28:37 PST 2002.
Restart Apache now? [Y/n] Y
/usr/sbin/apachectl start: httpd could not be started
dpkg: error processing php4 (--configure):
 subprocess post-installation script returned error exit status 3
dpkg: dependency problems prevent configuration of php4-mysql:
 php4-mysql depends on php4 (= 4.0.3pl1-0potato3); however:
  Package php4 is not configured yet.
dpkg: error processing php4-mysql (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 php4
 php4-mysql
E: Sub-process /usr/bin/dpkg returned an error code (1) 


so I ran deselect and configured unconfigured packages; chose the
defaults.  I believe they were something like 'do you want to load
mysql.so y/N I chose no.  I believe this is correct since I'm installing
this stuff on a mysql database server.  The php module was loaded into
httpd.conf and apache -t says ok.

the actual question:  if I didn't get a default php.ini file from the
install script, can I copy one from another server and use it in it's
place or will it not read the file?  

Man this s*** makes me nervous cause I have to migrate this site but I
can't test it nor services till I cut over dns.

Thanks for any help. justin 




 



a grep question

2002-03-05 Thread justin cunningham
Hi, I read through man on find and grep and am trying to search for an
ip in some files contained in folders but every time I type in grep
options it just hangs.  What am I doing wrong?

Conversely i can go into /site.com/cgi-bin then cat any.cgi | grep
10.0.0.1 

and will get the desired result but instead of doing this for 'every
file' in 'every folder' I want to search for the 10.ip in the files from
the site's root directory.

Hope this is clear.  Thanks, justin





RE: Kernel panic on install, Dell Poweredge 350

2002-03-05 Thread justin cunningham
I have the same server and got the same error with all of my potato isos
but woody works fine.  I've yet to recompile-- I hope that doesn't cause
your current problem.  justin

-Original Message-
From: Stan Kaufman [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 05, 2002 12:20 PM
To: Michael Marziani
Cc: Debian User List
Subject: Re: Kernel panic on install, Dell Poweredge 350

Michael Marziani wrote:

 The last message I get is:  Kernel panic: VFS: Unable to mount root
fs
 on 01:00

 I used the debug flag but it is not giving any additional info.
Anyone
 have any idea what I might try?  I've installed Debian quite a few
 times, but never on this hardware.  Any help or ideas appreciated!

 -Mike

What are you installing, an entire new system or just a new kernel?
Which
release? What install method? Are you trying to set this up as a dual
boot box?
At what point do you get that msg?

I recently put a new woody install on a PowerEdge 500SC. No major
problems at
all. Nice box for the price.

Stan



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





what up deb list

2002-03-05 Thread justin cunningham








I sent two emails and have seen zero posted to the list. justin








re not seeing mail postings

2002-03-05 Thread justin cunningham
Hi listmaster, I sent a few posts to the deb user list today but don't
see 'any' of them.  If you get this; please reply.  Thanks, justin 



RE: a grep question [and now an ftp perm ?]

2002-03-05 Thread justin cunningham
Thanks mike, I found what I needed from info i.e. grep -r '10.x'
/path/to/be/searched

Help says try grep -ld 10.x

I tried changing syntax to grep -l-directories 10.  or
l-directories=read or 'read' and so on but got nothing.  What is correct
syntax anyways?

On a different note someone just asked me to set up a ftp account and
restrict it's access to only one site e.g. /data/www/theirsiteonly.  

I think I saw on a prior post someone said create a user for ftp and
change their shell to /bin/pftp then ln -s their home directory to the
desired ftp login i.e. /data/www/theirsite.com/htdocs.  

Another post says to not have 'x' directory browseable do chmod 0711
/directory-of-choice which looks promising but not quite what I need.

I've been reading a linux security book and I believe I recall it saying
I'd need to specify an 'unmask' (not sure the spelling here) and
subtract bits from 777 to lock down the user's access but that books at
home :(

justin



-Original Message-
From: Michael Jinks [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 05, 2002 2:34 PM
To: [EMAIL PROTECTED]
Cc: debian-user@lists.debian.org
Subject: Re: a grep question

On Tue, Mar 05, 2002 at 12:52:44PM -0800, justin cunningham wrote:
 Hi, I read through man on find and grep and am trying to search for an
 ip in some files contained in folders but every time I type in grep
 options it just hangs.  What am I doing wrong?

We don't know unless you show us the precise command line you're using.
Cut'n'paste from your terminal.

 Conversely i can go into /site.com/cgi-bin then cat any.cgi | grep
 10.0.0.1 

You could also

$ grep '10.0.0.1' any.cgi

...you don't strictly need the cat command.

 and will get the desired result but instead of doing this for 'every
 file' in 'every folder' I want to search for the 10.ip in the files
from
 the site's root directory.

One way:

find /path/to/cgi-bin -type f -exec grep '10.0.0.1' {} \;

(the {} and the \; are explained in the find manpage under the -exec
directive.  if you want to know the name of the file rather than getting
back the line itself, one way is to give grep the -l option.)

-- 
## Michael Jinks, IB ## JFI/MRSEC Computing ## University of Chicago ##
  Reader!  Think not that
  technical information
  ought not be called speech;  -- Anonymous, How to decrypt a DVD




backup solution suggestions

2002-02-26 Thread justin cunningham








Hi all, I need to implement a backup solution for web, mail,
dns, etc and wanted to hear any +/- thoughts for writing a rsync scripts for cron
for each server to do a weekly dump followed by daily incrementals OR use
Amanda for this. The server (woody),
et al are already in place and Im a few days away from getting started with
rsync but wondered if someone here thought Amanda would be a better bet?if
so; why. thanks,
justin 








RE: why boot using floppy is very slow?

2002-02-26 Thread justin cunningham
I got the same latency w/ the floppy boot disk created from initial
install.  i'm using a w2k --work laptop  woody dual boot and 'load
linux' takes about 2mins (forever) on a p3700.  I'll probably go back to
lilo though the lilo mbr I had from potato got 'upgraded' and 'hosed' my
mbr-- lots of l01's across the screen.  I grabbed a 98 boot disk and
fdisk /mbr so I could get back to work; then; later tried to run lilo
config again and again following the lilo walkthrough without success.
I don't however know what kind of boot disk it is; probably the kernel
image. justin

-Original Message-
From: Karsten M. Self [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 26, 2002 2:32 AM
To: debian-user@lists.debian.org
Subject: Re: why boot using floppy is very slow?

on Mon, Feb 25, 2002, debianlist ([EMAIL PROTECTED]) wrote:
 I boot my DEbian 2.2R4 using floppy,but the process is very
 slow..at least much slower than other linux distr...how can i
 improve the speed based on boot by floopy...(there is no hardware
 problem) i have a 2.2r4 boot floppy,,can i boot 2.2r5?

What type of boot floppies are you comparing?

There are several distinct types of boot floppy:

  - A LILO MBR on floppy pointing to a kernel and root partition on hard
disk.  This will boot nearly as fast as an HR LILO configuration.
Other boot methods may be used, e.g.:  syslinux, LOADLIN.EXE.

  - A kernel image.  This loads a kernel image from floppy but (usually)
mounts a hard drive.

  - A rescue disk, usually with a kernel and/or minimal root filesystem,
e.g.:  Tom's Root Boot.

Floppy access is *slow*.  If you're reading significant data from disk,
be prepared to wait  20 seconds to a minute.  My boot kernel is 578 KiB
on disk, about 40% the capacity of a floppy, a good chunk of data.

Peace.

-- 
Karsten M. Self kmself@ix.netcom.comhttp://kmself.home.netcom.com/
 What part of Gestalt don't you understand?   There is no K5 cabal
  http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org




RE: strange vi

2002-02-19 Thread justin cunningham
I'm happy I can arrow around now. I can handle the
traditional vi keys alright, just mentally I tend to forget what mode
I'm in if I'm not switching between arrows and home row.

word up!  principally I have this problem when users clamor about with
questions.  One time I was editing passwd and answering someone's
question when the screen was somehow filled with the same character over
and over and I couldn't :e! Anyways, I don't remember how I fixed it but
that's my number one problem learning how to use vi  linux better--
supporting users.   

Thanks to all who replied to my vi question.  justin

-Original Message-
From: Rich Puhek [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 19, 2002 11:32 AM
To: Ron Johnson
Cc: debian-user@lists.debian.org
Subject: Re: strange vi

Ron Johnson wrote:
 
 On Mon, 18 Feb 2002 22:44:03 -0600 Rich Puhek [EMAIL PROTECTED]
wrote:
 
 
 
  Ron Johnson wrote:
  
   Is is console or xterm?  What's the value of $TERM?
  
  either console or SSH session. $TERM is vt100. Looked at my termcap,
  which seems to match what I had before.
 
 try setting TERM to linux
 

That worked. Thanks.

Strange though, on my potato boxes, TERM=vt100, and the arrows work in
nvi. Oh well... I'm happy I can arrow around now. I can handle the
traditional vi keys alright, just mentally I tend to forget what mode
I'm in if I'm not switching between arrows and home row.

Thanks!

--Rich

_
 
Rich Puhek   
ETN Systems Inc. 
_


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





RE: Downloading deb's

2002-02-19 Thread justin cunningham
Here's a random question:  I've never been able to use apt-get to
install the qmail deb package-- it's always crapped out; though I hadn't
tried with wget.  Has anyone pulled down the qmail package with apt
successfully?  Justin

-Original Message-
From: Ayman Haidar [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 19, 2002 1:51 PM
To: debian-user@lists.debian.org
Subject: Re: Downloading deb's

Once upon a time Oki DZ ([EMAIL PROTECTED]) wrote:

Hi,

I'd like to download deb files during the nights. Unfortunately, I
don't
have the script for doing just exactly that; eg: have a file of a
pile of
URL's, and then do something like:  
dl-force my-urls
in which how many time-outs were experienced, the files would be
successfully downloaded.

Would anyone be pleased to write such a script? (if there's none
yet, of
course.)


the easiest way if you don't want to use apt-get is :
wget -i debs_file

where debs_file is a file with url's for the debs that you want.

I hope this helps

Ayman 


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





RE: courier IMAP, removing Unmarked messages

2002-02-18 Thread justin cunningham
correct

-Original Message-
From: Alex Malinovich [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 18, 2002 1:40 PM
To: Paul Miller
Cc: debian
Subject: Re: courier IMAP, removing Unmarked messages

On Mon, 2002-02-18 at 14:21, Paul Miller wrote:
 Hi all.  I'm running a Courier-IMAP server.  When users delete
messages
 from Outlook, they are Unmarked and not moved to the trash.  Is it
 possible to have Courier move these messages to the Trash
automatically?
 It is really annoying when your inbox is filled with deleted messages.
 Thanks!
 -Paul

Been a long time since I've used Outlook. If memory serves it's Edit,
Purge Deleted Messages. :)

-Alex



strange vi

2002-02-18 Thread justin cunningham
Hi, I've s-l-o-w-l-y been building a woody machine in spare time and
noticed that I can't use the arrow keys to get around in vi.  Is this
because the keyboard is misconfiged?   I think I remember choosing the
default us qwerty as ok but I'm sshed into the machine from my laptop
and the arrow keys don't work.  Though they work at the console.  My
laptops arrow keys work via ssh on lots of potato machines so, what
gives?   Regards, justin



RE: strange vi

2002-02-18 Thread justin cunningham
dpkg -l | grep vi shows nvi 1.79-20.  the potato's show 1.79-16a.1.  

ok, so if I use the letter keys instead how to I get to the end of a
line of data then press return to enter a new line without taking the
last character with me? 

Justin



-Original Message-
From: dman [mailto:[EMAIL PROTECTED] On Behalf Of dman
Sent: Monday, February 18, 2002 6:15 PM
To: 'debian'
Subject: Re: strange vi

On Tue, Feb 19, 2002 at 12:39:08PM +1030, Tom Cook wrote:
| justin cunningham wrote:
|  
|  Hi, I've s-l-o-w-l-y been building a woody machine in spare time and
|  noticed that I can't use the arrow keys to get around in vi.  Is
this
|  because the keyboard is misconfiged?   I think I remember choosing
the
|  default us qwerty as ok but I'm sshed into the machine from my
laptop
|  and the arrow keys don't work.  Though they work at the console.  My
|  laptops arrow keys work via ssh on lots of potato machines so, what
|  gives?   Regards, justin
| 
| Can't help except to say that 'j' is up, 'k' is down, 'h' is left and
| 'l' is right.  That makes sense, doesn't it? ;-)

It does once you put your hand on home row and see where the keys are
(and forget about the screen printing on them).


As for the arrow keys not working, which vi do you have?  Surely it
isn't 'vi' since that is copyright and only Sun systems have it.  In
vim, I have the following set :

set esckeys  allow cursor keys in insert mode

The arrow keys work, but I never use them anyways.

HTH,
-D

-- 

Your beauty should not come from outward adornment, such as braided hair
and the wearing of gold jewelry and fine clothes.  Instead, it should be
that of your inner self, the unfading beauty of a gentle and quiet
spirit, which is of GREAT WORTH in God's sight.  For this is the way the
holy women of the past used to make themselves beautiful.
I Peter 3:3-5


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





RE: strange vi

2002-02-18 Thread justin cunningham
Sigh... ok, you've made it clear it's time pick up that vi book behind
me.  Thanks for the replies.  justin

-Original Message-
From: Michel Loos [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 18, 2002 6:55 PM
To: [EMAIL PROTECTED]
Cc: 'debian'
Subject: RE: strange vi

Em Seg, 2002-02-18 às 23:41, justin cunningham escreveu:
 dpkg -l | grep vi shows nvi 1.79-20.  the potato's show 1.79-16a.1.  
 
 ok, so if I use the letter keys instead how to I get to the end of a
 line of data then press return to enter a new line without taking the
 last character with me? 
 

Like usual A

Michel

 Justin
 
 
 
 -Original Message-
 From: dman [mailto:[EMAIL PROTECTED] On Behalf Of dman
 Sent: Monday, February 18, 2002 6:15 PM
 To: 'debian'
 Subject: Re: strange vi
 
 On Tue, Feb 19, 2002 at 12:39:08PM +1030, Tom Cook wrote:
 | justin cunningham wrote:
 |  
 |  Hi, I've s-l-o-w-l-y been building a woody machine in spare time
and
 |  noticed that I can't use the arrow keys to get around in vi.  Is
 this
 |  because the keyboard is misconfiged?   I think I remember choosing
 the
 |  default us qwerty as ok but I'm sshed into the machine from my
 laptop
 |  and the arrow keys don't work.  Though they work at the console.
My
 |  laptops arrow keys work via ssh on lots of potato machines so,
what
 |  gives?   Regards, justin
 | 
 | Can't help except to say that 'j' is up, 'k' is down, 'h' is left
and
 | 'l' is right.  That makes sense, doesn't it? ;-)
 
 It does once you put your hand on home row and see where the keys are
 (and forget about the screen printing on them).
 
 
 As for the arrow keys not working, which vi do you have?  Surely it
 isn't 'vi' since that is copyright and only Sun systems have it.  In
 vim, I have the following set :
 
 set esckeys  allow cursor keys in insert mode
 
 The arrow keys work, but I never use them anyways.
 
 HTH,
 -D
 
 -- 
 
 Your beauty should not come from outward adornment, such as braided
hair
 and the wearing of gold jewelry and fine clothes.  Instead, it should
be
 that of your inner self, the unfading beauty of a gentle and quiet
 spirit, which is of GREAT WORTH in God's sight.  For this is the way
the
 holy women of the past used to make themselves beautiful.
 I Peter 3:3-5
 
 
 -- 
 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]
 
 






FW: ¸ÞÀÏ Àü¼Û ½ÇÆÐ ¾Ë¸² bigice@ naver.com

2002-02-18 Thread justin cunningham
Title: 네이버 메일








Okay, why the hell do I get this reply after
every time I reply to the list?
Regards, Justin



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Monday, February 18, 2002
7:00 PM
To: [EMAIL PROTECTED]
Subject: 메일 전송 실패 알림
[EMAIL PROTECTED]








 
  
  
  
 
 
  
  
  
 
 
  
  백인규 (bigice) 님께 보내신 메일 RE: strange vi 이 다음과 같은 이유로 전송 실패했습니다. 
  
 
 
  
  
  
 
 
  
  
  
 
 
  
  수신자의 메일 보관 용량이 가득차 있습니다. 나중에 다시 시도하십시오. 
  
 
 
  
  
  
 
 
  
  
  
 











---BeginMessage---
Title: RE: strange vi






Sigh... ok, you've made it clear it's time pick up that vi book behind

me. Thanks for the replies. justin


-Original Message-

From: Michel Loos [mailto:[EMAIL PROTECTED]] 

Sent: Monday, February 18, 2002 6:55 PM

To: [EMAIL PROTECTED]

Cc: 'debian'

Subject: RE: strange vi


Em Seg, 2002-02-18 às 23:41, justin cunningham escreveu:

 dpkg -l | grep vi shows nvi 1.79-20. the potato's show 1.79-16a.1. 

 

 ok, so if I use the letter keys instead how to I get to the end of a

 line of data then press return to enter a new line without taking the

 last character with me? 

 


Like usual A


Michel


 Justin

 

 

 

 -Original Message-

 From: dman [mailto:[EMAIL PROTECTED]] On Behalf Of dman

 Sent: Monday, February 18, 2002 6:15 PM

 To: 'debian'

 Subject: Re: strange vi

 

 On Tue, Feb 19, 2002 at 12:39:08PM +1030, Tom Cook wrote:

 | justin cunningham wrote:

 |  

 |  Hi, I've s-l-o-w-l-y been building a woody machine in spare time

and

 |  noticed that I can't use the arrow keys to get around in vi. Is

 this

 |  because the keyboard is misconfiged? I think I remember choosing

 the

 |  default us qwerty as ok but I'm sshed into the machine from my

 laptop

 |  and the arrow keys don't work. Though they work at the console.

My

 |  laptops arrow keys work via ssh on lots of potato machines so,

what

 |  gives? Regards, justin

 | 

 | Can't help except to say that 'j' is up, 'k' is down, 'h' is left

and

 | 'l' is right. That makes sense, doesn't it? ;-)

 

 It does once you put your hand on home row and see where the keys are

 (and forget about the screen printing on them).

 

 

 As for the arrow keys not working, which vi do you have? Surely it

 isn't 'vi' since that is copyright and only Sun systems have it. In

 vim, I have the following set :

 

 set esckeys  allow cursor keys in insert mode

 

 The arrow keys work, but I never use them anyways.

 

 HTH,

 -D

 

 -- 

 

 Your beauty should not come from outward adornment, such as braided

hair

 and the wearing of gold jewelry and fine clothes. Instead, it should

be

 that of your inner self, the unfading beauty of a gentle and quiet

 spirit, which is of GREAT WORTH in God's sight. For this is the way

the

 holy women of the past used to make themselves beautiful.

 I Peter 3:3-5

 

 

 -- 

 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]

 

 






-- 

To UNSUBSCRIBE, email to [EMAIL PROTECTED] 

with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



---End Message---


RE: Emulate real ip's to access intranet hosts from outside

2002-02-13 Thread justin cunningham
Hi, I didn't read the prior thread so this may be irrelevant but
wouldn't this be accomplished by running bind locally and put those
mappings in named and put the ip of the local machine with named as the
primary dns and your real ns1 as the secondary.  That way queries to bla
at mydomain would go over the 192 subnet and queries to the internet
would resolve via ns1. 

justin
-Original Message-
From: Ramon Acedo [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 13, 2002 6:32 AM
To: debian-user@lists.debian.org
Subject: Re: Emulate real ip's to access intranet hosts from outside


Hi again! 
Thanks for your quickly answers,

I think I hadn't explained enough clearly in the first mail.
The problem is the following:
I have a SINGLE public ip with an associated domain. In that host I have
a DNS server, mail server, web, etc. The important point is at the DNS.
What i'd like to do is that the firewall forward all the packets
independently of the destiny port, which can be any, to a host of the
intranet with a private ip. The rule for decide which packets go to what
host in the intranet is the name that the client refered to.
Example:
  when I do a ftp to ftp.mydomain.net my DNS server would forward the
request to the host 192.168.1.10.

I'd like to have a map like this:

ftp1.mydomain.net --- 192.168.1.10
ftp2.mydomain.net --- 192.168.1.50
www1.mydomain.net --- 192.168.1.12
www2.mydomain.net --- 192.168.1.33

and so on
But Actually in the internet all that names lookup to 213.1.2.3
and of course the 192.168.x.x is never seen from the internet

I know that apache can manage vhosts and I could redirect to a intranet
host all the web traffic coming to www2.mydomain.org, the same can be
done with wu-ftp or proftp where u can have multiple domains/dubdomains
and have different ftp root directorys depending on the name the client
used to contact it, and then I could set that roots pointing to nfs
mounted directories of the internal net, but what I'd like is that all
the traffic forward would depend on the name used by the client.

As I said it's not a port forwarding matter it would be a program which
could manage domain name vhosts and do some kind of bridging /
forwarding to the intranet depending on the name the client reffered.

So the idea is to emulate lots of real ips with just 1 public ip and 1
domain with all the subdomains I'd need.

Uh! I hope to have been clear enough this time, my English is not
perfect (I'm Spanish) so please let me know if u got the idea, ok?

Thanks a lot guys!

Ramon Acedo





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





FW: Config error of some kind

2002-02-13 Thread justin cunningham
Sorry Patrick for replying to you and not the list.  Multi-tasking
failed me!!  Justin

-Original Message-
From: justin cunningham [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 13, 2002 3:27 PM
To: 'McGillan, Patrick'
Subject: RE: Config error of some kind

Did you try adduser test psswd 1234 then try to login as user test or su
to another user and see if you could su to another non root user too see
if you're prompted for their password or how about looking at
/etc/passwd and group to see if your uid  gid's look right.  justin

-Original Message-
From: McGillan, Patrick [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 13, 2002 3:03 PM
To: debian-user@lists.debian.org
Subject: Config error of some kind

Hi,
I had to back my laptop off from Woody back to the stable version.
Everything seems to work, except only root is allowed in. In fact, even
though there is a root passwd, it doesn't ask for it when I enter root
for
user name and hit enter. Any attempt to login in as a normal user, goes
no
where. I also note that when attempting to login as someone else, it
always
says please wait while system is starting, before returning the login
prompt.

Looked at the inittab file, but didn't see any problem there, where else
should I look?

--
Patrick


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





snort question

2002-02-12 Thread justin cunningham
Hi, I haven't used snort before and wanted to see where the incoming
traffic to my external ip is coming from.  Can I do this with a machine
behind the router?  I mean, the deb machine is sitting on a 192x and I
want to see the incoming traffic on the external ip.  Is this possible
or do I have to have the box before the router or should I just stick
with tcpdump?  Thanks for any suggestions, justin  



bind weirdness

2002-01-25 Thread justin cunningham
Hey, I have some bind questions I can't answer nor find answers to via
google so I was wondering/hoping someone here can help out!  I have this
guy in my company that sends out a pretty large email list ever week and
I got a spamcop notice from one of his recipients so I went to the mail
log to look up the message number so I can email him to remove that user
from his list and noticed this 

localhost named[546]: bad referral (1.130.24.in-addr.arpa !
15.1.130.24.in-addr.arpa) from [24.130.4.8].53
Jan 25 09:34:56 localhost named[546]: bad referral
(1.130.24.in-addr.arpa ! 15.1.130.24.in-addr.arpa) from [24.130.4.8].53


I looked this up and saw a response from someone on a bind list saying
that's because someone else has an improper ns record for my site.  So I
traced the ip to mediaone.com but they don't have a site so... ?

Then I looked at syslog on ns1 and saw this below. 

named[207]: Response from unexpected source ([192.168.1.35].53)

I looked this up as well but found nothing on it.  Anyone see this
before in syslog?  If so what did you come up with as the cause?  

Thanks, Justin 



RE: bind weirdness

2002-01-25 Thread justin cunningham
Cool.  I see a lot of these too 

ns_forw: query(maxamp.com) All possible A RR's lame
sysquery: query(mailhub.ynot-us.com) All possible A RR's lame

but I did nslookups on a few and they don't exist.

I was going to point something else out but too many distractions from
users and now I forgot.  Anyways, thanks for the reply.  Justin  



-Original Message-
From: nate [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 25, 2002 11:34 AM
To: debian-user@lists.debian.org
Subject: Re: bind weirdness

quote who=justin cunningham

 I looked this up as well but found nothing on it.  Anyone see this
 before in syslog?  If so what did you come up with as the cause?


the first one i recieve often, i figure it is just a broken
nameserver on the other side(have not ever heard any complaints),
the 2nd one, running a quick search came up with:

The message means that it's sending queries to one address, but the
reply is coming from a different address.  Normally this means that
you sent to a multi-homed server running an old version of BIND, which
doesn't set the source address of a response to the destination of the
corresponding query.
nate



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




RE: List help --

2002-01-22 Thread justin cunningham
Did you try emailing this correspondence to [EMAIL PROTECTED]
I thought I read on Slashdot a few months ago that slackware was
stopping future development?  Perhaps I'm mistaken.  Best of luck.
justin

-Original Message-
From: Timothy C. Fanelli [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 22, 2002 2:49 PM
To: debian-user@lists.debian.org
Subject: List help --

Hey all --

Ok, so I signed up for this list because I figured i'd stick with debian
for a while -- I was wrong, I'm back to slackware.

I've been trying and trying to unsubscribe... I've sent three or four
emails to [EMAIL PROTECTED] with unsubscribe as the
subject line, and replying to the confirmation message with the
appropriate subject line there with the confirmation number etc etc...
but
IT WON'T TAKE MY NAME OFF THE LIST!!!

Anyone out there trying to get off this thing but can't too??

-Tim


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




suggestions welcome

2002-01-15 Thread justin cunningham
Hi, I want to build a mail server using a woody iso I burnt and wanted
suggestions for the best way to approach the install.  My main concern
is security and not installing extraneous packages-- something the base
install seems to do i.e. games.  I also wanted to make my own kernel
using the kernel-package.   

Given the above details what's the best way to approach the project?

Best, Justin 



RE: suggestions welcome

2002-01-15 Thread justin cunningham
Thanks a bunch Martin!  Your response was exactly what I was looking
for.  

-Original Message-
From: martin f krafft [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 15, 2002 4:01 PM
To: 
Subject: Re: suggestions welcome

also sprach justin cunningham [EMAIL PROTECTED] [2002.01.15.1907
+0100]:
 Given the above details what's the best way to approach the project?

easy: install, but when asked about tasksel and/or dselect, select no
both times. i don't recall what exactly is in this vanilla system that
you'll then have, but i know that it does include things like portmap
and others. so right there, run dselect as root on the console and
*purge* everything you don't need. (purging is done with the _ key).
then, press enter, and select remove from the menu, when that's done,
quit dselect and run

  dpkg -l

to verify what is installed.

then you just use

  apt-get install packagename

to add just what you want, so you will probably want to add ssh and
maybe some security tools like arpwatch, snort, tcpdump,
logcheck, iptables (kernel 2.4) or ipchains (kernel 2.2),
kernel-image-2.2.20 (you don't want to run  20, and 2.4 isn't ready
for production in many peoples' opinion (i use it for production
though)).

other things that don't hurt: apt-utils, cruft, suidmanager,
w3m, wget, ncftp (to replace ftp), netcat (to replace telnet),
nmap, ntp-simple, logoutd, tripwire, tmpreaper, uptimed,
watchdog, and wipe.

you can get info on each package by executing

  apt-cache show packagename

moreover, you might want to look into the following packages:

  harden - Makes your system hardened.
  harden-clients - Avoid clients that are known to be insecure.
  harden-doc - Useful documentation to secure a Debian system.
  harden-environment - Hardened system environment.
  harden-localflaws - Avoid packages with security holes.
  harden-remoteaudit - Audit your system from this host.
  harden-remoteflaws - Avoid packages with security holes.
  harden-servers - Avoid servers that are known to be insecure.
  harden-tools - Tools to enhance or analyze the security.
  
and then even though exim is already installed and you thus have a
full-featured MTA, you have the option of other good ones, like postfix,
qmail, zmailer, and many others. just attempt to purge exim in dselect,
press 'R', then purge exim again, and find all the available mailers
right there on that page. enter will get you back to the dselect
package selection.

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^.*|tr * mailto:; [EMAIL PROTECTED]
  
this site has moved.
we'd tell you where, but then
we'd have to delete you.



kernel panic: vfs: unable to mount root fs install errror 01:00

2002-01-12 Thread justin cunningham
Hi, 

Problem:  

I'm trying to get a server built with 2.2r4 potato cd and keep getting
the above error.  I tried the boot options in f2-f8 and tried mounting
various root.bins from specifying floppy0 at boot: then got kernel
panic: no init found try passing init= option to kernel.  I looked up
the errors on the deb user list and found similar questions but no
answers.  

One posting says: 'Your kernel does not support initrd and/or ramdisk.'
But the suggestion is dependant on a shell and I can't get a console
started.

Another says:  This is a common problem and it has only a few causes.
First, check the device XX:YY against the list of device codes in
/usr/src/linux/Documentation/devices.txt. If it is incorrect, you
probably didn't do an rdev -R, or you did it on the wrong image. If the
device code is correct, then check carefully the device drivers compiled
into your kernel. Make sure it has floppy disk, ramdisk and ext2
filesystem support built-in.  -- informative but doesn't help right
now.

I have a rh7.2 disk I tried to boot with to test and had no problem
other than not wanting a rh install.

Another post I found via google said the only way that user got around
the error was to compile the kernel elseware and then move it to the
failing system but I don't know how to do that.

Kernel-image is 2.2.19-4potato.2

Hardware: dell poweredge 350 1u server p3850 512 sdram ecc 2 20gig ide
drives which are being detected by install script 2 intel pro 100 isa
nics and one intell pro 100 pci nic.

Thanks for any help, Justin

PS:  if anyone replies from the debian-boot list can they please post to
the debian-user list since I'm not subscribed to the boot list. 



can't ping outside own network on ns1

2002-01-09 Thread justin cunningham
Hi, I don't understand why I cant ping outside my own network on my
primary nameserver.  I called the isp and according to them there's no
problem with connectivity (they always say that).  I also have a web,
mail and db server (all running potato) all of which I can reach the
outside but not the primary nameserver.  The only thing I've done
recently on the servers is apt-get update but if I had a broken package
I'd told me.  Syslog shows normal activity.  I also have apache running
(I use as a dev space for the www sites) and there all reachable via
http.  I can get to the server via ssh (with some latency).   Any ideas
on the cause of this?

Can:  reach locahost, gateway, external ip, ips in same range via name
and ip

Can't:  reach external sites like yahoo, provider's ns1 via ip nor apt
source.lists

Ps aux shows bind, apache, et al running.  I edited resolv.conf and
swapped nameservers with isp's= no change.

My nameserver is the authoritative for the sites et al while the isp is
the reverse lookup authoritative.  Could they have misdocumented my ips
ptr records for the reverse lookup?  

Thanks for any help on this, Justin

 



re can't ping outside own network on ns1 (resolved)

2002-01-09 Thread justin cunningham
The isp was making changes-- problem resolved.



woody isos and stuff

2002-01-08 Thread justin cunningham








Linuxiso.org now has woody isos up on their site. Dont know when they posted them
but I emailed them about a month ago when I was sorting through a pile of where
can I get woody iso postings and now, tada!



Also on a random note I was cleaning up and found a useful
white paper from ibm linux questions and answers. which addresses
a lot of new user questions specifically for window users migrating to linuxif
thats of use to anyone. Dont have a link but surely google.com ibm linux white paper and title will do. 








woody isos and stuff

2002-01-08 Thread justin cunningham
Linuxiso.org now has woody isos up on their site.  Don't know when they
posted them but I emailed them about a month ago when I was sorting
through a pile of 'where can I get woody iso' postings and now, tada!

Also on a random note I was cleaning up and found a useful white paper
from ibm 'linux questions and answers.' which addresses a lot of new
user questions specifically for window users migrating to linux-if
that's of use to anyone. Don't have a link but surely google.com ibm
linux white paper and title will do. 



RE: Linux Networking Books

2002-01-05 Thread justin cunningham

Re build a firewall --
http://www.sys-con.com/linux/articleprint.cfm?id=35

-Original Message-
From: D-Man [mailto:[EMAIL PROTECTED] On Behalf Of dman
Sent: Thursday, January 03, 2002 6:38 PM
To: debian-user@lists.debian.org
Subject: Re: Linux Networking Books

On Fri, Jan 04, 2002 at 12:31:47PM +1000, Penguin wrote:
| I would like to do these things:
| 
| - Setup a 128K ISDN multilink PPP connection
| - Build a firewall with ipchains or iptables
| - Run a web server and an FTP server
| - Run a private service on port 666
| - Log all traffic going in and out (the data part of TCP and UDP
packets) of 
| my ISDN modem connection, except for web, FTP and mail ports (But I
would 
| like to investigate what happens when I use the web, but only log for
a 
| little while and see what happens, then turn it off to prevent my log
files 
| bloating to 100's of megabytes when I run my webserver!)
| - Get a general knowledge of networking with Linux and security issues
| 
| Can anybody recommend a book (or books) for me to read, suitable for
someone 
| who is not very clueful on these things?

I don't know of any dead-tree books, but the IPTABLES and NAT howto's
(from Rusty, the guy who wrote ipchains and iptables) are really
good at explaining (some of) the details of IP networking.  With that
info you'll be able to create the firewall and log traffic.

As for running a web server, 'apt-get install apache' and stick your
files where it can find them.  There are apache manuals on the web if
you want to get more into it.

FTP is not recommended, unless perhaps it is anonymous ftp and then
you might as well just serve the files with apache.  One of the main
problems with ftp is it sends your password in cleartext.  Anyone with
a packet sniffer will then have your password.

Running a private service is just a matter of running the daemon,
then disallowing public use of it.  That can be done via firewall
rules and/or the protocol of the service.

-D

-- 

The crucible for silver and the furnace for gold,
but the Lord tests the heart.
Proverbs 17:3


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




FW: (Fwd) Re: Lost in apt-get

2002-01-03 Thread justin cunningham
...forgot to post to list

-Original Message-
From: justin cunningham [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 03, 2002 2:39 PM
To: 'Hélio Perroni Filho'
Subject: RE: (Fwd) Re: Lost in apt-get

http://newbiedoc.sourceforge.net/system/apt-get-intro.html

-Original Message-
From: Hélio Perroni Filho [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 02, 2002 3:58 PM
To: debian-user@lists.debian.org
Subject: Re: (Fwd) Re: Lost in apt-get

 I dont quite get it, lets say i apt-get install a package... so it
 fetches the necessary files, downloads, and installs them.. but,
 where does apt-get leaves the binaries? i mean for example, i apt-
 get'ed xmms , and it downloaded and installed.. but i have no clue
 on how to launch it.

Most of the times binaries will be at /usr/bin/, /usr/local/bin or
/usr/X11R6/bin -- which hopefully are in your $PATH -- and have the same
name
as the program itself, with all letters in lower-case. So, the first
thing to
try after installing a new package is just to type its name in a
terminal
window (in your example, just try entering xmms and see what happens).
If
that doesn't work, you can try dpkg -L name of the package, which
will list
the files (with complete path) owned by the package, and then search for
something that looks like a binary.

Until we meet again...

Hélio Perroni Filho


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




RE: /var/log/messages notifyd on MUA server

2002-01-03 Thread justin cunningham
Excerpt from:  http://www.dartmouth.edu/pages/softdev/blitz.html

Mailing List
There is a mailing list for discussion of BlitzMail system
administration. To join the list send a message to
[EMAIL PROTECTED] with the word subscribe in the body
of the message. To send mail to the list send it to
[EMAIL PROTECTED] . You can also send mail directly to the
BlitzMail developers at [EMAIL PROTECTED] .



-Original Message-
From: Ted Knab [mailto:[EMAIL PROTECTED] On Behalf Of Thedore
Knab
Sent: Thursday, January 03, 2002 7:14 AM
To: debian-user@lists.debian.org
Subject: /var/log/messages notifyd on MUA server

I have found the following error in /var/log/messages:

Does anyone know what this mean ?

This machine is running blitzmail an MUA.


Jann  3 10:05:31 blitzhost notifyd: atpread: short packet
ignored 
Jan  3 10:06:06 blitzhost last message repeated 2 times 
Jan  3 10:06:16 blitzhost notifyd: atpread: short packet
ignored 
Jan  3 10:06:52 blitzhost last message repeated 2 times
Jan  3 10:08:31 blitzhost last message repeated 6
times

Ted Knab


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




RE: Debian Lists, USENET Spam

2002-01-03 Thread justin cunningham
Something interesting I read that might interest you too
http://www.webtechniques.com/archives/2001/08/champeon/

-Original Message-
From: Joey Hess [mailto:[EMAIL PROTECTED] On Behalf Of Joey Hess
Sent: Thursday, January 03, 2002 4:37 PM
To: debian-user@lists.debian.org
Subject: Re: Debian Lists, USENET  Spam

John Hasler wrote:
 I'd rank the Web equal to or above Usenet.  I receive a substantial
amount
 of spam at my debian.org address, and it can only be obtained via the
Web.

Well, or on cd.

-- 
see shy jo, who sees a new market for debian source cd's :-)


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




FW: ATI Radeon 32MB AGP 3D-Card DDR

2002-01-03 Thread justin cunningham


-Original Message-
From: justin cunningham [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 03, 2002 5:07 PM
To: '[EMAIL PROTECTED]'
Subject: RE: ATI Radeon 32MB AGP 3D-Card DDR

Ati's site said linux= denied.  So try
http://lhd.zdnet.com/db/dispproduct.php3?DISP?2650

-Original Message-
From: Penguin [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 03, 2002 5:57 PM
To: debian-user@lists.debian.org
Subject: ATI Radeon 32MB AGP 3D-Card DDR

Can I use this video card with Potato, on a Potato 2.2r4 CD set without 
having to download any extra software for it? Is it listed in the list
of 
video cards when I use `XF86Setup?' What about the PCI version, ATI
Radeon 
32MB PCI 3D Card (with video out) SDR? What is DDR and SDR? Which is the
best 
card, the AGP one or the PCI one?

Thanks heaps!
James

 


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




RE: ?Finish install with serial port modem?

2001-12-27 Thread justin cunningham
Re: 2. Alt+f2

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 26, 2001 8:09 AM
To: debian-user@lists.debian.org
Subject: ?Finish install with serial port modem?

I've installed rescue, root, and 4 modules on
laptop.  Now, it prompts me for base floppies.
I would prefer to dial up and finish that way.

1. Is it possible?
2. How to exit the install program and get a command
prompt?
3. What dialup software comes with debian?
4. I assume that if I can connect with ISP, I should 
be able to lynx ftp to Debian from a console and 
finish.  Right?
5. What commands to do this?  I've looked for a clear
HOWTO without success.

Thanks in advance, and Happy New Year,

dave


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




RE: New user question

2001-12-26 Thread justin cunningham
Hi, I'm new to debian too but not windows so:

1.  Typically you'd want to install windows 'first' before linux to
avoid lilo being blown away by the windows installer.

2.  If your installing win 98 or me the fat32 is appropriate and
optional in win2k but ntfs is its and xp's native filesystem AND primary
fat partitions aren't recommended above 4 gigs.

3.  I've been using dual os win linux on desktops and laptops for a
while now and they're running fine-- just remember to read the
instructions thoroughly on the lilo installer.

justin

-Original Message-
From: kapil khosla [mailto:[EMAIL PROTECTED] 
Sent: Saturday, December 22, 2001 8:47 AM
To: debian-user@lists.debian.org
Subject: New user question 

Hi ,
I have installed Debian on my system and now want to install windows.
While installing I made a separate 7 GB FAT32 Partition.

When I put the windows bootable disk , Linux does not reckognize it.
What
shall I do ..thanks
Kapil


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




RE: which worm is this?

2001-12-26 Thread justin cunningham
Helping friends out with computers is tough stuff-- support can become
an endless topic therefore I suggest promoting self help 'first' then,
if that fails ask questions.  Anyways:

1.  the 'virus':  always look at http://www.symantec.com/avcenter.  Use
their search here http://www.symantec.com/avcenter/vinfodb.html to
quantify the problem (this should be a default response).  They have a
free web-based system scan too.

2.  with web-based mail like aol or msn or whatever they provide means
to block spam and filter porn mail.  Point him to his account
settings-- browsing  email-- properties-- filters (or whatever
comparable path).  

3.  aol isn't cheap.  Part of the monthly connectivity cost is support
so...

justin

-Original Message-
From: D-Man [mailto:[EMAIL PROTECTED] 
Sent: Saturday, December 22, 2001 10:40 AM
To: debian-user@lists.debian.org
Subject: OT: which worm is this?


I have a friend who uses windows and aol.  Yesterday he fell for the
hoax that says the long-filename support files are a virus and removed
it.  Today he saw that many copies of a gential enlargment spam
message were sent from his email account.  He doesn't have any virus
scan software, and I am in the process of obtaining some to scan his
system.  

I am wondering if anyone is familiar with a windows virus/worm that
sends out spam messages through aol.  If you have heard of something,
please let me know so I can research it and help my friend clean his
system.

TIA,
-D

-- 

If anyone would come after me, he must deny himself and take up his
cross and follow me.  For whoever wants to save his life will lose it,
but whoever loses his life for me and for the gospel will save it.  What
good is it for a man to gain the whole world, yet forfeit his soul?  Or
what can a man give in exchange for his soul?
Mark 8:34-37


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




RE: Where to slice a 2 gig drive ?

2001-12-26 Thread justin cunningham
This may be of good use to you.  The whole book is online and answers a
lot of similar questions.
http://www.oreilly.com/catalog/debian/chapter/ch02_01.html

justin

-Original Message-
From: Karsten M. Self [mailto:[EMAIL PROTECTED] 
Sent: Saturday, December 22, 2001 3:44 PM
To: Debian Users
Subject: Re: Where to slice a 2 gig drive ?

on Fri, Dec 21, 2001 at 02:39:39PM -0500, lee ([EMAIL PROTECTED]) wrote:
 Hi Folks,
 
 Ok..I'm fairly new to linux and extremely new to debian (was mandrake
 8.1)..I'm attempting to install 2.2r2 on a 2 gig drive here and not
 really sure where to carve this drive up. I'm planning on using this
 box as a proxy for 6 other machines (combo of linux/98se). Linux docs
 has a few articles on this but I thought I'd come straight to the
 horses mouth to learn what might be best :-)

2 GB is a bit on the smallish side.  If you're using it as a proxy, I'd
probably set up /, /tmp, /usr, and /var as separate partitions.
Depending on what proxy services you're offering, you might want to make
/var the bulk of the partitions (squid, ferexample, dumps its cache
there).

My base suggestions are at:

http://kmself.home.netcom.com/Linux/FAQs/partition.html

I'd modify these as follows:

/100 MB
swap64  -   128 MB
/tmp  50 MB
/usr 300  -   600 MB
/var1,200 - 1,400+ MB

Note I'm not allocating /home, /boot, or /usr/local.

Rationale:  This is a server, /home isn't particularly needed.  The
gains of creating separate /boot and /usr/local partitions are also
small (though a 16-24MB /boot partition wouldn't significantly cut into
available storage).  /usr needn't be too large, and limiting installed
software likely increases system security.  Providing ample storage to
/var allows both for package updating (unless the archives are remotely
hosted via NFS on another system in the network), and allows ample
storage for caching proxies such as squid.

Peace.

-- 
Karsten M. Self kmself@ix.netcom.com
http://kmself.home.netcom.com/
 What part of Gestalt don't you understand?  Home of the
brave
  http://gestalt-system.sourceforge.net/Land of the
free
We freed Dmitry! Boycott Adobe! Repeal the DMCA!
http://www.freesklyarov.org
Geek for Hire
http://kmself.home.netcom.com/resume.html



RE: installing debian with pppoe

2001-12-26 Thread justin cunningham
I did this before with potato and pppoe setup is part of the install
setup-- it worked fine.  Just make sure you have your credentials and
access number handy i.e. [EMAIL PROTECTED] Password xxx access number to
dial.

justin

-Original Message-
From: Vadim Kutsyy [mailto:[EMAIL PROTECTED] 
Sent: Saturday, December 22, 2001 10:39 PM
To: Debian-User
Subject: installing debian with pppoe

I need to install debian on computer connected to internet via pppoe.  I
always installed debian via FTP, but I don't know how to configure
installation with pppoe.

Any recommendation?

Vadim Kutsyy, PhD
[EMAIL PROTECTED]


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