https://bugs.gpodder.org/show_bug.cgi?id=1730
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from [email protected] 2013-01-07 15:14:12 GMT --- This patch breaks gpodder on my machine because I don't have ifconfig installed in debian sid. Storing data in /home/necronian/.gpodder (GPODDER_HOME is set) 1357571417.128802 [gpodder.sync] WARNING: Could not find eyeD3 1357571418.327242 [gpodder.my] WARNING: Flush requested, but sync disabled. 1357571418.328472 [gpodder.my] WARNING: Flush requested, but sync disabled. 1357571419.250604 [gpodder.util] WARNING: Cannot get connection status: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/necronian/src/gpodder/src/gpodder/util.py", line 1709, in connection_available if len(list(unix_get_active_interfaces())) > 0: File "/home/necronian/src/gpodder/src/gpodder/util.py", line 1688, in unix_get_active_interfaces stdout = subprocess.check_output(['ifconfig']) File "/usr/lib/python2.7/subprocess.py", line 537, in check_output process = Popen(stdout=PIPE, *popenargs, **kwargs) File "/usr/lib/python2.7/subprocess.py", line 679, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
