[Bug 1899690] Re: HWE Kernel causes incompatable behavior with Kubernetes

2021-11-22 Thread Stefan Lasiewski
It looks like the version was iptables v1.8.3 according to my comment at [1] ``` root@kube-proxy:/# iptables-save --version iptables-save v1.8.3 (legacy) root@kube-proxy:/# ``` [1] https://github.com/kubernetes/kubernetes/issues/95409#issuecomment-706472275 ** Bug watch added:

[Bug 1870514] Re: update containerd:amd64 1.3.3-0 stops docker daemon

2020-12-01 Thread Stefan Lasiewski
> A workaround for this seems to be to use the docker snap package. Use caution here. Snap tends to upgrade/restart things on its own schedule, so you might run into the same issue. I use Apt's pinning feature to pin the Docker version on production hosts: ``` /etc/apt/preferences.d# cat

[Bug 1899690] Re: HWE Kernel causes incompatable behavior with Kubernetes

2020-10-13 Thread Stefan Lasiewski
One real question here: Why does iptables behave differently when the HWE kernel v5 is installed instead of the standard Kernel v4. Is it possible to use a configuration option to prevent the `[unsupported revision]` errors? -- You received this bug notification because you are a member of

[Bug 1899690] Re: HWE Kernel causes incompatable behavior with Kubernetes

2020-10-13 Thread Stefan Lasiewski
This does not happen with the standard Linux kernel: ``` root@docker1:~# uname -a Linux cntest13 4.15.0-118-generic #119-Ubuntu SMP Tue Sep 8 12:30:01 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux root@docker1:~# iptables-save |grep unsupported root@docker1:~# ``` As a workaround, we have

[Bug 1899690] Re: HWE Kernel causes incompatable behavior with Kubernetes

2020-10-13 Thread Stefan Lasiewski
This appears to be a bug with Ubuntu, not Kubernetes. Kube-proxy is reponsible for managing these rules. The rules inside the container appear fine even though they show an error on the host. On the host: ``` root@docker1:~# iptables-save | grep AAAREDACTED1 :KUBE-SEP-AAAREDACTED1 - [0:0] -A

[Bug 1899690] [NEW] HWE Kernel causes incompatable behavior with Kubernetes

2020-10-13 Thread Stefan Lasiewski
Public bug reported: This is a follow up from a bug that I filed for Kubernetes: https://github.com/kubernetes/kubernetes/issues/95409 **What happened**: I'm running Kubernetes on my Ubuntu 18.04 systems. Kubernetes is installed via Rancher (RKE). My Kubernetes 1.17 cluster (and Kubernetes

[Bug 1000543] Re: Odd permissions on $HOME/.config/nautilus-actions make the directory unreadable by the owner

2013-04-02 Thread Stefan Lasiewski
@Dude4Linux: A few notes: - On my system, the root user is also affected by this bug. Your find command doesn't scan root's home directory, but can be easily modified. - Find can detect certain permissions with the `-perm` flag. No need for pipes, xargs or a second sudo. This command will list

[Bug 1076259] Re: Firestarter should use /var/log/kern.log not /var/log/messages

2012-11-17 Thread Stefan Lasiewski
Firestarter is no longer developed Whoops. I should have checked the package I suppose. But if it's abandoned, then why is it still included in the repo? This is disappointing, because I don't like ufw/gufw (Uncomplicated Firewall is sometimes more complicated then simply using iptables

[Bug 1076259] [NEW] Firestarter should use /var/log/kern.log not /var/log/messages

2012-11-07 Thread Stefan Lasiewski
Public bug reported: Firestarter is looking for the file /var/log/messages . If Firestarter cannot find this file upon startup, then it prints the error: Failed to open the system log No event information will be available. It appears that Ubuntu no longer uses /var/log/messages by

[Bug 998278] Re: Can't read Debian changelog

2012-10-03 Thread Stefan Lasiewski
This affects multiple packages: lrwxrwxrwx 1 root root 32 Aug 7 17:10 /usr/share/doc/openoffice.org-calc/changelog.Debian.gz - ../uno-libs3/changelog.Debian.gz lrwxrwxrwx 1 root root 32 Aug 7 17:10 /usr/share/doc/openoffice.org-gnome/changelog.Debian.gz - ../uno-libs3/changelog.Debian.gz

[Bug 1027902] Re: Screen not locked when coming out of suspend/hibernate

2012-09-22 Thread Stefan Lasiewski
I am running Ubuntu 12.04.1 LTS. The screensaver does not lock, despite the fact that I have configured All Settings: Brightness and Lock to lock the screen after 30 seconds. How can I fix this? Here is what I do: 1. Click Dash and write : brightness and lock 2. The Brightness and Lock

[Bug 894456] Re: Please merge or sync new btrfs-tools from Debian testing or unstable - lots of bugs present in Ubuntu now :(

2012-06-29 Thread Stefan Lasiewski
Please stay tuned. I will be blogging about it on Planet Ubuntu. Dmitrijs, are you still planning on writing about this on Planet Ubuntu? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/894456 Title:

[Bug 991481] Re: Constant dns traffic for daisy.ubuntu.com

2012-06-19 Thread Stefan Lasiewski
Here is the output from tcpdump showing the requests: $ sudo tcpdump -i br0 -n | egrep 91.189.95.54|91.189.95.55 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on br0, link-type EN10MB (Ethernet), capture size 65535 bytes 12:05:18.811705 IP 192.168.1.1.53

[Bug 1003736] [NEW] Ubuntu Server Guide » Virtualization » libvirt » Resources contains the wrong URL for 'KVM'

2012-05-23 Thread Stefan Lasiewski
Public bug reported: The following section in the Ubuntu Server Guide contains the incorrect URL. The section at Ubuntu Server Guide » Virtualization » libvirt » Resources says the following: Resources See the [KVM] home page for more details. Where [KVM] points to

[Bug 1000543] Re: Odd permissions on $HOME/.config/nautilus-actions make the directory unreadable by the owner

2012-05-17 Thread Stefan Lasiewski
** Summary changed: - $HOME/.config/nautilus-actions permissions make directory unreadable by the owner + Odd permissions on $HOME/.config/nautilus-actions make the directory unreadable by the owner -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1001076] [NEW] system fails to boot if btrfs has certain options in /etc/fstab

2012-05-17 Thread Stefan Lasiewski
Public bug reported: I have btrfs running on second harddrive (Not the root partition). I use 'compress=lzo' and I have set 'pass' to '2' so that the OS will check the volume at boot time. # file system mount point type options dump pass UUID=abcdefg /btrfs btrfs

[Bug 1001076] Re: system fails to boot if btrfs has certain options in /etc/fstab

2012-05-17 Thread Stefan Lasiewski
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1001076 Title: system fails to boot if btrfs has certain options in /etc/fstab To manage notifications about this bug go to:

[Bug 1001079] [NEW] btrfs-tools includes depricated command 'btrfsctl'

2012-05-17 Thread Stefan Lasiewski
Public bug reported: Ubuntu ships with the command `/sbin/btrfsctl`. However, btrfsctl was depreciated a while ago. https://btrfs.wiki.kernel.org/index.php/Btrfsctl says: Note: This command is deprecated in favour of btrfs. btrfsctl should be removed. At the very least, the man page should

[Bug 1001079] Re: btrfs-tools includes depricated command 'btrfsctl'

2012-05-17 Thread Stefan Lasiewski
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1001079 Title: btrfs-tools includes depricated command 'btrfsctl' To manage notifications about this bug go to:

[Bug 961251] Re: mkfs.btrfs(8) does not explain -h switch

2012-05-16 Thread Stefan Lasiewski
Was the -h flag ever a valid switch? The -h flag is not mentioned in the Wiki page for mkfs.btrfs [1]. In Ubuntu 12.04, -h is not a valid switch: $ mkfs.btrfs -h mkfs.btrfs: invalid option -- 'h' usage: mkfs.btrfs [options] dev [ dev ... ] options: -A --alloc-start the offset to start

[Bug 961251] Re: mkfs.btrfs(8) does not explain -h switch

2012-05-16 Thread Stefan Lasiewski
Was -h ever a valid switch? The -h flag is not mentioned in the Wiki page for mkfs.btrfs [1]. The -h flag was included with a patch to the kernel, but that patch was not incorporated into the kernel [2] [3] In Ubuntu 12.04, the -h flag is invalid: $ mkfs.btrfs -h mkfs.btrfs: invalid option --

[Bug 1000543] [NEW] $HOME/.config/nautilus-actions permissions make directory unreadable by the owner

2012-05-16 Thread Stefan Lasiewski
Public bug reported: The directory $HOME/.config/nautilus-actions has odd permissions. The owner of the directory cannot read the contents of this directory. $ ls -ld ~/.config/nautilus-actions/ d-wxr-xr-T 2 stefanl stefanl 4096 May 10 08:55 /home/stefanl/.config/nautilus-actions/ $ ls -l

[Bug 924621] Re: btrfs: Option to create read-only snapshot does not exist

2012-05-09 Thread Stefan Lasiewski
Just confirming that this also happens in Precise. I recently upgraded to Precise, and I get this same error. $ cat /etc/issue Ubuntu 12.04 LTS \n \l $ btrfs subvolume snapshot -r /u1 /u1/.snapshot/test ERROR: 'subvolume snapshot' requires 2 arg(s) -- You received this bug notification

[Bug 929206] Re: unity; Failed to open file '/usr/share/virt-manager/pixmaps/virt-manager-icon.svg': No such file or directory

2012-03-04 Thread Stefan Lasiewski
this icon is missing from the unity launcher. please see attached screenshot. on my system /usr/share/pixmaps/virt-manager-icon.svg is a broken symlink. $ ls -ld /usr/share/pixmaps/virt-manager-icon.svg lrwxrwxrwx 1 root root 45 2011-08-19 09:07 /usr/share/pixmaps/virt-manager-icon.svg -

[Bug 929206] Re: unity; Failed to open file '/usr/share/virt-manager/pixmaps/virt-manager-icon.svg': No such file or directory

2012-03-04 Thread Stefan Lasiewski
this error message appears in .xsession-errors in my home directory. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929206 Title: unity; Failed to open file '/usr/share/virt-manager/pixmaps/virt-

[Bug 929206] [NEW] unity; Failed to open file '/usr/share/virt-manager/pixmaps/virt-manager-icon.svg': No such file or directory

2012-02-08 Thread Stefan Lasiewski
Public bug reported: looks like there is no icon included with virt-manager. here is the error message from unity; WARN 2012-02-08 14:57:41 unity.iconloader IconLoader.cpp:509 Unable to load contents of file:///usr/share/virt-manager/pixmaps/virt-manager-icon.svg: Error opening file: No such

[Bug 929206] Re: unity; Failed to open file '/usr/share/virt-manager/pixmaps/virt-manager-icon.svg': No such file or directory

2012-02-08 Thread Stefan Lasiewski
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929206 Title: unity; Failed to open file '/usr/share/virt-manager/pixmaps/virt- manager-icon.svg': No such file or directory To manage notifications

[Bug 924621] [NEW] btrfs: Option to create read-only snapshot does not exist

2012-01-31 Thread Stefan Lasiewski
Public bug reported: According to the Btrfs wiki [1], Btrfs supports read-only snapshots. NEWS Linux 2.6.38 released (March 2011) LZO compression. Forced read-only mode for handling filesystem errors. Read-only snapshots. Read-only snapshots should be created with the command `btrfs

[Bug 893479] Re: Xorg starts: Desktop Environment does not

2011-11-22 Thread Stefan Lasiewski
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/893479 Title: Xorg starts: Desktop Environment does not To manage notifications about this bug go to:

[Bug 893479] [NEW] Xorg starts: Desktop Environment does not

2011-11-22 Thread Stefan Lasiewski
Public bug reported: I upgraded this system from 10.10 to 11.04 to 11.10. Now, when I log in to the desktop, Xorg will start. I will hear the Ubuntu login sound, I get the Ubuntu desktop background, and I can move the mouse around. But nothing else happens, no menubars, rightclick doesn't do

[Bug 893479] Re: Xorg starts: Desktop Environment does not

2011-11-22 Thread Stefan Lasiewski
Also note that if I switch to another Virtual Console (ctrl-alt-f1) and run `unity --replace` everything seems to work as intended. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/893479 Title: Xorg

[Bug 893479] Re: Xorg starts: Desktop Environment does not

2011-11-22 Thread Stefan Lasiewski
*** This bug is a duplicate of bug 285603 *** https://bugs.launchpad.net/bugs/285603 I was able to fix it. My system was using the fglrx video drivers for my ATI Radeon video card, although it wasn't clear that this was the cause of the crashes. Removing this driver and installing the

[Bug 642925] Re: after upgrading from 10.04.1 (Server) and rebooting, grub error: the symbol 'grub_xputs not found.

2011-01-25 Thread Stefan Lasiewski
*** This bug is a duplicate of bug 609280 *** https://bugs.launchpad.net/bugs/609280 I am marking this as a duplicate of #609280, so that we can get more attention to fix this serious issue. ** This bug has been marked a duplicate of bug 609280 Grub error : symbol grub_xputs not found *

[Bug 657734] Re: Ubuntu: 10.4 to 10.10 upgrade: grub error

2011-01-25 Thread Stefan Lasiewski
*** This bug is a duplicate of bug 609280 *** https://bugs.launchpad.net/bugs/609280 I am marking this as a duplicate of #609280, so that we can get more attention to fix this serious issue. ** This bug has been marked a duplicate of bug 609280 Grub error : symbol grub_xputs not found *

[Bug 609280] Re: Grub error : symbol grub_xputs not found

2011-01-25 Thread Stefan Lasiewski
It would be nice to see some progress on this. This problem affects at least 11 people here, and many people on the Ubuntu Forums. I upgraded my Ubuntu 10.04 x86_64 system to 10.10 via the Update Manager and now my system is unbootable. It seems like the upgrade process should be able to find the

[Bug 62842] Re: Rhythmbox daap with itunes 7, 8, 9, 10 doesn't work correctly

2010-12-20 Thread Stefan Lasiewski
There is another fix to this issue other then illegally cracking a private key. As @Artem Baguinski suggested, if this software is unable to connect to shares from iTunes 7 and above, then it should say something like Unable to retrieve songs from iTunes 7. Really, this feature is useless. It

[Bug 62842] Re: Rhythmbox daap with itunes 7 doesn't work correctly

2010-11-16 Thread Stefan Lasiewski
I changed the subject line to make it more descriptive. Here is what I changed, and my reasons: * The subject line said DAAP but it seems that the bug description and most of the comments actually say Rhythmbox or Banshee. * Also, this problem is present in iTunes version 10. I believe

[Bug 62842] Re: Rhythmbox daap with itunes 7 doesn't work correctly

2010-11-16 Thread Stefan Lasiewski
I agree with @Artem Baguinski. If the Ubuntu program does not support this newer protocol, then the program should say something like iTunes 7 and above are not supported. I believe that the Apple iTunes client will advertise it's version, so hopefully this would be easy to detect. Currently,

[Bug 357462] Re: arpwatch uses 100% cpu when net disconnects on laptop

2010-10-15 Thread Stefan Lasiewski
I've reproduced this on a desktop environment using wired Ethernet. This host does not use wireless. Steps to reproduce: 1. Start aprwatch 2. Reboot the router, or disconnect the network cable to the router. 3. Check top, and see that arpwatch is using 100% of the CPU. PID USER PR NI

[Bug 67141] Re: Please create and enforce a system-wide policy to unset GREP_OPTION by default

2010-10-13 Thread Stefan Lasiewski
GREP_OPTIONS is useful, because it allows the user set one option for many forms of grep (grep, egrep, fgrep, rgrep, zgrep, bzgrep, bzfgrep, bzegrep, etc.). For example, here's what the man page for bzgrep says: If the GREP environment variable is set, bzgrep uses it as the grep program to

[Bug 574202] Re: mysqldump: Got error: 1044: Access denied ... when using LOCAL TABLES

2010-10-07 Thread Stefan Lasiewski
Looks like it's working so far. stef...@host:~ $ sudo /etc/cron.daily/automysqlbackup ; echo $? 0 I'll let this run from cron.daily for a few more days and see how it looks. Thanks for the fix! -- mysqldump: Got error: 1044: Access denied ... when using LOCAL TABLES

[Bug 484336] Re: /etc/rsyslog.conf permissions incorrect/missing for creation of dynamic files

2010-08-05 Thread Stefan Lasiewski
For some informative discussion on this problem, see the following message thread: http://kb.monitorware.com/trouble-getting-dynamic-files-work-t10054.html -- /etc/rsyslog.conf permissions incorrect/missing for creation of dynamic files https://bugs.launchpad.net/bugs/484336 You received this

[Bug 484336] Re: /etc/rsyslog.conf permissions incorrect/missing for creation of dynamic files

2010-08-04 Thread Stefan Lasiewski
I agree with the security concerns brought up by @George Klein . -- /etc/rsyslog.conf permissions incorrect/missing for creation of dynamic files https://bugs.launchpad.net/bugs/484336 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 574202] Re: mysqldump: Got error: 1044: Access denied ... when using LOCAL TABLES

2010-06-21 Thread Stefan Lasiewski
This problem still happens in Ubuntu 10.04/Lucid as of June 21, 2010. Thomas Goirand (The maintainer of automysqlbackup) says this is fixed. Can this fix please be ported to 10.04? -- mysqldump: Got error: 1044: Access denied ... when using LOCAL TABLES https://bugs.launchpad.net/bugs/574202 You