[SOLVED]pwmconfig fails to find fan sensor on Intel D510MO motherboard

Hello there,
i can't find any info about this motherboard on wiki and google on this problem.
i've installed lm_sensors and got this running sensors:
coretemp-isa-0000
Adapter: ISA adapter
Core 0:      +19.0°C  (crit = +100.0°C)                 
coretemp-isa-0002
Adapter: ISA adapter
Core 1:      +15.0°C  (crit = +100.0°C)                 
w83627thf-isa-0290
Adapter: ISA adapter
in0:         +1.17 V  (min =  +0.00 V, max =  +3.84 V)   
in1:         +1.01 V  (min =  +2.05 V, max =  +0.00 V)   ALARM
in2:         +1.90 V  (min =  +0.00 V, max =  +0.00 V)   ALARM
in3:         +3.02 V  (min =  +0.00 V, max =  +0.00 V)   ALARM
in4:         +3.41 V  (min =  +0.02 V, max =  +0.00 V)   ALARM
in7:         +2.99 V  (min =  +0.27 V, max =  +0.13 V)   ALARM
in8:         +3.23 V  (min =  +0.00 V, max =  +0.00 V)   ALARM
fan1:          0 RPM  (min = 1318 RPM, div = 32)  ALARM
fan2:          0 RPM  (min =   -1 RPM, div = 32)  ALARM
fan3:          0 RPM  (min =   -1 RPM, div = 2)  ALARM
temp1:       +48.0°C  (high =  +0.0°C, hyst =  +0.0°C)  ALARM  sensor = thermistor
temp2:       +29.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = diode
temp3:       +29.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = diode
beep_enable:enabled
i've tried run pwmconfig and got this:
Found the following devices:
   hwmon0/device is coretemp
   hwmon1/device is coretemp
   hwmon2/device is w83627thf
Found the following PWM controls:
   hwmon2/device/pwm1
   hwmon2/device/pwm2
   hwmon2/device/pwm3
Giving the fans some time to reach full speed...
Found the following fan sensors:
   hwmon2/device/fan1_input     current speed: 0 ... skipping!
   hwmon2/device/fan2_input     current speed: 0 ... skipping!
   hwmon2/device/fan3_input     current speed: 0 ... skipping!
There are no working fan sensors, all readings are 0.
Make sure you have a 3-wire fan connected.
You may also need to increase the fan divisors.
See doc/fan-divisors for more information.
anyway i managed to control my system fan to monitor temp1 (motherboard temp) running:
echo "180" > /sys/class/hwmon/hwmon2/device/pwm1
but i need to run it as root and pass "yes" to pwmconfig first to activate manual control
so i need a bash script to run this  automatically on startup,i found this one and modified it but i need help to get pwmconfig run with "yes" before start my if...else control to launch "echo..." once temp1 reach 50 C°
this is original:
#!/bin/sh
### Temperature guard
### Auto Shutdown if Temperature is over threshold
THRESHOLD=57 # Max temperature
SENSORS=/usr/bin/sensors
PATH=/bin:/usr/bin:/sbin:/usr/sbin
test -x $SENSORS || exit 0
echo "Temperature Guard started. Threshold temperature is $THRESHOLD °C"
logger "Temperature Guard started. Threshold temperature is $THRESHOLD °C "
while [ 1 ]
do
## Get Temperature using lm-sensors
t1=`$SENSORS | nawk '/temp1/ {print substr($2,2,2)}'`
t2=`$SENSORS | nawk '/temp2/ {print substr($2,2,2)}'`
t3=`$SENSORS | nawk '/temp3/ {print substr($2,2,2)}'`
# log every 15 minutes
logger "Temperature Guard RUNNING. CASE: $t1°C CPU: $t2°C BOARD: $t3°C"
for i in `seq 1 180`;
do
## Get Temperature using lm-sensors
t1=`$SENSORS | nawk '/temp1/ {print substr($2,2,2)}'`
t2=`$SENSORS | nawk '/temp2/ {print substr($2,2,2)}'`
t3=`$SENSORS | nawk '/temp3/ {print substr($2,2,2)}'`
if [ $t1 -gt $THRESHOLD -o $t2 -gt $THRESHOLD -o $t3 -gt $THRESHOLD ]
then
echo -n "\rTemperature PANIC! CASE: $t1°C CPU: $t2°C BOARD: $t3°C Shutting down immediately!"
logger "Temperature Guard: PANIC!. CASE: $t1°C CPU: $t2°C BOARD: $t3°C Shutting down immediately!"
shutdown -h now # requires %user ALL=NOPASSWD: /sbin/shutdown in visudo
else
echo -n "\rTemperature Guard: OK. CASE: $t1°C CPU: $t2°C BOARD: $t3°C"
fi
sleep 5
done
done
any good person here to help me? :)
Last edited by alko (2010-09-28 19:05:33)

solved
1)
install with pacman:
lm_sensors
yaourt
sudo
nawk
refer to the wiki of archlinux to install and configure this packages
2)
save this script and  add it to startup and shutdown of kde settings (i assume you are using kde,and i suggest you to install it)
(example sudo path/to/yourscript.sh)
#!/bin/sh
### controllo ventolina
### controlla in automatico la velocita' della ventolina data la temperatura
SENSORS=/usr/bin/sensors
PATH=/bin:/usr/bin:/sbin:/usr/sbin
test -x $SENSORS || exit 0
sudo sh -c "echo 1 > /sys/class/hwmon/hwmon2/device/pwm1_enable"
while [ 1 ]
do
## prende la temperatura da lm-sensors
t1=`$SENSORS | nawk '/temp1/ {print substr($2,2,2)}'`
if [ $t1 -gt "49" ];
then
echo "180" > /sys/class/hwmon/hwmon2/device/pwm1
echo "temperatura $t1 gradi \n" ##comment this lines if you don't want to run in console
sleep 20
elif [ $t1 -gt "47" ];
then
echo "170" > /sys/class/hwmon/hwmon2/device/pwm1
sleep 20
echo "temperatura $t1 gradi \n"
elif [ $t1 -gt "45" ];
then
echo "157" > /sys/class/hwmon/hwmon2/device/pwm1
sleep 20
echo "temperatura $t1 gradi \n"
fi
done
Last edited by alko (2010-09-28 19:04:09)

Similar Messages

  • [SOLVED] CUPS fails to find my USB-connected Lexmark X543dn

    Hi there!
    I just installed arch off the netinstall CD. Right now I'm struggling to get it recognize my printer. I fired up rekonq at localhost:631 and clicked my way to Add Printer. When prompted, I provided root's name and password. This brings me to the Add Printer page with the "hourglass-like" circle spinning while it's searching for printers. It doesn't find anything.
    At connecting the printer to my USB port I get the following in /var/log/messages.log:
    Apr 2 12:14:40 Godot kernel: usb 1-3: new high speed USB device using ehci_hcd and address 6
    Apr 2 12:14:40 Godot kernel: usb 1-3: configuration #1 chosen from 1 choice
    Apr 2 12:14:40 Godot kernel: usblp0: USB Bidirectional printer dev 6 if 1 alt 0 proto 2 vid 0x043D pid 0x0121
    Apr 2 12:14:40 Godot kernel: generic-usb 0003:043D:0121.0004: hiddev1,hidraw0: USB HID v1.00 Device [Lexmark International Lexmark X543] on usb-0000:00:02.2-3/input2
    As per http://wiki.archlinux.org/index.php/Cups#Kernel_modules I also tried rmmodding usblp. This doesn't change anything in CUPS' web frontend. However, the modules seems to get reloaded:
    Apr 2 12:16:45 Godot kernel: usb 1-4: new high speed USB device using ehci_hcd and address 7
    Apr 2 12:16:45 Godot kernel: usb 1-4: configuration #1 chosen from 1 choice
    Apr 2 12:16:45 Godot kernel: generic-usb 0003:043D:0121.0005: hiddev0,hidraw0: USB HID v1.00 Device [Lexmark International Lexmark X543] on usb-0000:00:02.2-4/input2
    Apr 2 12:16:45 Godot kernel: usblp1: USB Bidirectional printer dev 7 if 1 alt 0 proto 2 vid 0x043D pid 0x0121
    Apr 2 12:16:45 Godot kernel: usbcore: registered new interface driver usblp
    and it also appears again in lsmod. So I tried blacklisting usblp, which again doesn't change anything in CUPS' frontend. However, it complains in /var/log/messages:
    Apr 2 12:18:25 Godot kernel: usb 1-4: new high speed USB device using ehci_hcd and address 8
    Apr 2 12:18:25 Godot kernel: usb 1-4: configuration #1 chosen from 1 choice
    Apr 2 12:18:25 Godot kernel: generic-usb 0003:043D:0121.0006: hiddev0,hidraw0: USB HID v1.00 Device [Lexmark International Lexmark X543] on usb-0000:00:02.2-4/input2
    Apr 2 12:18:25 Godot load-modules.sh: Not loading module 'usblp' for alias 'usb:v043Dp0121d0000dc00dsc00dp00ic07isc01ip02' because it is blacklisted
    Apr 2 12:18:25 Godot load-modules.sh: 'usb:v043Dp0121d0000dc00dsc00dp00icFFiscFFipFF' is not a valid module or alias name
    I set cupsd.conf's logging level to debug, which yields the following in errors_log. At 12:22:30 I pointed rekonq at localhost:631/admin, at 12:22:32 I clicked "Add printer":
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 16 POST /admin/ HTTP/1.1
    D [02/Apr/2010:12:22:30 +0200] cupsdSetBusyState: Active clients
    D [02/Apr/2010:12:22:30 +0200] cupsdAuthorize: No authentication data provided.
    D [02/Apr/2010:12:22:30 +0200] [CGI] argv[0] = "/usr/lib/cups/cgi-bin/admin.cgi"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[10] = "SERVER_ADMIN=root@Godot"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[11] = "SOFTWARE=CUPS/1.4.3"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[13] = "USER=root"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[14] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[15] = "CUPS_ENCRYPTION=IfRequested"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[16] = "IPP_PORT=631"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[17] = "LANG=de.UTF8"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[18] = "REDIRECT_STATUS=1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[19] = "GATEWAY_INTERFACE=CGI/1.1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[20] = "SERVER_NAME=localhost"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[21] = "SERVER_PORT=631"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[22] = "REMOTE_ADDR=127.0.0.1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[23] = "REMOTE_HOST=localhost"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[24] = "SCRIPT_NAME=/admin/"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[25] = "SCRIPT_FILENAME=/usr/share/cups/doc/admin/"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[26] = "SERVER_PROTOCOL=HTTP/1.1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[27] = "HTTP_USER_AGENT=Mozilla/5.0 (X11; U; Linux; de-DE) AppleWebKit/532.4 (KHTML, like Gecko) rekonq Safari/532.4"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[28] = "HTTP_REFERER=http://localhost:631/admin"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[29] = "REQUEST_METHOD=POST"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[30] = "CONTENT_LENGTH=14"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[31] = "CONTENT_TYPE=application/x-www-form-urlencoded"
    D [02/Apr/2010:12:22:30 +0200] [CGI] Started /usr/lib/cups/cgi-bin/admin.cgi (PID 2520)
    I [02/Apr/2010:12:22:30 +0200] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=2520)
    D [02/Apr/2010:12:22:30 +0200] cupsdSendCommand: 16 file=14
    D [02/Apr/2010:12:22:30 +0200] [CGI] admin.cgi started...
    D [02/Apr/2010:12:22:30 +0200] cupsdAcceptClient: 12 from localhost (Domain)
    D [02/Apr/2010:12:22:30 +0200] [CGI] http=0xb8f4a5d8
    D [02/Apr/2010:12:22:30 +0200] [CGI] op="add-printer"...
    D [02/Apr/2010:12:22:30 +0200] [CGI] do_am_printer: DEVICE_URI="(null)"
    D [02/Apr/2010:12:22:30 +0200] [CGI] Getting list of devices...
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 12 POST / HTTP/1.1
    D [02/Apr/2010:12:22:30 +0200] cupsdAuthorize: No authentication data provided.
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 12 1.1 CUPS-Get-Devices 1
    D [02/Apr/2010:12:22:30 +0200] CUPS-Get-Devices
    D [02/Apr/2010:12:22:30 +0200] cupsdIsAuthorized: username=""
    D [02/Apr/2010:12:22:30 +0200] Returning HTTP Nicht berechtigt for CUPS-Get-Devices (no URI) from localhost
    D [02/Apr/2010:12:22:30 +0200] cupsdSendHeader: 12 WWW-Authenticate: Basic realm="CUPS", trc="y"
    D [02/Apr/2010:12:22:30 +0200] [CGI] cgi_passwd(prompt="Das Kennwort für „daemon" auf „localhost"? ") called!
    D [02/Apr/2010:12:22:30 +0200] Script header: Status: 401
    D [02/Apr/2010:12:22:30 +0200] cupsdSendHeader: 16 WWW-Authenticate: Basic realm="CUPS"
    D [02/Apr/2010:12:22:30 +0200] Script header:
    D [02/Apr/2010:12:22:30 +0200] cupsdWriteClient: 16 Closing because Keep-Alive disabled
    D [02/Apr/2010:12:22:30 +0200] cupsdCloseClient: 16
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 12 WAITING Closing on EOF
    D [02/Apr/2010:12:22:30 +0200] cupsdCloseClient: 12
    D [02/Apr/2010:12:22:30 +0200] cupsdSetBusyState: Not busy
    D [02/Apr/2010:12:22:30 +0200] PID 2520 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
    D [02/Apr/2010:12:22:30 +0200] cupsdAcceptClient: 12 from localhost:631 (IPv4)
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 12 POST /admin/ HTTP/1.1
    D [02/Apr/2010:12:22:30 +0200] cupsdSetBusyState: Active clients
    D [02/Apr/2010:12:22:30 +0200] cupsdAuthorize: Authorized as root using Basic
    D [02/Apr/2010:12:22:30 +0200] [CGI] argv[0] = "/usr/lib/cups/cgi-bin/admin.cgi"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[10] = "SERVER_ADMIN=root@Godot"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[11] = "SOFTWARE=CUPS/1.4.3"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[13] = "USER=root"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[14] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[15] = "CUPS_ENCRYPTION=IfRequested"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[16] = "IPP_PORT=631"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[17] = "CUPSD_AUTH_TYPE=Basic"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[18] = "LANG=de.UTF8"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[19] = "REDIRECT_STATUS=1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[20] = "GATEWAY_INTERFACE=CGI/1.1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[21] = "SERVER_NAME=localhost"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[22] = "SERVER_PORT=631"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[23] = "REMOTE_ADDR=127.0.0.1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[24] = "REMOTE_HOST=localhost"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[25] = "SCRIPT_NAME=/admin/"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[26] = "SCRIPT_FILENAME=/usr/share/cups/doc/admin/"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[27] = "REMOTE_USER=root"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[28] = "SERVER_PROTOCOL=HTTP/1.1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[29] = "HTTP_USER_AGENT=Mozilla/5.0 (X11; U; Linux; de-DE) AppleWebKit/532.4 (KHTML, like Gecko) rekonq Safari/532.4"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[30] = "HTTP_REFERER=http://localhost:631/admin"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[31] = "REQUEST_METHOD=POST"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[32] = "CONTENT_LENGTH=14"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[33] = "CONTENT_TYPE=application/x-www-form-urlencoded"
    D [02/Apr/2010:12:22:30 +0200] [CGI] Started /usr/lib/cups/cgi-bin/admin.cgi (PID 2521)
    I [02/Apr/2010:12:22:30 +0200] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=2521)
    D [02/Apr/2010:12:22:30 +0200] cupsdSendCommand: 12 file=16
    D [02/Apr/2010:12:22:30 +0200] [CGI] admin.cgi started...
    D [02/Apr/2010:12:22:30 +0200] cupsdAcceptClient: 14 from localhost (Domain)
    D [02/Apr/2010:12:22:30 +0200] [CGI] http=0xb81f05d8
    D [02/Apr/2010:12:22:30 +0200] [CGI] op="add-printer"...
    D [02/Apr/2010:12:22:30 +0200] [CGI] do_am_printer: DEVICE_URI="(null)"
    D [02/Apr/2010:12:22:30 +0200] [CGI] Getting list of devices...
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 14 POST / HTTP/1.1
    D [02/Apr/2010:12:22:30 +0200] cupsdAuthorize: No authentication data provided.
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 14 1.1 CUPS-Get-Devices 1
    D [02/Apr/2010:12:22:30 +0200] CUPS-Get-Devices
    D [02/Apr/2010:12:22:30 +0200] cupsdIsAuthorized: username=""
    D [02/Apr/2010:12:22:30 +0200] Returning HTTP Nicht berechtigt for CUPS-Get-Devices (no URI) from localhost
    D [02/Apr/2010:12:22:30 +0200] cupsdSendHeader: 14 WWW-Authenticate: Basic realm="CUPS", trc="y"
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 14 WAITING Closing on EOF
    D [02/Apr/2010:12:22:30 +0200] cupsdCloseClient: 14
    D [02/Apr/2010:12:22:30 +0200] cupsdAcceptClient: 14 from localhost (Domain)
    D [02/Apr/2010:12:22:30 +0200] cupsdAcceptClient: 17 from localhost (Domain)
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 14 WAITING Closing on EOF
    D [02/Apr/2010:12:22:30 +0200] cupsdCloseClient: 14
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 17 POST / HTTP/1.1
    D [02/Apr/2010:12:22:30 +0200] cupsdAuthorize: Authorized as root using Local
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 17 1.1 CUPS-Get-Devices 1
    D [02/Apr/2010:12:22:30 +0200] CUPS-Get-Devices
    D [02/Apr/2010:12:22:30 +0200] cupsdIsAuthorized: username="root"
    D [02/Apr/2010:12:22:30 +0200] [CGI] argv[0] = "/usr/lib/cups/daemon/cups-deviced"
    D [02/Apr/2010:12:22:30 +0200] [CGI] argv[1] = "1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] argv[2] = "0"
    D [02/Apr/2010:12:22:30 +0200] [CGI] argv[3] = "30"
    D [02/Apr/2010:12:22:30 +0200] [CGI] argv[4] = "2"
    D [02/Apr/2010:12:22:30 +0200] [CGI] argv[5] = "requested-attributes=all"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[10] = "SERVER_ADMIN=root@Godot"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[11] = "SOFTWARE=CUPS/1.4.3"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[13] = "USER=root"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[14] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[15] = "CUPS_ENCRYPTION=IfRequested"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[16] = "IPP_PORT=631"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[17] = "CUPSD_AUTH_TYPE=Local"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[18] = "LANG=de.UTF8"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[19] = "REDIRECT_STATUS=1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[20] = "GATEWAY_INTERFACE=CGI/1.1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[21] = "SERVER_NAME=localhost"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[22] = "SERVER_PORT=631"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[23] = "REMOTE_ADDR="
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[24] = "REMOTE_HOST=localhost"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[25] = "SCRIPT_NAME=/"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[26] = "SCRIPT_FILENAME=/usr/share/cups/doc/"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[27] = "REMOTE_USER=root"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[28] = "SERVER_PROTOCOL=HTTP/1.1"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[29] = "HTTP_USER_AGENT=CUPS/1.4.3"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[30] = "REQUEST_METHOD=POST"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[31] = "CONTENT_LENGTH=88"
    D [02/Apr/2010:12:22:30 +0200] [CGI] envp[32] = "CONTENT_TYPE=application/ipp"
    D [02/Apr/2010:12:22:30 +0200] [CGI] Started /usr/lib/cups/daemon/cups-deviced (PID 2522)
    I [02/Apr/2010:12:22:30 +0200] Started "/usr/lib/cups/daemon/cups-deviced" (pid=2522)
    D [02/Apr/2010:12:22:30 +0200] cupsdSendCommand: 17 file=14
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/usb (PID 2523)
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/serial (PID 2524)
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/ipp (PID 2525)
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/smb (PID 2526)
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/snmp (PID 2527)
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/parallel (PID 2528)
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/scsi (PID 2529)
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/mdns (PID 2530)
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/http (PID 2531)
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/lpd (PID 2532)
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/socket (PID 2533)
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/dnssd (PID 2534)
    D [02/Apr/2010:12:22:30 +0200] [CGI] list_devices
    D [02/Apr/2010:12:22:30 +0200] [CGI] usb_find_busses=3
    D [02/Apr/2010:12:22:30 +0200] [CGI] Flushed attributes...
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Found device "http"...
    D [02/Apr/2010:12:22:30 +0200] Script header: Content-Type: application/ipp
    D [02/Apr/2010:12:22:30 +0200] Script header:
    D [02/Apr/2010:12:22:30 +0200] [CGI] Flushed attributes...
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Found device "scsi"...
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] PID 2529 (scsi) exited with no errors.
    D [02/Apr/2010:12:22:30 +0200] [CGI] Flushed attributes...
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Found device "lpd"...
    D [02/Apr/2010:12:22:30 +0200] Script header: MIME-Version: 1.0
    D [02/Apr/2010:12:22:30 +0200] Script header: Content-Type: multipart/x-mixed-replace; boundary="CUPS-MULTIPART"
    D [02/Apr/2010:12:22:30 +0200] Script header:
    D [02/Apr/2010:12:22:30 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:30 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:30 +0200] [CGI] Flushed attributes...
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Found device "ipp"...
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] PID 2525 (ipp) exited with no errors.
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] PID 2530 (mdns) exited with no errors.
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] PID 2531 (http) exited with no errors.
    D [02/Apr/2010:12:22:30 +0200] [CGI] Flushed attributes...
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Found device "socket"...
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] PID 2532 (lpd) exited with no errors.
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] PID 2533 (socket) exited with no errors.
    E [02/Apr/2010:12:22:30 +0200] [CGI] Unable to create avahi client: Resource temporarily unavailable
    E [02/Apr/2010:12:22:30 +0200] [cups-deviced] PID 2534 (dnssd) stopped with status 1!
    D [02/Apr/2010:12:22:30 +0200] [CGI] Flushed attributes...
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Found device "smb"...
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] PID 2526 (smb) exited with no errors.
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] PID 2524 (serial) exited with no errors.
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 13 GET /images/wait.gif HTTP/1.1
    D [02/Apr/2010:12:22:30 +0200] cupsdAuthorize: No authentication data provided.
    E [02/Apr/2010:12:22:30 +0200] Bad request line "" from localhost!
    D [02/Apr/2010:12:22:30 +0200] cupsdCloseClient: 13
    D [02/Apr/2010:12:22:30 +0200] cupsdAcceptClient: 13 from localhost:631 (IPv4)
    D [02/Apr/2010:12:22:30 +0200] [CGI] Flushed attributes...
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] Found device "parallel:/dev/lp0"...
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 13 GET /images/right.gif HTTP/1.1
    D [02/Apr/2010:12:22:30 +0200] cupsdAuthorize: No authentication data provided.
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] PID 2528 (parallel) exited with no errors.
    D [02/Apr/2010:12:22:30 +0200] cupsdAcceptClient: 18 from localhost:631 (IPv4)
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 18 GET /cups.css HTTP/1.1
    D [02/Apr/2010:12:22:30 +0200] cupsdAuthorize: No authentication data provided.
    D [02/Apr/2010:12:22:30 +0200] cupsdAcceptClient: 19 from localhost:631 (IPv4)
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 19 GET /images/left.gif HTTP/1.1
    D [02/Apr/2010:12:22:30 +0200] cupsdAuthorize: No authentication data provided.
    E [02/Apr/2010:12:22:30 +0200] Bad request line "" from localhost!
    D [02/Apr/2010:12:22:30 +0200] cupsdCloseClient: 13
    E [02/Apr/2010:12:22:30 +0200] Bad request line "" from localhost!
    D [02/Apr/2010:12:22:30 +0200] cupsdCloseClient: 19
    D [02/Apr/2010:12:22:30 +0200] [CGI] usb_find_devices=7
    D [02/Apr/2010:12:22:30 +0200] [CGI] Failed to set configuration 1 for 043d:0121
    D [02/Apr/2010:12:22:30 +0200] [CGI] Failed to claim interface 1 for 043d:0121: Operation not permitted
    D [02/Apr/2010:12:22:30 +0200] [cups-deviced] PID 2523 (usb) exited with no errors.
    D [02/Apr/2010:12:22:30 +0200] cupsdAcceptClient: 13 from localhost:631 (IPv4)
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 13 GET /images/sel.gif HTTP/1.1
    D [02/Apr/2010:12:22:30 +0200] cupsdAuthorize: No authentication data provided.
    D [02/Apr/2010:12:22:30 +0200] cupsdAcceptClient: 19 from localhost:631 (IPv4)
    D [02/Apr/2010:12:22:30 +0200] cupsdReadClient: 19 GET /images/unsel.gif HTTP/1.1
    D [02/Apr/2010:12:22:30 +0200] cupsdAuthorize: No authentication data provided.
    D [02/Apr/2010:12:22:32 +0200] [cups-deviced] PID 2527 (snmp) exited with no errors.
    D [02/Apr/2010:12:22:32 +0200] PID 2522 (/usr/lib/cups/daemon/cups-deviced) exited with no errors.
    D [02/Apr/2010:12:22:32 +0200] [CGI] Got device list!
    D [02/Apr/2010:12:22:32 +0200] cupsdReadClient: 17 WAITING Closing on EOF
    D [02/Apr/2010:12:22:32 +0200] cupsdCloseClient: 17
    D [02/Apr/2010:12:22:32 +0200] PID 2521 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
    D [02/Apr/2010:12:22:32 +0200] cupsdWriteClient: 12 Closing because Keep-Alive disabled
    D [02/Apr/2010:12:22:32 +0200] cupsdCloseClient: 12
    D [02/Apr/2010:12:22:32 +0200] cupsdSetBusyState: Not busy
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [02/Apr/2010:12:22:32 +0200] [CGI] Regular expression "[a-z]+://"
    This is the point where I'm at a loss. Any ideas anybody?
    Regards,
    Rufus D
    Last edited by RufusD (2010-04-06 18:56:15)

    @AndyRTR: Are you serious? *Half an hour*? Anyway, I tried it, but to no avail. The log goes like
    tail -f cups/error_log
    D [04/Apr/2010:20:26:59 +0200] [CGI] Regular expression "[a-z]+://"
    D [04/Apr/2010:20:26:59 +0200] [CGI] Regular expression "[a-z]+://"
    D [04/Apr/2010:20:26:59 +0200] [CGI] Regular expression "[a-z]+://"
    D [04/Apr/2010:20:26:59 +0200] cupsdReadClient: 16 WAITING Closing on EOF
    D [04/Apr/2010:20:26:59 +0200] cupsdCloseClient: 16
    D [04/Apr/2010:20:26:59 +0200] [CGI] Regular expression "[a-z]+://"
    D [04/Apr/2010:20:26:59 +0200] PID 5696 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
    D [04/Apr/2010:20:26:59 +0200] cupsdWriteClient: 15 Closing because Keep-Alive disabled
    D [04/Apr/2010:20:26:59 +0200] cupsdCloseClient: 15
    D [04/Apr/2010:20:26:59 +0200] cupsdSetBusyState: Not busy
    D [04/Apr/2010:20:27:28 +0200] cupsdReadClient: 20 WAITING Closing on EOF
    D [04/Apr/2010:20:27:28 +0200] cupsdCloseClient: 20
    D [04/Apr/2010:20:27:57 +0200] cupsdAcceptClient: 12 from localhost (Domain)
    D [04/Apr/2010:20:27:57 +0200] Report: clients=1
    D [04/Apr/2010:20:27:57 +0200] Report: jobs=0
    D [04/Apr/2010:20:27:57 +0200] Report: jobs-active=0
    D [04/Apr/2010:20:27:57 +0200] Report: printers=0
    D [04/Apr/2010:20:27:57 +0200] Report: printers-implicit=0
    D [04/Apr/2010:20:27:57 +0200] Report: stringpool-string-count=124
    D [04/Apr/2010:20:27:57 +0200] Report: stringpool-alloc-bytes=3904
    D [04/Apr/2010:20:27:57 +0200] Report: stringpool-total-bytes=2960
    D [04/Apr/2010:20:27:57 +0200] cupsdReadClient: 12 POST / HTTP/1.1
    D [04/Apr/2010:20:27:57 +0200] cupsdSetBusyState: Active clients
    D [04/Apr/2010:20:27:57 +0200] cupsdAuthorize: No authentication data provided.
    D [04/Apr/2010:20:27:57 +0200] cupsdReadClient: 12 1.1 Get-Notifications 1
    D [04/Apr/2010:20:27:57 +0200] Get-Notifications /
    D [04/Apr/2010:20:27:57 +0200] cupsdIsAuthorized: requesting-user-name="rufusd"
    D [04/Apr/2010:20:27:57 +0200] Returning IPP successful-ok for Get-Notifications (/) from localhost
    D [04/Apr/2010:20:27:57 +0200] cupsdSetBusyState: Not busy
    D [04/Apr/2010:20:27:57 +0200] cupsdReadClient: 12 WAITING Closing on EOF
    D [04/Apr/2010:20:27:57 +0200] cupsdCloseClient: 12
    D [04/Apr/2010:20:28:57 +0200] cupsdAcceptClient: 12 from localhost (Domain)
    D [04/Apr/2010:20:28:57 +0200] Report: clients=1
    D [04/Apr/2010:20:28:57 +0200] Report: jobs=0
    D [04/Apr/2010:20:28:57 +0200] Report: jobs-active=0
    D [04/Apr/2010:20:28:57 +0200] Report: printers=0
    D [04/Apr/2010:20:28:57 +0200] Report: printers-implicit=0
    D [04/Apr/2010:20:28:57 +0200] Report: stringpool-string-count=124
    D [04/Apr/2010:20:28:57 +0200] Report: stringpool-alloc-bytes=3904
    D [04/Apr/2010:20:28:57 +0200] Report: stringpool-total-bytes=2960
    D [04/Apr/2010:20:28:57 +0200] cupsdReadClient: 12 POST / HTTP/1.1
    D [04/Apr/2010:20:28:57 +0200] cupsdSetBusyState: Active clients
    D [04/Apr/2010:20:28:57 +0200] cupsdAuthorize: No authentication data provided.
    D [04/Apr/2010:20:28:57 +0200] cupsdReadClient: 12 1.1 Get-Notifications 1
    D [04/Apr/2010:20:28:57 +0200] Get-Notifications /
    D [04/Apr/2010:20:28:57 +0200] cupsdIsAuthorized: requesting-user-name="rufusd"
    D [04/Apr/2010:20:28:57 +0200] Returning IPP successful-ok for Get-Notifications (/) from localhost
    D [04/Apr/2010:20:28:57 +0200] cupsdSetBusyState: Not busy
    D [04/Apr/2010:20:28:57 +0200] cupsdReadClient: 12 WAITING Closing on EOF
    D [04/Apr/2010:20:28:57 +0200] cupsdCloseClient: 12
    D [04/Apr/2010:20:29:57 +0200] cupsdAcceptClient: 12 from localhost (Domain)
    D [04/Apr/2010:20:29:57 +0200] Report: clients=1
    D [04/Apr/2010:20:29:57 +0200] Report: jobs=0
    D [04/Apr/2010:20:29:57 +0200] Report: jobs-active=0
    D [04/Apr/2010:20:29:57 +0200] Report: printers=0
    D [04/Apr/2010:20:29:57 +0200] Report: printers-implicit=0
    D [04/Apr/2010:20:29:57 +0200] Report: stringpool-string-count=124
    D [04/Apr/2010:20:29:57 +0200] Report: stringpool-alloc-bytes=3904
    D [04/Apr/2010:20:29:57 +0200] Report: stringpool-total-bytes=2960
    D [04/Apr/2010:20:29:57 +0200] cupsdReadClient: 12 POST / HTTP/1.1
    D [04/Apr/2010:20:29:57 +0200] cupsdSetBusyState: Active clients
    D [04/Apr/2010:20:29:57 +0200] cupsdAuthorize: No authentication data provided.
    D [04/Apr/2010:20:29:57 +0200] cupsdReadClient: 12 1.1 Get-Notifications 1
    D [04/Apr/2010:20:29:57 +0200] Get-Notifications /
    D [04/Apr/2010:20:29:57 +0200] cupsdIsAuthorized: requesting-user-name="rufusd"
    D [04/Apr/2010:20:29:57 +0200] Returning IPP successful-ok for Get-Notifications (/) from localhost
    D [04/Apr/2010:20:29:57 +0200] cupsdSetBusyState: Not busy
    D [04/Apr/2010:20:29:57 +0200] cupsdReadClient: 12 WAITING Closing on EOF
    D [04/Apr/2010:20:29:57 +0200] cupsdCloseClient: 12
    repeating the last 19 lines every minute. I don't get why it is "requesting-user-name=rufusd", when I log in to localhost:631/admin as root with root's password. Regarding the device you spoke about: when I allow usblp to be loaded, /dev/usblp1 gets created. I assume this is what you are talking about. It's a link to /dev/usb/lp1, the latter of which features permissions of crw-rw---- root:lp. My user is not a member of group lp, I just realize... Is there any advise as to which groups are useful for a single-user desktop PC? Until now, my user is only member of network and <username>

  • Elitebook 8570w hot to the touch, can't find fan sensor data

    Hi, I am having issues with a HP Elitebook 8570w and its functioning. When using a lot of the cpu the heat builds up to the point that it can get slightly painful to the touch on the left side. This includes the left most keys of the keyboard. The fan itself is nearly silent and there is barely any airflow through the exhaust. But can be heard to be moving. The laptop itself is inclinded and the fan doesn't look blocked when inspected through the service latch. The only physical block I can imagine is with the side exhaust but I can't examine that without taking apart the entire thing. So I am trying to diagnose the situation. However I have not been able to find any way of monitoring the fan speeds and utilisation. (SpeedFan and its ilk appear to be unable to find a fan) Do I need to go into the bios for this? As I'd rather not send it in just for a software issue.  But with temperatures around 90-120 degrees celcius I'd really like to do something about this.

    MY suggestion would be to send the unit for service if it is under warranty and get it fixed. If the unit is not under warranty then please check the vents and clean it since i belive it should be blocked . I am a HP Employee. The comments made reflects only my idea/knowledge and not HP. Please click on Kudos Icon on left hand side if i have answered your question.

  • HT1527 Whenever I try to redeem a card or access my account I get a message "connection manager invoke failed to find service connection url".  I reset my password, logged out and tried logging back in, same message.  How do I solve this issue?

    Whenever I try to log in to my account or redeem gift cards, I get a message saying "Connection Manager Invoke Failed to find a service connection url".  I changed my password, logged out and the same thing keeps happening.  Does anyone have a solution for this?

    Hello,
    Try to go to the settings on your phone... Settings > Store > Click your Apple ID: And sign out from your account, then sign in again .... This solved the problem for me on my iPhone 4s

  • Fingerprint reader not working in IE and saying failed to connect to sensor

    Hi all,
    I bought a Qosmio x500 10t a couple of months back. For the first couple of weeks i had no probs using the fingerprint reader to log in to windows and to log in to websites in Internet exploer.
    All of a sudden it would not work on any website stored. The green banner showed accross the top of site and asked to swipe finger but nothing happened when I swiped. I rebooted and it worked again but not for long before failing. This time a reboot didnt work so i deleted my finger prints and websites and started from scratch. That worked for a couple of attempts before probs started again. And on trying to get into Fingerprint utility it says failure to connect to sensor. So, I did a system restore. It worked for a couple of times again and then same probs. So I found the updated utility software, uninstalled the old and put on the new. Same again, worked for a couple of times then failed.
    I could not find anything stuck in the registry but to be on the safe side i did a full system clean back to factory setup using backup discs. Hey presto i thought it had worked. Everything going ok for first 24hrs and then same problems start to occur. Only this time it is also prompting me to enroll fingerprints even though i already have. And when i try to get into the utilioty it says failed to read sensor again.
    The fingerprint log on to windows always works as long as i dont close the fingerprint utility down before shutting down. If i do exit the utilty i cant reopen it as it just says failed to connect to sensor. And then i have to unistall and reinstall the utility software. Aty the moment it occasionally works on websites stored but most of the time it doesnt do anything.
    Please help. Do I need to send laptop back to Toshiba??

    Hi,
    *I got a solution* for the problem that the fingerprint sensor "suddenly" does not work any more.
    When starting the Toshiba Fingerprint Utility, it says "failed to connect to fingerprint sensor".
    Is it possible that just before it stopped working there was a new firewall installed, or firewall settings had been changed?
    *In my case, the problem was solved by changing my firewall settings* (Windows 7 Firewall Control) to ALLOW all traffic for
    the Authentec Fingerprint Sensor Service (AFSS). It is the file "AtService.exe" in C:\Program files
    The reason is simple:
    The Toshiba Fingerprint utility communicates with the fingerprint sensor service via TCP/IP.
    Therefore, any firewall that blocks traffic on the local computer will block the communication.
    *After changing my firewall settings, fingerprint sensor works* on my R700 flawlessly now.

  • Error message when trying to sign in with iTunes: ConnectionManager::invoke::failed to find service connection url.

    I recently signed out of itunes on my imac and when i tried to sign back in i get the error message: ConnectionManager::invoke::failed to find service connection url. If i try again i get another box asking if i've forgotten my password. But my password is definitely right as i just used to it make an account on this support page. Any simple ways of fixing this?

    Just to test the simple things first, did you try to sign in using another credential?
    If only yours fails, then is a RIM issue, otherwise is indeed your Playbook failure.
    --- Catalonia, next state in Europe ----
    Use the "solved" or "Like" icons if my answer helped you.
    BES10 administrator for several customers.
    "SMPTE Calculator" timecode APP developer for BB10

  • TS1424 Message saying...Connection Manager invoke failed to find service connection URL why?

    When I go to sign in it iTunes a message comes up stating:  Connection Manager::invoke::Failed to find service connection url.  Does anyone know what this means and how to fix this issue?

    Check over on the right side of the thread here under More Like This. Look for one that has a green checkmark which means it is answered. I have read of this however, I do not know how to solve it. It seems as though it is one particular carrier this happens to.

  • ODC: ERROR PKIX path building failed: to find valid certification path

    Hi to all,
    some one has experienced the error: PKIX path building failed: to find valid certification path to request target.... on the ODC while trying to connect
    we solved temporally adding the ssl to the java virtual machine, is there a path in the odc to set the ssl ?
    ODC 10.350
    Thanks!

    If you are trying to connect to UCM via SSL , Please check below note
    ODC - Errors Attempting to Connect to UCM Configured Through SSL (Doc ID 793137.1)

  • Create MasterDetail together - JBO-25030: Failed to find ...owning entity

    Hi All,
    (ADF Faces + BC, jdev 10.1.3 su 5)
    I have a master-detail data entry in one page. The requirement is when I press Create button, I want to create both Master & Detail (composition) rows together.
    Master-Detail has association. Master PK is sequence, detail FK is Number.
    So I code my backing beans :
    public String createMaster_action() {
    BindingContainer bindings = getBindings();
    OperationBinding operationBinding =
    bindings.getOperationBinding("Create");
    Object result = operationBinding.execute();
    if (!operationBinding.getErrors().isEmpty()) {
    return null;
    else
    createDetail();
    return null;
    I get this error :
    1. JBO-29000: Unexpected exception caught: oracle.jbo.InvalidOwnerException, msg=JBO-25030: Failed to find or invalidate owning entity: detail entity SalesorderD, row key oracle.jbo.Key[-5 ].
    2. JBO-25030: Failed to find or invalidate owning entity: detail entity SalesorderD, row key oracle.jbo.Key[-5 ].
    How to solve this problem ?
    Thank you for your help,
    xtanto

    Hi xtanto,
    Perhaps you need to use "CreateInsert" instead of "Create" to create the master record. You can change this simply by editing the pagedef, double-click the "create" binding, and change it to "CreateInsert"
    Hope this helps,
    John

  • No valid credentials provided: Failed to find any Kerberos Ticket

    I'm running a java routine on a Windows 2000 workstation and trying to use JAAS to authenticate against a RedHat based kerberos server. When I do a login I get the following debug information:
    Debug is true storeKey true useTicketCache false useKeyTab false doNotPrompt false ticketCache is null KeyTab is null principal is null tryFirstPass is false useFirstPass is false storePass is false clearPass is false
              [Krb5LoginModule] user entered username: drrobison/admin
    principal is drrobison/[email protected]
    Added server's keyKerberos Principal drrobison/[email protected] Version 0key EncryptionKey: keyType=1 keyBytes (hex dump)=
    0000: 76 9B 32 9D 02 AB 23 4C
              [Krb5LoginModule] added Krb5Principal drrobison/[email protected] to Subject
    Commit Succeeded
    When I print out the returned subject I get
    Subject:
         Principal: drrobison/[email protected]
         Private Credential: Ticket (hex) =
    Client Principal = drrobison/[email protected]
    Server Principal = krbtgt/[email protected]
    Session Key = EncryptionKey: keyType=1 keyBytes (hex dump)=
    0000: 4F A7 BA 6D B0 E5 E5 6D
    Forwardable Ticket true
    Forwarded Ticket false
    Proxiable Ticket true
    Proxy Ticket false
    Postdated Ticket false
    Renewable Ticket false
    Initial Ticket false
    Auth Time = Mon Nov 25 17:16:35 EST 2002
    Start Time = Mon Nov 25 17:16:35 EST 2002
    End Time = Tue Nov 26 03:16:35 EST 2002
    Renew Till = Null
    Client Addresses Null
         Private Credential: Kerberos Principal drrobison/[email protected] Version 0key EncryptionKey: keyType=1 keyBytes (hex dump)=
    0000: 76 9B 32 9D 02 AB 23 4C
    THen when I try to use the GSSManager.createCredential I get the following error:
    GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos Ticket)
         at sun.security.jgss.krb5.Krb5InitCredential.getInstance(Krb5InitCredential.java:142)
         at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:70)
         at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:149)
    GSSException No valid credentials provided (Mechanism level: Failed to find any Kerberos Ticket): No valid credentials provided: Failed to find any Kerberos Ticket
         at sun.security.jgss.GSSCredentialImpl.add(GSSCredentialImpl.java:334)
         at sun.security.jgss.GSSCredentialImpl.<init>(GSSCredentialImpl.java:44)
         at sun.security.jgss.GSSManagerImpl.createCredential(GSSManagerImpl.java:102)
         at com.orci.OpenTMS.CctvGUI.SimpleNTSCApp.<init>(SimpleNTSCApp.java:115)
         at com.orci.OpenTMS.CctvGUI.SimpleNTSCApp.main(SimpleNTSCApp.java:227)
    Any ideas what the problem might be?
    Many thanks in advance...

    Hi ,
    I hope first that you solved your problem.
    In fact I'm using Tomcat on Windows 2000 and I try to get tickets for a Kerberos V installation on a Linux Box, using a Krb5LoginModule.
    To do so , I would like to know how do you tell your windows box where to find the destination realm (in your case OPENROADSCONSULTING.COM) .
    If it is in the jaas.config file , could you send yours to me please
    Thanx by advance
    Yann

  • Connection manager invoke failed to find service ,what is this

    connection manager ::invoke::failed to find service...what is this

    Check over on the right side of the thread here under More Like This. Look for one that has a green checkmark which means it is answered. I have read of this however, I do not know how to solve it. It seems as though it is one particular carrier this happens to.

  • HT5622 connection manager invoke failed to find service connection url

    fixed this: CONNECTION MANAGER INVOKE FAILED TO FIND SERVICE CONNECTION URL

    Okay, so I had the same problem with logging in with this error message: "itunes connection manager invoke failed to find service connection url"
    I had this problem that I did not see immediately:
    - unpaid app from App Store,
    - and unpaid music file from a Itunes Store
    and I solved it by doing the following:
    I logged out of itunes store
    I logged out of App store
    I logged in online here in the support section
    I logged back into App store
    Updated my payment details (changing credit card helped...)
    Logged back into iTunes store, accepted back payment for outstanding app and music file
    It now logs back in.

  • HT204266 connection manager invoke failed to find service connection url

    Why does the following only show on my iPad and not iPhone 5
    connection manager invoke failed to find service connection url

    Okay, so I had the same problem with logging in with this error message: "itunes connection manager invoke failed to find service connection url"
    I had this problem that I did not see immediately:
    - unpaid app from App Store,
    - and unpaid music file from a Itunes Store
    and I solved it by doing the following:
    I logged out of itunes store
    I logged out of App store
    I logged in online here in the support section
    I logged back into App store
    Updated my payment details (changing credit card helped...)
    Logged back into iTunes store, accepted back payment for outstanding app and music file
    It now logs back in.

  • HT201304 Connection manager :invoke:failed to find service

    I can't download anything.  This screen comes up after I put in my password
    Connection manger :: invoke :: failed to find service URL

    Check over on the right side of the thread here under More Like This. Look for one that has a green checkmark which means it is answered. I have read of this however, I do not know how to solve it. It seems as though it is one particular carrier this happens to.

  • ConnectionManager::invoke::Failed to find service connection url. Error

    When I try to download something from app store I write my email and my password , but when i click on accept, appears this error: ConnectionManager::invoke::Failed to find service connection url.
    How can i solve this problem? Thanks!

    I had exact same error.....
    Rebooting - Failed
    Logging in to iTunes - Failed
    Logging into itunes Store - Failed
    Logging into iTunes Genius - SUCCESS    I woulnd't have thought it would make a difference but it does Then just log into the 'other' services with iTunes.
    Good luck!

Maybe you are looking for

  • Inserting RFC Response to Tracking table using JDBC as a receiver

    Hi All I want to update my tracking table with the RFC response but the problem is I cant figure out he Target structure on my JDBC. Every time when testing on my http://xxxxxx:50000/mdt/channelmonitorservlet I get nothing on the  "Processing Details

  • Function Module Extractor with Delta

    I'm very new to working with the BW, so I hope I'm explaining my question in a way that makes sense. I need to make a BW extractor that pulls data from at least one table, possibly more, and which also calculates some data. I think the only way I can

  • Problem viewing PDF File in JSP

    Hi, I have the file location of a PDF saved in the database. If I modify the PDF file on my directory and then try to view it in my browser, it still shows the old file .. (I do not modify the pdf file name) However, when I close my browser and reope

  • Can you toggle open/close javascript:ColdFusion.navigate?

    I'm looking for a way to toggle open/close a table row within a search query.  I have a table of results and a link to more detailed information. I would like that page to stay within the current page.  I have the ColdFusion.navigate working correctl

  • Indesign CS6   File Open Fail

    I just upgraded to Mountain Lion OSX 10.8  about 2 weeks ago and was running Indesign CS5.5 fine before the update. Started to get program crashing issues before I even updated the OS, then after, I upgraded to CS6 and now am getting crashes everytim