[Bug 1321854] Re: useradd doesn't add the default shell to /etc/passwd entry

2017-07-04 Thread Bob Ziuchkovski
I just ran into the same problem on Ubuntu 16.04:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04.2 LTS
Release:16.04
Codename:   xenial
$ cat /etc/default/useradd
SHELL=/bin/bash
$ useradd -D
GROUP=100
HOME=/home
INACTIVE=-1
EXPIRE=
SHELL=/bin/bash
SKEL=/etc/skel
CREATE_MAIL_SPOOL=no
$ sudo useradd testuser
$ getent passwd testuser
testuser:x:1081:1082::/home/testuser:

I expected testuser to show /bin/bash for the shell, but that's not the
case.

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

Title:
  useradd doesn't add the default shell to /etc/passwd entry

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

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


[Bug 1453912] Re: systemd does not unlock dm-crypt password

2015-12-26 Thread Bob Ziuchkovski
I can confirm the exact same behavior: if /etc/crypttab has entries for
non-root devices, then the only way to unlock with a password is to
force plymouth to run with the "splash" boot option.

I've been trying to test luks-encrypted data volumes (non-root) on
ubuntu-server and have hit this problem for 15.04, 15.10, and 16.04
daily...basically ever since the switch to systemd.  Worse, adding
"splash" doesn't actually resolve the problem on ubuntu-server...perhaps
due to a broken/incomplete plymouth install?

I ended up testing ubuntu-desktop 15.10 on a whim with "splash" and that
was the first time I was able to enter the password to unlock the
devices.

It seems like this is a problem with the systemd-ask-password-console
service.  I've tried to test the theory by creating an extremely simple
"oneshot" service script that requires systemd-ask-password-console and
runs "/bin/systemd-ask-password --no-tty 'Test'".  I've tried all manner
of systemd service options and I can't for the life of me get systemd-
ask-password-console to prompt for a password.

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

Title:
  systemd does not unlock dm-crypt password

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

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


[Bug 1453912] Re: systemd does not unlock dm-crypt password

2015-12-26 Thread Bob Ziuchkovski
I tried another test in an attempt to get /bin/systemd-tty-ask-password-
agent to prompt for a password.  I ensured no other systemd password
agents were running (ps auxww | grep ask), then launched 'sudo /bin
/systemd-tty-ask-password-agent --watch --console' in one terminal and
launched 'sudo /bin/systemd-ask-password --no-tty --timeout=30 Test' in
another terminal.  The terminal with systemd-tty-ask-password-agent
running never prompts for anything and after 30 seconds, the systemd-
ask-password process times-out.  It seems like there's some sort of bug
that prevents systemd-tty-ask-password-agent from doing its job.

In an attempt to be thorough, I repeated the test after running 'sudo rm
/lib/systemd/system/systemd-ask-password-*' and rebooting.  I did this
to ensure none of the agents were spawning via systemd path events and
interfering with the direct test.

Finally, I also repeated the test one more time via 'sudo strace -f /bin
/systemd-tty-ask-password-agent --watch --console' and captured the
strace output.  That's attached as 'tty-agent.out'.  It hangs at that
final line indefinitely:  'read(6,'

** Attachment added: "strace output for ' /bin/systemd-tty-ask-password-agent 
--watch --console'"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1453912/+attachment/4540627/+files/tty-agent.out

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

Title:
  systemd does not unlock dm-crypt password

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

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


[Bug 1377653] Re: HDMI sound output not detected / NVIDIA optimus laptop

2014-10-18 Thread Bob Ziuchkovski
I have the same N56VZ laptop running 14.04 as well, and can confirm this
problem.

According to http://http.download.nvidia.com/XFree86/gpu-hdmi-audio-
document/gpu-hdmi-audio.html#_verify_your_card_exists the nVidia card
should show an audio device in lspci output if HDMI is connected and
enabled.  This doesn't happen on my laptop.  I am using the proprietary
331 nvidia drivers and nvidia-prime *without* bumblebee.  I can plugin
an HDMI cable and the display automatically mirrors to the HDMI output,
but no nVidia audio device is ever detected with lspci.  NOTE: the
snd_hda_codec_hdmi module doesn't load when I connect HDMI.  Manually
modprobing it loads the module but shows a 0 count for 'Used By' and no
dmesg output.

# lspci output with HDMI connected and screen mirrored to TV:

00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller 
(rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor 
PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor 
Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series 
Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family 
USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family 
High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI 
Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI 
Express Root Port 2 (rev c4)
00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI 
Express Root Port 4 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family 
USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 
04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA 
Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus 
Controller (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 650M] 
(rev a1)
03:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter 
(rev 01)
04:00.0 Ethernet controller: Qualcomm Atheros AR8161 Gigabit Ethernet (rev 10)

# cat /proc/asound/cards output with HDMI connected:
 0 [PCH]: HDA-Intel - HDA Intel PCH
  HDA Intel PCH at 0xf7a0 irq 44

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

Title:
  HDMI sound output not detected / NVIDIA optimus laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1377653/+subscriptions

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


[Bug 1088146] Re: Asus n56vz battery state is wrong or battery not charging at all.

2013-06-15 Thread Bob Ziuchkovski
I think the truth might be somewhere in-between.  The BIOS on these
machines seems buggy, but ASUS can provide Windows drivers to cope with
their own BIOS problems.

I am currently running a 3.8.0 kernel patched with Aaron Lu's work
mentioned here: https://bugzilla.kernel.org/show_bug.cgi?id=52951.
Since running this kernel, most of the problems in this bug report have
cleared up for me.  On rare occasions the battery indicator will be
incorrect after resuming from sleep, but it happens far less frequently.
An added bonus is that the brightness keys now work with proper OSD
notification.

I kind of wonder if the BIOS maintains some sort of ACPI state between
shutdown/reboot/resume.  I know that sounds odd and on most systems I
would expect a clean state after shutdown or reboot, but it's the only
thing that makes sense to me, given that yanking the power adapter and
battery resolves the problem.

** Bug watch added: Linux Kernel Bug Tracker #52951
   http://bugzilla.kernel.org/show_bug.cgi?id=52951

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

Title:
  Asus n56vz battery state is wrong or battery not charging at all.

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

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


[Bug 1158267] Re: broken (click-trhough) window decoration on some maximized windows

2013-05-02 Thread Bob Ziuchkovski
I'm almost hesitant to say anything else regarding xfwm4, since I don't
want to derail this bug report.  However, if it saves you the effort of
potentially downgrading/reinstalling your system, then you might want to
try enabling compositing with xfwm4:  Run xfwm4-tweaks-settings, click
the 'Compositor' tab, and select 'Enable display compositing'.

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

Title:
  broken (click-trhough) window decoration on some maximized windows

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

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


[Bug 1158267] Re: broken (click-trhough) window decoration on some maximized windows

2013-04-29 Thread Bob Ziuchkovski
Christian: I'm not sure about workaround within compiz, but you could
switch window managers.  I switched to xfwm4 for the time being.  I'm
using gnome-session, so I created a
/usr/share/applications/xfwm4.desktop and edited /usr/share/gnome-
session/sessions/mysession.session, setting DefaultProvider-
windowmanager=xfwm4.

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

Title:
  broken (click-trhough) window decoration on some maximized windows

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

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


[Bug 1136112] Re: [needs-packaging] rEFInd

2013-04-17 Thread Bob Ziuchkovski
I'd love to see this pulled into the Ubuntu repos as well.  The rEFInd
author already packages a deb that works with Ubuntu: see the downloads
at http://sourceforge.net/projects/refind/files/0.6.8 .  I use this
package on Ubuntu 12.04 LTS without problem.  IMHO, it is a lot simpler
to use than GRUB2 on UEFI systems.

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

Title:
  [needs-packaging] rEFInd

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

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


[Bug 1157786] Re: Kernel release 3.2.0-39-generic hangs intel 64-bit X

2013-03-28 Thread Bob Ziuchkovski
Same with Lenovo W520.  Very annoying as I'm on LTS for the stability.

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

Title:
  Kernel release 3.2.0-39-generic hangs intel 64-bit X

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

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


[Bug 776999] Re: [Lenovo W520] laptop freezes on ACPI-related actions

2012-04-02 Thread Bob Ziuchkovski
I'm far from an expert on the subject, but my understanding is that the
primary enhancement of x2apic over apic/xapic is 32-bit vs 8-bit
addressability of the proc for interrupts.  Apic/xapic should be capable
of having 255 interrupt processors registered, which should be more than
any of our laptops would need.

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

Title:
  [Lenovo W520] laptop freezes on ACPI-related actions

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

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


[Bug 776999] Re: [Lenovo W520] laptop freezes on ACPI-related actions

2012-03-16 Thread Bob Ziuchkovski
I have a w520 running Ubuntu 11.10 64-bit with the graphics option set
to discrete in the BIOS.  I was experiencing the same system freezes
when I tried to use fn+home/fn+end lcd brightness controls.

Adding 'nox2apic' to the boot options and the nvidia-specific
EnableBrightnessControl=1 option in xorg.conf solved the problem for me.
The brightness adjusts correctly and the OSD indicator works properly.
The wireless kill switch and AC plug/unplug are all working fine as
well.

It looks like other, more drastic acpi kernel options work as well, but
I'm happy with this relatively minor twiddle.  Hopefully this is
something that will be fixed in the upstream kernel.

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

Title:
  [Lenovo W520] laptop freezes on ACPI-related actions

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

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


[Bug 776999] Re: [Lenovo W520] laptop freezes on ACPI-related actions

2012-03-16 Thread Bob Ziuchkovski
As a follow-up, I still have Vt-d enabled in the BIOS.  That may help
your case, otakuj462.

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

Title:
  [Lenovo W520] laptop freezes on ACPI-related actions

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

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


[Bug 111169] rapidsvn crashes when using kompare to diff files

2007-04-29 Thread Bob Ziuchkovski
Public bug reported:

Binary package hint: rapidsvn

If I set the diff program to kompare using %1 and %2 as arguments,
rapidsvn will crash when attempting to view a diff from a svn
repository.  This does not occur when viewing a diff from a working
directory.

ProblemType: Crash
Architecture: i386
Date: Sun Apr 29 22:39:03 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/rapidsvn
Package: rapidsvn 0.9.4-1ubuntu3
PackageArchitecture: i386
ProcCmdline: rapidsvn
ProcCwd: /home/bobbyz
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
Signal: 11
SourcePackage: rapidsvn
StacktraceTop:
 svn::Status::entry () from /usr/lib/libsvncpp.so.0
 ?? ()
 ?? ()
 ?? ()
 ?? ()
Uname: Linux smoke 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

** Affects: rapidsvn (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
rapidsvn crashes when using kompare to diff files
https://bugs.launchpad.net/bugs/69
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 111169] Re: rapidsvn crashes when using kompare to diff files

2007-04-29 Thread Bob Ziuchkovski

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/7473231/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/7473232/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/7473234/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/7473235/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/7473236/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/7473237/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/7473238/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/7473239/ThreadStacktrace.txt

-- 
rapidsvn crashes when using kompare to diff files
https://bugs.launchpad.net/bugs/69
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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