Re: device name problem after update

2010-03-10 Thread Angelin Lalev
On Wed, Mar 10, 2010 at 8:17 PM, Paul E Condon
pecon...@mesanetworks.net wrote:
 On 20100309_225735, Angelin Lalev wrote:
 After almost each update of my debian lenny kernel I have my IDE disk
 name changed. Once it's hda1 then is hdc1 and keeps flip-flopping. Is
 it a known problem?


 I'm aware of an issue with naming devices in Squeeze, but you say
 Lenny.  Are you sure you are using Lenny, i.e. stable, as opposed to
 Squeeze, i.e. testing?

 --
 Paul E Condon
 pecon...@mesanetworks.net


 --
 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/20100310181723.ga4...@big.lan.gnu



Thanks for the information. Now I know what's doing it and how to fix
it. But I will send some more information just in case it's a bug. I
use lenny and never touched the fstab of that machine manually. But I
run xen which loads it's own xenified kernel.

My /boot/grub/menu.lst (I run debian and ubuntu virtual machines on
their own real partitions)
I use the first row always (currently Xen 3.2-1-i386)
===

server:~# cat /boot/grub/menu.lst | grep -v \# | grep -v ^$
default 0
timeout 30
color cyan/blue white/blue
title   Xen 3.2-1-i386 / Debian GNU/Linux, kernel 2.6.26-2-xen-686
root(hd0,0)
kernel  /boot/xen-3.2-1-i386.gz
module  /boot/vmlinuz-2.6.26-2-xen-686 root=/dev/hdc1 ro console=tty0
module  /boot/initrd.img-2.6.26-2-xen-686
title   Xen 3.2-1-i386 / Debian GNU/Linux, kernel 2.6.26-1-xen-686
root(hd0,0)
kernel  /boot/xen-3.2-1-i386.gz
module  /boot/vmlinuz-2.6.26-1-xen-686 root=/dev/hdc1 ro console=tty0
module  /boot/initrd.img-2.6.26-1-xen-686
title   Debian GNU/Linux, kernel 2.6.28.9-al1
root(hd0,0)
kernel  /boot/vmlinuz-2.6.28.9-al1 root=/dev/hdc1 ro quiet
initrd  /boot/initrd.img-2.6.28.9-al1
title   Debian GNU/Linux, kernel 2.6.28.9-al1 (single-user mode)
root(hd0,0)
kernel  /boot/vmlinuz-2.6.28.9-al1 root=/dev/hdc1 ro single
initrd  /boot/initrd.img-2.6.28.9-al1
title   Debian GNU/Linux, kernel 2.6.28-11-server
root(hd0,0)
kernel  /boot/vmlinuz-2.6.28-11-server root=/dev/hdc1 ro quiet
initrd  /boot/initrd.img-2.6.28-11-server
title   Debian GNU/Linux, kernel 2.6.28-11-server (single-user mode)
root(hd0,0)
kernel  /boot/vmlinuz-2.6.28-11-server root=/dev/hdc1 ro single
initrd  /boot/initrd.img-2.6.28-11-server
title   Debian GNU/Linux, kernel 2.6.26-2-xen-686
root(hd0,0)
kernel  /boot/vmlinuz-2.6.26-2-xen-686 root=/dev/hdc1 ro quiet
initrd  /boot/initrd.img-2.6.26-2-xen-686
title   Debian GNU/Linux, kernel 2.6.26-2-xen-686 (single-user mode)
root(hd0,0)
kernel  /boot/vmlinuz-2.6.26-2-xen-686 root=/dev/hdc1 ro single
initrd  /boot/initrd.img-2.6.26-2-xen-686
title   Debian GNU/Linux, kernel 2.6.26-2-686
root(hd0,0)
kernel  /boot/vmlinuz-2.6.26-2-686 root=/dev/hdc1 ro quiet
initrd  /boot/initrd.img-2.6.26-2-686
title   Debian GNU/Linux, kernel 2.6.26-2-686 (single-user mode)
root(hd0,0)
kernel  /boot/vmlinuz-2.6.26-2-686 root=/dev/hdc1 ro single
initrd  /boot/initrd.img-2.6.26-2-686
title   Debian GNU/Linux, kernel 2.6.26-1-xen-686
root(hd0,0)
kernel  /boot/vmlinuz-2.6.26-1-xen-686 root=/dev/hdc1 ro quiet
initrd  /boot/initrd.img-2.6.26-1-xen-686
title   Debian GNU/Linux, kernel 2.6.26-1-xen-686 (single-user mode)
root(hd0,0)
kernel  /boot/vmlinuz-2.6.26-1-xen-686 root=/dev/hdc1 ro single
initrd  /boot/initrd.img-2.6.26-1-xen-686
title   Debian GNU/Linux, kernel 2.6.26-1-686
root(hd0,0)
kernel  /boot/vmlinuz-2.6.26-1-686 root=/dev/hdc1 ro quiet
initrd  /boot/initrd.img-2.6.26-1-686
title   Debian GNU/Linux, kernel 2.6.26-1-686 (single-user mode)
root(hd0,0)
kernel  /boot/vmlinuz-2.6.26-1-686 root=/dev/hdc1 ro single
initrd  /boot/initrd.img-2.6.26-1-686
title   Other operating systems
title   Ubuntu 9.04, kernel 2.6.28-11-server
uuid297ae396-2033-42da-ad3b-640b5f3f01d5
kernel  /boot/vmlinuz-2.6.28-11-server
root=UUID=297ae396-2033-42da-ad3b-640b5f3f01d5 ro quiet splash
initrd  /boot/initrd.img-2.6.28-11-server
quiet
title   Ubuntu 9.04, kernel 2.6.28-11-server (recovery mode)
uuid297ae396-2033-42da-ad3b-640b5f3f01d5
kernel  /boot/vmlinuz-2.6.28-11-server
root=UUID=297ae396-2033-42da-ad3b-640b5f3f01d5 ro  single
initrd  /boot/initrd.img-2.6.28-11-server
title   Ubuntu 9.04, memtest86+
uuid297ae396-2033-42da-ad3b-640b5f3f01d5
kernel

Re: device name problem after update

2010-03-10 Thread Angelin Lalev
On Wed, Mar 10, 2010 at 9:24 PM, Paul E Condon
pecon...@mesanetworks.net wrote:
 On 20100310_204803, Angelin Lalev wrote:
 On Wed, Mar 10, 2010 at 8:17 PM, Paul E Condon
 pecon...@mesanetworks.net wrote:
  On 20100309_225735, Angelin Lalev wrote:
  After almost each update of my debian lenny kernel I have my IDE disk
  name changed. Once it's hda1 then is hdc1 and keeps flip-flopping. Is
  it a known problem?
 
 
  I'm aware of an issue with naming devices in Squeeze, but you say
  Lenny.  Are you sure you are using Lenny, i.e. stable, as opposed to
  Squeeze, i.e. testing?
 
  --
  Paul E Condon
  pecon...@mesanetworks.net
 
 
  --
  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/20100310181723.ga4...@big.lan.gnu
 
 

 Thanks for the information. Now I know what's doing it and how to fix
 it. But I will send some more information just in case it's a bug. I
 use lenny and never touched the fstab of that machine manually. But I
 run xen which loads it's own xenified kernel.

 My /boot/grub/menu.lst (I run debian and ubuntu virtual machines on
 their own real partitions)
 I use the first row always (currently Xen 3.2-1-i386)
 ===

 server:~# cat /boot/grub/menu.lst | grep -v \# | grep -v ^$
 default         0
 timeout         30
 color cyan/blue white/blue
 title           Xen 3.2-1-i386 / Debian GNU/Linux, kernel 2.6.26-2-xen-686
 root            (hd0,0)
 kernel          /boot/xen-3.2-1-i386.gz
 module          /boot/vmlinuz-2.6.26-2-xen-686 root=/dev/hdc1 ro console=tty0
 module          /boot/initrd.img-2.6.26-2-xen-686
 title           Xen 3.2-1-i386 / Debian GNU/Linux, kernel 2.6.26-1-xen-686
 root            (hd0,0)
 kernel          /boot/xen-3.2-1-i386.gz
 module          /boot/vmlinuz-2.6.26-1-xen-686 root=/dev/hdc1 ro console=tty0
 module          /boot/initrd.img-2.6.26-1-xen-686
 title           Debian GNU/Linux, kernel 2.6.28.9-al1
 root            (hd0,0)
 kernel          /boot/vmlinuz-2.6.28.9-al1 root=/dev/hdc1 ro quiet
 initrd          /boot/initrd.img-2.6.28.9-al1
 title           Debian GNU/Linux, kernel 2.6.28.9-al1 (single-user mode)
 root            (hd0,0)
 kernel          /boot/vmlinuz-2.6.28.9-al1 root=/dev/hdc1 ro single
 initrd          /boot/initrd.img-2.6.28.9-al1
 title           Debian GNU/Linux, kernel 2.6.28-11-server
 root            (hd0,0)
 kernel          /boot/vmlinuz-2.6.28-11-server root=/dev/hdc1 ro quiet
 initrd          /boot/initrd.img-2.6.28-11-server
 title           Debian GNU/Linux, kernel 2.6.28-11-server (single-user mode)
 root            (hd0,0)
 kernel          /boot/vmlinuz-2.6.28-11-server root=/dev/hdc1 ro single
 initrd          /boot/initrd.img-2.6.28-11-server
 title           Debian GNU/Linux, kernel 2.6.26-2-xen-686
 root            (hd0,0)
 kernel          /boot/vmlinuz-2.6.26-2-xen-686 root=/dev/hdc1 ro quiet
 initrd          /boot/initrd.img-2.6.26-2-xen-686
 title           Debian GNU/Linux, kernel 2.6.26-2-xen-686 (single-user mode)
 root            (hd0,0)
 kernel          /boot/vmlinuz-2.6.26-2-xen-686 root=/dev/hdc1 ro single
 initrd          /boot/initrd.img-2.6.26-2-xen-686
 title           Debian GNU/Linux, kernel 2.6.26-2-686
 root            (hd0,0)
 kernel          /boot/vmlinuz-2.6.26-2-686 root=/dev/hdc1 ro quiet
 initrd          /boot/initrd.img-2.6.26-2-686
 title           Debian GNU/Linux, kernel 2.6.26-2-686 (single-user mode)
 root            (hd0,0)
 kernel          /boot/vmlinuz-2.6.26-2-686 root=/dev/hdc1 ro single
 initrd          /boot/initrd.img-2.6.26-2-686
 title           Debian GNU/Linux, kernel 2.6.26-1-xen-686
 root            (hd0,0)
 kernel          /boot/vmlinuz-2.6.26-1-xen-686 root=/dev/hdc1 ro quiet
 initrd          /boot/initrd.img-2.6.26-1-xen-686
 title           Debian GNU/Linux, kernel 2.6.26-1-xen-686 (single-user mode)
 root            (hd0,0)
 kernel          /boot/vmlinuz-2.6.26-1-xen-686 root=/dev/hdc1 ro single
 initrd          /boot/initrd.img-2.6.26-1-xen-686
 title           Debian GNU/Linux, kernel 2.6.26-1-686
 root            (hd0,0)
 kernel          /boot/vmlinuz-2.6.26-1-686 root=/dev/hdc1 ro quiet
 initrd          /boot/initrd.img-2.6.26-1-686
 title           Debian GNU/Linux, kernel 2.6.26-1-686 (single-user mode)
 root            (hd0,0)
 kernel          /boot/vmlinuz-2.6.26-1-686 root=/dev/hdc1 ro single
 initrd          /boot/initrd.img-2.6.26-1-686
 title           Other operating systems
 title           Ubuntu 9.04, kernel 2.6.28-11-server
 uuid            297ae396-2033-42da-ad3b-640b5f3f01d5
 kernel          /boot/vmlinuz-2.6.28-11-server
 root=UUID=297ae396-2033-42da-ad3b-640b5f3f01d5 ro quiet splash
 initrd          /boot/initrd.img-2.6.28-11-server
 quiet
 title           Ubuntu 9.04, kernel 2.6.28-11-server (recovery mode)
 uuid            297ae396-2033-42da-ad3b-640b5f3f01d5
 kernel          /boot/vmlinuz

