Re: Library Install Problem.

2017-02-18 Thread S. P. Molnar


On 02/18/2017 04:40 AM, Floris wrote:


Op Fri, 17 Feb 2017 19:09:37 +0100 schreef S. P. Molnar 
:


I am running an up-to-date Debian v-8.7.1 and have encountered a 
problem installing some libraries.


Here are the error messages:

comp@AbNormal ~> sudo dpkg --configure -a
Setting up libcuda1:amd64 (340.101-1) ...
Killed
dpkg: error processing package libcuda1:amd64 (--configure):
  subprocess installed post-installation script returned error exit 
status 137

dpkg: dependency problems prevent configuration of libnvcuvid1:amd64:
  libnvcuvid1:amd64 depends on libcuda1 (= 340.101-1); however:
   Package libcuda1:amd64 is not configured yet.

dpkg: error processing package libnvcuvid1:amd64 (--configure):
  dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libcuinj64-6.0:amd64:
  libcuinj64-6.0:amd64 depends on libcuda1 (>= 169); however:
   Package libcuda1:amd64 is not configured yet.

dpkg: error processing package libcuinj64-6.0:amd64 (--configure):
  dependency problems - leaving unconfigured
Errors were encountered while processing:
  libcuda1:amd64
  libnvcuvid1:amd64
  libcuinj64-6.0:amd64

This is very annoying as it stops Synaptic.

How do i solve the problem?

Thanks in advance.



sudo apt-get purge libcuda1

if you need this package and your GPU is supported by the latest version
enable backports and install version 375.26-2

https://backports.debian.org/Instructions/

Floris



Thanks for the apt-get command.  It solved the problem.

--
Stephen P. Molnar, Ph.D.Life is a fuzzy set
www.Molecular-Modeling.net  Stochastic and multivariate
(614)312-7528 (c)
Skype:  smolnar1



Re: Library Install Problem.

2017-02-18 Thread Floris


Op Fri, 17 Feb 2017 19:09:37 +0100 schreef S. P. Molnar  
:


I am running an up-to-date Debian v-8.7.1 and have encountered a problem  
installing some libraries.


Here are the error messages:

comp@AbNormal ~> sudo dpkg --configure -a
Setting up libcuda1:amd64 (340.101-1) ...
Killed
dpkg: error processing package libcuda1:amd64 (--configure):
  subprocess installed post-installation script returned error exit  
status 137

dpkg: dependency problems prevent configuration of libnvcuvid1:amd64:
  libnvcuvid1:amd64 depends on libcuda1 (= 340.101-1); however:
   Package libcuda1:amd64 is not configured yet.

dpkg: error processing package libnvcuvid1:amd64 (--configure):
  dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libcuinj64-6.0:amd64:
  libcuinj64-6.0:amd64 depends on libcuda1 (>= 169); however:
   Package libcuda1:amd64 is not configured yet.

dpkg: error processing package libcuinj64-6.0:amd64 (--configure):
  dependency problems - leaving unconfigured
Errors were encountered while processing:
  libcuda1:amd64
  libnvcuvid1:amd64
  libcuinj64-6.0:amd64

This is very annoying as it stops Synaptic.

How do i solve the problem?

Thanks in advance.



sudo apt-get purge libcuda1

if you need this package and your GPU is supported by the latest version
enable backports and install version 375.26-2

https://backports.debian.org/Instructions/

Floris



Re: Fwd: Library Install Problem.

2017-02-17 Thread S. P. Molnar

Should have been 'amd'.
On 02/17/2017 06:16 PM, Lisi Reisz wrote:

On Friday 17 February 2017 20:04:12 S. P. Molnar wrote:

If I try to install libcuda1 with Synaptic, the process throws an error:

'E: Internal Error. No file name for libcuda1:ams64'

This looks distinctly odd.  It looks as though it ought to be libcuda1:amd64
with a 'd' instead of the 's'.  Running Jessie, 8.7 I get:

lisi@Eros:~$ aptitude show libcuda1:ams64
E: Unable to locate package libcuda1:ams64
lisi@Eros:~$ aptitude show libcuda1:amd64
Package: libcuda1
State: not installed
Multi-Arch: same
Version: 340.101-1
Priority: optional
Section: non-free/libs
Maintainer: Debian NVIDIA Maintainers

Architecture: amd64
Uncompressed Size: 14.2 M
Depends: nvidia-support, nvidia-alternative (= 340.101-1), libc6 (>= 2.2.5)
PreDepends: multiarch-support
Recommends: nvidia-kernel-dkms (= 340.101-1) | nvidia-kernel-340.101,
nvidia-smi, libcuda1-i386
Suggests: nvidia-cuda-mps, nvidia-kernel-dkms (>= 340.101) |
nvidia-kernel-source (>= 340.101)
Conflicts: libcuda1-ia32, libcuda1-ia32, nvidia-cuda-proxy, nvidia-cuda-proxy
Breaks: libcuda1 (!= 340.101-1)
Replaces: libcuda1-ia32, libcuda1-ia32, libcuda1 (< 340.101-1)
Provides: libcuda-5.0-1, libcuda-5.5-1, libcuda-6.0-1, libcuda-6.5-1
Description: NVIDIA CUDA Driver Library
  The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics
processing units (GPUs) to be
  used for massively parallel general purpose computation.

  This package contains the CUDA Driver API library for low-level CUDA
programming.

  Supported NVIDIA devices include GPUs starting from GeForce 8 and Quadro FX
series, as well as the
  Tesla computing processors.

  Please see the nvidia-kernel-dkms or nvidia-kernel-source packages for
building the kernel module
  required by this package. This will provide nvidia-kernel-340.101.
Homepage: http://www.nvidia.com/CUDA

Tags: role::shared-lib

lisi@Eros:~$

Where did the ams64 come from?

Lisi




--
Stephen P. Molnar, Ph.D.Life is a fuzzy set
www.Molecular-Modeling.net  Stochastic and multivariate
(614)312-7528 (c)
Skype:  smolnar1



Re: Fwd: Library Install Problem.

2017-02-17 Thread Lisi Reisz
On Friday 17 February 2017 20:04:12 S. P. Molnar wrote:
> If I try to install libcuda1 with Synaptic, the process throws an error:
>
> 'E: Internal Error. No file name for libcuda1:ams64'

This looks distinctly odd.  It looks as though it ought to be libcuda1:amd64 
with a 'd' instead of the 's'.  Running Jessie, 8.7 I get:

lisi@Eros:~$ aptitude show libcuda1:ams64
E: Unable to locate package libcuda1:ams64
lisi@Eros:~$ aptitude show libcuda1:amd64
Package: libcuda1
State: not installed
Multi-Arch: same
Version: 340.101-1
Priority: optional
Section: non-free/libs
Maintainer: Debian NVIDIA Maintainers 

Architecture: amd64
Uncompressed Size: 14.2 M
Depends: nvidia-support, nvidia-alternative (= 340.101-1), libc6 (>= 2.2.5)
PreDepends: multiarch-support
Recommends: nvidia-kernel-dkms (= 340.101-1) | nvidia-kernel-340.101, 
nvidia-smi, libcuda1-i386
Suggests: nvidia-cuda-mps, nvidia-kernel-dkms (>= 340.101) | 
nvidia-kernel-source (>= 340.101)
Conflicts: libcuda1-ia32, libcuda1-ia32, nvidia-cuda-proxy, nvidia-cuda-proxy
Breaks: libcuda1 (!= 340.101-1)
Replaces: libcuda1-ia32, libcuda1-ia32, libcuda1 (< 340.101-1)
Provides: libcuda-5.0-1, libcuda-5.5-1, libcuda-6.0-1, libcuda-6.5-1
Description: NVIDIA CUDA Driver Library
 The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics 
processing units (GPUs) to be
 used for massively parallel general purpose computation.

 This package contains the CUDA Driver API library for low-level CUDA 
programming.

 Supported NVIDIA devices include GPUs starting from GeForce 8 and Quadro FX 
series, as well as the
 Tesla computing processors.

 Please see the nvidia-kernel-dkms or nvidia-kernel-source packages for 
building the kernel module
 required by this package. This will provide nvidia-kernel-340.101.
Homepage: http://www.nvidia.com/CUDA

Tags: role::shared-lib

lisi@Eros:~$

Where did the ams64 come from?

Lisi



Fwd: Library Install Problem.

2017-02-17 Thread S. P. Molnar




 Original Message 
Subject:Library Install Problem.
Resent-Date:Fri, 17 Feb 2017 18:13:44 + (UTC)
Resent-From:debian-user@lists.debian.org
Date:   Fri, 17 Feb 2017 13:09:37 -0500
From:   S. P. Molnar <s.mol...@sbcglobal.net>
To: debian-user@lists.debian.org



I am running an up-to-date Debian v-8.7.1 and have encountered a problem
installing some libraries.

Here are the error messages:

comp@AbNormal ~> sudo dpkg --configure -a
Setting up libcuda1:amd64 (340.101-1) ...
Killed
dpkg: error processing package libcuda1:amd64 (--configure):
 subprocess installed post-installation script returned error exit
status 137
dpkg: dependency problems prevent configuration of libnvcuvid1:amd64:
 libnvcuvid1:amd64 depends on libcuda1 (= 340.101-1); however:
  Package libcuda1:amd64 is not configured yet.

dpkg: error processing package libnvcuvid1:amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libcuinj64-6.0:amd64:
 libcuinj64-6.0:amd64 depends on libcuda1 (>= 169); however:
  Package libcuda1:amd64 is not configured yet.

dpkg: error processing package libcuinj64-6.0:amd64 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libcuda1:amd64
 libnvcuvid1:amd64
 libcuinj64-6.0:amd64

This is very annoying as it stops Synaptic.

How do i solve the problem?

Thanks in advance.

--
Stephen P. Molnar, Ph.D.Life is a fuzzy set
www.Molecular-Modeling.net  Stochastic and multivariate
(614)312-7528 (c)
Skype:  smolnar1

A clue, maybe?

If I reboot the system, I can run dpkg --configuere -a and work around the 
problem , as far as using Synaptic is concerned.

If I try to install libcuda1 with Synaptic, the process throws an error:

'E: Internal Error. No file name for libcuda1:ams64'

Synaptic search found libcuda1.





Re: Install problem.

2017-02-17 Thread Patrick Bartek
On Fri, 17 Feb 2017 22:18:34 +0530 Pranav Gade 
wrote:

> Hello there! I installed debian 8.7.1 Jessie for i386 through the CD
> image. After install, I was surprised to find that I had a command
> line interface, instead of Graphical Interface. I have installed the
> system with Windows XP professional sp 3. I cannot work with the
> command line, so please suggest me some way of installing debian with
> Graphical interface on my computer. Thank you and please help me.

What "CD Image?"  It's exact name.

You could have just failed to tell the installer program to install the
graphical interface. Or the installer had trouble configuring your
graphic card.  I've had this happen a lot in the past, particularly
with old hardware.  But we'lll get to that later, if it applies.  A
quick test:  login as root; type startx at the prompt.  Did the GUI
come up? Or did you get a black screen with or without a working cursor?
If not, what was output to the terminal?

B



Library Install Problem.

2017-02-17 Thread S. P. Molnar
I am running an up-to-date Debian v-8.7.1 and have encountered a problem 
installing some libraries.


Here are the error messages:

comp@AbNormal ~> sudo dpkg --configure -a
Setting up libcuda1:amd64 (340.101-1) ...
Killed
dpkg: error processing package libcuda1:amd64 (--configure):
 subprocess installed post-installation script returned error exit 
status 137

dpkg: dependency problems prevent configuration of libnvcuvid1:amd64:
 libnvcuvid1:amd64 depends on libcuda1 (= 340.101-1); however:
  Package libcuda1:amd64 is not configured yet.

dpkg: error processing package libnvcuvid1:amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libcuinj64-6.0:amd64:
 libcuinj64-6.0:amd64 depends on libcuda1 (>= 169); however:
  Package libcuda1:amd64 is not configured yet.

dpkg: error processing package libcuinj64-6.0:amd64 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libcuda1:amd64
 libnvcuvid1:amd64
 libcuinj64-6.0:amd64

This is very annoying as it stops Synaptic.

How do i solve the problem?

Thanks in advance.

--
Stephen P. Molnar, Ph.D.Life is a fuzzy set
www.Molecular-Modeling.net  Stochastic and multivariate
(614)312-7528 (c)
Skype:  smolnar1



Re: Install problem.

2017-02-17 Thread Michael Lange
Hi,

On Fri, 17 Feb 2017 22:18:34 +0530
Pranav Gade  wrote:

> Hello there! I installed debian 8.7.1 Jessie for i386 through the CD
> image. After install, I was surprised to find that I had a command line
> interface, instead of Graphical Interface. I have installed the system
> with Windows XP professional sp 3. I cannot work with the command line,
> so please suggest me some way of installing debian with Graphical
> interface on my computer. Thank you and please help me.

it seems that you installed a minimal version of debian without graphical
environment. If you have a working internet connection it should be easy
to install the gui, though. You might try to login as root into your
terminal and then run the command

apt-get install xfce4

This should hopefully install a graphical environment with the xfce4
Desktop. If you don't like xfce you can easily install other
gui environments later and pick the one that fits your needs best.

Regards

Michael

.-.. .. ...- .   .-.. --- -. --.   .- -. -..   .--. .-. --- ... .--. . .-.

A princess should not be afraid -- not with a brave knight to protect her.
-- McCoy, "Shore Leave", stardate 3025.3



Install problem.

2017-02-17 Thread Pranav Gade
Hello there! I installed debian 8.7.1 Jessie for i386 through the CD image.
After install, I was surprised to find that I had a command line interface,
instead of Graphical Interface. I have installed the system with Windows XP
professional sp 3. I cannot work with the command line, so please suggest
me some way of installing debian with Graphical interface on my computer.
Thank you and please help me.


Testing Dist MIPS Install Problem

2016-06-02 Thread Mike
Hello all,

I'm playing around with using QEMU to configure different install
environments. At present, I am able to successfully install and run a
Debian MIPS install using the latest table release:

http://ftp.de.debian.org/debian/dists/stable/main/installer-mips/current/images/malta/netboot/

However, when I attempt to do the same process with the testing branch,
upon start-up of the installer I immediately get a kernel panic:

http://ftp.de.debian.org/debian/dists/testing/main/installer-mips/current/images/malta/netboot/

[1.903631] Kernel panic - not syncing: Attempted to kill init!
exitcode=0x0004
[1.903631]
[1.905232] ---[ end Kernel panic - not syncing: Attempted to kill init!
exitcode=0x0004

Anyone know why this would be? It works just fine in stable but panics in
testing.

Best,

Mike


Re: Mdadm grub install problem

2015-09-18 Thread Muhammad Yousuf Khan
Thanks for the detail Pascal.


On Tue, Sep 15, 2015 at 2:00 AM, Pascal Hambourg 
wrote:

> Muhammad Yousuf Khan a écrit :
> > command "grub-install --modules=part_gpt /dev/sdc" resolved the issue for
> > me.
>
> Glad to hear it.
>
> > however i also wanted to know that how it actually works.
> > what is the difference. i can understand i am mentioning gpt module in
> > the command but what is the theoretical story behind this to work. or
> > what is the difference b/w grub-install /dev/sdc and grub-install
> > --modules=part_gpt /dev/sdc
>
> A typical GRUB boot loader comes in 2 or 3 parts :
> 1) A "boot image" installed in the boot sector of a disk (MBR) or a
> partition (PBR). Not used for EFI boot.
> 2) A "core image" installed either in a special place outside a
> filesystem (gap between the MBR and 1st partition in a MSDOS format
> disk, BIOS boot partition in a GPT format disk) or as a regular file in
> a filesystem, /boot/grub/core.img or /boot/grub/i386-pc/core.img for PC
> BIOS, or /boot/efi/EFI/debian/grubx64.efi for UEFI.
> 3) Various files in /boot/grub/, including the config file grub.cfg and
> modules.
>
> The BIOS firmware loads the boot image which loads the core image, or
> the EFI firmware loads directly the core image. Then the core image
> reads files in /boot/grub to display the boot menu, then reads files in
> /boot/grub and other locations to boot the selected entry.
>
> The boot image uses block lists to load the core image, so it does not
> have to understand partition tables, filesystems or whatever. But the
> core image read files, so it has to understand the filesystem, partition
> table, RAID array or LVM volume these files reside in. GRUB modules are
> just like Linux kernel modules : they provide loadable capabilities to
> the core image (~ GRUB kernel) to read filesystems such as ext2/3/4,
> btrfs, NTFS, FAT, containers such as LVM or RAID, partition tables such
> as GPT or MSDOS and so on. The purpose of this modular design is to keep
> the core image small, otherwise it may not fit into the post-MBR gap
> (previously 31 KiB, now 1 MiB). But modules are files, and the core
> image must be able to load them before it can use their capabilities. So
> the required modules to read files in /boot/grub must be embedded into
> the core image. grub-install is supposed to auto-detect all needed
> modules and include them when building the core image. However, it seems
> that in your case it didn't. Maybe it was confused by the presence of
> both MSDOS and GPT partition tables. The --modules option instructed
> grub-install to include the module providing the missing capability to
> read GPT partition tables.
>
>


Re: Mdadm grub install problem

2015-09-14 Thread Pascal Hambourg
Muhammad Yousuf Khan a écrit :
> command "grub-install --modules=part_gpt /dev/sdc" resolved the issue for
> me.

