Bug#1028416: shutdown system properly

2023-02-23 Thread Jonathan Howard
Probably #778849

Bug#916595: vlc: program doesn't close its process in some cases

2019-03-15 Thread Jonathan Howard
Hit this bug updating to Buster. AFAIK Stretch was using the same VLC version. Only occurs when video paused and pressing window close. Tray icon remains and can bring up blank gray window but have to kill process with -9. Changing from automatic to VDPAU fixes it. With automatic terminal ou

Bug#650401: Debian template missing /dev/tty

2011-11-29 Thread Jonathan Howard
On 11/29/11 16:37, Daniel Baumann wrote: On 11/29/2011 04:18 PM, Jonathan Howard wrote: One line missing from config lxc.cgroup.devices.allow = c 5:0 rwm i don't think tty is necessary, why do you think it is? I personally can't give a reason. I just think something as basic

Bug#650461: Regression with using Radeon kernel module

2011-11-29 Thread Jonathan Howard
Package: udev Version: 175-2 Severity: Important Maybe should be Serious. My card is a Radeon HD 5750. Works fine with 172-1. (Downgraded only the 2 udev packages and it has fixed it.) On boot with 175-2 I get the errors; [7.893758] r600_cp: Bogus length 4480 in firmware "radeon/JUNIPER_m

Bug#650405: Debian guest hostname setup

2011-11-29 Thread Jonathan Howard
Package: lxc Version: 0.7.5-9 Severity: Minor During wheezy creation with template; Guest hostname should be added to /etc/hosts When asking for hostname (part of linux-container configuration I think) it ideally should know it. i.e. not give the host's hostname. Ideally should not be asking

Bug#650403: Debian template should not always uses predefined network setting

2011-11-29 Thread Jonathan Howard
Package: lxc Version: 0.7.5-9 Severity: Minor Ideally it should check config does not already contain "lxc.network.type" before adding anything. Assuming not set; Check br0 exits; if not, either - add lxc.network.type=empty - don't add anything (or commented out setting) Template should not use

Bug#650401: Debian template missing /dev/tty

2011-11-29 Thread Jonathan Howard
Package: lxc Version: 0.7.5-9 Severity: Minor One line missing from config lxc.cgroup.devices.allow = c 5:0 rwm -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#650399: Debian guest is given host tty access

2011-11-29 Thread Jonathan Howard
Package: lxc Version: 0.7.5-9 Severity: Serious The template is adding to the configuration; lxc.cgroup.devices.allow = c 4:X rwm these give to the guest, host tty access. Steps to reproduce; - on host terminal (not tty1, or change below) sudo lxc-create -n wheezy -f lxc-create-wheezy.conf -t d

Bug#649193: lxc-start: Input/output error - failed to read

2011-11-19 Thread Jonathan Howard
This isn't limited to busybox. man lxc-start "--" currently not documented. Doesn't dictate that the command can't be interactive or that it should be an init replacement. Templates are being set up to allow console usage (i.e. default, no command without -d option) This explains it. root@lin

Bug#649193: lxc-start: Input/output error - failed to read

2011-11-19 Thread Jonathan Howard
Run an interactive command without full init environment in-between. Simple example. # root@lin:~# uname -a Linux lin 3.1.0-1-amd64 #1 SMP Mon Nov 14 08:02:25 UTC 2011 x86_64 GNU/Linux root@lin:~# lxc-create -n tmpbb -t busybox Note: Usually the template option is called with a configurati

Bug#649193: update

2011-11-18 Thread Jonathan Howard
better workaround; Add "lxc.console = none" to config file or use lxc-start option; "-s lxc.console=none" Should be the default setting but I guess it is not getting set correct when using a command. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "uns

Bug#649193: lxc-start: Input/output error - failed to read

2011-11-18 Thread Jonathan Howard
Package: lxc Version: 0.7.5-9 Start with workaround; (since it what people searching for a solution may want) Add the option "-c /dev/null" e.g. env -i nice lxc-start -n busybox -c /dev/null ash This is the same as #637911 which is closed. (Off-topic mixes up lxc-execute for lxc-attach. lxc-e