[Bug 1768235] [NEW] Ifenslave failing when bonding vlans

2018-05-01 Thread Tom Verdaat
Public bug reported: There is a problem when running a bond on top of vlans. Running ifup with verbose enabled shows run-parts being executed in (what seems like) alphabetical order, but to enslave a vlan interface, run-part /etc/network/if-pre-up.d/vlan should be executed before run-part /etc/net

[Bug 1701023] Re: (on trusty) version 1.9-3ubuntu10.4 regression blocking boot completion

2018-05-01 Thread Tom Verdaat
Neither issue is fixed by the downgrade. As said, neither seems to have to do with vlan but with ifupdown. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1701023 Title: (on trusty) version 1.9-3ubunt

[Bug 1701023] Re: (on trusty) version 1.9-3ubuntu10.4 regression blocking boot completion

2018-04-30 Thread Tom Verdaat
Hi @ddstreet. Completely understand your need to limit the scope of this bug. Just shared our findings, but feel free to ignore the stuff in #28 under item 2. We did a lot of extensive testing over the weekend with the latest version of your PPA package and here are our main findings: 1) We migrat

[Bug 1701023] Re: (on trusty) version 1.9-3ubuntu10.4 regression blocking boot completion

2018-04-26 Thread Tom Verdaat
We've been doing a lot more testing and debugging and I'd like to share our findings: 1) Unfortunately it turns out this change does not fix the issue of interfaces not coming up correctly for a bond with a (static) network configuration. The race condition seems to be removed so at least there

[Bug 1701023] Re: (on trusty) version 1.9-3ubuntu10.4 regression blocking boot completion

2018-04-21 Thread Tom Verdaat
@ddstreet tested with the latest version of ifupdown and vlan from your PPA with my 4 testscenario's and can confirm it works as expected. Interfaces come up correctly both when doing an "ifup -a" and during boot. One small thing I've noticed is a variation in the number of "Set name- type for VLA

[Bug 1759573] Re: vlan on top of untagged network won't start

2018-04-13 Thread Tom Verdaat
@ddstreet here's how I reproduced: I created a VirtualBox VM with Xenial and 3 interfaces: enp0s3 and enp0s8 on an internal network, enp0s9 on a bridge to my LAN). Then I applied each of the 4 configurations below and ran "ifup -a". Try it and you'll see the same behavior. You are correct: the pro

[Bug 1759573] Re: vlan on top of untagged network won't start

2018-04-13 Thread Tom Verdaat
*** This bug is a duplicate of bug 1701023 *** https://bugs.launchpad.net/bugs/1701023 Totally support marking this as a duplicate. As long as we get this fix pushed a.s.a.p. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 1759573] Re: vlan on top of untagged network won't start

2018-04-12 Thread Tom Verdaat
Got right on it! Tested your PPA version on the same testcases and it works perfectly. Indeed the same issue and the same type of resolution. Your ifquery is more elegant though, so definitely go with that! Would love to see this released and pushed a.s.a.p. because this is breaking our production

[Bug 1759573] Re: vlan on top of untagged network won't start

2018-04-12 Thread Tom Verdaat
Been doing some troubleshooting and we think we've found the fix for this issue: The script /etc/network/if-pre-up.d/vlan contains the following section of code starting at line 62: if [ ! -e "/sys/class/net/$IFACE" ]; then # Try ifup for the raw device, if it fails then bring it up directly

[Bug 1636708] Re: ifup -a does not start dependants last, causes deadlocks with vlans/bonding

2018-04-11 Thread Tom Verdaat
@ddstreet I opened a separate ticket as requested a while ago. Some eyes on it would be very welcome. It's bug 1759573 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1636708 Title: ifup -a does not s

[Bug 1759573] [NEW] vlan on top of untagged network won't start

2018-03-28 Thread Tom Verdaat
Public bug reported: Due to an upgrade (of probably of the ifupdown or vlan package), this specific network configuration no longer comes up automatically: 1) Two or more network interfaces bonded 2) An untagged network configured on that bond 3) A vlan on top of that untagged network What does

[Bug 1573272] Re: default gateway route not installed for bond interfaces through reboot

2017-10-05 Thread Tom Verdaat
Found this bug ticket while troubleshooting a networking issue with bonding and vlans after upgrading the vlan package. Reported it here: https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1636708/comments/11 Any chance this change caused that issue? -- You received this bug notification be

[Bug 1636708] Re: ifup -a does not start dependants last, causes deadlocks with vlans/bonding