device name problem after update

2010-03-09 Thread Angelin Lalev
After almost each update of my debian lenny kernel I have my IDE disk
name changed. Once it's hda1 then is hdc1 and keeps flip-flopping. Is
it a known problem?


-- 
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/532b03711003091257g31d63267k3d5be7bbf11ea...@mail.gmail.com



Evolution on Squeeze has Send/Receive button disabled

2009-06-13 Thread Angelin Lalev
I have bought recently new AMD64-capable PC with G45 chipset and
installed the corresponding build of Lenny on it.
I succeeded in compiling and installing the X driver for the video,
but I could not start the analog audio, so I upgraded to Squeeze,
which brought amongst other things new alsa package. Analog sound
works ok now (I cannot tell about the digital) and overall everything
looks ok, but evolution cannot send and receive mail from neither of
my two configured POP3 accounts, because Send/Receive button is plain
disabled.
At start the checking of mail does not occur and it seems that some
errors appear in the status bar but they disappear too quickly
and I cannot read them. When started from the console, only two
non-relevant rows of output appear:

** (evolution:4597): DEBUG: mailto URL command: evolution %s
** (evolution:4597): DEBUG: mailto URL program: evolution

I'm not sure if this is result of the new Evolution installed, so I'd
like some inputs before start asking in other more development /
testing mailing lists.

Greetings!


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



Re: Evolution on Squeeze has Send/Receive button disabled

2009-06-13 Thread Angelin Lalev
I'm growing old and impatient. Years ago I'd wait a several days in
which I'd dissect the problem. It appears that I have somehow
activated offline mode. That's why evolution would not let me push
Send/Receive button.

On Sat, Jun 13, 2009 at 12:37 PM, Angelin Lalevlalev.ange...@gmail.com wrote:
 I have bought recently new AMD64-capable PC with G45 chipset and
 installed the corresponding build of Lenny on it.
 I succeeded in compiling and installing the X driver for the video,
 but I could not start the analog audio, so I upgraded to Squeeze,
 which brought amongst other things new alsa package. Analog sound
 works ok now (I cannot tell about the digital) and overall everything
 looks ok, but evolution cannot send and receive mail from neither of
 my two configured POP3 accounts, because Send/Receive button is plain
 disabled.
 At start the checking of mail does not occur and it seems that some
 errors appear in the status bar but they disappear too quickly
 and I cannot read them. When started from the console, only two
 non-relevant rows of output appear:

 ** (evolution:4597): DEBUG: mailto URL command: evolution %s
 ** (evolution:4597): DEBUG: mailto URL program: evolution

 I'm not sure if this is result of the new Evolution installed, so I'd
 like some inputs before start asking in other more development /
 testing mailing lists.

 Greetings!



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



Usb, XEN and Debian (long)

2009-05-29 Thread Angelin Lalev
I have XEN installation which includes Debian lenny system as Dom0
and Ubuntu 9.04 Server as DomU. I want Ubuntu system to become the
printing server for my home network and to have cups, samba and foomatic
(should I explain why I'd like to put those in the toughest sandbox 
available). 
I have two USB printers, which I want to make accessible within the DomU
installation but I'm having problems getting the USB 'passtrough' to
work. The examples below show the situation with the first printer
attached.

I'm not sure where to ask for advice. I'll appreciate any.

Dom0 - dmesg


