[Desktop-packages] [Bug 1408963] Re: [Xbuntu 14.04, 14.10 and 15.04] Network manager stops working: iwl3945 0000:03:00.0: BSM uCode verification failed at addr ...; wlan0: deauthenticating from... by

2015-09-17 Thread Ruairi Newman
Encountered the same error on Dell Latitude D630, BIOS A19 (current),
running Ubuntu Studio 15.04.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1408963

Title:
  [Xbuntu 14.04, 14.10 and 15.04] Network manager stops working: iwl3945
  :03:00.0: BSM uCode verification failed at addr ...; wlan0:
  deauthenticating from... by local choice (Reason: 3=DEAUTH_LEAVING),

Status in linux-firmware package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  From time to time, the system loses all wireles networks and kubuntu
  network manager applet goes blank - not even one network is shown. All
  wifi connections are broken. Rebooting fixes the issue, switching to
  WICD on-the-fly enables to continue browsing without rebooting, so it
  seems to be no hardware issue or iwl3945 issue.

  What to expect: stable connections and flawless network managing.
  What happens: so above.

  Further informations about the system, the network configuration, the
  package version can be found in the attachment, also parts of rsyslog
  and dmesg.

  Interesting, according to some helpers, are the following lines:
  dmesg:   wlan0: deauthenticating from 02:26:4d:ac:8f:45 by local choice 
(Reason: 3=DEAUTH_LEAVING)

  lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.10
  Release:14.10
  Codename:   utopic

  apt-cache policy network-manager
  network-manager:
    Installiert:   0.9.8.8-0ubuntu28
    Installationskandidat: 0.9.8.8-0ubuntu28
    Versionstabelle:
   *** 0.9.8.8-0ubuntu28 0
  500 http://de.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1408963/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 851771] Re: Permission Denied error during backup

2013-01-16 Thread Ruairi
DejaDUP works for me now. just insert the full path into the DejaDUp GUI
Instead of /Backup/ideapad  -/home/sr/Backup/ideapad

Works a charm, the issue for me is that SSH logs one into the home
folder by default, while Paramiko seem to log one into root.

The command line is giving me errors on both paths, ( I assume this is
my error) but the GUI is fully operational

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/851771

Title:
  Permission Denied error during backup

Status in “deja-dup” package in Ubuntu:
  Confirmed

Bug description:
  Deja Dup has been backing up as normal to an external HDD since I have
  been using 11.10 Beta1, but for the last 2 days I have been getting a
  permission denied error. I have not altered any settings and the
  extrenal HDD is performing as normal.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: deja-dup 19.92-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
  Uname: Linux 3.0.0-11-generic x86_64
  ApportVersion: 1.23-0ubuntu1
  Architecture: amd64
  Date: Fri Sep 16 11:54:40 2011
  SourcePackage: deja-dup
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/851771/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 851771] Re: Permission Denied error during backup

2013-01-04 Thread Ruairi
I have had the same issue here, but I dont believe ths issue is with Deja-Dup.
In may case I physically chaged the back-up machine (192.168.0.99)

I log into the backup nachine with ssh and ftp

Duplicity provides and error:

duplicity full Travel/ sftp://sr@192.168.0.99/Backup/ideapad/
The authenticity of host '192.168.0.99' can't be established.
SSH-RSA key fingerprint is blah blah blah
Are you sure you want to continue connecting (yes/no)? yes
BackendException: ssh connection to sr@192.168.0.99:22 failed: No 
authentication methods available

ru@ru-460:~$ sudo duplicity full Travel/ sftp://sr@192.168.0.99/Backup/ideapad/
BackendException: ssh connection to sr@192.168.0.99:22 failed: No 
authentication methods available

Running Duplicity in verbose mode shows:
u@ru-460:~/.config$ duplicity -v 9 full Travel/ 
sftp://sr@192.168.0.99/Backup/ideapad/
Using archive dir: /home/ru/.cache/duplicity/7744528ccaaf2107c20395b1fa95181c
Using backup name: 7744528ccaaf2107c20395b1fa95181c
Import of duplicity.backends.u1backend Succeeded
Import of duplicity.backends.localbackend Succeeded
Import of duplicity.backends.ftpsbackend Succeeded
Import of duplicity.backends.rsyncbackend Succeeded
Import of duplicity.backends.gdocsbackend Succeeded
Import of duplicity.backends.tahoebackend Succeeded
Import of duplicity.backends.webdavbackend Succeeded
Import of duplicity.backends.ftpbackend Succeeded
Import of duplicity.backends.hsibackend Succeeded
Import of duplicity.backends.cloudfilesbackend Succeeded
Import of duplicity.backends.botobackend Succeeded
Import of duplicity.backends.sshbackend Succeeded
Import of duplicity.backends.imapbackend Succeeded
Using temporary directory /tmp/duplicity-g16iDW-tempdir
Backend error detail: Traceback (most recent call last):
  File /usr/bin/duplicity, line 1404, in module
with_tempdir(main)
  File /usr/bin/duplicity, line 1397, in with_tempdir
fn()
  File /usr/bin/duplicity, line 1248, in main
action = commandline.ProcessCommandLine(sys.argv[1:])
  File /usr/lib/python2.7/dist-packages/duplicity/commandline.py, line 1002, 
in ProcessCommandLine
backup, local_pathname = set_backend(args[0], args[1])
  File /usr/lib/python2.7/dist-packages/duplicity/commandline.py, line 895, 
in set_backend
globals.backend = backend.get_backend(bend)
  File /usr/lib/python2.7/dist-packages/duplicity/backend.py, line 161, in 
get_backend
return _backends[pu.scheme](pu)
  File /usr/lib/python2.7/dist-packages/duplicity/backends/_ssh_paramiko.py, 
line 182, in __init__
self.config['port'],e))
BackendException: ssh connection to sr@192.168.0.99:22 failed: No 
authentication methods available

BackendException: ssh connection to sr@192.168.0.99:22 failed: No
authentication methods available

Meaning Deja-Dup - Duplicity - Paramiko

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/851771

Title:
  Permission Denied error during backup

Status in “deja-dup” package in Ubuntu:
  Confirmed

Bug description:
  Deja Dup has been backing up as normal to an external HDD since I have
  been using 11.10 Beta1, but for the last 2 days I have been getting a
  permission denied error. I have not altered any settings and the
  extrenal HDD is performing as normal.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: deja-dup 19.92-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
  Uname: Linux 3.0.0-11-generic x86_64
  ApportVersion: 1.23-0ubuntu1
  Architecture: amd64
  Date: Fri Sep 16 11:54:40 2011
  SourcePackage: deja-dup
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/851771/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp