[Touch-packages] [Bug 902535] Re: Unable to print with Lexmark S400 series since upgrade to 11.10

2015-05-04 Thread Alkis Georgopoulos
I've had success with: Ubuntu 14.04.2 64bit Lexmark S305 lexmark-inkjet-legacy 1.0-1 I played a lot before I got it to work, but I think that in the end only 2 changes were needed, ...a mode change in: -rwxr-xr-x 1 root root 144K Aug 16 2012 /usr/local/lexmark/v3/bin/printfilter ...and in

[Touch-packages] [Bug 902535] Re: Unable to print with Lexmark S400 series since upgrade to 11.10

2015-05-04 Thread Alkis Georgopoulos
It also worked fine in Ubuntu 12.04 32bit, and the printfilter mode changing wasn't needed, it's possibly not used at all with the lxusb backend. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cups in Ubuntu.

[Touch-packages] [Bug 1457730] Re: Upstart packaging conflicts with man Xsession

2015-05-22 Thread Alkis Georgopoulos
** Also affects: ltsp (Ubuntu) Importance: Undecided Status: New ** Changed in: ltsp (Ubuntu) Importance: Undecided = High ** Changed in: ltsp (Ubuntu) Status: New = Fix Committed ** Changed in: ltsp (Ubuntu) Assignee: (unassigned) = Alkis Georgopoulos (alkisg) -- You

[Touch-packages] [Bug 1457730] Re: Upstart packaging conflicts with man Xsession

2015-05-22 Thread Alkis Georgopoulos
To work around the issue from the LTSP side, I pushed the following changes: http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ldm-trunk/revision/1577 http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk/revision/2646 Anyone interested in getting Unity to work with LTSP in Ubuntu 14.04 should

[Touch-packages] [Bug 1457730] [NEW] Upstart packaging conflicts with man Xsession

2015-05-21 Thread Alkis Georgopoulos
Public bug reported: Ubuntu 14.04, upstart 1.12.1-0ubuntu4.2. man Xsession: Xsession may optionally be passed a single argument indicating the type of X session to be started. default produces the same behavior as if no session type argument had been given at all. In

[Touch-packages] [Bug 1316320] Re: Screen Lock does not prompt for password

2015-05-22 Thread Alkis Georgopoulos
The no tray issue was fix-committed in https://bugs.launchpad.net/ubuntu/+source/ltsp/+bug/1457730 The no lock screen issue was fix-committed with LDM_PASSWORD_HASH. ** Changed in: ltsp Status: Triaged = Fix Committed -- You received this bug notification because you are a member of

[Touch-packages] [Bug 133072] Re: tty console doen't show characters with accent

2015-08-12 Thread Alkis Georgopoulos
The problem still exists in 15.10 daily build. ** Changed in: console-setup (Ubuntu) Status: Fix Released = Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to console-setup in Ubuntu.

[Touch-packages] [Bug 1484101] [NEW] Broken CHARMAP with LANG=C on postinst, affects all installations after 14.10

2015-08-12 Thread Alkis Georgopoulos
Public bug reported: This affects all Ubuntu CDs and installations after 14.10. The VTs are not configured to show UTF-8 characters because of a wrong CHARMAP value at /etc/default/console-setup (ISO-8859-15 instead of UTF-8). The cause most probably is that recent console-setup.postinst

[Touch-packages] [Bug 1484101] Re: Broken CHARMAP with LANG=C on postinst, affects all installations after 14.10

2015-08-12 Thread Alkis Georgopoulos
I think this should be fixed in console-setup, but it's possible that the live CD code may want to use LANG=C.UTF-8 in any case. ...I put livecd-rootfs in the affects list, please use LANG=en_US.UTF-8 instead of LANG=C and LC_ALL=C. $ egrep -r 'LANG=|LC_ALL=' . ./debian/changelog: * Minor

[Touch-packages] [Bug 1492546] Re: Systemd runs ifdown on shutdown even when it shouldn't

2015-10-05 Thread Alkis Georgopoulos
Thanks a lot Martin, works fine for me. /me reverts the LTSP workaround... -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1492546 Title: Systemd runs ifdown on shutdown

[Touch-packages] [Bug 1501189] Re: DNS breaks when port=0 is used in dnsmasq.conf

2015-10-06 Thread Alkis Georgopoulos
Hi Robie, while this also happens in Debian, the use case is more common in Ubuntu, because NetworkManager is patched to use a spawned dnsmasq instance as a local resolver, and mixing the two DNS servers is problematic (neither bind-dynamic nor bind-interfaces work very well). In Debian they

[Touch-packages] [Bug 1492546] [NEW] Systemd runs ifdown on shutdown even when it shouldn't

2015-09-05 Thread Alkis Georgopoulos
Public bug reported: The unit /lib/systemd/system/ifup@.service is Debian and Ubuntu specific, it's not part of upstream systemd. On shutdown, it unconditionally ifdowns all interfaces: ExecStop=/sbin/ifdown %I This is a regression from previous init systems (sysvinit and upstart) which cared

[Touch-packages] [Bug 1492546] Re: Systemd runs ifdown on shutdown even when it shouldn't

2015-09-05 Thread Alkis Georgopoulos
This also affects LTSP, e.g. Wily clients can't shutdown because /sbin/poweroff is no longer accessible once ifup@.service unmounts /dev/nbd0. If systemd is fixed in Ubuntu before 15.10 is released, problem solved, otherwise we'll need to commit the following in upstream LTSP. Script

[Touch-packages] [Bug 1494139] [NEW] If a source has a comment and a single component, the component is not displayed

2015-09-10 Thread Alkis Georgopoulos
Public bug reported: Ubuntu 14.04.3, software-properties-gtk 0.92.37.3 If I have this in my sources.list.d/some-source.list: deb http://ppa.launchpad.net/ts.sch.gr/ppa/ubuntu trusty main #My repository Then "main" does not appear in the list box in the software-properties-gtk dialog → Other

[Touch-packages] [Bug 1501189] Re: Don't put 127.0.0.1 in resolvconf when port=0

2015-09-30 Thread Alkis Georgopoulos
Better regex to avoid a possibly commented #port=0: grep -qr "^[[:space:]]*port=0" /etc/dnsmasq.d/ /etc/dnsmasq.conf && return -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dnsmasq in Ubuntu.

[Touch-packages] [Bug 1501189] [NEW] Don't put 127.0.0.1 in resolvconf when port=0

2015-09-30 Thread Alkis Georgopoulos
Public bug reported: The following function is defined in /etc/init.d/dnsmasq: start_resolvconf() { # If interface "lo" is explicitly disabled in /etc/default/dnsmasq # Then dnsmasq won't be providing local DNS, so don't add it to # the resolvconf server set. for interface in

[Touch-packages] [Bug 1481025] Re: Keyboard shortcut for layout switching works in Unity but not in Gnome-Flashback

2015-10-04 Thread Alkis Georgopoulos
Gunnar, one of the 3 problems here is that im-config starts ibus while it shouldn't. We Greeks have no need for ibus, and IM_CONFIG_DEFAULT_MODE=auto should understand that and act accordingly like im-switch did in the past. In the past I've exchanged some emails with Osamu, the im-config

[Touch-packages] [Bug 1481025] Re: Keyboard shortcut for layout switching works in Unity but not in Gnome-Flashback

2015-10-04 Thread Alkis Georgopoulos
** Also affects: im-config (Ubuntu) Importance: Undecided Status: New ** Also affects: ibus (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ibus in Ubuntu.

[Touch-packages] [Bug 1481025] Re: Keyboard shortcut for layout switching works in Unity but not in Gnome-Flashback

2015-10-04 Thread Alkis Georgopoulos
Hi Gunnar, that patch works lovely for me, I tried it in Wily beta 2 + updates in: gnome-flashback-metacity (running ibus) mate-desktop (running fcitx) lubuntu (running fcitx) ...and it prohibited ibus and fcitx from running, solving the keyboard layout switching problems that they were causing

[Touch-packages] [Bug 1481025] Re: Keyboard shortcut for layout switching works in Unity but not in Gnome-Flashback

2015-10-04 Thread Alkis Georgopoulos
> How can you tell that im-config shouldn't start IBus? Isn't that why system settings vs user settings exist? For example, my /etc/default/keyboard reads: XKBLAYOUT="us,gr" XKBOPTIONS="grp:alt_shift_toggle,grp_led:scroll" Then for example Gnome puts those as the default layouts for my session.

[Touch-packages] [Bug 1492546] Re: Systemd runs ifdown on shutdown even when it shouldn't

2015-12-06 Thread Alkis Georgopoulos
Martin, I'm seeing a regression for this with systemd 228-2ubuntu1 in Ubuntu Xenial. Now I again have to remove the "ExecStop=/sbin/ifdown %I" stanza in order to get netbooted clients to shut down. Maybe something else is stopping the ifup service on shutdown now? I tried to downgrade to the

[Touch-packages] [Bug 221363] Re: Policy Kit Unlock Buttons Greyed Out when using NX / VNC / LTSP

2015-12-06 Thread Alkis Georgopoulos
Is this still an issue in recent Ubuntu/LTSP versions? ** Changed in: ltsp (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to policykit-1 in Ubuntu.

[Touch-packages] [Bug 1457730] Re: Upstart packaging conflicts with man Xsession

2015-12-04 Thread Alkis Georgopoulos
Fix released in LDM 2.2.16. ** Changed in: ltsp (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to upstart in Ubuntu. https://bugs.launchpad.net/bugs/1457730 Title:

[Touch-packages] [Bug 891793] Re: Login with USB key or smart card

2015-12-05 Thread Alkis Georgopoulos
Hi, LDM will be deprecated in LTSP 6, so I don't think anyone's going to work on this issue. So I'm marking it "Won't Fix". ** Changed in: ltsp Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1492546] Re: Systemd runs ifdown on shutdown even when it shouldn't

2015-12-14 Thread Alkis Georgopoulos
Hi Martin, I've set up remote syslogging and I'm attaching the relevant lines for the "ltsp33" client. ** Attachment added: "syslog" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1492546/+attachment/4534472/+files/syslog ** Changed in: systemd (Ubuntu) Status: Incomplete =>

[Touch-packages] [Bug 1492546] Re: Systemd runs ifdown on shutdown even when it shouldn't

2015-12-14 Thread Alkis Georgopoulos
Thank you Martin, I'm attaching journal.txt. ** Attachment added: "journal.txt" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1492546/+attachment/4534902/+files/journal.txt ** Changed in: systemd (Ubuntu) Status: Incomplete => Triaged -- You received this bug notification

[Touch-packages] [Bug 1492546] Re: Systemd runs ifdown on shutdown even when it shouldn't

2016-01-13 Thread Alkis Georgopoulos
Well... This is *not* needed anymore, i.e. the current bug was solved: # sed '/^ExecStop=/d' -i /lib/systemd/system/ifup@.service Unfortunately now this is needed, i.e. the same bug appeared elsewhere: # sed '/^ExecStop=/d' -i /lib/systemd/system/networking.service The networking.service file

[Touch-packages] [Bug 1492546] Re: Systemd runs ifdown on shutdown even when it shouldn't

2016-01-13 Thread Alkis Georgopoulos
> ifupdown should not have a config stanza (or at least only a manual one) for this. Hi Martin, yup, when network manager was introduced in Ubuntu I've had added code to LTSP to dynamically put "iface $DEVICE inet manual" in /etc/network/interfaces, to prevent network manager from assigning an

[Touch-packages] [Bug 1584314] Re: Togo keyboard layout / compose keys

2016-05-24 Thread Alkis Georgopoulos
Hi Gunnar, the issue was that in some cases, typing the Greek key for accent (tonos, the key is ";"), and then after releasing it, typing "α", resulted in two separate characters, i.e. ;+α=´α instead of the correct ;+α=ά At first I thought this was because of ibus, because I was seeing the

[Touch-packages] [Bug 959037] Re: NM-controlled dnsmasq prevents other DNS servers from starting

2016-05-26 Thread Alkis Georgopoulos
The network-manager package still ships /etc/dnsmasq.d/network-manager with "bind-interfaces" in it and that breaks the TFTP server of dnsmasq and sometimes even the DNS server of dnsmasq. "bind-dynamic" is a little better, but too unreliable to be used in production. So this bug is still not

[Touch-packages] [Bug 1492546] Re: ifdown stops "manual" interfaces on shutdown

2016-01-13 Thread Alkis Georgopoulos
> Alkis, would be great if you could test with 0.8.8ubuntu2! I confirm that ifupdown 0.8.8ubuntu2 solves the issue. I tested both with plain `poweroff` and with `ifdown -a`, which didn't bring DOWN the "manual" interface. Thanks a lot Martin! -- You received this bug notification because you

[Touch-packages] [Bug 1492546] Re: ifdown stops LTSP's "manual" interface on shutdown

2016-02-22 Thread Alkis Georgopoulos
I'm closing the LTSP task as LTSP 5.5.6 got released and was published in Xenial without the fix being included, and the newer ifupdown makes the fix not necessary anymore. ** Changed in: ltsp (Ubuntu) Status: Triaged => Won't Fix -- You received this bug notification because you are a

[Touch-packages] [Bug 1541532] Re: migrate UTC setting from /etc/default/rcS to adjtime

2016-02-16 Thread Alkis Georgopoulos
With the switch to configure UTC from /etc/adjtime instead of /etc/default/rcS, I'm having the following regression: I've installed Xenial some months ago and it's fully updated. Without customizing it, my /etc/adjtime reads: 0.0 0 0 0 The regression is this: # timedatectl set-local-rtc 1 Failed

[Touch-packages] [Bug 1541532] Re: migrate UTC setting from /etc/default/rcS to adjtime

2016-02-16 Thread Alkis Georgopoulos
Hi Martin, I reported it here: https://github.com/systemd/systemd/issues/2638 We also need to fix this in the systemd packaging in Debian/Ubuntu: # grep printf /var/lib/dpkg/info/systemd.postinst printf "0.0 0 0.0\n0\nLOCAL" > /etc/adjtime This is similar to

[Touch-packages] [Bug 696435] Re: wait-for-root fails to detect nbd root

2016-03-19 Thread Alkis Georgopoulos
This is still an issue in Ubuntu 16.04, now initramfs-tools unconditionally calls `wait-for-root /dev/nbd0 10` without even using ROOTDELAY. I also reported this bug to https://github.com/yoe/nbd/issues/36. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1487679] Re: Breaking ordering cycle by deleting job nbd-client.service/start

2016-04-07 Thread Alkis Georgopoulos
I was able to reproduce the issue in Debian Stretch after applying an Ubuntu specific patch to it. So I'm suspecting that Ubuntu's etwork- manager might be involved in this, I've put it to the affects list. Specifically, by editing Debian's /lib/systemd/system/NetworkManager.service like this:

[Touch-packages] [Bug 221363] Re: Policy Kit Unlock Buttons Greyed Out when using NX / VNC / LTSP

2016-04-12 Thread Alkis Georgopoulos
Since noone has answered for 4 months, and since some related commits have been made, I'm marking it fix released in LTSP. ** Changed in: ltsp (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 1512002] Re: Annoying dialog "Authentication is required to change your own user data"

2016-04-11 Thread Alkis Georgopoulos
Here's another way to reproduce it: $ ssh -X localhost $ /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 & $ dbus-send --system --print-reply=literal --dest=org.freedesktop.Accounts /org/freedesktop/Accounts/User1001 org.freedesktop.Accounts.User.SetXHasMessages boolean:true It

[Touch-packages] [Bug 1512002] Re: Annoying dialog "Authentication is required to change your own user data"

2016-04-08 Thread Alkis Georgopoulos
mterry, charlesk, I took the liberty of subscribing you because I think it involves this commit: https://code.launchpad.net/~mterry/indicator-messages/tell-accounts-services/+merge/93290 The issue is happening to me as well, on Ubuntu 16.04 gnome-flashback, in 2 cases: 1) sometimes when I try

[Touch-packages] [Bug 1512002] Re: Annoying dialog "Authentication is required to change your own user data"

2016-04-11 Thread Alkis Georgopoulos
** Bug watch added: freedesktop.org Bugzilla #94895 https://bugs.freedesktop.org/show_bug.cgi?id=94895 ** Also affects: accountsservice via https://bugs.freedesktop.org/show_bug.cgi?id=94895 Importance: Unknown Status: Unknown -- You received this bug notification because you

[Touch-packages] [Bug 1487679] Re: Breaking ordering cycle by deleting job nbd-client.service/start

2016-04-11 Thread Alkis Georgopoulos
I confirm that by enabling NetworkManager-wait-online.service in Debian Stretch, I started getting dependency cycles. Replacing "# Default-Start: S" with "# Default-Start: 2 3 4 5" didn't solve the cycles. Any fixes or workarounds for Xenial? For now, I removed "Required start: $network" from

[Touch-packages] [Bug 1512002] Re: Annoying dialog "Authentication is required to change your own user data"

2016-04-11 Thread Alkis Georgopoulos
Here is one method to see the dialog without working remotely: sudo sed 's/yes/auth_self/' -i /usr/share/polkit-1/actions/org.freedesktop.accounts.policy Then press Alt+Ctrl+F2 to switch to vt2, and Alt+Ctrl+F7 to switch back to vt7. After testing, to revert the change, run: sudo sed

[Touch-packages] [Bug 1487679] Re: Breaking ordering cycle by deleting job nbd-client.service/start

2016-04-28 Thread Alkis Georgopoulos
Hi Martin, I don't have access to any systems without network-manager (that's ubuntu-server installations, I imagine?) so I cannot say if it currently works with plain ifupdown or not, and if the patch will break it. Let's assume the worst, that it now works there and that the patch will break

[Touch-packages] [Bug 1487679] Re: Breaking ordering cycle by deleting job nbd-client.service/start

2016-04-25 Thread Alkis Georgopoulos
** Also affects: systemd (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1487679 Title: Breaking ordering cycle by

[Touch-packages] [Bug 1487679] Re: Breaking ordering cycle by deleting job nbd-client.service/start

2016-04-25 Thread Alkis Georgopoulos
@pitti, since 1) wouter isn't planning to fix this upstream soonish (Debian freeze is months ahead), 2) the issue is serious, i.e. people that install nbd-client, then randomly don't have network-manager running after reboots, 3) the included patch is surely better than the existing situation,

[Touch-packages] [Bug 1512002] Re: Annoying dialog "Authentication is required to change your own user data"

2016-05-20 Thread Alkis Georgopoulos
> Sebastien Bacher (seb128) wrote on 2016-04-29:#43 > @Alkis, right, the line changed was what you suggested in the upstream report > and in comment #33, > if that's incorrect/incomplete could you update the upstream report? I'm sorry guys for some reason I wasn't getting

[Touch-packages] [Bug 1512002] Re: Annoying dialog "Authentication is required to change your own user data"

2016-04-18 Thread Alkis Georgopoulos
@desrt, isn't that explained in comment #33, i.e. in https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1192300/comments/13 i.e. in patch https://code.launchpad.net/~mterry/indicator-messages/tell-accounts-services/+merge/93290 ? SetXHasMessages is called by the

[Touch-packages] [Bug 1512002] Re: Annoying dialog "Authentication is required to change your own user data"

2016-04-21 Thread Alkis Georgopoulos
@seb128, thanks for releasing the fix, but it appears that not all the patch from comment #36 was applied: - auth_self - auth_self + yes + yes is still "auth_self" in accountsservice 0.6.40-2ubuntu10, and I think that it takes priority over , so the problem still persists

[Touch-packages] [Bug 1651044] [NEW] ProxyDHCP replies on invalid range

2016-12-18 Thread Alkis Georgopoulos
Public bug reported: In Ubuntu 16.04, I've configured dnsmasq to reply on subnet=10.160.37.0/24, yet it replies even when it gets an IP on subnet=10.161.254.0/24. I've only seen this after clean system restart. If I restart dnsmasq later on, it works as expected. Maybe when dnsmasq starts, the

[Touch-packages] [Bug 1651044] Re: ProxyDHCP replies on invalid range

2016-12-18 Thread Alkis Georgopoulos
I did another test: * I unplugged the network cable so that the ltsp-server didn't have an ip. * I ran `service dnsmasq restart`. * I plugged the network cable back in. * ...and the problem came back again, i.e. dnsmasq replied on invalid range. This again suggests that it's some kind of

[Touch-packages] [Bug 1651044] Re: ProxyDHCP replies on invalid range

2016-12-20 Thread Alkis Georgopoulos
Hi Christian, Simon, the dnsmasq developer and Debian maintainer, frequently answers here in launchpad as well (and there's no upstream bug tracker). In any case, I did forward the report to the dnsmasq mailing list: http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2016q4/011010.html

[Touch-packages] [Bug 696435] Re: wait-for-root fails to detect nbd root

2017-11-11 Thread Alkis Georgopoulos
I'm the bug reporter, and I have a problem in doing the verification. a) The initial testcase that I reported happens in both 4.4 unpatched and 4.10. I.e. the bug that I reported is not yet fixed. b) Some Ubuntu developer wrote a new testcase as part of doing the SRU. I cannot reproduce that

[Touch-packages] [Bug 1751011] Re: bash crashes in qemu-user environments (bionic)

2018-03-27 Thread Alkis Georgopoulos
Another use case is in LTSP, where we debootstrap an armhf chroot to netboot raspberrypi clients. This currently fails in 18.04. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bash in Ubuntu.

[Touch-packages] [Bug 1718227] Re: replacement of ifupdown with netplan needs integration for /etc/network/if{up, down}.d scripts

2018-03-29 Thread Alkis Georgopoulos
For the maintainers of the affected packages to be able to help in this issue, addressing the main question already stated above would be most helpful: To support netplan, do we have to implement netlink events listeners ourselves? I'm not sure all maintainers are willing to do that. Or is there

[Touch-packages] [Bug 1755863] Re: netbooting the bionic live CD over NFS goes straight to maintenance mode :

2019-02-28 Thread Alkis Georgopoulos
A workaround to avoid rebuilding the initramfs is to use TWO initramfs's. The second one contains just a symlink from scripts/casper- bottom/25disable_cdrom.mount to /bin/true. I.e.: cd $(mktemp -d) mkdir -p scripts/casper-bottom/ ln -s /bin/true scripts/casper-bottom/25disable_cdrom.mount find .

[Touch-packages] [Bug 1815172] Re: Black screen on skylake after 18.0 => 18.2 update

2019-03-13 Thread Alkis Georgopoulos
Exactly. I did the "verification-done-bionic" step for 18.2.2 in comment #12 above; and unfortunately I don't have an affected school nearby, where I could test 18.2.8 in cosmic, and installing cosmic in a remote school would be hard. Thanks a lot Timo! -- You received this bug notification

[Touch-packages] [Bug 1815172] [NEW] Black screen on skylake after 18.0 => 18.2 update

2019-02-08 Thread Alkis Georgopoulos
Public bug reported: Several schools reported black screens after normally updating their Ubuntu boxes from 18.0.5-0ubuntu0~18.04.1 to 18.2.2-0ubuntu1~18.04.1. Downgrading mesa fixes the problem. lspci: 00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 530 [8086:1912] (rev

[Touch-packages] [Bug 1815172] Re: Black screen on skylake after 18.0 => 18.2 update

2019-02-08 Thread Alkis Georgopoulos
I verify that the bionic-proposed package addresses the issue. Tested in: # lspci -nn -k | grep -A 2 VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 630 [8086:5912] (rev 04) Subsystem: Gigabyte Technology Co., Ltd HD Graphics 630 [1458:d000] Kernel

[Touch-packages] [Bug 1815172]

2019-02-14 Thread Alkis Georgopoulos
Just correcting a wrong comment (#2) I made: > It happens on both 32bit and 64bit installations. I asked the school that reported the issue on 64bit to check again, and they said they have a 32bit installation after all. So the problem has only been reported in 32bit installations; I don't know

[Touch-packages] [Bug 1815172]

2019-02-09 Thread Alkis Georgopoulos
I just tried with 4.18.0-14-generic, the same issue happens there as well. And, another school reported the issue on HD Graphics 630: root@pc02:~# lspci -nn -k | grep -A 2 VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 630 [8086:5912] (rev 04) Subsystem:

[Touch-packages] [Bug 1815172]

2019-02-09 Thread Alkis Georgopoulos
Hello Sergii, I tried with 4.20.7 and it appears to work fine! Thanks! Output of the commands: # uname -a Linux srv-6gym-chalk 4.20.7-042007-generic #201902061234 SMP Wed Feb 6 17:49:39 UTC 2019 i686 i686 i686 GNU/Linux # file /usr/bin/glxinfo /usr/bin/glxinfo: ELF 32-bit LSB shared object,

[Touch-packages] [Bug 1815172]

2019-02-09 Thread Alkis Georgopoulos
I don't know the software stacks involved: If I understood it correctly, mesa 18.3.3 doesn't work with older kernels while 18.0 did work, and so I'll do a bisection to see which kernel commit fixes the issue, and then distro kernel maintainers may cherrypick it for older kernels. If there's no

[Touch-packages] [Bug 1815172]

2019-02-09 Thread Alkis Georgopoulos
I tried a small kernel bisection using the ubuntu kernel binaries, 4.19.2-041902=fails, 4.19.3-041903=works -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1815172 Title:

[Touch-packages] [Bug 1840965] [NEW] netplan initramfs code writes invalid net-eth0.conf

2019-08-21 Thread Alkis Georgopoulos
Public bug reported: While netbooting, in initramfs-tools/scripts/functions, netplan for some reason tries to overwrite /run/net-enp0s3.conf that is initially and correctly generated by ipconfig. There, it writes unquoted values like the following, which are a shell syntax error:

[Touch-packages] [Bug 1840965] Re: netplan initramfs code writes invalid net-eth0.conf

2019-08-21 Thread Alkis Georgopoulos
Using Ubuntu live CDs, I verified that this did not happen in 18.04 and happens in both 18.10 and 19.04. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1840965

[Touch-packages] [Bug 1840965] Re: dhclient initramfs code writes invalid net-eth0.conf

2019-08-26 Thread Alkis Georgopoulos
I'm attaching a patch for dhclient-enter-hooks.d/config. I thought to imitate ipconfig and write all values even if they're empty. For the debian/dhclient-script.* scripts which use chmod/chown parameters that aren't available in busybox, it might be best to just omit them, or use `cp/rm`

[Touch-packages] [Bug 1840965] Re: dhclient initramfs code writes invalid net-eth0.conf

2019-08-27 Thread Alkis Georgopoulos
I just noticed that the original script used tabs instead of spaces; I'm attaching a new .diff that respects that. ** Patch removed: "isc-dhcp.diff" https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1840965/+attachment/5284861/+files/isc-dhcp.diff ** Patch added: "isc-dhcp.diff"

[Touch-packages] [Bug 1840965] Re: dhclient initramfs code writes invalid net-eth0.conf

2019-08-27 Thread Alkis Georgopoulos
I uploaded my patch as a merge proposal instead. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1840965 Title: dhclient initramfs code writes invalid

[Touch-packages] [Bug 1840965] Re: netplan initramfs code writes invalid net-eth0.conf

2019-08-26 Thread Alkis Georgopoulos
The code that generates the invalid /run/net-enp0s3.conf belongs in the Ubuntu isc-dhcp package, and specifically in debian/initramfs- tools/lib/etc/dhcp/dhclient-enter-hooks.d/config. It got in effect in 18.10 when initramfs-tools in Ubuntu switched to calling dhclient instead of ipconfig.

[Touch-packages] [Bug 1815172] Re: [bionic] drm/i915: softpin broken, needs to be fixed for 32bit mesa

2019-09-16 Thread Alkis Georgopoulos
Hi Timo, if I remember correctly, there were some schools that were affected by this issue, but I wasn't able to reproduce it in the office due to lack of similar hardware. Unfortunately it's not easy to check which were those schools; but I can keep an eye on this issue, in case I hear about

[Touch-packages] [Bug 1840965] Re: dhclient initramfs code writes invalid net-eth0.conf

2019-09-07 Thread Alkis Georgopoulos
** No longer affects: initramfs-tools (Ubuntu) ** No longer affects: initramfs-tools (Ubuntu Eoan) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to isc-dhcp in Ubuntu. https://bugs.launchpad.net/bugs/1840965 Title:

[Touch-packages] [Bug 1855492] [NEW] Please drop LTSP specific Ubuntu diff

2019-12-06 Thread Alkis Georgopoulos
Public bug reported: Hi, I'm upstream and Debian/Ubuntu maintainer for LTSP. In the past, LTSP required some patches in isc-dhcp-server and tftpd-hpa. Since Bullseye and Focal these are no longer needed and they should be dropped. Specifically, LTSP now defaults to dnsmasq, and in the case where

[Touch-packages] [Bug 1854588] Re: Clicking 'Install' on gdebi-gtk makes it vanish ONLY when .deb opened from Chrome/Firefox

2019-11-30 Thread Alkis Georgopoulos
The following workaround doesn't remove anything and allows the wrapper to survive updates: sudo -i printf '#!/bin/sh\n\n/usr/share/gdebi/gdebi-gtk "$@"\n' > /usr/local/bin/gdebi-gtk chmod +x /usr/local/bin/gdebi-gtk exit -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1718227] Re: replacement of ifupdown with netplan needs integration for /etc/network/if{up, down}.d scripts

2019-11-11 Thread Alkis Georgopoulos
** No longer affects: epoptes (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/1718227 Title: replacement of ifupdown with netplan needs integration for

[Touch-packages] [Bug 183303] Re: Can't create new wireless network using mac80211 based drivers

2019-10-03 Thread Alkis Georgopoulos
** No longer affects: ltsp (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/183303 Title: Can't create new wireless network using mac80211 based drivers

[Touch-packages] [Bug 1051288] Re: LightDM assumes there's only ONE system default layout

2019-12-22 Thread Alkis Georgopoulos
Are you still using lightdm there? Ubuntu 19.10 uses GDM; only some other flavors like MATE, Xubuntu and Lubuntu use lightdm. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lightdm in Ubuntu.

[Touch-packages] [Bug 1861481] [NEW] language-options causes live CD sessions to be untranslated

2020-01-31 Thread Alkis Georgopoulos
Public bug reported: Since Ubuntu 19.10, for all Ubuntu live CDs that use LightDM (e.g. MATE and Xubuntu), if a user selects a language in syslinux other than those with an included langpack, the session is then untranslated. For example, if one boots Ubuntu MATE 20.04 and selects Greek in

[Touch-packages] [Bug 1861481] Re: language-options causes live CD sessions to be untranslated

2020-01-31 Thread Alkis Georgopoulos
In Ubuntu 20.04 live CD, in .xsession-errors, I see this line: dbus-update-activation-environment: setting LANGUAGE=en Maybe that's to blame here; looking more... -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1861481] Re: language-options causes live CD sessions to be untranslated

2020-01-31 Thread Alkis Georgopoulos
No, sorry, that's not it, I removed it and restarted lightdm and I still had LANGUAGE=en in the live session. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to accountsservice in Ubuntu. https://bugs.launchpad.net/bugs/1861481

[Touch-packages] [Bug 1861481] Re: language-options causes live CD sessions to be untranslated

2020-01-31 Thread Alkis Georgopoulos
Gunnar, yes, the live sessions are properly translated up to and including 19.04 (and of course 18.04 too). Starting from 19.10, all child processes of lightdm have LANGUAGE=en, so the session is untranslated. But this only happens for languages that don't have the langpack installed. Running

[Touch-packages] [Bug 1861481] Re: language-options causes live CD sessions to be untranslated

2020-01-31 Thread Alkis Georgopoulos
Hi Gunnar, here are the results: Output of Ubuntu MATE 20.04 today's daily build: $ env | grep LANG LANGUAGE=en GDM_LANG=en LANG=el_GR.UTF-8 $ locale -a C C.UTF-8 de_AT.utf8 de_BE.utf8 de_CH.utf8 de_DE.utf8 de_IT.utf8 de_LI.utf8 de_LU.utf8 el_GR.utf8 en_AG en_AG.utf8 en_AU.utf8 en_BW.utf8

[Touch-packages] [Bug 1861481] Re: language-options causes live CD sessions to be untranslated

2020-01-31 Thread Alkis Georgopoulos
I.e. from what I can see, the basic difference is that since 19.10, something sets LANGUAGE=en. While in the Italian session that has a langpack in the live iso, LANGUAGE=it. It's not /etc/default/locale, in all the cases only LANG is there and not LANGUAGE. -- You received this bug

[Touch-packages] [Bug 1861481] Re: language-options causes live CD sessions to be untranslated

2020-02-06 Thread Alkis Georgopoulos
Gunnar, so if a MATE user doesn't have the langpack installed, he shouldn't have a translated session? Why do we want to fix this only for Live CDs? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lightdm in Ubuntu.

[Touch-packages] [Bug 1861481] Re: language-options causes live CD sessions to be untranslated

2020-02-07 Thread Alkis Georgopoulos
I mean that if, on a normal 20.04 installation, I uninstall the el langpack, then 1) If I'm using GDM, universe apps show Greek, 2) If I'm using LightDM, universe apps show English (this one regressed in 19.10). If we're modifying LightDM, I suggest to modify LightDM to not set LANGUAGE at

[Touch-packages] [Bug 1861481] Re: language-options causes live CD sessions to be untranslated

2020-02-07 Thread Alkis Georgopoulos
Btw, lightdm doesn't set LANGUAGE at all in Debian; it only sets LANG, like GDM, and everything works fine. Gunnar, do you see any issues with just completely dropping your 04_language_handling.patch? Or at least this line there: +session_set_env (session, "LANGUAGE", language); --

[Touch-packages] [Bug 1861481] Re: language-options causes live CD sessions to be untranslated

2020-02-07 Thread Alkis Georgopoulos
I commented before I saw the previous reply; I'll reply to that now. The "grep cow" approach breaks the LTSP package and other software that uses a COW root. To check for casper, please `grep -w boot=casper /proc/cmdline` or something casper-specific. In schools, we sometimes have students of

[Touch-packages] [Bug 1861481] Re: language-options causes live CD sessions to be untranslated

2020-02-07 Thread Alkis Georgopoulos
I checked with 20.04 and it appears that recent Ubuntu live CDs don't have boot=casper anymore; they do still have initrd=/casper/initrd; but anyway, ^/cow should be fine (sorry I hadn't noticed the ^ there before). Thank you for your work in this. -- You received this bug notification because

[Touch-packages] [Bug 1861481] Re: language-options causes live CD sessions to be untranslated

2020-02-05 Thread Alkis Georgopoulos
The reason that this regression doesn't affect ubuntu-desktop, might be that unlike LightDM, GDM doesn't have that Ubuntu-specific patch to use /usr/share/language-tools/language-options. So, I subscribed "lightdm (Ubuntu)" to the affected packages, in case we just want to drop the

[Touch-packages] [Bug 1861481] Re: language-options causes live CD sessions to be untranslated

2020-02-01 Thread Alkis Georgopoulos
On a focal live cd, I tried to downgrade lightdm and accountsservice to their bionic versions and restart their services without rebooting, yet again the session was not translated. So I'm at a loss on which package was the one that caused the change in 19.10, maybe even glibc itself.

[Touch-packages] [Bug 1867315] [NEW] templates.dat is regenerated even without changes

2020-03-13 Thread Alkis Georgopoulos
Public bug reported: Running for example `pam-auth-update` results in /var/cache/debconf/templates.{dat,dat-old} getting regenerated with no diff. In focal live CD this file is 17 MB, so that wastes 34 MB of cow/tmpfs/RAM. This also affects ltsp.org which too uses a live session. And of course

[Touch-packages] [Bug 1867908] Re: Fix RTM NEW/DELLINK IFLA_IFNAME copy for maximum ifname length

2020-04-16 Thread Alkis Georgopoulos
Thank you seb128! :) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to wpa in Ubuntu. https://bugs.launchpad.net/bugs/1867908 Title: Fix RTM NEW/DELLINK IFLA_IFNAME copy for maximum ifname length Status in wpa package in

[Touch-packages] [Bug 1867908] Re: Fix RTM NEW/DELLINK IFLA_IFNAME copy for maximum ifname length

2020-03-28 Thread Alkis Georgopoulos
Hi all, final freeze is approaching, and I don't see anyone syncing Andrej's new version from Debian... Maybe it would be easier to just accept my patch, to have this solved for 20.04, and do the syncing for 20.10? -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1869716] Re: Removing libpango1.0-0 broke Minecraft Launcher

2020-03-31 Thread Alkis Georgopoulos
Anydesk too. Thanks for the fix! :) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pango1.0 in Ubuntu. https://bugs.launchpad.net/bugs/1869716 Title: Removing libpango1.0-0 broke Minecraft Launcher Status in pango1.0

[Touch-packages] [Bug 1762952] Re: Alternative shortcut for layout switching Alt+Shift unexpectedly set by default

2020-08-18 Thread Alkis Georgopoulos
Hi, this fix caused a regression in ubiquity: LP: #1892014 Ubiquity doesn't put alt_shift_toggle in XKBOPTIONS anymore, so we cannot switch to e.g. Greek using Alt+Shift, after going through a normal installation (or even in the live session). Are users expected to manually run `dpkg-reconfigure

[Touch-packages] [Bug 1892014] Re: 18.04.14.7 regression: no alt_shift_toggle in XKBOPTIONS

2020-08-27 Thread Alkis Georgopoulos
Hi Gunnar, thank you for the feedback, > Possibly console-setup could be modified again, so the default shortcut depends on XDG_CURRENT_DESKTOP ("No toggling" for GNOME and "Alt+Shift" for others). That way there wouldn't be a need to involve ubiquity or other desktops. When launching a console,

[Touch-packages] [Bug 1854588] Re: gdebi-gtk calls pkexec inappropriately

2020-08-23 Thread Alkis Georgopoulos
The problem is not in firefox or mate, it's in gdebi-gtk, and specifically in GDebiGtk.py, line 619: os.execv(pkexec_cmd, pkexec_args+gdebi_args) This replaces the current process with a pkexec call. This is not a valid usage of pkexec, as pkexec requires the parent process to not be init

[Touch-packages] [Bug 1854190] Re: software-properties-gtk crashed with TypeError in new_init(): could not convert value for property `transient_for' from DialogCacheOutdated to GtkWindow

2020-09-24 Thread Alkis Georgopoulos
*** This bug is a duplicate of bug 1829401 *** https://bugs.launchpad.net/bugs/1829401 ** This bug has been marked a duplicate of bug 1829401 gi.repository.GLib.GError: pk-client-error-quark: could not do untrusted question as no klass support -- You received this bug notification

[Touch-packages] [Bug 1829401] Re: gi.repository.GLib.GError: pk-client-error-quark: could not do untrusted question as no klass support

2020-09-24 Thread Alkis Georgopoulos
Same problem here when telling software-properties-gtk to refresh the cache, in Ubuntu MATE 20.04.1. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to packagekit in Ubuntu. https://bugs.launchpad.net/bugs/1829401 Title:

[Touch-packages] [Bug 1902109] Re: rsync uses lchmod and fails in Ubuntu >= 20.10 if /proc isn't mounted

2020-12-09 Thread Alkis Georgopoulos
Since this was fixed upstream and it doesn't affect any LTS Ubuntu releases, I don't think it's important enough to do SRUs. Thank you! (For LTSP users, that are affected by this: once a fixed rsync version lands in Ubuntu, I'll copy it to the LTSP PPA for Groovy, so LTSP will work there too) --

[Touch-packages] [Bug 1902109] Re: rsync uses lchmod and fails in Ubuntu >= 20.10 if /proc isn't mounted

2020-10-30 Thread Alkis Georgopoulos
Hi Robie, thank you for the feedback, I located an upstream bug report in glibc for this: https://sourceware.org/bugzilla/show_bug.cgi?id=26401 ** Bug watch added: Sourceware.org Bugzilla #26401 https://sourceware.org/bugzilla/show_bug.cgi?id=26401 ** Also affects: rsync via

  1   2   >