[Bug 1725779] Re: Gnome network manager cannot find authentication binary

2018-05-02 Thread Alex R
** No longer affects: network-manager-openvpn (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1725779

Title:
  Gnome network manager cannot find authentication binary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-pptp/+bug/1725779/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1725779] Re: Gnome network manager cannot find authentication binary

2018-05-02 Thread Alex R
Ubuntu 18.04

** Also affects: network-manager-openvpn (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/1725779

Title:
  Gnome network manager cannot find authentication binary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/1725779/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1287171] Re: light-locker breaks x11vnc as service

2017-02-11 Thread Alex R
This is not specific to x11vnc. I'm experiencing this when using Xvnc
too (i.e. starting a new X session on :1 or some other display). In my
case 'Xvnc' is provided by the 'tigervncserver' package.

The restarting+reattaching trick won't work in this case. Is there any
workaround for Xvnc? Do all screen-locks change screens when locking?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1287171

Title:
  light-locker breaks x11vnc as service

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-locker/+bug/1287171/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1369216] Re: gpu-manager: /etc/modprobe.d is not a file

2017-02-09 Thread Alex R
I'm on 16.04.1 with nvidia 378 (from ppa) and am getting these errors
too. So "/etc/modprobe.d is not a file" is safe to ignore. What about
"update-alternatives: error: no alternatives for x86_64-linux-
gnu_gfxcore_conf" ?


# systemctl status gpu-manager.service
● gpu-manager.service - Detect the available GPUs and deal with any system 
changes
   Loaded: loaded (/lib/systemd/system/gpu-manager.service; enabled; vendor 
preset: enabled)
   Active: inactive (dead) since Thu 2017-02-09 19:09:47 GMT; 17min ago
  Process: 1254 ExecStart=/usr/bin/gpu-manager --log /var/log/gpu-manager.log 
(code=exited, status=0/SUCCESS)
 Main PID: 1254 (code=exited, status=0/SUCCESS)

Feb 09 19:09:46 sparrow systemd[1]: Starting Detect the available GPUs and deal 
with any system changes...
Feb 09 19:09:46 sparrow gpu-manager[1254]: /etc/modprobe.d is not a file
Feb 09 19:09:46 sparrow gpu-manager[1254]: /etc/modprobe.d is not a file
Feb 09 19:09:46 sparrow gpu-manager[1254]: /etc/modprobe.d is not a file
Feb 09 19:09:46 sparrow gpu-manager[1254]: /etc/modprobe.d is not a file
Feb 09 19:09:46 sparrow gpu-manager[1254]: /etc/modprobe.d is not a file
Feb 09 19:09:47 sparrow gpu-manager[1254]: update-alternatives: error: no 
alternatives for x86_64-linux-gnu_gfxcore_conf
Feb 09 19:09:47 sparrow systemd[1]: Started Detect the available GPUs and deal 
with any system changes.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1369216

Title:
  gpu-manager: /etc/modprobe.d is not a file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1369216/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1657024] [NEW] mydomain gets set to "localdomain"

2017-01-17 Thread Alex R
Public bug reported:

I'm on 16.04.1 with postfix 3.1.0-3. This is almost exactly the same bug
that has been reported 8-12 years ago, explained in detail here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=214741#10 ... which is
exactly what I'm experiencing: $mydomain gets set to "localdomain" if my
hostname is a single word (Ubuntu default) instead of a fqdn, unless I
force mydomain= in main.cf

My host+mailname are configured as recommended by Ubuntu, and the
postfix config is pretty default. The above upstream debian bug says it
was fixed in v2.11, but I'm not sure ...

# postconf | grep ^mydomain
mydomain = localdomain

and then in turn:
# postconf | grep ^myhostname


Here are my configs:

# cat /etc/hosts
7x.xx.xxx.100   lin.foodomain.com lin
127.0.0.1   localhost loopback
127.0.1.1   ubuntu
::1 ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

# cat /etc/hostname
lin

# cat /etc/mailname
foodomain.com

# hostname -f
lin.foodomain.com

# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
compatibility_level = 2
inet_interfaces = all
inet_protocols = ipv4
mailbox_size_limit = 0
masquerade_domains = $myorigin
milter_default_action = accept
milter_protocol = 2
mydestination = foodomain.com, lin.foodomain.com
mynetworks = 127.0.0.0/8 [:::127.0.0.0]/104 [::1]/128
mynetworks_style = host
myorigin = /etc/mailname
non_smtpd_milters = $smtpd_milters
readme_directory = no
recipient_delimiter = +
relayhost =
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
smtpd_milters = inet:localhost:8891
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated 
defer_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/ssl/certs/lin.foodomain.com.chained.crt
smtpd_tls_key_file = /etc/ssl/private/lin.foodomain.com.key
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_use_tls = yes
smtputf8_enable = no

** Affects: postfix (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/1657024

Title:
  mydomain gets set to "localdomain"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1657024/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1568097] Re: Error messages about mdadm --incremental failing

2017-01-03 Thread Alex R
Is a fix planned for Xenial as well?

I have this too on 16.04.1 with latest mdadm as of this writing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1568097

Title:
  Error messages about mdadm --incremental failing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mdadm/+bug/1568097/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1649203] Re: ttf-mscorefonts-installer always complains about cannot download data because http is not support by libcurl?

2016-12-22 Thread Alex R
I can confirm this exact same bug on my 16.04, including the GUI window
popup.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1649203

Title:
  ttf-mscorefonts-installer always complains about cannot download data
  because http is not support by libcurl?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1649203/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 992602] Re: Failed to load plugin 'alsa'

2014-02-10 Thread Alex R.
THANKS for the fantastic work, but the same error on Ubuntu Studio
13.10. lebiniou 3.18 works fine except for any kind of audio input
(jackaudio, pulseaudio, alsa), both in real-time and non-rt. I love the
programme and the effects. I use the application to make videos for my
band and have used it for effects with a beamer projecting on a screen
behind the band. It would be terrific to have audio support.

...
[!] Failed to load plugin 'jackaudio': 
/usr/lib/lebiniou/plugins/input/jackaudio/jackaudio.so: undefined symbol: 
jack_port_register
...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/992602

Title:
  Failed to load plugin 'alsa'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lebiniou-data/+bug/992602/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 483325] Re: gtk: recordmydesktop doesn't play nice with Gnome-Shell

2011-07-11 Thread Alex R
From my point of view, gtk-recordmydesktop works fine with gnome-shell.

I tested it on Fedora 15 (with gnome-shell).

What i mean is that, if the screencast program is used with its default
settings, it will make the gnome shell to hide its panels top  bottom.
Nothing to worry, gnome-shell does not crash. Use the r key to restart
the Gnome-Shell, after which you can stop the recording safely.

HOW TO FIX:

Advanced Settings - Misc - Uncheck RESET CAPTURE AREA  Outline
Capture Area On Screen.

More details are available at: http://itassistant.org/os-usage/os-tweaks
/linux-os-tweaks/recordmydesktop-fedora-15-video-tutorial.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/483325

Title:
  gtk: recordmydesktop doesn't play nice with Gnome-Shell

To manage notifications about this bug go to:
https://bugs.launchpad.net/recordmydesktop/+bug/483325/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 483325] Re: gtk: recordmydesktop doesn't play nice with Gnome-Shell

2011-07-11 Thread Alex R
** Changed in: gtk-recordmydesktop (Ubuntu)
   Status: New = Fix Released

** Changed in: gtk-recordmydesktop (Ubuntu)
 Assignee: (unassigned) = Alex R (0k-ahux-f8)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/483325

Title:
  gtk: recordmydesktop doesn't play nice with Gnome-Shell

To manage notifications about this bug go to:
https://bugs.launchpad.net/recordmydesktop/+bug/483325/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 509111] Re: Recording cause system to slow down with ATI Graphics

2011-07-11 Thread Alex R
I do all my recordings with the aid of an ancient pc that has a poor ati
xpres1250 graphic card. I've done a lot of recordings with
recordmydesktop both on ubuntu  fedora and i must say it's the best (of
course there is also ffmpeg).

!!! Avoid Encode on the FLY !!!

Here is one of my latest tutorials, about RecordMydesktop, hope it works
for you too :

http://itassistant.org/os-usage/os-tweaks/linux-os-tweaks
/recordmydesktop-fedora-15-video-tutorial.html

** Changed in: recordmydesktop
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/509111

Title:
  Recording cause system to slow down with ATI Graphics

To manage notifications about this bug go to:
https://bugs.launchpad.net/fglrx/+bug/509111/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 363819] Re: Networkmanager is not started at boot time

2009-06-13 Thread Alex R
Similar bug for me, except reinstalling does not help.  Neither does
purging and installing again both network-manager and network-manager-
gnome.  In case it is relevant, System - Administration - Services
does not contain a network manager service.

I am running Jaunty 64-bit, kernel version 2.6.28-11-generic, network-
manager version 0.7.1~rc4.1.cf199a964-0ubuntu2, network-manager-gnome
version 0.7.1~rc4.1-0ubuntu2.  I do not remember if I did anything to
cause it to break; Jaunty had been installed for a while.

** Attachment added: syslog
   http://launchpadlibrarian.net/27875754/syslog

-- 
Networkmanager is not started at boot time
https://bugs.launchpad.net/bugs/363819
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/listinfo/ubuntu-bugs


[Bug 363819] Re: Networkmanager is not started at boot time

2009-06-13 Thread Alex R

** Attachment added: messages
   http://launchpadlibrarian.net/27875759/messages

-- 
Networkmanager is not started at boot time
https://bugs.launchpad.net/bugs/363819
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/listinfo/ubuntu-bugs


[Bug 357809] Re: Kernel panic on network connect after resume.

2009-05-06 Thread Alex R
I have not had this problem with Jaunty (yet).

-- 
Kernel panic on network connect after resume.
https://bugs.launchpad.net/bugs/357809
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/listinfo/ubuntu-bugs


[Bug 370290] [NEW] kcryptd uses exorbient cpu during write

2009-05-01 Thread Alex R
Public bug reported:

I have my entire hard disk encrypted using dm-crypt (except a small boot
partition).  The encrypted partition is then used as a pv for LVM and
then used for lvs.

a...@dell:~$ lsb_release -rd
Description:Ubuntu 9.04
Release:9.04
a...@dell:~$ uname -a
Linux dell 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009 x86_64 
GNU/Linux
a...@dell:~$ apt-cache policy linux-generic
linux-generic:
  Installed: 2.6.28.11.15
  Candidate: 2.6.28.11.15
  Version table:
 *** 2.6.28.11.15 0
500 http://mirrors.acm.jhu.edu jaunty/restricted Packages
100 /var/lib/dpkg/status

When performing a write of any size larger than about 50MB, top
indicates that kcryptd is taking up more cpu than anything else.  With
writes upwards in size of 250MB, my cpu gets saturated.  In combination
with rsync, this results in my computer being only barely usable until
rsync finishes.

This did _not_ happen until I upgraded from Intrepid to Jaunty.

** Affects: linux-ports-meta (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: cpu jaunty kcryptd kernel luks lvm

-- 
kcryptd uses exorbient cpu during write
https://bugs.launchpad.net/bugs/370290
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/listinfo/ubuntu-bugs


[Bug 370290] Re: kcryptd uses exorbient cpu during write

2009-05-01 Thread Alex R
This is probably also relevant:  I was running 32 bit Intrepid.

-- 
kcryptd uses exorbient cpu during write
https://bugs.launchpad.net/bugs/370290
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/listinfo/ubuntu-bugs


[Bug 357809] Re: Kernel panic on network connect after resume.

2009-04-09 Thread Alex R

** Attachment added: /var/log/syslog after three subsequent resumes.
   http://launchpadlibrarian.net/25177260/syslog.gz

-- 
Kernel panic on network connect after resume.
https://bugs.launchpad.net/bugs/357809
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/listinfo/ubuntu-bugs


[Bug 357809] [NEW] Kernel panic on network connect after resume.

2009-04-08 Thread Alex R
Public bug reported:

I have a Dell Inspiron 1420 (or 1420n; not sure) running Intrepid.
Sometimes when I resume from suspend, I am not connected to a network
and network manager does not seem to make an effort.  When I click on
the icon and then on a network, my computer kernel panics.

$ uname -a
Linux dell 2.6.27-11-generic #1 SMP Wed Apr 1 20:57:48 UTC 2009 i686 GNU/Linux

$ lsb_release -rd
Description:Ubuntu 8.10
Release:8.10

$ lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory 
Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated 
Graphics Controller (rev 0c)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 
(rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 
(rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 
(rev 02)
00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 
(rev 02)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller 
(rev 02)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE 
Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA 
AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host 
Adapter (rev 22)
03:01.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
03:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter 
(rev 12)
03:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)
09:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5906M Fast 
Ethernet PCI Express (rev 02)
0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] 
Network Connection (rev 02)


$ lsmod|grep iw
iwl394596920  0 
rfkill 17176  2 iwl3945
lbm_cw_mac80211   215856  1 iwl3945
lib80211   15236  1 iwl3945
lbm_cw_cfg8021146744  2 iwl3945,lbm_cw_mac80211
led_class  12164  1 iwl3945


$ apt-cache policy network-manager
network-manager:
  Installed: 0.7~~svn20081018t105859-0ubuntu1.8.10.2
  Candidate: 0.7~~svn20081018t105859-0ubuntu1.8.10.2

$ apt-cache policy network-manager-gnome
network-manager-gnome:
  Installed: 0.7~~svn20081020t000444-0ubuntu1.8.10.2
  Candidate: 0.7~~svn20081020t000444-0ubuntu1.8.10.2

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Kernel panic on network connect after resume.
https://bugs.launchpad.net/bugs/357809
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/listinfo/ubuntu-bugs