[0.00] Initializing cgroup subsys cpuset
[0.00] Initializing cgroup subsys cpu
[0.00] Linux version 2.6.26-2-xen-686 (Debian 2.6.26-15lenny2)
(da...@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian
4.1.2-25)) #1 SMP Mon May 11 21:51:55 UTC 2009
[0.00] Reserving virtual address space above 0xf580
[0.00] BIOS-provided physical RAM map:
[0.00]  Xen:  - 58aed000 (usable)
[0.00] 690MB HIGHMEM available.
[0.00] 728MB LOWMEM available.
[0.00] Entering add_active_range(0, 0, 363245) 0 entries of 256
used
[0.00] Zone PFN ranges:
[0.00]   DMA 0 - 4096
[0.00]   Normal   4096 -   186368
[0.00]   HighMem186368 -   363245
[0.00] Movable zone start PFN for each node
[0.00] early_node_map[1] active PFN ranges
[0.00] 0:0 -   363245
[0.00] On node 0 totalpages: 363245
[0.00]   DMA zone: 32 pages used for memmap
[0.00]   DMA zone: 0 pages reserved
[0.00]   DMA zone: 4064 pages, LIFO batch:0
[0.00]   Normal zone: 1424 pages used for memmap
[0.00]   Normal zone: 180848 pages, LIFO batch:31
[0.00]   HighMem zone: 1382 pages used for memmap
[0.00]   HighMem zone: 175495 pages, LIFO batch:31
[0.00]   Movable zone: 0 pages used for memmap
[0.00] found SMP MP-table at [f564fbf0] 000f9bf0
[0.00] DMI 2.3 present.
[0.00] ACPI: RSDP 000EAA10, 0014 (r0 COMPAQ)
[0.00] ACPI: RSDT 000E6740, 0070 (r1 COMPAQ CPQ0050  20020815
0)
[0.00] ACPI: FACP 000E67F8, 0074 (r1 COMPAQ BROOKDG 1
0)
[0.00] ACPI: DSDT 000E68C6, 0B73 (r1 COMPAQ DSDT1
MSFT  10E)
[0.00] ACPI: FACS 000E6700, 0040
[0.00] ACPI: SSDT 000E7439, 073D (r1 COMPAQ  PROJECT1
MSFT  10E)
[0.00] ACPI: SSDT 000E7B76, 053A (r1 COMPAQ CORE_PNP1
MSFT  10E)
[0.00] ACPI: SSDT 000E80B0, 019B (r1 COMPAQ CORE_UTL1
MSFT  10E)
[0.00] ACPI: SSDT 000E824B, 0308 (r1 COMPAQ VILLTBL11
MSFT  10E)
[0.00] ACPI: SSDT 000E8553, 053F (r1 COMPAQ LGCYLITE1
MSFT  10E)
[0.00] ACPI: SSDT 000E8A92, 0167 (r1 COMPAQUART21
MSFT  10E)
[0.00] ACPI: SSDT 000E8BF9, 014E (r1 COMPAQ   FLOPPY1
MSFT  10E)
[0.00] ACPI: APIC 000E686C, 005A (r1 COMPAQ BROOKDG 1
0)
[0.00] ACPI: SSDT 000EA6BE, 00B2 (r1 COMPAQ APIC1
MSFT  10E)
[0.00] ACPI: SSDT 000E91B5, 0424 (r1 COMPAQ PNP_PRSS1
MSFT  10E)
[0.00] ACPI: SSDT 000E95D9, 016D (r1 COMPAQ UR2_PRSS1
MSFT  10E)
[0.00] ACPI: SSDT 000E9746, 0119 (r1 COMPAQ FPY_PRSS1
MSFT  10E)
[0.00] ACPI: SSDT 000E98F7, 0135 (r1 COMPAQ   S31
MSFT  10E)
[0.00] ACPI: SSDT 000E9A2C, 013B (r1 COMPAQ  CORE_S31
MSFT  10E)
[0.00] ACPI: SSDT 000E9B67, 0173 (r1 COMPAQ   PIDETM1
MSFT  10E)
[0.00] ACPI: SSDT 000E9E52, 0180 (r1 COMPAQ GTF01
MSFT  10E)
[0.00] ACPI: SSDT 000EA461, 00F0 (r1 COMPAQ  L081
MSFT  10E)
[0.00] ACPI: SSDT 000EA859, 0053 (r1 COMPAQFINIS1
MSFT  10E)
[0.00] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[0.00] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[0.00] ACPI: IOAPIC (id[0x08] address[0xfec0] gsi_base[0])
[0.00] IOAPIC[0]: apic_id 8, version 32, address 0xfec0, GSI
0-23
[0.00] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[0.00] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high
level)
[0.00] ACPI: IRQ0 used by override.
[0.00] ACPI: IRQ2 used by override.
[0.00] ACPI: IRQ9 used by override.
[0.00] Using ACPI (MADT) for SMP configuration information
[0.00] Allocating PCI resources starting at 6000 (gap:
5f80:9f40)
[0.00] PERCPU: Allocating 28552 bytes of per cpu data
[0.00] NR_CPUS: 32, nr_cpu_ids: 1
[0.00] Built 1 zonelists in Zone order, mobility grouping on.
Total pages: 360407
[0.00] Kernel command line: root=/dev/hda1 ro console=tty0
[0.00] Enabling fast FPU save and restore... done.
[0.00] Enabling 

Automatically repair configuration files

2009-05-12 Thread Angelin Lalev
One of my xen domains just crashed and left the ext3 filesystem of one
of my DomU debian installations in a horrible state. Subsequent fsck
deleted a bunch of files. 
Now I want to fix a package or two by reinstalling the configurations. 

aptitude purge package  aptitude install package 

howewer seems to be the wrong approach. I got 'not reinstalling deleted
file' etc.

Is there a way to do it painlessly and automatically with aptitude ?


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



Watch other tty, give permission tty to be watched

2009-04-16 Thread Angelin Lalev
I remember that BSD had a command (IIRC it was watch) that allowed
the superuser to watch any tty.
I want to use this feature in Linux if available, and I want to use it
quite ex-centric way.

I have machine on which I will install OpenBSD and during installation
I will use serial console attached to
my debian server.

Next I want to be able to show other (non-privileged) users what I'm doing.

Is that possible?


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



create and share torrent with transmission bittorrent client

2009-04-12 Thread Angelin Lalev
Greetings,

Is there some howto or walktrough about how to create and share
.torrent files with transmission client.
Some direct help would be even better.

