Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#24835 - [hsolink] Missing dependency net-tools

Attached to Project: Community Packages
Opened by Manuel Gaul (Inkaine) - Thursday, 23 June 2011, 11:59 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 23 June 2011, 12:33 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

After removing the net-tools package no connection can be established with hsolinkcontrol / hsoconnect. This is due to the missing ifconfig command that's included in net-tools. Hence net-tools (despite unsupported now) needs to be a dep.

Steps to reproduce:

Uninstall net-tools package and try establishing a UMTS connection using an Option stick and hsolinkcontrol. Running hsoconnect --debug returned the missing ifconfig command.

Output on the command line:

Path to hsolinkcontrol: /usr/bin/hsolinkcontrol
Mode 36333
in ui.run()
Serial<id=0xb70a140c, open=True>(port='/dev/ttyHS1', baudrate=115200, bytesize=8, parity='N', stopbits=1, timeout=1, xonxoff=0, rtscts=0)
checkpin() returned: SIM PIN
checkpin() returned: READY
hsolinkcontrol up 0 193.189.244.225 193.189.244.206 10.145.78.101
Direct control of resolv.conf.
#Created by hsolinkcontrol
nameserver 193.189.244.225
nameserver 193.189.244.206

copied resolv.conf
sh: /sbin/ifconfig: File or directory not found
/sbin/ifconfig hso0 10.145.78.101 netmask 255.255.255.255 upFile access error /sbin/ifconfig . Permissions?
hsolinkcontrol response: 256
Traceback (most recent call last):
File "/usr/share/hsoconnect/hsoc/userinterface.py", line 1124, in periodic
res = self.app_callback()
File "/usr/share/hsoconnect/hsoc/HSOconsole.py", line 786, in periodic
if not self.ser.status(): raise IndexError #need better handling here!!!
File "/usr/share/hsoconnect/hsoc/hsoserial.py", line 608, in status
if not self.checkUnMessages(ret):
File "/usr/share/hsoconnect/hsoc/hsoserial.py", line 433, in checkUnMessages
self.ErrorDialog('error',self.str['error_hsolinkcontrol']%( up))
AttributeError: HSOserial instance has no attribute 'str'
Closed port
Quit gtk.main
end ui.run()
This task depends upon

Closed by  Sergej Pupykin (sergej)
Thursday, 23 June 2011, 12:33 GMT
Reason for closing:  Fixed
Additional comments about closing:  net-tools added to depends

Loading...