mondo/mindi failure

2009-04-02 Thread Gregory Guthrie
After an upgrade to lenny, Mondo backup fails.

I get the message:
Calling MINDI to create boot+data disks
Your boot loader is GRUB and it boots from /dev/hda
/var/tmp.mondo.12739/tmp.mondo.30564
Mindi failed to create your boot+data disks.
---promptpopup---1--- Fatal error. Debian kernel package
kernel-image-2.6.6-1-386 not installed. Please install (one of):
linux-image-2.6-486 kernel-image-2.6-386 linux-image-386. Terminating.
---promptpopup---Q--- [OK] ---
-- 
Fatal error... Failed to generate boot+data disks

 

My kernel is:
# uname -a
Linux alpha 2.6.26-1-686 #1 SMP Fri Mar 13 18:08:45 UTC 2009 i686 GNU/Linux

The invocation is:
mondoarchive -ONid /backup -k FAILSAFE -E /backup -p alpha

 

Also, I'm surprised that if this is a dependency, that apt-get wouldn't know
about it and resolve. Mindi does have it's own mindi-kernel installed, I
thought that should have taken care of this.

||/ Name Version Description
+++-===-===-
==
ii mindi-kernel 2.4.27-2sarge4 failsafe Linux kernel for Mindi/Mondo

I did read at the mondo site that one can test mindi separately. I tried
that, and it runs fine, until the Droppping Libraries part, and then
hangs. If I interrupt it, the log doesn't show anything useful except user
aborted.

 

---
Gregory Guthrie
--- 

 



X11 startup permission problem

2003-09-21 Thread Gregory Guthrie
I have a system that when it boots reports that X11 couldn't start, and if 
I then try to start it manually (startx), it says:
   /tmp/.X11-unix has suspicious ownership, not root:root

and It is actually:  nobody:nogroup

If I change it, and then do startx, it works. but then later at a reboot it 
fails again.

??


Gregory Guthrie
[EMAIL PROTECTED]
 

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



Eth0 promiscuous mode ??

2003-09-21 Thread Gregory Guthrie
When I boot my system in the boot sequence (after starting etho interface) 
I get a message;

  device eth0 entered promiscuous mode
  device eth0 left promiscuous mode
And then these continue to trickle out..

Never saw this before on this machine, something wrong??

Thanks.


Gregory Guthrie
[EMAIL PROTECTED]
 

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



cloning Debian?

2003-08-18 Thread Gregory Guthrie
I have a working system, and want to clone it to a bigger, newer, faster 
one, keeping the old one as a backup...

I looked at a lot of options, (Dolly, G4u, ...) including Cloneit, and 
Partimage, but have trouble with both.

Cloneit; http://www.ferzkopp.net/Software/CloneIt/CloneIt.html
I find is very unreliable, it works for awhile, but the cloned image was no 
good. It also only reports a very small %age of the actual size sent that 
needs to be copied.
(I am running it from a SystemRecover CD - 
http://systemrescuecd.sourceforge.net/download.en.html ).

Partimage; http://www.partimage.org/
I find that it works OK for local image save/restore, but for remote 
(server) usage, it starts, then hangs. E.g. I have a 866 MB /usr, an it 
reports it properly, starts, says it transferred 12MB to remote (image 
save), and then hangs. Remote shows a 105MB .tmp file. Both sides are then 
stuck, need to be killed. It is repeatable. Since it starts, I think it 
should finish!  :-)

Any ideas on remedies, or other /better ways to do a remote clone?
I've spent way too much time trying things that should work in a simple 
manner!

I can't just do a remote NFS copy of the live (booted) partitions (I think).

Thanks.


Gregory Guthrie
[EMAIL PROTECTED]

 

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



Tomcat4+Apache - Install trouble on Debian?

2003-07-31 Thread Gregory Guthrie
I'm having trouble with tomcat4+Apache(1.3) on Debian;
I find that tomcat, and tomcat4, don't install properly from the regular 
stable apt-get packages.

After much research on lists, FAQs, etc, there are lots of hints, 
do-it-yourself configurations, and other changes to try and conflicting 
recommendations(!), but I'd like to reduce the additional time involved 
(spent far too much already!); can't I just do an apt-get install tomcat4, 
and libapache-mod-webapp and have it work?

Basically Tomcat seems to work fine standalone (port 8180), same for Apache 
(port 80), but I cannot get connected to Tomcat via apache.

I first installed libapache-mod_jk, but it looks like that just adds an 
include to /etc/apache/httpd.conf which includes the empty file: 
/var/lib/tomcat/conf/mod_jk.conf
  -- which seems to be empty on purpose!?

It does also indicate:
   JkWorkersFile /etc/tomcat/jk/workers.properties
So, this looks like a null-connection from Apache to tomcat; and indeed 
Apache doesn't dispatch .jsp's to tomcat.

I did (then) install libapache-mod-webapp, and added the lines to 
httpd.conf (as requested in tomcat4/server.xml), but still don't get apache 
to dispatch .jsp's to tomcat.

The LoadModule seems to work fine; and logs this:
   2003-07-31 11:06:04 [org.apache.catalina.connector.warp.WarpConnector] 
Connection from localhost/127.0.0.1:1998 to localhost/127.0.0.1:8008

But this uses mod-webapp, so now httpd.conf has two connectors?
 # LoadModule webapp_module libexec/mod_webapp.so
 WebAppConnection  warpConnection warp localhost:8008
 # WebAppDeploy  examples warpConnection /examples/   (Won't work..?)
 IfModule mod_jk.c
 # The following line is for apacheconfig - DO NOT REMOVE!
 JkWorkersFile /etc/tomcat/jk/workers.properties
  Include /var/lib/tomcat/conf/mod_jk.conf
  #  added: GRG   (from 
http://katanalynx.dyndns.org/~ajar/code/howtos/debian-tomcat4.html )
  Include /etc/apache/mod_jk/tomcat.conf
  /IfModule

Symptoms:

1) From Apache .jsp's are just sent, not run.

2) I cannot use any of the webapp directives in httpd.conf; e.g.
 # WebAppDeploy  examples warpConnection /examples/
 # WebAppInfo /webappinfo
   Both give: Invalid command, perhaps mispelled?

3) the /examples (Tomcat) front pages come up, but then cannot access the 
servlets... (or JSPs)

Hints?  :-)


Gregory Guthrie
[EMAIL PROTECTED]
  

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



unsubscribe

2003-07-27 Thread Gregory Guthrie



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


Dr. Gregory Guthrie
[EMAIL PROTECTED]
(641)472-1125 Fax: -1103
 Computer Science Department
 School of Computing and Information
Science
 Maharishi University of
Management
 (Maharishi International University
1971-1995)

http://www.mum.edu/cs_dept




Re: unsubscribe

2003-07-27 Thread Gregory Guthrie
At 08:11 AM 07/27/2003 -0500, Gregory Guthrie wrote:

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
--Oops, very sorry, Typo! 


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



apt-get; all messed up by update...

2003-07-20 Thread Gregory Guthrie
I have a Woody system that has been running for over a year now without 
much change, and I just tried to do an apt-update, and then apt-upgrade, 
and the whole thing seems to be totally messed up. (see below)

I hope I can recover it, as I have had apt do this to me several times over 
the past years, and had to completely re-load a few times. Why does this 
happen? Is apt too fragile..?
My

Thanks for any hints..!
---
theta:/etc/apt# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages have been kept back
  cpp debian-policy dnsutils dwww emacs20 enlightenment eterm fvwm95 g++ 
gcc groff
  groff-base htdig imlib1 libfnlib0 libstdc++2.10-dev libungif4g libxaw6 
libxaw7
  links ntop perl-5.005-doc samba samba-common smbclient smbfs swat tetex-bin
  tomcat vim vncserver xbase-clients xlibmesa3 xlibs xterm xvncviewer
216 packages upgraded, 0 newly installed, 0 to remove and 36  not upgraded.
Sorry, but the following packages have unmet dependencies:
  imlib1: Depends: zlib1g (= 1:1.1.3) but 1:1.1.4-1 is to be installed
  xbase-clients: Depends: libncurses5 (= 5.2.20010310-1) but 
5.2.20020112a-7 is to be installed
 Conflicts: xbase ( 3.3.2.3a-2) but it is not going to be 
installed
 Conflicts: xfonts-75dpi ( 3.3.3.1-3) but it is not going 
to be installed
 Conflicts: xfonts-cyrillic ( 3.3.3.1-3) but it is not 
going to be installed
 Conflicts: xfnt75 (= 3.3.2.3a-1)
E: Internal Error, InstallPackages was called with broken packages!




Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103
 

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



subscribe

2002-06-26 Thread Gregory Guthrie




Dr. Gregory Guthrie
[EMAIL PROTECTED]
(641)472-1125 Fax: -1103
 Computer Science Department
 School of Computing and Information
Science
 Maharishi University of
Management
 (Maharishi International University
1971-1995)

http://www.mum.edu/cs_dept



Debian Tomcat+Apache, failures after upgrade.. (PoolTcpEndpoint) ([jk_uri_worker_map)

2002-02-14 Thread Gregory Guthrie

I have a problem with Apache(1.3.22)+Tomcat(3.3) after a recent update:

I have a working Linux (Debian 2.2.17) system, and am running Apache+Tomcat.

Having not used it for awhile, or updated in 4-6 months, I did an apt-get 
install of tomcat and Apache, to get the most current versions. It did an 
update, and now it is somewhat broken. -(


All services seem to work (although that took some fiddling, the install 
was not correct (some bad ROOT only file permissions)), including all 
servlet and .jsp examples, but I get huge tomcat logs; about every 
5-seconds I get a logging of:


/var/log/tomcat/stdout.log:
PoolTcpEndpoint: Endpoint 
ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8081] ignored exception: 
java.net.SocketException: Socket closed

java.net.SocketException: Socket closed
at java.net.PlainSocketImpl.close(PlainSocketImpl.java:408)
at java.net.Socket.close(Socket.java:383)
at java.net.ServerSocket.implAccept(ServerSocket.java:206)
at java.net.ServerSocket.accept(ServerSocket.java:181)
at org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(Unknown 
Source)

at org.apache.tomcat.util.net.TcpWorkerThread.runIt(Unknown Source)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Unknown Source)

at java.lang.Thread.run(Thread.java)
PoolTcpEndpoint: Endpoint 
ServerSocket[addr=localhost/127.0.0.1,port=0,localport=8009] ignored 
exception: java.net.SocketException: Socket closed

java.net.SocketException: Socket closed
at java.net.PlainSocketImpl.close(PlainSocketImpl.java:408)
at java.net.Socket.close(Socket.java:383)
at java.net.ServerSocket.implAccept(ServerSocket.java:206)
at java.net.ServerSocket.accept(ServerSocket.java:181)
at org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(Unknown 
Source)

at org.apache.tomcat.util.net.TcpWorkerThread.runIt(Unknown Source)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Unknown Source)

at java.lang.Thread.run(Thread.java)
PoolTcpEndpoint: Endpoint 
ServerSocket[addr=localhost/127.0.0.1,port=0,localport=8007] ignored 
exception: java.net.SocketException: Socket closed

java.net.SocketException: Socket closed
at java.net.PlainSocketImpl.close(PlainSocketImpl.java:408)
at java.net.Socket.close(Socket.java:383)
at java.net.ServerSocket.implAccept(ServerSocket.java:206)
at java.net.ServerSocket.accept(ServerSocket.java:181)
at org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(Unknown 
Source)

at org.apache.tomcat.util.net.TcpWorkerThread.runIt(Unknown Source)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Unknown Source)

at java.lang.Thread.run(Thread.java)

And in mod_jk.log: tons of:
[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, 
NULL parameter
[jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free, 
NULL parameters


Hints to repair?


---
Gregory Guthrie

MUM Faculty Mail - FM 1068
Fairfield, IA 52557

http://www.mum.edu/~guthrie
(641)472-7773




Tomcat update - failure

2002-01-11 Thread Gregory Guthrie
: java.net.SocketException: Socket
closed
java.net.SocketException:
Socket closed
4) I do notice tha tApache reports: /etc/apache/logs/error.log
[Fri Jan
11 14:17:28 2002] [notice] Apache/1.3.22 (Unix) Debian GNU/Linux mod_jk
configured -- resuming normal operations
[Fri Jan
11 14:17:28 2002] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Fri Jan
11 14:18:41 2002] [notice] SIGUSR1 received. Doing graceful
restart
[Fri Jan
11 14:18:42 2002] [notice] Apache/1.3.22 (Unix) Debian GNU/Linux mod_jk
configured -- resuming normal operations
[Fri Jan
11 14:18:42 2002] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Fri Jan
11 14:30:37 2002] [crit] (98)Address already in use: make_sock: could not
bind to port 80

All help appreciated.
(please also reply directly, unreliable listserve connection)

Gregory Guthrie




Re: networking broken (ifup, route add)

2001-06-13 Thread Gregory Guthrie

At 09:33 AM 06/13/2001 -0300, Miguel Griffa wrote:
At 12:40 p.m. 12/06/01 -0500, you
wrote:
At 01:44 PM 06/12/2001 -0300, you
wrote:
At 11:05 a.m. 12/06/01 -0500, you
wrote:
At 12:57 PM 06/12/2001 -0300,
Miguel Griffa wrote:
SO,
1) what's wrong with ifup,
2) how to manually add localhost.
try iface lo inet loopback (for
127.0.0.1)
sorry, I should have said adding to interfaces
-- yes; but that is broken (ifup).Hi, I couldn't
keep on yesterday, if you still have the problem...
please send me your /etc/network/interfaces
and...
If you configure everything manually, it works?
meaning ifconfig eth0 up...
-- Thanks a lot; I got it to work fine by a manual reconfigure, and then
an apt-dist-upgrade brought in a new version of ifupdown, which fixed
things.
The problem was not in my configuration, that had worked for 9 months, it
was that apt-get had trashed ifup!
Thanks.
Greg




Dr. Gregory Guthrie
[EMAIL PROTECTED]
(641)472-1125 Fax: -1103
 Computer Science Department
 School of Computing and Information
Science
 Maharishi University of
Management
 (Maharishi International University
1971-1995)

http://www.mum.edu/cs_dept



Re: networking broken (ifup, route add)

2001-06-12 Thread Gregory Guthrie



oops,
10.10.10.0 != 10.10.0.0
according to routing tables, ifconfing should give you an address like 
10.10.10.x

is this correct?


-- Good observation, error on my part.

I corrected;
omega:/local# cat netset
#
#  emergency network setup
ifconfig\
eth0  10.10.10.109  \
netmask  255.255.0.0\
broadcast 10.10.255.255

ifconfig\
localhost 127.0.0.1 \
netmask  255.255.0.0\
broadcast 10.10.255.255

route add default gw 10.10.0.1

This fixes routing (Thanks!), but localhost is still broken.
and ifup...

omega:/local# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric 
RefUse Iface
localnet*   255.255.0.0 U 0  0 
   0 eth0
default 10.10.0.1   0.0.0.0 UG0  0 
   0 eth0

omega:/local# ifup -a
/etc/network/interfaces: Function not implemented
ifup: couldn't read interfaces file /etc/network/interfaces
omega:/local#

THe problem came in because trying to work around the broken ifup, I made 
this manual setup, which I did wrong.


SO,
 1) what's wrong with ifup,
 2) how to manually add localhost.

Thanks.


Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




Re: networking broken (ifup, route add)

2001-06-12 Thread Gregory Guthrie

At 12:57 PM 06/12/2001 -0300, Miguel Griffa wrote:

SO,
 1) what's wrong with ifup,
 2) how to manually add localhost.


try iface lo inet loopback (for 127.0.0.1)


-- I think this is a /etc/network/interfaces specification, not an actual 
command:

omega:/local# iface lo inet loopback
bash: iface: command not found


also notice

ifconfig\
localhost 127.0.0.1 \
netmask  255.255.0.0\
broadcast 10.10.255.255

broadcast address is wrong


-- Why? Looks OK to me.



Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




networking broken (ifup, route add)

2001-06-11 Thread Gregory Guthrie

Help;

after an apt-get fiasco, I seem mostly restored, but networking is still 
broken.

(Thanks for other hints on those recoveries)

Symptoms:

1) I can manually add etho,
but not localhost,
omega:/etc/apt# route add default gw 10.10.0.1
SIOCADDRT: Network is unreachable

2) ifup -a fails:
omega:/etc/apt#ifup -a
/etc/network/interfaces: Function not implemented
ifup: couldn't read interfaces file /etc/network/interfaces
omega:/etc/apt#

Thus, routing is broken, and I have lots of subsidiary resulting problems.

Suggestions?

Gregory


Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




Help; apt-get kills system, ifup broken..

2001-06-10 Thread Gregory Guthrie

Help.
I am running Debian 2.2, with upgrade to Woody from debian.org via
FTP.
I have been running well for over 5 months without reboot(!) or
maintenance.
I went to fetch a new package, and my system decided it wanted to get 108
MB of updates. It failed on a bunch of them, I tried again, and again,
and then a force (-f) option as suggested by apt-get.
I recovered Perl (apt-get --fix-missing install perl-base
perl), but networking is still goofed up.
Notably, ifup fails:
 ifup /etc/network/interfaces Function not implemented
 Could not read interfaces file:
/etc/networks/interfaces
Of course, the file is there, readable (544), and fine.
Any help on how to recover this?
Thanks.


Gregory Guthrie
[EMAIL PROTECTED]
(641)472-1125 Fax: -1103



Re: Help; apt-get kills system, networking broken..

2001-06-10 Thread Gregory Guthrie

At 08:06 PM 06/07/2001 -0700, der.hans wrote:
Am 07. Jun, 2001 schwäzte Gregory
Guthrie so:
 Now, I am stuck, networking doesn't work, so I can't even get my
stuff off 
 of the machine to start over and rebuild.
ifconfig eth0 10.1.1.21 netmask 255.255.255.0 broadcast 10.1.1.255
route add default gw 10.1.1.12
-- Many thanks, this works; sort of. It lets me get out for some things,
but with no localhost, routing is still broken, and ifup is still
broken.


omega:/etc# route
Kernel IP routing table
Destination
Gateway
Genmask Flags Metric
Ref Use Iface
10.10.10.0
*
255.255.255.0 U
0
0 0 eth0
omega:/etc# route add default gw 10.10.0.1
SIOCADDRT: Network is unreachable

Ideas?


Dr. Gregory Guthrie
[EMAIL PROTECTED]
(641)472-1125 Fax: -1103
 Computer Science Department
 School of Computing and Information
Science
 Maharishi University of
Management
 (Maharishi International University
1971-1995)

http://www.mum.edu/cs_dept



Re: Help; apt-get trashed system, how to recover

2001-06-09 Thread Gregory Guthrie

Bravo!!
Thanks.
Gregory
At 09:50 PM 06/08/2001 -0400, Paul Wright wrote:
On Fri, 08 Jun 2001 15:53:14 CDT,
Gregory wrote:
 Help.
 
 
 I went to fetch a new package, and my system decided it wanted to
get 108 
 MB of updates. It failed on a bunch of them, I tried again, and
again, and 
 then a force (-f) option as suggested by apt-get, to no avail.
 
 Perl seems to have kludged itself..
 
 The details follow, how do I recover?!
 
Try apt-get --fix-missing install perl-base perl, if that
doesn't work 
try apt-get --fix-missing install perl-base perl. One
of those should 
work. YMMV.
-ptw

-- 
Paul T. Wright [EMAIL PROTECTED]
-currently seeking employment-


Dr. Gregory Guthrie
[EMAIL PROTECTED]
(641)472-1125 Fax: -1103
 Computer Science Department
 School of Computing and Information
Science
 Maharishi University of
Management
 (Maharishi International University
1971-1995)

http://www.mum.edu/cs_dept



Help; apt-get trashed system, how to recover

2001-06-08 Thread Gregory Guthrie
 replacement apache ...
Preparing to replace apache-common 1.3.14-2 (using
.../apache-common_1.3.19-1_i386.deb) ...
Unpacking replacement apache-common ...
Errors were encountered while processing:
/var/cache/apt/archives/tetex-bin_1.0.7+2807-8_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
omega:/home/net# 




Gregory Guthrie
[EMAIL PROTECTED]
(641)472-1125 Fax: -1103



Help; apt-get kills system, networking broken..

2001-06-07 Thread Gregory Guthrie

Help.
I am running Debian 2.2, with upgrade to WOody from debian.org via
FTP.
I have been running well for over 5 months without reboot(!) or
maintenance.
I went to fetch a new package, and my system decided it wanted to get 108
MB of updates. It failed on a bunch of them, I tried again, and again,
and then a force (-f) optin as suggested by apt-get.
Perl seems to have kludged itself..
Anyway, it seemed to run fine, SO I didn't worry too much.. Then I was
trying to connect to a different network segment, and ran:
 /etc/inetd/networks -restart
and it failed; reporting:
 ifup /etc/network/interfaces Function not implemented
 Could not read interfaces file:
/etc/networks/interfaces
Of course, the file is there, readable (544), and fine.
Any call to ifup -a gave this result.
I tried to reboot (big mistake, since networking was running fine then),
but now boot gives the same error, and networking does not even start
(above error).
Now, I am stuck, networking doesn't work, so I can't even get my stuff
off of the machine to start over and rebuild.
Help! 


Gregory Guthrie
[EMAIL PROTECTED]
(641)472-1125 Fax: -1103



Re: are apt/sources.list http: and ftp: same?

2001-02-01 Thread Gregory Guthrie

At 10:26 PM 01/31/2001 -0600, will trillich wrote:

On Wed, Jan 31, 2001 at 11:08:56AM -0600, Gregory Guthrie wrote:
 as for the server end of the arrangement, they may be the same
 identical file, or they may be served from servers located in
 different countries.

 -- The original question was not of performance, but functionality. I
 reported that http: lines to the woody were not finding known items, but
 simply changing it to ftp: fixed it. I think this is a bug, unless I am
 missing something.

just like on your web browser: sometimes, changing
http://server.name.here/and/a/path/too
to
ftp://server.name.here/and/a/path/too
works -- but it's most likely to be coincidence
(docroot for ftp is not likely to be the same as
docroot for http, in most cases).


-- Hmm, interesting.

So, when I look at packages.debian.org/stable does this document only the 
http: sites, and if so, where (if anywhere) is the description of ftp site 
contents?


Seems like it is a natural assumption (IMHO) that these are two different 
access methods, to what should appear to the user as identical archives. 
Else, this should be documented somewhere!


Thanks,
Gregory



Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




Re: are apt/sources.list http: and ftp: same?

2001-01-31 Thread Gregory Guthrie

At 03:05 PM 01/30/2001 -0600, will trillich wrote:

On Tue, Jan 30, 2001 at 11:03:02AM -0600, Gregory Guthrie wrote:
 At 10:52 PM 01/29/2001 -0600, will trillich wrote:
 On Sun, Jan 28, 2001 at 11:32:41AM -0600, Gregory Guthrie wrote:
   I found that with http: lines in my /etc/apt/sources.list I pointed to
   woody, but apt-get would not install known things there. I changed 
it to

   ftp: and it worked fine.
  
   Should these be the same? If different, is this documented?
 
from what i recall of an identical thread frmo a coupla months
ago, the main difference is that ftp has a bit of overhead when
starting up any particular transfer. where http is designed for
here's that file you asked for, ftp is designed for a bit more
interactive nosing-around.

as for the server end of the arrangement, they may be the same
identical file, or they may be served from servers located in
different countries.
-- The original question was not of performance, but functionality. I 
reported that http: lines to the woody were not finding known items, but 
simply changing it to ftp: fixed it. I think this is a bug, unless I am 
missing something.


Gregory

Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




Re: are apt/sources.list http: and ftp: same?

2001-01-30 Thread Gregory Guthrie

At 10:52 PM 01/29/2001 -0600, will trillich wrote:

On Sun, Jan 28, 2001 at 11:32:41AM -0600, Gregory Guthrie wrote:
 I found that with http: lines in my /etc/apt/sources.list I pointed to
 woody, but apt-get would not install known things there. I changed it to
 ftp: and it worked fine.

 Should these be the same? If different, is this documented?

http://groups.yahoo.com/group/newbieDoc/files/apt-get-intro.html

or,

try apt-setup (if you don't have it, try apt-get install base-config)
-- I don't see any discussion there of the difference (if any) between http 
and ftp sites in the sources.list specification.


Gregory

Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




are apt/sources.list http: and ftp: same?

2001-01-28 Thread Gregory Guthrie
I found that with http: lines in my /etc/apt/sources.list I pointed to 
woody, but apt-get would not install known things there. I changed it to 
ftp: and it worked fine.


Should these be the same? If different, is this documented?

Thanks,
Gregory


At 09:41 PM 01/21/2001 -0600, Gregory Guthrie wrote:
I have a few systems that I am trying to setup, and the newest one has an 
/etc/apt/sources/list of:


(See Below)


But, when I ask ti to do apt-get install tomcat, or .. 
libapache-mod-jk or others, it doesn't find them. They are there in 
/unstable (woody)/contrib.


Also, I need to get Apache 1.3.14 which is in unstable, but it only sees 
1.3.9 in stable.


and apt-get update shows that it looks at unstable:...
 (see Below)

So..???

Thanks,
Gregory

---
/etc/apt/sources.list

beta:/s/new/tomcat# cat /etc/apt/sources.list
# See sources.list(5) for more information, especialy
# Remember that you can only use http, ftp or file URIs
# CDROMs are managed through the apt-cdrom tool.
#deb http://http.us.debian.org/debian stable main contrib non-free
#deb http://non-us.debian.org/debian-non-US stable/non-US main contrib 
non-free

#deb http://security.debian.org stable/updates main contrib non-free

# Uncomment if you want the apt-get source function to work
#deb-src http://http.us.debian.org/debian stable main contrib non-free
#deb-src http://non-us.debian.org/debian-non-US stable non-US

#
# start with the (3) CDroms
#
deb cdrom:[Debian GNU/Linux 2.2 r2 _Potato_ - Official i386 Binary-1 
(20001207)]/ unstable contrib main non-US/contrib non-US/main


#
# let's also get any updates...
deb ftp://ftp.debian.org/debian/ stable main non-free contrib
deb-src ftp://ftp.debian.org/debian/ stable main non-free contrib
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib 
non-free


#  let's get REAL updates...
deb http://security.debian.org stable/updates main contrib non-free
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free

# some upgrades? (from Woody)
deb http://http.us.debian.org/debian woody main contrib non-free
deb http://non-us.debian.org/debian-non-US woody/non-US main contrib non-free
beta:/s/new/tomcat#

---

beta:/s/new/tomcat# apt-get update
Hit http://security.debian.org stable/updates/main Packages
Hit http://non-us.debian.org stable/non-US/main Packages
Hit http://security.debian.org stable/updates/main Release
Hit http://security.debian.org stable/updates/contrib Packages
Hit http://non-us.debian.org stable/non-US/main Release
Hit http://security.debian.org stable/updates/contrib Release
Hit http://non-us.debian.org stable/non-US/contrib Packages
Hit http://security.debian.org stable/updates/non-free Packages
Hit http://non-us.debian.org stable/non-US/contrib Release
Hit http://security.debian.org stable/updates/non-free Release
Hit http://non-us.debian.org stable/non-US/non-free Packages
Hit http://http.us.debian.org woody/main Packages
Hit http://non-us.debian.org stable/non-US/non-free Release
Hit http://http.us.debian.org woody/main Release
Hit http://http.us.debian.org woody/contrib Packages
Hit http://http.us.debian.org woody/contrib Release
Hit http://non-us.debian.org stable/non-US/main Sources
Hit http://http.us.debian.org woody/non-free Packages
Hit http://non-us.debian.org stable/non-US/main Release
Hit http://http.us.debian.org woody/non-free Release
Hit http://non-us.debian.org stable/non-US/contrib Sources
Hit http://non-us.debian.org stable/non-US/contrib Release
Hit http://non-us.debian.org stable/non-US/non-free Sources
Hit http://non-us.debian.org stable/non-US/non-free Release
Hit http://non-us.debian.org stable/non-US/main Packages
Hit http://non-us.debian.org stable/non-US/main Release
Hit http://non-us.debian.org stable/non-US/contrib Packages
Hit http://non-us.debian.org stable/non-US/contrib Release
Hit http://non-us.debian.org stable/non-US/non-free Packages
Hit http://non-us.debian.org stable/non-US/non-free Release
Hit http://non-us.debian.org woody/non-US/main Packages
Hit http://non-us.debian.org woody/non-US/main Release
Hit http://non-us.debian.org woody/non-US/contrib Packages
Hit http://non-us.debian.org woody/non-US/contrib Release
Hit http://non-us.debian.org woody/non-US/non-free Packages
Hit ftp://ftp.debian.org stable/main Packages
Hit http://non-us.debian.org woody/non-US/non-free Release
Hit ftp://ftp.debian.org stable/main Release
Hit ftp://ftp.debian.org stable/non-free Packages




Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




Re: apt-get upgrade missing known things..

2001-01-23 Thread Gregory Guthrie
Hmm, it seems that one system had the lines for woody with http, the other 
using ftp, otherwise they were both the same. changing to ftp fixed 
everything; is this correct??


Thanks,
Gregory

At 09:41 PM 01/21/2001 -0600, Gregory Guthrie wrote:
I have a few systems that I am trying to setup, and the newest one has an 
/etc/apt/sources/list of:


(See Below)


But, when I ask ti to do apt-get install tomcat, or .. 
libapache-mod-jk or others, it doesn't find them. They are there in 
/unstable (woody)/contrib.


Also, I need to get Apache 1.3.14 which is in unstable, but it only sees 
1.3.9 in stable.


and apt-get update shows that it looks at unstable:...
 (see Below)

So..???

Thanks,
Gregory

---
/etc/apt/sources.list

beta:/s/new/tomcat# cat /etc/apt/sources.list
# See sources.list(5) for more information, especialy
# Remember that you can only use http, ftp or file URIs
# CDROMs are managed through the apt-cdrom tool.
#deb http://http.us.debian.org/debian stable main contrib non-free
#deb http://non-us.debian.org/debian-non-US stable/non-US main contrib 
non-free

#deb http://security.debian.org stable/updates main contrib non-free

# Uncomment if you want the apt-get source function to work
#deb-src http://http.us.debian.org/debian stable main contrib non-free
#deb-src http://non-us.debian.org/debian-non-US stable non-US

#
# start with the (3) CDroms
#
deb cdrom:[Debian GNU/Linux 2.2 r2 _Potato_ - Official i386 Binary-1 
(20001207)]/ unstable contrib main non-US/contrib non-US/main


#
# let's also get any updates...
deb ftp://ftp.debian.org/debian/ stable main non-free contrib
deb-src ftp://ftp.debian.org/debian/ stable main non-free contrib
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib 
non-free


#  let's get REAL updates...
deb http://security.debian.org stable/updates main contrib non-free
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free

# some upgrades? (from Woody)
deb http://http.us.debian.org/debian woody main contrib non-free
deb http://non-us.debian.org/debian-non-US woody/non-US main contrib non-free
beta:/s/new/tomcat#

---

beta:/s/new/tomcat# apt-get update
Hit http://security.debian.org stable/updates/main Packages
Hit http://non-us.debian.org stable/non-US/main Packages
Hit http://security.debian.org stable/updates/main Release
Hit http://security.debian.org stable/updates/contrib Packages
Hit http://non-us.debian.org stable/non-US/main Release
Hit http://security.debian.org stable/updates/contrib Release
Hit http://non-us.debian.org stable/non-US/contrib Packages
Hit http://security.debian.org stable/updates/non-free Packages
Hit http://non-us.debian.org stable/non-US/contrib Release
Hit http://security.debian.org stable/updates/non-free Release
Hit http://non-us.debian.org stable/non-US/non-free Packages
Hit http://http.us.debian.org woody/main Packages
Hit http://non-us.debian.org stable/non-US/non-free Release
Hit http://http.us.debian.org woody/main Release
Hit http://http.us.debian.org woody/contrib Packages
Hit http://http.us.debian.org woody/contrib Release
Hit http://non-us.debian.org stable/non-US/main Sources
Hit http://http.us.debian.org woody/non-free Packages
Hit http://non-us.debian.org stable/non-US/main Release
Hit http://http.us.debian.org woody/non-free Release
Hit http://non-us.debian.org stable/non-US/contrib Sources
Hit http://non-us.debian.org stable/non-US/contrib Release
Hit http://non-us.debian.org stable/non-US/non-free Sources
Hit http://non-us.debian.org stable/non-US/non-free Release
Hit http://non-us.debian.org stable/non-US/main Packages
Hit http://non-us.debian.org stable/non-US/main Release
Hit http://non-us.debian.org stable/non-US/contrib Packages
Hit http://non-us.debian.org stable/non-US/contrib Release
Hit http://non-us.debian.org stable/non-US/non-free Packages
Hit http://non-us.debian.org stable/non-US/non-free Release
Hit http://non-us.debian.org woody/non-US/main Packages
Hit http://non-us.debian.org woody/non-US/main Release
Hit http://non-us.debian.org woody/non-US/contrib Packages
Hit http://non-us.debian.org woody/non-US/contrib Release
Hit http://non-us.debian.org woody/non-US/non-free Packages
Hit ftp://ftp.debian.org stable/main Packages
Hit http://non-us.debian.org woody/non-US/non-free Release
Hit ftp://ftp.debian.org stable/main Release
Hit ftp://ftp.debian.org stable/non-free Packages

Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103



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





Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




Re: How to clone a system easily?

2001-01-22 Thread Gregory Guthrie

Thanks,
but I want a real /total clone; all updates, configurations, links, files, 
etc. Not just a similar fresh install.


Greg


At 04:01 AM 01/22/2001 -0900, Ethan Benson wrote:

On Mon, Jan 22, 2001 at 04:15:52AM -0800, kmself@ix.netcom.com wrote:

 My preference is to do a minimal base system installation, then run:

 $ dpgk --get-selections  file

 $ dpkg --get-selections \*  file

will do a better job preserving the state of the old system, for
example if you removed things like nfsd and such, the latter will
cause it to be removed from the target system where the former will
not.

 ...on the old system followed by

 $ dpkg --set-selections  file
 $ apt-get update; apt-get upgrade

actually apt-get update  apt-get dselect-upgrade

apt-get upgrade will only upgrade what is already installed, it won't
install packages marked for installation but not yet installed (from
the --set-selections command)

--
Ethan Benson
http://www.alaska.net/~erbenson/



Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




apt-get upgrade missing known things..

2001-01-21 Thread Gregory Guthrie
I have a few systems that I am trying to setup, and the newest one has an 
/etc/apt/sources/list of:


(See Below)


But, when I ask ti to do apt-get install tomcat, or .. libapache-mod-jk 
or others, it doesn't find them. They are there in /unstable (woody)/contrib.


Also, I need to get Apache 1.3.14 which is in unstable, but it only sees 
1.3.9 in stable.


and apt-get update shows that it looks at unstable:...
 (see Below)

So..???

Thanks,
Gregory

---
/etc/apt/sources.list

beta:/s/new/tomcat# cat /etc/apt/sources.list
# See sources.list(5) for more information, especialy
# Remember that you can only use http, ftp or file URIs
# CDROMs are managed through the apt-cdrom tool.
#deb http://http.us.debian.org/debian stable main contrib non-free
#deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
#deb http://security.debian.org stable/updates main contrib non-free

# Uncomment if you want the apt-get source function to work
#deb-src http://http.us.debian.org/debian stable main contrib non-free
#deb-src http://non-us.debian.org/debian-non-US stable non-US

#
# start with the (3) CDroms
#
deb cdrom:[Debian GNU/Linux 2.2 r2 _Potato_ - Official i386 Binary-1 
(20001207)]/ unstable contrib main non-US/contrib non-US/main


#
# let's also get any updates...
deb ftp://ftp.debian.org/debian/ stable main non-free contrib
deb-src ftp://ftp.debian.org/debian/ stable main non-free contrib
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib 
non-free


#  let's get REAL updates...
deb http://security.debian.org stable/updates main contrib non-free
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free

# some upgrades? (from Woody)
deb http://http.us.debian.org/debian woody main contrib non-free
deb http://non-us.debian.org/debian-non-US woody/non-US main contrib non-free
beta:/s/new/tomcat#

---

beta:/s/new/tomcat# apt-get update
Hit http://security.debian.org stable/updates/main Packages
Hit http://non-us.debian.org stable/non-US/main 
Packages
Hit http://security.debian.org stable/updates/main 
Release

Hit http://security.debian.org stable/updates/contrib Packages
Hit http://non-us.debian.org stable/non-US/main Release
Hit http://security.debian.org stable/updates/contrib 
Release
Hit http://non-us.debian.org stable/non-US/contrib 
Packages
Hit http://security.debian.org stable/updates/non-free 
Packages

Hit http://non-us.debian.org stable/non-US/contrib Release
Hit http://security.debian.org stable/updates/non-free Release
Hit http://non-us.debian.org stable/non-US/non-free Packages
Hit http://http.us.debian.org woody/main Packages
Hit http://non-us.debian.org stable/non-US/non-free Release
Hit http://http.us.debian.org woody/main 
Release
Hit http://http.us.debian.org woody/contrib 
Packages
Hit http://http.us.debian.org woody/contrib 
Release

Hit http://non-us.debian.org stable/non-US/main Sources
Hit http://http.us.debian.org woody/non-free 
Packages
Hit http://non-us.debian.org stable/non-US/main 
Release
Hit http://http.us.debian.org woody/non-free 
Release
Hit http://non-us.debian.org stable/non-US/contrib 
Sources

Hit http://non-us.debian.org stable/non-US/contrib Release
Hit http://non-us.debian.org stable/non-US/non-free Sources
Hit http://non-us.debian.org stable/non-US/non-free Release
Hit http://non-us.debian.org stable/non-US/main Packages
Hit http://non-us.debian.org stable/non-US/main Release
Hit http://non-us.debian.org stable/non-US/contrib Packages
Hit http://non-us.debian.org stable/non-US/contrib Release
Hit http://non-us.debian.org stable/non-US/non-free Packages
Hit http://non-us.debian.org stable/non-US/non-free Release
Hit http://non-us.debian.org woody/non-US/main Packages
Hit http://non-us.debian.org woody/non-US/main Release
Hit http://non-us.debian.org woody/non-US/contrib Packages
Hit http://non-us.debian.org woody/non-US/contrib Release
Hit http://non-us.debian.org woody/non-US/non-free Packages
Hit ftp://ftp.debian.org stable/main Packages
Hit http://non-us.debian.org woody/non-US/non-free Release
Hit ftp://ftp.debian.org stable/main Release
Hit ftp://ftp.debian.org stable/non-free Packages

Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




How to clone a system easily?

2001-01-21 Thread Gregory Guthrie

I have a working system, and want to upgrade the MotherBoard.

I'd could just move disks, but would rather just clone it, to the new 
system. How, most easily?


Both are on a loca network.

For example, boot the new system to CDrom, and dd the disks over?

Thanks for any hints,
Gregory

Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




Problems w/ Tomcat 3.2

2000-12-21 Thread Gregory Guthrie

At 11:58 PM 12/12/2000 +0100, Stefan Gybas wrote:
If you find any more problems please mail me.
If I receive no more
bug repports I'll upload this version to the official archive soon
(to contrib - but that's better than not in the archive at
all).
I did a clean new install of your 3.2 tomcat, and mod_jk; thanks.
I also have a version that I upgraded form 3.1 on an adjacent (potato)
box. The first doesn't work, the later does, and I can't find out the
differences to fix #1.

I have these problems on ox #1 (woody, with updates from Potato);

When I run Apache; it works. But no servlets or JSP work, and port :8081
doesn't work (all of this works on #2).

All files in /etc/tomcat and /etc/apache are identical on both
systems.

Details;
1) I don't have the ..tomcat/bin/startup.sh
 -- isn't this a standard part of tomcat?

2) I had a 0 length mod_jk.conf_auto

-rw-r--r-- 1
root
root 0
Dec 12 16:41 mod_jk.conf-auto

So, I copied one from another machine (#2).

3) I had no files in /var/lib/tomcat/conf, which is where several
/usr/share/tomcat/conf links point to, specifically I am missing:
 iis_redirect.reg-auto
 obj.conf-auto
 tomcat-apache.conf
 uriworkermap.properties-auto
 web.xml

So, I copied these from another machine (#2).

3) I have no logs in /var/log/tomcat.
On system #2, there are a lot of logs there, but I wonder if they are old
(3.1 version?)
 jasper.log, tomcat.log, servlet.log

on the working system (#2):
omega:/var/log/tomcat# zcat stdout.log.1.gz
Starting tomcat. Check logs/tomcat.log for error messages
Error generating automatic apache configuration
java.io.FileNotFoundException: /
usr/share/tomcat/conf/tomcat-apache.conf
java.io.FileNotFoundException:
/usr/share/tomcat/conf/tomcat-apache.conf
 at
java.io.FileOutputStream.init(FileOutputStream.java)
 at
java.io.FileWriter.init(FileWriter.java)
 at
org.apache.tomcat.task.ApacheConfig.execute(ApacheConfig.java)
 at
org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java)
 at
org.apache.tomcat.startup.Tomcat.execute(Tomcat.java)
 at
org.apache.tomcat.startup.Tomcat.main(Tomcat.java)
Error generating automatic IIS configuration
java.io.FileNotFoundException: /usr
/share/tomcat/conf/iis_redirect.reg-auto
java.io.FileNotFoundException:
/usr/share/tomcat/conf/iis_redirect.reg-auto
 . etc

Any hints?

I completely started clean with a new install on my first machine above,
so hoped it would all work easily!

Thanks for any pointers.

Gregory

Dr. Gregory Guthrie
[EMAIL PROTECTED]
(641)472-1125 Fax: -1103
 Computer Science
Department
 School of Computing and
Information Science
 Maharishi University of
Management
 (Maharishi International University
1971-1995)

http://www.mum.edu/cs_dept




Re: Problems w/ Tomcat 3.2

2000-12-21 Thread Gregory Guthrie

Problem solved.

I had not apparently installed jdk1.1-dev on that machine, so
/etc/init.d/tomcat was silently failing when it looked for java to start
the tomcat engine.

I hope this helps someone else!

I do notice that :8081 does not bring up index.html for tomcat (as it did
on my other machine), 
but just directory listing for /.

Greg


At 12:07 PM 12/21/2000 -0600, Gregory Guthrie wrote:
At 11:58 PM 12/12/2000 +0100, Stefan Gybas
wrote:
If you find any more problems please mail me.
If I receive no more
bug repports I'll upload this version to the official archive soon
(to contrib - but that's better than not in the archive at
all).
I did a clean new install of your 3.2 tomcat, and mod_jk; thanks.
I also have a version that I upgraded form 3.1 on an adjacent (potato)
box. The first doesn't work, the later does, and I can't find out the
differences to fix #1.

I have these problems on ox #1 (woody, with updates from Potato);

When I run Apache; it works. But no servlets or JSP work, and port :8081
doesn't work (all of this works on #2).

All files in /etc/tomcat and /etc/apache are identical on both
systems.

Details;
1) I don't have the ..tomcat/bin/startup.sh
 -- isn't this a standard part of tomcat?

2) I had a 0 length mod_jk.conf_auto

-rw-r--r-- 1
root
root 0
Dec 12 16:41 mod_jk.conf-auto

So, I copied one from another machine (#2).

3) I had no files in /var/lib/tomcat/conf, which is where several
/usr/share/tomcat/conf links point to, specifically I am missing:
 iis_redirect.reg-auto
 obj.conf-auto
 tomcat-apache.conf
 uriworkermap.properties-auto
 web.xml

So, I copied these from another machine (#2).

3) I have no logs in /var/log/tomcat.
On system #2, there are a lot of logs there, but I wonder if they are old
(3.1 version?)
 jasper.log, tomcat.log, servlet.log

on the working system (#2):
omega:/var/log/tomcat# zcat stdout.log.1.gz
Starting tomcat. Check logs/tomcat.log for error messages
Error generating automatic apache configuration
java.io.FileNotFoundException: /
usr/share/tomcat/conf/tomcat-apache.conf
java.io.FileNotFoundException:
/usr/share/tomcat/conf/tomcat-apache.conf
 at
java.io.FileOutputStream.init(FileOutputStream.java)
 at
java.io.FileWriter.init(FileWriter.java)
 at
org.apache.tomcat.task.ApacheConfig.execute(ApacheConfig.java)
 at
org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java)
 at
org.apache.tomcat.startup.Tomcat.execute(Tomcat.java)
 at
org.apache.tomcat.startup.Tomcat.main(Tomcat.java)
Error generating automatic IIS configuration
java.io.FileNotFoundException: /usr
/share/tomcat/conf/iis_redirect.reg-auto
java.io.FileNotFoundException:
/usr/share/tomcat/conf/iis_redirect.reg-auto
 . etc

Any hints?

I completely started clean with a new install on my first machine above,
so hoped it would all work easily!

Thanks for any pointers.

Gregory


Gregory Guthrie
[EMAIL PROTECTED]
(641)472-1125 Fax: -1103



exim outgoing addresses...

2000-12-21 Thread Gregory Guthrie
I have my system setup as a satellite, which forwards all email to a 
sh\marthost, who delivers it.


But when it arrives, I'd like the addresses to show where they came from,

e.g.  From:  [EMAIL PROTECTED]
 instead of
From; user

It looks to me like this rule in /etc/exim.conf is the key place to fix:

##
#  REWRITE CONFIGURATION #
##

# These rewriters make sure the mail messages appear to have originated
# from the real mail-reading host.

^(?i)(root|postmaster|mailer-daemon)@theta.cs.mum.edu [EMAIL PROTECTED] 
Ffr
[EMAIL PROTECTED] [EMAIL PROTECTED] Ffr
^(?i)(root|postmaster|mailer-daemon)@localhost [EMAIL PROTECTED] Ffr
[EMAIL PROTECTED] [EMAIL PROTECTED] Ffr
[EMAIL PROTECTED] [EMAIL PROTECTED] Ffr


Hints?

Thanks,
Gregory

Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




exim outgoing addresses...

2000-12-14 Thread Gregory Guthrie
I have my system setup as a satellite, which forwards all email to a 
sh\marthost, who delivers it.


But when it arrives, I'd like the addresses to show where they came from,

e.g.  From:  [EMAIL PROTECTED]
 instead of
From; user

Hints?

Thanks,
Gregory

Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




Re: Recipe for installng Tomcat on (Debian) Linux?

2000-12-14 Thread Gregory Guthrie

At 11:58 PM 12/12/2000 +0100, Stefan Gybas wrote:
If you find any more problems please mail me.
If I receive no more
bug repports I'll upload this version to the official archive soon
(to contrib - but that's better than not in the archive at
all).
I did a clean new install of your 3.2 tomcat, and mod_jk; thanks.

I find that I still have some problems;
1) I don't have the ..tomcat/bin/startup.sh

2) I had a 0 length mod_jk.conf_auto

-rw-r--r-- 1
root
root 0
Dec 12 16:41 mod_jk.conf-auto

So, I copied one from another machine.

3) I had no files in /var/lib/tomcat/conf, which is where several
/usr/share/tomcat/conf links point to, specifically I am missing:
 iis_redirect.reg-auto
 obj.conf-auto
 tomcat-apache.conf
 uriworkermap.properties-auto
 web.xml

So, I copied these from another machine.

3) I have no logs in /var/log/tomcat.

4) I have another machine with an updated 3.1 - 3.2, and it has logs,
but reports:

omega:/var/log/tomcat# zcat stdout.log.1.gz
Starting tomcat. Check logs/tomcat.log for error messages
Error generating automatic apache configuration
java.io.FileNotFoundException: /
usr/share/tomcat/conf/tomcat-apache.conf
java.io.FileNotFoundException:
/usr/share/tomcat/conf/tomcat-apache.conf
 at
java.io.FileOutputStream.init(FileOutputStream.java)
 at
java.io.FileWriter.init(FileWriter.java)
 at
org.apache.tomcat.task.ApacheConfig.execute(ApacheConfig.java)
 at
org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java)
 at
org.apache.tomcat.startup.Tomcat.execute(Tomcat.java)
 at
org.apache.tomcat.startup.Tomcat.main(Tomcat.java)
Error generating automatic IIS configuration
java.io.FileNotFoundException: /usr
/share/tomcat/conf/iis_redirect.reg-auto
java.io.FileNotFoundException:
/usr/share/tomcat/conf/iis_redirect.reg-auto
 . etc

Any hints?

I completely started clean with a new install on my first machine above,
so hoped it would all work easily!

Thanks for any pointers.

Gregory

Dr. Gregory Guthrie
[EMAIL PROTECTED]
(641)472-1125 Fax: -1103
 Computer Science
Department
 School of Computing and
Information Science
 Maharishi University of
Management
 (Maharishi International University
1971-1995)

http://www.mum.edu/cs_dept




Re: exim outgoing addresses...

2000-12-14 Thread Gregory Guthrie

At 12:05 PM 12/14/2000 -0600, Nathan E Norman wrote:

On Thu, Dec 14, 2000 at 11:36:59AM -0600, Gregory Guthrie wrote:
 I have my system setup as a satellite, which forwards all email to a
 smarthost, who delivers it.

 But when it arrives, I'd like the addresses to show where they came from,

 e.g.  From:  [EMAIL PROTECTED]
   instead of
  From; user

 Hints?

What is the value for qualify_domain in /etc/exim.conf?


it is the fully qualified name of that machine.


Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




Re: Recipe for installng Tomcat on (Debian) Linux?

2000-12-12 Thread Gregory Guthrie

At 08:15 PM 12/07/2000 +0100, Stefan Gybas wrote:


I'll upload 3.2 final (together with mod_jk as a package) to my
directory on master tomorrow. Please test the new version and send me
feedback so I can upload the packages to the official archive soon.

I did an install of 3.2 over 3.1 on a Woody box, and get the error message:

(Reading database ... 30471 files and directories currently installed.)
Preparing to replace tomcat 3.2-3 (using tomcat_3.2-3_all.deb) ...
Stopping Tomcat servlet engine: tomcat.
Unpacking replacement tomcat ...
Setting up tomcat (3.2-3) ...
Starting Tomcat servlet engine: touch: creating 
`/etc/apache/mod_jk/tomcat-auto': No such file or directory

dpkg: error processing tomcat (--install):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 tomcat


Hints?

Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




Re: dselect

2000-12-11 Thread Gregory Guthrie

At 07:57 PM 12/10/2000 -0800, Nate Amsden wrote:

 Kind of, thanks.  But I remember something even more general, like I
 could select Workstation, and it would install a whole bunch of
 packages that one might want, like editors, X, Internet stuff, etc.

hmm, never heard of anything like that in debian's installation sure
your not thinking of redhat or mandrake or something ?


The Debian install package has something  like this if you select simple 
configuration mode, advanced puts you into dselect.


I don't know of any way to re-access this feature oriented mode post-install.

Gregory



Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




Re: Going Debian: advice request

2000-12-11 Thread Gregory Guthrie

At 04:43 PM 12/11/2000 -0500, Randy Edwards wrote:

 but I´d like to have some packages in more bleeding-edge versions.
 Any problem about that? Should I install woody instead if I intend
 to use non-stable packages?

   Woody's definitely unstable...


-- Second that. I have had two installs (upgrades potato - woody) trip 
over their own dependencies and fail.


A real waste of time!

Good luck.

Gregory


Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




Selective/partial upgrade from Potato - Woody?

2000-12-09 Thread Gregory Guthrie

I need a few packages which are not in potato, but are in woody.

Can I do a selective update to get these packages only?

OR, if I add woody to the sources.list will dselect, or apt-get, 
automatically try to get everything that is new; that is what happened to 
me last time I think.


Thanks,

Gregory Guthrie

Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




xdm questions; Startup?

2000-12-09 Thread Gregory Guthrie

I installed xdm, via XF86Setup;

And got the KDE desktop. But I needed to edit the startup files for higher 
resolution, and now I have xdm running, but no desktop (=Command line).


How do I get back to KDE?

And/or, where is the desktop selected?

If I am on a windowed desktop, I presume that alt-F1 switching does not work?

Thanks,
Gregory Guthrie

Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




Xwindows sessions

2000-12-09 Thread Gregory Guthrie
I use Xwin-32 on an NT PC as a remote Xwindow server (client?!) to access 
my linux box(s).


All worked fine, until recently..

I did an upgrade to Woody on one box, and the other is Potato, but both 
have the same symptom.


  Connection Closed by host almost immediately upon session request. The 
sessions are rexec of /usr/X11R6/bin/xterm.


I have the PC's IP listed in Xaccess files on both machines, and the 
*.localdomain names there also.


Any hints on what is missing here! I didn't know where to find any reported 
X-errors on the linux side.


Gregory Guthrie

Dr. Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103
   Computer Science Department
   School of Computing and Information Science
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




dselect; suggestions..

2000-12-08 Thread Gregory Guthrie

Having just (again) had to fight through dselect for a new setup,

3 suggestions;

1) have dselect log (at least optionally).
  - using script is impractical, as it also presents all menus, status 
bars, and curses junk...


2) have it give some global navigation indication, as one ploughs through 
nearly infinite lists.

  - section 5/200,   item 55/824  -

3) have it provide some higher level feature aggregations, like the 
simple setup scripts. SO one could add network servers packages, GUI 
packages, etc.


Also, is each release checked for dependency errors? unsatisfied, or 
contradictory? Several times I exit Dselect, accepting all suggestions for 
things, and get problem reports. Often they are xxx required, but not 
available.


Gregory Guthrie

Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




xdm questions; resolution?

2000-12-08 Thread Gregory Guthrie
I installed xdm, via XF86Setup; but due to setup problems, choose only a 
low resolution.


Now I edited the XF86COnfig file, added higher resolutions, but it still 
always starts at low resolution.


Also, the files there are very shallow, out of date, e.g. there are only 
2-3 Trident files in Devices.gz, and only 2 NEC monitors in Monitors.gz.


I thought there were special key-codes to cycle xdm through various 
resolutions, but can't find that information.


Also, how does one exit xdm and fall-back to command mode; a key-code?

Thanks,
Gregory Guthrie

Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




Recipe for installng Tomcat on (Debian) Linux?

2000-12-07 Thread Gregory Guthrie
1) Is there a simple recipe for installing Tomcat and all required Java 
components for Debian?
Last time I did it I got caught in various version incompatibilities w/ 
JDKs, JVM, etc.


Debian did not have current versions at that time.
The only JDK in dselect was from IBM, and incompatible with Tomcat.

2) When will tomcat 3.2 (current version) be available for Debian?
Any recommendations of waiting, or just doing a straight D.I.Y. Tomcat 
install? I like to stay in sync with the Debian packages, because they are 
so intertwined (tangled!).


Thanks,
Gregory Guthrie


Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




Re: Recipe for installng Tomcat on (Debian) Linux?

2000-12-07 Thread Gregory Guthrie

At 07:38 AM 12/07/2000 -0700, Ray Percival wrote:
Have you checked Woody? With many,but not all, packages it is really easy 
to just add unstable line to your apt sources run apt-get update and then 
grab the package take the line out run update again and you should be on 
your way. It has worked for me for a couple of packages that I just could 
not wait for.

-yes; not there.

There is one at:
 http://master.debian.org/~sgybas/tomcat

But it is 3.1, and I have had trouble getting it to run.
It had a dependency on IBM Java, but is incompatible with IBM JVM.

I may re-try it from a clean install, but after 4 iterations with it I 
still had problems..


Greg


Dr. Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103
   Computer Science Department
   School of Computing and Information Science
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




Potato - Woody; apt-get snafu..

2000-12-07 Thread Gregory Guthrie
I started (over) with a clean system, installed 2.2 from CDroms, added a 
few packages (Apache, ntop, wuftp, gnome,..).


I got several unresolved dependencies reported by dselect, but what to do?

I wanted a few unsupported packages, so I added a ../woody/ line to 
/etc/apt/source/list, and did apt-get update, and dist-upgrade.


Oops; it took about 10 passes to get all the files (220M); many many 400 
not founds, 404 file errors, lost connections, etc. Anyway, a day later all 
was there, and it started updating. At the end it reported a bunch of 
missing dependencies and thus install failures. I ran the cycle again, and 
it downloaded another 20M, and in install gave another bunch of problems. 
Well, after about 5 cycles, it seems to be in such a mess (it now reports 
perl may not be installed properly), that it seems like I need to start all 
over.


What went wrong here?
[I had a similar experience upgrading the sibling machine, but after a few 
cycles it resolved itself.]


I think I didn't do anything wrong, since all I did was to select a few 
dselect packages, and let apt do the work (make a mess..!).


1) Any ideas on how to avoid such snafu's!

2) any ideas for a recovery; or just give up.

3) how stable is woody, on a scale of 0-100%?

4) Can I get only one package from Woody, without upgrading the whole 
distribution?


Thanks,
Gregory Guthrie

Dr. Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103
   Computer Science Department
   School of Computing and Information Science
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




Re: 3Com network card w/ Caldera (=? Debian)

2000-12-05 Thread Gregory Guthrie

Is Caldera Open-server Debian? I think they say this.
But, /etc files are not the same, setup looks different.

If so;-)

I am running with a 3C509b card, which I use on my other Debian systems, 
and it gets the module loaded fine, ifconfig is happy, but nothing seems to 
go out. Ping localhost works, but nothing to the network. The IP DNS etc 
are all OK I think, since the adjacent Debian 2.2 box works fine with the 
same settings.


I saw some mention of having to turn off PNP, a 3c5x9utils tool, ??

Any hints appreciated.

Gregory

Dr. Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103
   Computer Science Department
   School of Computing and Information Science
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




monitor resolution only low w/ Storm/Debian

2000-11-27 Thread Gregory Guthrie
I installed the latest Storm version of Debian, and one nice thing is that 
it has such easy setup.


But, re:video modes, I told it my monitor (NEC GFx3) and video card by 
name, but with anything bigger than 600x400 is just gibberish. Windows 
liked it all fine at 800x600, and I think even higher modes.


??

Gregory Guthrie

Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




Re: Trouble installng Tomcat on (Debian) Linux

2000-11-07 Thread Gregory Guthrie
Thanks for the information. I really need to get this going, and it should 
be simple(!).


I had originally installed the tomcat.deb package, and it required several 
other packages, one was the ibm-jdk1.1-installer, which sent me to IBM, and 
there I got the required packages for it. I think that is how I got Kaffe 
installed. (are the dependencies in the Debian Tomcat package wrong?)


Anyway, I de-installed all IBM stuff, and kaffe, and got jdk1.1 and 
jdk1.1-dev from Debian, and now when I run it I can't get servlets to run, 
nor .jsp's.


If there is a more simple method, or if I am dong something wrong, just let 
me know!!


I now get:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable 
to complete your request.
Please contact the server administrator, [EMAIL PROTECTED] and 
inform them of the time the error occurred, and anything you might have 
done that may have caused the error.

More information about this error may be available in the server error log.

omega:/etc/apache# more /etc/apache/logs/mod_jserv.log
[07/11/2000 21:35:43:272] (EMERGENCY) ajp12: can not connect to host 
127.0.0.1:8007

[07/11/2000 21:35:43:272] (EMERGENCY) ajp12: connection fail
[07/11/2000 21:35:43:272] (ERROR) an error returned handling request via 
protocol ajpv12


and: /var/log/apache/error.log
[Tue Nov  7 21:35:35 2000] [notice] SIGHUP received.  Attempting to restart
[Tue Nov  7 21:35:35 2000] [warn] Loaded DSO libexec/mod_jserv.so uses 
plain Apache 1.3 API, this module might crash under EAPI! (please recompile 
it with -DEAPI)
[Tue Nov  7 21:35:36 2000] [notice] Apache/1.3.12 (Unix) Debian/GNU 
tomcat/1.0 configured -- resuming normal operations
[Tue Nov  7 21:35:36 2000] [notice] suEXEC mechanism enabled (wrapper: 
/usr/lib/apache/suexec)


Suggestions?

Other questions or points:
Where should I get jsdk from? ibm had j2sdk, but I don't see anything from 
(at) Debian.



At 11:48 PM 11/06/2000 +0100, Stefan Gybas wrote:

Gregory Guthrie wrote:

 1) How do I test it with their examples? There is a webapps/examples.war;
 how do I invoke it?

Tomcat from the Debian package runs its HTTP listener on port 8081 (that's
because 8080 is used by some other packages like junkbuster), so you
have to access the pages as http://localhost:8081/.


-- I used it via Apache, and mod_jserv, so I assume that I do not have to 
use this alternate port, that would be for standalone service.




 I (still) get an error that:
 [Mon Nov  6 11:14:02 2000] [warn] Loaded DSO libexec/mod_jserv.so
 uses plain Apache 1.3 API, this module might crash under EAPI! (please
 recompile it with -DEAPI)

Please use a never package version - this problem was fixed in 1.1-3 which
is also in the release Debian 2.1.


-- How would I get the new(er) mod_jserv; I got the latest from:
http://jakarta.apache.org/builds/tomcat/release/v3.1/bin/linux/i386/

The only one I find at Debian is in jserv, which is mutually exclusive with 
tomcat. Where would I get the newer version?



The AJP12 listener is disabled in the Debian package, you have to enable
it in /etc/tomcat/server.xml. T


-- thanks, done.

-- I re-installed your tomcat again, thinking it may be happier now without 
IBM, but I get lots of errors (below),


A few are surprising to me;
  1) Error generating automatic IIS configuration 
java.io.FileNotFoundException: /usr/share/tomcat/conf/iis

_redirect.reg-auto
  [isn't IIS the NT web server connector?]
  [ the file is there]

  2) Unable to open log file: /usr/share/tomcat/logs/servlet.log!
  [the file was there, but owned by root, bad permissions?]

  3) the file /usr/share/tomcat/work does exist, but should it be owned by 
www-data?


drwxr-xr-x2 root root 4096 Nov  7 20:47 
/usr/share/tomcat/work


Thanks for any help, or advice.

Gregory

/var/log/tomcat/stder.out:

Unable to open log file: /usr/share/tomcat/logs/servlet.log!  Using stderr 
as the default.
Unable to open log file: /usr/share/tomcat/logs/jasper.log!  Using stderr 
as the default.

Starting tomcat. Check logs/tomcat.log for error messages
Error generating automatic apache configuration 
java.io.FileNotFoundException: /usr/share/tomcat/conf/

tomcat-apache.conf
java.io.FileNotFoundException: /usr/share/tomcat/conf/tomcat-apache.conf
at java.io.FileOutputStream.init(FileOutputStream.java)
at java.io.FileWriter.init(FileWriter.java)
at org.apache.tomcat.task.ApacheConfig.execute(ApacheConfig.java:97)
at 
org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java:219)

at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:202)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:237)
Error generating automatic IIS configuration java.io.FileNotFoundException: 
/usr/share/tomcat/conf/iis

_redirect.reg-auto
java.io.FileNotFoundException: /usr/share/tomcat/conf

Trouble installng Tomcat on (Debian) Linux

2000-11-06 Thread Gregory Guthrie
)
 at org.apache.xerces.parsers.SAXParser.init(SAXParser.java:line unknown, pc 0x82ad68a)
 at org.apache.xerces.jaxp.SAXParserImpl.init(SAXParserImpl.java:line unknown, pc 0x82c50ba)
 at org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(SAXParserFactoryImpl.java:line unknown, pc 0x82ad1ae)
 at org.apache.tomcat.util.xml.XmlMapper.readXml(XmlMapper.java:213)
 at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:189)
 at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:237)

2000-10-30 08:07:50 - ContextManager: Adding context Ctx( /examples )
2000-10-30 08:07:51 - ContextManager: Adding context Ctx( /admin )
Starting tomcat. Check logs/tomcat.log for error messages 
No apps in webapps/ 
2000-10-30 08:07:59 - PoolTcpConnector: Starting HttpConnectionHandler on 8081

Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125 Fax: -1103
 

Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125 Fax: -1103




unstable ==? woody

2000-11-03 Thread Gregory Guthrie

Can I change my /etc/apt/sources.list from:
deb ftp://ftp.us.debian.org/debian unstable main contrib non-free

to
deb ftp://ftp.us.debian.org/debian   woody   main contrib non-free

and it will be the same for now, but after the next release, I will then be 
in stable, instead of always on unstable?


Thanks,
Gregory


Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




Trouble installng Tomcat on (Debian) Linux

2000-10-31 Thread Gregory Guthrie

I installed tomcat on my Debian Linux system from 

Apache runs fine, but I have tomcat problems.

1) How do I test it with their examples? There is a webapps/examples.war;
how do I invoke it?

2) Do I have to manually start it (per the Install how to run
instructions?), or shouldn't it be automatically started as needed by
Apache, like Jserv. There is a /etc/init.d/tomcat, so why manually
start?
-- I want to run with Apache.

3) I tried to look at examples.war, jar -vft examples.jar,
but it fails (see below), yet the startup (more below) seems to have
successfully loaded them?

omega:/usr/share/java/webapps#
jar vft examples.war
java.io.IOException: CRC of 0 is not valid in a DATA header
 at
java.lang.Throwable.fillInStackTrace(Throwable.java:native)
 at
java.lang.Throwable.init(Throwable.java:38)
 at
java.lang.Exception.init(Exception.java:24)
 at
java.io.IOException.init(IOException.java:25)
 at
java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:137)
 at
kaffe.tools.jar.Jar.listFilesInJar(Jar.java:605)
 at
kaffe.tools.jar.Jar.processJar(Jar.java:402)
 at
kaffe.tools.jar.Jar.start(Jar.java:60)
 at
kaffe.tools.jar.Jar.main(Jar.java:39)

4) I went into /usr/share/tomcat/bin/tomcat and ran
./tomcat.sh run, but got lots of errors (see below) which I
didn't get the gist of. (I do have libgmp2 installed). One concern in
that the startup file (init.d/tomcat) says: 
 # Look for the right JVM to use - Tomcat does not work
with Kaffe!

but the error below reports Kaffe, and indeed:

omega:/etc/init.d#
java !$
java
-version
Kaffe
Virtual Machine
Copyright
(c) 1996-2000
Transvirtual
Technologies, Inc. All rights reserved
Engine:
Just-in-time v3 Version: 1.0.6 Java Version:
1.1

In any case I never get any errors in tomcat.log (which in fact does not
exist!)

Thanks for any help.
Gregory ([EMAIL PROTECTED])

I am running Debian Linux 2.2
w/
http://master.debian.org/~sgybas/tomcat/
(tomcat Version: 3.1.99b6-1)
ibm-jdk1.1 (1.18) [ibm-jdk-l118-linux-x86.tgz]
ibm-jre1.1 (1.18) [ibm-jre-l118-linux-x86.tgz]

omega:/usr/share/tomcat/bin# ./tomcat.sh run
Guessing TOMCAT_HOME from tomcat.sh to ./..
Setting TOMCAT_HOME to ./..
Using classpath: .:./../lib/servlet.jar:./../lib/tomcat.jar:./../lib/xerces.jar
org.apache.xerces.validators.datatype.InvalidDatatypeFacetException: [exception was kaffe.util.SupportDisabled: GNU gmp was not found by Kaffe configure script]
 at java.lang.Throwable.fillInStackTrace(Throwable.java:native)
 at java.lang.Throwable.init(Throwable.java:38)
 at java.lang.Exception.init(Exception.java:24)
 at org.apache.xerces.validators.datatype.XMLException.init(XMLException.java:line unknown, pc 0x83edb81)
 at org.apache.xerces.validators.datatype.InvalidDatatypeFacetException.init(InvalidDatatypeFacetException.java:line unknown, pc 0x851108a)
 at org.apache.xerces.validators.datatype.DatatypeValidatorFactoryImpl.createDatatypeValidator(DatatypeValidatorFactoryImpl.java:line unknown, pc 0x83491f2)
 at org.apache.xerces.validators.datatype.DatatypeValidatorFactoryImpl.createDatatypeValidator(DatatypeValidatorFactoryImpl.java:line unknown, pc 0x839bdfe)
 at org.apache.xerces.validators.datatype.DatatypeValidatorFactoryImpl.initializeRegistry(DatatypeValidatorFactoryImpl.java:line unknown, pc 0x83a71a7)
 at org.apache.xerces.validators.datatype.DatatypeValidatorFactoryImpl.init(DatatypeValidatorFactoryImpl.java:line unknown, pc 0x8337fca)
 at org.apache.xerces.validators.datatype.DatatypeValidatorFactoryImpl.clinit(DatatypeValidatorFactoryImpl.java:line unknown, pc 0x838826e)
 at org.apache.xerces.framework.XMLParser.init(XMLParser.java:line unknown, pc 0x8339456)
 at org.apache.xerces.parsers.SAXParser.init(SAXParser.java:line unknown, pc 0x82ad68a)
 at org.apache.xerces.jaxp.SAXParserImpl.init(SAXParserImpl.java:line unknown, pc 0x82c50ba)
 at org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(SAXParserFactoryImpl.java:line unknown, pc 0x82ad1ae)
 at org.apache.tomcat.util.xml.XmlMapper.readXml(XmlMapper.java:213)
 at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:189)
 at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:237)

2000-10-30 08:07:50 - ContextManager: Adding context Ctx( /examples )
2000-10-30 08:07:51 - ContextManager: Adding context Ctx( /admin )
Starting tomcat. Check logs/tomcat.log for error messages 
No apps in webapps/ 
2000-10-30 08:07:59 - PoolTcpConnector: Starting HttpConnectionHandler on 8081

Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125 Fax: -1103




Re: Java JSP Tomcat

2000-10-30 Thread Gregory Guthrie

Marcus, thanks for the note.

I did un-install jserv, and I guess that tomcat is running, someone
serves my pages for me!

But I still think I should be able to run their examples, but can't. They
have an examples.war, but I don't yet know the browser path mapped to
it.

I went into /usr/share/tomcat/bin/tomcat.s and ran ./tomcat.sh run

and got a lot of errors; see below. Any hints?

Seems like what I'm doing should be rather simple, but ...

Thanks,
Greg

omega:/usr/share/tomcat/bin#
./tomcat.sh run
Guessing TOMCAT_HOME from tomcat.sh to ./..
Setting TOMCAT_HOME to ./..
Using classpath:
.:./../lib/servlet.jar:./../lib/tomcat.jar:./../lib/xerces.jar
org.apache.xerces.validators.datatype.InvalidDatatypeFacetException:
[exception was kaffe.util.SupportDisabled: GNU gmp was not found by Kaffe
configure script]
 at
java.lang.Throwable.fillInStackTrace(Throwable.java:native)
 at
java.lang.Throwable.init(Throwable.java:38)
 at
java.lang.Exception.init(Exception.java:24)
 at
org.apache.xerces.validators.datatype.XMLException.init(XMLException.java:line
unknown, pc 0x83edb81)
 at
org.apache.xerces.validators.datatype.InvalidDatatypeFacetException.init(InvalidDatatypeFacetException.java:line
unknown, pc 0x851108a)
 at
org.apache.xerces.validators.datatype.DatatypeValidatorFactoryImpl.createDatatypeValidator(DatatypeValidatorFactoryImpl.java:line
unknown, pc 0x83491f2)
 at
org.apache.xerces.validators.datatype.DatatypeValidatorFactoryImpl.createDatatypeValidator(DatatypeValidatorFactoryImpl.java:line
unknown, pc 0x839bdfe)
 at
org.apache.xerces.validators.datatype.DatatypeValidatorFactoryImpl.initializeRegistry(DatatypeValidatorFactoryImpl.java:line
unknown, pc 0x83a71a7)
 at
org.apache.xerces.validators.datatype.DatatypeValidatorFactoryImpl.init(DatatypeValidatorFactoryImpl.java:line
unknown, pc 0x8337fca)
 at
org.apache.xerces.validators.datatype.DatatypeValidatorFactoryImpl.clinit(DatatypeValidatorFactoryImpl.java:line
unknown, pc 0x838826e)
 at
org.apache.xerces.framework.XMLParser.init(XMLParser.java:line
unknown, pc 0x8339456)
 at
org.apache.xerces.parsers.SAXParser.init(SAXParser.java:line
unknown, pc 0x82ad68a)
 at
org.apache.xerces.jaxp.SAXParserImpl.init(SAXParserImpl.java:line
unknown, pc 0x82c50ba)
 at
org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(SAXParserFactoryImpl.java:line
unknown, pc 0x82ad1ae)
 at
org.apache.tomcat.util.xml.XmlMapper.readXml(XmlMapper.java:213)
 at
org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:189)
 at
org.apache.tomcat.startup.Tomcat.main(Tomcat.java:237)

2000-10-30 08:07:50 - ContextManager: Adding context Ctx( /examples
)
2000-10-30 08:07:51 - ContextManager: Adding context Ctx( /admin )
Starting tomcat. Check logs/tomcat.log for error messages 
No apps in webapps/ 
2000-10-30 08:07:59 - PoolTcpConnector: Starting HttpConnectionHandler on
8081





At 11:47 AM 10/26/2000 +0200, you wrote:
Hi Gregory,

Sorry for
the late reply, I've just returned from London from the
ApacheCon
conference.

I noticed
in a previous email that you had problems with jserv. Tomcat
and Jserv
are incompatible, so de-install jserv from your system
before
trying to use Tomcat.

To test
it, check out the samples. At jakarta.apache.org there is
information
about what to try and a troubleshooting information. Also
check the
tomcat-user archives (again, have a look at
jakarta.apache.org
for more info).

On Sat, 21 Oct 2000, Gregory Guthrie wrote:

 1) How to test it?
 
 2) there seem to be two webapps directories, which is the real
one!.

/usr/share/java/webapps

/usr/share/java/webapps/admin.war

/usr/share/java/webapps/examples.war

/usr/share/java/webapps/ROOT.war

/usr/share/tomcat/webapps - var/lib/tomcat/webapps

This is a
question I don't know the answer to as I didn't create the
package.
I'm downloading the package now and will have a look at it.
It's
probably best to ask the package maintainer directly (Stefan), or
send a
mail to debian-java and see if they know there.

I'm still
catching up! :-)

Cheers,

Marcus

-- 

Gregory Guthrie
[EMAIL PROTECTED]
(641)472-1125 Fax: -1103




upgrade; change from unstable to specific distribution?

2000-10-23 Thread Gregory Guthrie
I added unstable to my apt/sources.list, but want to restrict so that I am 
upgrading to the current new distribution only (I needed a specific 
package), and not always the b-leading edge. Can I just chane from unstable 
to woody in teh list?


Thanks,
Gregory Guthrie


Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




Re: Help, caught in apt/dselect treadmill; trying to install Tomcat

2000-10-21 Thread Gregory Guthrie

At 10:27 PM 10/20/2000 -0700, kmself@ix.netcom.com wrote:

begin  Gregory Guthrie ([EMAIL PROTECTED]) quotation (Fri, Oct 20, 2000 at 
08:46:23PM -0500):

 I am running kernelversion 2.2, from CDrom install. I did the simple
 configuration, and even then it had a list of about 16-18 install 
problems,

 unresolved dependencies. I ran install again, more resolved.

 I wanted to get tomcat, so grabbed it from:
 http://master.debian.org/~sgybas/tomcat/, but:

 So it required some unstable packages, so I added an unstable ftp 
source to

 my apt/source.list, and it did indeed find the two required packages, but
 also about 189 (90MB) of other stuff.
   -- (Any way to have just gotten the one desired thing from unstable?)

The simplest solution is just copy down the desired .deb and install it
via dpkg:

dpkg -i somefile.deb

...you'll get some funkyness in your package lists (basically, you've
installed a package for which there isn't sufficient metadata), but
generally there's no permanent harm done.


-- I find that these complications and hack's w.r.t. packages take up about 
90% of my time in using Debian.



What you've done instead is to step onto the Woody distribution wagon.
You're going to be upgrading on unstable from here on out.  You may not
have wanted to do that.


-- Hmm, any way to get off the treadmill?

Would it make sense to have a series of named levels, v.s. just a generic 
unstable that is always unstable? What IF one just wants to go one level 
ahead, say to Woody, but not always be on the bleeding edge? Is there a 
named link to the *current* unstable, v.s. the generic always next-thing name?


Thanks,
Greg



Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




Re: Help, caught in apt/dselect treadmill; trying to install Tomcat

2000-10-21 Thread Gregory Guthrie

At 10:27 PM 10/20/2000 -0700, kmself@ix.netcom.com wrote:
 So it required some unstable packages, so I added an unstable ftp 
source to

 my apt/source.list, and it did indeed find the two required packages, but
 also about 189 (90MB) of other stuff.
   -- (Any way to have just gotten the one desired thing from unstable?)

The simplest solution is just copy down the desired .deb and install it
via dpkg:

dpkg -i somefile.deb

...you'll get some funkyness in your package lists (basically, you've
installed a package for which there isn't sufficient metadata), but
generally there's no permanent harm done.


-- I may start over and try this.


What you've done instead is to step onto the Woody distribution wagon.
You're going to be upgrading on unstable from here on out.  You may not
have wanted to do that.

 Now, two more items show up missing:
 
 Get:1 ftp://ftp.us.debian.org unstable/main libcapplet0 1:1.2.2-4 [15.4kB]
 Err ftp://ftp.us.debian.org unstable/main libcapplet0 1:1.2.2-4
Unable to fetch file, server said
 '/debian/dists/woody/main/binary-i386/libs/libcapplet0_1.2.2-4.deb: No 
such

 file or directory.  '
 Failed to fetch
 
ftp://ftp.us.debian.org/debian/dists/woody/main/binary-i386/libs/libcapplet0_1.2.2-4.deb

Unable to fetch file, server said
 '/debian/dists/woody/main/binary-i386/libs/libcapplet0_1.2.2-4.deb: No 
such

 file or directory.  '

 E: Unable to fetch some archives, maybe try with --fix-missing?
 

 1) What should I do?

First try to refresh your package lists.  Note that these are *unstable* --
first, the list(s) may have been updated since last you checked.


-- I did the update step in dselect twice.

Are these really missing? or just the dependencies broken?
Should I also include the ftp stable in my source.lists?
There are a few candidates; but just at different revision levels:
stable
  24%  libcapplet0 1.0.51-4   (14.3k)
  Library for Gnome Control Center applets
 unstable
  24% libcapplet0 1:1.2.2-5   (15.1k)
  Library for Gnome Control Center applets


Second, you're upgrading on an unstable track.  Again, do you really want
this?


-- no; any recovery path?


Have you checked RedHat lately? g


-- no, but 


Depending on what you're installing and when, it's possible to get
tangled up in dependency issues.  Generally, my recommendation is to
take it slowly and update or install a few packages at a time.  It's the
one swell foop manuvers which get you into trouble.


-- yes, but I didn't find anywhere how to do that, and as you describe 
above, it seems that it is not really supported.


Thanks,
Greg




Dr. Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103
   Computer Science Department
   School of Computing and Information Science
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




Re: Java JSP Tomcat

2000-10-21 Thread Gregory Guthrie

At 05:11 PM 10/20/2000 +0200, Marcus Crafter wrote:

On Fri, 20 Oct 2000, Gregory Guthrie wrote:

 At 11:59 AM 10/19/2000 +0200, Marcus Crafter wrote:

 The package is already availabe at 
http://master.debian.org/~sgybas/tomcat/.
-- I think I got it installed; had to go to IBM for one missing package, 
then access unstable to get the two other missing packages, then re-ftp the 
remote .deb to re-install. The package database remembered it, but not 
enough to install it(?!).


It would be nice if there was a short writeup of this, what to get from 
IBM, what other packages needed pre-install, how to get them without 
converting your entire system to unstable, etc... I'd write it, but I am 
not yet successful, and don't really understand the vagaries of the package 
system.


Anyway, everything seems to be here, but two questions;

1) How to test it?

2) there seem to be two webapps directories, which is the real one!.
/usr/share/java/webapps
/usr/share/java/webapps/admin.war
/usr/share/java/webapps/examples.war
/usr/share/java/webapps/ROOT.war
/usr/share/tomcat/webapps  -  var/lib/tomcat/webapps


Thanks,

Gregory

Dr. Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103
   Computer Science Department
   School of Computing and Information Science
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




Re: Java JSP Tomcat

2000-10-20 Thread Gregory Guthrie

At 11:59 AM 10/19/2000 +0200, Marcus Crafter wrote:


The package is already availabe at http://master.debian.org/~sgybas/tomcat/.
Please read README.Debian and the Debian-Java mailing list archive for
reasons why it's not yet in the official Debian archive.


I'm still stuck on installing this;

tomcat depends on libxerces-java
libxerces-java does not appear to be available
tomcat depends on libservlet2.2-java
libservlet2.2-java does not appear to be available

Help?

Greg


-
omega:/tmp# apt-cache show tomcat
Package: tomcat
Status: deinstall ok config-files
Priority: optional
Section: contrib/web
Installed-Size: 1171
Maintainer: Stefan Gybas [EMAIL PROTECTED]
Version: 3.1.99b6-1
Depends: jdk1.1-dev | ibm-jdk1.1-installer | j2sdk1.3, libxerces-java, 
libservlet2.2-java

Conffiles:
 /etc/init.d/tomcat newconffile
 /etc/tomcat/server.xml newconffile
 /etc/tomcat/web.xml newconffile
 /etc/tomcat/tomcat-users.xml newconffile
 /etc/tomcat/tomcat.policy newconffile
Description: Java Servlet 2.2 engine with JSP 1.1 support
 Jakarta-Tomcat is the reference implementation for the Java Servlet 2.2 and
 JavaServer Pages (JSP) 1.1 specification from the Apache Jakarta project.
 .
 For more information about Tomcat please take a look at the Tomcat
 home page at http://jakarta.apache.org/tomcat/index.html.
 .
 The official Servet 2.2 and JSP 1.1 specifications can be found at
 http://java.sun.com/products/servlets and http://java.sun.com/products/jsp.

omega:/tmp#


Dr. Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103
   Computer Science Department
   School of Computing and Information Science
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




Re: Java JSP Tomcat

2000-10-20 Thread Gregory Guthrie

I am running kernelversion 2.2, from CDrom install.

I added an unstable ftp line to the apt/sources.list, and it did then
find these two packages.

apt-cache search tomcat still failed, but dselect still knew about it, so
I had dselect install it.

Unfortunately dselect also notices a lot of other things it was
interested in (I presume from the added unstable line), and downloaded
170 packages, 89MB of stuff!

I am not sure but I guess that dselect and apt share the same database,
so telling apt about unstable meant dselect would also use it. Any way to
have just gotten one thing from unstable?

Anyway, it is now crunching away installing 170 new packages...
Now it seems willing to try to install apache, but gets errors:

Syntax error on line 133 of
/etc/apache/srm.conf:
Invalid command 'AddDefaultCharsetName', perhaps mis-spelled or defined
by a module not included in the server configuration
/usr/sbin/apachectl start: httpd could not be started
dpkg: error processing jserv (--configure):
subprocess post-installation script returned error exit status
3
Errors were encountered while processing:
jserv

I find that chasing this through the debian packages is such a
problem and time waste, straight installs from Sun are easier, but that
leads to arguments with the package system on what is really installed,
where, etc.

Argh!

Thanks for the help,
Greg

At 05:11 PM 10/20/2000 +0200, Marcus Crafter wrote:
On Fri, 20 Oct 2000, Gregory Guthrie
wrote:

 At 11:59 AM 10/19/2000 +0200, Marcus Crafter wrote:
 
 The package is already availabe at
http://master.debian.org/~sgybas/tomcat/.
 Please read README.Debian and the Debian-Java mailing list
archive for
 reasons why it's not yet in the official Debian archive.
 
 I'm still stuck on installing this;
 
 tomcat depends
on libxerces-java
 libxerces-java
does not appear to be available
 tomcat depends
on libservlet2.2-java

libservlet2.2-java does not appear to be available

What's
your /etc/apt/sources.list look like. xerces and servlet2.2 are
potato/woody
packages. Are you still running slink ?

Stefan,
what's your thoughts ?

Cheers,

M.
-- 
 .
 ,,$,
Marcus Crafter
 ;$'
': Computer Systems Engineer
 $:
: Open Software Associates GmbH
 $
o_)$$$: 82-84 Mainzer Landstrasse
 ;$, _/\
:' 60327 Frankfurt Germany
 ' /(


\_' Email :
[EMAIL PROTECTED]

. Business
Hours : +49 69 9757 200

:
After Hours : +49 69 49086750

Dr. Gregory Guthrie
[EMAIL PROTECTED]
(641)472-1125 Fax: -1103
 Computer Science
Department
 School of Computing and
Information Science
 Maharishi University of
Management
 (Maharishi International University
1971-1995)

http://www.mum.edu/cs_dept




Help, caught in apt/dselect treadmill; trying to install Tomcat

2000-10-20 Thread Gregory Guthrie

I am running kernelversion 2.2, from CDrom install. I did the simple
configuration, and even then it had a list of about 16-18 install
problems, unresolved dependencies. I ran install again, more
resolved.

I wanted to get tomcat, so grabbed it from:
http://master.debian.org/~sgybas/tomcat/,
but:

tomcat depends on libxerces-java
 libxerces-java
does not appear to be available
 tomcat depends
on libservlet2.2-java

libservlet2.2-java does not appear to be
available
So it required some unstable packages, so I added an unstable ftp source
to my apt/source.list, and it did indeed find the two required packages,
but also about 189 (90MB) of other stuff.
-- (Any way to have just gotten the one desired thing from
unstable?)

Then it had dependency problems, and did a few other iterations of
update, and install. 
Syntax
error on line 133 of /etc/apache/srm.conf:
Invalid command 'AddDefaultCharsetName', perhaps mis-spelled or defined
by a module not included in the server configuration
/usr/sbin/apachectl start: httpd could not be started
dpkg: error processing jserv (--configure):
subprocess post-installation script returned error exit status
3
Errors were encountered while processing:
jserv
Apache had a bad option line in srm.conf, so I had to manually delete it,
then apache installed. 
Now, two more items show up missing:

Get:1
ftp://ftp.us.debian.org
unstable/main libcapplet0 1:1.2.2-4 [15.4kB]
Err ftp://ftp.us.debian.org unstable/main libcapplet0 1:1.2.2-4
 Unable to fetch file, server said '/debian/dists/woody/main/binary-i386/libs/libcapplet0_1.2.2-4.deb: No such file or directory. '
Failed to fetch ftp://ftp.us.debian.org/debian/dists/woody/main/binary-i386/libs/libcapplet0_1.2.2-4.deb
 Unable to fetch file, server said '/debian/dists/woody/main/binary-i386/libs/libcapplet0_1.2.2-4.deb: No such file or directory. '

E: Unable to fetch some archives, maybe try with --fix-missing?


1) What should I do?

2) Why is Debian install so messy? This is a clean install, and even before getting into Tomcat, I got several unresolved dependencies.

Thanks for any guidance!

Gregory Guthrie


-
=== /etc/apt/sources.list
# first get from (local) CDrom
deb cdrom:[Debian GNU/Linux 2.2 r0 _Potato_ - Official i386 Binary-3 (2814)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 2.2 r0 _Potato_ - Official i386 Binary-2 (2814)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 2.2 r0 _Potato_ - Official i386 Binary-1 (2814)]/ unstable contrib main non-US/contrib non-US/main
# look-through to the main archives?
#deb http://http.us.debian.org/debian dists/stable-updates 
# I (also) want to get some unstable things.. (tomcat)
#deb http://http.us.debian.org/debian unstable main contrib non-free
#deb http://http.us.debian.org/debian dists/unstable-updates 
deb ftp://ftp.us.debian.org/debian unstable main contrib non-free


Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125 Fax: -1103




Remote X-servers with DHCP, how to authenticate?

2000-10-20 Thread Gregory Guthrie

I am trying to access my Debian system from a MSWindows X-server client.

When I connect it wants to check who I am, so it uses an entry in 
/etc/hosts to check me. Now I have changed to DHCP for my client, so I no 
longer have a fixed IP address to put there. It sends an error Where are you?


What to do?

Thanks,
Gregory Guthrie

Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103




gnujsp errors

2000-10-19 Thread Gregory Guthrie
I did a clean install with apache+jserv+gnujsp, and servlets work fine, but 
the test file(s) like Hello.jsp fail, with the error:

Error compiling source file: file:/var/www/jsp/examples/hello.jsp
sun/tools/javac/Main

Any help appreciated.

Sincerely,
Gregory Guthrie

Dr. Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103
   Computer Science Department
   School of Computing and Information Science
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




Re: Java JSP Tomcat

2000-10-19 Thread Gregory Guthrie

At 11:59 AM 10/19/2000 +0200, Marcus Crafter wrote:


The package is already availabe at http://master.debian.org/~sgybas/tomcat/.
Please read README.Debian and the Debian-Java mailing list archive for
reasons why it's not yet in the official Debian archive.

- I tried to install it, and get a lot of unresolved packages.

I can get the IBM package at IBM(!), but the others show up as missing.

Solution?

Thanks,
Gregory

-
omega:/s/new# lynx http://master.debian.org/~sgybas/tomcat/
Info for debian package '/tmp//uWV9kR/L17393-6120TMP.deb':
 new debian package, version 2.0.
 size 799500 bytes: control archive= 2954 bytes.
 117 bytes, 5 lines  conffiles
 738 bytes,17 lines  control
4510 bytes,58 lines  md5sums
 387 bytes,12 lines   *  postinst #!/bin/sh
 495 bytes,24 lines   *  postrm   #!/bin/sh
 288 bytes, 9 lines   *  prerm#!/bin/sh
 Package: tomcat
 Version: 3.1.99b6-1
 Section: contrib/web
 Priority: optional
 Architecture: all
 Depends: jdk1.1-dev | ibm-jdk1.1-installer | j2sdk1.3, libxerces-java, 
libservlet2.2-java

 Installed-Size: 1171
 Maintainer: Stefan Gybas [EMAIL PROTECTED]
 Description: Java Servlet 2.2 engine with JSP 1.1 support
  Jakarta-Tomcat is the reference implementation for the Java Servlet 2.2 and
  JavaServer Pages (JSP) 1.1 specification from the Apache Jakarta project.
  .
  For more information about Tomcat please take a look at the Tomcat
  home page at http://jakarta.apache.org/tomcat/index.html.
  .
  The official Servet 2.2 and JSP 1.1 specifications can be found at
  http://java.sun.com/products/servlets and http://java.sun.com/products/jsp.

Do you wish to install this package now? (y/n) --y

Installing package...
Selecting previously deselected package tomcat.
(Reading database ... 25526 files and directories currently installed.)
Unpacking tomcat (from .../tmp//uWV9kR/L17393-6120TMP.deb) ...
dpkg: dependency problems prevent configuration of tomcat:
 tomcat depends on jdk1.1-dev | ibm-jdk1.1-installer | j2sdk1.3; however:
  Package jdk1.1-dev is not installed.
  Package ibm-jdk1.1-installer is not installed.
  Package j2sdk1.3 is not installed.
 tomcat depends on libxerces-java; however:
  Package libxerces-java is not installed.
 tomcat depends on libservlet2.2-java; however:
  Package libservlet2.2-java is not installed.
dpkg: error processing tomcat (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 tomcat

Done.  Press return to continue:


Dr. Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103
   Computer Science Department
   School of Computing and Information Science
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




Java JSP Tomcat

2000-10-18 Thread Gregory Guthrie
Why does Debian provide (only) GnuJsp, Tomcat is the standard reference 
implementation now.


Is it easy to change to use Tomcat? Should I just do it, or wait, is 
anything coming?
I want the standard JSP directory structures, and a guaranteed standard 
implementation.


Thanks,
Gregory Guthrie

Dr. Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103
   Computer Science Department
   School of Computing and Information Science
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




Re: Java JSP Tomcat

2000-10-18 Thread Gregory Guthrie
I saw it listed in the Debian/Java FAQ page as something which might be 
soon included (March 2000).


Greg

At 10:58 PM 10/17/2000 -0700, Aaron Brashears wrote:

Well, I've noticed that Tomcat is not listed in the work-needing and
prospective packages ( http://www.debian.org/devel/wnpp/ ) - so if you'd
like to pick it up, I'd be happy to see that. :)

I'm trying to figure out how to build debs right now, because I develop
using jde (which needs a maintainer) for tomcat/cocoon.


yes, be nice to be able to track Java development tools better.



Gregory Guthrie wrote:

 Why does Debian provide (only) GnuJsp, Tomcat is the standard reference
 implementation now.

 Is it easy to change to use Tomcat? Should I just do it, or wait, is
 anything coming?
 I want the standard JSP directory structures, and a guaranteed standard
 implementation.




Dr. Gregory Guthrie
[EMAIL PROTECTED] (641)472-1125Fax: -1103
   Computer Science Department
   School of Computing and Information Science
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




apache.. how to keep newer verison than that of Debvian apt-get

2000-07-01 Thread Gregory Guthrie
I had installed apache from Their site, version 1.3.12, and then wanted to 
install some Debian www based utilities (dwww), and so had apt-get install 
apache, it installed version 1.3.3, and to a different place, and name 
(httpd/apache).


Is there any way to overlay the debian version with the newer one, still 
having debian package system stay happy, knowing that apache is installed?


Also, is tomcat included in the newer (potato) release?

Thanks,
Gregory



Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103




Re: Need help with installing Debian on a COMPAC PRESARIO 5716

2000-06-30 Thread Gregory Guthrie

look at the compaq web site, it has online manuals for almost all machines.

Typically for compaq, it boots, tests memory, beeps twice, puts the cursor 
into the upper right hand corner, and at that time you should press F10 to 
enter BIOS.


Also, most compaqs w/in the last 5 years will boot to CDrom, so just put a 
bootable debian disk in and try it, it is an effortless way to install!


Greg



At 01:49 PM 06/30/2000 +0200, you wrote:


It is a COMPAC PRESARIO 5716. The problem is that this machine shows a
big red Q at startup and no BIOS info. I therefore do not know which
keys to press to access the BIOS in order to turn on CD-ROM booting. It
currently boots from floppy first before hard disc.



Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103




Re: apache + tomcat ..?

2000-06-27 Thread Gregory Guthrie

At 11:31 AM 06/27/2000 +0200, you wrote:


just do a httpd -v for getting the version.

If u are using 2.0 tomcat will not work there.
U need 1.3.X (better 1.3.12)

Let me know if u wanna a pre-compiled version.


-- yes please.

I have 1.3.3 and 1.3.13 (from apache)

I wanted to remove the Debian one, to use the newer one I installed 
manually, but a lot of utilities depend on it (dwww, ...). So, I run the 
debian one.


How to best upgrade and still stay within the Debian structure?

Thanks.

Gregory


At 13.07 26/6/00 -0500, you wrote:
I installed apache via apt-get, and trying to use it with mod_jserv.o 
from tomcat gives an error:


Cannot load mod_jserrv.o into server,
 Error: file's Phentsize is not the expected.

Debian Apache seems bto be 1.3.

Any way to tell what options it was made with?

Any ideas on the incompatibility?



Dr. Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103
   Computer Science Department
   College of Science and Technology
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




Printing of Email attachments??

2000-06-27 Thread Gregory Guthrie
This is not Debian specific, but I want to setup an automatic Email and 
attachment printing system; whereby all email sent to a special address is 
printed including all attachments.


The basic need is to handle incoming applications with several (usually 
graphic) attachments for transcripts, recommendations, etc.


e.g.
alias:emailPrint   |emailprinter

This is of course easy for the message alone, but is there an easy way to 
also print all attachments? For each email sent to this address, I'd like 
the body as the cover page, and then all attachments.


I am not familiar with what is available to separate and decode and handle 
MIME multi-part documents on linux.

Thanks for any pointers or ideas.

Gregory



Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103




Re: Java support? (apache + tomcat)

2000-06-27 Thread Gregory Guthrie

At 03:32 PM 06/27/2000 -0500, Jens B. Jorgensen wrote:
I know jserv is available, because I have it (1.1-3). I installed the jdk 
myself

because I wanted 1.2.2. Are you running potato or slink? (I'm running potato).


-- slink,
and :

alpha{root}.43: apt-get install jserv
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package jserv

and...
E: Couldn't find package jdk
E: Couldn't find package jsdk


 I want to run current java tools, and don't find any in the modules that
 dselect shows..



Dr. Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103
   Computer Science Department
   College of Science and Technology
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




Re: NIC problem w/ de4x5 for DLINK PCI, missing lspci

2000-06-22 Thread Gregory Guthrie

Thanks,

I do have it installed, but at boot still reports not found, and a locate 
does not find it.


I am running Debian 2.1r4, but it reports 2.0.36, so perhaps I need a newer 
kernel?


[how to get it?]

I am surprised that if lspci is needed at boot, the kernel (or system) does 
not have it, how did I get such an inconsistent configuration?


Thanks for the help, I find that the many steps to get a new install to 
just work with little issues like this is a major source of time spent on 
Debian for me. Most all of them end up being configuration /version 
problems. This is a clean install, by the book, but it fails for a missing 
component, which requires a newer kernel, thus source and make, and ...


Gregory

At 11:43 PM 06/21/2000 -0400, Alec Smith wrote:

I believe the lspci utility is included in a .deb called pciutils in
Debian. Also, be sure to use a fairly recent kernel. There's been a lot of
work done on Tulip since the 2.0.x/early 2.2.x days.


On Wed, 21 Jun 2000, Gregory Guthrie wrote:
 I want to use a DLINK DFE530CT pci ethernet card, and some references say
 it uses the de4x5, or tulip drivers,

 but when I try to use them, I get
init_module: device or resource busy

 I also get prior to that, when starting to load modules, and evaluation
 module dependencies,
lspci not found.

 Help please..  :-)




Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103




Re: missing lspci

2000-06-22 Thread Gregory Guthrie

Thanks, still trying to get lspci installed;

I looked again, and I did install it, but, ..

dpkg reports a status of:
  install
  ok
  not-installed

and then locate doesn't (of course) find it on the system.

I re-ran (several times dselect, and it didn't complain, but didn't install. ??

Gregory

At 11:43 PM 06/21/2000 -0400, Alec Smith wrote:

I believe the lspci utility is included in a .deb called pciutils in
Debian. Also, be sure to use a fairly recent kernel. There's been a lot of
work done on Tulip since the 2.0.x/early 2.2.x days.

On Wed, 21 Jun 2000, Gregory Guthrie wrote:

 I also get prior to that, when starting to load modules, and evaluation
 module dependencies,
lspci not found.




Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103




Java support? (apache + tomcat)

2000-06-22 Thread Gregory Guthrie
I want to run current java tools, and don't find any in the modules that 
dselect shows..


I did get apache,

but are: jserv, tomcat, jdk, jwsdk, ...

available?

Also, is there an easy way to ask apt-get what it knows is available? like 
dpks -S ?


Thanks.

Gregory

Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103




how add NIC module?

2000-06-21 Thread Gregory Guthrie
Somehow in setting up a new system from CDROM, the module for the NIC was 
not added, so there is no eth0 configured.


I have a DLINK DFE530TX which is listed on the supported linux hardware list,.

How do I locate and install the required driver /module. I looked at the 
Debian site, in modules, but couldn't find it, and there is no search there.


Thanks.

Gregory

Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103




NIC problem w/ de4x5 for DLINK PCI, missing lspci

2000-06-21 Thread Gregory Guthrie
I want to use a DLINK DFE530CT pci ethernet card, and some references say 
it uses the de4x5, or tulip drivers,


but when I try to use them, I get
  init_module: device or resource busy

I also get prior to that, when starting to load modules, and evaluation 
module dependencies,

  lspci not found.

I looked at Debian.org but couldn't find any lspci.

Help please..  :-)

Gregory


Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103




Re: Webmail

2000-05-23 Thread Gregory Guthrie

One free one is qdpop, but they are discontinuing it.
   http://www-informatics.ucdmc.ucdavis.edu/qdpop/hosting.htm

Others include:
http://www.endymion.com/products/mailman/

http://www.atdot.org/faq.shtml

http://www.rts.com.au/warp/warpmail/

Of course there are many free externally hosted www-mail services, hotmail 
etc...



There are several very nice $ commercial ones, but I presume you don't want 
them!


Best,
Gregory


At 02:59 PM 05/23/2000 +0800, Andrew McRobert wrote:

hi

while I'm waiting in hope re: my X Win qstn, does anyone know of a good Web
mail package (ie. let's you download mail from another POP server  look @
it through WWW.



Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103




Re: Re[2]: exim mail routing...

2000-05-22 Thread Gregory Guthrie

At 04:08 PM 05/22/2000 +0200, you wrote:

 /var/spool/exim/messaglog:
 2000-05-21 22:27:54 [EMAIL PROTECTED] [EMAIL PROTECTED]:
 local_delivery transport deferred: Permission denied: creating lock file
 hitching post /var/spool/mail/admin.lock.alpha.cs.mum.edu.3928a93a.0ac9

i had a similar problem. is solved it with chmod 3777 /var/mail.
this is possibly not very clean, but it works.


-- yes, my /var/spool/mail is 755,  root mail
so mail could have trouble writing it,
I'll chmod g+w it and see what happens.

I wonder how such permissions got installed wrong?



Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103




exim mail routing...

2000-05-21 Thread Gregory Guthrie
I used to have sendmail used as my MTA, and had it setup to use an upstream 
smartmailer, i.e. all non-local mail went there.


Can I get a quick-hint how to do this with exim, which I now seem to have 
as my new mail program.


Thanks,
Gregory


Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103




Re: exim mail routing...

2000-05-21 Thread Gregory Guthrie

At 06:07 PM 05/21/2000 +0200, Oswald Buddenhagen wrote:

 Can I get a quick-hint how to do this with exim, which I now seem to have
 as my new mail program.

RTFM! ;-)
look at this 800 kb file and search for smarthost. there is a complete
config example.


-- Ahem, ...

in the FM there is no string smarthost.   :-)

Also none in info, but a zgrep shows something in /usr/doc/exim/...

This was an automatic setup option with sendmail!

Thx,

Greg





--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
If Windows is the answer, I want the problems back!



Dr. Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103
   Computer Science Department
   College of Science and Technology
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




Re: exim mail routing...

2000-05-21 Thread Gregory Guthrie

At 11:29 PM 05/21/2000 +0200, Oswald Buddenhagen wrote:

nobody said, it that there must be so many places for
documentation - it simply has grown historically into this situation.
and even that is not that bad. man, info and /usr/doc are the main sources
- it could be *much* worse. possibly the initial /etc/motd should
say (well, not literally ;-):
have a look at /usr/man, /usr/info and /usr/doc to get started. [...]


-- Yes. But if/as we try to make linux more useable, such anachronisms 
should be smoothed out. E.g. it would be nice to have dynamic www pages, 
which give access to conversions of all available documentation on a 
system, looking in all the relevant places to index it.


This would merge the various sources, and provide a single consistent 
browsing /access tool, instead on (info, man, zcat).


Gregory



Dr. Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103
   Computer Science Department
   College of Science and Technology
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




Re[2]: exim mail routing...

2000-05-21 Thread Gregory Guthrie
I have a smarthost, but things don't work right. My previous debian build 
on this machine worked fine, so the network environment seems OK.


In /etc/exim.conf:

# Send all mail to a smarthost
smarthost:
  driver = domainlist
  transport = remote_smtp
  route_list = * mail.mum.edu bydns_a


But I still get the following logfile failures:

[EMAIL PROTECTED] [EMAIL PROTECTED] T=remote_smtp defer (-34): retry time 
not reached for any host


2000-05-21 16:23:00 12tOmO-0006lW-00 ** [EMAIL PROTECTED] 
[EMAIL PROTECTED]: un

known local-part admin in domain alpha.cs.mum.edu
2000-05-21 16:23:00 12tdBc-ai-00 ** [EMAIL PROTECTED] 
[EMAIL PROTECTED]: un

known local-part admin in domain alpha.cs.mum.edu
2000-05-21 16:23:00 12tdBc-ai-00 Frozen (delivery error message)
2000-05-21 16:23:00 12tdBc-al-00 =  R=12tOmO-0006lW-00 U=mail 
P=local S=1412
2000-05-21 16:23:00 12tOmO-0006lW-00 Error message sent to 
[EMAIL PROTECTED]

2000-05-21 16:23:00 12tOmO-0006lW-00 Completed
...
2000-05-21 16:38:00 Start queue run: pid=2297
2000-05-21 16:38:00 12tdBc-al-00 Message is frozen
2000-05-21 16:38:00 12tJye-0006gz-00 Message is frozen
2000-05-21 16:38:00 12tdBe-az-00 Message is frozen
2000-05-21 16:38:00 12tdBd-aw-00 Message is frozen
2000-05-21 16:38:00 12tdBc-ai-00 Message is frozen
2000-05-21 16:38:00 12tdBc-ao-00 Message is frozen
2000-05-21 16:38:00 End queue run: pid=2297

I found that it accepts mail, then holds it for a few days (see errors 
below), and then send it through OK.


Thanks for any fixes!
Greg

---
**
** THIS IS A WARNING MESSAGE ONLY **
** YOU DO NOT NEED TO RESEND YOUR MESSAGE **
**
The original message was received at Sun, 21 May 2000 14:30:30 -0500 (CDT)
from pcgrg.mum.edu [192.103.45.146]
- The following addresses had transient non-fatal errors -
[EMAIL PROTECTED]
- Transcript of session follows -
[EMAIL PROTECTED]... Deferred: Name server: alpha.cs.mum.edu.: host name 
lookup failure

Warning: message still undelivered after 4 hours
Will keep trying until message is 5 days old
Reporting-MTA: dns; cserv.mum.edu
Arrival-Date: Sun, 21 May 2000 14:30:30 -0500 (CDT)
Final-Recipient: RFC822; [EMAIL PROTECTED]
Action: delayed
Status: 4.2.0
Remote-MTA: DNS; alpha.cs.mum.edu
Last-Attempt-Date: Sun, 21 May 2000 18:37:21 -0500 (CDT)
Will-Retry-Until: Fri, 26 May 2000 14:30:30 -0500 (CDT)


Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103




Re[2]: exim mail routing...

2000-05-21 Thread Gregory Guthrie

I'm (still) having some exim setup problems..

I have three machines in this test; alpha (Debian host), a local smtp 
server (cserv), and my PC (windows).


Mail from alpha to pc works fine; all gets routed to the smarthost (=cserv).

This is direct named mail to myself, but an aliased email (to net which 
is aliased to me) gets stuck,

with the error:

/var/spool/exim/messaglog:
2000-05-21 22:27:54 [EMAIL PROTECTED] [EMAIL PROTECTED]: 
local_delivery transport deferred: Permission denied: creating lock file 
hitching post /var/spool/mail/admin.lock.alpha.cs.mum.edu.3928a93a.0ac9


???


Dr. Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103
   Computer Science Department
   College of Science and Technology
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




Re: Outside subsystem installed, packages unaware, dselect trying to help...

2000-05-20 Thread Gregory Guthrie

At 11:33 PM 05/19/2000 -0600, Dave Thayer wrote:


 Any way to convince apt to just get the add-on tool?

 Greg
 --
...
YOW! I bet you rolled your own apache rather than installing one from a
deb package and this is apt's way of telling you that it wants something
that provides an httpd: by trying to install all of 'em. If this is the
case, have a look at the equivs package. It allows you to install a fake
package which can meet other packages' dependencies.

BTW, I installed dhelp from potato, and it also provides an info browser
function. It still needs an httpd, though.

Dave,
Yes, correct. Thanks a lot, will try it.

I did this for several packages, (JDK, KSDK, Jserv, ..), so knowing about 
equiv is helpful!


Is it best that Debian packages are parallel to all of these various 
outside universes? Or is there a way that a Debian package can just grab 
the lastest from SUn, and then note that you now have it?


Greg



Easy to do Full backup /restore to dead system?

2000-05-20 Thread Gregory Guthrie
We have a small server, with no bulk backup device, but has network and 
CDrom reader.


What is the easiest way to be able to recover everything in case of a crash?

E.g. make big tar, ftp to remote site, and then restore?

But I presume that one cannot overlay a running system. Thus boot to floppy 
and do the same; but does rescue disk have full networking and ftp?


or.??

Is there an easy way to make a bootable (restorable), or other useful CD 
restore image at a remote site (where we can burn CDs).


Thanks.

Gregory

Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103




log file full of -- MARK --

2000-05-19 Thread Gregory Guthrie

/var/messages has a -- MARK -- every 20 minutes; why?

Thanks,
Greg



Re: log file full of -- MARK --

2000-05-19 Thread Gregory Guthrie

At 05:15 PM 05/19/2000 +0200, Oswald Buddenhagen wrote:

 /var/messages has a -- MARK -- every 20 minutes; why?

to show, that the system lives. :)
if you don't like it, then supply -m 1 to syslogd

-- will do.

Never seen this on any other unix system...

Dr. Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103
   Computer Science Department
   College of Science and Technology
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




Re: man -- info?

2000-05-18 Thread Gregory Guthrie

At 02:33 AM 05/18/2000 -0600, Dave Thayer wrote:


I think that the package you're looking for is dwww. It needs an httpd
installed (boa is nice and lightweight), but it is well worth it.


Dave, thanks a lot.

I want to try it, but apt-get wants to re-install an entire server and 
tools for me, I have a stable apache+jserv, and don't want to install 
another http server.


Any way to convince apt to just get the add-on tool?

Greg
--
alpha{root}.1: apt-get install dwww
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  ncsa apache-ssl apache-common roxen-pike apache roxen boa cern-httpd 
ssleay dhttpd

  libssl09
The following NEW packages will be installed:
  ncsa apache-ssl apache-common roxen-pike apache roxen boa cern-httpd 
ssleay dhttpd

  dwww libssl09
0 packages upgraded, 12 newly installed, 0 to remove and 0 not upgraded.
1 packages not fully installed or removed.
Need to get 3350kB of archives. After unpacking 9599kB will be used.
Do you want to continue? [Y/n] n
Abort.


Dr. Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103
   Computer Science Department
   College of Science and Technology
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




Re: man -- info?

2000-05-17 Thread Gregory Guthrie

At 05:19 PM 05/17/2000 +0300, Fabrizio Polacco wrote:

On Tue, May 16, 2000 at 06:50:43AM -0500, Gregory Guthrie wrote:
 Why are man pages abandoned for info?

Only FSF do that. Debian _requires_ manpages for all.

-- but many man pages say not maintained, use info.

so it is not just formatting them, but getting the relevant info.

BUGS
   The  GNU  folks,  in  general, abhor man pages, and create
   info documents instead.  The maintainer of tar falls  into
   this  category.   This  man  page is neither complete, nor
   current, and was included in the Debian Linux packaging of
   tar  entirely  to reduce the frequency with which the lack
   of a man page gets reported as a bug in our defect  track­
   ing system.

   If  you really want to understand tar, then you should run
   info and read the tar info pages, or use the info mode  in
   emacs.


Dr. Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103
   Computer Science Department
   College of Science and Technology
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




Re: man -- info?

2000-05-17 Thread Gregory Guthrie

At 09:27 PM 05/16/2000 +0200, Richard Klinda wrote:

Hoi Gregory, ALL!

  Gregory Why are man pages abandoned for info?  Info requires emacs
  Gregory knowledge to navigate, and are text only.

Check out pinfo (in doc section), it's a terminal based info-browser
and it has a very intuitive interface.

-- Thanks a lot; but:

alpha{root}.135: man pinfo
No manual entry for pinfo
alpha{root}.136: apt-get install pinfo
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package pinfo


??

Dr. Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103
   Computer Science Department
   College of Science and Technology
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




Re: Looking for a backup tool...

2000-05-17 Thread Gregory Guthrie

At 01:33 PM 05/17/2000 -0400, David Grill Watson wrote:

Does anyone know of a program that will give you a list of files changed
since a certain date?  It would be extremely useful for backups, because you
could just back up files that were changed since your last backup...



-- find place -newer file_of_desired_date


Dr. Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103
   Computer Science Department
   College of Science and Technology
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




tar to remote system... security?

2000-05-16 Thread Gregory Guthrie

I want to do a remote backup:

tar Zvcf localfriend:/tmp/mybackup.tar

but I keep getting file cannot be accessed, broken pipe.

What is the proper security setup for this to allow me to create the remote 
file?


Thanks!


Dr. Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103
   Computer Science Department
   College of Science and Technology
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




man -- info?

2000-05-16 Thread Gregory Guthrie

Why are man pages abandoned for info?

Info requires emacs knowledge to navigate, and are text only. Man at least 
has xman viewer.


Is there any option? Have man pages been html'ed for Debian? I have seen 
some INternet sites with man pages online..


Thanks.



Dr. Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103
   Computer Science Department
   College of Science and Technology
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




Re: man -- info?

2000-05-16 Thread Gregory Guthrie

At 05:53 AM 05/16/2000 -0700, Eric G . Miller wrote:

.  Perhaps you'd enjoy the dhelp
package.  It's not perfect, but it works through your browser and will
render info and man pages as html on the fly using (info2www and
man2html).


-- Where can I get info on this?

Thanks.



Dr. Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103
   Computer Science Department
   College of Science and Technology
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




Re: man -- info?

2000-05-16 Thread Gregory Guthrie

At 05:35 PM 05/16/2000 -0700, Eric G . Miller wrote:

On Tue, May 16, 2000 at 09:10:16AM -0500, Gregory Guthrie wrote:
 At 05:53 AM 05/16/2000 -0700, Eric G . Miller wrote:
 .  Perhaps you'd enjoy the dhelp
 package.  It's not perfect, but it works through your browser and will
 render info and man pages as html on the fly using (info2www and
 man2html).

 -- Where can I get info on this?

It's a debian script thing.  Browse the debian web site, or just
apt-get install dhelp.  It's pretty small, but will have to run a bit
initially to build up its indexes.  I think a cron job periodically runs
to update the indexes as well.



-- Neat, thanks.

BUt;

alpha{root}.139: apt-get install dhelp
Reading Package Lists... Done
Building Dependency Tree... Done
Package dhelp has no available version, but exists in the database.
This typically means that the package was mentioned in a dependency and
never uploaded, or that it is an obsolete package.
E: Package dhelp has no installation candidate
alpha{root}.140:



Dr. Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103
   Computer Science Department
   College of Science and Technology
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




Broken Startup (repeat)...

2000-05-15 Thread Gregory Guthrie

I seem to have somehow have broken my system, and want a minimal way to ix it;
Is there a refresh system files option for Debian with the rescue disk, 
or dselect, or ... ?


I.e. to say install base from a rescue, will this do an add-only refresh 
of files from the archives, or will it wipe out what I have and start over?


Since the system was working FINE before a re-boot, I feel that there must 
just be one small thing somewhere broken...





 Help!!

 I had a working system, and after several weeks up we were moving some
 (Apache) files around and wanted to make sure that the system setup for
 Apache was OK, se we re-booted.

 At re-boot I now get:

The boot goes into

INIT: entering run level 2
Starting system log daemon: syslogd

and hangs...

I edited /etc/rc2.d/S10sysklogd - /etc/init.d/sysklogd to give hello 
messages, and find that is hangs on the actual call to start /sbin/syslogd. 
Commenting out this call and everything seems to run OK as far as I can 
tell. Trying to manually start syslogd also hangs. I notice that during 
boot a ctl-break shows a ps like table of processes, and that does show two 
instances of syslogd running.


Any ideas?

The other broken symptom is that networking does not work; ifconfig reports 
everything fine, but ping hangs, and the hub shows the link not active. 
During boot the ethernet card shows proper initialization, and seems OK.


The way I broke things seems that I had tar'ed up a lot of old files from a 
previous system, and accidently un'tared too many of them, including the 
/etc/fstab that was bad. nothing else from etc was in the archive, so I 
cannot account for the current problem.


Is there a refresh system files option for Debian with the rescue disk, 
or dselect, or ... ?


Thanks,
Gregory Guthrie


Dr. Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103
   Computer Science Department
   College of Science and Technology
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




Broken startup; syslogd hangs...

2000-05-13 Thread Gregory Guthrie

At 10:10 AM 05/13/2000 +0930, John Pearson wrote:

On Fri, May 12, 2000 at 04:49:21PM -0500, Gregory Guthrie wrote
 Help!!

 I had a working system, and after several weeks up we were moving some
 (Apache) files around and wanted to make sure that the system setup for
 Apache was OK, se we re-booted.

 At re-boot I now get:
...
It's trying to fsck your extneded partition, rather than your true root
partition.  My guess is that /etc/fstab is wrong, and that it lists
/dev/hda1 as root instead of /dev/hda6.  The fact that you get to
single-user mode means that hte kernel and LILO are configured correctly.


-- John, Bingo. Thanks.

I now have another problem..

The boot goes into

INIT: entering run level 2
Starting system log daemon: syslogd

and hangs...

I edited /etc/rc2.d/S10sysklogd - /etc/init.d/sysklogd to give hello 
messages, and find that is hangs on the actual call to start /sbin/syslogd. 
Commenting out this call and everything seems to run OK as far as I can 
tell. Trying to manually start syslogd also hangs. I notice that during 
boot a ctl-break shows a ps like table of processes, and that does show two 
instances of syslogd running.


Any ideas?

The other broken symptom is that networking does not work; ifconfig reports 
everything fine, but ping hangs, and the hub shows the link not active. 
During boot the ethernet card shows proper initialization, and seems OK.


The way I broke things seems that I had tar'ed up a lot of old files from a 
previous system, and accidently un'tared too many of them, including the 
/etc/fstab that was bad. nothing else from etc was in the archive, so I 
cannot account for the current problem.


Is there a refresh system files option for Debian with the rescue disk, 
or dselect, or ... ?


Thanks,
Gregory Guthrie


Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103
   Computer Science Department
   College of Science and Technology
   Maharishi University of Management
   http://www.mum.edu/csdept




Re: Broken startup; syslogd hangs...

2000-05-13 Thread Gregory Guthrie

Interesting, and thanks for the note.

The notable thing here is that this system was perfectly working before the 
re-boot,

running X, Apache, servlets, etc..

Then the re-boot killed stuff. I had unintentionally laid the problem 
basis, resorted an old fstab, and .. now, what else!


So, I don't think it is any hardware.

I scanned the tar archive, but couldn't find anything else dangerous that 
got restored..


Greg



At 11:39 AM 05/14/2000 +0930, John Pearson wrote:

On Sat, May 13, 2000 at 01:39:20PM -0500, Gregory Guthrie wrote
 At 10:10 AM 05/13/2000 +0930, John Pearson wrote:
 On Fri, May 12, 2000 at 04:49:21PM -0500, Gregory Guthrie wrote
   Help!!
  
   I had a working system, and after several weeks up we were moving some
   (Apache) files around and wanted to make sure that the system setup for
   Apache was OK, se we re-booted.
  
   At re-boot I now get:
 ...
 It's trying to fsck your extneded partition, rather than your true root
 partition.  My guess is that /etc/fstab is wrong, and that it lists
 /dev/hda1 as root instead of /dev/hda6.  The fact that you get to
 single-user mode means that hte kernel and LILO are configured correctly.

 -- John, Bingo. Thanks.

 I now have another problem..

 The boot goes into

 INIT: entering run level 2
 Starting system log daemon: syslogd

 and hangs...


Funny thing - I had the *exact same thing* the other day setting
up a new machine.  I didn't formally diagnose the problem, but
noticed that the fancy new MB (MB 6136PRO) I was using had
assigned the same IRQ to 2 network cards and my SCSI controller.
I fixed it by shuffling cards and re-installing (after tearing
my hair out for an hour or three, and on a machine with no user
data on it, it seemed the expedient thing).

Assuming you already have good hardware and no resource conflicts,
try re-installing the sysklogd package in case the problem is a
corrupt file.

 I edited /etc/rc2.d/S10sysklogd - /etc/init.d/sysklogd to give hello
 messages, and find that is hangs on the actual call to start 
/sbin/syslogd.

 Commenting out this call and everything seems to run OK as far as I can
 tell. Trying to manually start syslogd also hangs. I notice that during
 boot a ctl-break shows a ps like table of processes, and that does show 
two

 instances of syslogd running.

 Any ideas?

 The other broken symptom is that networking does not work; ifconfig 
reports

 everything fine, but ping hangs, and the hub shows the link not active.
 During boot the ethernet card shows proper initialization, and seems OK.


This is almost uncanny - the one unresolved issue with the
machine I mentioned above is a 3c905 Bommerand card that
configures OK, but passes no packets; ping, telnet, etc. all
return no output, and the packet counters shown by ifconfig are
stuck at zero.  I'm back to the site today with a DOS boot disk
and 3Com's configuration utility to see if disabling Plug'n'Play
mode (or some similar trick) fixes things.  Maybe you should
look into that?


John P.
--
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.mdt.net.au/~john Debian Linux admin  support:technical services



Dr. Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103
   Computer Science Department
   College of Science and Technology
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept




Help: disk problems..

2000-05-12 Thread Gregory Guthrie

Help!!

I had a working system, and after several weeks up we were moving some 
(Apache) files around and wanted to make sure that the system setup for 
Apache was OK, se we re-booted.


At re-boot I now get:
|--
|  ...
| .. checking root file system
|  fsck.ext2: attempt to read block from filesystem resulted in short read 
while trying to open /dev/hda1

|  Could this be a zero length partition?
|
| fsck failed. please repair manually and re-boot. Please note that the 
root file system is mounted Read-only,

| 
|give root password for maintenance.
|---
Ok, I go root, and look around. everything seems OK, all files there.

fdisk shows partitions OK:
|--
|  boot   device format  size   start  end
|   *   /dev/hda1   Extended1580M   2 785
|  hda2   DOS FAT-16  50M   2 27
|   *  hda6   Linux ext2 1250M28662
|   hda7   linux swap   250M  663   785
|-
a  v option to fdisk (check partition table) says:  8249 unallocated sectors

running fdisk from a rescue floppy on /dev/hda6 gives (immediately):
 e2fsck
 /dev/hda6: clean, 29621/641024 files, 542724/3560288 blocks.

It seems to report this Immediately, no time, no disk work.   (???)

I tried re-writing the boot block to the first partition (the one reported 
troublesome), /dev/hda1, seems to work fine.


Running DF shows some things that look like problems:
   filesystem   1024-blocks   used   availcapacity   mount
 /dev/hda6   2476090   458526  1889550   20%  /
 /proc 
 /proc
 none 
   /proc

---

So, what to do? I would really hate to lose all the work put into this new 
system.
I tried to do a tar backup over the network, but since the system never 
finished booting, it hasn't got networking up yet.


I can't figure out what happened, what's wrong, or what to do.

Thanks,
Gregory Guthrie
(please also reply by Email)



Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103
   Computer Science Department
   College of Science and Technology
   Maharishi University of Management
   http://www.mum.edu/csdept




problems with apt-get upgrade slink - potato

2000-04-15 Thread Gregory Guthrie

I tried to do a slink-potato
upgrade, 
I put the potato debian site in /etc/apt/sources.list, and let go with


atp-get update -- works
fine...
apt-get dist-upgrade -- problems...

Each time I would only get a few files, but after 15-20 tries, I seem to
have almost everything; 
almost..

But it still seems stuck, some help please?

apt-get suggests: --fix-missing
but then reports that this is an invalid option.

Gregory Guthrie

--
csgrg.root(518)  apt-get dist-upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
Calculating Upgrade... Done

The following packages will be REMOVED:
 timezones libmd5-perl perl libpam0g-util perl-suid libsnmp3.6
netstd 

The following NEW packages will be installed:
 libncurses5 traceroute perl-5.004-base libwrap0 libpam-modules
perl-5.004
 perl-5.005 ruptime liburi-perl libpam-runtime rusers rsh-server
java-common
 perl-5.004-suid tcpd rdate cfingerd perl-5.004-doc tftp finger
libstdc++2.10
 icmpinfo rwho bootpc rdist ftp rwall perl-5.005-base rwhod fping
libsnmp4.1
 tcl8.2 tk8.2 rsh-client debconf libreadline4 nfs-common pidentd
liblockfile1

169 packages upgraded, 39 newly installed, 7 to remove and 0 not
upgraded.
Need to get 15.9kB/63.2MB of archives. After unpacking 58.2MB will be
used.
Do you want to continue? [Y/n] 

Err
http://http.us.debian.org
potato/main talk 0.10-6
 404 Not Found

Failed to fetch http://http.us.debian.org/debian/dists/frozen/main/binary-i386/net/talk_0.10-6.deb
 404 Not Found

E: Unable to fetch some archives, maybe try with --fix-missing?



Dr. Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125 Fax: -1103
 Computer Science Department
 College of Science and Technology
 Maharishi University of Management
 (Maharishi International University 1971-1995)
 http://www.mum.edu/cs_dept




problems with apt-get upgrade slink - potato

2000-04-14 Thread Gregory Guthrie

I tried to do a slink-potato
upgrade, 
I put the potato debian site in /etc/apt/sources.list, and let go with


atp-get update   -- works
fine...
apt-get dist-upgrade -- problems...

but, (see below) it looks like I get only a few fiels, adn many many
errors which seem server related.

Suggestions?

Gregory Guthrie

--
Script started on Thu Apr 13 20:13:21 2000
csgrg.root(501) 
csgrg.root(502)  apt-get dist-upgrade

Reading Package Lists... 0%
Reading Package Lists... 100%
Reading Package Lists... Done
Building Dependency Tree... 0%
Building Dependency Tree... 0%
Building Dependency Tree... 50%
Building Dependency Tree... 50%
Building Dependency Tree... Done
Calculating Upgrade... Done
The following packages will be REMOVED:
 timezones libmd5-perl perl libpam0g-util perl-suid libsnmp3.6
netstd 
The following NEW packages will be installed:
 libncurses5 traceroute perl-5.004-base libwrap0 libpam-modules
perl-5.004
 perl-5.005 ruptime liburi-perl libpam-runtime rusers rsh-server
java-common
 perl-5.004-suid tcpd rdate cfingerd perl-5.004-doc tftp finger
libstdc++2.10
 icmpinfo rwho bootpc rdist ftp rwall perl-5.005-base rwhod fping
libsnmp4.1
 tcl8.2 tk8.2 rsh-client debconf libreadline4 nfs-common pidentd
liblockfile1
169 packages upgraded, 39 newly installed, 7 to remove and 0 not
upgraded.
Need to get 62.4MB/63.2MB of archives. After unpacking 58.2MB will be
used.
Do you want to continue? [Y/n] 

0% [Waiting for file]


Get:1
http://http.us.debian.org
potato/main libc6-dev 2.1.3-8 [2092kB]

 
0% [1 libc6-dev 1142/2092kB 0%]
...
3% [1 libc6-dev 2088942/2092kB 99%] 11.5kB/s 1h27m51s
3% [Working] 11.5kB/s 1h27m50s
Err http://http.us.debian.org potato/main libc6 2.1.3-8
 400 Bad Request
Err http://http.us.debian.org potato/main libpam0g 0.72-7
 Bad header line
 
Err http://http.us.debian.org potato/main snmp 4.1.1-2
 The http server sent an invalid reply header
 
Get:2 http://http.us.debian.org potato/main ncurses-base 5.0-6 [80.7kB]

3% [2 ncurses-base 0/80.7kB 0%] 11.5kB/s 1h27m50s

Err http://http.us.debian.org potato/main libncurses4 4.2-9
 400 Bad Request

Err http://http.us.debian.org potato/main netbase 3.18-2
 Bad header line

Get:3 http://http.us.debian.org potato/main libwrap0 7.6-4 [52.8kB]

3% [3 libwrap0 0/52.8kB 0%] 9941B/s 1h41m3s
...
3% [3 libwrap0 47836/52.8kB 90%] 9963B/s 1h40m45s
3% [Working] 9963B/s 1h40m44s
 
Err http://http.us.debian.org potato/main tcpd 7.6-4
 501 Method Not Implemented


Dr. Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125 Fax: -1103
 Computer Science Department
 College of Science and Technology
 Maharishi University of Management
 (Maharishi International University 1971-1995)
 http://www.mum.edu/cs_dept




dselect issues..

2000-04-12 Thread Gregory Guthrie
1) I think I have the most up to date stable (slink) system, I have used 
apt-get to do an update/upgrade, and everything seems OK.


2) when I use dselect, I do not get the multi-cd option; but I have a 
release on multiple cd's (2.1R4).


3) when I use the cd2 from this set, all works fine, but   if I try to use 
cd1, it complains about the path, and no Packages file found, although it 
is there, and in the right place (same as CD#2).


4) I tried to do apt-get install xfree86 to get the most up to date 
version, but it did nothing. Is there a way to use apt-get to know what 
needs upgrade, and to get the latest without 80-100MB downloads?


Thanks,
Gregory

Dr. Gregory Guthrie
[EMAIL PROTECTED] (515)472-1125Fax: -1103
   Computer Science Department
   College of Science and Technology
   Maharishi University of Management
  (Maharishi International University 1971-1995)
http://www.mum.edu/cs_dept



  1   2   >