2017-10-05 Thread Tom Verdaat
We upgraded to the vlan 1.9-3.2ubuntu1.16.04.3 package and our networking broke horribly in a very similar way. Let me start with our networking configuration. Two slaves, a bond and a vlan on top of that bond: auto eno1 iface eno1 inet manual mtu 1500 bond-master bond1 bond-primary eno1

[Bug 1525800] Re: [SRU] ceilometer client error when create Alarm

2016-04-21 Thread Tom Verdaat
I see the 5.0.1. release is from Jan 19 and there have been up to 43 merges in the stable/liberty since, including this one. Could the Heat team please do a maintenance release soon? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 1384555] Re: SQL error during alembic.migration when populating Neutron database on MariaDB 10.0

2014-10-24 Thread Tom Verdaat
Due to this bug Neutron will only work with version <= 5.5 of mysql/mariadb, e.g. older versions. Downgrading to 5.5 isn't a solution, it's a workaround! It also means there is no database upgrade path for OpenStack, and this version limitation isn't mentioned anywhere in the documentation. I'd sa

[Bug 1384555] Re: SQL error during alembic.migration when populating Neutron database on MariaDB 10.0

2014-10-24 Thread Tom Verdaat
** Summary changed: - Openstack Neutron Database error on filling database + SQL error during alembic.migration when populating Neutron database on MariaDB 10.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 1384555] Re: Openstack Neutron Database error on filling database

2014-10-24 Thread Tom Verdaat
So this is indeed a bug, but the real problem is not so much the neutron database model itself but SQLAlchemy/Alembic generating SQL that doesn't work on MariaDB 10.0. Has MariaDB 10.0 broken SQL syntax? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 1384555] Re: Openstack Neutron Database error on filling database

2014-10-23 Thread Tom Verdaat
Can confirm that I've got the same problem on Ubuntu 14.04, Openstack Juno using the cloud-archive repository (juno-staging), ML2 with OVS and L2population plugins, flat and vxlan network(s), L3 HA and DVR enabled. Used puppet-neutron to deploy. -- You received this bug notification because you a

[Bug 1384555] Re: Openstack Neutron Database error on filling database

2014-10-23 Thread Tom Verdaat
** Changed in: neutron Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1384555 Title: Openstack Neutron Database error on filling database To manage notificatio

[Bug 1384555] Re: Openstack Neutron Database error.

