[Bug 1137941] [NEW] automount does not recognize options from NIS map

2013-03-01 Thread geek65535
Public bug reported:

Ubuntu 12.04, autofs5 5.0.6

automount recognizes mount options given in a local map.
Eg, /etc/auto.home:
* -vers=3 myserver:/home/

But the same options in an NIS map are not parsed correctly.
# ypcat -k auto.home
* -vers=3 myserver:/home/

With BROWSE_MODE=yes in /etc/default/autofs, the above line in the NIS map 
will produce:
# ls /home
-vers=3

That shows that, rather than parsing the options when they are there,
automount is taking the first whitespace-delimited string as the mount
arg.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs5 in Ubuntu.
https://bugs.launchpad.net/bugs/1137941

Title:
  automount does not recognize options from NIS map

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1137941] [NEW] automount does not recognize options from NIS map

2013-03-01 Thread geek65535
Public bug reported:

Ubuntu 12.04, autofs5 5.0.6

automount recognizes mount options given in a local map.
Eg, /etc/auto.home:
* -vers=3 myserver:/home/

But the same options in an NIS map are not parsed correctly.
# ypcat -k auto.home
* -vers=3 myserver:/home/

With BROWSE_MODE=yes in /etc/default/autofs, the above line in the NIS map 
will produce:
# ls /home
-vers=3

That shows that, rather than parsing the options when they are there,
automount is taking the first whitespace-delimited string as the mount
arg.

** Affects: autofs5 (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/1137941

Title:
  automount does not recognize options from NIS map

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

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


[Bug 841264] Re: Dell Precision M6600 laptop hangs on reboot

2012-07-27 Thread geek65535
I have a 17.3 M6600. I just upgraded the BIOS from version A7 to
version A9, and the problem (which had been happening 100% of the time)
has gone away. This is with Ubuntu 12.04 and latest kernel.

NB: Dell only supplies the BIOS update as a Windows/DOS exe. Use
netbootin to install FreeDOS to a USB drive, and copy the .exe to the
drive.

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

Title:
  Dell Precision M6600 laptop hangs on reboot

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

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


[Bug 155899] command_not_found_handle bash mechanism only passes single arg

2007-10-22 Thread geek65535
Public bug reported:

Binary package hint: bash

When bash encounters a command that it can't locate, it calls the
function command_not_found_handle if available, which then usually calls
the python command-not-found script.

But bash only passes the first argument from the command line on to
command_not_found_handle. This is OK for the command-not-found script,
but makes it difficult to extend.

For example,  I have modified /etc/bash.bashrc to run this:
/usr/bin/python /usr/lib/command-not-found -- $1 || ssh $@  return 0 || 
return 75

This allows me to type in the name of a machine I'd like to ssh to. As long as 
it isn't also the name of a program, then this works (and is very handy). But I 
can't do something like this:
[EMAIL PROTECTED]:$ remotehost -l archer
All that is passed to the command_not_found_handle function is 'remotehost', so 
the ssh never sees the other arguments.

Just to be clear: this is an issue with what is being passed to the
command_not_found_handle function, and not an issue with what happens
inside the function.

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

-- 
command_not_found_handle bash mechanism only passes single arg
https://bugs.launchpad.net/bugs/155899
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