I have some big files (to which I legally own the copyright, btw) I
wanted to share.
I did the following:

1. I put the files in a folder on my web server's root (so they would
be accessible via http too).
2. I made a .torrent file with Transmission
3 When asked about torrent tracker I entered http://thepiratebay.org/
(otherwise It wouldn't continue)
4. The resulting torrent file was on my www root.
5. Added the file to transmission and set the folder to www root.
Transmission showed it as downloaded and began seeding.

At this time I asked a friend to check if the file is accessible. It
wasn't. Should I upload something on the piratebay to get it working?


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



checking integrity of already written CD/DVD

2009-03-29 Thread Angelin Lalev
Greetings,

I'm about to lend my entire DVD set with Debian 5.0 to a friend. I
have no doubt in my friend, but this occasion awakened the curious
person in me and here is the question:

Is there a way to check that the DVD I give to somebody is the same
that the DVD I'll get later?

More complex:

Is there a way to check a written DVD against the checksum of the iso
image written on it?

(For example to check that Debian 5.0 Lenny Official i386 Binary-1 DVD
I got from someone has written on it
exactly the .iso file from debian.org)


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



questions about CUPS

2009-03-22 Thread Angelin Lalev
Greetings,

Microsoft Image Typesetter prints pages offset-ed upwards when sends
them to CUPS.
Adobe Postscript Driver insists to name my CUPS printers Generic
Postscript Printer, which
nerves my users that are more fond of Printer On Server naming.

Is it possible to use native PCL drivers for my printer and bypass the
long conversion - text and
images-PostscriptCUPSPostscript-PCL5/6 (and solve the
naming problem besides)?

Will using avahi or SAMBA influence the default (and unchangeable)
naming scheme of Adobe Postscript Driver.
Is there other approach?


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



default kernel of 5.0 distribution

2009-03-21 Thread Angelin Lalev
Hi, shouldn't the compilation date of default debian kernel be the
same on all debian installations.

I have machine which says 10 Jan 2009 and I have a machine which says 13 Mar.
The both machines are P4 with 686 kernels.


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



Re: default kernel of 5.0 distribution

2009-03-21 Thread Angelin Lalev
On Sat, Mar 21, 2009 at 11:28 AM, Angelin Lalev lalev.ange...@gmail.com wrote:
 On Sat, Mar 21, 2009 at 11:15 AM, Sven Joachim svenj...@gmx.de wrote:
 On 2009-03-21 10:02 +0100, Angelin Lalev wrote:

 Hi, shouldn't the compilation date of default debian kernel be the
 same on all debian installations.

 Only if you use the same architecture and distribution.

 I have machine which says 10 Jan 2009 and I have a machine which says 13 
 Mar.
 The both machines are P4 with 686 kernels.

 Looks like the one with the older kernel does not have security updates
 enabled, or you have not rebooted since the kernel update.

 How do the respective /etc/apt/sources.list files look?

 Sven


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



 You are right. Yesterday, I performed manual update on my home server via

 aptitude update
 aptitude upgrade

 and haven't payed attention.
 As I was reading the reply to my message today, synaptic kicked in and
 downloaded list of updates, including the new kernel.


How do I get (easy) the version of the kernel. It seems that the
difference between both versions is not shown in

uname -a


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



Re: default kernel of 5.0 distribution

2009-03-21 Thread Angelin Lalev
On Sat, Mar 21, 2009 at 11:15 AM, Sven Joachim svenj...@gmx.de wrote:
 On 2009-03-21 10:02 +0100, Angelin Lalev wrote:

 Hi, shouldn't the compilation date of default debian kernel be the
 same on all debian installations.

 Only if you use the same architecture and distribution.

 I have machine which says 10 Jan 2009 and I have a machine which says 13 Mar.
 The both machines are P4 with 686 kernels.

 Looks like the one with the older kernel does not have security updates
 enabled, or you have not rebooted since the kernel update.

 How do the respective /etc/apt/sources.list files look?

 Sven


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



You are right. Yesterday, I performed manual update on my home server via

aptitude update
aptitude upgrade

and haven't payed attention.
As I was reading the reply to my message today, synaptic kicked in and
downloaded list of updates, including the new kernel.


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



[long] UML hangs

2009-03-21 Thread Angelin Lalev
Greetings,

I'm experimenting with UML on Debian 5.0. In the virtual machine I run
debian 5.0 too.
I managed to get it to work. Well, sort of, because after 1-2 minutes
after I log on with
ssh, the whole virtual machine hangs. I need help. I have appended
some details below.

I start the whole thing with:

# screen -d -m -S prizm su uml -c linux root=/dev/ubda
ubd0=/images/prizm.rootfs ubd1=/images/prizm.swapfs mem=128M con0=pty
eth0=tuntap,,,192.168.1.6 umid=prizm


# ls -la /images
...
-rw-r--r--  1 uml  uml-net 17338204160 2009-03-21 16:04 prizm.rootfs
-rw-r--r--  1 uml  uml-net  4294967296 2009-03-19 19:22 prizm.swapfs
...

(prizm.rootfs is sparse, filesystem is ext3fs)




#cat /mnt/uml/var/log/dmesg  (after the crash, the rootfs
image is temporary mounted on /mnt/uml)
Linux version 2.6.26 (2.6.26) (r...@tadamune) (gcc version 4.3.1
(Debian 4.3.1-8) ) #2 Sat Aug 9 19:24:51 JST 2008
On node 0 totalpages: 35782
 Normal zone: 280 pages used for memmap
 Normal zone: 0 pages reserved
 Normal zone: 35502 pages, LIFO batch:7
 Movable zone: 0 pages used for memmap
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 35502
Kernel command line: root=/dev/ubda ubd0=/images/prizm.rootfs
ubd1=/images/prizm.swapfs mem=128M con=/dev/tty8
eth0=tuntap,,,192.168.1.6
PID hash table entries: 1024 (order: 10, 4096 bytes)
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 124884k available
SLUB: Genslabs=12, HWalign=128, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Calibrating delay loop... 3814.19 BogoMIPS (lpj=19070976)
Mount-cache hash table entries: 512
Checking for host processor cmov support...Yes
Checking that host ptys support output SIGIO...Yes
Checking that host ptys support SIGIO on close...No, enabling workaround
net_namespace: 652 bytes
Using 2.6 host AIO
NET: Registered protocol family 16
NET: Registered protocol family 2
Switched to high resolution mode on CPU 0
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 4, 65536 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
NET: Registered protocol family 1
mconsole (version 2) initialized on /home/uml/.uml/prizm/mconsole
Checking host MADV_REMOVE support...OK
Mapper v0.1
mmapper_init - find_iomem failed
UML Watchdog Timer
Host TLS support detected
Detected host type: i386 (GDT indexes 6 to 9)
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
JFS: nTxBlock = 976, nTxLock = 7814
SGI XFS with ACLs, security attributes, realtime, large block numbers,
no debug enabled
SGI XFS Quota Management subsystem
msgmni has been set to 244
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
SoftDog: cannot register miscdev on minor=130 (err=-16)
TCP cubic registered
NET: Registered protocol family 17
Initialized stdio console driver
parse_chan_pair failed for device 0 : No match for configured backends
parse_chan_pair failed for device 1 : No match for configured backends
parse_chan_pair failed for device 2 : No match for configured backends
parse_chan_pair failed for device 3 : No match for configured backends
parse_chan_pair failed for device 4 : No match for configured backends
parse_chan_pair failed for device 5 : No match for configured backends
parse_chan_pair failed for device 6 : No match for configured backends
parse_chan_pair failed for device 7 : No match for configured backends
parse_chan_pair failed for device 8 : No match for configured backends
parse_chan_pair failed for device 9 : No match for configured backends
parse_chan_pair failed for device 10 : No match for configured backends
parse_chan_pair failed for device 11 : No match for configured backends
parse_chan_pair failed for device 12 : No match for configured backends
parse_chan_pair failed for device 13 : No match for configured backends
parse_chan_pair failed for device 14 : No match for configured backends
parse_chan_pair failed for device 15 : No match for configured backends
Console initialized on /dev/tty0
console [tty0] enabled
Initializing software serial port version 1
console [mc-1] enabled
 ubda: unknown partition table
 ubdb: unknown partition table
Choosing a random ethernet address for device eth0
Netdevice 0 (7e:21:a3:59:c5:9d) : 6TUN/TAP backend - IP = 192.168.1.6
registered taskstats version 1
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Failed to open console 0, err = -19
Warning: unable to open an initial console.
Failed to open console 0, err = -19
Failed to open console 0, err = -19
Failed to open console 0, err = -19
Unable to find swap-space signature
EXT3 FS on ubda, internal journal
Unable to find 

Re: [long] UML hangs

2009-03-21 Thread Angelin Lalev
SOLVED! I forgot to do mkswap on the prizm.swapfs. Now everything works fine.


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



Re: Hello sir

2009-03-14 Thread Angelin Lalev
More details ?
Which model Sony Vaio? Which model desktop processor?

On Sat, Mar 14, 2009 at 9:56 AM, Lisi Reisz lisi.re...@gmail.com wrote:
 On Saturday 14 March 2009 06:16:43 Sudev Barar wrote:
 2009/3/14 Santhosh R santhoshbioi...@gmail.com:
  Hello sir,
    I am Santhosh, I having sony vaio model laptop, is able to
  install Debian 5 (DVD format iso files) in my laptop?
  Why I am asking meant, already I have tried Redhat 5 Enterprice (DVD) to
  my laptop, it not accepted. That same Redhat 5 has booted in Desktop
  system. That's Y asking.

 Please use full english and not SMS language. I hope you meant :not
 able to install instead of is able to ...

 he clearly means is it able to install? i.e. can Debian 5 be installed on
 his laptop, hence the question mark.

 Lisi


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




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



difficulties with otpw and sshd

2009-03-14 Thread Angelin Lalev
Greetings,

I need help with otpw pam module and sshd.

In a previous post I asked for one-time password PAM module for debian, and
I was directed to optw package and a howto:

http://www.cl.cam.ac.uk/~mgk25/otpw.html

I found optw-bin package in Lenny (via aptitude) and installed it.
Next I changed /etc/pam.d/sshd so it contains only these two rows:


auth   required pam_otpw.so
sessionoptional pam_otpw.so

and generated a .otpw file in the home directory of my user.

But still It didn't worked.
When I tried to log on via ssh client It asked me for the password,
just as when I'm using pam_unix.so (without giving me the number of
the one-time password).
After the unsuccessful login, I read In the /var/log/auth.log
something in the sense that pam_otpw.so
found my password to be wrong.

My best guess is that sshd somehow asks me for the password without
calling on pam at all
and then throws what it expects to be normal password to pam_otpw,
which on its turn
says the password is wrong.

The sshd options mentioned in the OTPW howto solving that very problem
do not appear in the
man page nor in the sample configuration file of sshd. Moreover sshd says that
RSAAuthenticationViaKbdInt is depreciated.

Any ideas?


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



one-time password authentication for openssh

2009-03-13 Thread Angelin Lalev
Greetings,

Is it possible to configure pam and openssh to authenticate users with
unix and then with one-time password?
Is there a one-time password pam module in Debian?


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



how to switch language of gnome to Bulgarian

2009-03-06 Thread Angelin Lalev
locale -a


bg_BG
bg_BG.cp1251
bg_BG.utf8
C
en_US.utf8
POSIX


But after I switch session language in gdm to Bulgarian and start
gnome or kde I get error,
saying something about language bg_BG.utf8 is non-existent.


language


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



mythtv on debian 5.0 (etch)

2009-03-02 Thread Angelin Lalev
Greetings,

It seems that there is no default package for mythtv in Debian 5.0,
so I have some questions to ask.

1. Which one of the unofficial mythtv packages should I choose (and
how to insure that it won't compromise my system)?
2. Is there any up-to-date manual about setting up mythtv and video
capture devices in general?
3. Is there some other software (other than Zapping and Xawtv, which
seem to fail badly even on start)?


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



apt-get problem

2009-02-28 Thread Angelin Lalev
This is a partial output of apt-get update command, performed on my brand new
Debian 5.0 installation:





Ign http://ftp.egr.msu.edu lenny/main Packages

Ign http://ftp.egr.msu.edu lenny/main Sources
Err http://ftp.egr.msu.edu lenny/main Packages
  Connection failed
Err http://ftp.egr.msu.edu lenny/main Sources
  Connection failed
Fetched 93.1kB in 10s (9041B/s)
W: Failed to fetch
http://ftp.egr.msu.edu/debian/dists/lenny/Release.gpg  Connection
failed

W: Failed to fetch
http://ftp.egr.msu.edu/debian/dists/lenny/main/i18n/Translation-en_US.bz2
 Connection failed

W: Failed to fetch
http://ftp.egr.msu.edu/debian/dists/lenny/main/binary-i386/Packages
Connection failed

W: Failed to fetch
http://ftp.egr.msu.edu/debian/dists/lenny/main/source/Sources
Connection failed

E: Some index files failed to download, they have been ignored, or old
ones used instead.







Is that an indication that the mirror is not ok, or I am doing something wrong.


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