Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Ubuntu 12.04 update problem

  1. #11
    Join Date
    Jun 2010
    Beans
    26

    Re: Ubuntu 12.04 update problem

    Quote Originally Posted by dannyboy79 View Post
    oh, I believe the dist-upgrade did upgrade the distribution at one time or another, maybe not. Dunno.

    Have you tried to fix broken pacakges with this?
    Code:
    apt-get -f install
    no I haven't tested it and am going to do and will report the result but before this I have to mention something important, maybe all these issues emerged after trying to install samba package! with these commands in terminal:

    sudo apt-get install samba
    I can't remember why I want to install it but one of the problems that exist in my system and exactly appear when partial upgrade message comes up is the problem report request and when I click report button Ubuntu internal error message appears as bellow:

    Sorry, Ubuntu 12.04 has experienced an inrernal error
    in details it is written:
    ExecutablePath:
    /usr/sbin/samba_dnsupdate
    Package:
    samba4 4.0.0-beta2+dfsg1-3
    Problem Type:
    Crash
    Title: samba_dnsupdate crashed with RuntumeError in get_credentials(): kinit for Ubuntu$@UBUNTU-DOMAIN failed (Cannot contact any KDC for requested realm)
    ....
    Is this the source of my problems?

  2. #12
    Join Date
    May 2006
    Location
    Milwaukee,WI
    Beans
    6,280
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Ubuntu 12.04 update problem

    I don't believe the samba error would be the cause, no

  3. #13
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: Ubuntu 12.04 update problem

    According to this you are running 12.10. Open a terminal and please verify.

    cat /etc/issue

    And I would like to see what all you do have for sources. So if you would once again in terminal (copy and paste).

    find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \

    AND ..

    sudo apt-get update

    Please post the outputs of the two commands.

  4. #14
    Join Date
    Jan 2008
    Location
    Nappanee, IN
    Beans
    602
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Ubuntu 12.04 update problem

    @dannyboy79 : Read the man page for apt-get. dist-upgrade does not change the distribution release until the /etc/apt/sources.list file is changed. dist-upgrade just loads all files and dependencies, sometimes fixing broken packages.

  5. #15
    Join Date
    Jun 2010
    Beans
    26

    Re: Ubuntu 12.04 update problem

    Quote Originally Posted by dannyboy79 View Post
    I don't believe the samba error would be the cause, no
    last night at first I tried to install samba again by the
    sudo apt-get install samba
    command in terminal and after installation became complete I remove it by this:
    sudo apt-get remove samba
    after that I haven't gotten the internal system error again! then I unchecked these two option from "software sources" under the "Ubuntu Software" tab which were checked before this:
    Proprietary drivers for devices (restricted)
    Software restricted by copyright or legal issues (multiverse)
    then before checking for update I changed the download from address before it was:
    United States : 76.73.4.58
    I changed it to:
    after these when I checked for update with Ubuntu update manager it find just 64 Mb update instead of 450 Mb update which had been founded before these. I applied these updates and restart my system. everything seems good now even I installed Scilab again which have given me error and didn't start before now I can start and use it. no nautilus warning appear also I can update eclipse as before!


    I execute this command after all of these works and nothing happen:
    sudo apt-get -f install
    but now I believe that everything comes out from bad installation of samba! and if before doing these works if I have used this command it would find samba corrupted packages and try to fix them so I think the command was my solution.

    thanks a lot guys I couldn't do it without your hints

  6. #16
    Join Date
    Jun 2010
    Beans
    26

    Re: Ubuntu 12.04 update problem

    Quote Originally Posted by ibjsb4 View Post
    According to this you are running 12.10. Open a terminal and please verify.

    cat /etc/issue

    And I would like to see what all you do have for sources. So if you would once again in terminal (copy and paste).

    find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \

    AND ..

    sudo apt-get update

    Please post the outputs of the two commands.

    the Problem is solved however I try your command
    th ubuntu version is:
    Code:
    hpc@ubuntu:~$ cat /etc/issue
    Ubuntu 12.04.1 LTS \n \l
    I said that I myself try to install samba it hadn't came with my ubuntu 12.04 installation

    the application list get too much long do really want it? if yes I execute it again
    Last edited by a.kazemi; November 21st, 2012 at 09:22 AM.

  7. #17
    Join Date
    Jun 2010
    Beans
    26

    Re: Ubuntu 12.04 update problem

    excuse me, I have found out that samba_dnsupdate is still running on my system. but I have removed samba how I can remove it completely?
    it is under this directory:

    /usr/sbin/samba_dnsupdate
    and I find a directory of its files here:

    /etc/samba
    or is it the OS main software for sharing and shouldn't be removed?!
    Last edited by a.kazemi; November 21st, 2012 at 09:43 AM.

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •