Re: Redis installation error(s) on Debian SID

2024-10-13 Thread debian-user
Karl Vogel wrote: > Removing the --quiet flag and using something like safesys() would: > > * let systemctl write something (hopefully an error message), > * show exactly what arguments are being passed to it, and > * show its exit value. Your safesys includes basically exactly the code

Re: Redis installation error(s) on Debian SID

2024-10-12 Thread Karl Vogel
On Sat, Oct 12, 2024 at 21:43:39 -0400, I mistakenly wrote: > See the ":" followed by two spaces? Unlike systemctl, well-behaved > programs set "errno" when they puke, and that setting is turned into > a more-or-less useful error message like "Permission denied". > "$!" would have held that messag

Re: Redis installation error(s) on Debian SID

2024-10-12 Thread tomas
On Sat, Oct 12, 2024 at 10:23:00PM -0400, Greg Wooledge wrote: > On Sat, Oct 12, 2024 at 21:43:39 -0400, Karl Vogel wrote: > > >> In previous messages: > > > > > > system('systemctl', '--quiet', [...] , @start_units) == 0 > > > or die("Could not execute systemctl: $!"); > > > > > > Co

Re: Redis installation error(s) on Debian SID

2024-10-12 Thread Greg Wooledge
On Sat, Oct 12, 2024 at 21:43:39 -0400, Karl Vogel wrote: > >> In previous messages: > > > > system('systemctl', '--quiet', [...] , @start_units) == 0 > > or die("Could not execute systemctl: $!"); > > > > Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 148. > > S

Re: Redis installation error(s) on Debian SID

2024-10-12 Thread Karl Vogel
>> In previous messages: > > system('systemctl', '--quiet', [...] , @start_units) == 0 > or die("Could not execute systemctl: $!"); > > Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 148. See the ":" followed by two spaces? Unlike systemctl, well-behaved progr

Re: Redis installation error(s) on Debian SID

2024-10-12 Thread Thomas Schmitt
Hi, John Cassidy wrote: > > > Could not execute systemctl: at /usr/bin/deb-systemd-invoke line > > > 148. i wrote: > > system('systemctl', '--quiet', @instance_args, $action, @start_units) == > > 0 or die("Could not execute systemctl: $!"); > > https://sources.debian.org/src/init-system-helpe

Re: Redis installation error(s) on Debian SID

2024-10-12 Thread debian-user
debian-u...@howorth.org.uk wrote: > "Thomas Schmitt" wrote: > > Hi, > > > > John Cassidy wrote: > > > > Could not execute systemctl: at /usr/bin/deb-systemd-invoke > > > > line 148. > > > > Greg Wooledge wrote: > > > That's a very strange and specific error message. Is your > > > syste

Re: Redis installation error(s) on Debian SID

2024-10-12 Thread debian-user
"Thomas Schmitt" wrote: > Hi, > > John Cassidy wrote: > > > Could not execute systemctl: at /usr/bin/deb-systemd-invoke line > > > 148. > > Greg Wooledge wrote: > > That's a very strange and specific error message. Is your systemctl > > command missing, or has incorrect permissions or someth

Re: Redis installation error(s) on Debian SID

2024-10-12 Thread Michael Kjörling
On 12 Oct 2024 11:42 +0200, from s...@jdcassidy.eu (John Cassidy): > trying to install Redis on Debian SID, the install is failing with the > following errors: > > apt install redis /snip/ > Setting up redis-server (5:7.0.15-2) ... > Created symlink '/etc/systemd/system/redis.service' → > '/usr/li

Re: Redis installation error(s) on Debian SID

2024-10-12 Thread Thomas Schmitt
Hi, John Cassidy wrote: > > Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 148. Greg Wooledge wrote: > That's a very strange and specific error message. Is your systemctl > command missing, or has incorrect permissions or something? I rather guess that it is due to the perl t

Re: Redis installation error(s) on Debian SID

2024-10-12 Thread Greg Wooledge
On Sat, Oct 12, 2024 at 11:42:22 +0200, John Cassidy wrote: > Setting up redis-server (5:7.0.15-2) ... > Created symlink '/etc/systemd/system/redis.service' → > '/usr/lib/systemd/system/redis-server.service'. > Created symlink > '/etc/systemd/system/multi-user.target.wants/redis-server.service' → >

Redis installation error(s) on Debian SID

2024-10-12 Thread John Cassidy
Hello all, trying to install Redis on Debian SID, the install is failing with the following errors: apt install redis Installing: redis Installing dependencies: libjemalloc2 liblzf1 redis-server redis-tools Suggested packages: ruby-redis Summary: Upgrading: 0, Installing: 5, Re

Re: What is the location of the "depmod" program on your machine? vmware tools installation error

2019-09-06 Thread Pascal Hambourg
Le 06/09/2019 à 21:05, Charles Curley a écrit : Fresh install: root@jhegaala:~# ll /sbin/depmod /usr/sbin/depmod lrwxrwxrwx 1 root root 9 Feb 9 2019 /sbin/depmod -> /bin/kmod* lrwxrwxrwx 1 root root 9 Feb 9 2019 /usr/sbin/depmod -> /bin/kmod* Upgraded: root@hawk:~# ll /sbin/depmod /usr/sb

Re: What is the location of the "depmod" program on your machine? vmware tools installation error

2019-09-06 Thread Charles Curley
On Fri, 6 Sep 2019 13:47:19 -0500 David Wright wrote: > Bear in mind that depmod itself has been a symlink for quite a while. And still is. However, if the symlink you're expecting isn't there... Fresh install: root@jhegaala:~# ll /sbin/depmod /usr/sbin/depmod lrwxrwxrwx 1 root root 9 Feb 9

Re: What is the location of the "depmod" program on your machine? vmware tools installation error

2019-09-06 Thread David Wright
On Fri 06 Sep 2019 at 10:48:43 (-0600), Charles Curley wrote: > On Fri, 6 Sep 2019 19:23:53 +0530 > Tapas Mishra wrote: > > > What is the location of the "depmod" program on your > > machine? Use of uninitialized value $gOption{"default"} in numeric eq > > (==) at ./vmware-install.pl line 866, l

Re: What is the location of the "depmod" program on your machine? vmware tools installation error

2019-09-06 Thread Charles Curley
On Fri, 6 Sep 2019 19:23:53 +0530 Tapas Mishra wrote: > What is the location of the "depmod" program on your > machine? Use of uninitialized value $gOption{"default"} in numeric eq > (==) at ./vmware-install.pl line 866, line 1. The answer is, that depends. On a Debian 10 (buster) machine that

Re: What is the location of the "depmod" program on your machine? vmware tools installation error

2019-09-06 Thread Tapas Mishra
Dan Ritter > What should I do to proceed from here? >It's in /sbin/depmod, and you will need to be root to do anything useful with it. >sudo ./vmware-install.pl >might work. Yes that did worked. Thanks for pointing that out. Erwan David >It seems to me that vmware on recent linux prefers the

Re: What is the location of the "depmod" program on your machine? vmware tools installation error

2019-09-06 Thread MAS Jean-Louis
Le 06/09/2019 à 15:53, Tapas Mishra a écrit : > I am trying to install Vmware tools in Debian 10 on Vmware workstation. > The place where I am stuck is following messages. Alternative answer apt install open-vm-tools Regards -- Jean Louis Mas smime.p7s Description: Signature cryptographiq

Re: What is the location of the "depmod" program on your machine? vmware tools installation error

2019-09-06 Thread Erwan David
Le 06/09/2019 à 15:53, Tapas Mishra a écrit : > Hi, > I am trying to install Vmware tools in Debian 10 on Vmware workstation. > The place where I am stuck is following messages. > > It seems to me that vmware on recent linux prefers the open-vm-tools package.

Re: What is the location of the "depmod" program on your machine? vmware tools installation error

2019-09-06 Thread Dan Ritter
Tapas Mishra wrote: > Hi, > I am trying to install Vmware tools in Debian 10 on Vmware workstation. > The place where I am stuck is following messages. > > > debian:~/vmware_tools/vmware-tools-distrib$ ls > bin caf doc etc FILES INSTALL installer lib vgauth vmware-install.pl > debian@de

What is the location of the "depmod" program on your machine? vmware tools installation error

2019-09-06 Thread Tapas Mishra
Hi, I am trying to install Vmware tools in Debian 10 on Vmware workstation. The place where I am stuck is following messages. debian:~/vmware_tools/vmware-tools-distrib$ ls bin caf doc etc FILES INSTALL installer lib vgauth vmware-install.pl debian@debian:~/vmware_tools/vmware-tools-dist

Re: Further to my installation error

2016-03-26 Thread Pascal Hambourg
Gene Heskett a écrit : > On Friday 25 March 2016 15:48:56 Pascal Hambourg wrote: > >> Le 20/03/2016 19:58, Gene Heskett a écrit : >>> On Sunday 20 March 2016 14:39:41 Pascal Hambourg wrote: Le 20/03/2016 17:56, Gene Heskett a écrit : > Now, I do note that sdb has a re-allocated sector cou

Re: Further to my installation error

2016-03-25 Thread Gene Heskett
On Friday 25 March 2016 15:48:56 Pascal Hambourg wrote: > Le 20/03/2016 19:58, Gene Heskett a écrit : > > On Sunday 20 March 2016 14:39:41 Pascal Hambourg wrote: > >> Le 20/03/2016 17:56, Gene Heskett a écrit : > >>> Now, I do note that sdb has a re-allocated sector count of 25, but > >>> no clue

Re: Further to my installation error

2016-03-25 Thread Pascal Hambourg
Le 20/03/2016 19:58, Gene Heskett a écrit : On Sunday 20 March 2016 14:39:41 Pascal Hambourg wrote: Le 20/03/2016 17:56, Gene Heskett a écrit : Now, I do note that sdb has a re-allocated sector count of 25, but no clue as to how many spares are left You can estimate it from the initial and c

Re: Further to my installation error

2016-03-25 Thread Pascal Hambourg
Adam Wilson a écrit : > On Sun, 20 Mar 2016 12:51:56 +0100 > Pascal Hambourg wrote: >> Adam Wilson a écrit : > >>> USB can still >>> only be booted from UEFI, but newer d-i means that installation now >>> proceeds as normal until the point at which UEFI yes/no >>> (force/leave) selection is reach

Re: Further to my installation error

2016-03-21 Thread Lisi Reisz
On Monday 21 March 2016 05:02:12 David Christensen wrote: > On 03/20/2016 04:00 PM, Lisi Reisz wrote: > > It had one - on sda. It wanted the one on sdb as well. I wanted the one > > on sdb left alone. I got what I wanted when I insisted, and the > > resultant installation was quite happy just us

Re: Further to my installation error

2016-03-20 Thread David Christensen
On 03/20/2016 04:00 PM, Lisi Reisz wrote: It had one - on sda. It wanted the one on sdb as well. I wanted the one on sdb left alone. I got what I wanted when I insisted, and the resultant installation was quite happy just using the one disk. And the swap partition on sdb kept its UUID intact.

Re: Further to my installation error

2016-03-20 Thread Lisi Reisz
On Sunday 20 March 2016 22:00:01 David Wright wrote: > On Sun 20 Mar 2016 at 11:54:20 (+0300), Adam Wilson wrote: > > On Fri, 18 Mar 2016 22:21:58 + > > > > Lisi Reisz wrote: > > > On Friday 18 March 2016 20:49:55 David Wright wrote: > > > > It's far more likely that you forgot to format the p

Re: Further to my installation error

2016-03-20 Thread Lisi Reisz
On Sunday 20 March 2016 22:15:16 David Wright wrote: > On Sun 20 Mar 2016 at 11:53:43 (-0400), Gene Heskett wrote: > > The problem with that is that unless you edit fstab before the initial > > reboot, (difficult to do) > > The d-i has a shell available. The file is /target/etc/fstab so > no diffic

Re: Further to my installation error

2016-03-20 Thread David Wright
On Sun 20 Mar 2016 at 11:53:43 (-0400), Gene Heskett wrote: > The problem with that is that unless you edit fstab before the initial > reboot, (difficult to do) The d-i has a shell available. The file is /target/etc/fstab so no difficulty there. What some people *might* find difficult is fiddli

Re: Further to my installation error

2016-03-20 Thread David Wright
On Sun 20 Mar 2016 at 11:54:20 (+0300), Adam Wilson wrote: > On Fri, 18 Mar 2016 22:21:58 + > Lisi Reisz wrote: > > > On Friday 18 March 2016 20:49:55 David Wright wrote: > > > It's far more likely that you forgot to format the partition, if > > > that's indeed what you wanted to do. > > >

Re: Further to my installation error

2016-03-20 Thread Lisi Reisz
On Sunday 20 March 2016 19:15:51 Brian wrote: > Being under pressure to complete the task set doesn't lend itself to > considered action and burning a CD can be fraught. Granted. > The quality of the > disk, the burning and the accuracy of reading the burnt disk are things > to take into account

Re: Further to my installation error

2016-03-20 Thread Brian
On Sun 20 Mar 2016 at 12:02:14 +, Lisi Reisz wrote: > On Saturday 19 March 2016 01:27:33 David Wright wrote: > > > > At this point, you also mentioned repartitioning, reformatting and > > wiping a disk thoroughly. > > > > In the last post (which I commented on when the second paragraph was > >

Re: Further to my installation error

2016-03-20 Thread Gene Heskett
On Sunday 20 March 2016 14:39:41 Pascal Hambourg wrote: > Le 20/03/2016 17:56, Gene Heskett a écrit : > > Now, I do note that sdb has a re-allocated sector count of 25, but > > no clue as to how many spares are left > > You can estimate it from the initial and current normalized values of > the at

Re: Further to my installation error

2016-03-20 Thread Pascal Hambourg
Le 20/03/2016 17:56, Gene Heskett a écrit : Now, I do note that sdb has a re-allocated sector count of 25, but no clue as to how many spares are left You can estimate it from the initial and current normalized values of the attribute. Remaining = raw value * norm. value / (init. norm. value

Re: Further to my installation error

2016-03-20 Thread Lisi Reisz
On Sunday 20 March 2016 15:53:43 Gene Heskett wrote: > On Sunday 20 March 2016 07:47:02 Lisi Reisz wrote: > > On Sunday 20 March 2016 09:34:53 Gene Heskett wrote: > > > On Sunday 20 March 2016 04:54:20 Adam Wilson wrote: > > > > On Fri, 18 Mar 2016 22:21:58 + > > > > > > > > Lisi Reisz wrote:

Re: Further to my installation error

2016-03-20 Thread Gene Heskett
On Sunday 20 March 2016 09:45:36 Felix Miata wrote: > Gene Heskett composed on 2016-03-20 05:34 (UTC-0400): > > Adam Wilson wrote: > >> On Fri, 18 Mar 2016 22:21:58 + Lisi Reisz wrote: > >> > No. I checked and double checked that the partitions on the disk > >> > which I wanted to use for ins

Re: Further to my installation error

2016-03-20 Thread Gene Heskett
On Sunday 20 March 2016 07:47:02 Lisi Reisz wrote: > On Sunday 20 March 2016 09:34:53 Gene Heskett wrote: > > On Sunday 20 March 2016 04:54:20 Adam Wilson wrote: > > > On Fri, 18 Mar 2016 22:21:58 + > > > > > > Lisi Reisz wrote: > > > > On Friday 18 March 2016 20:49:55 David Wright wrote: > >

Re: Further to my installation error

2016-03-20 Thread Pascal Hambourg
Adam Wilson a écrit : > On Sun, 20 Mar 2016 12:51:56 +0100 > Pascal Hambourg wrote: > >> Did you try to boot a non-EFI capable USB boot media, such as a Debian >> live image or a Debian installation image with the EFI partition >> deleted ? (I guess that just changing the EFI partition type ID t

Re: Further to my installation error

2016-03-20 Thread Adam Wilson
On Sun, 20 Mar 2016 11:47:02 + Lisi Reisz wrote: > On Sunday 20 March 2016 09:34:53 Gene Heskett wrote: > > On Sunday 20 March 2016 04:54:20 Adam Wilson wrote: > > > On Fri, 18 Mar 2016 22:21:58 + > > > > > > Lisi Reisz wrote: > > > > On Friday 18 March 2016 20:49:55 David Wright wro

Re: Further to my installation error

2016-03-20 Thread Adam Wilson
On Sun, 20 Mar 2016 12:51:56 +0100 Pascal Hambourg wrote: > Adam Wilson a écrit : > > > > There is a potential problem also where modern machines (with UEFI > > boot) fail to install off USB without UEFI, meaning that if you > > want a UEFI-free install, you have to use optical media. > > I h

Re: Further to my installation error

2016-03-20 Thread Felix Miata
Gene Heskett composed on 2016-03-20 05:34 (UTC-0400): Adam Wilson wrote: On Fri, 18 Mar 2016 22:21:58 + Lisi Reisz wrote: > No. I checked and double checked that the partitions on the disk > which I wanted to use for installation were all marked with the F > for format, and that nothi

Re: Further to my installation error

2016-03-20 Thread Lisi Reisz
On Wednesday 16 March 2016 20:49:28 Brian wrote: > But the vast majortiy of users are not using the ancient machines you > and I have. The OP is at liberty to indicate whether her machine falls > into this class. A round shiny disc could be her only solution to > booting a Debian image. In this ca

Re: Further to my installation error

2016-03-20 Thread Lisi Reisz
On Saturday 19 March 2016 01:27:33 David Wright wrote: > On Fri 18 Mar 2016 at 22:21:58 (+), Lisi Reisz wrote: > > On Friday 18 March 2016 20:49:55 David Wright wrote: > > > It's far more likely that you forgot to format the partition, if > > > that's indeed what you wanted to do. > > > > No.

Re: Further to my installation error

2016-03-20 Thread Pascal Hambourg
Adam Wilson a écrit : > > There is a potential problem also where modern machines (with UEFI > boot) fail to install off USB without UEFI, meaning that if you want a > UEFI-free install, you have to use optical media. I have a rather old (~2007) UEFI motherboard which does the opposite : its UEFI

Re: Further to my installation error

2016-03-20 Thread Lisi Reisz
On Sunday 20 March 2016 09:34:53 Gene Heskett wrote: > On Sunday 20 March 2016 04:54:20 Adam Wilson wrote: > > On Fri, 18 Mar 2016 22:21:58 + > > > > Lisi Reisz wrote: > > > On Friday 18 March 2016 20:49:55 David Wright wrote: > > > > It's far more likely that you forgot to format the partitio

Re: Further to my installation error

2016-03-20 Thread Gene Heskett
On Sunday 20 March 2016 04:54:20 Adam Wilson wrote: > On Fri, 18 Mar 2016 22:21:58 + > > Lisi Reisz wrote: > > On Friday 18 March 2016 20:49:55 David Wright wrote: > > > It's far more likely that you forgot to format the partition, if > > > that's indeed what you wanted to do. > > > > No. I

Re: Further to my installation error

2016-03-20 Thread Adam Wilson
On Fri, 18 Mar 2016 22:21:58 + Lisi Reisz wrote: > On Friday 18 March 2016 20:49:55 David Wright wrote: > > It's far more likely that you forgot to format the partition, if > > that's indeed what you wanted to do. > > No. I checked and double checked that the partitions on the disk > whic

Re: Further to my installation error

2016-03-20 Thread Adam Wilson
On Fri, 18 Mar 2016 15:49:55 -0500 David Wright wrote: > On Wed 16 Mar 2016 at 14:49:44 (+0300), Adam Wilson wrote: > > On Tue, 15 Mar 2016 22:41:14 + Lisi Reisz > > wrote: > > > > > So - if you want to format an existing partition properly, so the > > > stuff on it actually goes, use Gpa

Re: Further to my installation error

2016-03-19 Thread Adam Wilson
On Tue, 15 Mar 2016 16:50:43 -0400 doug wrote: > While you have GParted running, why not make the partitions you want > using that, and format them to ext4. Then when you go to install > the new system, just tell it to use existing partitions. Provided you aren't using GPT, can you use fdisk to

Re: Further to my installation error

2016-03-19 Thread Adam Wilson
On Wed, 16 Mar 2016 20:49:28 + Brian wrote: > On Wed 16 Mar 2016 at 16:12:20 -0400, Felix Miata wrote: > > > Brian composed on 2016-03-16 19:21 (UTC): > > > > >On Tue 15 Mar 2016 at 22:41:14 +, Lisi Reisz wrote: > > > > >>Pity it took me until it tried to use CD1 to do a net-install to

Re: Further to my installation error

2016-03-19 Thread Brian
On Wed 16 Mar 2016 at 16:12:20 -0400, Felix Miata wrote: > Brian composed on 2016-03-16 19:21 (UTC): > > >On Tue 15 Mar 2016 at 22:41:14 +, Lisi Reisz wrote: > > >>Pity it took me until it tried to use CD1 to do a net-install to realise > >>that!! And I have now run out of writable CDs. :-(

Re: Further to my installation error

2016-03-19 Thread Adam Wilson
On Tue, 15 Mar 2016 22:41:14 + Lisi Reisz wrote: > So - if you want to format an existing partition properly, so the > stuff on it actually goes, use Gparted not the partitioner in the > Jessie installer. Sad. Is it possible for the d-i partitioning utility to sometimes make mistakes when c

Re: Further to my installation error

2016-03-19 Thread Brian
On Tue 15 Mar 2016 at 22:41:14 +, Lisi Reisz wrote: > On Tuesday 15 March 2016 20:22:23 Lisi Reisz wrote: > > So I am trying to use Gparted on Knoppix to wipe the disk thoroughly and > > I'll try in order (with a good Gparted wipe in between) Net install 8.02 > > Worked a treat. No further p

Re: Further to my installation error

2016-03-19 Thread Lisi Reisz
On Saturday 19 March 2016 01:27:33 David Wright wrote: > I'm also sorry if placing my comment to you where I did caused you or > other people to think my later paragraphs were also directed at you. > I assumed that my use of the standard ">" and "> >" conventions would > make the referents clear, a

Re: Further to my installation error

2016-03-19 Thread David Wright
On Wed 16 Mar 2016 at 14:49:44 (+0300), Adam Wilson wrote: > On Tue, 15 Mar 2016 22:41:14 + Lisi Reisz > wrote: > > > So - if you want to format an existing partition properly, so the > > stuff on it actually goes, use Gparted not the partitioner in the > > Jessie installer. Sad. I can't se

Re: Further to my installation error

2016-03-19 Thread Felix Miata
Brian composed on 2016-03-16 19:21 (UTC): On Tue 15 Mar 2016 at 22:41:14 +, Lisi Reisz wrote: Pity it took me until it tried to use CD1 to do a net-install to realise that!! And I have now run out of writable CDs. :-( I had just enough for this shenanigans! Why any Debian user should

Re: Further to my installation error

2016-03-18 Thread David Wright
On Fri 18 Mar 2016 at 22:21:58 (+), Lisi Reisz wrote: > On Friday 18 March 2016 20:49:55 David Wright wrote: > > It's far more likely that you forgot to format the partition, if > > that's indeed what you wanted to do. > > No. I checked and double checked that the partitions on the disk which

Re: Further to my installation error

2016-03-18 Thread Felix Miata
Brian composed on 2016-03-16 20:49 (UTC): On Wed 16 Mar 2016 at 16:12:20 -0400, Felix Miata wrote: Brian composed on 2016-03-16 19:21 (UTC): >Why any Debian user should use an antiquated technology to install is >beyond me. USB sticks are two a penny. Isohybrid images rule; OK! USB stic

Re: Further to my installation error

2016-03-18 Thread Lisi Reisz
On Friday 18 March 2016 20:49:55 David Wright wrote: > It's far more likely that you forgot to format the partition, if > that's indeed what you wanted to do. No. I checked and double checked that the partitions on the disk which I wanted to use for installation were all marked with the F for fo

Re: Further to my installation error

2016-03-15 Thread David Christensen
On 03/15/2016 03:41 PM, Lisi Reisz wrote: On Tuesday 15 March 2016 20:22:23 Lisi Reisz wrote: So I am trying to use Gparted on Knoppix to wipe the disk thoroughly and I'll try in order (with a good Gparted wipe in between) Net install 8.02 Worked a treat. No further problems. OS and DE fully

Re: Further to my installation error

2016-03-15 Thread Lisi Reisz
On Tuesday 15 March 2016 20:22:23 Lisi Reisz wrote: > So I am trying to use Gparted on Knoppix to wipe the disk thoroughly and > I'll try in order (with a good Gparted wipe in between) Net install 8.02 Worked a treat. No further problems. OS and DE fully installed and am installing extras like

Re: Further to my installation error

2016-03-15 Thread doug
On 03/15/2016 04:22 PM, Lisi Reisz wrote: So I am trying to use Gparted on Knoppix to wipe the disk thoroughly and I'll try in order (with a good Gparted wipe in between) Net install 8.02, CD1 8.03, net install 8.0.0 for a minimum install. Then, if I am still remotely, vaguely sane, I'll repor

Re: Further to my installation error

2016-03-15 Thread Lisi Reisz
On Tuesday 15 March 2016 19:37:24 Andrew M.A. Cater wrote: > On Tue, Mar 15, 2016 at 07:06:17PM +, Lisi Reisz wrote: > > I tried another two and the second one the error message changed to > > "Couldn't download package". > > > > Is there a problem on the Debian site? Or with whatever mirror i

Re: Further to my installation error

2016-03-15 Thread Andrew M.A. Cater
On Tue, Mar 15, 2016 at 07:06:17PM +, Lisi Reisz wrote: > I tried another two and the second one the error message changed to "Couldn't > download package". > > Is there a problem on the Debian site? Or with whatever mirror it is helping > itself to?? > > Lisi What's the model of the new

Further to my installation error

2016-03-15 Thread Lisi Reisz
I tried another two and the second one the error message changed to "Couldn't download package". Is there a problem on the Debian site? Or with whatever mirror it is helping itself to?? Lisi

Re: Sun fire installation error - using debian-6.0.3-sparc-DVD-1.iso

2011-12-28 Thread Hartwig Atrops
Hi. On Wednesday 28 December 2011 06:31:36 nrd...@xerago.com wrote: > Hi support, > > I am using debian-6.0.3-sparc-DVD-1.iso and i am try to install in Sunfire > T1000 server using boot net command in ok prompt,but I am getting TFTP > Error: Access Violation, > Please find below the server confi

Sun fire installation error - using debian-6.0.3-sparc-DVD-1.iso

2011-12-27 Thread nrdoss
Hi support, I am using debian-6.0.3-sparc-DVD-1.iso and i am try to install in Sunfire T1000 server using boot net command in ok prompt,but I am getting TFTP Error: Access Violation, Please find below the server configuration and all. Error: ok boot net DEBIAN_FRONTEND=text video=atyfb:offa cd

Re: postgresql installation error

2009-12-16 Thread Clark Martin
Allan Wind wrote: On 2009-12-16T20:36:15, Clark Martin wrote: I recently upgraded from lenny to squeeze on a 2GHz AMD based HP computer. It mostly went well but during the upgrade process and any time I run dpkg, aptitude or synaptic it gripes about postgresql. http://bugs.debian.org/cgi-bin/

Re: postgresql installation error

2009-12-16 Thread Allan Wind
On 2009-12-16T20:36:15, Clark Martin wrote: > I recently upgraded from lenny to squeeze on a 2GHz AMD based HP > computer. It mostly went well but during the upgrade process and > any time I run dpkg, aptitude or synaptic it gripes about > postgresql. http://bugs.debian.org/cgi-bin/bugreport.cgi?

postgresql installation error

2009-12-16 Thread Clark Martin
I recently upgraded from lenny to squeeze on a 2GHz AMD based HP computer. It mostly went well but during the upgrade process and any time I run dpkg, aptitude or synaptic it gripes about postgresql. A specific example of it is: dpkg --configure -a Setting up postgresql-8.4 (8.4.1-1) ... inss

Re: post-installation error

2009-01-16 Thread Carlos Sousa
On Fri, 16 Jan 2009 10:18:43 -0200 Alejandro wrote: > 2009/1/15 Carlos Sousa > > > On Thu, 15 Jan 2009 11:41:53 -0200 (BRST) > > macdowell@dpf.gov.br wrote: > > > > > ... > > > Configurando linux-image-2.6.26-1-amd64 (2.6.26-11) ... > > > Running depmod. > > > Running mkinitramfs-kpkg. > >

Re: post-installation error

2009-01-16 Thread Alejandro
2009/1/15 Carlos Sousa > On Thu, 15 Jan 2009 11:41:53 -0200 (BRST) > macdowell@dpf.gov.br wrote: > > > ... > > Configurando linux-image-2.6.26-1-amd64 (2.6.26-11) ... > > Running depmod. > > Running mkinitramfs-kpkg. > > Not updating initrd symbolic links since we are being updated/reinstalle

Re: post-installation error

2009-01-15 Thread Carlos Sousa
On Thu, 15 Jan 2009 11:41:53 -0200 (BRST) macdowell@dpf.gov.br wrote: > ... > Configurando linux-image-2.6.26-1-amd64 (2.6.26-11) ... > Running depmod. > Running mkinitramfs-kpkg. > Not updating initrd symbolic links since we are being updated/reinstalled > (2.6.26-10 was configured last, acco

Re: post-installation error

2009-01-15 Thread Boyd Stephen Smith Jr.
On Thursday 2009 January 15 08:10:15 Ron Johnson wrote: >On 01/15/09 07:41, macdowell@dpf.gov.br wrote: >> dpkg: problemas de dependência impedem a configuração de >> linux-image-2.6-amd64: >> linux-image-2.6-amd64 depende de linux-image-2.6.26-1-amd64; porém: >> Pacote linux-image-2.6.26-1-

Re: post-installation error

2009-01-15 Thread Axel Freyn
On Thu, Jan 15, 2009 at 11:41:53AM -0200, macdowell@dpf.gov.br wrote: > After that start to get problems like this: (sorry for the portuguese output) If you execute LC_ALL=C apt-get upgrade he will speak english... > > Searching for GRUB installation directory ... found: /boot/grub > User po

Re: post-installation error

2009-01-15 Thread Ron Johnson
On 01/15/09 07:41, macdowell@dpf.gov.br wrote: [snip] dpkg: problemas de dependência impedem a configuração de linux-image-2.6-amd64: linux-image-2.6-amd64 depende de linux-image-2.6.26-1-amd64; porém: Pacote linux-image-2.6.26-1-amd64 não está configurado ainda. What does this mean in E

post-installation error

2009-01-15 Thread macdowell . smd
I'm running Lenny on a HP tx1420us Turion64x2 hp:/home/mac# uname -a Linux hp 2.6.26-1-amd64 #1 SMP Wed Nov 26 18:26:02 UTC 2008 x86_64 GNU/Linux I'd tried to upgrade de kernel unsuccessfully (the traditional way and the debian way) . Compilation was OK. After that start to get problems like th

Re: Installation error on Intel P35 mainboard

2008-01-29 Thread Bert Schulze
On 29 Jan., 11:20, Feza <[EMAIL PROTECTED]> wrote: > Configuration: > Intel DP35DP motherboard > Intel Q6600 CPU > 2 GB 800MHz DDR2 Ram > 250GB SATA HDD > > I tried install Debian 64 Bit Testing release but i didn't. > At first, i set startup parameters that are > "install vga=771 generic.all_gener

Installation error on Intel P35 mainboard

2008-01-29 Thread Feza
Configuration: Intel DP35DP motherboard Intel Q6600 CPU 2 GB 800MHz DDR2 Ram 250GB SATA HDD I tried install Debian 64 Bit Testing release but i didn't. At first, i set startup parameters that are "install vga=771 generic.all_generic_ide=1 noapic nolapic" It worked fine and installation successfuly

Re: sshfs installation error

2007-10-16 Thread michael
On Tue, 2007-10-16 at 20:59 +0200, Florian Kulzer wrote: > On Tue, Oct 16, 2007 at 19:23:58 +0100, michael wrote: > > On Tue, 2007-10-16 at 19:33 +0200, Florian Kulzer wrote: > > [ snip: discussion about mysteriously missing /lib/init/vars.sh file ] > > > > I would be worried if I found that th

Re: sshfs installation error

2007-10-16 Thread Florian Kulzer
On Tue, Oct 16, 2007 at 19:23:58 +0100, michael wrote: > On Tue, 2007-10-16 at 19:33 +0200, Florian Kulzer wrote: [ snip: discussion about mysteriously missing /lib/init/vars.sh file ] > > I would be worried if I found that this file had disappeared from my > > system and I did not know why. >

Re: sshfs installation error

2007-10-16 Thread michael
On Tue, 2007-10-16 at 19:33 +0200, Florian Kulzer wrote: > On Tue, Oct 16, 2007 at 09:39:31 +0100, michael wrote: > > On Sat, 2007-10-13 at 20:16 +0200, Florian Kulzer wrote: > > [...] > > > > Looks like something is wrong with the "initscripts" package on your > > > system. Maybe it is outdated

Re: sshfs installation error

2007-10-16 Thread Florian Kulzer
On Tue, Oct 16, 2007 at 09:39:31 +0100, michael wrote: > On Sat, 2007-10-13 at 20:16 +0200, Florian Kulzer wrote: [...] > > Looks like something is wrong with the "initscripts" package on your > > system. Maybe it is outdated. What do you get from > > > > apt-cache policy initscripts > > Someho

Re: sshfs installation error

2007-10-16 Thread Andrew Sackville-West
On Tue, Oct 16, 2007 at 09:39:31AM +0100, michael wrote: > On Sat, 2007-10-13 at 20:16 +0200, Florian Kulzer wrote: > > On Sat, Oct 13, 2007 at 18:26:00 +0100, michael wrote: > > > I'm using unstable and got the following error when trying to install > > > sshfs - anybody else since this or know th

Re: sshfs installation error

2007-10-16 Thread michael
On Sat, 2007-10-13 at 20:16 +0200, Florian Kulzer wrote: > On Sat, Oct 13, 2007 at 18:26:00 +0100, michael wrote: > > I'm using unstable and got the following error when trying to install > > sshfs - anybody else since this or know the underlying problem? Ta, M > > > > [EMAIL PROTECTED]:~/work/myP

Re: sshfs installation error

2007-10-13 Thread Florian Kulzer
On Sat, Oct 13, 2007 at 18:26:00 +0100, michael wrote: > I'm using unstable and got the following error when trying to install > sshfs - anybody else since this or know the underlying problem? Ta, M > > [EMAIL PROTECTED]:~/work/myPresentations$ sudo apt-get > install sshfs > Reading package lists.

Re: sshfs installation error

2007-10-13 Thread Kumar Appaiah
On Sat, Oct 13, 2007 at 06:26:00PM +0100, michael wrote: > /etc/init.d/fuse: line 24: /lib/init/vars.sh: No such file or directory sudo touch /lib/init/vars.sh might help. It worked for me some time back. In any case, that script should be in the initscripts package. Kumar -- Kumar Appaiah, 458

sshfs installation error

2007-10-13 Thread michael
I'm using unstable and got the following error when trying to install sshfs - anybody else since this or know the underlying problem? Ta, M [EMAIL PROTECTED]:~/work/myPresentations$ sudo apt-get install sshfs Reading package lists... Done Building dependency tree Reading state information..

etch bugzilla installation error using apt

2007-05-30 Thread Siju George
Hi, I am getting the following error trying to install bugzilla on Etch. Could some one please help me trouble shoot this? Thankyou so much Kind Regards Siju == sambapdc:~# apt-get install bugzilla Reading package lists... Done Building dependency tree... Done Sug

Re: Nvidia driver installation error

2004-10-13 Thread Hugo Vanwoerkom
Philippe Dhont (Sea-ro) wrote: Hello, I'm trying to install a nvidia driver on my system System is debian sarge with new kernel 2.6.8.1, XEON proc, sata disks and 1GB RAM. The video card is a nvidia quadro PCI-E series card. I downloaded the driver from nvidia, Started it with: Sh NVIDIA-Linux-x86-

RE: Nvidia driver installation error

2004-10-13 Thread Philippe Dhont (Sea-ro)
) Cc: [EMAIL PROTECTED] Subject: Re: Nvidia driver installation error Philippe Dhont (Sea-ro) wrote: > I downloaded and then installed the kernel from http://kernel.org > ,this should be enough i thought ? > And i have the kernel source, that's where i point to in my command. > I

Re: Nvidia driver installation error

2004-10-13 Thread Roberto Sanchez
Philippe Dhont (Sea-ro) wrote: I downloaded and then installed the kernel from http://kernel.org ,this should be enough i thought ? And i have the kernel source, that's where i point to in my command. I did a make menuconfig for my kernel configuration and then a make (make does it all in these ker

RE: Nvidia driver installation error

2004-10-13 Thread Philippe Dhont (Sea-ro)
bject: Re: Nvidia driver installation error On Wed, 13 Oct 2004 13:44:09 +0200 "Philippe Dhont (Sea-ro)" <[EMAIL PROTECTED]> spake thus: > > > Hello, > > I'm trying to install a nvidia driver on my system > > System is debian sarge with new kernel 2.6.

Re: Nvidia driver installation error

2004-10-13 Thread Luke Kearney
On Wed, 13 Oct 2004 13:44:09 +0200 "Philippe Dhont (Sea-ro)" <[EMAIL PROTECTED]> spake thus: > > > Hello, > > I'm trying to install a nvidia driver on my system > > System is debian sarge with new kernel 2.6.8.1, XEON proc, sata disks > and 1GB RAM. > The video card is a nvidia quadro PCI-E

Re: Nvidia driver installation error

2004-10-13 Thread Sebastiaan
Hi, On Wed, 13 Oct 2004, Philippe Dhont (Sea-ro) wrote: > > > Hello, > > I'm trying to install a nvidia driver on my system > > System is debian sarge with new kernel 2.6.8.1, XEON proc, sata disks > and 1GB RAM. > The video card is a nvidia quadro PCI-E series card. > > I downloaded the driver

Nvidia driver installation error

2004-10-13 Thread Philippe Dhont (Sea-ro)
Hello, I'm trying to install a nvidia driver on my system System is debian sarge with new kernel 2.6.8.1, XEON proc, sata disks and 1GB RAM. The video card is a nvidia quadro PCI-E series card. I downloaded the driver from nvidia, Started it with: Sh NVIDIA-Linux-x86-1.0-6111-pkg1.run --kerne

Re: Installation Error

2004-09-30 Thread Wouter Verhelst
On Thu, Sep 30, 2004 at 10:04:51AM +0400, Faisal Rauf wrote: > My name is Faisal Rauf from Abu Dhabi U.A.E. I download the > DEBAIN Linux 3.0 from www.DEBAIN.org site. I > am trying to install Linux on our server but its giving error like > EMM386. Its P4 Intel

Re: Debian Installation Error

2004-09-10 Thread Leandro Guimaraens Faria Corsetti Dutra
Em Thu, 09 Sep 2004 18:00:16 +0200, Phillipus Gunawan escreveu: > I just got a broblem when installing Debian 3. On the > base installation, I received this error: > > Failure trying to run: chroot /target dpkg > --force-depends --install > /var/cache/apt/archieves/libc6_2.2.5-11.5_i386deb

Debian Installation Error

2004-09-09 Thread Phillipus Gunawan
veritech 512 DDR400 $105 Hi there, I just got a broblem when installing Debian 3. On the base installation, I received this error: Failure trying to run: chroot /target dpkg --force-depends --install /var/cache/apt/archieves/libc6_2.2.5-11.5_i386deb After I pressed continues, this follow error

  1   2   >