[Bug 1720630] Re: Amazon S3 storage location missing from Deja Dup 36.1-0ubuntu1

2017-10-02 Thread J. Snow
Thanks Michael, you are right. I was not aware it was hidden. I followed the instructions on the wiki and I activated. I hope the team will revise the decision for hiding them in the first place. This can be quite confusing for the users. At any case, thanks a lot for the help. -- You received

[Bug 1592380] Re: GUFW can't start /usr/bin/gufw-pkexec: line 15: 8787 Segmentation fault (core dumped) python ${LOCATIONS[${i}]} $1

2017-10-01 Thread J. Snow
On Ubuntu 17.10 Beta 2 I get usr/bin/gufw-pkexec: line 13: 36927 Segmentation fault python3 ${LOCATIONS[${i}]} $1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1592380 Title: GUFW can't start

[Bug 1720630] [NEW] Amazon S3 storage location missing from Deja Dup 36.1-0ubuntu1

2017-10-01 Thread J. Snow
Public bug reported: I am currently testing out Ubuntu 17.10 and I noticed that Deja Dup (version 36.1-0ubuntu1) no longer supports S3 backups. I have already installed the packages python-boto python-cloudfiles but the "Amazon S3" option is missing from the Storage location tab. Using dconfig

[Bug 1579268] Re: Mouse cursor is different inside graphical windows of snaps (snaps not using system theme)

2017-11-23 Thread J. Snow
Same here with chromium Version 62.0.3202.94 (Official Build) (64-bit). Xorg Ubuntu 17.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1579268 Title: Mouse cursor is different inside graphical

[Bug 1718931] Re: No VPN autoconnect

2017-10-21 Thread J. Snow
** Also affects: network-manager Importance: Undecided Status: New ** No longer affects: network-manager -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1718931 Title: No VPN autoconnect

[Bug 1718931] Re: No VPN autoconnect

2017-10-19 Thread J. Snow
I'm facing the same problem. In auto-mode the VPN does not manage to connect, while manual connecting to the wifi enables automatic connection on the VPN. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1744584] Re: Exclude Snap .cache from Dejadup backups

2018-01-27 Thread J. Snow
Michael thank you very much. This is so awesome. It will simplify significantly using snaps as currently we need to pay careful look whenever they are updated to exclude them from Deja Dup. Thanks for writing this awesome software. -- You received this bug notification because you are a member

[Bug 1579268] Re: Mouse cursor is different inside graphical windows of snaps (snaps not using system theme)

2018-03-08 Thread J. Snow
I confirm that the problem is solved in some recent snaps (chromium) but not in all of them (spotify). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1579268 Title: Mouse cursor is different inside

[Bug 1810027] [NEW] Snaps won't start - stack smashing detected

2018-12-29 Thread J. Snow
Public bug reported: A handful of Snaps won't start after updating the snapd. Not all snaps are affected. Examples: $ vlc VLC media player 3.0.5 Vetinari (revision 3.0.5-1-0-g653c0c1) [01b603b0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without

[Bug 1810027] Re: Snaps won't start - stack smashing detected