2014-10-23 Thread Tom Verdaat
** Also affects: neutron (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1384555 Title: Openstack Neutron Database error. To manage notifications

[Bug 1303876] Re: VPN agent dependencies are foobar

2014-05-01 Thread Tom Verdaat
Unlike the l3 agent package the vpn agent package is lacking the /etc/init/neutron-l3-agent.conf file required to start the l3 agent. Does the vpn agent provide a superset of functionality which means that if you're already running the vpn agent you don't need to separately run the l3 agent? Or is

[Bug 573659] Re: Compose new email window incorrectly resizes when viewing attachment bar

2010-05-02 Thread Tom Verdaat
** Attachment added: "what happens to the not maximized window when the attachment bar is hidden again" http://launchpadlibrarian.net/47258986/window%20no%20attachment%20again.png -- Compose new email window incorrectly resizes when viewing attachment bar https://bugs.launchpad.net/bugs/5736

[Bug 573659] Re: Compose new email window incorrectly resizes when viewing attachment bar

2010-05-02 Thread Tom Verdaat
** Attachment added: "What happens to the not maximized window when the attachment bar is opened" http://launchpadlibrarian.net/47257742/window%20with%20attachment.png -- Compose new email window incorrectly resizes when viewing attachment bar https://bugs.launchpad.net/bugs/573659 You recei

[Bug 573659] Re: Compose new email window incorrectly resizes when viewing attachment bar

2010-05-02 Thread Tom Verdaat
** Attachment added: "The basic 'compose email' window but not maximized" http://launchpadlibrarian.net/47257111/window%20no%20attachment.png -- Compose new email window incorrectly resizes when viewing attachment bar https://bugs.launchpad.net/bugs/573659 You received this bug notification b

[Bug 573659] Re: Compose new email window incorrectly resizes when viewing attachment bar

2010-05-02 Thread Tom Verdaat
** Attachment added: "What happens to the full screen window when the attachment bar is opened" http://launchpadlibrarian.net/47256996/full%20screen%20attachment.png -- Compose new email window incorrectly resizes when viewing attachment bar https://bugs.launchpad.net/bugs/573659 You receive

[Bug 573659] [NEW] Compose new email window incorrectly resizes when viewing attachment bar

2010-05-02 Thread Tom Verdaat
Public bug reported: Binary package hint: evolution Upgraded to Lucid and now consistently experiencing the following bug with Evolution: Steps to recreate: 1. Start a new email message (ctrl+N) 2. Display the "attachment bar" at the bottom of the window, either by clicking the + bottom left or

[Bug 573659] Re: Compose new email window incorrectly resizes when viewing attachment bar

2010-05-02 Thread Tom Verdaat
** Attachment added: "Regular 'compose new email' full screen window" http://launchpadlibrarian.net/47256902/full%20screen%20no%20attachment%20bar.png -- Compose new email window incorrectly resizes when viewing attachment bar https://bugs.launchpad.net/bugs/573659 You received this bug noti

[Bug 256478] Re: Support contact grouping (metacontacts)

2010-04-30 Thread Tom Verdaat
Nice quote by Paul Kishimoto on the related bug on GNOME bugzilla: So the following have all been mentioned: People (0.0.6 release two years old, https://launchpad.net/people-core) Soylen

[Bug 563879] Re: evolution-data-server consumes massive amounts of memory, invokes OOM killer

2010-04-20 Thread Tom Verdaat
Running Lucid Beta. Have 4 evolution-data-server processes when I just logged in without even having opened Evolution that each consume about 50 MB. This means e-d-s is using 200 MB of my 1 GB just to run in the background I have configured in Evolution: 1 regular POP3 account 2 GMail account

[Bug 80855] Re: greasemonkey plugin does not work

2010-04-09 Thread Tom Verdaat
Confirmed on Lucid. -- greasemonkey plugin does not work https://bugs.launchpad.net/bugs/80855 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/lis

[Bug 528887] Re: maximus does not give default focus to newly started apps in combination with efl launcher

2010-04-08 Thread Tom Verdaat
This screenshot shows what happens in my case. I was using Evolution and then opened Getting Things GNOME through its tray icon. The screen pops up, but the title bar retains its focus on Evolution. ** Attachment added: "Schermafdruk.png" http://launchpadlibrarian.net/43512234/Schermafdruk.png

[Bug 528887] Re: maximus does not give default focus to newly started apps in combination with efl launcher

2010-04-08 Thread Tom Verdaat
I think I have the same problem in Lucid Beta1: Sometimes windows open maximized and on top, but do not seem to have focus. This means the "title bar" part in the UNE top bar does not display the name of the newly raised window, but of the one previously having focus. If you click the close button

[Bug 433651] Re: no text wrap when typing in the message entry

2010-03-28 Thread Tom Verdaat
I can confirm this bug in Lucid Beta 1. Text wrap works as it should if the IRC room contactlist is disabled (uncheck Conversation > Show contactlist). If you enable the contactlist, the window automatically grows (width only) when typing texts longer than the window width. It does not wrap text i

[Bug 216353] Re: 2.6.24 Kernel boot hangs on disk read ( ldm_validate_partition_table() )

2009-06-23 Thread Tom Verdaat
I'm unable to test this. Fixed the issue a long time ago by changing cables as described in the comment by Spohl (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/216353/comments/14). -- 2.6.24 Kernel boot hangs on disk read ( ldm_validate_partition_table() ) https://bugs.launchpad.net/bugs/2

[Bug 179047] Re: user friendy monitor/tv-out hotplugging support: a display manager applet?

2008-09-24 Thread Tom Verdaat
Very well, moved to Brainstorm. I would like to invite everyone that supports (or dislikes) this suggestion to vote: http://brainstorm.ubuntu.com/idea/13656 -- user friendy monitor/tv-out hotplugging support: a display manager applet? https://bugs.launchpad.net/bugs/179047 You received this bug

[Bug 218931] Re: liferea can't open epiphany browser when click on a news

2008-07-27 Thread Tom Verdaat
Confirm this bug is "caused by" favicon extension of epiphany. Disabling this extension "solved" it for me. Not sure whether this then is a liferea bug at all. Maybe this is strictly an epiphany(-extensions) bug? ** Changed in: epiphany-extensions (Ubuntu) Sourcepackagename: liferea => epiphany-ex

[Bug 175503] Re: User-friendly automounting of ntfs partitions with an unclean logfile

2008-07-27 Thread Tom Verdaat
I like the suggestion by Ric Flomag. It didn't make it into Hardy so I've marked it for Intrepid. Hope it makes it this time. -- User-friendly automounting of ntfs partitions with an unclean logfile https://bugs.launchpad.net/bugs/175503 You received this bug notification because you are a member

[Bug 216353] Re: 2.6.24 Kernel boot hangs on disk read ( ldm_validate_partition_table() )

2008-07-27 Thread Tom Verdaat
Just updated the computer that I've experienced this bug on and it is not fixed in the 2.6.24-19 kernel release. -- 2.6.24 Kernel boot hangs on disk read ( ldm_validate_partition_table() ) https://bugs.launchpad.net/bugs/216353 You received this bug notification because you are a member of Ubuntu

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-06-29 Thread Tom Verdaat
forgot one: http://ostebaronen.dk/?p=32 -- Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events https://bugs.launchpad.net/bugs/159026 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubun

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-06-29 Thread Tom Verdaat
These pages contain some nice insights and scripts as well: * http://www.thinkwiki.org/wiki/Installing_Ubuntu_6.10_on_a_ThinkPad_X41_Tablet * http://www.krizka.net/2008/02/13/thinkpad-x61-tablet-automatic-screen-rotation-under-linux/ * http://www.krizka.net/2008/01/23/thinkpad-x61-tablet-tilt-det

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-06-27 Thread Tom Verdaat
I'm not a programmer so excuse me if this remark is completely illogical. I was reading this and wondering why we need a rotate_daemon? There seem to be a number of actions related to screen rotation: * rotating the screen to and from tablet mode * vertically rotating the laptop itself * pushing t

[Bug 216353] Re: 2.6.24 Kernel boot hangs on disk read ( ldm_validate_partition_table() )

2008-06-01 Thread Tom Verdaat
Not fixed in 2.6.24-17 kernel release. ** Changed in: linux (Ubuntu) Status: Triaged => Confirmed -- 2.6.24 Kernel boot hangs on disk read ( ldm_validate_partition_table() ) https://bugs.launchpad.net/bugs/216353 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 216353] Re: 2.6.24 Kernel boot hangs on disk read ( ldm_validate_partition_table() )

2008-06-01 Thread Tom Verdaat
I see the status has been set to 'Triaged'. Don't know what was done but the -17 kernel does not solve this error. I manually have to set this to the -12 series again! I'm sorry to have to say this but this is unacceptable, most certainly for a LTS release. The only reason I can run Hardy on this

[Bug 205060] Re: Random gnome freeze when attempting to logout/restart computer

2008-05-10 Thread Tom Verdaat
I had a resembling issue before on Gutsy. Strange thing was that I was the only one of the four users on the computer that had this issue. When upgrading to Hardy I backed up my home dir, emptied it and only put back the config files I really needed. Have you tried adding a new user and logging in

[Bug 229043] Re: System freezes when login out

2008-05-10 Thread Tom Verdaat
Have about the same issue: * Shutting down always works as expected * Logging out often results in a black screen when restarting GDM. - The default Ubuntu sound is played just like when the login box is presented, only nothing is displayed. - The complete system freezes. nothing responds

[Bug 218931] Re: liferea can't open epiphany browser when click on a news

2008-04-27 Thread Tom Verdaat
I can confirm this issue on Hardy x86. Been using it from Flight6 and now running the new stable release and this has been an issue in every Hardy release. -- liferea can't open epiphany browser when click on a news https://bugs.launchpad.net/bugs/218931 You received this bug notification because

[Bug 159026] Re: Lenovo Thinkpad x41 Tablet and X60 Tablet rotate events

2008-04-19 Thread Tom Verdaat
I support this request. Florian, there is also a sensor on my X60 that senses which side of the screen is down when holding it vertically (in stead of laying it down on a table). Windows uses it to rotate the screen accordingly automatically. Is that included in your scripts? If not, could you loo

[Bug 216353] Re: 2.6.24 Kernel boot hangs on disk read ( ldm_validate_partition_table() )

2008-04-12 Thread Tom Verdaat
** Attachment added: "DSCN2262.JPG" http://launchpadlibrarian.net/13380778/DSCN2262.JPG -- 2.6.24 Kernel boot hangs on disk read ( ldm_validate_partition_table() ) https://bugs.launchpad.net/bugs/216353 You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 216353] [NEW] 2.6.24 Kernel boot hangs on disk read ( ldm_validate_partition_table() )

2008-04-12 Thread Tom Verdaat
Public bug reported: I'm testing Hardy and ran into the following issue: The 2.6.24-12 kernel boots and the system works just fine. Both the 2.6.24-14 and -16 do not boot. Immediately after selecting the kernel in GRUB, it hangs while loading the kernel, giving a load of ATA related errors and en

[Bug 205440] Re: package language-pack-en 1:8. 04+20080308 failed to install/upgrade: Versuche, »/usr/share/locale-langpack/en_GB/LC_MESSAGES/sha red-mime-info.mo« zu überschreiben, welches auch in

2008-03-24 Thread Tom Verdaat
** Also affects: language-pack-nl (Ubuntu) Importance: Undecided Status: New ** Also affects: language-pack-fr (Ubuntu) Importance: Undecided Status: New -- package language-pack-en 1:8.04+20080308 failed to install/upgrade: Versuche, »/usr/share/locale-langpack/en_GB/LC_MES

[Bug 205850] Re: package conflict: language-pack-gnome-zh and language-pack-zh

2008-03-24 Thread Tom Verdaat
*** This bug is a duplicate of bug 205440 *** https://bugs.launchpad.net/bugs/205440 ** This bug has been marked a duplicate of bug 205440 package language-pack-en 1:8.04+20080308 failed to install/upgrade: Versuche, »/usr/share/locale-langpack/en_GB/LC_MESSAGES/shared-mime-info.mo« zu üb

[Bug 191281] Re: [hardy] Xorg freezes on 945GM to black screen with artifacts and mouse pointer, no compiz active

2008-03-20 Thread Tom Verdaat
I have an Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (according to lspci) and get this issue just as well. The screen turns black and nothing helps except rebooting. I am using compiz. This issue did not exist under Gutsy. Found out that I can ctrl+alt+f1 to the terminal

[Bug 179047] user friendy monitor/tv-out hotplugging support: a display manager applet?

2007-12-28 Thread Tom Verdaat
Public bug reported: Yesterday I got tv-out working on my laptop running Ubuntu Gutsy. It's great to see that display hotplugging is finally supported but to turn tv-out on and off I need to enter several xrandr commands. I believe this does not comply with the "it just works" idea behind Ubuntu.

[Bug 37239] Re: VPN connection should alter /etc/resolv.conf

2007-12-23 Thread Tom Verdaat
I've read the thread and concluded that I think we might be talking about several different bugs which appear alike but might have to be split (disclaimer: i am not a programmer so I'm not sure!). The things I've read about: 1) Which DNS servers (resolv.conf) and routes NM should set for: 1A) A V

[Bug 175503] User-friendly automounting of ntfs partitions with an unclean logfile

2007-12-11 Thread Tom Verdaat
Public bug reported: Binary package hint: ntfs-3g When you try to mount a ntfs drive that was not safely removed last time you'll get the following error: > Cannot mount volume > unable to mount the volume > > Details: > $LogFile indicates unclean shutdown (0,0) Failed to mount '/dev/hda1/': >

[Bug 94068] Re: Can't configure IP addr's on multiple NICs

2007-04-08 Thread Tom Verdaat
Have the same problem: My computer has got 2 regular network cards and a wifi card. Of the regular cards, one uses DHCP and the other has a static NIC. In Edgy, NetworkManager let me choose between the DHCP card or a wifi connection and thus not touching the static card. It worked like a charm. In

[Bug 66900] Re: APIC error on CPU0: 40(40)

2007-01-14 Thread Tom Verdaat
I've got the same errors on my Asus L5800C laptop. Even worse: i've had no problems running breezy and dapper but I am since recently experiencing random hangups in Edgy. This results in the keyboards (1 onboard, 1 ps/2 through usb) not responding (mouse and touchpad still do). Then either no prog

[Bug 59946] Re: Admin tools require admin group membership

2006-11-05 Thread Tom Verdaat
Instructions by Justin Dugger solved my problem. I guess some kind of check script should be pushed as an update of some sort, to make sure this is solved on all systems. Not that this matters in my case, I need to completely re-install Ubuntu because of all the upgrade issues :( -- Admin tools

[Bug 59946] Re: Admin tools require admin group membership

2006-10-31 Thread Tom Verdaat
Breezy -> Dapper -> Edgy Rebooted several times. Still not solved. Maybe this helps. The username I'm using is 'tom' which was created during the breezy installation. This user is in the following groups: $ cat /etc/group |grep "tom" adm:x:4:tom dialout:x:20:tom,cupsys cdrom:x:24:tom,hal,haldaem

[Bug 69029] Re: The configuration could not be loaded

2006-10-30 Thread Tom Verdaat
*** This bug is a duplicate of bug 59946 *** There is no output. just the pop-up with the "The configuration could not be loaded, You are not allowed to access the system configuration." message. I'm running the user that was created during the installation. It worked fine under dapper, but not u

[Bug 50477] Re: Please backport newer rhythmbox to dapper-backports

2006-08-30 Thread Tom Verdaat
Tested the deb posted by John Dong and it has been working fine on my dapper environment for weeks now. -- Please backport newer rhythmbox to dapper-backports https://launchpad.net/bugs/50477 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubun