[Bug 1782214] [NEW] apt-mirror failing to download all files needed for install
Public bug reported: I've configured apt-mirror to mirror bionic and xenial using the following mirror.list file. # config ## # # set base_path/var/spool/apt-mirror # # set mirror_path $base_path/mirror # set skel_path$base_path/skel # set var_path $base_path/var # set cleanscript $var_path/clean.sh # set defaultarch # set postmirror_script $var_path/postmirror.sh # set run_postmirror 0 set nthreads 20 set _tilde 0 # # end config ## deb http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu xenial-security main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu xenial-updates main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu xenial-proposed main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu xenial-backports main restricted universe multiverse deb-i386 http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse deb-i386 http://archive.ubuntu.com/ubuntu xenial-security main restricted universe multiverse deb-i386 http://archive.ubuntu.com/ubuntu xenial-updates main restricted universe multiverse deb-i386 http://archive.ubuntu.com/ubuntu xenial-proposed main restricted universe multiverse deb-i386 http://archive.ubuntu.com/ubuntu xenial-backports main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu bionic main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu bionic-security main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu bionic-proposed main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse deb-i386 http://archive.ubuntu.com/ubuntu bionic main restricted universe multiverse deb-i386 http://archive.ubuntu.com/ubuntu bionic-security main restricted universe multiverse deb-i386 http://archive.ubuntu.com/ubuntu bionic-updates main restricted universe multiverse deb-i386 http://archive.ubuntu.com/ubuntu bionic-proposed main restricted universe multiverse deb-i386 http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse clean http://archive.ubuntu.com/ubuntu After running apt-mirror as the apt-mirror user I then attempt to perform a network install from the local mirror. When I do so I get errors in the syslog of the isntall environement stating files are missing. Here is a list of files I've manually downloaded locally to attempt to get a local network install to complete. apt-mirror-setup_0.104ubuntu5_all.udeb apt-setup-udeb_0.104ubuntu5_amd64.udeb base-installer_1.158ubuntu4_amd64.udeb block-modules-4.15.0-20-generic-di_4.15.0-20.21_amd64.udeb It appears that apt-mirror is not collecting all the needed files for a version as designed. ** Affects: apt-mirror (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1782214 Title: apt-mirror failing to download all files needed for install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt-mirror/+bug/1782214/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1604617] Re: dhclient does not send fqdn.fqdn for DHCPv6
I've found that adding the following to dhclient.conf seems to resolve this. Not sure if there is a way to get this working out of the box. /etc/dhcp/dhclient.conf #send host-name = gethostname(); send host-name = ""; # for ipv6 /dhcpdv6 send fqdn.fqdn "."; send fqdn.encoded on; send fqdn.server-update on; obviously I replace with the correct hostname. With these settings in place the dhcpd6 server receives the correct info to perform a ddns update. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1604617 Title: dhclient does not send fqdn.fqdn for DHCPv6 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1604617/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1543352] Re: inet6 dhcp doesn't wait for link-local address to leave tentative - dhclient fails to bind
How does one get 0.8.11 for ubuntu 16.04? dpkg -l|grep ifupdown returns 0.8.10ubuntu1 and I still have this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1543352 Title: inet6 dhcp doesn't wait for link-local address to leave tentative - dhclient fails to bind To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1543352/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1604617] Re: dhclient does not send fqdn.fqdn for DHCPv6
I'm also experiencing this issue in 16.04 LTS. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1604617 Title: dhclient does not send fqdn.fqdn for DHCPv6 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1604617/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1533480] Re: banshee stops respondiing during media import
But disabling all extensions/plugins except for those for apple, mass storage and MTP devices did fix this problem for me. Not sure which plugin fixed it for me but I don't need any other enabled at this moment. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1533480 Title: banshee stops respondiing during media import To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/1533480/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1533480] Re: banshee stops respondiing during media import
disabling the eMusic plugin didn't fix this issue for me either. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1533480 Title: banshee stops respondiing during media import To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/1533480/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1296373] Re: [PATCH] Fix sound on PowerPC
@Adam Smith, I'm in the boat of needing to patch and recompile the snd-aoa module. Where can I find the patch code and what file do I apply it to? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1296373 Title: [PATCH] Fix sound on PowerPC To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/hw-detect/+bug/1296373/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1202795] Re: Preseed install detects intel nic as something other than eth0
** Attachment added: "Debian install eth0 eth1 just fine" https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1202795/+attachment/3896111/+files/Debian-install.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1202795 Title: Preseed install detects intel nic as something other than eth0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1202795/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1202795] Re: Preseed install detects intel nic as something other than eth0
** Attachment added: "Ubuntu server install sees eth interfaces as p1p#" https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1202795/+attachment/3896112/+files/ubuntuServer13.xx-install.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1202795 Title: Preseed install detects intel nic as something other than eth0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1202795/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1202795] Re: Preseed install detects intel nic as something other than eth0
I've booted this same system up using both debian 6.0.8 and 7.1.0 and found that the debian install sees the network interfaces at eth0 and eth1. When I boot up using ubuntu 13.04 and 13.10 server cd the interfaces are sees as p1p1 and p1p2. This doesn't seem to be specific to preseed installs but that my preseed installs are failing becuase the igb drives is somehow labeling the interfaces something other than eth0/1. Attaching a screen shot of the same system with debian and one with ubuntu install displaying different device names. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1202795 Title: Preseed install detects intel nic as something other than eth0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1202795/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1202795] Re: Preseed install detects intel nic as something other than eth0
This is affecting ubuntu 13.04 server preseed installs. ** Package changed: swift-proxy (Juju Charms Collection) => ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1202795 Title: Preseed install detects intel nic as something other than eth0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1202795/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 842994] Re: Intel 82574 Ethernet contoller in 10.04.3
I'm unable to run apport-collect 842994 due to no internet access via eth1. The apport-collect command attempt to connect to the launchpad server but I'm unable to due to the public/internet side interface is the one that isn't working. I can get this to work only by installing the latest e1000e driver from intel. Error connecting to Launchpad: Unable to find server at edge.launchpad.net You can reset the credentials by removing the file "/root/.cache/apport/launchpad.credentials" ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/842994 Title: Intel 82574 Ethernet contoller in 10.04.3 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/842994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 842994] Re: Intel 82574 Ethernet contoller in 10.04.3
** Package changed: ubuntu => linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/842994 Title: Intel 82574 Ethernet contoller in 10.04.3 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/842994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 842994] [NEW] Intel 82574 Ethernet contoller in 10.04.3
Public bug reported: When I attempt to install ubuntu 10.04.3 on a new Intel Sandy Bridge server with the 82574L, the system only finds the first interface eth0. I've found that If I download the latest e1000e driver from Intel and compile/update initrd with the newer driver the system will see both interfaces properly. I can create my own package and install it via my preceed install but want to know if future updates will provide a newer driver that will not break the system when updated via standard ubuntu sources? Which would be the best way for me to install an updated module? By updating the linux-image-2.6.32-33 package or creating a seperate e1000e package? ** Affects: ubuntu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/842994 Title: Intel 82574 Ethernet contoller in 10.04.3 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/842994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 548875] Re: evolution-couchdb doesn't sync contacts with ubuntuone
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/42060516/Dependencies.txt ** Attachment added: "UbuntuoneClientPackages.txt" http://launchpadlibrarian.net/42060517/UbuntuoneClientPackages.txt ** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/42060518/XsessionErrors.txt -- evolution-couchdb doesn't sync contacts with ubuntuone https://bugs.launchpad.net/bugs/548875 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 548875] [NEW] evolution-couchdb doesn't sync contacts with ubuntuone
Public bug reported: Binary package hint: evolution-couchdb I have set two new ubuntu 9.10 machines and configured ubuntuone on both. I have file and tomboy notes syncing correctly between these two systems. I have followed the steps to enable evolution to sync with the couchdb locally but can't seem to get the one contact I created from the ubuntuone web interface to replicate down. I have also tried copying contacts from my personal address book and they appear in the local couchdb but don't replicate to ubuntuone. I do see some server 500 errors in the desktop-couch-replication.log. 2010-03-26 09:03:17,053 DEBUGasking 'http://localhost:54145/' to replicate contacts to {'url': 'https://couchdb.one.ubuntu.com/u%2Fafe%2F1cd%2F194343%2Fcontacts', 'auth': {'oauth': {'consumer_secret': 'hammertime', 'token': '5Jn64vgRwLnxgqwwjbdg', 'consumer_key': 'ubuntuone', 'token_secret': 'SmsPJL3JMMGmLkt8PCGJz2G4jxv6lhLkqW2rV1KtLB4CMW4HW1w0vkpRWDdmzqsmBZB0SlwjxPLDr1lX'}}}, using record {'source': 'contacts', 'target': {'url': 'https://couchdb.one.ubuntu.com/u%2Fafe%2F1cd%2F194343%2Fcontacts', 'auth': {'oauth': {'consumer_secret': 'hammertime', 'token': '5Jn64vgRwLnxgqwwjbdg', 'consumer_key': 'ubuntuone', 'token_secret': 'SmsPJL3JMMGmLkt8PCGJz2G4jxv6lhLkqW2rV1KtLB4CMW4HW1w0vkpRWDdmzqsmBZB0SlwjxPLDr1lX' 2010-03-26 09:03:32,292 ERRORcan't replicate 'contacts' 'http://localhost:54145/' <== {'source': 'contacts', 'target': {'url': 'https://couchdb.one.ubuntu.com/u%2Fafe%2F1cd%2F194343%2Fcontacts', 'auth': {'oauth': {'consumer_secret': 'hammertime', 'token': '5Jn64vgRwLnxgqwwjbdg', 'consumer_key': 'ubuntuone', 'token_secret': 'SmsPJL3JMMGmLkt8PCGJz2G4jxv6lhLkqW2rV1KtLB4CMW4HW1w0vkpRWDdmzqsmBZB0SlwjxPLDr1lX' Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/desktopcouch/pair/couchdb_pairing/couchdb_io.py", line 252, in replicate content=record) File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 985, in post **params) File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 1029, in _request raise ResourceNotFound(error) ResourceNotFound: ('db_not_found', 'could not open https://couchdb.one.ubuntu.com/u%2Fafe%2F1cd%2F194343%2Fcontacts/') 2010-03-26 09:03:41,330 ERRORreplication of services aborted Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/desktopcouch/replication.py", line 178, in do_all_replication oauth_tokens=remote_oauth_data, service=True): File "/usr/lib/python2.6/dist-packages/desktopcouch/pair/couchdb_pairing/couchdb_io.py", line 115, in get_database_names_replicatable all_dbs = set([db_name for db_name in couchdb_server]) File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 131, in __iter__ resp, data = self.resource.get('_all_dbs') File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 978, in get return self._request('GET', path, headers=headers, **params) File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 1035, in _request raise ServerError((status_code, error)) ServerError: (500, ('unknown_error', 'function_clause')) 2010-03-26 09:03:41,331 DEBUGfinished replicating I can provide the entire log if needed. When I initially setup ubuntuone on these systems I was prompted to add the computer account to ubuntuone. Then when I launched evolution and enabled it for ubuntuone it prompted me to add another computer account. This time it didn't have my computers name it was some generic name. Sorry I don't remember what it was. I changed it to the computers name and selected add. Now I have 2 computer accounts on ubuntuone for each system. I did select the always allow when prompted to grant access to the keyring for tomboy and evolution. ProblemType: Bug .home.edward..cache.ubuntuone.log.oauth.login.log: 2010-03-25 11:25:40,885:885.921001434 UbuntuOne.Client.Applet Starting Ubuntu One client version 1.0.3 2010-03-25 11:33:05,142:142.577886581 UbuntuOne.Client.Applet Starting Ubuntu One client version 1.0.3 2010-03-25 17:25:54,961:961.777925491 UbuntuOne.Client.Applet Starting Ubuntu One client version 1.0.3 .home.edward..config.ubuntuone.syncdaemon.conf: [bandwidth_throttling] read_limit = 0 write_limit = 0 on = False .home.edward..config.ubuntuone.ubuntuone.client.conf: [ubuntuone] bookmarked = True connected = True connect = 0 show_applet = 0 Architecture: amd64 Date: Fri Mar 26 09:01:45 2010 DistroRelease: Ubuntu 9.10 InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027.1) NonfreeKernelModules: wl Package: ubuntuone-client 1.0.3-0ubuntu1 PackageArchitecture: all ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-20.58-generic SourcePackage: ubuntuone-client Uname: Linux 2.6.31-20-generic x86_64 ** Affects: evolution-couchdb (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug -- evolution-couchdb doesn't sync contacts with ubun
[Bug 382941] Re: iPod not recognized by podsleuth
My system only works when I disable the media automount in gconf-editor. If I enable automount the ipod is displayed on the desktop and mounted but not visible in banshee. My system has all current patches applied. My ipod is a first gen and I am running amd64 ubuntu 9.10. -- iPod not recognized by podsleuth https://bugs.launchpad.net/bugs/382941 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs