Comment 8 for bug 863741

Revision history for this message
Dac Chartrand (conner-bw) wrote :

Seems to work for me. I rebooted. I can mount my Windows partition. I can browse the internal Windows network. Nothing seems broken.

Some backstory: I discovered this bug when trying to solve my own "askubuntu.com" problem, see:

http://askubuntu.com/questions/128933/cannot-update-nfs-the-update-manager-shows-packages-but-wont-let-me-select-the

In the above URL, I am using the "Update Manager" GUI.

When trying to help solve this bug (eg. a reply to comment #7 by cjwatson) I did 6 steps:

1) I went into the graphical "Ubutnu Software Centre" 2) I put a checkmark next to "precise-proposed" in the Sources tab; Edit -> Software Sources. 3) In "Update Manager" i clicked "Check." At this point I was asked to upgrade something like 90+ packages. I freaked out a bit and exited the GUI. Instead, I went to the terminal and I did 4)

-=-=-

$ sudo apt-get install rpcbind nfs-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  portmap
The following NEW packages will be installed:
  rpcbind
The following packages will be upgraded:
  nfs-common
1 upgraded, 1 newly installed, 1 to remove and 91 not upgraded.
Need to get 279 kB of archives.
After this operation, 41.0 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main nfs-common amd64 1:1.2.5-3ubuntu3 [236 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-proposed/main rpcbind amd64 0.2.0-7ubuntu1.1 [42.6 kB]
Fetched 279 kB in 0s (474 kB/s)
(Reading database ... 199442 files and directories currently installed.)
Preparing to replace nfs-common 1:1.2.0-4ubuntu4.2 (using .../nfs-common_1%3a1.2.5-3ubuntu3_amd64.deb) ...
Unpacking replacement nfs-common ...
Processing triggers for ureadahead ...
Processing triggers for man-db ...
(Reading database ... 199455 files and directories currently installed.)
Removing portmap ...
portmap stop/waiting
Processing triggers for ureadahead ...
Processing triggers for man-db ...
Selecting previously unselected package rpcbind.
(Reading database ... 199442 files and directories currently installed.)
Unpacking rpcbind (from .../rpcbind_0.2.0-7ubuntu1.1_amd64.deb) ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Setting up rpcbind (0.2.0-7ubuntu1.1) ...
Installing new version of config file /etc/init/portmap.conf ...
Installing new version of config file /etc/init/portmap-wait.conf ...
 Removing any system startup links for /etc/init.d/rpcbind ...
portmap start/running, process 13937
Setting up nfs-common (1:1.2.5-3ubuntu3) ...
Installing new version of config file /etc/init/gssd.conf ...
Installing new version of config file /etc/init/idmapd.conf ...
Replacing config file /etc/idmapd.conf with new version
Replacing config file /etc/default/nfs-common with new version
statd stop/waiting
statd start/running, process 14226
gssd stop/pre-start, process 14255
idmapd start/running, process 14296

-=-=-

5) At this point I went back to Software Sources GUI and unchecked "precise-proposed" 6) In the Update Manager GUI I clicked "Check" again and this time I was asked to upgrade "nfs-kernel-server" which I did.

Hope this info is useful to someone.

Regards,