[Bug 1292113] Re: CTRL+ALT+T - shortcut to open Terminal is does not work

2016-06-13 Thread Mark Tomich
@ceresa regarding comment 33; I am using a dvorak keyboard, and just verified what you're seeing. Furthermore, mapping CTRL+ALT+K (qwerty K is Dvorak T) to the terminal shortcut does the trick. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 575240] Re: iscsid does not start automatically having iscsi root

2011-12-21 Thread Mark Tomich
Okay, forget what I just said in comment 5... installing open-iscsi v2.0-872 userspace *does* seem to be the best option for Oneiric users, *however*, the packaged version on the open-iscsi website doesn't play nice with the 3.0 kernel. Instead, I used the git master, and skipped building the modu

[Bug 575240] Re: iscsid does not start automatically having iscsi root

2011-12-21 Thread Mark Tomich
recompiling the "current stable" open-iscsi requires a lot of work on Oneiric because it hasn't been updated to recognize the change to kernel v3.0; additionally, once I got it to compile, it gave me oopses in the init sequence. Furthermore, a simpler and "easier to maintain" solution for me was t

[Bug 147216] Re: LVM filesystems not mounted at boot

2011-10-05 Thread Mark Tomich
FTR, I found it better to use the filter 'ENV{ID_TYPE}=="disk"' because it avoids the (needless) recursive scanning of all the logical volumes. Thus, I now have the following in /etc/udev/rules.d/85-lvm2.rules: SUBSYSTEM=="block", ACTION=="add|change", ENV{ID_TYPE}=="disk", \ RUN+="watersh

[Bug 846796] Re: Slow boot since update suspect it relates to networking

2011-09-11 Thread Mark Tomich
Note: simply commenting out the "auto eth0" line in "/etc/network/interfaces" restored my boot time from ~2 minutes to 15 seconds. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846796 Title: Slow b

[Bug 479528] Re: [needs-packaging] Cfengine3

2009-12-22 Thread Mark Tomich
** Changed in: ubuntu Status: Fix Released => Incomplete -- [needs-packaging] Cfengine3 https://bugs.launchpad.net/bugs/479528 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.c

[Bug 173554] Re: "0x80004005 NS_ERROR_FAILURE [nslStringBundle.formatStringFromName]" error message on open

2008-02-27 Thread Mark Tomich
to fix without disabling extensions, try running: sudo chown -R $(id -u):$(id -g) ~/.mozilla/firefox/ -- "0x80004005 NS_ERROR_FAILURE [nslStringBundle.formatStringFromName]" error message on open https://bugs.launchpad.net/bugs/173554 You received this bug notification because you are a membe

[Bug 173554] Re: "0x80004005 NS_ERROR_FAILURE [nslStringBundle.formatStringFromName]" error message on open

2008-02-27 Thread Mark Tomich
FYI, this problem appears to be caused by a permissions issue in your home directory. For instance, if you start Firefox by using "sudo firefox", some files in your Firefox profile directory will become owned by "root:root". To fix, run the following: sudo chown -R $(id -u):$(id -g) ~/.mozilla/f