[Bug 517842] Re: if GDM disabled system still boot to Virtual Console 7 (a flashing cursor)

2010-02-22 Thread Tom H
This is the behavior of Lucid Desktop when "text" is appended to the
linux line in grub so this is not exclusivley a Lucid Server problem.
Furthermore, since gdm is disabled, I suspect that it is plymouth and
not gdm that is responsible.

-- 
if GDM disabled system still boot to Virtual Console 7 (a flashing cursor)
https://bugs.launchpad.net/bugs/517842
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 1877440] Re: /lib/NetworkManager/conf.d values in wrong section

2020-05-20 Thread Tom H
*** This bug is a duplicate of bug 1826639 ***
https://bugs.launchpad.net/bugs/1826639

> Thank you for your bug report, the configuration comes
> from wpa and has been fixed in
> https://salsa.debian.org/debian/wpa/-/commit/00ec8743

Many thanks. And apologies for not running "dpkg -S ..." and mis-
classifying the bug.

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

Title:
  /lib/NetworkManager/conf.d values in wrong section

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

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

[Bug 1826639] Re: wpasupplicant: unknown keys in no-mac-addr-change.conf

2020-06-22 Thread Tom H
Working for me too. Many thanks.

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

Title:
  wpasupplicant: unknown keys in no-mac-addr-change.conf

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

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

[Bug 1877440] [NEW] /lib/NetworkManager/conf.d values in wrong section

2020-05-07 Thread Tom H
Public bug reported:

$ g ^VER /etc/os-release
 
VERSION="20.10 (Groovy Gorilla)"
VERSION_ID="20.10"
VERSION_CODENAME=groovy


$ apt-cache policy network-manager 
network-manager:
  Installed: 1.22.10-1ubuntu3
  Candidate: 1.22.10-1ubuntu3
  Version table:
 *** 1.22.10-1ubuntu3 500
500 http://ch.archive.ubuntu.com/ubuntu groovy/main amd64 Packages
100 /var/lib/dpkg/status


$ cat /lib/NetworkManager/conf.d/no-mac-addr-change.conf
 
# Certain drivers are known not to support changing the MAC address.
# Disable touching the MAC address on such devices.
#
# See man NetworkManager.conf
#
# https://bugzilla.gnome.org/show_bug.cgi?id=777523

[device-mac-addr-change-wifi]
match-device=driver:rtl8723bs,driver:rtl8189es,driver:r8188eu,driver:8188eu,driver:eagle_sdio,driver:wl
wifi.scan-rand-mac-address=no
wifi.cloned-mac-address=preserve
ethernet.cloned-mac-address=preserve


"wifi.cloned-mac-address" and "ethernet.cloned-mac-address=preserve" should be 
in a "[connection]" section.

