https://bugs.gpodder.org/show_bug.cgi?id=1730

--- Comment #13 from chris <[email protected]> 2013-01-08 00:49:44 GMT ---
(In reply to comment #10)
> 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

ifconfig is part of net-tools-1.60-24.2(unstable) available in debian sid.
sudo apt-get install net-tools
sudo ln -s /sbin/ifconfig /usr/bin/ifconfig
should fix it

-- 
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

Reply via email to