[Bug 1364176] Re: add-apt-repository fails to add repository with no explanation; --massive-debug doesn't show debugging

2020-07-19 Thread Rares Vernica
I ran into this today. So annoying. I kept getting "Please check that
the PPA name or format is correct." This error message is so
misleading... The Internet is littered with people working around the
"add-apt-repository" script since no one can really figure out the real
reason for this error message.

In my case, I was running this script in a container and had the Docker
DNS in Fedora 32 issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364176

Title:
  add-apt-repository fails to add repository with no explanation;
  --massive-debug doesn't show debugging

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1364176/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 516826] Re: ntfs-config crashed with AttributeError in add_section()

2011-10-12 Thread Rares Vernica
Here is the error message I get:

{{{
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/NtfsConfig/AddWizard.py", line 154, in 
on_ok_clicked
self.disk.savelog()
  File "/usr/lib/pymodules/python2.7/NtfsConfig/Fstab/FstabHandler.py", line 
522, in savelog
self._logconf.add_section(name)
  File "/usr/lib/python2.7/ConfigParser.py", line 252, in add_section
if section.lower() == "default":
AttributeError: 'float' object has no attribute 'lower'
}}}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/516826

Title:
  ntfs-config crashed with AttributeError in add_section()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntfs-config/+bug/516826/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 629246] Re: ntfs-config crashed with OSError in __init__(): [Errno 2] No such file or directory: '/etc/hal/fdi/policy

2011-10-12 Thread Rares Vernica
Also documented here: http://mygeekopinions.blogspot.com/2011/06/how-to-
install-ntfs-config-in-ubuntu.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/629246

Title:
  ntfs-config crashed with OSError in __init__(): [Errno 2] No such file
  or directory: '/etc/hal/fdi/policy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntfs-config/+bug/629246/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528791] [NEW] hangs if no tty input is provided

2010-02-26 Thread Rares Vernica
Public bug reported:

Binary package hint: pssh

If parallel-ssh is used in a script and no input is provided, it hangs.

Steps to reproduce:

$ echo localhost > hosts.txt
$ cat > script.sh
#!/bin/bash
parallel-ssh -h hosts.txt uptime
$ bash script.sh

The script hangs.

Workaround:

$ cat > script.sh
#!/bin/bash
echo | parallel-ssh -h hosts.txt uptime
$ bash script.sh
[1] 17:06:52 [SUCCESS] localhost 22
$

Other info:

$ lsb_release -rd
Description:Ubuntu 9.10
Release:9.10

$ apt-cache policy pssh
pssh:
  Installed: 1.4.3-1
  Candidate: 1.4.3-1
  Version table:
 *** 1.4.3-1 0
500 http://us.archive.ubuntu.com karmic/universe Packages
100 /var/lib/dpkg/status

** Affects: pssh (Ubuntu)
 Importance: Undecided
 Status: New

-- 
hangs if no tty input is provided
https://bugs.launchpad.net/bugs/528791
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