Bug#940558: webdis: cannot restart systemd service

2019-09-17 Thread Emmanuel Benoît
Package: webdis
Version: 0.1.4+dfsg-1+b1
Severity: important

Hello,

There seems to be a problem with the systemd unit included in the webdis
package. The provided file uses the following configuration:

  ExecStartPre=mkdir /var/run/webdis
  ExecStartPre=chown webdis: /var/run/webdis
  ExecStart=/usr/bin/webdis /etc/webdis/webdis.json

The problem is caused by the first line. When webdis is restarted, the
directory already exists, causing the command to fail, which in turns
causes systemd to abort.

Using the following line:

  ExecStartPre=mkdir -p /var/run/webdis

fixes the problem.

Best regards,
Emmanuel Benoît


-- System Information:
Debian Release: 10.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages webdis depends on:
ii  adduser 3.118
ii  libb64-0d   1.2-5
ii  libc6   2.28-10
ii  libevent-2.1-6  2.1.8-stable-4
ii  libhiredis0.14  0.14.0-3
ii  libjansson4 2.12-1
ii  libmsgpackc23.0.1-3
ii  lsb-base10.2019051400

webdis recommends no packages.

Versions of packages webdis suggests:
ii  redis-server  5:5.0.3-4+deb10u1

-- Configuration Files:
/etc/webdis/webdis.json changed [not included]

-- no debconf information


Bug#600789: debian-installer: Xen block device driver cannot be loaded

2010-10-20 Thread Emmanuel Benoît
Package: debian-installer
Severity: important

I have tried to install both Sid and Squeeze from the provided Xen netboot 
images.

However, the installation cannot be completed since the installer does not 
detect the disks.
I have tried loading the xen-blkfront manually. If I do, the following error 
appears in the kernel's messages:

[   80.560746] xen_blkfront: Unknown symbol xen_platform_pci_unplug

Note that the problem occurred on both the amd64 and the i386 version of the 
netboot images.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-xen-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#600789: debian-installer: Xen block device driver cannot be loaded

2010-10-20 Thread Emmanuel Benoît

Hi Ian,

On 10/20/2010 09:23 AM, Ian Campbell wrote:

Please could you post the full kernel log so I can confirm.


Here it is:

~ # dmesg
[0.00] Reserving virtual address space above 0xf580
[0.00] Initializing cgroup subsys cpuset
[0.00] Initializing cgroup subsys cpu
[0.00] Linux version 2.6.32-5-686-bigmem (Debian 2.6.32-20) 
(b...@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-2) ) #1 SMP Thu 
Aug 12 14:24:07 UTC 2010

[0.00] KERNEL supported cpus:
[0.00]   Intel GenuineIntel
[0.00]   AMD AuthenticAMD
[0.00]   NSC Geode by NSC
[0.00]   Cyrix CyrixInstead
[0.00]   Centaur CentaurHauls
[0.00]   Transmeta GenuineTMx86
[0.00]   Transmeta TransmetaCPU
[0.00]   UMC UMC UMC UMC
[0.00] ACPI in unprivileged domain disabled
[0.00] BIOS-provided physical RAM map:
[0.00]  Xen:  - 000a (usable)
[0.00]  Xen: 000a - 0010 (reserved)
[0.00]  Xen: 0010 - 0800 (usable)
[0.00] DMI not present or invalid.
[0.00] last_pfn = 0x8000 max_arch_pfn = 0x100
[0.00] initial memory mapped : 0 - 04bff000
[0.00] init_memory_mapping: -0800
[0.00] NX (Execute Disable) protection: active
[0.00]  00 - 000800 page 4k
[0.00] kernel direct mapping tables up to 800 @ 7000-4c000
[0.00] RAMDISK: 01621000 - 040c2000
[0.00] 0MB HIGHMEM available.
[0.00] 128MB LOWMEM available.
[0.00]   mapped low ram: 0 - 0800
[0.00]   low ram: 0 - 0800
[0.00]   node 0 low ram:  - 0800
[0.00]   node 0 bootmap 2000 - 3000
[0.00] (9 early reservations) == bootmem [00 - 000800]
[0.00]   #0 [00 - 001000]   BIOS data page == 
[00 - 001000]
[0.00]   #1 [00040e5000 - 0004109000]   XEN PAGETABLES == 
[00040e5000 - 0004109000]
[0.00]   #2 [001000 - 002000]EX TRAMPOLINE == 
[001000 - 002000]
[0.00]   #3 [006000 - 007000]   TRAMPOLINE == 
[006000 - 007000]
[0.00]   #4 [000100 - 00014fb394]TEXT DATA BSS == 
[000100 - 00014fb394]
[0.00]   #5 [0001621000 - 00040c2000]  RAMDISK == 
[0001621000 - 00040c2000]
[0.00]   #6 [00040c2000 - 00040e5000]   XEN START INFO == 
[00040c2000 - 00040e5000]
[0.00]   #7 [007000 - 024000]  PGTABLE == 
[007000 - 024000]
[0.00]   #8 [002000 - 003000]  BOOTMAP == 
[002000 - 003000]

[0.00] Zone PFN ranges:
[0.00]   DMA  0x - 0x1000
[0.00]   Normal   0x1000 - 0x8000
[0.00]   HighMem  0x8000 - 0x8000
[0.00] Movable zone start PFN for each node
[0.00] early_node_map[2] active PFN ranges
[0.00] 0: 0x - 0x00a0
[0.00] 0: 0x0100 - 0x8000
[0.00] On node 0 totalpages: 32672
[0.00] free_area_init_node: node 0, pgdat c13d1ee0, node_mem_map 
c14fd000

[0.00]   DMA zone: 32 pages used for memmap
[0.00]   DMA zone: 0 pages reserved
[0.00]   DMA zone: 3968 pages, LIFO batch:0
[0.00]   Normal zone: 224 pages used for memmap
[0.00]   Normal zone: 28448 pages, LIFO batch:7
[0.00] Using APIC driver default
[0.00] SFI: Simple Firmware Interface v0.7 http://simplefirmware.org
[0.00] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[0.00] Local APIC disabled by BIOS -- you can enable it with lapic
[0.00] APIC: disable apic facility
[0.00] nr_irqs_gsi: 16
[0.00] PM: Registered nosave memory: 000a - 
0010
[0.00] Allocating PCI resources starting at 800 (gap: 
800:f800)

[0.00] Booting paravirtualized kernel on Xen
[0.00] Xen version: 4.0.1 (preserve-AD)
[0.00] NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:1 nr_node_ids:1
[0.00] PERCPU: Embedded 15 pages/cpu @c160 s37688 r0 d23752 
u65536

[0.00] pcpu-alloc: s37688 r0 d23752 u65536 alloc=16*4096
[0.00] pcpu-alloc: [0] 0
[0.00] trying to map vcpu_info 0 at c1601010, mfn 2f67b0, offset 16
[0.00] cpu 0 using vcpu_info at c1601010
[0.00] Xen: using vcpu_info placement
[0.00] Built 1 zonelists in Zone order, mobility grouping on. 
Total pages: 32416
[0.00] Kernel command line: 
debian-installer/exit/always_halt=true -- quiet console=hvc0 expert

[0.00] PID hash table entries: 512 (order: -1, 2048 bytes)
[0.00] Dentry cache hash table entries: 16384 (order: 4, 65536 
bytes)

[0.00] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[0.00] Enabling fast FPU save and restore... done.
[0.00] Enabling 

Bug#600789: debian-installer: Xen block device driver cannot be loaded

2010-10-20 Thread Emmanuel Benoît

On 10/20/2010 10:32 AM, Ian Campbell wrote:

The daily builds of the installer seem to be fine:
http://d-i.debian.org/daily-images/amd64/daily/netboot/xen/
http://people.debian.org/~joeyh/d-i/images/daily/netboot/xen/

Ian.


That worked flawlessly! Thank you.

Regards,
Emmanuel



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