Created
December 5, 2010 06:02
-
-
Save MarkBennett/728853 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@ubuntu:~$ sudo apt-get install nvidia-current | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
dkms fakeroot nvidia-settings patch screen-resolution-extra | |
Suggested packages: | |
diffutils-doc | |
The following NEW packages will be installed: | |
dkms fakeroot nvidia-current nvidia-settings patch screen-resolution-extra | |
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. | |
Need to get 27.2 MB/27.6 MB of archives. | |
After this operation, 81.8 MB of additional disk space will be used. | |
Do you want to continue [Y/n]? | |
Get:1 http://archive.ubuntu.com/ubuntu/ natty/restricted nvidia-current i386 260.19.21-0ubuntu1 [26.4 MB] | |
Get:2 http://archive.ubuntu.com/ubuntu/ natty/main screen-resolution-extra all 0.14 [13.9 kB] | |
Get:3 http://archive.ubuntu.com/ubuntu/ natty/main nvidia-settings i386 260.19.21-0ubuntu1 [844 kB] | |
Fetched 27.2 MB in 1min 11s (379 kB/s) | |
Selecting previously deselected package patch. | |
(Reading database ... 127763 files and directories currently installed.) | |
Unpacking patch (from .../p/patch/patch_2.6-3_i386.deb) ... | |
Selecting previously deselected package dkms. | |
Unpacking dkms (from .../dkms_2.1.1.2-5ubuntu1_all.deb) ... | |
Selecting previously deselected package fakeroot. | |
Unpacking fakeroot (from .../fakeroot_1.14.4-1ubuntu1_i386.deb) ... | |
Selecting previously deselected package nvidia-current. | |
Unpacking nvidia-current (from .../nvidia-current_260.19.21-0ubuntu1_i386.deb) ... | |
Selecting previously deselected package screen-resolution-extra. | |
Unpacking screen-resolution-extra (from .../screen-resolution-extra_0.14_all.deb) ... | |
Selecting previously deselected package nvidia-settings. | |
Unpacking nvidia-settings (from .../nvidia-settings_260.19.21-0ubuntu1_i386.deb) ... | |
Processing triggers for man-db ... | |
Setting up patch (2.6-3) ... | |
Setting up dkms (2.1.1.2-5ubuntu1) ... | |
Setting up fakeroot (1.14.4-1ubuntu1) ... | |
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode. | |
Setting up nvidia-current (260.19.21-0ubuntu1) ... | |
update-alternatives: using /usr/lib/nvidia-current/ld.so.conf to provide /etc/ld.so.conf.d/GL.conf (gl_conf) in auto mode. | |
update-alternatives: warning: skip creation of /usr/lib32/vdpau/libvdpau_nvidia.so.1 because associated file /usr/lib32/nvidia-current/vdpau/libvdpau_nvidia.so.1 (of link group gl_conf) doesn't exist. | |
update-alternatives: warning: skip creation of /usr/lib32/libvdpau_nvidia.so because associated file /usr/lib32/nvidia-current/vdpau/libvdpau_nvidia.so (of link group gl_conf) doesn't exist. | |
update-initramfs: deferring update (trigger activated) | |
cp: cannot stat `/vmlinuz': No such file or directory | |
dpkg: error processing nvidia-current (--configure): | |
subprocess installed post-installation script returned error exit status 1 | |
Setting up screen-resolution-extra (0.14) ... | |
Processing triggers for python-central ... | |
Setting up nvidia-settings (260.19.21-0ubuntu1) ... | |
Processing triggers for python-gmenu ... | |
Rebuilding /usr/share/applications/desktop.en_US.utf8.cache... | |
Processing triggers for bamfdaemon ... | |
Rebuilding /usr/share/applications/bamf.index... | |
Processing triggers for initramfs-tools ... | |
update-initramfs: Generating /boot/initrd.img-2.6.37-7-generic | |
cryptsetup: WARNING: failed to detect canonical device of aufs | |
cryptsetup: WARNING: could not determine root device from /etc/fstab | |
cp: cannot stat `/vmlinuz': No such file or directory | |
dpkg: error processing initramfs-tools (--configure): | |
subprocess installed post-installation script returned error exit status 1 | |
Processing triggers for python-support ... | |
Errors were encountered while processing: | |
nvidia-current | |
initramfs-tools | |
E: Sub-process /usr/bin/dpkg returned an error code (1) | |
ubuntu@ubuntu:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment