Same issue on 18.04. Resolved with $ cd /usr/lib/go-1.10/ ; sudo ln -s
../../share/go-1.10/misc misc
$ lsb_release -rd
Description:Ubuntu 18.04.3 LTS
Release:18.04
$ apt-cache policy golang-1.10-go
golang-1.10-go:
Installed: 1.10.4-2ubuntu1~18.04.1
Candidate: 1.10.4-2ubuntu1~18.0
Also, my client/server are sharing UIDs, which seems to imply this is
independent of https://bugs.launchpad.net/ubuntu/+source/nfs-
utils/+bug/966734
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/97663
Just experienced this issue. Used TJ's fix with success, but I had to
also restart nfs on the server - multiple restarts of idmapd did
nothing. I did not try restarting the client.
FWIW, here's my details. Primary difference is that my server is a
CentOS box.
Client:
Linux 3 3.11.0-23-gen
--log=/test.log'
LOG: Failed to parse some %pre options
LOG: %pre Error: getopt: unrecognized option '--log=/test.log'
As you can see, getopt still prints to stderr, but now we have log
messages printed as well.
** Changed in: kickseed (Ubuntu)
Status: New => Fix Com
Also, I added a "reference" file for kickstart that lists all commands
with all command options. By doing
$ ./test-kickseed tests/full-full-06-2014.ks
we can see which kickstart options are not currently supported, as they will
print out "LOG" messages. It's
not exactly test driven dev, but
** Branch linked: lp:~hamiltont-x/kickseed/kickseed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1331320
Title:
Differences between test-kickseed and real execution
To manage notifications about t
** Changed in: kickseed (Ubuntu)
Status: Triaged => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/776701
Title:
firewall command not implemented
To manage notifications about this
Public bug reported:
Multiple handlers use the following syntax:
eval set -- "$(getopt -o '' -l interpreter: -- "$@")" || {
warn_getopt %pre; return; }
As mentioned in "/usr/share/doc/util-linux-ng-2.17.2/getopt-parse.bash", this
will never
call the warning:
# We need TEMP as the `eva
I believe
http://bazaar.launchpad.net/~hamiltont-x/kickseed/kickseed/revision/298
addresses this well. I decided that using $RET was a poor choice, as it
only checks the return of the kickseed function and can return a 0 value
even if an internal function returns a non-zero value. I have instead
di
he install will behave
differently than the test.
** Changed in: kickseed (Ubuntu)
Status: New => In Progress
** Changed in: kickseed (Ubuntu)
Assignee: (unassigned) => Hamilton Turner (hamiltont-x)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is
Public bug reported:
I've encountered an odd issue, perhaps someone can help me isolate. When
I run test-kickseed on the %pre block below, 'handler/pre.sh' reports a
getopt failure parsing the %pre options **and continues executing**.
(support for --log is the feature I'm currently adding into kic
Public bug reported:
The %post section in RHEL has a --log option that kickseed does not
support. Oddly enough, there should be a generic warning printed about
this - kickseed/handlers/post.sh should pick up that --log is
unrecognized and call warn_getopt %post.
I don't see that warning being pri
12 matches
Mail list logo