2019-01-14 Thread J. Snow
The problem persists on the latest version on VLC: $ vlc VLC media player 3.0.6 Vetinari (revision 3.0.6-0-g5803e85) [01b0a3b0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. Qt: Session management error: None of the authentication protocols

[Bug 1810027] Re: Snaps won't start - stack smashing detected

2019-01-23 Thread J. Snow
@john Happy to do help anyway I can. The problem is I'm not sure what other info I could provide other than the above. I literaly type vlc on console and get the stack smashing error. Any ideas on what other information I could provide? Thanks a lot in advance! -- You received this bug

[Bug 1810027] Re: Snaps won't start - stack smashing detected

2019-01-23 Thread J. Snow
I just noticed that every time I try to start vlc I get on dmesg the following lines: [154475.938995] traps: glxinfo[4001] general protection ip:7f719b700fb4 sp:7ffdaba25798 error:0 in libc-2.23.so[7f719b5ec000+1c] [154475.952709] audit: type=1400 audit(1548282309.635:537): apparmor="DENIED"

[Bug 1810027] Re: Snaps won't start - stack smashing detected

2019-01-24 Thread J. Snow
@jamie: Agreed. To ensure that apparmor is not the problem, I installed the snap in classic confinement but got the same "stack smashing detected" error. I believe the problem is that some libraries can't be accessed as indicated by the other error. I tried copying files libvlc.so.5 and

[Bug 1810027] Re: Snaps won't start - stack smashing detected

2019-03-05 Thread J. Snow
It was fixed on the latest snapd version: $ snap version snap2.37.2 snapd 2.37.2 series 16 ubuntu 18.10 kernel 4.18.0-15-generic ** Changed in: snapd (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1810027] Re: Snaps won't start - stack smashing detected

2019-03-12 Thread J. Snow
** Changed in: snapd (Ubuntu) Status: Fix Released => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1810027 Title: Snaps won't start - stack smashing detected To manage notifications

[Bug 1810027] Re: Snaps won't start - stack smashing detected

2019-03-12 Thread J. Snow
I think the bug is much weirder than it looked originally. It seems to be related to how the applications start. I face the same problem both with vlc and keepassxc snaps. All other snaps on my system work without any problem. Here is what does not work: 1. Boot the system 2. Login 3. Start VLC

[Bug 1810027] Re: Snaps won't start - stack smashing detected

2019-03-12 Thread J. Snow
I should have also mentioned that once the program opens via the associated file, I can also open the program via terminal or desktop shortcut normally. As long as the program is started for the first time after boot via the associated file, it will work normally afterwards and can be started

[Bug 1810027] Re: Snaps won't start - stack smashing detected

2019-02-14 Thread J. Snow
Is there anything else I can do to help on the debugging? I think it's pretty clear it can't open the libvlc.so.5 library. Any idea what else I can do for that? $ /snap/vlc/770/usr/bin/vlc /snap/vlc/770/usr/bin/vlc: error while loading shared libraries: libvlc.so.5: cannot open shared object

[Bug 1810027] Re: Snaps won't start - stack smashing detected

2019-02-15 Thread J. Snow
@Seth: The file exists: $ ls -l /snap/vlc/770/usr/lib/libvlc.so.5.6.0 -rwxr-xr-x 1 root root 184544 Jan 10 18:27 /snap/vlc/770/usr/lib/libvlc.so.5.6.0 @John: I see what you are saying. The right path is not defined correctly when I run it directly fron snap and that's wh I tget the error. If

[Bug 1810027] Re: Snaps won't start - stack smashing detected

2019-02-16 Thread J. Snow
Thanks for the prompt reply John. Before installing the apt version: $ type vlc vlc is /snap/bin/vlc After installing the apt version: $ type vlc vlc is /usr/bin/vlc It's the same. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1810027] Re: Snaps won't start - stack smashing detected

2019-01-23 Thread J. Snow
I also tried installing the apt version of vlc to see if it works. Now both versions are installed on the system at the same time. Running the following works fine: $ /usr/bin/vlc VLC media player 3.0.4 Vetinari (revision 3.0.4-0-gf615db6332) [55644df56570] main libvlc: Running vlc with the

[Bug 1810027] Re: Snaps won't start - stack smashing detected

2019-01-25 Thread J. Snow
Here you are: $ snap run --gdb vlc GNU gdb (Ubuntu 8.2-0ubuntu1) 8.2 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the

[Bug 298617] Re: Popularity Contest should be uninstallable

2020-01-26 Thread J. Snow
@Lenin I'm not sure why you changed the status to "Fix Released". As far as I can see the ubuntu-standard still depends on popularity-contest on Ubuntu 19.10. The same applies for the development branch of Ubuntu 20.04: https://launchpad.net/ubuntu/focal/arm64/ubuntu-standard/1.443 Could you

[Bug 1852364] Re: iwlwifi: Microcode SW error detected

2020-02-02 Thread J. Snow
*** This bug is a duplicate of bug 1848921 *** https://bugs.launchpad.net/bugs/1848921 Same here. Ubuntu 19.10 with 5.3.0-26-generic kernel. [90731.026595] iwlwifi :04:00.0: Microcode SW error detected. Restarting 0x0. [90731.026982] iwlwifi :04:00.0: Start IWL Error Log Dump:

[Bug 1835644] Re: CRL files are not accessible for the Verify CRL options

2020-02-11 Thread J. Snow
the problem persists on Ubuntu 19.10: nm-openvpn[2459]: Options error: --crl-verify fails with '/var/lib/openvpn/chroot//etc/openvpn/crl.pem': No such file or directory (errno=2) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1848326] Re: [cosmic+] error booting with prime-select intel: prime-select does not update initramfs to blacklist nvidia modules

2020-06-23 Thread J. Snow
I'm facing the exact same problem on Ubuntu 20.04. Is there any workaround? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1848326 Title: [cosmic+] error booting with prime-select intel: