Page 4 of 19 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 185

Thread: how to change repos to Saucy

  1. #31
    Join Date
    Aug 2012
    Beans
    242
    Distro
    Ubuntu Development Release

    Re: how to change repos to Saucy

    Code:
    serdotlinecho@samalander:~$ tail -n 2 /var/log/apt/history.log 
    Upgrade: distro-info-data:i386 (0.13ubuntu0.1, 0.14)
    End-Date: 2013-04-26  17:27:48
    serdotlinecho@samalander:~$ cat /etc/lsb-release 
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=13.10
    DISTRIB_CODENAME=saucy
    DISTRIB_DESCRIPTION="Ubuntu Saucy Salamander (development branch)"
    Code:
    serdotlinecho@samalander:~$ software-properties-gtk 
    Traceback (most recent call last):
      File "/usr/bin/software-properties-gtk", line 103, in <module>
        app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, file=file)
      File "/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 93, in __init__
        SoftwareProperties.__init__(self, options=options, datadir=datadir)
      File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 105, in __init__
        self.reload_sourceslist()
      File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 593, in reload_sourceslist
        self.distro.get_sources(self.sourceslist)    
      File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 87, in get_sources
        raise NoDistroTemplateException("Error: could not find a "
    aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template

    I don't have or add any third party ppa

    Code:
    serdotlinecho@samalander:~$ ls /etc/apt/sources.list.d/*
    ls: cannot access /etc/apt/sources.list.d/*: No such file or directory
    Last edited by serdotlinecho; April 26th, 2013 at 02:51 PM.

  2. #32
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: how to change repos to Saucy

    We will find that the extras repositories will be giving errors for weeks to come. Think about what is happening here. The Raring Repositories are now closed in the sense that the Raing code base will only receive the standard support updates. Otherwise users of 13.04 will find themselves using 13.10 in six months time and Raring will have become the daily updated kind of, sort of rolling release.

    A new set of repositories have to be opened with the saucy urls and there has to be stuff to put at those locations. To start with it will be the Raring Code base. Then over time packages will be brought in that will turn the saucy development branch from a Raring code base into a saucy code base. Oh, the images that come to mind as I use that word 'saucy!'

    There is nothing to update at the moment. There is nothing wrong with the instructions given by ventrical. The fault lies with us who are too eager (too saucy?). I will run those commands in my development Raring install on Monday or may be a bit later. Let the developers have a week-end with their families.

    Edit: Perhaps we should look at the Saucy release schedule?

    https://wiki.ubuntu.com/SReleaseSchedule

    The tool chain does not get uploaded until 2nd May. Not much going on until after that.

    https://wiki.ubuntu.com/ToolChain

    Planning and decisions for updating binutils and GCC are usually made six months before a new release cycle starts. Initial uploads are done as part of the new release cycle process. GCC and binutils are updated during the release cycle.
    Regards.
    Last edited by grahammechanical; April 26th, 2013 at 03:03 PM.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  3. #33
    Join Date
    Apr 2007
    Location
    NH USA
    Beans
    1,484
    Distro
    Ubuntu Development Release

    Re: how to change repos to Saucy

    I did a saucy update about an hour ago, and got some interesting things:

    Start-Date: 2013-04-26 08:52:36
    Commandline: apt-get dist-upgrade
    Install: gcc-4.8-base:amd64 (4.8.0-4ubuntu1, automatic), libmpc3:amd64 (1.0.1-1, automatic)
    Upgrade: libstdc++6:amd64 (4.7.3-1ubuntu1, 4.8.0-4ubuntu1), base-files:amd64 (6.12ubuntu2, 6.12ubuntu3), libgomp1:amd64 (4.7.3-1ubuntu1, 4.8.0-4ubuntu1), gcc-4.7:amd64 (4.7.3-1ubuntu1, 4.7.3-2ubuntu4), libgcc-4.7-dev:amd64 (4.7.3-1ubuntu1, 4.7.3-2ubuntu4), libquadmath0:amd64 (4.7.3-1ubuntu1, 4.8.0-4ubuntu1), libgcc1:amd64 (4.7.3-1ubuntu1, 4.8.0-4ubuntu1), gcc-4.7-base:amd64 (4.7.3-1ubuntu1, 4.7.3-2ubuntu4), libitm1:amd64 (4.7.3-1ubuntu1, 4.8.0-4ubuntu1), cpp-4.7:amd64 (4.7.3-1ubuntu1, 4.7.3-2ubuntu4)
    End-Date: 2013-04-26 08:53:43

  4. #34
    Join Date
    Sep 2010
    Beans
    9,205
    Distro
    Ubuntu Budgie 17.10 Artful Aardvark

    Re: how to change repos to Saucy

    Quote Originally Posted by grahammechanical View Post
    We will find that the extras repositories will be giving errors for weeks to come. Think about what is happening here. The Raring Repositories are now closed in the sense that the Raing code base will only receive the standard support updates. Otherwise users of 13.04 will find themselves using 13.10 in six months time and Raring will have become the daily updated kind of, sort of rolling release.

    A new set of repositories have to be opened with the saucy urls and there has to be stuff to put at those locations. To start with it will be the Raring Code base. Then over time packages will be brought in that will turn the saucy development branch from a Raring code base into a saucy code base. Oh, the images that come to mind as I use that word 'saucy!'

    There is nothing to update at the moment. There is nothing wrong with the instructions given by ventrical. The fault lies with us who are too eager (too saucy?). I will run those commands in my development Raring install on Monday or may be a bit later. Let the developers have a week-end with their families.

    Edit: Perhaps we should look at the Saucy release schedule?

    https://wiki.ubuntu.com/SReleaseSchedule

    The tool chain does not get uploaded until 2nd May. Not much going on until after that.

    https://wiki.ubuntu.com/ToolChain



    Regards.
    My apologies if I had misled anyone. That was not my intent. So far I fried a hdd and busted 2 installs of raring (while updating to saucy) on one machine. Thing is , I have so many surplus machines that smoking one here or there is not a problem. It gives me more space As I had stated earlier , I am concerned about how fast Windows 8 is splash&dabbing the market right now. It's a tall order to make match point there. As they say in baseball... we got caught looking...

  5. #35
    Join Date
    Oct 2007
    Location
    Algonquin, IL USA
    Beans
    667
    Distro
    Ubuntu Development Release

    Thumbs up Re: how to change repos to Saucy

    Quote Originally Posted by grahammechanical View Post
    We will find that the extras repositories will be giving errors for weeks to come. Think about what is happening here. The Raring Repositories are now closed in the sense that the Raing code base will only receive the standard support updates. Otherwise users of 13.04 will find themselves using 13.10 in six months time and Raring will have become the daily updated kind of, sort of rolling release.

    A new set of repositories have to be opened with the saucy urls and there has to be stuff to put at those locations. To start with it will be the Raring Code base. Then over time packages will be brought in that will turn the saucy development branch from a Raring code base into a saucy code base. Oh, the images that come to mind as I use that word 'saucy!'

    There is nothing to update at the moment. There is nothing wrong with the instructions given by ventrical. The fault lies with us who are too eager (too saucy?). I will run those commands in my development Raring install on Monday or may be a bit later. Let the developers have a week-end with their families.

    Edit: Perhaps we should look at the Saucy release schedule?

    https://wiki.ubuntu.com/SReleaseSchedule

    The tool chain does not get uploaded until 2nd May. Not much going on until after that.

    https://wiki.ubuntu.com/ToolChain



    Regards.
    Hey, I have some news for you guys: 3 Updates just came through that were part of Saucy Main, NOT Saucy-Proposed!
    2013 Dell Inspiron 15 3521 Laptop, 2010 Dell Inspiron 1012 Mini Net Book, 2010 Dell Inspiron Zino HD 400, Sprint Samsung Galaxy S4, and Apple IPad Mini WIFI Only.

  6. #36
    Join Date
    Sep 2010
    Beans
    9,205
    Distro
    Ubuntu Budgie 17.10 Artful Aardvark

    Re: how to change repos to Saucy

    +1

    Code:
    Get:1 http://ca.archive.ubuntu.com/ubuntu/ saucy/main base-files i386 6.12ubuntu3 [68.8 kB]
    Get:2 http://ca.archive.ubuntu.com/ubuntu/ saucy/main vim-tiny i386 2:7.3.547-7ubuntu1 [325 kB]
    Get:3 http://ca.archive.ubuntu.com/ubuntu/ saucy/main vim-common i386 2:7.3.547-7ubuntu1 [83.0 kB]
    Get:4 http://ca.archive.ubuntu.com/ubuntu/ saucy/main distro-info-data all 0.14 [4,184 B]
    Get:5 http://ca.archive.ubuntu.com/ubuntu/ saucy/main glib-networking-common all 2.36.1-0ubuntu2 [7,832 B]
    Get:6 http://ca.archive.ubuntu.com/ubuntu/ saucy/main glib-networking i386 2.36.1-0ubuntu2 [38.3 kB]
    Get:7 http://ca.archive.ubuntu.com/ubuntu/ saucy/main glib-networking-services i386 2.36.1-0ubuntu2 [12.6 kB]
    Fetched 540 kB in 2s (180 kB/s)
    Held back..

    Code:
    The following packages have been kept back:
      cpp cpp-4.7 g++ g++-4.7 gcc gcc-4.7 gcc-4.7-base libgcc-4.7-dev libgcc1
      libgomp1 libitm1 libquadmath0 libstdc++6 libstdc++6-4.7-dev
    I just have a hunch that things are going to pick up faster than usual.. schedule or no schedule.
    Last edited by ventrical; April 26th, 2013 at 03:51 PM.

  7. #37
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: how to change repos to Saucy

    Quote Originally Posted by kevpan815 View Post
    Hey, I have some news for you guys: 3 Updates just came through that were part of Saucy Main, NOT Saucy-Proposed!
    all you got, i'm afraid, is only the raring packages tagged as saucy, no more as usual

  8. #38
    Join Date
    Oct 2007
    Location
    Algonquin, IL USA
    Beans
    667
    Distro
    Ubuntu Development Release

    Re: how to change repos to Saucy

    Quote Originally Posted by ventrical View Post
    +1

    Code:
    Get:1 http://ca.archive.ubuntu.com/ubuntu/ saucy/main base-files i386 6.12ubuntu3 [68.8 kB]
    Get:2 http://ca.archive.ubuntu.com/ubuntu/ saucy/main vim-tiny i386 2:7.3.547-7ubuntu1 [325 kB]
    Get:3 http://ca.archive.ubuntu.com/ubuntu/ saucy/main vim-common i386 2:7.3.547-7ubuntu1 [83.0 kB]
    Get:4 http://ca.archive.ubuntu.com/ubuntu/ saucy/main distro-info-data all 0.14 [4,184 B]
    Get:5 http://ca.archive.ubuntu.com/ubuntu/ saucy/main glib-networking-common all 2.36.1-0ubuntu2 [7,832 B]
    Get:6 http://ca.archive.ubuntu.com/ubuntu/ saucy/main glib-networking i386 2.36.1-0ubuntu2 [38.3 kB]
    Get:7 http://ca.archive.ubuntu.com/ubuntu/ saucy/main glib-networking-services i386 2.36.1-0ubuntu2 [12.6 kB]
    Fetched 540 kB in 2s (180 kB/s)
    Held back..

    Code:
    The following packages have been kept back:
      cpp cpp-4.7 g++ g++-4.7 gcc gcc-4.7 gcc-4.7-base libgcc-4.7-dev libgcc1
      libgomp1 libitm1 libquadmath0 libstdc++6 libstdc++6-4.7-dev
    I just have a hunch that things are going to pick up faster than usual.. schedule or no schedule.
    They were't held back for me. I did a sudo update && sudo dist-upgrade and they installed just fine for me.
    2013 Dell Inspiron 15 3521 Laptop, 2010 Dell Inspiron 1012 Mini Net Book, 2010 Dell Inspiron Zino HD 400, Sprint Samsung Galaxy S4, and Apple IPad Mini WIFI Only.

  9. #39
    Join Date
    Sep 2010
    Beans
    9,205
    Distro
    Ubuntu Budgie 17.10 Artful Aardvark

    Re: how to change repos to Saucy

    I got 5 of them ... looks like it is taking some time to sync the repos to the different servers.

  10. #40
    Join Date
    Nov 2011
    Location
    West Virginia
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: how to change repos to Saucy

    Quote Originally Posted by kevpan815 View Post
    They were't held back for me. I did a sudo update && sudo dist-upgrade and they installed just fine for me.
    Same here. I've had three sets of updates in the past 6 hours.

Page 4 of 19 FirstFirst ... 2345614 ... LastLast

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
  •