Re: apt-get --reinstall doesn't work

2005-05-09 Thread Mark Roach
Marty wrote: I tried to replace the following missing files, /etc/hotplug/usb/libgphoto2 /etc/hotplug/blacklist.d/libsane using the following (correct) commands: apt-get --reinstall install libsane apt-get --reinstall install libgphoto2-2 The commands ran without evident error, but neither missing

apt-get --reinstall doesn't work

2005-05-05 Thread Marty
I tried to replace the following missing files, /etc/hotplug/usb/libgphoto2 /etc/hotplug/blacklist.d/libsane using the following (correct) commands: apt-get --reinstall install libsane apt-get --reinstall install libgphoto2-2 The commands ran without evident error, but neither missing file

apt-get reinstall XXX

2003-12-18 Thread Gruessle
I know this does not work but is there something like that? -- Gruessle http://VMCLinks.com http://GuyScope.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: apt-get reinstall XXX

2003-12-18 Thread Michael Dominok
On Thu, 2003-12-18 at 09:43, Gruessle wrote: I know this does not work but is there something like that? apt-get install --reinstall XXX -- If you don't care where you are you ain't lost! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Re: apt-get reinstall XXX

2003-12-18 Thread Jan Minar
On Thu, Dec 18, 2003 at 12:43:16AM -0800, Gruessle wrote: I know this does not work but is there something like that? apt-get install --reinstall -- Jan Minar Had I any humility, I would be perfect. pgp0.pgp Description: PGP signature

Re: apt-get reinstall XXX

2003-12-18 Thread Kevin Mark
. man apt-get would be an option for further reading (RTFM - not!) so here is the info: apt-get --reinstall install XXX -Kev signature.asc Description: Digital signature

Re: apt-get reinstall?

2002-03-21 Thread Paul 'Baloo' Johnson
On 20 Mar 2002, Elizabeth Barham wrote: Is there an easy method to re-install a package? I rebooted my machine and apache is segfaulting right as it starts up. Other applications are running fine, even Tomcat which taxes memory. apt-get install --reinstall packagename -- Baloo

apt-get reinstall?

2002-03-20 Thread Elizabeth Barham
Hi, Is there an easy method to re-install a package? I rebooted my machine and apache is segfaulting right as it starts up. Other applications are running fine, even Tomcat which taxes memory. Any ideas on how to diagnosis this or any ideas on how to re-install? Thank you, Elizabeth

Re: apt-get reinstall?

2002-03-20 Thread me
Hi! apt-get --reinstall install package EG - Original Message - From: Elizabeth Barham [EMAIL PROTECTED] To: debian-user@lists.debian.org Sent: Wednesday, March 20, 2002 4:33 PM Subject: apt-get reinstall? Hi, Is there an easy method to re-install a package? I rebooted my machine

Re: apt-get reinstall?

2002-03-20 Thread ktb
On Wed, Mar 20, 2002 at 09:33:59AM -0600, Elizabeth Barham wrote: Hi, Is there an easy method to re-install a package? I rebooted my machine and apache is segfaulting right as it starts up. Other applications are running fine, even Tomcat which taxes memory. Any ideas on how to diagnosis

Re: apt-get reinstall?

2002-03-20 Thread martin f krafft
also sprach Elizabeth Barham [EMAIL PROTECTED] [2002.03.20.1633 +0100]: Is there an easy method to re-install a package? I rebooted my machine and apache is segfaulting right as it starts up. Other applications are running fine, even Tomcat which taxes memory. apt-get install --reinstall

Re: apt-get reinstall?

2002-03-20 Thread Colin Watson
On Wed, Mar 20, 2002 at 09:33:59AM -0600, Elizabeth Barham wrote: Is there an easy method to re-install a package? 'apt-get --reinstall install package'. Cheers, -- Colin Watson [EMAIL PROTECTED]

apache seg faulting (was: Re: apt-get reinstall?)

2002-03-20 Thread Elizabeth Barham
Thanks EG for that timely reply. Using EG's advice, I re-installed apache-perl, apache-common, libc6 and any other libraries ldd shows apache depends upon. I also installed libc6-dbg in hopes of watching apache execute and seeing where it fails. But so far, none of these have proved directly

RE: apt-get reinstall? (additional question)

2002-03-20 Thread Michael Marziani
Barham Subject: Re: apt-get reinstall? Hi! apt-get --reinstall install package EG - Original Message - From: Elizabeth Barham [EMAIL PROTECTED] To: debian-user@lists.debian.org Sent: Wednesday, March 20, 2002 4:33 PM Subject: apt-get reinstall? Hi, Is there an easy method to re

Re: apt-get reinstall?

2002-03-20 Thread Shri Shrikumar
- Original Message - From: Elizabeth Barham [EMAIL PROTECTED] To: debian-user@lists.debian.org Sent: Wednesday, March 20, 2002 3:33 PM Subject: apt-get reinstall? Hi, Is there an easy method to re-install a package? I rebooted my machine and apache is segfaulting right as it starts

Re: apt-get reinstall?

2002-03-20 Thread Alan James
On Wed, Mar 20, 2002 at 09:33:59AM -0600, Elizabeth Barham wrote: Hi, Is there an easy method to re-install a package? I rebooted my machine and apache is segfaulting right as it starts up. Other applications are running fine, even Tomcat which taxes memory. apt-get install --reinstall

Re: apt-get reinstall?

2002-03-20 Thread Elizabeth Barham
Alan James [EMAIL PROTECTED] writes: Any ideas on how to diagnosis this or any ideas on how to re-install? Anything in /var/log/apache/error.log ? No. I watched lsof while it was coming up and it did open error.log but it did not write anything into it. Thanks everyone for your input in

Re: apt-get reinstall?

2002-03-20 Thread Elizabeth Barham
apachectl configtest It checks out ok. I'm going to try and rebuild apache-perl from the source. I have not built a package before nor compiled a package from it's source. My goal is to re-create the apache-perl package. Elizabeth