| Summary: | globespan-adsl : ut: command not found | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Giovanni De Gasperis <giodegas> |
| Component: | New packages | Assignee: | Gentoo Dialup Developers <net-dialup> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Giovanni De Gasperis
2005-01-06 02:36:25 UTC
*** Bug 76877 has been marked as a duplicate of this bug. *** I've looked into files installed by 0.9 and 0.10 and didn't found any references to an executable called "ut". Please try to re-emerge globespan-adsl and, if you continue to receive such errors, post here relevant information (output of startmodem, your configuration file, etc). The startmodem script is filled with "cut" commands; perhaps there's a syntax error or some such? Just a thought (without coffee yet)... Unfortunately, I don't have the hardware to test this right. this is from /usr/bin/startmodem:
[code]
if [ -s "$CONF_DIR/eciadsl.conf" ]; then
vid1=`grep -E "^[ \t]*VID1[ \t]*=" "$CONF_DIR/eciadsl.conf" | tail -n -c -1 | ut -f 2 -d '=' | tr -d " \t"`
pid1=`grep -E "^[ \t]*PID1[ \t]*=" "$CONF_DIR/eciadsl.conf" | tail -n -c -1 | ut -f 2 -d '=' | tr -d " \t"`
vid2=`grep -E "^[ \t]*VID2[ \t]*=" "$CONF_DIR/eciadsl.conf" | tail -n -c -1 | ut -f 2 -d '=' | tr -d " \t"`
pid2=`grep -E "^[ \t]*PID2[ \t]*=" "$CONF_DIR/eciadsl.conf" | tail -n -c -1 | ut -f 2 -d '=' | tr -d " \t"`
mode=`grep -E "^[ \t]*MODE[ \t]*=" "$CONF_DIR/eciadsl.conf" | tail -n -c -1 | ut -f 2 -d '=' | tr -d " \t"`
[/code]
What is supposed to do the 'ut' command?
Should I replace it with 'cut'?
As I said, there are no such lines in startmodem, neither in ver 0.9 nor ver 0.10. The lines you are reffering to have "cut" instead of "ut". Please re-emerge globespan-adsl and tell me if the problem is solved. seems the problem has been solved with re-emerge |