Glad to hear it.

> however i also wanted to know that how it actually works.
> what is the difference. i can understand i am mentioning gpt module in
> the command but what is the theoretical story behind this to work. or
> what is the difference b/w grub-install /dev/sdc and grub-install
> --modules=part_gpt /dev/sdc

A typical GRUB boot loader comes in 2 or 3 parts :
1) A "boot image" installed in the boot sector of a disk (MBR) or a
partition (PBR). Not used for EFI boot.
2) A "core image" installed either in a special place outside a
filesystem (gap between the MBR and 1st partition in a MSDOS format
disk, BIOS boot partition in a GPT format disk) or as a regular file in
a filesystem, /boot/grub/core.img or /boot/grub/i386-pc/core.img for PC
BIOS, or /boot/efi/EFI/debian/grubx64.efi for UEFI.
3) Various files in /boot/grub/, including the config file grub.cfg and
modules.

The BIOS firmware loads the boot image which loads the core image, or
the EFI firmware loads directly the core image. Then the core image
reads files in /boot/grub to display the boot menu, then reads files in
/boot/grub and other locations to boot the selected entry.

The boot image uses block lists to load the core image, so it does not
have to understand partition tables, filesystems or whatever. But the
core image read files, so it has to understand the filesystem, partition
table, RAID array or LVM volume these files reside in. GRUB modules are
just like Linux kernel modules : they provide loadable capabilities to
the core image (~ GRUB kernel) to read filesystems such as ext2/3/4,
btrfs, NTFS, FAT, containers such as LVM or RAID, partition tables such
as GPT or MSDOS and so on. The purpose of this modular design is to keep
the core image small, otherwise it may not fit into the post-MBR gap
(previously 31 KiB, now 1 MiB). But modules are files, and the core
image must be able to load them before it can use their capabilities. So
the required modules to read files in /boot/grub must be embedded into
the core image. grub-install is supposed to auto-detect all needed
modules and include them when building the core image. However, it seems
that in your case it didn't. Maybe it was confused by the presence of
both MSDOS and GPT partition tables. The --modules option instructed
grub-install to include the module providing the missing capability to
read GPT partition tables.



Re: Mdadm grub install problem

2015-09-14 Thread Pascal Hambourg
Gary Dale a écrit :
> On 13/09/15 04:28 PM, Muhammad Yousuf Khan wrote:
>>
>> GRUB loading.
>> Welcome to GRUB!
>>
>> error: no such device: 2
>> Entering rescue mode...
>> grub rescue>
>>
>> moreover when i use command "ls"
>>
>> it shows me (hda0)
> 
> mdadm doesn't care about partition tables.

But GRUB does. "No such device" seems to indicate that GRUB did not find
the disk, partition or RAID array specified in the $prefix variable,
where the files in /boot/grub/ are supposed to be located. Also, ls
showing only the whole disk (hd0) without any partition seems to
indicate that it could not read the partition table. GRUB has specific
modules to read each partition table format, and such module(s) need to
be embedded into the core image by grub-install in order to be able to
read the partition table of the disk(s) containing /boot/grub. Same with
RAID modules.

> It just wants to be able to 
> find the arrays. However to start the array, grub needs the initramfs.

GRUB does not need an initramfs to start RAID arrays. The Linux kernel
does. GRUB just loads the initramfs in memory for the Linux kernel.



Re: Mdadm grub install problem

2015-09-14 Thread Muhammad Yousuf Khan
command "grub-install --modules=part_gpt /dev/sdc" resolved the issue for
me. however i also wanted to know that how it actually works.
what is the difference. i can understand i am mentioning gpt module in
the command but what is the theoretical story behind this to work. or
what is the difference b/w grub-install /dev/sdc and grub-install
--modules=part_gpt /dev/sdc

On Mon, Sep 14, 2015 at 12:28 PM, Pascal Hambourg 
wrote:

> Gary Dale a écrit :
> > On 13/09/15 04:28 PM, Muhammad Yousuf Khan wrote:
> >>
> >> GRUB loading.
> >> Welcome to GRUB!
> >>
> >> error: no such device: 2
> >> Entering rescue mode...
> >> grub rescue>
> >>
> >> moreover when i use command "ls"
> >>
> >> it shows me (hda0)
> >
> > mdadm doesn't care about partition tables.
>
> But GRUB does. "No such device" seems to indicate that GRUB did not find
> the disk, partition or RAID array specified in the $prefix variable,
> where the files in /boot/grub/ are supposed to be located. Also, ls
> showing only the whole disk (hd0) without any partition seems to
> indicate that it could not read the partition table. GRUB has specific
> modules to read each partition table format, and such module(s) need to
> be embedded into the core image by grub-install in order to be able to
> read the partition table of the disk(s) containing /boot/grub. Same with
> RAID modules.
>
> > It just wants to be able to
> > find the arrays. However to start the array, grub needs the initramfs.
>
> GRUB does not need an initramfs to start RAID arrays. The Linux kernel
> does. GRUB just loads the initramfs in memory for the Linux kernel.
>
>


Mdadm grub install problem

2015-09-13 Thread Muhammad Yousuf Khan
I am trying to replacing 1 TB drives with 2TB i am using RAID 1 mdadm
i successfully replaced the first drive and it is synced and working
normally.
i also installed grub by this commad "grub-install /dev/sdc"
/dev/sdc is my new drive.
Please note that  i am using gdisk to create GPT partition on new 2TB drive.
i copied the same partition table from MBR to GPT with gdisk utility.
however when i try to boot my system only with /dev/sdc
it end up saying

GRUB loading.
Welcome to GRUB!

error: no such device: 2
Entering rescue mode...
grub rescue>


when i connect the first drive i mean 1TB drive with array of 2TB it works
fine
when i boot single 1TB it works fine. however when i boot with 2TB alone it
shows the above error. i am very new to this i request you guys to please
help.
moreover when i use command "ls"

it shows me (hda0)

Thanks,
MYK


Re: Mdadm grub install problem

2015-09-13 Thread Gary Dale

On 13/09/15 04:28 PM, Muhammad Yousuf Khan wrote:

I am trying to replacing 1 TB drives with 2TB i am using RAID 1 mdadm
i successfully replaced the first drive and it is synced and working 
normally.

i also installed grub by this commad "grub-install /dev/sdc"
/dev/sdc is my new drive.
Please note that  i am using gdisk to create GPT partition on new 2TB 
drive.

i copied the same partition table from MBR to GPT with gdisk utility.
however when i try to boot my system only with /dev/sdc
it end up saying

GRUB loading.
Welcome to GRUB!

error: no such device: 2
Entering rescue mode...
grub rescue>


when i connect the first drive i mean 1TB drive with array of 2TB it 
works fine
when i boot single 1TB it works fine. however when i boot with 2TB 
alone it shows the above error. i am very new to this i request you 
guys to please help.

moreover when i use command "ls"

it shows me (hda0)

Thanks,
MYK


Did you add the new drive to the array?

mdadm doesn't care about partition tables. It just wants to be able to 
find the arrays. However to start the array, grub needs the initramfs.


If the drive letters change, you may need to update-initramfs -u before 
update-grub.




Re: Mdadm grub install problem

2015-09-13 Thread Pascal Hambourg
Muhammad Yousuf Khan a écrit :
> Please note that  i am using gdisk to create GPT partition on new 2TB drive.

You don't have to use GPT on a 2 TB disk.

> moreover when i use command "ls"
> 
> it shows me (hda0)

I don't think so. GRUB names disks hd0, hd2... , not hda0.
"ls" should show the disks and their partitions.
Maybe the core image is missing the part_gpt module. You can try to
reinstall it with

grub-install --modules=part_gpt /dev/sdc



Re: cups printserver canon printer install problem

2015-09-11 Thread niya levi


On 12/09/15 02:47, Charlie Kravetz wrote:
> On Sat, 12 Sep 2015 02:25:27 +0100
> niya levi  wrote:
>
>> hi everyone
>> i have a canon ip7250 printer
>> i downloaded the driver file from canon (
>> cnijfilter-ip7200series-3.80-1-deb )
>> i tried to install it on jessie which produced the following :-
>>
>>
>> root@maybel:/home/tom/cnijfilter-ip7200series-3.80-1-deb# ./install.sh
>>
>> ==
>>
>> Canon Inkjet Printer Driver
>> Version 3.80
>> Copyright CANON INC. 2001-2012
>> All Rights Reserved.
>>
>> ==
>> Command executed = sudo dpkg -iG
>> ./packages/cnijfilter-common_3.80-1_amd64.deb
>> Selecting previously unselected package cnijfilter-common.
>> (Reading database ... 63134 files and directories currently installed.)
>> Preparing to unpack .../cnijfilter-common_3.80-1_amd64.deb ...
>> Unpacking cnijfilter-common (3.80-1) ...
>> Setting up cnijfilter-common (3.80-1) ...
>> Processing triggers for libc-bin (2.19-18+deb8u1) ...
>> Command executed = sudo dpkg -iG
>> ./packages/cnijfilter-ip7200series_3.80-1_amd64.deb
>> Selecting previously unselected package cnijfilter-ip7200series.
>> (Reading database ... 63152 files and directories currently installed.)
>> Preparing to unpack .../cnijfilter-ip7200series_3.80-1_amd64.deb ...
>> Unpacking cnijfilter-ip7200series (3.80-1) ...
>> dpkg: dependency problems prevent configuration of cnijfilter-ip7200series:
>> cnijfilter-ip7200series depends on libpango1.0-0 (>= 1.12.3); however:
>>  Package libpango1.0-0 is not installed.
>> cnijfilter-ip7200series depends on libtiff4; however:
>>  Package libtiff4 is not installed.
>>
>> dpkg: error processing package cnijfilter-ip7200series (--install):
>> dependency problems - leaving unconfigured
>> Errors were encountered while processing:
>> cnijfilter-ip7200series
>> Command executed = sudo dpkg -P cnijfilter-ip7200series
>> (Reading database ... 63342 files and directories currently installed.)
>> Removing cnijfilter-ip7200series (3.80-1) ...
>> Purging configuration files for cnijfilter-ip7200series (3.80-1) ...
>> Processing triggers for libc-bin (2.19-18+deb8u1) ...
>> Command executed = sudo dpkg -P cnijfilter-common
>> (Reading database ... 63151 files and directories currently installed.)
>> Removing cnijfilter-common (3.80-1) ...
>> Purging configuration files for cnijfilter-common (3.80-1) ...
>> Processing triggers for libc-bin (2.19-18+deb8u1) ...
>>
>>
>> root@maybel:/home/tom/cnijfilter-ip7200series-3.80-1-deb# apt-get
>> install libtiff4 libpangol
>> Reading package lists... Done
>> Building dependency tree   
>> Reading state information... Done
>> E: Unable to locate package libtiff4
>> E: Unable to locate package libpangol
>>
>> ---
>>
>> jessie has libtiff5 but i was able to find libtiff4_3.9.6-11_amd64.deb
>> for jessie, on the net
>> libpangol was a bit more difficult, i was not able to find it anywhere,
>> there is a libpango in the packages but i wasn't sure about its suitability,
>> could someone let me know if this is the file to install,
>> also i intend to setup the printserver to print raw files,
>> could i just setup cups with the ppd file from the canon driver package
>> or do i need the driver as well.
>>
>> Shadrock
>>
>>
> I think the part of the issue is that the pangol is actually pango1.0-0
> (that is a number one after the o, not a small L)
>
> $ apt-cache policy libpango1.0-0
> libpango1.0-0:
>   Installed: 1.36.8-3
>   Candidate: 1.36.8-3
>   Version table:
>  *** 1.36.8-3 0
> 500 http://mirrors.kernel.org/debian/ stable/main amd64 Packages
> 900 http://mirrors.kernel.org/debian/ testing/main amd64
> Packages 100 /var/lib/dpkg/status
>
Hi Charlie
many thanks

Shadrock



Re: cups printserver canon printer install problem

2015-09-11 Thread Charlie Kravetz
On Sat, 12 Sep 2015 02:25:27 +0100
niya levi  wrote:

>hi everyone
>i have a canon ip7250 printer
>i downloaded the driver file from canon (
>cnijfilter-ip7200series-3.80-1-deb )
>i tried to install it on jessie which produced the following :-
>
>
>root@maybel:/home/tom/cnijfilter-ip7200series-3.80-1-deb# ./install.sh
>
>==
>
>Canon Inkjet Printer Driver
>Version 3.80
>Copyright CANON INC. 2001-2012
>All Rights Reserved.
>
>==
>Command executed = sudo dpkg -iG
>./packages/cnijfilter-common_3.80-1_amd64.deb
>Selecting previously unselected package cnijfilter-common.
>(Reading database ... 63134 files and directories currently installed.)
>Preparing to unpack .../cnijfilter-common_3.80-1_amd64.deb ...
>Unpacking cnijfilter-common (3.80-1) ...
>Setting up cnijfilter-common (3.80-1) ...
>Processing triggers for libc-bin (2.19-18+deb8u1) ...
>Command executed = sudo dpkg -iG
>./packages/cnijfilter-ip7200series_3.80-1_amd64.deb
>Selecting previously unselected package cnijfilter-ip7200series.
>(Reading database ... 63152 files and directories currently installed.)
>Preparing to unpack .../cnijfilter-ip7200series_3.80-1_amd64.deb ...
>Unpacking cnijfilter-ip7200series (3.80-1) ...
>dpkg: dependency problems prevent configuration of cnijfilter-ip7200series:
> cnijfilter-ip7200series depends on libpango1.0-0 (>= 1.12.3); however:
>  Package libpango1.0-0 is not installed.
> cnijfilter-ip7200series depends on libtiff4; however:
>  Package libtiff4 is not installed.
>
>dpkg: error processing package cnijfilter-ip7200series (--install):
> dependency problems - leaving unconfigured
>Errors were encountered while processing:
> cnijfilter-ip7200series
>Command executed = sudo dpkg -P cnijfilter-ip7200series
>(Reading database ... 63342 files and directories currently installed.)
>Removing cnijfilter-ip7200series (3.80-1) ...
>Purging configuration files for cnijfilter-ip7200series (3.80-1) ...
>Processing triggers for libc-bin (2.19-18+deb8u1) ...
>Command executed = sudo dpkg -P cnijfilter-common
>(Reading database ... 63151 files and directories currently installed.)
>Removing cnijfilter-common (3.80-1) ...
>Purging configuration files for cnijfilter-common (3.80-1) ...
>Processing triggers for libc-bin (2.19-18+deb8u1) ...
>
>
>root@maybel:/home/tom/cnijfilter-ip7200series-3.80-1-deb# apt-get
>install libtiff4 libpangol
>Reading package lists... Done
>Building dependency tree   
>Reading state information... Done
>E: Unable to locate package libtiff4
>E: Unable to locate package libpangol
>
>---
>
>jessie has libtiff5 but i was able to find libtiff4_3.9.6-11_amd64.deb
>for jessie, on the net
>libpangol was a bit more difficult, i was not able to find it anywhere,
>there is a libpango in the packages but i wasn't sure about its suitability,
>could someone let me know if this is the file to install,
>also i intend to setup the printserver to print raw files,
>could i just setup cups with the ppd file from the canon driver package
>or do i need the driver as well.
>
>Shadrock
>
>

I think the part of the issue is that the pangol is actually pango1.0-0
(that is a number one after the o, not a small L)

$ apt-cache policy libpango1.0-0
libpango1.0-0:
  Installed: 1.36.8-3
  Candidate: 1.36.8-3
  Version table:
 *** 1.36.8-3 0
500 http://mirrors.kernel.org/debian/ stable/main amd64 Packages
900 http://mirrors.kernel.org/debian/ testing/main amd64
Packages 100 /var/lib/dpkg/status

-- 
Charlie Kravetz
Linux Registered User Number 425914
[http://linuxcounter.net/user/425914.html]
Never let anyone steal your DREAM.   [http://keepingdreams.com]



cups printserver canon printer install problem

2015-09-11 Thread niya levi
hi everyone
i have a canon ip7250 printer
i downloaded the driver file from canon (
cnijfilter-ip7200series-3.80-1-deb )
i tried to install it on jessie which produced the following :-


root@maybel:/home/tom/cnijfilter-ip7200series-3.80-1-deb# ./install.sh

==

Canon Inkjet Printer Driver
Version 3.80
Copyright CANON INC. 2001-2012
All Rights Reserved.

==
Command executed = sudo dpkg -iG
./packages/cnijfilter-common_3.80-1_amd64.deb
Selecting previously unselected package cnijfilter-common.
(Reading database ... 63134 files and directories currently installed.)
Preparing to unpack .../cnijfilter-common_3.80-1_amd64.deb ...
Unpacking cnijfilter-common (3.80-1) ...
Setting up cnijfilter-common (3.80-1) ...
Processing triggers for libc-bin (2.19-18+deb8u1) ...
Command executed = sudo dpkg -iG
./packages/cnijfilter-ip7200series_3.80-1_amd64.deb
Selecting previously unselected package cnijfilter-ip7200series.
(Reading database ... 63152 files and directories currently installed.)
Preparing to unpack .../cnijfilter-ip7200series_3.80-1_amd64.deb ...
Unpacking cnijfilter-ip7200series (3.80-1) ...
dpkg: dependency problems prevent configuration of cnijfilter-ip7200series:
 cnijfilter-ip7200series depends on libpango1.0-0 (>= 1.12.3); however:
  Package libpango1.0-0 is not installed.
 cnijfilter-ip7200series depends on libtiff4; however:
  Package libtiff4 is not installed.

dpkg: error processing package cnijfilter-ip7200series (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 cnijfilter-ip7200series
Command executed = sudo dpkg -P cnijfilter-ip7200series
(Reading database ... 63342 files and directories currently installed.)
Removing cnijfilter-ip7200series (3.80-1) ...
Purging configuration files for cnijfilter-ip7200series (3.80-1) ...
Processing triggers for libc-bin (2.19-18+deb8u1) ...
Command executed = sudo dpkg -P cnijfilter-common
(Reading database ... 63151 files and directories currently installed.)
Removing cnijfilter-common (3.80-1) ...
Purging configuration files for cnijfilter-common (3.80-1) ...
Processing triggers for libc-bin (2.19-18+deb8u1) ...


root@maybel:/home/tom/cnijfilter-ip7200series-3.80-1-deb# apt-get
install libtiff4 libpangol
Reading package lists... Done
Building dependency tree   
Reading state information... Done
E: Unable to locate package libtiff4
E: Unable to locate package libpangol

---

jessie has libtiff5 but i was able to find libtiff4_3.9.6-11_amd64.deb
for jessie, on the net
libpangol was a bit more difficult, i was not able to find it anywhere,
there is a libpango in the packages but i wasn't sure about its suitability,
could someone let me know if this is the file to install,
also i intend to setup the printserver to print raw files,
could i just setup cups with the ppd file from the canon driver package
or do i need the driver as well.

Shadrock




Re: debian-installer grub install problem

2014-10-27 Thread Karl E. Jorgensen
Hi

On Sun, Oct 26, 2014 at 09:06:26PM -0700, Ric Marques wrote:
 I need to install wheezy via pxe boot to many (hundreds) of systems.
 The problem I am currently running into in my testing is that my
 boot drive is enumerated by udev as /dev/sdat in many of those
 systems, and the grub-install routine inside debian-installer will
 not install to that device...  I already have worked out how to
 select the proper device with a script in preseed.

FAI apepars to have no problem with such things - perhaps the code for
FAI (mostly just scripts) can be used as inspiration?

 Is there a way to manipulate udev rules so that I can force my boot
 drive to always enumerate as sda, or is there a way to get
 grub-install to work with more than the first 16 devices (that is
 where I found it to stop working /dev/sdp).

Alternatively, if all of your systems have identical(ish) hardware,
you may be able to use /dev/disk/by-path/X instead?

 Any suggestions, besides the painfully obvious (and nearly
 impossible) removal of the extra 45 drives in each of the systems?

Personally, I find it much easier to install using FAI than basic
pre-seeding - FAI is much more customizable, and allows you to set up
the resulting system exactly as you want (e.g. including kicking off
puppet, cfgengine and similar), without needing any manual
intervention.

Hope this helps

-- 
Karl E. Jorgensen


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141027094917.GA9371@hawking



debian-installer grub install problem

2014-10-26 Thread Ric Marques
I need to install wheezy via pxe boot to many (hundreds) of systems.  The 
problem I am currently running into in my testing is that my boot drive is 
enumerated by udev as /dev/sdat in many of those systems, and the grub-install 
routine inside debian-installer will not install to that device...  I already 
have worked out how to select the proper device with a script in preseed.

Is there a way to manipulate udev rules so that I can force my boot drive to 
always enumerate as sda, or is there a way to get grub-install to work with 
more than the first 16 devices (that is where I found it to stop working 
/dev/sdp).

Any suggestions, besides the painfully obvious (and nearly impossible) removal 
of the extra 45 drives in each of the systems?

Thank you,

Ric

--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/6d46f1fd-7db0-462b-958d-9af5d6535...@backblaze.com



New Install Problem

2014-08-08 Thread Tom T
I am on windows at the moment however, after installing Ubuntu 14.04 the
screen locks up after several operations and on different sites. The only
way I can resolve is to use the Alt + Prt Scr Sysrq while typing REISUB.


Thanks. Regards
  Tom
Trotter

ttrott...@gmail.com


Re: Package Install Problem

2014-02-16 Thread Chris Bannister
On Sat, Feb 15, 2014 at 03:09:51PM +0100, Ralf Mardorf wrote:
 On Sat, 2014-02-15 at 13:57 +, Robin wrote:
  After running dpkg -i do:
  apt-get -f install
  which should help resolve straightforward issues.
 
 Good idea, but perhaps the OP needs to run
 
 dpkg -i --force-depends PACKAGE

Not a good idea to recommend this! I've never needed to do this, and
would be reluctant to do so.

If the .deb is one that the OP picked up from off the net somewhere,
then do you still think that 'dpkg -i --force-depends PACKAGE' needs to
be run. Forcing something should be the last thing considered, and even
then *only* if you are competent and know what it will do and why you
are doing it.

The error messages (which the OP didn't include) from the output of the
dpkg -i PACKAGENAME would help here. 

-- 
If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing. --- Malcolm X


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20140217010425.GC24018@tal



Package Install Problem

2014-02-15 Thread Mike
I am trying to install a .deb package from the local hard drive using 
dpkg -i package.deb.


It appears to read the package and then gives me a list of dependencies 
that are missing and that the package cannot be installed.


The problem is that I am trying to move over to Debian from Fedora so am 
a NEWBIE in Debian.


Is there a command in either dpkg or apt-get that will load a .deb from 
the local hard drive and resolve the dependencies?  I cannot find it in 
any man package or document, possibly due to being new to this structure.


Thanks

Mike Dwiggins


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/52ff6e99.30...@olddog.name



Re: Package Install Problem

2014-02-15 Thread Robin
On 15 February 2014 13:41, Mike m...@olddog.name wrote:
 I am trying to install a .deb package from the local hard drive using dpkg
 -i package.deb.

 It appears to read the package and then gives me a list of dependencies that
 are missing and that the package cannot be installed.

 The problem is that I am trying to move over to Debian from Fedora so am a
 NEWBIE in Debian.

 Is there a command in either dpkg or apt-get that will load a .deb from the
 local hard drive and resolve the dependencies?  I cannot find it in any man
 package or document, possibly due to being new to this structure.

 Thanks

 Mike Dwiggins


 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject
 of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/52ff6e99.30...@olddog.name


After running dpkg -i do:
apt-get -f install
which should help resolve straightforward issues.

from man apt-get:
-f, --fix-broken
   Fix; attempt to correct a system with broken dependencies
in place. This option, when used with install/remove, can omit any
   packages to permit APT to deduce a likely solution. If
packages are specified, these have to completely correct the problem.
The
   option is sometimes necessary when running APT for the
first time; APT itself does not allow broken package dependencies to
exist
   on a system. It is possible that a system's dependency
structure can be so corrupt as to require manual intervention (which
   usually means using dselect(1) or dpkg --remove to
eliminate some of the offending packages). Use of this option together
with -m
   may produce an error in some situations. Configuration
Item: APT::Get::Fix-Broken.

-- 
rob


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caozwb-pjxj6r6jzzxagsa2enw5pc1a_pxg1jcrokcx1wpoz...@mail.gmail.com



Re: Package Install Problem

2014-02-15 Thread Ralf Mardorf
On Sat, 2014-02-15 at 06:41 -0700, Mike wrote:
 I am trying to install a .deb package from the local hard drive using 
 dpkg -i package.deb.
 
 It appears to read the package and then gives me a list of dependencies 
 that are missing and that the package cannot be installed.
 
 The problem is that I am trying to move over to Debian from Fedora so am 
 a NEWBIE in Debian.
 
 Is there a command in either dpkg or apt-get that will load a .deb from 
 the local hard drive and resolve the dependencies?  I cannot find it in 
 any man package or document, possibly due to being new to this structure.

I don't know if there's such a command, but you simply could copy the
dependencies shown by dpkg -i and then run apt-get update to download
the package lists from the repositories, it dosn't upgrade packages and
then apt-get install PASTED_PACKAGES_YOU_COPIED.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1392472796.7260.235.camel@archlinux



Re: Package Install Problem

2014-02-15 Thread mad

Hi!

How about using gdebi?

DESCRIPTION
gdebi  lets you install local deb packages resolving and installing its
dependencies. apt does the  same,  but  only  for  remote  (http,  ftp)
located packages.

Cheers
mad

Am 15.02.2014 14:41, schrieb Mike:

I am trying to install a .deb package from the local hard drive using
dpkg -i package.deb.

It appears to read the package and then gives me a list of dependencies
that are missing and that the package cannot be installed.

The problem is that I am trying to move over to Debian from Fedora so am
a NEWBIE in Debian.

Is there a command in either dpkg or apt-get that will load a .deb from
the local hard drive and resolve the dependencies?  I cannot find it in
any man package or document, possibly due to being new to this structure.

Thanks

Mike Dwiggins





--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/52ff736c.3060...@sharktooth.de



Re: Package Install Problem

2014-02-15 Thread Ralf Mardorf
On Sat, 2014-02-15 at 13:57 +, Robin wrote:
 After running dpkg -i do:
 apt-get -f install
 which should help resolve straightforward issues.

Good idea, but perhaps the OP needs to run

dpkg -i --force-depends PACKAGE

[rocketmouse@archlinux ~]$ llmount -w debi386; sudo systemd-nspawn -D 
/mnt/debi386
root@debi386:~# dpkg --force-help
dpkg forcing options - control behaviour when problems found:
  warn but continue:  --force-thing,thing,...
  [!] dependsTurn all dependency problems into warnings


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1392473391.7260.239.camel@archlinux



Re: Package Install Problem (Solved)

2014-02-15 Thread Mike

Thank you for the advice Robin, it worked like a champ!

Mike
On 2/15/2014 6:57 AM, Robin wrote:

On 15 February 2014 13:41, Mike m...@olddog.name wrote:

I am trying to install a .deb package from the local hard drive using dpkg
-i package.deb.

It appears to read the package and then gives me a list of dependencies that
are missing and that the package cannot be installed.

The problem is that I am trying to move over to Debian from Fedora so am a
NEWBIE in Debian.

Is there a command in either dpkg or apt-get that will load a .deb from the
local hard drive and resolve the dependencies?  I cannot find it in any man
package or document, possibly due to being new to this structure.

Thanks

Mike Dwiggins


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject
of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52ff6e99.30...@olddog.name


After running dpkg -i do:
apt-get -f install
which should help resolve straightforward issues.

from man apt-get:
-f, --fix-broken
Fix; attempt to correct a system with broken dependencies
in place. This option, when used with install/remove, can omit any
packages to permit APT to deduce a likely solution. If
packages are specified, these have to completely correct the problem.
The
option is sometimes necessary when running APT for the
first time; APT itself does not allow broken package dependencies to
exist
on a system. It is possible that a system's dependency
structure can be so corrupt as to require manual intervention (which
usually means using dselect(1) or dpkg --remove to
eliminate some of the offending packages). Use of this option together
with -m
may produce an error in some situations. Configuration
Item: APT::Get::Fix-Broken.




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/52ff7533.7030...@olddog.name



grub install problem

2014-01-17 Thread cletusjenkins
I was given a machine with six scsi drives and I wanted to play around with 
RAID setups. The system as given to me was setup with 5 drives in a raid and 
one used as /boot. I wanted to use all of them for the raid, so I added a large 
ATA drive. On the new drive I made a /boot partition, a swap partition, a 
partition to use as a spare in the RAID and the rest of the space (90% of the 
drive) as /home.

I setup the raid and everything else (with stable) and it seemed good, on 
reboot i discovered a problem: that nice new large drive was too large for the 
mainboard's BIOS to recognize and so the /boot partition could not boot! I 
thought positively, ooh a learning opportunity.

I found a small drive the system could recognize and created a filesystem on 
it, copied over all the files from the unbootable /boot partition, using rescue 
mode. I assembled the RAID drive, and ran a shell on the resulting /dev/md0. 
Modified the /etc/fstab so /boot would have the correct blkid. I then ran 
grub-install on the small drive (/dev/sdg).

During the grub-install it spewed 25 errors error: unknown LVM metadata 
header. But the command continued on and ended saying Installation finished. 
No Errors reported.

After rebooting, it sees the small drive and grub is started, but it pauses a 
moment says Welcome to grub then just dumps me into a grub shell. Using the 
boot command I get error: no loadable kernel.

Do I have the right idea on fixing this /boot problem in general? Or did I just 
fail to do some minor thing?


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/558313664.275.1389966436314.JavaMail.sas1@[172.29.241.245]



scsi Install problem

2012-04-04 Thread cletusjenkins
I am trying to reinstall an older machine with an Advansys SCSI host adapter 
and not having much luck. I have two of the same model adapters and both have 
the same issues. When I boot without either in the machine, it gets well past 
my error/stopping point.

I'm booting off of the CD 1, I downloaded it 2 days ago, its worked with 
another box I reinstalled yesterday (replacing a sarge install, cleaning out 
the basement). I've tried different options expert install and rescue, etc and 
they all seem to go awry just after the kernel boots, it recognizes all the 
hardware including the scsi adapter. But at some point there is a scsi bus 
reset warning then it never seems to complete, it just keeps resetting and 
failing. The errors messages cycle and repeat:

scsi host0: error: init_state 0x1f, warn 0xfffe, error 0x0
firmware: requisting advansys/mcode.bin
Failed to load image advansys/mcode.bin err -2
scsi 0:0:0:0: SCSI bus reset started...

The internet seems to say this is a firmware issue, and suggests obtaining 
mcode.bin and place it where debian expects it to be, but I don't know where 
that is (on my laptop I assume /lib/modules/2.6.32-5-686/kernel/drivers/scsi/), 
but it would be a little hard to place it since this is the install CD and not 
an existing system. Can I mount the CD image and just add the file and burn it 
to disk? Would I put the file in a directory or would the installer expect it 
to be bundled in a deb/udeb file? Even so the internet also seems skeptical 
that this will actually work, but I couldn't find any reason why that is. 
Thanks for any pointers. I'm hoping to build a box with every type of scsi 
interface from ultra2 LVD down to this advansys with an internal 50-pin 
connector and external 25 pin D-sub connector. I can finally go through all my 
old scsi hard drives and then actually throw something away!

-- clet
debian is my main squeeze



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1367df6e203.6760854228242017363.-7788772350289868...@zoho.com



Re: scsi Install problem

2012-04-04 Thread Darac Marjal
On Wed, Apr 04, 2012 at 08:20:08AM -0700, cletusjenkins wrote:
 I am trying to reinstall an older machine with an Advansys SCSI host adapter 
 and not having much luck. I have two of the same model adapters and both have 
 the same issues. When I boot without either in the machine, it gets well past 
 my error/stopping point.
 
 I'm booting off of the CD 1, I downloaded it 2 days ago, its worked with 
 another box I reinstalled yesterday (replacing a sarge install, cleaning out 
 the basement). I've tried different options expert install and rescue, etc 
 and they all seem to go awry just after the kernel boots, it recognizes all 
 the hardware including the scsi adapter. But at some point there is a scsi 
 bus reset warning then it never seems to complete, it just keeps resetting 
 and failing. The errors messages cycle and repeat:
 
 scsi host0: error: init_state 0x1f, warn 0xfffe, error 0x0
 firmware: requisting advansys/mcode.bin
 Failed to load image advansys/mcode.bin err -2
 scsi 0:0:0:0: SCSI bus reset started...
 
 The internet seems to say this is a firmware issue, and suggests obtaining 
 mcode.bin and place it where debian expects it to be, but I don't know where 
 that is (on my laptop I assume 
 /lib/modules/2.6.32-5-686/kernel/drivers/scsi/), but it would be a little 
 hard to place it since this is the install CD and not an existing system. Can 
 I mount the CD image and just add the file and burn it to disk? Would I put 
 the file in a directory or would the installer expect it to be bundled in a 
 deb/udeb file? Even so the internet also seems skeptical that this will 
 actually work, but I couldn't find any reason why that is. Thanks for any 
 pointers. I'm hoping to build a box with every type of scsi interface from 
 ultra2 LVD down to this advansys with an internal 50-pin connector and 
 external 25 pin D-sub connector. I can finally go through all my old scsi 
 hard drives and then actually throw something away!

Yes, it's a firmware issue. See http://wiki.debian.org/Firmware for full
details.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120404155957.ga18...@darac.org.uk



Re: scsi Install problem

2012-04-04 Thread Camaleón
On Wed, 04 Apr 2012 08:20:08 -0700, cletusjenkins wrote:

(...)

 scsi host0: error: init_state 0x1f, warn 0xfffe, error 0x0 firmware:
 requisting advansys/mcode.bin Failed to load image advansys/mcode.bin
 err -2 scsi 0:0:0:0: SCSI bus reset started...
 
 The internet seems to say this is a firmware issue, and suggests
 obtaining mcode.bin and place it where debian expects it to be, but I
 don't know where that is (on my laptop I assume
 /lib/modules/2.6.32-5-686/kernel/drivers/scsi/), 

I think the correct place is /lib/firmware/advansys/mcode.bin.

 but it would be a little hard to place it since this is the install CD
 and not an existing system. 

(...)

You may need to install the firmware-linux-nonfree package.

More info on how to proceed:

http://wiki.debian.org/Firmware

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/jlhrd1$j6s$1...@dough.gmane.org



Re: GRUB install problem with latest Wheezy weekly DVD

2011-10-15 Thread Artifex Maximus
On Thu, Oct 13, 2011 at 6:09 PM, Camaleón noela...@gmail.com wrote:
 On Thu, 13 Oct 2011 12:32:16 +0200, Artifex Maximus wrote:

 I try to install Wheezy with latest install DVD snapshot (20111011) and
 when installer try to install grub it failed with grub-pc package
 failed to install into /target/. I switch to terminal four and the log
 says:

 Package grub-pc is not available, but is referred to by another
 package. ...
 Package grub-pc has no installation candidate ...
 grub-installer: info: Calling apt-install grub-pc failed

 Any idea how to solve this problem? The system is a x86_64 system with 4
 gigs of memory.

 It seems this is a recurrent issue.

Thanks for your help! The previous install DVD (20111003) had the same
issue and I think it is corrected in current one.

 Are you using the expert installer mode? If yes, retry the GRUB install
 several times, I don't know why but the installer usually gets stuck in
 this step and after some retries it -sometimes- finally can get installed.

I am using standard text mode installer. I have tried several times
without success.

 If that also fails you can skip the step of the bootloader install
 (always from an expert install), install as usual and then manually boot
 the new system by means of a LiveCD → boot installed system. Once you're
 in, you can install GRUB as usual.

So that way I did. I boot with recovery option and run shell on Debian
partition. Unfortunately the system did not install grub-pc (and gnome
as well). So I need to run apt-get and then I can run grub-installer.
More or less I follow this steps:

http://giantdorks.org/alain/easy-enough-recovery-from-debian-testing-installers-failure-to-install-grub-during-setup/

Bye,
a


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAPkuXvHxrCxsnTwue9�icDSfjXs�nq_wbr78kcq4uq+...@mail.gmail.com



GRUB install problem with latest Wheezy weekly DVD

2011-10-13 Thread Artifex Maximus
Hello!

I try to install Wheezy with latest install DVD snapshot (20111011)
and when installer try to install grub it failed with grub-pc package
failed to install into /target/. I switch to terminal four and the
log says:

Package grub-pc is not available, but is referred to by another package.
...
Package grub-pc has no installation candidate
...
grub-installer: info: Calling apt-install grub-pc failed

Any idea how to solve this problem? The system is a x86_64 system with
4 gigs of memory.

Thanks,
a


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAPkuXvGqnQw6OO=vzwtynuuj-p6rlzqfwnd9rajdvjkcx2j...@mail.gmail.com



Re: GRUB install problem with latest Wheezy weekly DVD

2011-10-13 Thread Camaleón
On Thu, 13 Oct 2011 12:32:16 +0200, Artifex Maximus wrote:

 I try to install Wheezy with latest install DVD snapshot (20111011) and
 when installer try to install grub it failed with grub-pc package
 failed to install into /target/. I switch to terminal four and the log
 says:
 
 Package grub-pc is not available, but is referred to by another
 package. ...
 Package grub-pc has no installation candidate ...
 grub-installer: info: Calling apt-install grub-pc failed
 
 Any idea how to solve this problem? The system is a x86_64 system with 4
 gigs of memory.

It seems this is a recurrent issue.

Are you using the expert installer mode? If yes, retry the GRUB install 
several times, I don't know why but the installer usually gets stuck in 
this step and after some retries it -sometimes- finally can get installed.

If that also fails you can skip the step of the bootloader install 
(always from an expert install), install as usual and then manually boot 
the new system by means of a LiveCD → boot installed system. Once you're 
in, you can install GRUB as usual.

Another option could be using a different installer image (wheezy with 
sid's installer or a daily/monthly snapshot), but that will require an 
additional download.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.10.13.16.09...@gmail.com



netkit-telnetd (telnet server install problem)

2010-09-10 Thread J.Hwan.Kim

Hi, everyone

I want to little modification of telnet server.
So, I compiled netkit-telnetd and got telnetd executable file.

I copied it to /usr/sbin/in.telnetd.
But it does not operate.
How can I activate the telnetd of netkit-telnet in debian?

Thanks in advance
Best Regards,

J.Hwan Kim



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4c8a518e.4080...@gmail.com



Re: netkit-telnetd (telnet server install problem)

2010-09-10 Thread hugo vanwoerkom

J.Hwan.Kim wrote:

Hi, everyone

I want to little modification of telnet server.
So, I compiled netkit-telnetd and got telnetd executable file.

I copied it to /usr/sbin/in.telnetd.
But it does not operate.



What does it do?



How can I activate the telnetd of netkit-telnet in debian?




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/i6dkb7$ea...@dough.gmane.org



Re: netkit-telnetd (telnet server install problem)

2010-09-10 Thread Camaleón
On Sat, 11 Sep 2010 00:41:02 +0900, J.Hwan.Kim wrote:

 I want to little modification of telnet server. So, I compiled
 netkit-telnetd and got telnetd executable file.
 
 I copied it to /usr/sbin/in.telnetd.
 But it does not operate.
 How can I activate the telnetd of netkit-telnet in debian?

Have you tried with Debian packages?

http://packages.debian.org/search?searchon=sourcenameskeywords=netkit-telnet

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.09.10.15.54...@gmail.com



Re: New Debian install problem

2009-11-21 Thread T o n g
On Wed, 18 Nov 2009 19:27:06 -0900, Greg Madden wrote:

 It is a driver, video card issue, ATI. The radeon driver changed. Search
 for 'white screen of death' , ATI

Ok, the problem is all over the web, from time to time. what's the 
solution?

I don't have any proprietary fglrx ati drivers installed, all I have is 
xorg, xserver-xorg-video-all  fluxbox. 

when I 'startx', the fluxbox starts but the computer freeze entirely, not 
even the caps/num locks keys. 

This is a recently debootstrap installed SID box. what's the solution?

Thanks

-- 
Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: New Debian install problem

2009-11-19 Thread Brian Denheyer

Mike,

That's great !

I'm not quite sure why you could see a mouse pointer if your video
card wasn't working.  Very strange.

My experience with ATI and Linux has been very bad.

I've got an ATI in this G5 that I'm using and it's been the first ATI
card which has worked reliably for me under Linux.  I started buying
nvidia a while ago.  They've got problems too, but fewer than ATI.

Maybe now that AMD's got them things will get better.  Linux  AMD has always 
worked well for me.

Brian


p.s. disable html when you post...

  Mike !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01
  Mike Transitional//EN html head meta
  Mike content=text/html;charset=ISO-8859-1
  Mike http-equiv=Content-Type title/title /head body
  Mike bgcolor=#ff text=#00 Brian,br br I figured it
  Mike out.nbsp; The problem was my ATI 9250 video card.nbsp; I
  Mike went out today and bought a NVidia Geforce 6200 and everything
  Mike works fine now.br br Thanks,br br Mikebr br br
  Mike Brian Denheyer wrote: blockquote
  Mike cite=mid:19204.57726.330475.553...@gargle.gargle.howl
  Mike type=cite pre wrap=Mike,


  Mike A mouse pointer is a good thing as it means X is probably
  Mike working.

  Mike To get a login window you need a display manager of some
  Mike sort.

  Mike Usually its gdm, but could also be mwm, kdm, and several
  Mike others (I think).

  Mike Make sure that gdm is installed, e.g.

  Mike ii gdm 2.20.10-1 GNOME Display Manager


  Mike Your version may not necessarily match mine.  jDepending on
  Mike your setup you may be running one of the other display
  Mike managers.

  Mike Try

  Mike   dpkg --list | grep -i manager

  Mike and see what shows up.

  Mike If there is a display manager installed, then there is some
  Mike issue with the start-up scripts.


  Mike Brian


  Mike   /pre blockquote type=cite blockquote type=cite
  Mike blockquote type=cite blockquote type=cite blockquote
  Mike type=cite pre wrap=Mike == Mike Allegro a
  Mike class=moz-txt-link-rfc2396E
  Mike 
href=mailto:mikeallegr...@gmail.com;lt;mikeallegr...@gmail.comgt;/a
  Mike writes: /pre /blockquote /blockquote /blockquote
  Mike /blockquote /blockquote pre wrap=! Mikegt; I
  Mike just installed Debian 5.0 and it seem to install just fine.
  Mike Mikegt; After the installation I rebooted my computer and
  Mike Debian Linux Mikegt; loaded up, when it goes into the
  Mike graphics part I see a blue Mikegt; screen with a symbol that
  Mike reminds me of the hour glass symbol Mikegt; from Microsoft
  Mike Windows. After the symbol disappears it should Mikegt; go to
  Mike the login screen but it does not.  It goes to a solid Mikegt;
  Mike white screen where there is nothing but the mouse pointer.  I
  Mike Mikegt; am not sure what is going on?  Do you have any ideas?
  Mike Could Mikegt; it be a problem with my graphics card?  I have
  Mike the following Mikegt; in my computer;

  Mike   Mikegt; AMD 1.2 Ghz processor 512 Mb Ram Diamond graphics
  Mike card with Mikegt; ATI 9250 chipset with 128 MB ram 80Gb hard
  Mike drive CD Drive CD Mikegt; Burner


  Mike   Mikegt; Any help would be appreciated!!!

  Mike   Mikegt; Regards,

  Mike   Mikegt; Mike


  Mike   /pre /blockquote br /body /html z!DOCTYPE html
  Mike PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html head
  Mike meta content=text/html;charset=ISO-8859-1
  Mike http-equiv=Content-Type title/title /head body
  Mike bgcolor=#ff text=#00 Brian,br br I figured it
  Mike out.nbsp; The problem was my ATI 9250 video card.nbsp; I
  Mike went out today and bought a NVidia Geforce 6200 and everything
  Mike works fine now.br br Thanks,br br Mikebr br br
  Mike Brian Denheyer wrote: blockquote
  Mike cite=mid:19204.57726.330475.553...@gargle.gargle.howl
  Mike type=cite pre wrap=Mike,


  Mike A mouse pointer is a good thing as it means X is probably
  Mike working.

  Mike To get a login window you need a display manager of some
  Mike sort.

  Mike Usually its gdm, but could also be mwm, kdm, and several
  Mike others (I think).

  Mike Make sure that gdm is installed, e.g.

  Mike ii gdm 2.20.10-1 GNOME Display Manager


  Mike Your version may not necessarily match mine.  jDepending on
  Mike your setup you may be running one of the other display
  Mike managers.

  Mike Try

  Mike   dpkg --list | grep -i manager

  Mike and see what shows up.

  Mike If there is a display manager installed, then there is some
  Mike issue with the start-up scripts.


  Mike Brian


  Mike   /pre blockquote type=cite blockquote type=cite
  Mike blockquote type=cite blockquote type=cite blockquote
  Mike type=cite pre wrap=Mike == Mike Allegro a
  Mike class=moz-txt-link-rfc2396E
  Mike 
href=mailto:mikeallegr...@gmail.com;lt;mikeallegr...@gmail.comgt;/a
  Mike writes: /pre /blockquote /blockquote /blockquote
  Mike /blockquote /blockquote pre wrap=! Mikegt; I
  Mike just installed Debian 5.0 and it seem to install just fine.
  Mike Mikegt; After the installation I rebooted my 

Re: 503-I386 net install problem

2009-11-18 Thread Fred Zinsli
OK, so I started it all again (can do this blind folded now).
After I select the mirror I select Alt+F4 to the the terminal screen.
I see it scanning the mirror, security and volatile repositories.
D/L speed is about 182Kb/s

It then all stops at the place mentioned in my original message.
I can leave it there for hours (over night), nothing happens.

It seems all ridiculous considering I could do a net install up until about
2 weeks ago.
I have done nothing with the firewall, no changes to the network, no new
equipment. And whats even more perplexing is that it will happily scan the
repositories without error. I even download the netinst ISO again and
burned it to CD again just in case mine had an error.

There has to be something I am missing (and probably looking right at it)
but I can't see the wood for the trees.

Further comments would be most helpful.

Regards

Fred

On Wed, 18 Nov 2009 13:15:14 +1100, Charlie aries...@clearmail.com.au
wrote:
 On Wed, 18 Nov 2009 12:43:05 +1300 Fred Zinsli
 fred.zin...@shooter.co.nz shared this with us all:
 


Hello all 

I have been trying this for some time now and can't seem to resolve the
problem. 

Version: Debian stable i386 503 netinst 

Downloaded today as an ISO from the Debian site. 

I get to the point where the installer asks for the mirror and it goes
away and scans the mirror/security/volatile repositories. 

At that point it all stops. 

On the install screen it shows the Select and install software banner
with the message Please wait ... at the bottom, and it is at 1% on
the progress bar. 

It does this for any mirror I select. I don't believe it is a problem
with my network as my other D503 server updates properly (apt-get
update), and other distros (Centos  to abort, enter No: 

That is as far as I am getting. 

This is now day 11 and I am getting a little the worse for the effort. 

If I bypass the mirror select the base system installs and grub
installs. But with my very limited knowledge I can't seem to get any
further head with that as I can't seem to install
any other packages using apt-get with
the CD in the drive. Yup, really limited knowledge. 

Can someone please put me out of my misery and point out the error of
my ways. 

Regards 

Fred
 
 While this is happening do you press F4 key, I think that's it, just to
 see what is really happening. Depending on your connection speed it may
 take some time to scan this mirror and the all its packages.
 
 In the past, my connection speed has been slow and and I saw just how
 slow when I hit F4.
 
 Hope that helps.
 Charlie
 -- 
 Registered Linux User:- 329524
 .
 
 I do not confer praise or blame: I accept. I am the measure of all
 things. I am the centre of the world. W. Somerset Maugham
 
 .
 
 Debian GNU/Linux - just the best way to create magic


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: 503-I386 net install problem

2009-11-18 Thread Klistvud
Dne, 18. 11. 2009 00:43:05 je Fred Zinsli napisal(a):
 

I think you may be overcomplicating things: IIUC, you *can install 
the base system* without specifying any mirrors. Why don't you just do 
that then?
IIRC, that's actually *not* without mirrors -- it's just the default US 
servers the installer defaults to. Once you have the base system, you 
just fire up Synaptics
Package Manager and select Repositories in one of its menus (it's the 
second menu from the right, next to the Help menu). You then just 
tick (enable) all four options. The package manager should default to 
the US mirrors. While you're at it, you may also disable (untick) your 
CDROM on the second tab and tick (enable) both types of updates on the 
third tab.
The only thing I can image could go wrong is that your nearby mirrors 
are having some glitches at the moment. For the time being, I would 
stick to the default (if perhaps slowish) US servers and postpone
troubleshooting to a later day.
-- 
Regards,

Klistvud
Certifiable Loonix User #481801
http://bufferoverflow.tiddlyspot.com


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: 503-I386 net install problem

2009-11-18 Thread Thierry Chatelet
On Wednesday 18 November 2009 14:49:35 Klistvud wrote:
 Dne, 18. 11. 2009 00:43:05 je Fred Zinsli napisal(a):
 
 
 I think you may be overcomplicating things: IIUC, you *can install
 the base system* without specifying any mirrors. Why don't you just do
 that then?
 IIRC, that's actually *not* without mirrors -- it's just the default US
 servers the installer defaults to. Once you have the base system, you
 just fire up Synaptics
SNIP

Synaptic in base system? I dont think it is part of it. But in any case, 
aptitude will work. You may also use tasksel after a base install. Something 
like tasksel install standard will install, well tandard staff, then tasksel 
install desktop will install gnome destop, or if you kde or xfe:
desktop=kde (for kde desktop) then tasksel install desktop.
Hope it helps (even if it does not explain why you get stack!)
Thierry 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



New Debian install problem

2009-11-18 Thread Mike Allegro
I just installed Debian 5.0 and it seem to install just fine.  After the 
installation I rebooted my computer and Debian Linux loaded up, when it 
goes into the graphics part I see a blue screen with a symbol that 
reminds me of the hour glass symbol from Microsoft Windows. After the 
symbol disappears it should go to the login screen but it does not.  It 
goes to a solid white screen where there is nothing but the mouse 
pointer.  I am not sure what is going on?  Do you have any ideas?  Could 
it be a problem with my graphics card?  I have the following in my computer;


AMD 1.2 Ghz processor
512 Mb Ram
Diamond graphics card with ATI 9250 chipset with 128 MB ram
80Gb hard drive
CD Drive
CD Burner


Any help would be appreciated!!!

Regards,

Mike


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: New Debian install problem

2009-11-18 Thread Greg Madden
On Wednesday 18 November 2009 16:51:38 Mike Allegro wrote:
 I just installed Debian 5.0 and it seem to install just fine.  After the
 installation I rebooted my computer and Debian Linux loaded up, when it
 goes into the graphics part I see a blue screen with a symbol that
 reminds me of the hour glass symbol from Microsoft Windows. After the
 symbol disappears it should go to the login screen but it does not.  It
 goes to a solid white screen where there is nothing but the mouse
 pointer.  I am not sure what is going on?  Do you have any ideas?  Could
 it be a problem with my graphics card?  I have the following in my
 computer;

 AMD 1.2 Ghz processor
 512 Mb Ram
 Diamond graphics card with ATI 9250 chipset with 128 MB ram
 80Gb hard drive
 CD Drive
 CD Burner


 Any help would be appreciated!!!

 Regards,

 Mike

It is a driver, video card issue, ATI. The radeon driver changed. Search for 
'white 
screen of death' , ATI


-- 
Peace

Greg Madden


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



New Debian install problem

2009-11-18 Thread Brian Denheyer

Mike,


A mouse pointer is a good thing as it means X is probably working.

To get a login window you need a display manager of some sort.

Usually its gdm, but could also be mwm, kdm, and several others (I
think).

Make sure that gdm is installed, e.g.

ii  gdm2.20.10-1  GNOME Display Manager


Your version may not necessarily match mine.  jDepending on your setup
you may be running one of the other display managers.

Try 

  dpkg --list | grep -i manager 

and see what shows up.

If there is a display manager installed, then there is some issue with
the start-up scripts.


Brian


 Mike == Mike Allegro mikeallegr...@gmail.com writes:

  Mike I just installed Debian 5.0 and it seem to install just fine.
  Mike After the installation I rebooted my computer and Debian Linux
  Mike loaded up, when it goes into the graphics part I see a blue
  Mike screen with a symbol that reminds me of the hour glass symbol
  Mike from Microsoft Windows. After the symbol disappears it should
  Mike go to the login screen but it does not.  It goes to a solid
  Mike white screen where there is nothing but the mouse pointer.  I
  Mike am not sure what is going on?  Do you have any ideas?  Could
  Mike it be a problem with my graphics card?  I have the following
  Mike in my computer;

  Mike AMD 1.2 Ghz processor 512 Mb Ram Diamond graphics card with
  Mike ATI 9250 chipset with 128 MB ram 80Gb hard drive CD Drive CD
  Mike Burner


  Mike Any help would be appreciated!!!

  Mike Regards,

  Mike Mike


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



503-I386 net install problem

2009-11-17 Thread Fred Zinsli


Hello all 

I have been trying this for some time now and can't seem to resolve the
problem. 

Version: Debian stable i386 503 netinst 

Downloaded today as an ISO from the Debian site. 

I get to the point where the installer asks for the mirror and it goes
away and scans the mirror/security/volatile repositories. 

At that point it all stops. 

On the install screen it shows the Select and install software banner
with the message Please wait ... at the bottom, and it is at 1% on the
progress bar. 

It does this for any mirror I select. I don't believe it is a problem with
my network as my other D503 server updates properly (apt-get update), and
other distros (Centos  to abort, enter No: 

That is as far as I am getting. 

This is now day 11 and I am getting a little the worse for the effort. 

If I bypass the mirror select the base system installs and grub installs.
But with my very limited knowledge I can't seem to get any further head
with that as I can't seem to install
any other packages using apt-get with
the CD in the drive. Yup, really limited knowledge. 

Can someone please put me out of my misery and point out the error of my
ways. 

Regards 

Fred

Re: 503-I386 net install problem

2009-11-17 Thread Charlie
On Wed, 18 Nov 2009 12:43:05 +1300 Fred Zinsli
fred.zin...@shooter.co.nz shared this with us all:



Hello all 

I have been trying this for some time now and can't seem to resolve the
problem. 

Version: Debian stable i386 503 netinst 

Downloaded today as an ISO from the Debian site. 

I get to the point where the installer asks for the mirror and it goes
away and scans the mirror/security/volatile repositories. 

At that point it all stops. 

On the install screen it shows the Select and install software banner
with the message Please wait ... at the bottom, and it is at 1% on
the progress bar. 

It does this for any mirror I select. I don't believe it is a problem
with my network as my other D503 server updates properly (apt-get
update), and other distros (Centos  to abort, enter No: 

That is as far as I am getting. 

This is now day 11 and I am getting a little the worse for the effort. 

If I bypass the mirror select the base system installs and grub
installs. But with my very limited knowledge I can't seem to get any
further head with that as I can't seem to install
any other packages using apt-get with
the CD in the drive. Yup, really limited knowledge. 

Can someone please put me out of my misery and point out the error of
my ways. 

Regards 

Fred

While this is happening do you press F4 key, I think that's it, just to
see what is really happening. Depending on your connection speed it may
take some time to scan this mirror and the all its packages.

In the past, my connection speed has been slow and and I saw just how
slow when I hit F4.

Hope that helps.
Charlie
-- 
Registered Linux User:- 329524
.

I do not confer praise or blame: I accept. I am the measure of all
things. I am the centre of the world. W. Somerset Maugham

.

Debian GNU/Linux - just the best way to create magic


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



install problem

2009-09-16 Thread Jan Willem Stumpel
This is really an embarrassing question for an old Debian hand to
ask, but how do I install Debian?

I just bought a netbook which has no CDROM drive, but which can
boot from a USB stick. I could dd an Ubuntu image to the stick and
then boot from it. But I prefer just plain old Debian.

I found (through the Debian home page) an image called
debian-503-i386-netinst.iso. I dd'd it to the stick. But the
netbook does not boot from it.

There must be something very elementary which I did wrong. But what?

Regards, Jan


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: install problem

2009-09-16 Thread Eduardo M KALINOWSKI

On Qua, 16 Set 2009, Jan Willem Stumpel wrote:

This is really an embarrassing question for an old Debian hand to
ask, but how do I install Debian?

I just bought a netbook which has no CDROM drive, but which can
boot from a USB stick. I could dd an Ubuntu image to the stick and
then boot from it. But I prefer just plain old Debian.

I found (through the Debian home page) an image called
debian-503-i386-netinst.iso. I dd'd it to the stick. But the
netbook does not boot from it.

There must be something very elementary which I did wrong. But what?


Maybe you didn't read the manual:  
http://www.debian.org/releases/stable/i386/ch02s04.html.en#id2705174




--
Eduardo M KALINOWSKI
edua...@kalinowski.com.br


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: install problem

2009-09-16 Thread Preston Boyington
Jan Willem Stumpel wrote:
 This is really an embarrassing question for an old Debian hand to
 ask, but how do I install Debian?
 
 I just bought a netbook which has no CDROM drive, but which can
 boot from a USB stick. I could dd an Ubuntu image to the stick and
 then boot from it. But I prefer just plain old Debian.
 
 I found (through the Debian home page) an image called
 debian-503-i386-netinst.iso. I dd'd it to the stick. But the
 netbook does not boot from it.
 
 There must be something very elementary which I did wrong. But what?
 

honestly, since I started using UNetbootin I haven't looked back.

-- 

Arrant Drivel - really, it's just trash...
http://www.arrantdrivel.com/

Where the road takes me - a highwayman's perspective
http://www.prestonboyington.com/


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: install problem

2009-09-16 Thread Michael Wagner
* Jan Willem Stumpel jstum...@planet.nl 16.09.2009
 
 I just bought a netbook which has no CDROM drive, but which can
 boot from a USB stick. I could dd an Ubuntu image to the stick and
 then boot from it. But I prefer just plain old Debian.
 
 I found (through the Debian home page) an image called
 debian-503-i386-netinst.iso. I dd'd it to the stick. But the
 netbook does not boot from it.
 
 There must be something very elementary which I did wrong. But what?

Hello Jan,

look for example here:

http://d-i.pascal.at/

It's for sarge, but the steps and the files you need are the same.

You can find also useful information at http://wiki.debian.org/

Hth Michael

-- 
Monolog - one person talking to himself,
dialog - two people talking to themselves. 
 -Shaike Ofir-


signature.asc
Description: Digital signature


Re: install problem

2009-09-16 Thread Lee Winter
On Wed, Sep 16, 2009 at 3:05 PM, Jan Willem Stumpel jstum...@planet.nl wrote:
 This is really an embarrassing question for an old Debian hand to
 ask, but how do I install Debian?

 I just bought a netbook which has no CDROM drive, but which can
 boot from a USB stick. I could dd an Ubuntu image to the stick and
 then boot from it. But I prefer just plain old Debian.

 I found (through the Debian home page) an image called
 debian-503-i386-netinst.iso. I dd'd it to the stick. But the
 netbook does not boot from it.

 There must be something very elementary which I did wrong. But what?

What you are looking for is labeled hd-media.  It doesn't mean high
density media (floppies).  It means USB.

Good luck,

Lee Winter
NP Engineerinr
Nashua, New Hampshire


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: install problem

2009-09-16 Thread Till Wimmer

Jan Willem Stumpel wrote:

This is really an embarrassing question for an old Debian hand to
ask, but how do I install Debian?

I just bought a netbook which has no CDROM drive, but which can
boot from a USB stick. I could dd an Ubuntu image to the stick and
then boot from it. But I prefer just plain old Debian.

I found (through the Debian home page) an image called
debian-503-i386-netinst.iso. I dd'd it to the stick. But the
netbook does not boot from it.

There must be something very elementary which I did wrong. But what?

Regards, Jan




Here are the instructions you will need: 
http://www.debian.org/releases/stable/i386/ch04s03.html.en

There is an all-in-one file hd-media/boot.img.gz which contains all the installer files (including the kernel) as well as 
syslinux and its configuration file.


To use this image simply extract it directly to your USB stick:

# zcat boot.img.gz  /dev/sdX

After that, mount the USB memory stick (mount /dev/sdX /mnt), which will now have a FAT filesystem on it, and copy a Debian 
netinst or businesscard ISO image to it. Unmount the stick (umount /mnt) and you are done. 


regards
TW


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




glibc install problem

2008-09-17 Thread Thomas H. George
The installation end in Error 2 as shown in the captured output included
below.

My system is Lenney with a 2.6.26-1-amd64 stock kernel.  I installed the
debian glibc-source_2.7-13.all.deb package, unpacked
glibc-2.7ds1.tar.bz2 into /usr/src/gnu/glibc-2.7, created
/usr/src/gnu/glibc-build and from this directory ran
../glibc-2.7/configure  --prefix=/usr
and then
env LANGUAGE=C LC_ALL=C make install

Output poured accross the console for a long time - an incredible amount
work must have gone into this - but finally stopped with the following
lines:

sdeps/generic/elf -I../sysdeps/generic -I../nptl  -I.. -I../libio -I.  -D_LIBC_
REENTRANT -include ../include/libc-symbols.h   -DNOT_IN_libc=1-o /usr/src/g
nu/glibc-build/elf/sprof.o -MD -MP -MF /usr/src/gnu/glibc-build/elf/sprof.o.dt 
-MT /usr/src/gnu/glibc-build/elf/sprof.o
make[2]: *** No rule to make target `/usr/src/gnu/glibc-build/dlfcn/libdl.so.2'
, needed by `/usr/src/gnu/glibc-build/elf/sprof'.  Stop.
make[2]: Leaving directory `/usr/src/gnu/glibc-2.7/elf'
make[1]: *** [elf/subdir_install] Error 2
make[1]: Leaving directory `/usr/src/gnu/glibc-2.7'
make: *** [install] Error 2
Phoenix:/usr/src/gnu/glibc-build#

I am unsure that I have done everything correctly.  The source package I
downloaded contained four .bz2 files and I have used only glibc-2.7ds1.
After expanding it into the glibc-2.7 directory I read the README and
INSTALL directions and tried to follow them carefully.  I did check that
I have the required versions or latter of all the necessary packages
listed in INSTALL.

I would appreciate any assistance in completing this install.

Tom


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



Debian 4.0r3 for s/390, network install problem

2008-06-28 Thread Ventura
I am trying to do a network install of Debian 4.0r3 and unfortunately
I am receiving a message about modules unavailable.

This the part of installation dialog with the messages.
//
No kernel modules were found. This probably is due to a mismatch
between the kernel used by this version of the installer and the
kernel version available in the archive.
If you're installing from a mirror, you can work around this problem
by choosing to install a different version of Debian.
The install will probably fail to work if you continue without
kernel modules. Continue the install without loading kernel modules?

Go Back Yes No
//-


The web log I have:

Jun 28 13:57:00 anna[936]: WARNING **: no packages for kernel in
archive

Have anybody ever had this problem or have any idea ???

Thanks in advance,
Jorge Ventura


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



Debian 4.0r3 for s/390, network install problem

2008-06-28 Thread Ventura
I am trying to do a network install of Debian 4.0r3 and unfortunately
I am receiving a message about modules unavailable.

This the part of installation dialog with the messages.
//
No kernel modules were found. This probably is due to a mismatch
between the kernel used by this version of the installer and the
kernel version available in the archive.
If you're installing from a mirror, you can work around this problem
by choosing to install a different version of Debian.
The install will probably fail to work if you continue without
kernel modules. Continue the install without loading kernel modules?

Go Back Yes No
//-


The web log I have:

Jun 28 13:57:00 anna[936]: WARNING **: no packages for kernel in
archive

Have anybody ever had this problem or have any idea ???

Thanks in advance,
Jorge Ventura


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



*** More info *** Debian 4.0r3 for s/390, network install problem

2008-06-28 Thread Ventura
The instalation log:
Jun 28 23:37:58 main-menu[689]: INFO: Modifying debconf priority limit
from 'high' to 'medium'
Jun 28 23:37:58 debconf: Setting debconf/priority to medium
Jun 28 23:37:58 main-menu[689]: DEBUG: resolver (libc6): package
doesn't exist (ignored)
Jun 28 23:38:02 main-menu[689]: INFO: Menu item 'download-installer'
selected
Jun 28 23:38:03 net-retriever: gpgv: Signature made Sat Jun 28
12:15:43 2008 UTC using DSA key ID D6518C9D
Jun 28 23:38:07 net-retriever: gpgv: Good signature from Jorge
Ventura (Ventura) [EMAIL PROTECTED]
Jun 28 23:38:07 net-retriever:
Jun 28 23:38:08 anna[1227]: WARNING **: no packages for kernel in
archive

The repository apache log:
192.168.2.5 - - [28/Jun/2008:20:38:03 -0300] GET /debian-1/dists/etch/
Release HTTP/1.1 200 817 - Wget
192.168.2.5 - - [28/Jun/2008:20:38:03 -0300] GET /debian-1/dists/etch/
Release.gpg HTTP/1.1 200 189 - Wget
192.168.2.5 - - [28/Jun/2008:20:38:07 -0300] GET /debian-1/dists/etch/
main/debian-installer/binary-s390/Packages.gz HTTP/1.1 200 2532 -
Wget

Ventura


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



Dell Latitude C600 - install problem.

2007-10-24 Thread Bengt Samuelsson


Hej

Jag har försökt installera Debian nyligen så det är den version som är 
ny nu som gäller.

#1:  Datorn hänger sig oftast när jag botar om efter installation!
Inte bra!  Tips?
Har en Fuitcu MHT2040AT d v s 40G

#2:  Knepig bild, när den nu vill starta vilket händer.
   Jag ser ett par ramsor i mitten, speglar av sidorna.
   När jag tittar i /etc/X11/xorg.conf så ser det vettigt ut där av 
vad jag har läst mig till på nätet.



--
Bengt Samuelsson
Nydalavägen 30 A
352 48 Växjö

mobil: +46(0)703686441
tel: +46(0)470510033
http://sm7jqb.se http://http://sm7jqb.se


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



Dell Latitude C600 - install problem.

2007-10-24 Thread Bengt Samuelsson


Hej

Jag har försökt installera Debian nyligen så det är den version som är
ny nu som gäller.
#1:  Datorn hänger sig oftast när jag botar om efter installation!
Det ser ut som det händer när hda ska monteras
Inte bra!  Tips?
Har en Fuitcu MHT2040AT d v s 40G

Fixat!
#2:  Knepig bild, när den nu vill starta vilket händer.
   Jag ser ett par ramsor i mitten, speglar av sidorna.
   När jag tittar i /etc/X11/xorg.conf så ser det vettigt ut där av
vad jag har läst mig till på nätet.


--
Bengt Samuelsson
Nydalavägen 30 A
352 48 Växjö

mobil: +46(0)703686441
tel: +46(0)470510033
http://sm7jqb.se http://http://sm7jqb.se


--
body bgcolor=#ff text=#00
div class=moz-signature
font size=2 color=#00 face=Times New RomanBengt Samuelssonbr
Nydalavauml;gen 30 Abr
352 48 Vauml;xjouml;
font size=1brbr
mobil: +46(0)703686441br
tel: +46(0)470510033br
a href=http://http://sm7jqb.se; target=_blankhttp://sm7jqb.se/a
/font/font/div
/body


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



Re: Dell Latitude C600 - install problem.

2007-10-24 Thread Tore Ericsson
Vad var problemet? Berätta!

torsdag 25 oktober 2007 07:25 skrev Bengt Samuelsson:
 Hej

 Jag har försökt installera Debian nyligen så det är den version som är
 ny nu som gäller.
 #1:  Datorn hänger sig oftast när jag botar om efter installation!
   Det ser ut som det händer när hda ska monteras
  Inte bra!  Tips?
  Har en Fuitcu MHT2040AT d v s 40G

 Fixat!
 #2:  Knepig bild, när den nu vill starta vilket händer.
 Jag ser ett par ramsor i mitten, speglar av sidorna.
 När jag tittar i /etc/X11/xorg.conf så ser det vettigt ut där av
 vad jag har läst mig till på nätet.


 --
 Bengt Samuelsson
 Nydalavägen 30 A
 352 48 Växjö

 mobil: +46(0)703686441
 tel: +46(0)470510033
 http://sm7jqb.se http://http://sm7jqb.se


 --
 body bgcolor=#ff text=#00
 div class=moz-signature
 font size=2 color=#00 face=Times New RomanBengt Samuelssonbr
 Nydalavauml;gen 30 Abr
 352 48 Vauml;xjouml;
 font size=1brbr
 mobil: +46(0)703686441br
 tel: +46(0)470510033br
 a href=http://http://sm7jqb.se; target=_blankhttp://sm7jqb.se/a
 /font/font/div
 /body

-- 
Tore Ericsson, Tväråmark  http://www.tores.se



apt-get install problem

2007-08-17 Thread Siwei Zhang
Hi there,

 

I have some problems. The attached are the errors. Could someone help?
Thank you very much.

 

Regards,

 

Kevin SZ

 

[EMAIL PROTECTED]:~# apt-get install -f

Reading Package Lists... Done

Building Dependency Tree... Done

The following extra packages will be installed:

  devfsd

The following packages will be upgraded:

  devfsd

1 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.

83 not fully installed or removed.

Need to get 0B/52.1kB of archives.

After unpacking 41.0kB of additional disk space will be used.

Do you want to continue? [Y/n] Y

Preconfiguring packages ...

(Reading database ... 11696 files and directories currently installed.)

Preparing to replace devfsd 1.3.25-16 (using
.../devfsd_1.3.25-19_i386.deb) ...

Unpacking replacement devfsd ...

Error: the current /etc/modules.conf is not automatically generated.

dpkg: warning - old post-removal script returned error exit status 1

dpkg - trying script from the new package instead ...

Error: the current /etc/modules.conf is not automatically generated.

dpkg: error processing /var/cache/apt/archives/devfsd_1.3.25-19_i386.deb
(--unpack):

 subprocess new post-removal script returned error exit status 1

Error: the current /etc/modules.conf is not automatically generated.

dpkg: error while cleaning up:

 subprocess post-removal script returned error exit status 1

Errors were encountered while processing:

 /var/cache/apt/archives/devfsd_1.3.25-19_i386.deb

E: Sub-process /usr/bin/dpkg returned an error code (1)

[EMAIL PROTECTED]:~#




apt-get install problem

2007-06-29 Thread Nick Adie

Hi

I ran: apt-get install mediawiki [OK]
i ran: apt-get remove --purge mediawiki [OK]

I then in hind sight did a 'stupid' and removed the leftover folders and
files.

When I now run: apt-get install mediawiki

It searches the repository tells me everything is OK and installs nothing.

How do I reinstall?

Regards
Nick


Re: apt-get install problem

2007-06-29 Thread Karl E. Jorgensen
On Fri, Jun 29, 2007 at 09:42:20AM +0100, Nick Adie wrote:
 Hi
  
 I ran: apt-get install mediawiki [OK]
 i ran: apt-get remove --purge mediawiki [OK]

So far, so good
  
 I then in hind sight did a 'stupid' and removed the leftover folders and 
 files.

Which ones?

 When I now run: apt-get install mediawiki
  
 It searches the repository tells me everything is OK and installs nothing.
  
 How do I reinstall?

According to what I can see in the repository, the mediawiki package 
is just a metapackage. All it contains is a dependency on mediawiki1.7 
(or 1.9, depending on your release).

The leftovere files you removed probably belong(ed) to mediawiki1.7 
(or mediawiki1.9).  If you blow that away (apt-get --purge remove ...) 
and reinstall it, you might get somewhere...

Hope this helps
-- 
Karl E. Jorgensen
[EMAIL PROTECTED]  http://www.jorgensen.org.uk/
[EMAIL PROTECTED] http://karl.jorgensen.com
 Today's fortune:
Booker's Law:
An ounce of application is worth a ton of abstraction.


signature.asc
Description: Digital signature


Re: apt-get install problem

2007-06-29 Thread Nick Adie

Karl,

Thanks

Nick


On 6/29/07, Karl E. Jorgensen [EMAIL PROTECTED] wrote:


On Fri, Jun 29, 2007 at 09:42:20AM +0100, Nick Adie wrote:
 Hi

 I ran: apt-get install mediawiki [OK]
 i ran: apt-get remove --purge mediawiki [OK]

So far, so good

 I then in hind sight did a 'stupid' and removed the leftover folders and
files.

Which ones?



All the MediaWiki1.7 folders, can't remember exactly.


When I now run: apt-get install mediawiki

 It searches the repository tells me everything is OK and installs
nothing.

 How do I reinstall?

According to what I can see in the repository, the mediawiki package
is just a metapackage. All it contains is a dependency on mediawiki1.7
(or 1.9, depending on your release).

The leftovere files you removed probably belong(ed) to mediawiki1.7
(or mediawiki1.9).  If you blow that away (apt-get --purge remove ...)
and reinstall it, you might get somewhere...

Hope this helps
--
Karl E. Jorgensen
[EMAIL PROTECTED]  http://www.jorgensen.org.uk/
[EMAIL PROTECTED] http://karl.jorgensen.com
 Today's fortune:
Booker's Law:
   An ounce of application is worth a ton of abstraction.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGhON/i+PVvwZpXJgRArrGAJoDfD04lo9XELl5/D/Qf7yIMOzQJgCfeIGK
ul7hyyHsWYlQrcY4E6w7Ynw=
=I/Yc
-END PGP SIGNATURE-




Re: apt-get install problem

2007-06-29 Thread Daniel Burrows
On Fri, Jun 29, 2007 at 09:42:20AM +0100, Nick Adie [EMAIL PROTECTED] was 
heard to say:
 I ran: apt-get install mediawiki [OK]
 i ran: apt-get remove --purge mediawiki [OK]
 
 I then in hind sight did a 'stupid' and removed the leftover folders and
 files.
 
 When I now run: apt-get install mediawiki
 
 It searches the repository tells me everything is OK and installs nothing.

  What do you get from dpkg -s mediawiki?

  Daniel


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



Re: apt-get install problem

2007-06-29 Thread Nick Adie

On 6/29/07, Daniel Burrows [EMAIL PROTECTED] wrote:


On Fri, Jun 29, 2007 at 09:42:20AM +0100, Nick Adie [EMAIL PROTECTED]
was heard to say:
 I ran: apt-get install mediawiki [OK]
 i ran: apt-get remove --purge mediawiki [OK]

 I then in hind sight did a 'stupid' and removed the leftover folders and
 files.

 When I now run: apt-get install mediawiki

 It searches the repository tells me everything is OK and installs
nothing.

What do you get from dpkg -s mediawiki?

Daniel



Thanks for the reply, Will try tonight
Nick


Re: apt-get install problem

2007-06-29 Thread Nick Adie

Karl  Daniel

The apt-get --purge remove Package Name, worked a treat.

Thanks for your help.

Regards
Nick




On 6/29/07, Karl E. Jorgensen [EMAIL PROTECTED] wrote:

 On Fri, Jun 29, 2007 at 09:42:20AM +0100, Nick Adie wrote:
  Hi
 
  I ran: apt-get install mediawiki [OK]
  i ran: apt-get remove --purge mediawiki [OK]

 So far, so good

  I then in hind sight did a 'stupid' and removed the leftover folders
 and files.

 Which ones?


All the MediaWiki1.7 folders, can't remember exactly.

 When I now run: apt-get install mediawiki
 
  It searches the repository tells me everything is OK and installs
 nothing.
 
  How do I reinstall?

 According to what I can see in the repository, the mediawiki package
 is just a metapackage. All it contains is a dependency on mediawiki1.7
 (or 1.9, depending on your release).

 The leftovere files you removed probably belong(ed) to mediawiki1.7
 (or mediawiki1.9).  If you blow that away (apt-get --purge remove ...)
 and reinstall it, you might get somewhere...

 Hope this helps
 --
 Karl E. Jorgensen
 [EMAIL PROTECTED]  http://www.jorgensen.org.uk/
 [EMAIL PROTECTED]  http://karl.jorgensen.com
  Today's fortune:
 Booker's Law:
An ounce of application is worth a ton of abstraction.

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.6 (GNU/Linux)

 iD8DBQFGhON/i+PVvwZpXJgRArrGAJoDfD04lo9XELl5/D/Qf7yIMOzQJgCfeIGK
 ul7hyyHsWYlQrcY4E6w7Ynw=
 =I/Yc
 -END PGP SIGNATURE-





Re: Kernel install problem

2007-03-02 Thread Graham Smith

Bob McGowan wrote:

Roberto C. Sanchez wrote:

On Thu, Mar 01, 2007 at 12:09:49PM -0500, Kevin Mark wrote:

why do you use /boot/boot/grub/ and not the default /boot/grub/?
what is in /boot/grub/menu.lst vs /boot/boot/grub/menu.lst ?


Using /boot/boot/grub is necessary when /boot is its own filesystem.

Regards,

-Roberto



Not so.  My setup is:

$ uname -r
2.6.18-3-686
$ mount|grep boot
/dev/sda1 on /boot type ext3 (rw)
$ ls /boot/*2.6.18-3-686*
/boot/System.map-2.6.18-3-686  /boot/initrd.img-2.6.18-3-686
/boot/config-2.6.18-3-686  /boot/vmlinuz-2.6.18-3-686
$grep boot /etc/fstab
/dev/sda1 /bootext3defaults  0 2

My /boot/grub/menu.lst for the default boot:

title   Debian GNU/Linux, kernel 2.6.18-3-686
root(hd0,0)
kernel  /vmlinuz-2.6.18-3-686 root=LABEL=/root ro
initrd  /initrd.img-2.6.18-3-686

===

NOTE that the path names for the kernel and initrd image DO NOT have a 
leading '/boot', this is because, for the filesystem on /dev/sda1, these 
files are 'connected' to the filesystem's 'root', which ONLY becomes 
/boot/... when the system is up and running, with filesystems from the 
fstab file mounted.


The above was set up automatically, during the install, by the Debian 
installer.  I explicitly selected to have '/boot' be a separate file 
system.  I suspect the OP's problem is, in fact, because of the 
differences between what the actual setup is and what the dpkg scripts 
expect.  I further conjecture that the original install was with /boot 
on the root filesystem, and that a later decision was made to change it, 
with the boot files on a separate filesystem.


To fix this, as root:

# cd /boot/boot
# mv * .. # no hidden files to worry about.
# cd ..
# rmdir boot
# edit /etc/fstab
  - add/modify line to mount the boot partition, see above example
# edit grub/menu.lst
  - to fix any kernel/initrd paths, removing /boot, see above example
# reboot
...
# apt-get update 

Of course, you should make backups of everything, just in case.  And, 
rather than just removing the extra 'boot' directory, you might also 
want to do 'ln -s . boot', so if there are any residual dependencies on 
/boot/boot/..., they will automatically resolve to the right place.


Bob


Thanks for the help. I've have indeed got /boot on it's own partition. I 
apt installed grub an age ago and it created /boot/boot itself - I 
thought it a little odd at the time. Perhaps the install scripts weren't 
very clever way back when it was installed.


The machine has been running Debian for a long time - it started out on 
late 2.2 kernels - and up until now grub has updated fine when a new 
kernel is installed even with the /boot/boot oddness. I'm wondering if 
something has changed with the way new kernels are installed.


I was actually thinking about retiring the machine any way as it's 
getting a bit long in the tooth. As it's a server and currently 
providing some vital network services I can't realistically afford large 
amounts of down time on it so I think I'll hold off making the changes 
you suggest. Many thanks though.


Graham


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




Kernel install problem

2007-03-01 Thread Graham Smith
I tried to do an update this morning and ran into the problem below when 
it came to installing the kernel. I've looked in 
/boot/boot/grub/menu.lst and the new kernel 2.6.18-4 hasn't been added 
(I'm running 2.6.18-3 and that is the top kernel in the list).


Any ideas what's gone wrong?

dpkg: dependency problems prevent configuration of linux-image-2.6-486:
 linux-image-2.6-486 depends on linux-image-2.6.18-4-486; however:
  Package linux-image-2.6.18-4-486 is not configured yet.
dpkg: error processing linux-image-2.6-486 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-image-2.6.18-4-486
 linux-image-2.6-486
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up linux-image-2.6.18-4-486 (2.6.18.dfsg.1-11) ...
Running depmod.
Finding valid ramdisk creators.
Using mkinitramfs-kpkg to build the ramdisk.
Running postinst hook script /usr/sbin/update-grub.
Searching for GRUB installation directory ... found: /boot/boot/grub
Searching for default file ... Generating /boot/boot/grub/default file 
and setting the default boot entry to 0

No GRUB directory found under /
User postinst hook script [/usr/sbin/update-grub] exited with value 1
dpkg: error processing linux-image-2.6.18-4-486 (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of linux-image-2.6-486:
 linux-image-2.6-486 depends on linux-image-2.6.18-4-486; however:
  Package linux-image-2.6.18-4-486 is not configured yet.
dpkg: error processing linux-image-2.6-486 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-image-2.6.18-4-486
 linux-image-2.6-486


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




Re: Kernel install problem

2007-03-01 Thread Kevin Mark
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, Mar 01, 2007 at 09:54:14AM +, Graham Smith wrote:
 I tried to do an update this morning and ran into the problem below when 
 it came to installing the kernel. I've looked in 
 /boot/boot/grub/menu.lst and the new kernel 2.6.18-4 hasn't been added 
 (I'm running 2.6.18-3 and that is the top kernel in the list).
 
 Any ideas what's gone wrong?
 
 dpkg: dependency problems prevent configuration of linux-image-2.6-486:
  linux-image-2.6-486 depends on linux-image-2.6.18-4-486; however:
   Package linux-image-2.6.18-4-486 is not configured yet.
 dpkg: error processing linux-image-2.6-486 (--configure):
  dependency problems - leaving unconfigured
 Errors were encountered while processing:
  linux-image-2.6.18-4-486
  linux-image-2.6-486
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 A package failed to install.  Trying to recover:
 Setting up linux-image-2.6.18-4-486 (2.6.18.dfsg.1-11) ...
 Running depmod.
 Finding valid ramdisk creators.
 Using mkinitramfs-kpkg to build the ramdisk.
 Running postinst hook script /usr/sbin/update-grub.
 Searching for GRUB installation directory ... found: /boot/boot/grub
 Searching for default file ... Generating /boot/boot/grub/default file 
 and setting the default boot entry to 0
 No GRUB directory found under /
 User postinst hook script [/usr/sbin/update-grub] exited with value 1
 dpkg: error processing linux-image-2.6.18-4-486 (--configure):
  subprocess post-installation script returned error exit status 1
 dpkg: dependency problems prevent configuration of linux-image-2.6-486:
  linux-image-2.6-486 depends on linux-image-2.6.18-4-486; however:
   Package linux-image-2.6.18-4-486 is not configured yet.
 dpkg: error processing linux-image-2.6-486 (--configure):
  dependency problems - leaving unconfigured
 Errors were encountered while processing:
  linux-image-2.6.18-4-486
  linux-image-2.6-486
why do you use /boot/boot/grub/ and not the default /boot/grub/?
what is in /boot/grub/menu.lst vs /boot/boot/grub/menu.lst ?

- -- 
|  .''`.  == Debian GNU/Linux == |   my web site:   |
| : :' :  The  Universal |mysite.verizon.net/kevin.mark/|
| `. `'  Operating System| go to counter.li.org and |
|   `-http://www.debian.org/ |be counted! #238656   |
|  my keyserver: subkeys.pgp.net | my NPO: cfsg.org |
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFF5wjdv8UcC1qRZVMRAqZtAJ9NyXfjAeKlKtKGQySnq0YGYXoUSwCffyrP
hn2ZnuT3QAKUejka8g3VgVM=
=uqLY
-END PGP SIGNATURE-


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



Re: Kernel install problem

2007-03-01 Thread Roberto C. Sanchez
On Thu, Mar 01, 2007 at 12:09:49PM -0500, Kevin Mark wrote:
 
 why do you use /boot/boot/grub/ and not the default /boot/grub/?
 what is in /boot/grub/menu.lst vs /boot/boot/grub/menu.lst ?
 
Using /boot/boot/grub is necessary when /boot is its own filesystem.

Regards,

-Roberto

-- 
Roberto C. Sanchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Re: Kernel install problem

2007-03-01 Thread Håkon Alstadheim
Roberto C. Sanchez wrote:
 On Thu, Mar 01, 2007 at 12:09:49PM -0500, Kevin Mark wrote:
   
 why do you use /boot/boot/grub/ and not the default /boot/grub/?
 what is in /boot/grub/menu.lst vs /boot/boot/grub/menu.lst ?

 
 Using /boot/boot/grub is necessary when /boot is its own filesystem.

   
I'd think most people with that setup have /boot/boot symlinked to /boot ?

-- 
Håkon Alstadheimtlf: 74 82 60 27 mob: 47 35 39 38
7510 Skatval
http://alstadheim.priv.no/hakon/


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



Re: Kernel install problem

2007-03-01 Thread Roberto C. Sanchez
On Thu, Mar 01, 2007 at 06:36:38PM +0100, Håkon Alstadheim wrote:
 Roberto C. Sanchez wrote:
  On Thu, Mar 01, 2007 at 12:09:49PM -0500, Kevin Mark wrote:

  why do you use /boot/boot/grub/ and not the default /boot/grub/?
  what is in /boot/grub/menu.lst vs /boot/boot/grub/menu.lst ?
 
  
  Using /boot/boot/grub is necessary when /boot is its own filesystem.
 

 I'd think most people with that setup have /boot/boot symlinked to /boot ?
 
You can't do that becasue the first thing grub looks for is the boot/
directory on the root filesystem.  If /boot is a separate partition,
it is the first thing that grub sees, and so it looks for boot/ under
it.  When we mount it on /boot, it ends up looking to us (but not to
grub) as /boot/boot.

Regards,

-Roberto

-- 
Roberto C. Sanchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Re: Kernel install problem

2007-03-01 Thread Bob McGowan

Roberto C. Sanchez wrote:

On Thu, Mar 01, 2007 at 12:09:49PM -0500, Kevin Mark wrote:

why do you use /boot/boot/grub/ and not the default /boot/grub/?
what is in /boot/grub/menu.lst vs /boot/boot/grub/menu.lst ?


Using /boot/boot/grub is necessary when /boot is its own filesystem.

Regards,

-Roberto



Not so.  My setup is:

$ uname -r
2.6.18-3-686
$ mount|grep boot
/dev/sda1 on /boot type ext3 (rw)
$ ls /boot/*2.6.18-3-686*
/boot/System.map-2.6.18-3-686  /boot/initrd.img-2.6.18-3-686
/boot/config-2.6.18-3-686  /boot/vmlinuz-2.6.18-3-686
$grep boot /etc/fstab
/dev/sda1 /bootext3defaults  0 2

My /boot/grub/menu.lst for the default boot:

title   Debian GNU/Linux, kernel 2.6.18-3-686
root(hd0,0)
kernel  /vmlinuz-2.6.18-3-686 root=LABEL=/root ro
initrd  /initrd.img-2.6.18-3-686

===

NOTE that the path names for the kernel and initrd image DO NOT have a 
leading '/boot', this is because, for the filesystem on /dev/sda1, these 
files are 'connected' to the filesystem's 'root', which ONLY becomes 
/boot/... when the system is up and running, with filesystems from the 
fstab file mounted.


The above was set up automatically, during the install, by the Debian 
installer.  I explicitly selected to have '/boot' be a separate file 
system.  I suspect the OP's problem is, in fact, because of the 
differences between what the actual setup is and what the dpkg scripts 
expect.  I further conjecture that the original install was with /boot 
on the root filesystem, and that a later decision was made to change it, 
with the boot files on a separate filesystem.


To fix this, as root:

# cd /boot/boot
# mv * .. # no hidden files to worry about.
# cd ..
# rmdir boot
# edit /etc/fstab
  - add/modify line to mount the boot partition, see above example
# edit grub/menu.lst
  - to fix any kernel/initrd paths, removing /boot, see above example
# reboot
...
# apt-get update 

Of course, you should make backups of everything, just in case.  And, 
rather than just removing the extra 'boot' directory, you might also 
want to do 'ln -s . boot', so if there are any residual dependencies on 
/boot/boot/..., they will automatically resolve to the right place.


Bob


smime.p7s
Description: S/MIME Cryptographic Signature


Re: Kernel install problem

2007-03-01 Thread Roberto C. Sanchez
On Thu, Mar 01, 2007 at 10:08:25AM -0800, Bob McGowan wrote:
 Roberto C. Sanchez wrote:
 On Thu, Mar 01, 2007 at 12:09:49PM -0500, Kevin Mark wrote:
 why do you use /boot/boot/grub/ and not the default /boot/grub/?
 what is in /boot/grub/menu.lst vs /boot/boot/grub/menu.lst ?
 
 Using /boot/boot/grub is necessary when /boot is its own filesystem.
 
 Regards,
 
 -Roberto
 
 
 Not so.  My setup is:
 
 $ uname -r
 2.6.18-3-686
 $ mount|grep boot
 /dev/sda1 on /boot type ext3 (rw)
 $ ls /boot/*2.6.18-3-686*
 /boot/System.map-2.6.18-3-686  /boot/initrd.img-2.6.18-3-686
 /boot/config-2.6.18-3-686  /boot/vmlinuz-2.6.18-3-686
 $grep boot /etc/fstab
 /dev/sda1 /bootext3defaults  0 2
 
 My /boot/grub/menu.lst for the default boot:
 
 title   Debian GNU/Linux, kernel 2.6.18-3-686
 root(hd0,0)
 kernel  /vmlinuz-2.6.18-3-686 root=LABEL=/root ro
 initrd  /initrd.img-2.6.18-3-686
 
Hmmm.  My system started out on Woody a long time ago and I gave messed
with the partition scheme several times, so that might be why I have
mine like that.

Regards,

-Roberto

-- 
Roberto C. Sanchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Re: Kernel install problem

2007-03-01 Thread Andrew Sackville-West
On Thu, Mar 01, 2007 at 01:03:07PM -0500, Roberto C. Sanchez wrote:
 On Thu, Mar 01, 2007 at 06:36:38PM +0100, Håkon Alstadheim wrote:
  Roberto C. Sanchez wrote:
   On Thu, Mar 01, 2007 at 12:09:49PM -0500, Kevin Mark wrote:
 
   why do you use /boot/boot/grub/ and not the default /boot/grub/?
   what is in /boot/grub/menu.lst vs /boot/boot/grub/menu.lst ?
  
   
   Using /boot/boot/grub is necessary when /boot is its own filesystem.
  
 
  I'd think most people with that setup have /boot/boot symlinked to /boot ?
  
 You can't do that becasue the first thing grub looks for is the boot/
 directory on the root filesystem.  If /boot is a separate partition,
 it is the first thing that grub sees, and so it looks for boot/ under
 it.  When we mount it on /boot, it ends up looking to us (but not to
 grub) as /boot/boot.

I thought the /boot/boot thing came from installing grub
incorrectly. When I have been too smart for my own good and applied a
--root-directory switch to grub-install, its ended up in
/boot/boot. If I just let it work on its own it end sup in /boot. This
is with /boot on a seperate partition. At elast once, I've messed up
and had it in /boot/boot and just mv'ed it up one level and all works
well. 


A


signature.asc
Description: Digital signature


Re: OpenLogos install problem

2006-10-08 Thread Mladen Adamovic

Manuel Souto Pico wrote:

$ java -version
java version 1.5.0_05
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05)
Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode, sharing)
Does that look like I've got J2SE installed?
  


It does. To make sure, check also javac -version. If it works - you 
have Java installed.




if you install it in /opt/java/jdk1.5.0_08 set this as --with-java 



However, I'm not sure I understand. J2SE is like a full version of JRE 
(the version of java you need to run applications, which is what I 
want to do), isn't it? But jdk looks like the development kit. What am 
I missing?


JRE just allows Java programs to execute (iterprets Java VM), but J2SE 
(or J2SDK or development kit) allows also to compile from Java programs 
into Java VM code.













--
Mladen Adamovic
http://www.online-utility.org  
http://www.cheapvps.info

http://www.vpsreview.com





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




apt-get install problem

2006-10-07 Thread Holm Kapschitzki

Hallo,

ich habe vorhin mit:

dpkg -i frontpage_5.0.0-1_i386.deb

probiert das Package zu intstallieren. Der Output war:

dpkg -i /usr/local/src/frontpage_5.0.0-1_i386.deb
(Reading database ... 36810 files and directories currently installed.)
Preparing to replace frontpage 5.0.0-1 (using 
.../src/frontpage_5.0.0-1_i386.deb) ...

Unpacking replacement frontpage ...
dpkg: dependency problems prevent configuration of frontpage:
frontpage depends on confixx-suexec; however:
 Package confixx-suexec is not installed.
dpkg: error processing frontpage (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
frontpage


Daraufhin hab ichs sein lassen.

Jetzt versuch ich ganz normal was mit apt-get install zu installieren 
und bekomme immer:


apt-get install phpmyadmin
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
 frontpage: Depends: confixx-suexec but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or 
specify a solution).


Wie kann ich das beheben?

Gruß Holm



--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/


Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: apt-get install problem

2006-10-07 Thread Holm Kapschitzki

Hallo Holm ;-)

Holm Kapschitzki schrieb:

Hallo,

ich habe vorhin mit:

dpkg -i frontpage_5.0.0-1_i386.deb

probiert das Package zu intstallieren. Der Output war:

dpkg -i /usr/local/src/frontpage_5.0.0-1_i386.deb
(Reading database ... 36810 files and directories currently installed.)
Preparing to replace frontpage 5.0.0-1 (using 
.../src/frontpage_5.0.0-1_i386.deb) ...

Unpacking replacement frontpage ...
dpkg: dependency problems prevent configuration of frontpage:
frontpage depends on confixx-suexec; however:
 Package confixx-suexec is not installed.
dpkg: error processing frontpage (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
frontpage


Daraufhin hab ichs sein lassen.

Jetzt versuch ich ganz normal was mit apt-get install zu 
installieren und bekomme immer:


apt-get install phpmyadmin
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
 frontpage: Depends: confixx-suexec but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or 
specify a solution).


Wie kann ich das beheben?

Gruß Holm





mit apt-get -f install denn wer lesen kann ist klar im Vorteil.

Gruß Holm


--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/


Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: OpenLogos install problem

2006-10-03 Thread Mladen Adamovic

Manuel Souto Pico wrote:


 ./configure --with-java=Your_$JAVA_HOME
Try with /opt/java/jre1.5.0_05/
/opt/java/jre1.5.0_05/bin
/usr/lib/j2re1.5-sun/


None of those worked either :(


Hm, maybe you need full J2SE, not just JRE.

I would try to install J2SE.

See instructions at : 
http://www.crazysquirrel.com/computing/debian/java.jspx

and http://wiki.linuxquestions.org/wiki/Java-Debian

if you install it in /opt/java/jdk1.5.0_08 set this as --with-java

it should work!


--
Mladen Adamovic
http://www.online-utility.org  
http://www.cheapvps.info

http://www.vpsreview.com





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




Re: OpenLogos install problem

2006-10-02 Thread Mladen Adamovic

Manuel Souto Pico wrote:


./configure --with-java=Your_$JAVA_HOME
For 'configure' probably you have to set the path to your Java 
installation:

Try with /opt/java/jre1.5.0_05/
/opt/java/jre1.5.0_05/bin
/usr/lib/j2re1.5-sun/

Does it work now?



--
Mladen Adamovic
http://www.online-utility.org  
http://www.cheapvps.info

http://www.vpsreview.com





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




OpenLogos install problem

2006-10-01 Thread Manuel Souto Pico
Hi Curtis, ,I'm having the same problem. The instructions say For 'configure' probably you have to set the path to your Java installation:./configure --with-java=Your_$JAVA_HOME
I've searched for my java installation: [EMAIL PROTECTED]:~/openlogos-1.0.2$ sudo find / -name javaPassword:/etc/alternatives/java
/etc/java/media/SDA1/manuais/IT/ccm/java/media/SDA1/software/utils/plugins/j2re1.4.2_09/bin/javafind: /media/SDA1/.Trash-root/.zips/Sesión electrO tecNo Pop - fangoRia astrUD la moNja enAná galacTica lemoNfly Ãlma-X eLlos la CostA bravA manO de santO dinarAma chico y chica..: No such file or directory
/var/lib/dpkg/alternatives/java/usr/share/java/usr/share/xemacs21/xemacs-packages/etc/xslt-process/java/usr/share/xemacs21/xemacs-packages/etc/jde/java/usr/share/opera/java/usr/bin/java/usr/lib/jvm/java-
1.4.2-gcj-4.1-1.4.2.0/bin/java/usr/lib/jvm/java-1.4.2-gcj-4.1-1.4.2.0/jre/bin/java/usr/lib/j2re1.5-sun/bin/java/usr/lib/j2sdk1.5-sun/jre/bin/java/usr/lib/j2sdk1.5-sun/bin/java/home/xinelo/openlogos-1.0.2
/lib/java/opt/java/opt/java/jre1.5.0_05/bin/java/opt/GATE-3.1/jre/bin/java/opt/openoffice.org2.0/share/Scripts/javaAnd I've tried several things: 
$ ./configure --with-java=/etc/java $ ./configure --with-java=/usr/bin/java $ ./configure --with-java=/opt/java/ 
$ ./configure --with-java=/opt/java/jre1.5.0_05/bin/javaBut the result is always the same one: 
./configure --with-java=/blabla/java...configure: javainclude FOR i686-pc-linux is -I/opt/java/jre1.5.0_05/bin/java/include -I/opt/java/jre1.5.0_05/bin/java/include/linux
checking for jni.h... noconfigure: error: No java dirDoes anyone have any idea of what I should write (or how to look for it) instead of Your_$JAVA_HOME in the command:./configure --with-java=Your_$JAVA_HOME
Any suggestion would be highly appreciated! Cheers, Manuel


Re: Knoppix/Debian HD Install problem

2006-09-27 Thread Kamaraju Kusumanchi
On Thursday 21 September 2006 11:25, John Graves wrote:
 I took what appears to be an unwise shortcut and installed Knoppix on
 the harddrive of a spare laptop.  It now appears that some portion of
 what is installed is in german.  Is there an easy way to either fix my
 installation or reinstall in English?


If you want to run Debian, install Debian from the get go. Knoppix-Debian or 
Ubuntu-Debian are not supported and will consume a lot of time in the end. 
Your best bet (in terms of time) is to reinstall Debian from the scratch.

raju


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



Knoppix/Debian HD Install problem

2006-09-22 Thread John Graves
I took what appears to be an unwise shortcut and installed Knoppix on 
the harddrive of a spare laptop.  It now appears that some portion of 
what is installed is in german.  Is there an easy way to either fix my 
installation or reinstall in English?


--
Regards,

John Graves

Dynamic Devices Inc.
781-245-9100
Wakefield, MA
email: [EMAIL PROTECTED]

Converged wired  wireless networks for Data, Voice,  Video.
Firewalls and security products.


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




Re: Knoppix/Debian HD Install problem

2006-09-22 Thread Andrei Popescu
John Graves [EMAIL PROTECTED] wrote:

 I took what appears to be an unwise shortcut and installed Knoppix on 
 the harddrive of a spare laptop.  It now appears that some portion of 
 what is installed is in german.  Is there an easy way to either fix my 
 installation or reinstall in English?
 
 -- 
 Regards,
 
 John Graves

Though Knoppix is Debian based and many of us keep a disk handy for
rescue it is unlikely that we can help you. You might get better help
on the Knoppix forum. This problem might already be
documented/discussed on the forum.

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


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



Re: XWin install Problem (Newbie)

2006-08-24 Thread Michelle Konzack
 Am Dienstag 01 August 2006 21:58 schrieb Stefan Loos:
  Vielleicht nochmal wie ich mir das vorstelle:
  Browser-Downloadseite
  *Mausklick*
  *Mausklick*
  *Mausklick*
  *Mausklick*
  Software läuft
 
 Nein, sowas gibt es (noch) nicht.

Doch, leider schon...

Das ist dann wie ein Synaptic oder Aptitüte übers Internet.
Weis nur nicht mehr, welche Distri das war.

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: XWin install Problem (Newbie)

2006-08-24 Thread Michelle Konzack
Am 2006-08-02 09:27:23, schrieb Christian Frommeyer:
 Wenn ich die Beschreibung richtig verstanden habe, dann hat klik eigene 
 Archive und Installiert die irgendwie gesondert (z.B. angeblich nichts 
 nach /usr/bin).

Da bekommt jedes Program seine eigene Umgebung...
Frißt ungemein Speicherplatt!

Aber wen interessiert das denn heute bei 750 GByte Festplatten?

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Re: Re: Re: XWin install Problem (Newbie)

2006-08-24 Thread Michelle Konzack
Am 2006-08-03 18:06:48, schrieb Andreas Pakulat:
 On 03.08.06 17:50:27, Stefan Loos wrote:

  Jetzt habe ich eine Nero-DEB File gefunden.
 
 Lass die Finger davon.

Wieso?

Ist bezahlsoftware und funktioniert from scratch...

Weis zwar nicht, wie Nero das macht, aber weder xcdroast und
geschwister wollen unter Sarge (Linux 2.4.27 und 2.4.32) laufen

(KDE- und GNOME-Monster nicht vorhanden)

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Re: Re: Re: XWin install Problem (Newbie)

2006-08-03 Thread Stefan Loos
 Installierte Pakete liegen in /var/cache/apt/archives

aja Danke

Ja, einfach auf CD kopieren und vorher noch eine Packages Datei anlegen.
Das geht am einfachsten mit apt-ftparchive aus dem Paket  . In das
Verzeichnis mit den ganzen .deb-Dateien wechseln und apt-ftparchive
Packages ./ | gzip Packages.gz.

Ok danke, soweit die Theorie. Man benötigt: Ein Brennprogramm. Ich versuchte 
jetzt einige zu installieren, entweder der letzte Schrott (keine 
Unterstützung von schon beschriebenen CD's (AddMode)), oder Sourcen die sich 
nicht kompilieren lassen (kein Makefile) ... Frust pur.

Jetzt habe ich eine Nero-DEB File gefunden. Über KDE entpackt und oh wunder, 
sogar das Debian Logo leuchtet beim .deb file auf. Gleich mal naiverweise 
draufgeklickt in der Hoffnung es würde sich installieren, na ja man gibt die 
Hoffnung ja nicht auf nicht war? Aber ging natürlcih nicht, wär ja zu 
einfach.

So jetzt habe ich ein wunderschönes .deb File auf meiner Platte und kriege es 
ums Verrecken nicht installiert.

Sogar als root im Terminal eingeloggt, ins Verzeichnis gehupft und es mit 
apt-get install nero* probiert, davor noch in sources.list eingetragen
deb file:/home/sloos/Install/deb unstable non-free
probiert, ging auch nicht, obwohl er das Paket mit sienem ganzen Namen in 
einer Fehlermeldung ausgeben hatte. Doku zu der ganzen Problematik auch nicht 
vorhanden.

Kann mir bitte jemand sage wie ich ein .deb File auf Platte installiere ?

Danke
Stefan





___
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: 
http://mail.yahoo.de



Re: Re: Re: Re: XWin install Problem (Newbie)

2006-08-03 Thread Andreas Pakulat
On 03.08.06 17:50:27, Stefan Loos wrote:
 Ja, einfach auf CD kopieren und vorher noch eine Packages Datei anlegen.
 Das geht am einfachsten mit apt-ftparchive aus dem Paket  . In das
 Verzeichnis mit den ganzen .deb-Dateien wechseln und apt-ftparchive
 Packages ./ | gzip Packages.gz.

 Ok danke, soweit die Theorie. Man benötigt: Ein Brennprogramm. Ich versuchte 
 jetzt einige zu installieren, entweder der letzte Schrott (keine 
 Unterstützung von schon beschriebenen CD's (AddMode)), oder Sourcen die sich 
 nicht kompilieren lassen (kein Makefile) ... Frust pur.

Welche genau? k3b laeuft hier schon ne ganze Weile recht
zufriedenstellend und kann auch bestehende Sitzungen importieren.

 Jetzt habe ich eine Nero-DEB File gefunden.

Lass die Finger davon.

 So jetzt habe ich ein wunderschönes .deb File auf meiner Platte und kriege es 
 ums Verrecken nicht installiert.
 
 Sogar als root im Terminal eingeloggt, ins Verzeichnis gehupft und es mit 
 apt-get install nero* probiert, davor noch in sources.list eingetragen
 deb file:/home/sloos/Install/deb unstable non-free

Wieso faengst du nicht erstmal an dich mit deinem neuen System und den
Pakettools vertraut zu machen und liest das schon oefter vorgeschlagene
Anwenderhandbuch? Da steht alles drin was du wissen willst.

 probiert, ging auch nicht, obwohl er das Paket mit sienem ganzen Namen in 
 einer Fehlermeldung ausgeben hatte. Doku zu der ganzen Problematik auch nicht 
 vorhanden.

Doch die Doku ist reichlich vorhanden, man muss sie nur finden und
verstehen. (/usr/share/doc enthaelt viel, manpages gibts auch).

 Kann mir bitte jemand sage wie ich ein .deb File auf Platte installiere ?

man dpkg.

Ach und in Zukunft oeffne doch bei einem neuen Thema auch einen neuen
Thread.

Andreas

-- 
A vivid and creative mind characterizes you.


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: XWin install Problem (Newbie)

2006-08-03 Thread Christian Frommeyer
Am Donnerstag 03 August 2006 17:50 schrieb Stefan Loos:
 Ok danke, soweit die Theorie. Man benötigt: Ein Brennprogramm. Ich
 versuchte jetzt einige zu installieren, entweder der letzte Schrott
 (keine Unterstützung von schon beschriebenen CD's (AddMode)), oder
 Sourcen die sich nicht kompilieren lassen (kein Makefile) ... Frust
 pur.

Hmm, was Du da schreibst hinterlässt bei mir ganz stark den Eindruck, 
das Du das DAHB immer noch nicht angeschaut hast.
Zum brennen eignet sich cdrecord. Als Frontend bieten sich xcdroast oder 
k3b an. Es gibt noch etliche weitere zu denen ich aber nichts sagen 
kann.
(BTW: AddMode kenn ich im Zusammenhang mit CDs überhaupt nicht. Was soll 
das sein?)

 Jetzt habe ich eine Nero-DEB File gefunden.

Vermutlich meinst Du NeroLinux?

 Über KDE entpackt und oh wunder, sogar das Debian Logo leuchtet
 beim .deb file auf.

Sag doch bitte, was Du gemacht hast. Meine Glaskugel ist in Reparatur.

 Gleich mal naiverweise draufgeklickt in der Hoffnung es würde sich
 installieren, na ja man gibt die Hoffnung ja nicht auf nicht war? Aber
 ging natürlcih nicht, wär ja zu einfach.

Wo hast Du draufgeklickt?

 Sogar als root im Terminal eingeloggt, ins Verzeichnis gehupft und es
 mit apt-get install nero* probiert, davor noch in sources.list
 eingetragen deb file:/home/sloos/Install/deb unstable non-free
 probiert, ging auch nicht, obwohl er das Paket mit sienem ganzen
 Namen in einer Fehlermeldung ausgeben hatte. Doku zu der ganzen
 Problematik auch nicht vorhanden.

Könnte es sein, das Du einfach nur zu faul bist die Doku zu lesen die 
Dir hier schon mehrfach empfohlen wurde?

 Kann mir bitte jemand sage wie ich ein .deb File auf Platte
 installiere ?

Naja auf der Platte ists doch schon oder?

Gruß Chris

-- 
A: because it distrupts the normal process of thought
Q: why is top posting frowned upon



Re: XWin install Problem (Newbie)

2006-08-02 Thread Christian Frommeyer
Am Dienstag 01 August 2006 22:49 schrieb Andreas Pakulat:
 On 01.08.06 22:17:17, Christian Frommeyer wrote:
 Doch, siehe meine Antwort. Hab jetzt auch nochmal die Website
 rausgesucht: http://klik.atekon.de/

Sehr interessant.

 Allerdings ist das so ungefaehr wie rpm fuer $Program runterladen,
 mit alien umwandeln und mittels dpkg -i installieren. (Oder
 installierte klik direkt nur rpm's...)

Wenn ich die Beschreibung richtig verstanden habe, dann hat klik eigene 
Archive und Installiert die irgendwie gesondert (z.B. angeblich nichts 
nach /usr/bin).

Gruß Chris

-- 
A: because it distrupts the normal process of thought
Q: why is top posting frowned upon



Re: XWin install Problem (Newbie)

2006-08-02 Thread Paul Puschmann
Stefan Loos [EMAIL PROTECTED] schrieb am Tue, Aug 01, 2006 at 06:04:37PM 
+0200:
 Hi
 
 Ok Danke, jetzt läuft es. Hätte allerdings auch erwartet dass VGA läuft. 
 Egal.

Dann eher vesa, aber nicht vga.

 Aber weil ich gerade dabei bin, hier noch ein paar mehr Fragen:
 
 - Ich versuchte die Basisinstallation mit der Option Linux26 beim Prompt  
 zu wiederholen, das System hing sich unmittelbar nach der  
 Regionseinstellung auf. Problem bekannt?

Du kannst den Kernel 2.6 auch in einem laufenden System nachinstallieren.

 - Kann es sein dass Linux keine Software einfach so installieren kann? Nix  
 mit:
 *Setup.exe (self extracting) downloaden
 *Setup ausführen
 *optinal reboot meinetwegen
 *Anwenden?
 Die ganze Zeit suche ich nach ein bisschen Software zum Testen, selbst für 
 poblige Spiele (prboom) werde ich allen ernstes damit konfrontiert mir  
 Sourcen kompillieren zu müssen? Das kann doch nicht wahr sein oder? Also,  
 wie installiere ich unter KDE ein Spiel oder einen Zipper oder ein anderes  
 kleine Tool?

Cool. Schau dir mal kpackage oder aptitude (auf der Konsole) an.

 - Gibt es eine brauchbare FireWall  für Debian Kernel 2.4?

Ja. Hast du Ahnung von Firewall-Regeln?

 - Gibt es eine C++ Entwicklungumgebung mit Resourcenverwaltung (analog  
 Visual/MFC) ?

kdevelop? Was meinst du mit Ressourcenverwaltung? CVS, RCS,
Subversion, git?

 - Wie schmeisse ich den ganzen Müll an Software der mitinstalliert wurde  
 wieder runter (aus KDE heraus?)

Du kannst dein Menu bearbeiten oder die Software deinstallieren
s. kpackage  / aptitude.

 - Wie kann ich KDE beenden und im Basisbetriebssystem weiterarbeiten?

STRG+ALT+F1 (oder F2, F3, ...)

 Hmm das wars erstmal. Im Grunde stellt sich mir die Frage ob ich mit  
 Debian/KDE o. Gnome Software und Hardware so normal verwalten kann wie  
 unter Windows. Irgendwie kommt mir alles furchtbar umständlich vor und man 
 braucht viel zu viel Zeit, aber vielleicht gibt es ja Mechanismen die das  
 beschleunigen.
 
Ja. Aber das mit dem so normal wie unter Windows klappt
nicht. *scnr*

Ich empfehle dir http://debiananwenderhandbuch.de/

und bitte unter dem Zitat antworten. Danke.

Paul



signature.asc
Description: Digital signature


Re: XWin install Problem (Newbie)

2006-08-02 Thread Alexander Jede
Christian Frommeyer wrote:
 Am Dienstag 01 August 2006 22:49 schrieb Andreas Pakulat:
   
 On 01.08.06 22:17:17, Christian Frommeyer wrote:
 Doch, siehe meine Antwort. Hab jetzt auch nochmal die Website
 rausgesucht: http://klik.atekon.de/
 

 Sehr interessant.
   
Naja, da finde ich apt-get irgendwie cooler.
 Wenn ich die Beschreibung richtig verstanden habe, dann hat klik eigene 
 Archive und Installiert die irgendwie gesondert (z.B. angeblich nichts 
 nach /usr/bin)

Wo es genau alles hin packt weiß ich nicht so genau. Ist aber im Grunde
auch nur ein Paket-System. Wird meines Wissens bei Linspire verwendet
(http://www.linspire.com/).  Es soll das installieren von Paketen wohl
so einfach machen wie unter OS X.

MfG Alex



Re: XWin install Problem (Newbie)

2006-08-02 Thread Andreas Pakulat
On 02.08.06 10:33:44, Alexander Jede wrote:
 Christian Frommeyer wrote:
  Am Dienstag 01 August 2006 22:49 schrieb Andreas Pakulat:
  Wenn ich die Beschreibung richtig verstanden habe, dann hat klik eigene 
  Archive und Installiert die irgendwie gesondert (z.B. angeblich nichts 
  nach /usr/bin)
 
 Wo es genau alles hin packt weiß ich nicht so genau. Ist aber im Grunde
 auch nur ein Paket-System. Wird meines Wissens bei Linspire verwendet
 (http://www.linspire.com/).  Es soll das installieren von Paketen wohl
 so einfach machen wie unter OS X.

Das klappt recht gut, allerdings kann man die dafuer notwendige Software
nicht mehr sauber deinstallieren, solange man nicht das
Installationsskript analysiert.

Und auch wenn die Pakete nach /usr/local/bin installiert werden, oder
ins $HOME kann das Probleme verursachen.

Andreas

-- 
In the stairway of life, you'd best take the elevator.


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Re: XWin install Problem (Newbie)

2006-08-02 Thread Stefan Loos
Hi

Danke erstmal für Eure Geduld und Mühe mit mir...

 Du koenntest natuerlich auch einen 2.6er Kernel installieren 
hab ich ja probiert, geht ja nicht...

 Du musst dich ein wenig von dem Windows-Ansatz immer den neuesten Treiber
 selbst installieren loesen.

Komisch. So muss man sich bei Linux um jeden Schmarrn in irgendwelchen
Scripten händisch kümmern, aber das was wichtig ist, darauf habe ich
keien Einfluss. Ich mein mein Interesse beruht ja ein bisschen auf embedded 
Linux, und da spielen Treiberversionen oft eine entscheidende Rolle.


 Nein, synaptic ist z.B. nicht textorientiert
Ja jetzt habe ich es auch entdeckt. Sollte man beim KDE gleich defaultmässig im 
Hauptmenu reinschreiben und Softwareverwaltung nennen dann wär die Sache klar.
Das Programm scheint auch nur in der allgemeine App Liste im Startmenu 
aufzutauchen, wieso sieht man das icht unter Settings o. System?

Was mache ich eigentlich wenn ich selber Software geschrieben habe, 
insbesonders X11 basierte GUI Applikationen? Gibt es Installer für Linux? 
Auswahl des Menuknotens im KDE etc? Uninstaller?

Jetzt habe ich noch 2 Probleme:
* Das Scrollwheel geht definitiv nicht
* Mein Druckerhersteller hat Treiber für Debian2.2 und später-gut also. Er sagt 
wenn die CD nicht automatisch startet beim Einlegen soll ich Setup.sh 
ausführen. Geht aber nicht:

debian:/media/cdrom0# ls
autorun  cups  help  locale  misc  README.txt  setup.data
bin  data  icon.xpm  Manual  ppd   scripts setup.sh
debian:/media/cdrom0# ./setup.sh
bash: ./setup.sh: /bin/sh: bad interpreter: Keine Berechtigung


* Ich kann die CD über KDE nicht auswerfen. Auch wenn ich sie unmounte 
(verdammt: kann das unmounten nicht automatisch beim Drücken aufs Knöpfle 
passieren?) und der Status unmounted ist funktioniert Eject nicht. Es kommt 
der Fehler:
Eject /dev/hdc failed
hdc ist doch nicht cdrom0 oder?


Gruss
Stefan



___ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Re: XWin install Problem (Newbie)

2006-08-02 Thread Andreas Pakulat
On 02.08.06 11:57:49, Stefan Loos wrote:
  Du koenntest natuerlich auch einen 2.6er Kernel installieren 
 hab ich ja probiert, geht ja nicht...

Nicht beim Installieren des Systems, sondern hinterher mit einem der
Pakettools.

  Du musst dich ein wenig von dem Windows-Ansatz immer den neuesten Treiber
  selbst installieren loesen.
 
 Komisch. So muss man sich bei Linux um jeden Schmarrn in irgendwelchen
 Scripten händisch kümmern,

Das ist Bloedsinn.

 aber das was wichtig ist, darauf habe ich keien Einfluss.

Klar hast du darauf Einfluss, nur ist der Treiber Teil der grafischen
Oberflaeche (nicht! KDE). Das wird sich erst beim naechsten Debian
Release aendern. Und wieso wichtig - wenn der aktuelle Treiber
funktioniert reicht das doch aus oder? Da braucht man doch keine neue
Version.

Fuer NVidia und ATI gibts proprietaere Treiber, da kann man sich dann
ganz der Versionitis hingeben.

 Ich mein mein Interesse beruht ja ein bisschen auf embedded Linux, und
 da spielen Treiberversionen oft eine entscheidende Rolle.

Wie das mit embedded Linux aussieht weiss ich nicht, da hab ich
keinerlei Erfahrung.

  Nein, synaptic ist z.B. nicht textorientiert
 Ja jetzt habe ich es auch entdeckt. Sollte man beim KDE gleich defaultmässig 
 im Hauptmenu reinschreiben und Softwareverwaltung nennen dann wär die Sache 
 klar.
 Das Programm scheint auch nur in der allgemeine App Liste im Startmenu 
 aufzutauchen, wieso sieht man das icht unter Settings o. System?

Das liegt daran dass es keine KDE Applikation ist und dadurch auch nicht
direkt im KDE Menu auftaucht. Das was unter Debian/.. auftaucht ist
alles was an GUI-Apps im System installiert ist.

 Was mache ich eigentlich wenn ich selber Software geschrieben habe, 
 insbesonders X11 basierte GUI Applikationen? Gibt es Installer für Linux? 
 Auswahl des Menuknotens im KDE etc? Uninstaller?

Nein es gibt keine Installer. Man fuegt Metainformationen hinzu, wodurch
man mit bestimmten Tools z.B. ein .deb oder .rpm bauen kann. Genauere
Informationen dazu liefert (fuer .deb's) der Debian New Maintainers
Guide. Aber du solltest dir wirklich das dahb durchlesen, da werden
diese Dinge erlaeutert.

 Jetzt habe ich noch 2 Probleme:
 * Das Scrollwheel geht definitiv nicht

X11-Konfig, Option ZAxisMapping 4 5.

 * Mein Druckerhersteller hat Treiber für Debian2.2 und später-gut also. Er 
 sagt wenn die CD nicht automatisch startet beim Einlegen soll ich Setup.sh 
 ausführen. Geht aber nicht:
 
 debian:/media/cdrom0# ls
 autorun  cups  help  locale  misc  README.txt  setup.data
 bin  data  icon.xpm  Manual  ppd   scripts setup.sh
 debian:/media/cdrom0# ./setup.sh
 bash: ./setup.sh: /bin/sh: bad interpreter: Keine Berechtigung

Die CD ist vmtl. nicht exec-gemountet. Was fuer ein Drucker? Debian 2.2
ist schon uralt, der Treiber wird u.U. nicht mehr in Sarge
funktionieren. Druckerinformationen kriegt man auf
www.linuxprinting.org.

 * Ich kann die CD über KDE nicht auswerfen. Auch wenn ich sie unmounte 
 (verdammt: kann das unmounten nicht automatisch beim Drücken aufs Knöpfle 
 passieren?)

Nein kann es nicht, weil die Software davon nichts mitbekommt. Beschwer
dich beim Hardwarehersteller.

 und der Status unmounted ist funktioniert Eject nicht. Es kommt der Fehler:
 Eject /dev/hdc failed
 hdc ist doch nicht cdrom0 oder?

Unter Umstaenden. ls -l /dev/cdrom0 sagt dir das genau.

Das Programm eject aus dem Paket eject funktioniert eigentlich immer (und
unmountet auch).

Ach und noch eine Bitte: Kuerze doch deine Zeilen auf ca. 72 Zeichen
(dort einen richtigen Zeilenumbruch einfuegen), da hier einige Leute
nicht so viel Platz auf dem Schirm haben.

Andreas

-- 
Stay the curse.


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



  1   2   3   4   5   6   >