** Affects: network-manager (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/1877440

Title:
  /lib/NetworkManager/conf.d values in wrong section

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

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

[Bug 1614261] Re: RPCSVCGSSDOPT is ignored by boot script

2016-12-14 Thread Tom H
There's a mistake in "/usr/lib/systemd/scripts/nfs-utils_env.sh" because
it has an extra "RPC" in "RPCSVCGSSDARGS" in

echo RPCSVCGSSDARGS=\"$RPCSVCGSSDOPTS\"

when the corresponding ExecStart line has

/usr/sbin/rpc.svcgssd $SVCGSSDARGS

So setting "RPCSVCGSSDOPTS=something" in "/etc/default/nfs-kernel-
server" isn't carried over to the systemd unit.

That's why comment #2 has

-ExecStart=/usr/sbin/rpc.svcgssd $SVCGSSDARGS
+ExecStart=/usr/sbin/rpc.svcgssd $RPCSVCGSSDARGS

but it's the wrong fix because "SVCGSSDARGS" is the upstream default
whereas 'RPCSVCGSSDARGS=\"$RPCSVCGSSDOPTS\"' is an Ubuntu script.

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

Title:
  RPCSVCGSSDOPT is ignored by boot script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1614261/+subscriptions

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


[Bug 1713486] Re: Incompatibility issues with Thunderbird 52+

2017-10-09 Thread Tom H
An incompatibility issue with Enigmail before version 1.9.8 and
Thunderbird 52+ (occasionally) blocks the mail sending process.

This was fixed in Enigmail version 1.9.8:


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

Title:
  Incompatibility issues with Thunderbird 52+

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

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

[Bug 1713486] [NEW] Incompatibility issues with Thunderbird 52+

2017-08-28 Thread Tom H
Public bug reported:

The upgrade to Thunderbird 52 in Ubuntu 16.04 LTS broke PGP support due
to incompatibility issues with enigmail 1.9.7.

In Debian, this has already been fixed on July 28 by upgrading enigmail to 
version 1.9.8:


Would be nice to see an upgrade to enigmail 1.9.8 in Ubuntu as well to
restore compatibility.

** Affects: enigmail (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/1713486

Title:
  Incompatibility issues with Thunderbird 52+

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

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


[Bug 1250374] [NEW] [WISHLIST] add "/etc/default/tmpfs" logic like Debian's sysvinit

2013-11-12 Thread Tom H
Public bug reported:

sysvinit 2.88dsf-23 introduced "/etc/default/tmpfs" in order to control
whether to mount "/tmp" as a tmpfs filesystem as well as to control the
size of tmpfs filesystems individually and overall.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: upstart 1.10-0ubuntu7
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Tue Nov 12 04:51:13 2013
MarkForUpload: True
ProcKernelCmdline: BOOT_IMAGE=/boot/vmlinuz-3.11.0-13-generic.efi.signed 
root=UUID=9207cce1-beef-4f52-940d-2e742334d015 ro acpi_backlight=vendor 
ipv6.disable=1 consoleblank=0
SourcePackage: upstart
UpgradeStatus: No upgrade log present (probably fresh install)
UpstartBugCategory: System
UpstartRunningSessionVersion: init (upstart 1.10)
UpstartRunningSystemVersion: init (upstart 1.10)

** Affects: upstart (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy

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

Title:
  [WISHLIST] add "/etc/default/tmpfs" logic like Debian's sysvinit

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

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


[Bug 1298805] Re: package krita 1:2.8.0-0ubuntu4 failed to install/upgrade: trying to overwrite '/usr/lib/kde4/kritaclonesarray.so', which is also in package calligra-libs 1:2.8.0-0ubuntu4

2014-03-30 Thread Tom H
1:2.8.1-0ubuntu3 still has this problem

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

Title:
  package krita 1:2.8.0-0ubuntu4 failed to install/upgrade: trying to
  overwrite '/usr/lib/kde4/kritaclonesarray.so', which is also in
  package calligra-libs 1:2.8.0-0ubuntu4

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

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


[Bug 1654600] Re: unattended-upgrade-shutdown hangs when /var is a separate filesystem

2017-03-08 Thread Tom H
Before=shutdown.target reboot.target halt.target network.target local-
fs.target

should be

Before=shutdown.target reboot.target halt.target network.target
After=local-fs.target

because, AIUI, at shutdown, "Before" means "After" and "After" means
"Before".

So unattended-upgrades.service's ExecStop'll start before local-
fs.target, so before "/var" is unmounted and "/var/log" and "/var/run"
are gone.

[Why is "/var/run" used? This is a native Ubuntu package; are there any
versions of Ubuntu where "/var/run" isn't a symlink to "/run"?]

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

Title:
  unattended-upgrade-shutdown hangs when /var is a separate filesystem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1654600/+subscriptions

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


[Bug 1475917] Re: ● thermald.service loaded failed failed Thermal Daemon Service

2015-08-04 Thread Tom H
Unless I've hit a different bug, it looks like a systemd dependency
problem because the unit fails at boot

# systemctl status thermald.service 
● thermald.service - Thermal Daemon Service
   Loaded: loaded (/lib/systemd/system/thermald.service; enabled; vendor 
preset: enabled)
   Active: failed (Result: core-dump) since Tue 2015-08-04 11:57:41 EDT; 1min 
25s ago
  Process: 515 ExecStart=/usr/sbin/thermald --no-daemon --dbus-enable 
(code=dumped, signal=ABRT)
 Main PID: 515 (code=dumped, signal=ABRT)

Aug 04 11:57:40 myhost thermald[515]: sensor_update: type B0D4
Aug 04 11:57:40 myhost thermald[515]: sensor_update: type x86_pkg_temp
Aug 04 11:57:40 myhost thermald[515]: thd_read_default_thermal_sensors loaded 4 
sensors
Aug 04 11:57:40 myhost thermald[515]: dts /sys/devices/platform/coretemp.0/name 
doesn't exist
Aug 04 11:57:40 myhost thermald[515]: failed to GET COUNT on 
/dev/acpi_thermal_rel
Aug 04 11:57:40 myhost thermald[515]: terminate called after throwing an 
instance of 'std::logic_error'
Aug 04 11:57:40 myhost thermald[515]: what():  basic_string::_S_construct null 
not valid
Aug 04 11:57:41 myhost systemd[1]: thermald.service: Main process exited, 
code=dumped, status=6/ABRT
Aug 04 11:57:41 myhost systemd[1]: thermald.service: Unit entered failed state.
Aug 04 11:57:41 myhost systemd[1]: thermald.service: Failed with result 
'core-dump'.

but

# systemctl restart thermald.service

# systemctl status thermald.service 
● thermald.service - Thermal Daemon Service
   Loaded: loaded (/lib/systemd/system/thermald.service; enabled; vendor 
preset: enabled)
   Active: active (running) since Tue 2015-08-04 11:59:17 EDT; 1s ago
 Main PID: 1646 (thermald)
   CGroup: /system.slice/thermald.service
   └─1646 /usr/sbin/thermald --no-daemon --dbus-enable

Aug 04 11:59:17 myhost thermald[1646]: cdev[3] Processor
Aug 04 11:59:17 myhost thermald[1646]: index 0: type:max temp:94000 hyst:0 zone 
id:4 sensor id:65535 cdev size:4
Aug 04 11:59:17 myhost thermald[1646]: cdev[0] rapl_controller
Aug 04 11:59:17 myhost thermald[1646]: cdev[1] intel_pstate
Aug 04 11:59:17 myhost thermald[1646]: cdev[2] intel_powerclamp
Aug 04 11:59:17 myhost thermald[1646]: cdev[3] Processor
Aug 04 11:59:17 myhost thermald[1646]: index 2: type:polling temp:74400 hyst:0 
zone id:4 sensor id:3 cdev size:0
Aug 04 11:59:17 myhost thermald[1646]: FD = 7
Aug 04 11:59:17 myhost thermald[1646]: Current user preference is 0
Aug 04 11:59:17 myhost thermald[1646]: thd_engine_thread begin

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

Title:
  ● thermald.service   loaded failed failedThermal Daemon
  Service

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

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

[Bug 1399595] Re: systemd is activating swap twice, through both fstab and gpt generators

2015-01-28 Thread Tom H
Fixed:


# journalctl | grep swap
Jan 28 07:35:09 yoga.lenovo systemd[1]: Activating swap Swap Partition...
Jan 28 07:35:09 yoga.lenovo systemd[1]: Activating swap 
/dev/disk/by-uuid/73d341f1-eedc-43fc-9e53-ba4194dae3fb...
Jan 28 07:35:09 yoga.lenovo kernel: Adding 8298492k swap on /dev/sda3.  
Priority:-1 extents:1 across:8298492k SSFS
Jan 28 07:35:10 yoga.lenovo systemd[1]: Activated swap Swap Partition.
Jan 28 07:35:10 yoga.lenovo systemd[1]: Activated swap 
/dev/disk/by-uuid/73d341f1-eedc-43fc-9e53-ba4194dae3fb.


# systemctl status dev-sda3.swap
● dev-sda3.swap - Swap Partition
   Loaded: loaded (/run/systemd/generator.late/dev-sda3.swap)
   Active: active since Wed 2015-01-28 07:35:09 EST; 44min ago
 What: /dev/sda3
 Docs: man:systemd-gpt-auto-generator(8)
  Process: 372 ExecActivate=/sbin/swapon /dev/sda3 (code=exited, 
status=0/SUCCESS)

Jan 28 07:35:10 yoga.lenovo systemd[1]: Activated swap Swap Partition.


# systemctl status 
dev-disk-by\x2duuid-73d341f1\x2deedc\x2d43fc\x2d9e53\x2dba4194dae3fb.swap
● dev-disk-byx2duuid-73d341f1x2deedcx2d43fcx2d9e53x2dba4194dae3fb.swap - 
/dev/disk/byx2duuid/73d341f1x2deedcx2d43fcx2d9e53x2dba4194dae3fb
   Loaded: loaded
   Active: inactive (dead)
 What: /dev/disk/byx2duuid/73d341f1x2deedcx2d43fcx2d9e53x2dba4194dae3fb


Many thanks.

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

Title:
  systemd is activating swap twice, through both fstab and gpt
  generators

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

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

[Bug 1399595] Re: systemd is activating swap twice, through both fstab and gpt generators

2015-01-28 Thread Tom H
You're welcome.

I wasn't sure whether I had the latest or whether I had a previous
version but you didn't bump up the package version so I ran 'apt-get
--reinstall install udev systemd libudev1 libsystemd0 libpam-systemd
libgudev-1.0-0 gir1.2-gudev-1.0'.

Please let me know if you'd some more info to look into why the gpt
generator's winning.

The fstab generator creates a "swap.target.requires" entry and the gpt
generator creates a "swap.target.wants" entry so I would've expected
fstab to trump gpt.


# find /run -name "*73d341f1*"
/run/systemd/generator/swap.target.requires/dev-disk-by\x2duuid-73d341f1\x2deedc\x2d43fc\x2d9e53\x2dba4194dae3fb.swap
/run/systemd/generator/dev-disk-by\x2duuid-73d341f1\x2deedc\x2d43fc\x2d9e53\x2dba4194dae3fb.swap
/run/udev/links/\x2fdisk\x2fby-uuid\x2f73d341f1-eedc-43fc-9e53-ba4194dae3fb


# find /run -name "*sda3*"
/run/systemd/generator.late/swap.target.wants/dev-sda3.swap
/run/systemd/generator.late/dev-sda3.swap


[You didn't generate libsystemd-daemon0, libsystemd-journal0, libsystemd-login0 
packages. Are they still needed?]

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

Title:
  systemd is activating swap twice, through both fstab and gpt
  generators

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

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


[Bug 1399595] Re: systemd is activating swap twice

2015-01-22 Thread Tom H
Thanks.

The gpt generator failed:

$ sudo /lib/systemd/system-generators/systemd-gpt-auto-generator /tmp/gpt x x
Failed to create unit file x/dev-sda3.swap: No such file or directory

$ tar -tf /tmp/result.tar
tmp/fstab/
tmp/fstab/boot-efi.mount
tmp/fstab/dev-disk-by\\x2duuid-73d341f1\\x2deedc\\x2d43fc\\x2d9e53\\x2dba4194dae3fb.swap
tmp/fstab/local-fs.target.wants/
tmp/fstab/local-fs.target.wants/systemd-fsck-root.service
tmp/fstab/local-fs.target.requires/
tmp/fstab/local-fs.target.requires/boot-efi.mount
tmp/fstab/local-fs.target.requires/-.mount
tmp/fstab/swap.target.requires/
tmp/fstab/swap.target.requires/dev-disk-by\\x2duuid-73d341f1\\x2deedc\\x2d43fc\\x2d9e53\\x2dba4194dae3fb.swap
tmp/fstab/-.mount
tmp/gpt/


** Attachment added: "result.tar"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1399595/+attachment/4303820/+files/result.tar

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

Title:
  systemd is activating swap twice

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

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


[Bug 1399595] Re: systemd is activating swap twice

2015-01-23 Thread Tom H
Thanks again for looking into this.

systemd-gpt-auto-generator output attached.

$ cat /etc/fstab 
# filesystem   mountpoint type options   dump pass
# sda1
UUID=6151-AFD6/boot/efi   vfat defaults  01
# sda2
UUID=b51ee688-137c-47ec-9635-b69434b4e1f8 /   ext4 defaults  01
# sda3
UUID=73d341f1-eedc-43fc-9e53-ba4194dae3fb noneswap sw00

(Until your post yesterday, I've had sda3 commented out.)


** Attachment added: "result2.tar"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1399595/+attachment/4304111/+files/result2.tar

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

Title:
  systemd is activating swap twice

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

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


[Bug 1399595] Re: systemd is activating swap twice, through both fstab and gpt generators

2015-01-23 Thread Tom H
Yes. I commented out sda3 in order to suppress the errors. (Swap was
mounted nonetheless.)

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

Title:
  systemd is activating swap twice, through both fstab and gpt
  generators

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

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


[Bug 1312976] Re: nfs-utils needs systemd unit or init.d script

2014-12-05 Thread Tom H
I'd posted this to ubuntu-devel-discuss but I was just looking at
systemd-boot bugs and thought that I'd post it here too, with apologies
for the duplication. I hope that it helps whoever puts together the real
thing.

I installed the upstream nfs-utils units and adapted them with "/etc/"
overrides; and I created rpcbind units.


# diff /etc/systemd/system/nfs-config.service
/lib/systemd/system/nfs-config.service
7c7
< ExecStart=/lib/systemd/scripts/nfs-utils_env.sh
---
> ExecStart=/usr/lib/systemd/scripts/nfs-utils_env.sh


# diff /etc/systemd/system/rpc-statd-notify.service
/lib/systemd/system/rpc-statd-notify.service
19c19
< ExecStart=-/sbin/sm-notify -d $SMNOTIFYARGS
---
> ExecStart=-/usr/sbin/sm-notify -d $SMNOTIFYARGS


# diff /etc/systemd/system/rpc-statd.service
/lib/systemd/system/rpc-statd.service
16,17c16,17
< PIDFile=/run/rpc.statd.pid
< ExecStart=/sbin/rpc.statd --no-notify $STATDARGS
---
> PIDFile=/var/run/rpc.statd.pid
> ExecStart=/usr/sbin/rpc.statd --no-notify $STATDARGS


# cat /lib/systemd/scripts/nfs-utils_env.sh
#!/bin/sh

NFS_CONFIG=/run/sysconfig/nfs-utils

if [ -e $NFS_CONFIG ] ; then
rm -f $NFS_CONFIG
fi

if [ -r /etc/default/nfs-common ] ; then
. /etc/default/nfs-common
fi

if [ -r /etc/default/nfs-kernel-server ] ; then
. /etc/default/nfs-kernel-server
fi

RPCNFSDARGStmp="$RPCNFSDCOUNT $RPCNFSDOPTS"

mkdir -p /run/sysconfig

echo "GSSDARGS=\"\"" >> $NFS_CONFIG
echo "RPCIDMAPDARGS=\"$RPCIDMAPDARGS\"" >> $NFS_CONFIG
echo "SMNOTIFYARGS=\"\"" >> $NFS_CONFIG
echo "STATDARGS=\"$STATDOPTS\"" >> $NFS_CONFIG

echo "RPCMOUNTDARGS=\"$RPCMOUNTDOPTS\"" >> $NFS_CONFIG
echo "RPCNFSDARGS=\"$RPCNFSDARGStmp\"" >> $NFS_CONFIG
echo "SVCGSSDARGS=\"$RPCSVCGSSDOPTS\"" >> $NFS_CONFIG

[Note on RPCIDMAPDARGS: I set it to "-p /var/lib/nfs/rpc_pipefs" in
"/etc/default/nfs-common" because nfs-idmapd.service was failing
without it. The path to rpc_pipefs was defaulting to "/run/rpc_pipefs"
even though the man page says that the default is
"/var/lib/nfs/rpc_pipefs".]


# cat /lib/systemd/system/rpcbind.service
[Unit]
Description=RPC Bind
After=network.target

[Service]
Type=forking
ExecStart=/sbin/rpcbind
Restart=always

[Install]
WantedBy=rpcbind.target

[Note on rpcbind.service: I'm not sure whether this is the right unit
or whether it should have "Before=rpcbind.target multi-user.target"
and "Requires=rpcbind.target" in the "Unit" section and
"WantedBy=multi-user.target" in the "Install" section.]


# cat /lib/systemd/system/rpcbind.socket
[Unit]
Description=RPC Bind Socket

[Socket]
ListenStream=/run/rpcbind.sock

[Install]
WantedBy=sockets.target

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

Title:
  nfs-utils needs systemd unit or init.d script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1312976/+subscriptions

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


[Bug 1399595] [NEW] systemd is activating swap twice

2014-12-05 Thread Tom H
Public bug reported:

systemd is activating swap twice, via its sda name and its uuid.

It looks like it's because two swap units are being generated.


# journalctl | grep swap | grep -v unit_create_cgroups
Dec 05 04:30:40 yoga.lenovo systemd[1]: Activating swap Swap Partition...
Dec 05 04:30:40 yoga.lenovo systemd[1]: Activating swap 
/dev/disk/by-uuid/73d341f1-eedc-43fc-9e53-ba4194dae3fb...
Dec 05 04:30:40 yoga.lenovo swapon[396]: swapon: 
/dev/disk/by-uuid/73d341f1-eedc-43fc-9e53-ba4194dae3fb: swapon failed: Device 
or resource busy
Dec 05 04:30:40 yoga.lenovo systemd[1]: 
dev-disk-by\x2duuid-73d341f1\x2deedc\x2d43fc\x2d9e53\x2dba4194dae3fb.swap swap 
process exited, code=exited status=255
Dec 05 04:30:40 yoga.lenovo systemd[1]: Failed to activate swap 
/dev/disk/by-uuid/73d341f1-eedc-43fc-9e53-ba4194dae3fb.
Dec 05 04:30:40 yoga.lenovo systemd[1]: Unit 
dev-disk-by\x2duuid-73d341f1\x2deedc\x2d43fc\x2d9e53\x2dba4194dae3fb.swap 
entered failed state.
Dec 05 04:30:40 yoga.lenovo systemd[1]: Activated swap Swap Partition.
Dec 05 04:30:40 yoga.lenovo kernel: Adding 8298492k swap on /dev/sda3.  
Priority:-1 extents:1 across:8298492k SSFS


# systemctl status dev-sda3.swap 
● dev-sda3.swap - Swap Partition
   Loaded: loaded (/run/systemd/generator.late/dev-sda3.swap)
   Active: active since Fri 2014-12-05 04:30:40 EST; 27min ago
 What: /dev/sda3
 Docs: man:systemd-gpt-auto-generator(8)
  Process: 395 ExecActivate=/sbin/swapon /dev/sda3 (code=exited, 
status=0/SUCCESS)

Dec 05 04:30:40 yoga.lenovo systemd[1]: Activating swap Swap Partition...
Dec 05 04:30:40 yoga.lenovo systemd[1]: Activated swap Swap Partition.


# systemctl status 
dev-disk-by\x2duuid-73d341f1\x2deedc\x2d43fc\x2d9e53\x2dba4194dae3fb.swap
● dev-disk-byx2duuid-73d341f1x2deedcx2d43fcx2d9e53x2dba4194dae3fb.swap - 
/dev/disk/byx2duuid/73d341f1x2deedcx2d43fcx2d9e53x2dba4194dae3fb
   Loaded: loaded
   Active: inactive (dead)
 What: /dev/disk/byx2duuid/73d341f1x2deedcx2d43fcx2d9e53x2dba4194dae3fb


# swapon -s
FilenameTypeSizeUsedPriority
/dev/sda3   partition   8298492 0   -1


# blkid /dev/sda3
/dev/sda3: UUID="73d341f1-eedc-43fc-9e53-ba4194dae3fb" TYPE="swap" 
PARTUUID="63a48c8a-8c88-482c-9577-50060d5afcb0"


# find /run -name "*73d341f1*"
/run/systemd/generator/swap.target.wants/dev-disk-by\x2duuid-73d341f1\x2deedc\x2d43fc\x2d9e53\x2dba4194dae3fb.swap
/run/systemd/generator/dev-disk-by\x2duuid-73d341f1\x2deedc\x2d43fc\x2d9e53\x2dba4194dae3fb.swap
/run/udev/links/\x2fdisk\x2fby-uuid\x2f73d341f1-eedc-43fc-9e53-ba4194dae3fb


# find /run -name "*sda3*"
/run/systemd/generator.late/swap.target.wants/dev-sda3.swap
/run/systemd/generator.late/dev-sda3.swap

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: systemd 217-3ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
ApportVersion: 2.14.7-0ubuntu10
Architecture: amd64
CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: No such file 
or directory
Date: Fri Dec  5 04:51:30 2014
MachineType: LENOVO 20266
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-25-generic 
root=UUID=b51ee688-137c-47ec-9635-b69434b4e1f8 ro init=/lib/systemd/systemd 
ipv6.disable_ipv6=1
SourcePackage: systemd
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/25/2014
dmi.bios.vendor: LENOVO
dmi.bios.version: 76CN35WW
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Yoga2
dmi.board.vendor: LENOVO
dmi.board.version: 31900058STD
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo Yoga 2 Pro
dmi.modalias: 
dmi:bvnLENOVO:bvr76CN35WW:bd03/25/2014:svnLENOVO:pn20266:pvrLenovoYoga2Pro:rvnLENOVO:rnYoga2:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoYoga2Pro:
dmi.product.name: 20266
dmi.product.version: Lenovo Yoga 2 Pro
dmi.sys.vendor: LENOVO
mtime.conffile..etc.systemd.journald.conf: 2014-10-17T14:43:13.493155

** Affects: systemd (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug vivid

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

Title:
  systemd is activating swap twice

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

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

[Bug 1399595] Re: systemd is activating swap twice

2014-12-06 Thread Tom H
(I can't find the option to tag this report with "systemd-boot". Is this
a question of Launchpad permissions or am I too stupid to find the right
thing to click?)


I saw that "/lib/systemd/system-generators/" has systemd-fstab-generator and 
systemd-gpt-auto-generator so I disabled swap in my fstab:


# grep swap /etc/fstab 
#UUID=73d341f1-eedc-43fc-9e53-ba4194dae3fb noneswap sw0 
   0


And swap's now activated once:


# journalctl | grep swap | grep -v unit_create_cgroups
Dec 06 04:21:00 yoga.lenovo systemd[1]: Activating swap Swap Partition...
Dec 06 04:21:00 yoga.lenovo kernel: Adding 8298492k swap on /dev/sda3.  
Priority:-1 extents:1 across:8298492k SSFS
Dec 06 04:21:00 yoga.lenovo systemd[1]: Activated swap Swap Partition.


# swapon -s
FilenameTypeSizeUsedPriority
/dev/sda3   partition   8298492 0   -1


# find /run -name "*73d341f1*"
/run/udev/links/\x2fdisk\x2fby-uuid\x2f73d341f1-eedc-43fc-9e53-ba4194dae3fb


# find /run -name "*sda3*"
/run/systemd/generator.late/swap.target.wants/dev-sda3.swap
/run/systemd/generator.late/dev-sda3.swap

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

Title:
  systemd is activating swap twice

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

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


[Bug 1301742] Re: baloo_file_extractor crashed with SIGSEGV in size()

2014-04-03 Thread Tom H
Sorry. I was in a hurry when I "filed" this bug report.

I was in the LightDM section of the KDE System Settings when the "you've
crashed" dialog appeared.

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

Title:
  baloo_file_extractor crashed with SIGSEGV in size()

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

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


[Bug 1315452] [NEW] package libtimezonemap-data 0.4.2 failed to install/upgrade: trying to overwrite '/usr/share/libtimezonemap/ui/timezone_6.5.png', which is also in package libtimezonemap1 0.4.1

2014-05-02 Thread Tom H
Public bug reported:

It failed to install and I had to run "apt-get -f install". once more or
less logged in, apport prompted me to file a report.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: libtimezonemap-data 0.4.2
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.2-0ubuntu2
Architecture: amd64
Date: Fri May  2 13:00:16 2014
Dependencies:
 
DpkgHistoryLog:
 Start-Date: 2014-05-02  13:00:11
 Commandline: apt-get dist-upgrade
 Install: libtimezonemap-data:amd64 (0.4.2, automatic)
 Upgrade: python3-problem-report:amd64 (2.14.2-0ubuntu1, 2.14.2-0ubuntu2), 
initramfs-tools-bin:amd64 (0.103ubuntu4, 0.103ubuntu5), dbus:amd64 
(1.6.18-0ubuntu4, 1.6.18-0ubuntu5), virt-viewer:amd64 (0.5.6-2, 0.6.0-1), 
deja-dup-backend-gvfs:amd64 (30.0-0ubuntu4, 30.0-0ubuntu5), 
libtimezonemap1:amd64 (0.4.1, 0.4.2), libdbus-1-3:amd64 (1.6.18-0ubuntu4, 
1.6.18-0ubuntu5), deja-dup:amd64 (30.0-0ubuntu4, 30.0-0ubuntu5), 
initramfs-tools:amd64 (0.103ubuntu4, 0.103ubuntu5), apport-gtk:amd64 
(2.14.2-0ubuntu1, 2.14.2-0ubuntu2), apport:amd64 (2.14.2-0ubuntu1, 
2.14.2-0ubuntu2), dbus-x11:amd64 (1.6.18-0ubuntu4, 1.6.18-0ubuntu5), 
python3-apport:amd64 (2.14.2-0ubuntu1, 2.14.2-0ubuntu2), 
unity-plugin-scopes:amd64 (0.4.0+14.10.20140501-0ubuntu1, 
0.4.0+14.10.20140502.1-0ubuntu1)
DuplicateSignature: package:libtimezonemap-data:0.4.2:trying to overwrite 
'/usr/share/libtimezonemap/ui/timezone_6.5.png', which is also in package 
libtimezonemap1 0.4.1
ErrorMessage: trying to overwrite 
'/usr/share/libtimezonemap/ui/timezone_6.5.png', which is also in package 
libtimezonemap1 0.4.1
PackageArchitecture: all
SourcePackage: libtimezonemap
Title: package libtimezonemap-data 0.4.2 failed to install/upgrade: trying to 
overwrite '/usr/share/libtimezonemap/ui/timezone_6.5.png', which is also in 
package libtimezonemap1 0.4.1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: libtimezonemap (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-package package-conflict utopic

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

Title:
  package libtimezonemap-data 0.4.2 failed to install/upgrade: trying to
  overwrite '/usr/share/libtimezonemap/ui/timezone_6.5.png', which is
  also in package libtimezonemap1 0.4.1

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

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


[Bug 1354937] [NEW] The firendly-recovery systemd service file has an error

2014-08-10 Thread Tom H
Public bug reported:

The firendly-recovery systemd service file has an error:

ExecStartPre=-dmesg --console-off
should be
ExecStartPre=-/bin/dmesg --console-off

>From journalctl:

[/lib/systemd/system/friendly-recovery.service:14] Executable path is
not absolute, ignoring: dmesg --console-off

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: friendly-recovery 0.2.26
ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
Uname: Linux 3.16.0-6-generic x86_64
ApportVersion: 2.14.5-0ubuntu4
Architecture: amd64
Date: Sun Aug 10 16:34:09 2014
InstallationDate: Installed on 2014-08-05 (5 days ago)
InstallationMedia: Ubuntu-Server 14.10 "Utopic Unicorn" - Alpha amd64 (20140731)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: friendly-recovery
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: friendly-recovery (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug utopic

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

Title:
  The firendly-recovery systemd service file has an error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1354937/+subscriptions

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


[Bug 1354937] Re: The firendly-recovery systemd service file has an error

2014-11-12 Thread Tom H
#4 is such a stupid request that I regret reporting this bug.

"friendly-recovery.service" is broken as currently shipped.

If you want "dmesg --console-off" to run, prepend "/bin/".

If you don't want "dmesg --console-off" to run, delete
"ExecStartPre=-dmesg --console-off".

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

Title:
  The firendly-recovery systemd service file has an error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1354937/+subscriptions

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


[Bug 661526] [NEW] Remove the "-d" option and leave just "--devel-release"

2010-10-15 Thread Tom H
Public bug reported:

Binary package hint: update-manager-core

There are many internet pages, including wiki.ubuntu.com, that advise
users to run "update-manager -d" to upgrade from release to another.

Some users think that "-d" means "distribution" or "dist-upgrade".

Removing the "-d" option and leaving just the verbose "--devel-release"
would clear up any confusion.

** Affects: update-manager-core (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: rfe

-- 
Remove the "-d" option and leave just "--devel-release"
https://bugs.launchpad.net/bugs/661526
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 661525] [NEW] Remove the "-d" option and leave just "--devel-release"

2010-10-15 Thread Tom H
Public bug reported:

Binary package hint: update-manager

There are many internet pages, including wiki.ubuntu.com, that advise
users to run "update-manager -d" to upgrade from release to another.

Some users think that "-d" means "distribution" or "dist-upgrade".

Removing the "-d" option and leaving just the verbose "--devel-release"
would clear up any confusion.

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: rfe

-- 
Remove the "-d" option and leave just "--devel-release"
https://bugs.launchpad.net/bugs/661525
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 661526] Re: Remove the "-d" option and leave just "--devel-release"

2010-10-16 Thread Tom H
*** This bug is a duplicate of bug 661364 ***
https://bugs.launchpad.net/bugs/661364

Duplicate of 661364?!

-- 
Remove the "-d" option and leave just "--devel-release"
https://bugs.launchpad.net/bugs/661526
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 661525] Re: Remove the "-d" option and leave just "--devel-release"

2010-10-16 Thread Tom H
Did you see the "RFE" tag?!

-- 
Remove the "-d" option and leave just "--devel-release"
https://bugs.launchpad.net/bugs/661525
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 661526] Re: Remove the "-d" option and leave just "--devel-release"

2010-10-16 Thread Tom H
I've filed one RFE for update-manager and one for update-manager-core.
You clearly aren't really looking at what I've done and are just
responding to the tickets for the sake of upping your stats as some
people do at work. No problem; feel free to close the ticket. I just
wanted to help by suggesting a change to the update-manager/do-release-
upgrade options because various sites on the web, including Ubuntu's own
wiki site, are directing people to use "-d" to upgrade from one release
to another.

-- 
Remove the "-d" option and leave just "--devel-release"
https://bugs.launchpad.net/bugs/661526
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 575694] Re: Shouldn't mention network-admin to set up modems

2010-07-21 Thread Tom H.
I just installed 10.04 and have a dial-up modem that I need to work
with.  The computer I installed it on spends most of the week in rural
areas where dial-up is the only real option for internet access.

So, I used the modem connection page from 9.10 documentation, thinking
it would work, and ran into the lack of a Connections tab as Milan
noted.  Although the difference in release version is clear, it might be
nice to have a notice that this does not work in 10.04.

If you need someone to write dial-up documentation for 10.04, I would be
happy to give it a try, but first I would need to know whether 10.04
supports dial-up.  I'll search around and see what I can find.

-- 
Shouldn't mention network-admin to set up modems
https://bugs.launchpad.net/bugs/575694
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 570828] Re: gnome-network-admin on UbuntuStudio doesnt allow to configure either wired networks or wireless

2010-07-21 Thread Tom H.
Same software, but my problem is the Connections tab is missing from
network-admin, so I have no way to make a dial-up connection.  The
computer I installed Ubuntu on is in rural areas most of the week and I
need dial-up.

-- 
gnome-network-admin on UbuntuStudio doesnt allow to configure either wired 
networks or wireless
https://bugs.launchpad.net/bugs/570828
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 608774] Re: Nautilus should honor the HAL setting 'storage.automount_enabled_hint'

2010-10-06 Thread Tom H. Miller
I realize this is not truly the place for this, but this bug report is
the closest thing to an answer I've found.

Is there a way to do this for PTP (GPHOTO2_DRIVER=PTP) cameras? I'm
trying to stop a Canon from asking if I want to launch Fstop every time
I plug it in. It needs to be done via a file or setting somewhere, so
I'm trying to write a udev rule to handle it.

It seems that the UDISKS_* keys are ignored for cameras (or at least for
cameras that use PTP by default). How do I tell Lucid to stop
"automounting" the camera?

-- 
Nautilus should honor the HAL setting 'storage.automount_enabled_hint'
https://bugs.launchpad.net/bugs/608774
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