Quantcast
Channel: Ubuntu Forums - Installation & Upgrades
Viewing all 26379 articles
Browse latest View live
↧

[ubuntu] Can't install Wine on a reasonably fresh install of Ubuntu 12.04.3 amd64

$
0
0
These are the actions I took before trying to install Wine:

Code:

sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update
sudo apt-get install gnome-session-fallback
sudo apt-get remove unity unity-2d
sudo apt-get install libglew1.5 libimlib2 libmotif4 libnspr4-0d
sudo dpkg -i libmozjs2d_1.9.1.16-20_amd64.deb
sudo apt-get install openjdk-7-jre
The following packages have unmet dependencies.
 openjdk-7-jre : Depends: openjdk-7-jre-headless (= 7u51-2.4.4-0ubuntu0.12.04.2) but it is not going to be installed
                Depends: libatk-wrapper-java-jni (>= 0.30.4-0ubuntu2) but it is not going to be installed

sudo apt-get -f install
The following NEW packages will be installed
  ca-certificates-java default-jre default-jre-headless icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-netx
  icedtea-netx-common java-common libatk-wrapper-java libatk-wrapper-java-jni libjpeg62 libnss3-1d openjdk-6-jre
  openjdk-6-jre-headless openjdk-6-jre-lib ttf-dejavu-extra tzdata-java
The following packages will be upgraded:
  libnss3

sudo apt-get install libjpeg62
sudo dpkg -i freewrl_1.22.10-1_amd64.deb
Install epson-inkjet-printer-nx420_1.0.0-1lsb3.2_amd64.deb                (using ubuntu software center)

Then I used ubuntu software center to install Wine. This gave me an error. So I went back to apt-get:

Code:

$ sudo apt-get install wine
[sudo] password for bob:
Reading package lists... Done
Building dependency tree     
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 wine : Depends: wine1.4 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Code:

$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree     
Reading state information... Done
The following packages were automatically installed and are no longer required:
  indicator-printers python-cupshelpers gir1.2-ubuntuoneui-3.0 system-config-printer-gnome unity-lens-video
  unity-scope-video-remote unity-scope-musicstores unity-common python-gnomekeyring libunity-misc4 unity-lens-music
  avahi-utils unity-2d-spread rhythmbox-ubuntuone unity-lens-files python-smbc system-config-printer-udev
  unity-2d-shell libubuntuoneui-3.0-1 unity-asset-pool nux-tools system-config-printer-common unity-lens-applications
  python-gconf
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 126 not upgraded.

Code:

$ sudo apt-get install wine1.4
Reading package lists... Done
Building dependency tree     
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 wine1.4 : Depends: wine1.4-i386 (= 1.4-0ubuntu4)
          Recommends: ttf-mscorefonts-installer but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Code:

$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree     
Reading state information... Done
The following packages were automatically installed and are no longer required:
  indicator-printers python-cupshelpers gir1.2-ubuntuoneui-3.0 system-config-printer-gnome unity-lens-video
  unity-scope-video-remote unity-scope-musicstores unity-common python-gnomekeyring libunity-misc4 unity-lens-music
  avahi-utils unity-2d-spread rhythmbox-ubuntuone unity-lens-files python-smbc system-config-printer-udev
  unity-2d-shell libubuntuoneui-3.0-1 unity-asset-pool nux-tools system-config-printer-common unity-lens-applications
  python-gconf
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 126 not upgraded.

Code:

sudo add-apt-repository ppa:ubuntu-wine/ppa
You are about to add the following PPA to your system:
 Welcome to the Wine Team PPA.  Here you can get the latest available Wine betas for every supported version of Ubuntu.  This PPA is managed by Scott Ritchie and Maarten Lankhorst.
 More info: https://launchpad.net/~ubuntu-wine/+archive/ppa
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keyring `/tmp/tmpy5f45b/secring.gpg' created
gpg: keyring `/tmp/tmpy5f45b/pubring.gpg' created
gpg: requesting key F9CB8DB0 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpy5f45b/trustdb.gpg: trustdb created
gpg: key F9CB8DB0: public key "Launchpad PPA for Ubuntu Wine Team" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:              imported: 1  (RSA: 1)
OK


Code:

$ sudo apt-get update

$ sudo apt-get install wine1.6
Reading package lists... Done
Building dependency tree     
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies.
 wine : Depends: wine1.4 but it is not going to be installed
 wine1.6 : Depends: wine1.6-amd64 (= 1:1.6.1-0ubuntu1~ppa1~precise1)
          Depends: binfmt-support (>= 1.1.2)
          Depends: wine1.6-i386 (= 1:1.6.1-0ubuntu1~ppa1~precise1)
          Recommends: gnome-exe-thumbnailer but it is not going to be installed or
                      kde-runtime but it is not going to be installed
          Recommends: fonts-droid but it is not going to be installed
          Recommends: ttf-mscorefonts-installer but it is not going to be installed
          Recommends: fonts-horai-umefont but it is not going to be installed
          Recommends: fonts-unfonts-core but it is not going to be installed
          Recommends: winbind
          Recommends: winetricks but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).


Code:

$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree     
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  gir1.2-notify-0.7 libopencc1 syslinux indicator-printers libmtp9 gedit-common gir1.2-rb-3.0 gir1.2-gstreamer-0.10
  libgtksourceview-3.0-0 libdmapsharing-3.0-2 rhythmbox-data gir1.2-gmenu-3.0 intel-gpu-tools libraw5 libdiscid0
  libmtp-runtime gir1.2-indicate-0.7 libgpod-common ibus-gtk3 gir1.2-gnomekeyring-1.0 liblouis-data syslinux-legacy
  libcrypt-passwdmd5-perl ibus-gtk unity-common ubuntu-extras-keyring libgexiv2-1 syslinux-common libunity-misc4
  librhythmbox-core5 libgpod4 unity-lens-music avahi-utils unity-2d-spread gir1.2-totem-1.0 gir1.2-appindicator3-0.1
  libindicator7 command-not-found-data unity-lens-files gir1.2-totem-plparser-1.0 liblouis2 gir1.2-gtksource-3.0
  libgtksourceview-3.0-common gir1.2-gst-plugins-base-0.10 libgtkspell-3-0 gir1.2-atspi-2.0 ibus-pinyin-db-android
  im-switch unity-2d-shell gir1.2-gudev-1.0 libappindicator1 libexiv2-11 gir1.2-wnck-3.0 libmtp-common python-gdbm
  app-install-data thunderbird-globalmenu media-player-info unity-asset-pool gir1.2-launchpad-integration-3.0
  protobuf-compiler libmusicbrainz3-6 nux-tools unity-lens-applications libprotoc7 librsync1
  activity-log-manager-common libmusicbrainz5-0 librhythmbox-core6
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  binfmt-support fonts-unfonts-core gir1.2-totem-1.0 imagemagick imagemagick-common libcdt4 libclutter-1.0-0
  libclutter-gst-1.0-0 libclutter-gtk-1.0-0 libclutter-imcontext-0.1-0 libcluttergesture-0.0.2-0 libcogl-pango0
  libcogl9 libdrm-nouveau2 libdrm-radeon1 libdrm2 libgl1-mesa-glx-lts-raring libglapi-mesa-lts-raring libgraph4
  libgvc5 libhpmud0 libilmbase6 libjpeg-turbo8 liblqr-1-0 libmagickcore4 libmagickcore4-extra libmagickwand4
  libmusicbrainz5-0 libmx-1.0-2 libnetpbm10 libopenexr6 libpathplan4 libpython2.7 librhythmbox-core6 libssl1.0.0
  libtotem0 libwbclient0 netpbm printer-driver-hpijs python2.7 python2.7-minimal samba-common smbclient thunderbird
  thunderbird-globalmenu thunderbird-gnome-support totem totem-common totem-mozilla unrar
Suggested packages:
  imagemagick-doc autotrace curl enscript ffmpeg gimp gnuplot grads hp2xx html2ps libwmf-bin mplayer povray radiance
  texlive-base-bin transfig ufraw-batch hpijs-ppds hplip-doc python2.7-doc cifs-utils ttf-lyx
  gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad gstreamer0.10-ffmpeg
Recommended packages:
  libclutter-1.0-common libcogl-common
The following packages will be REMOVED
  activity-log-manager-control-center alacarte apport apport-gtk apt-xapian-index aptdaemon apturl apturl-common bluez
  bluez-alsa bluez-gstreamer checkbox checkbox-qt command-not-found deja-dup duplicity epson-inkjet-printer-nx420
  firefox firefox-gnome-support gdb gedit gir1.2-ubuntuoneui-3.0 gnome-bluetooth gnome-control-center gnome-orca
  gnome-sudoku gnome-user-share gwibber gwibber-service gwibber-service-facebook gwibber-service-identica
  gwibber-service-twitter hplip ibus ibus-pinyin ibus-table indicator-datetime indicator-power jockey-common
  jockey-gtk landscape-client-ui-install language-selector-common language-selector-gnome launchpad-integration
  libgwibber-gtk2 libgwibber2 libpurple-bin libpurple0 libreoffice-emailmerge libsasl2-modules libsyncdaemon-1.0-1
  libubuntuoneui-3.0-1 lsb lsb-core lsb-cxx lsb-desktop lsb-graphics lsb-printing lsb-release nautilus-share
  nvidia-common onboard oneconf printer-driver-postscript-hp python-appindicator python-apport python-apt
  python-aptdaemon python-aptdaemon.gtk3widgets python-aptdaemon.pkcompat python-brlapi python-cairo python-chardet
  python-configglue python-crypto python-cups python-cupshelpers python-dateutil python-dbus python-debian
  python-debtagshw python-defer python-dirspec python-egenix-mxdatetime python-egenix-mxtools python-gconf python-gi
  python-gi-cairo python-gmenu python-gnomekeyring python-gnupginterface python-gobject python-gobject-2
  python-gst0.10 python-gtk2 python-httplib2 python-ibus python-imaging python-keyring python-launchpadlib
  python-lazr.restfulclient python-lazr.uri python-libproxy python-libxml2 python-louis python-mako python-markupsafe
  python-notify python-oauth python-openssl python-packagekit python-pam python-pexpect python-piston-mini-client
  python-problem-report python-protobuf python-pyatspi2 python-pycurl python-pyinotify python-renderpm
  python-reportlab python-reportlab-accel python-serial python-simplejson python-smbc python-software-properties
  python-speechd python-twisted-bin python-twisted-core python-twisted-names python-twisted-web
  python-ubuntu-sso-client python-ubuntuone-client python-ubuntuone-control-panel python-ubuntuone-storageprotocol
  python-uno python-virtkey python-wadllib python-xapian python-xdg python-xkit python-zeitgeist python-zope.interface
  rhythmbox rhythmbox-mozilla rhythmbox-plugin-cdrecorder rhythmbox-plugin-magnatune rhythmbox-plugin-zeitgeist
  rhythmbox-plugins rhythmbox-ubuntuone sessioninstaller shotwell software-center software-center-aptdaemon-plugins
  software-properties-common software-properties-gtk system-config-printer-common system-config-printer-gnome
  system-config-printer-udev telepathy-haze totem-plugins ubuntu-minimal ubuntu-sso-client ubuntu-sso-client-gtk
  ubuntu-standard ubuntu-system-service ubuntuone-client ubuntuone-client-gnome ubuntuone-control-panel
  ubuntuone-couch ubuntuone-installer ufw unattended-upgrades unity-lens-video unity-scope-musicstores
  unity-scope-video-remote update-manager update-manager-core update-notifier update-notifier-common
  usb-creator-common usb-creator-gtk wine xdiagnose xul-ext-ubufox zeitgeist zeitgeist-core zeitgeist-datahub
The following NEW packages will be installed
  binfmt-support fonts-unfonts-core imagemagick imagemagick-common libcdt4 libclutter-1.0-0 libclutter-gst-1.0-0
  libclutter-gtk-1.0-0 libclutter-imcontext-0.1-0 libcluttergesture-0.0.2-0 libcogl-pango0 libcogl9 libgraph4 libgvc5
  libilmbase6 liblqr-1-0 libmagickcore4 libmagickcore4-extra libmagickwand4 libmusicbrainz5-0 libmx-1.0-2 libnetpbm10
  libopenexr6 libpathplan4 librhythmbox-core6 netpbm unrar
The following packages will be upgraded:
  gir1.2-totem-1.0 libdrm-nouveau2 libdrm-radeon1 libdrm2 libgl1-mesa-glx-lts-raring libglapi-mesa-lts-raring
  libhpmud0 libjpeg-turbo8 libpython2.7 libssl1.0.0 libtotem0 libwbclient0 printer-driver-hpijs python2.7
  python2.7-minimal samba-common smbclient thunderbird thunderbird-globalmenu thunderbird-gnome-support totem
  totem-common totem-mozilla
23 upgraded, 27 newly installed, 188 to remove and 75 not upgraded.
1 not fully installed or removed.
Need to get 83.4 MB of archives.
After this operation, 114 MB disk space will be freed.
Do you want to continue [Y/n]? n
Abort.

Code:

$ sudo apt-get install wine1.5 wine1.5-i386:i386 wine1.5-amd64

Reading package lists... Done
Building dependency tree     
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies.
 wine : Depends: wine1.4 but it is not going to be installed
 wine1.5 : Depends: wine1.6 but it is not going to be installed
 wine1.5-amd64 : Depends: wine1.6-amd64
 wine1.5-i386:i386 : Depends: wine1.6-i386:i386
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Code:

$ sudo apt-get install wine1.6 wine1.6-i386:i386 wine1.6-amd64
Reading package lists... Done
Building dependency tree     
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies.
 wine : Depends: wine1.4 but it is not going to be installed
 wine1.6 : Depends: binfmt-support (>= 1.1.2)
          Recommends: gnome-exe-thumbnailer but it is not going to be installed or
                      kde-runtime but it is not going to be installed
          Recommends: fonts-droid but it is not going to be installed
          Recommends: ttf-mscorefonts-installer but it is not going to be installed
          Recommends: fonts-horai-umefont but it is not going to be installed
          Recommends: fonts-unfonts-core but it is not going to be installed
          Recommends: winbind
          Recommends: winetricks but it is not going to be installed
 wine1.6-amd64 : Depends: libmpg123-0 (>= 1.6.2) but it is not going to be installed
                Depends: libopenal1 (>= 1:1.13) but it is not going to be installed
                Recommends: libcapi20-3 but it is not going to be installed
                Recommends: libosmesa6 but it is not going to be installed
                Recommends: unixodbc
                Recommends: wine-gecko2.21 but it is not going to be installed
                Recommends: wine-mono0.0.8 but it is not going to be installed
 wine1.6-i386:i386 : Depends: libasound2:i386 (>= 1.0.23) but it is not going to be installed
                    Depends: libc6:i386 (>= 2.12) but it is not going to be installed
                    Depends: libgl1-mesa-glx:i386 or
                              libgl1:i386
                    Depends: libglib2.0-0:i386 (>= 2.12.0) but it is not going to be installed
                    Depends: libglu1-mesa:i386 but it is not going to be installed or
                              libglu1:i386
                    Depends: libgphoto2-2:i386 (>= 2.4.10.1) but it is not going to be installed
                    Depends: libgphoto2-port0:i386 (>= 2.4.10.1) but it is not going to be installed
                    Depends: libgstreamer-plugins-base0.10-0:i386 (>= 0.10.22) but it is not going to be installed
                    Depends: libgstreamer0.10-0:i386 (>= 0.10.26) but it is not going to be installed
                    Depends: liblcms1:i386 (>= 1.15-1) but it is not going to be installed
                    Depends: libldap-2.4-2:i386 (>= 2.4.7) but it is not going to be installed
                    Depends: libmpg123-0:i386 (>= 1.6.2) but it is not going to be installed
                    Depends: libopenal1:i386 (>= 1:1.13) but it is not going to be installed
                    Depends: libpulse0:i386 (>= 1:0.99.1) but it is not going to be installed
                    Depends: libx11-6:i386 but it is not going to be installed
                    Depends: libxext6:i386 but it is not going to be installed
                    Depends: libxml2:i386 (>= 2.7.4) but it is not going to be installed
                    Depends: zlib1g:i386 (>= 1:1.1.4) but it is not going to be installed
                    Depends: libncurses5:i386 but it is not going to be installed
                    Recommends: libasound2-plugins:i386 but it is not going to be installed
                    Recommends: libcapi20-3:i386 but it is not going to be installed
                    Recommends: libcups2:i386 but it is not going to be installed
                    Recommends: libdbus-1-3:i386 but it is not going to be installed
                    Recommends: libfontconfig1:i386 but it is not going to be installed or
                                libfontconfig:i386
                    Recommends: libfreetype6:i386 but it is not going to be installed
                    Recommends: libgif4:i386 but it is not going to be installed
                    Recommends: libgnutls26:i386 but it is not going to be installed
                    Recommends: libjpeg8:i386 but it is not going to be installed
                    Recommends: libosmesa6:i386 but it is not going to be installed
                    Recommends: libpng12-0:i386 but it is not going to be installed
                    Recommends: libsane:i386 but it is not going to be installed
                    Recommends: libtiff4:i386 but it is not going to be installed
                    Recommends: libv4l-0:i386 but it is not going to be installed
                    Recommends: libxcomposite1:i386 but it is not going to be installed
                    Recommends: libxcursor1:i386 but it is not going to be installed
                    Recommends: libxi6:i386 but it is not going to be installed
                    Recommends: libxinerama1:i386 but it is not going to be installed
                    Recommends: libxrandr2:i386 but it is not going to be installed
                    Recommends: libxrender1:i386 but it is not going to be installed
                    Recommends: libxslt1.1:i386 but it is not going to be installed
                    Recommends: libxt6:i386 but it is not going to be installed
                    Recommends: libxxf86vm1:i386 but it is not going to be installed
                    Recommends: unixodbc:i386
                    Recommends: wine-gecko2.21:i386 but it is not going to be installed
                    Recommends: wine-mono0.0.8:i386
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Code:

$ sudo apt-get install wine
Reading package lists... Done
Building dependency tree     
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies.
 wine : Depends: wine1.6 but it is not going to be installed or
                wine1.7 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Not keen to delete 188 packages - it didn't work for me before. Any ideas? Thanks in advance.

When apt-get says it has "held broken packages", is there any way to tell it to forget about them?
↧

[ubuntu] Cannot install on certified hardware. black screen with blinking curser

$
0
0
I have a HP ML350 G5 server that I have been attempting to install Ubuntu Server on with no success.

http://www.ubuntu.com/certification/...re/200712-189/

I have downloaded the suggested 10.4.04 to a dvd, cd, usb and nothing. Tried all the other versions 32/64bit and nothing.

I boot from install media and get to the splash screen, select install server and the next screen is either completely black or it's black with the blinking cursor.

I've tried:

type F6 and tried the nomodeset option
tried all of the other advanced options
flashed latest bios
tried a couple of options in bios
tried every possible version of Ubuntu and install media type

I've searched and searched and everyone seems to have the issue AFTER they have installed and reboot with GRUB. I can't even install! Any suggestions?

It might be the video card? But it's the onboard card and no one else seems to have the issue and it's certified.

Thanks in advanced!
↧
↧

Ubuntu encountered an internal error + stuck at upgrades for new kernel

$
0
0
Hello,

I'm a fairly new Ubuntu user and from the installation on nothing seemed to have gone wrong. Until one day, I saw the update manager wanted me to update certain things, including a newer kernel+source, but when it reached that update it got stuck, and i couldn't continue it or end it. That was really strange.
Then, after a while, Ubuntu starts to receive internal errors, and my firefox crashes unexpectedly continuously. The error reports that certain packages are not matching the required version or sth... so maybe some of the system files are getting corrupted? I had a hard disk corruption a short while before this all happened, but I'm using SSD and windows managed to solve all corrupted windows files, so maybe linux is corrupted? Please help me out, its very confusing. Is there also some sort of ubuntu checker that could verify whether or not it is still working?
Then one day, i read about the md5 checksum or something like that which you need to verify to image of ubuntu when you installed it from downloaded image, which is what i did. However, nowhere on the site indicated to me i had to do some checksum to check my image I burned on the cd, so maybe my image was missing some bits? The installation process was successful, nevertheless.
Please help me out, i want to use ubuntu and develop in C++ for linux, which is now virtually impossible ...
↧

[ubuntu] installation onto hp mini5102 fails

$
0
0
I am just after long time again in progress of an installation of 12.04.4 on my HP mini 5102.

I can start Ubuntu live, but then when I go to the installation, I can just select language, then the installation preparing dialog comes up. All is ticked, internet connection is OK (via LAN cable) but from there on simply nothing happends.
Busy sign is circling for hours, no evidence of something happening, there is no other activity of the computer.

I have 2Mb ram and enough space on drive.

Any idea how to get ubuntu to that machine?

I strated the live system from usb stick (unetbootin)
↧

Installing Windows 7 On Linux Laptop

$
0
0
I am trying to install Windows 7 Professional on my laptop that currently just runs Ubuntu 13.10. Originally this laptop came with Windows 8, but I wiped the drive and install Ubuntu 13.04.

Currently I am using WinRAR to open up an .iso file of Windows that I got from dreamspark.org.

I can get to the point where I open up the setup.exe and it says "install windws 7.." but when I do this I get an error stated below this line.

"Windows Setup cannot find a location to store the temporary installation files. To install Windows, make sure that a partition of your boot disk has at least 829 megabytes of free space. " error code: 0x80070490

I have already used Gparted to make a 60gb ntfs partition for Windows 7, and I also have roughly 465gb of unallocated space on my drive for windows to work with later.

What should be my next step to installing Windows 7?

I am also more than happy to post any screen shots I can take during this process if needed.
↧
↧

ATI fglrx problem after upgrade to 12.04.4 lts hardware stack

$
0
0
I upgraded to the 12.04.4 lts saucy stack from 12.04.3:
Code:

sudo apt-get install --install-recommends linux-generic-lts-saucy xserver-xorg-lts-saucy libgl1-mesa-glx-lts-saucy
That installed the 3.11 kernel to go with the 3.8 I had previously. However, when logging in I see I am in fallback mode, and fglrx is nowhere to be seen, from Xorg.0.log:
Code:

Loading extension GLX
FATAL: Module fglrx not found.
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:1:1) found
FATAL: Module fglrx not found.
Loading extension FGLRXEXTENSION

I cant load it directly either:
Code:

> sudo modprobe fglrx
FATAL: Module fglrx not found.

If I boot with the old 3.8 kernel everything is hunkey-dorey. No probs at all.

I think this might be some kind of dkms problem. In /lib/modules I have:
Code:

drwxr-xr-x 4 root root 4096 Feb 10 20:43 3.8.0-35-generic
drwxr-xr-x 4 root root 4096 Feb 24 20:36 3.11.0-17-generic

However:
Code:

> ls -l /var/lib/dkms/fglrx/13.251/
total 8
drwxr-xr-x 3 root root 4096 Feb  5 22:05 3.8.0-35-generic
drwxr-xr-x 4 root root 4096 Feb 24 20:36 build
lrwxrwxrwx 1 root root  21 Dec 27 17:06 source -> /usr/src/fglrx-13.251

Shouldnt there be a 3.11 kernel entry there? How to I refresh dkms to see the new kernel that just got installed? Or is that not the problem?
↧

[lubuntu] Lubuntu 13.10 -- Video Mode Problems on Older Laptop

$
0
0
Version:
Lubuntu-13.10-alternate-i386
Installing from CD-r

Machine Specs:
Dell Inspiron 2500
Pentium III 847.4MHz
190 SDRAM
Intel 815EM Chipset

When I attempt the install, I am shown:

Undefined video mode number: 314
Press <ENTER> to see video modes available, <SPACE> to continue, or wait 30 sec
Mode: Resolution: Type:
0 F00 80x25 VGA
1 F01 80x50 VGA
2 F02 80x43 VGA
3 F03 80x28 VGA
4 F05 80x30 VGA
5 F06 80x34 VGA
6 F07 80x60 VGA
Enter a video mode or "scan" to scan for additional modes:

If I input any of the mode values or "scan" at this point, it sends me to the blinking cursor of death for all eternity.

I have no idea what number it wants, but tweaking the VGA parameter of the command line results in the same screen with
Undefined video mode number: showing a new value.
↧

Ubuntu can't find autorun program.

$
0
0
I installed Ubuntu on an SSD in a new machine I built to play around with. Gigabyte motherboard, AMD FX processor R9 video card etc... etc... I installed the 12.04 desktop version and when I try to install the drivers for the wireless card, the video card, or anything else I get an error message saying Ubuntu can't find the autorun program. I cannot run any executable file or setup I think the install was corrupted and now I can't figure out how to uninstall it and try installing the 13 something version.

I'm not giving up on Ubuntu that easy, any help would be greatly appreciated.

Mike.
↧

Buntu upgrade and re install: what does it do?

$
0
0
Hello!

General question about LTS and Ubuntu:
I am more used to the Debian "dist upgrade" which allow distribution upgrade without re installation. I read in many places that the Ubuntu variants require a re install, but they also offer distribution upgrade, so I am a little confused, especially about the consequences of "re install".
https://help.ubuntu.com/community/UbuntuReinstallation propose a re install without loosing /home and settings.
But what does a "re install or an upgrade exactly"? Does the computer settings in /etc get overwritten/reset? What about the own installed programs in /opt or /var? Everything gone?
More links to documentation will be welcome, but so far, I did not find much about the details...
↧
↧

[lubuntu] Offline system installation

$
0
0
Sorry for a newb question, but I cannot find my way to install lubuntu-13.10-alternate to offline computer. It keeps asking for a mirror and there are no choict to use local installation source.
Thank you in advance.
↧

[ubuntu] Boot parameters are ignored

$
0
0
Since a few years i am new into Linux, mostly Debian/Ubuntu, and since a few months my boss wants me to move to the Linux department. He gave me a "special" mission (for me it is).

We have hundreds of RHEL servers of which we use kickstart for and Puppet after that to deploy packages. But now one of the teachers wants a Ubuntu (small) farm of which he can order and deployed within a day. My boss asked me to find a way to deploy Ubuntu on VM's trough kickstart or preseed. Well, that part has been realized....sort off. I have managed to kickstart Ubuntu without any error, but with a small annoying detail. The ks.cfg file is located in the image (.iso). And thats a problem, because the .cfg contains information about static IP configuration. That means i have to extract the iso every time when they order a new Ubuntu VM.

So, of course i have thought about it to finalize the IP settings before the CD starts in vSphere. Tried many ways, but now i'm stuck. I am out of ideas. What i want is a submission to the line like:

Quote:

file=/cdrom/preseed/ubuntu-server.seed initrd=/install/initrd.gz netcfg/disable_autoconfig=true network --bootproto=static --ip=xxx.xxx.xxx.xxx --netmask=255.255.255.0 --gateway=xxx.xxx.xxx.xxx --nameservers=xxx.xxx.xxx.xxx --device=eth0 ks=http://location.of.ks.cfg
It pushes dhcp disabling ok, but the other networksettings are totally ignored and i have to fill it in personally. What am i doing wrong?
↧

[ubuntu] [12.04] Upgrading problem

$
0
0
Hello everyone. My name is Mateusz and I come from Poland. At the beggining I'm sorry for my english... I have a big problem with upgrading my Ubuntu. On my laptop I have Ubuntu 12.04. This is old version, I know, but now I would like to upgrade my system. I see in Upgrade Manager that there is available version 12.10. I have readen that I should upgrade Ubuntu step-by-step (12.04 -> 12.10 -> 13.04 -> ...). I made backup and tried to start upgrade but there are few errors:


Code:

W:Nie udało się pobrać http://archive.canonical.com/dists/$(lsb_release/-sc)/source/Sources  404  Not Found [IP: 91.189.92.191 80]
, W:Nie udało się pobrać http://archive.canonical.com/dists/$(lsb_release/partner/source/Sources  404  Not Found [IP: 91.189.92.191 80]
, E:Nie udało się pobrać niektórych plików indeksu, zostały one zignorowane lub użyto ich starszej wersji.


I'm from Poland , so that errors are in Polish. The thing is that these sources are removed from server. I know that I have to remove that entries from sources list but I don't know how ... This is my sources.list file:


Code:

# deb cdrom:[Ubuntu 11.04 _Natty Narwhal_ - Release amd64 (20110427.1)]/ natty main restricted


# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://pl.archive.ubuntu.com/ubuntu/ precise main restricted
deb-src http://pl.archive.ubuntu.com/ubuntu/ precise main restricted


## Major bug fix updates produced after the final release of the
## distribution.
deb http://pl.archive.ubuntu.com/ubuntu/ precise-updates main restricted
deb-src http://pl.archive.ubuntu.com/ubuntu/ precise-updates main restricted


## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://pl.archive.ubuntu.com/ubuntu/ precise universe
deb-src http://pl.archive.ubuntu.com/ubuntu/ precise universe
deb http://pl.archive.ubuntu.com/ubuntu/ precise-updates universe
deb-src http://pl.archive.ubuntu.com/ubuntu/ precise-updates universe


## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://pl.archive.ubuntu.com/ubuntu/ precise multiverse
deb-src http://pl.archive.ubuntu.com/ubuntu/ precise multiverse
deb http://pl.archive.ubuntu.com/ubuntu/ precise-updates multiverse
deb-src http://pl.archive.ubuntu.com/ubuntu/ precise-updates multiverse


## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://pl.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse
# deb-src http://pl.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse


deb http://security.ubuntu.com/ubuntu precise-security main restricted
deb-src http://security.ubuntu.com/ubuntu precise-security main restricted
deb http://security.ubuntu.com/ubuntu precise-security universe
deb-src http://security.ubuntu.com/ubuntu precise-security universe
deb http://security.ubuntu.com/ubuntu precise-security multiverse
deb-src http://security.ubuntu.com/ubuntu precise-security multiverse


## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu precise partner
# deb-src http://archive.canonical.com/ubuntu natty partner


## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu precise main
deb-src http://extras.ubuntu.com/ubuntu precise main


# deb http://deb.torproject.org/torproject.org maveric main # wyłączony podczas aktualizacji do oneiric
# deb http://www.linuxfaq.pl/repo/ i386/ # wyłączony podczas aktualizacji do oneiric


# deb http://ppa.launchpad.net/badenov/ppa/ubuntu maveric main # wyłączony podczas aktualizacji do oneiric
# deb-src http://ppa.launchpad.net/badenov/ppa/ubuntu maveric main # wyłączony podczas aktualizacji do oneiric
# deb http://ppa.launchpad.net/v-geronimos/ppa/ubuntu karmic main # wyłączony podczas aktualizacji do precise
# deb-src http://ppa.launchpad.net/v-geronimos/ppa/ubuntu karmic main # wyłączony podczas aktualizacji do precise
# deb http://ppa.launchpad.net/v-geronimos/ppa/ubuntu karmic main # wyłączony podczas aktualizacji do precise
# deb-src http://ppa.launchpad.net/v-geronimos/ppa/ubuntu karmic main # wyłączony podczas aktualizacji do precise
# deb http://ppa.launchpad.net/v-geronimos/ppa/ubuntu maveric main # wyłączony podczas aktualizacji do precise
# deb-src http://ppa.launchpad.net/v-geronimos/ppa/ubuntu maveric main # wyłączony podczas aktualizacji do precise
# deb http://ppa.launchpad.net/v-geronimos/ppa/ubuntu maveric main # wyłączony podczas aktualizacji do precise
# deb-src http://ppa.launchpad.net/v-geronimos/ppa/ubuntu maveric main # wyłączony podczas aktualizacji do precise


deb http://repo.acestream.org/ubuntu/ precise main
deb http://archive.canonical.com/ $(lsb_release -sc) partner
deb-src http://archive.canonical.com/ $(lsb_release -sc) partner
deb http://repository.spotify.com stable non-free
deb-src http://repository.spotify.com stable non-free

I can't find these entries in this file. Because of these errors I can't start upgrade... If anybody know how to fix it - please help. Thank you in advance.

Greetings.

Mateusz
↧

[xubuntu] install to flash drive without modifying MBR or installing GRUB

$
0
0
Recently, I tried to have my HP dv7 run Xubuntu 12.04 from an external HDD (1tb). Converting the drive to GPT partitioning was also enacted. Sudodus and oldfred were very helpful (here). I have not yet attempted chainloading as recommended by sudodus (here). Instead, I want to try running Xubuntu 12.04 on my dv7 via a USB flash drive. My dv7 does boot Knoppix 7.2.0 from USB - via a flash drive and via Knoppix CD in an external CD/DVD player. If the soon-to-be created flash drive doesn't work to boot dv7 into Xubuntu, I'll then try chainloading or will try installing Xubuntu to the thumb drive while the dv7's internal HDD is removed.

I prefer to install to USB drive without the procedure changing the boot process on the dv7. Two possibilities seem available: LinuxLive USB Creator and Universal USB Installer. Two questions: Will either of those two programs install to the flash drive w/o modifying MBR or installing GRUB on dv7? Is either of the two programs preferable?
↧
↧

[SOLVED] Wants to update 'file'.

$
0
0
Received this update and I have never saw an update called 'file'. What is it?
Attached Images
↧

grub resuce no device found

$
0
0
Hello, I changed partition and install Ubuntu 12.04 from win7. when I rebooted it was not posible.

with ls, set etc doesn't work, could somebody helpp me? this is my boot info script and the mensaje

error: no such device: 6ad07239-5fa0-41d8-bcd3-ad451f4cf1ab
grub rescue>



Boot Info Script 0.61 [1 April 2012]

============================= Boot Info Summary: ===============================
=> Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and uses an
embedded config file:

---------------------------------------------------------------------------
search.fs_uuid 6ad07239-5fa0-41d8-bcd3-ad451f4cf1ab root
set prefix=($root)/boot/grub
---------------------------------------------------------------------------
-----.
=> Grub2 (v1.99) is installed in the MBR of /dev/sdb and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos5)/boot/grub on this drive.
=> MS-DOS 3.30 through Windows 95 (A) is installed in the MBR of /dev/sdc.
sda1: __________________________________________________ ________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: __________________________________________________ ________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: According to the info in the boot sector, sda5 starts
at sector 2048.
Operating System:
Boot files: /wubildr
sda2: __________________________________________________ ________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
/wubildr /wubildr.mbr /boot/grub/core.img
sda3: __________________________________________________ ________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /wubildr
sdb1: __________________________________________________ ________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /wubildr /ubuntu/winboot/wubildr
/ubuntu/winboot/wubildr.mbr /ubuntu/disks/root.disk
/ubuntu/disks/swap.disk
sdb1/Wubi: __________________________________________________ ___________________
File system: ext3
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 12.04.4 LTS
Boot files: /etc/fstab
sdc1: __________________________________________________ ________________________
File system: vfat
Boot sector type: Windows XP: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /boot/grub/grub.cfg /efi/BOOT/grubx64.efi
============================ Drive/Partition Info: =============================
Drive: sda __________________________________________________ ___________________
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 2,048 29,747,199 29,745,152 f W95 Extended (LBA)
/dev/sda5 4,096 29,745,151 29,741,056 7 NTFS / exFAT / HPFS
/dev/sda2 * 29,747,200 420,452,351 390,705,152 7 NTFS / exFAT / HPFS
/dev/sda3 420,452,352 976,769,023 556,316,672 7 NTFS / exFAT / HPFS

Drive: sdb __________________________________________________ ___________________
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdb1 2,048 976,769,023 976,766,976 7 NTFS / exFAT / HPFS

Drive: sdc __________________________________________________ ___________________
Disk /dev/sdc: 15.5 GB, 15539896320 bytes
31 heads, 31 sectors/track, 31583 cylinders, total 30351360 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdc1 3,240 30,351,359 30,348,120 c W95 FAT32 (LBA)

"blkid" output: __________________________________________________ ______________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sda2 00C417CCC417C2B8 ntfs WIN7
/dev/sda3 5264391D643904EF ntfs DATA
/dev/sda5 AC664B01664ACBB0 ntfs Nuevo vol
/dev/sdb1 5E8A17868A1759BB ntfs Nuevo vol
/dev/sdc1 3433-3231 vfat KINGSTON
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sdc1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,ioc harset=iso8859-1,shortname=mixed,errors=remount-ro)

=================== sda2: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/core.img 1
============================= sdb1/Wubi/etc/fstab: =============================
--------------------------------------------------------------------------------
# UNCONFIGURED FSTAB FOR BASE SYSTEM
--------------------------------------------------------------------------------
================= sdb1/Wubi: Location of files loaded by Grub: =================
GiB - GB File Fragment(s)
= boot/initrd.img-3.11.0-15-generic 71
= boot/vmlinuz-3.11.0-15-generic 25
= boot/vmlinuz-3.11.0-15-generic.efi.signed 26
= vmlinuz 25
=========================== sdc1/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
if loadfont /boot/grub/font.pf2 ; then
set gfxmode=auto
insmod efi_gop
insmod efi_uga
insmod gfxterm
terminal_output gfxterm
fi
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
menuentry "Try Ubuntu without installing" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash --
initrd /casper/initrd.lz
}
menuentry "Install Ubuntu" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash --
initrd /casper/initrd.lz
}
menuentry "Check disc for defects" {
set gfxpayload=keep
linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash --
initrd /casper/initrd.lz
}
--------------------------------------------------------------------------------
=================== sdc1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
?? = ?? boot/grub/grub.cfg 1
=============================== StdErr Messages: ===============================
xz: (stdin): Compressed data is corrupt
xz: (stdin): Compressed data is corrupt
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
↧

Ubuntu boots into dark blue screen

$
0
0
Hello everyone,

I am new to Ubuntu and just installed 13.10 a few days ago. Since this morning, I can no longer boot. Here's what happens:

1. I am prompted to enter the passphrase to my encrypted hard drive. I enter it and see a message confirming that I have successfully entered the passphrase. So far, so normal.
2. For a split-second, I see a message that my discs are scanned for errors.
3. I get a dark blue screen.

And this is where it ends. The screen is not black, just a very dark shade of blue, and I can adjust the brightness using my keyboard. I can also use the keyboard to put the computer to sleep. But this is all. I cannot log on (blindly typing my password has no effect) and cannot reach manual login by pressing ctrl+alt+f2.

So far, I have twice tried booting from a disc and running boot-repair. Each time, the program happily informs me that it has repaired whatever problem there was, but the dark blue screen still appears. It has also spit out a log file, but I have not been able to make sense of it. Here's a link to another such log file I just created: http://paste.ubuntu.com/7007516/

If anyone has any further ideas, I'd much appreciate it.
↧

[ubuntu] Ubuntu 12.04.4 runs for a few minutes then becomes unresponsive

$
0
0
I have been running Ubuntu 12.04 LTS on my Dell Optiplex 755 desktop and ACer laptop for a year or so with few issues. Both run very well now. I am installing Ubuntu 12.04.4 onto my brother's desktop, wiping out Windows XP, and reconfiguring the partitions all from a bootable USB drive. The install went well. I set up his username and password, installed Gnome shell to replace Unity. The system will boot, let me log in and then it may be (1.) unresponsive to the mouse -or- (2.) Be unresponsive to mouse clicks when I move the mouse to try to do anything (3.) After a few minutes it seems to have some type of GPU issue and reboots to the Password screen. After that it only shows the Unity Background. No task bars at top or bottom of screen. Do I have a GPU conflict with a 9400GT? The on board GPU does not work at all. Any guidance would be appreciated.

Thanks
Southie
↧
↧

[ubuntu] Can't upgrade from 13.04 -> 13.10, package errors

$
0
0
Hi,
I am using Kubuntu 13.04 Raring. When i run do-release-upgrade, I am getting the following errors (a part of the errors). 'Hata' means Error, 'Yoksay' means Ignore in English.
I have a working internet connection, there is no problem with network.

Code:

                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-updates/restricted Translation-tr_TR                                                                                                                                                                 
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-updates/universe Translation-tr_TR                                                                                                                                                                   
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/main Translation-tr_TR                                                                                                                                                                       
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/main Translation-tr                                                                                                                                                                         
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/multiverse Translation-tr_TR                                                                                                                                                                 
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/multiverse Translation-tr                                                                                                                                                                   
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/restricted Translation-tr_TR                                                                                                                                                                 
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/restricted Translation-tr                                                                                                                                                                   
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/universe Translation-tr_TR                                                                                                                                                                   
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/universe Translation-tr                                                                                                                                                                     
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy/main Translation-tr_TR                                                                                                                                                                               
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy/multiverse Translation-tr_TR                                                                                                                                                                         
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy/restricted Translation-tr_TR                                                                                                                                                                         
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy/universe Translation-tr_TR                                                                                                                                                                           
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-updates/main Translation-tr_TR                                                                                                                                                                       
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-updates/multiverse Translation-tr_TR                                                                                                                                                                 
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-updates/restricted Translation-tr_TR                                                                                                                                                                 
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-updates/universe Translation-tr_TR                                                                                                                                                                   
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/main Translation-tr_TR                                                                                                                                                                       
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/main Translation-tr                                                                                                                                                                         
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/multiverse Translation-tr_TR                                                                                                                                                                 
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/multiverse Translation-tr                                                                                                                                                                   
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/restricted Translation-tr_TR                                                                                                                                                                 
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/restricted Translation-tr                                                                                                                                                                   
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/universe Translation-tr_TR                                                                                                                                                                   
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/universe Translation-tr                                                                                                                                                                     
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy/main Translation-tr_TR                                                                                                                                                                               
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy/multiverse Translation-tr_TR                                                                                                                                                                         
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy/restricted Translation-tr_TR                                                                                                                                                                         
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy/universe Translation-tr_TR                                                                                                                                                                           
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-updates/main Translation-tr_TR                                                                                                                                                                       
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-updates/multiverse Translation-tr_TR                                                                                                                                                                 
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-updates/restricted Translation-tr_TR                                                                                                                                                                 
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-updates/universe Translation-tr_TR                                                                                                                                                                   
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/main Translation-tr_TR                                                                                                                                                                       
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/main Translation-tr                                                                                                                                                                         
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/multiverse Translation-tr_TR                                                                                                                                                                 
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/multiverse Translation-tr                                                                                                                                                                   
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/restricted Translation-tr_TR                                                                                                                                                                 
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/restricted Translation-tr                                                                                                                                                                   
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/universe Translation-tr_TR                                                                                                                                                                   
                                                                                                                                                                                                                                           
Hata http://archive.ubuntu.com saucy-security/universe Translation-tr                                                                                                                                                                     
                                                                                                                                                                                                                                           
Yoksay http://archive.ubuntu.com saucy/main Translation-tr_TR                                                                                                                                                                             
Yoksay http://archive.ubuntu.com saucy/multiverse Translation-tr_TR                                                                                                                                                                       
Yoksay http://archive.ubuntu.com saucy/restricted Translation-tr_TR                                                                                                                                                                       
Yoksay http://archive.ubuntu.com saucy/universe Translation-tr_TR                                                                                                                                                                         
Yoksay http://archive.ubuntu.com saucy-updates/main Translation-tr_TR                                                                                                                                                                     
Yoksay http://archive.ubuntu.com saucy-updates/multiverse Translation-tr_TR                                                                                                                                                               
Yoksay http://archive.ubuntu.com saucy-updates/restricted Translation-tr_TR                                                                                                                                                               
Yoksay http://archive.ubuntu.com saucy-updates/universe Translation-tr_TR                                                                                                                                                                 
Yoksay http://archive.ubuntu.com saucy-security/main Translation-tr_TR                                                                                                                                                                     
Yoksay http://archive.ubuntu.com saucy-security/main Translation-tr                                                                                                                                                                       
Yoksay http://archive.ubuntu.com saucy-security/multiverse Translation-tr_TR                                                                                                                                                               
Yoksay http://archive.ubuntu.com saucy-security/multiverse Translation-tr                                                                                                                                                                 
Yoksay http://archive.ubuntu.com saucy-security/restricted Translation-tr_TR                                                                                                                                                               
Yoksay http://archive.ubuntu.com saucy-security/restricted Translation-tr                                                                                                                                                                 
Yoksay http://archive.ubuntu.com saucy-security/universe Translation-tr_TR                                                                                                                                                                 
Yoksay http://archive.ubuntu.com saucy-security/universe Translation-tr                                                                                                                                                                   
1.257 k (6 sn.B/s) 'de 52,3 kB alındı                                                                                                                                                                                                   


Güncelleştirme sırasında hata


Güncelleştirme sırasında bir hata oluştu. Bu genellikle bir ağ
sorunudur, lütfen ağ bağlantınızı denetleyin ve tekrar deneyin.




W:http://bg.archive.ubuntu.com/ubuntu/dists/natty-backports/main/source/Sources
ağdan alınamadı. 404 Not Found
,
W:http://bg.archive.ubuntu.com/ubuntu/dists/natty-backports/restricted/source/Sources
ağdan alınamadı. 404 Not Found
,
W:http://bg.archive.ubuntu.com/ubuntu/dists/natty-backports/universe/source/Sources
ağdan alınamadı. 404 Not Found
,
W:http://bg.archive.ubuntu.com/ubuntu/dists/natty-backports/multiverse/source/Sources
ağdan alınamadı. 404 Not Found
, E:Bazı indeks dosyaları indirilemedi. Bu dosyalar yok
sayıldılar ya da önceki sürümleri kullanıldı.

After these errors, operation cancelled and reverted.

I am also getting these errors, when i run apt-get update. I dont understand why the package manager search natty sources, as i cant see and natty list in /etc/apt.

Code:

W: GPG error: http://ppa.launchpad.net raring Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5FBF8FCB4655A610
W: http://bg.archive.ubuntu.com/ubuntu/...source/Sources ağdan alınamadı. 404 Not Found
W: http://bg.archive.ubuntu.com/ubuntu/...source/Sources ağdan alınamadı. 404 Not Found
W: http://bg.archive.ubuntu.com/ubuntu/...source/Sources ağdan alınamadı. 404 Not Found
W: http://bg.archive.ubuntu.com/ubuntu/...source/Sources ağdan alınamadı. 404 Not Found

Anyone understand the problem ?
↧

[xubuntu] Serious errors were encountered when checking the disk drive for / (12.04)

$
0
0
Just installed Xubuntu Alternate 12.04, and I installed AMD Catalyst 12.8 after that. Rebooted, presented with this error.
Pressing M gives me errors:
[ ##.######] SP5100 TCO timer: mmio address 0xbafe00
[ ##.######] hda-codec: out of range cmd 0:0:bfd0:707:40
[ ##.######] hda-codec: out of range cmd 0:0:bfd0:708:85
(repeat hda-codec ~13 more times)
Root filesystem check failed.

Probably going to reinstall, but this doesn't look good.
↧

[ubuntu] Server won't install; No keyboard

$
0
0
I am attempting to install the 13.10 server installation. I am, however, having a problem. I get the initial request for language and then the menu. I select "Install Ubuntu" and it gets to the next language selection screen. It is at this point my keyboard stops working. Keyboard is USB. any suggestions on what I can try to do? If you need more information about my rig, I will provide it just let me know what you need to know.
↧
Viewing all 26379 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>