LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-03-2010, 05:04 PM   #1
Karl Godt
Member
 
Registered: Mar 2010
Location: Kiel , Germany
Distribution: once:SuSE6.2,Debian3.1, aurox9.2+3,Mandrake?,DSL? then:W7st,WVHB, #!8.10.02,PUPPY4.3.1 now:Macpup
Posts: 314

Rep: Reputation: 45
3xMacpup_Fopxy3 installed full not frugal - fsck mv many to /l+f - 2x Cups O.K.


G' evening !

I have a funny issue at one partition (ext2 -j (ext3)):

Both other partitions are repaired (ext2,ext4).
Cups and internet are working there (also together) .

On the ext3 I have internet (being on it right now) but cups (1.1.23) does not show up at the browser (firefox 3.5.5) :
http://www.localhost.com:631/admin[/url]
Firefox can't establish a connection to the server at www.localhost.com:631[/url].

While not connected to the internet [url]http://(www).localhost.com:631/admin shows up, also all other tabs (jobs,classes,printer,add printer et cetera) .

The PRINTER ICON does show the opposite output-mouth : while stopped it is red at upper right corner, but the printer's mouth is opened and also colored red , while started it is green at upper right corner but the mouth is closed (without being colored (white)) .

I'm not able to print the test page or to do other printjobs from the editor (geany 0.18) either connected to internet or offline .
I deleted the class (es) and printer (s), added new ones: I switched the USB ports, rebooted.

After searching here I did following at rxvt :

Code:
Script started on Tue 03 Aug 2010 09:28:16 PM Universal
# ps -e | grep cups

 3223 ?        00:00:04 cupsd

 5549 ?        00:00:00 cups_shell

# /etc/init.d/cups status

cups: scheduler is running.

# cat /etc/hosts

127.0.0.1 localhost puppypc

192.168.1.1 pc2

192.168.1.2 pc3

192.168.1.3 pc4

# netstat -tunva

Active Internet connections (servers and established)

Proto Recv-Q Send-Q Local Address           Foreign Address         State      

tcp        0      0 0.0.0.0:631             0.0.0.0:*               LISTEN      

tcp        0      0 127.0.0.1:631           127.0.0.1:50192         ESTABLISHED 

tcp        1      0 127.0.0.1:50190         127.0.0.1:631           CLOSE_WAIT  

tcp        0      0 127.0.0.1:50192         127.0.0.1:631           ESTABLISHED 

tcp        1      0 127.0.0.1:50187         127.0.0.1:631           CLOSE_WAIT  

udp        0      0 0.0.0.0:631             0.0.0.0:*                           

# iptables -nvL

Chain INPUT (policy ACCEPT 0 packets, 0 bytes)

 pkts bytes target     prot opt in     out     source               destination         



Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)

 pkts bytes target     prot opt in     out     source               destination         



Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)

 pkts bytes target     prot opt in     out     source               destination
And this is from /var/log/cups/error_log:
Code:
I [03/Aug/2010:16:17:15 +0000] Printer 'Epson' stopped by ''.
I [03/Aug/2010:16:17:26 +0000] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=13906)
I [03/Aug/2010:16:17:28 +0000] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=13928)
I [03/Aug/2010:16:17:28 +0000] Printer 'Epson' deleted by ''.
I [03/Aug/2010:16:17:28 +0000] Saving printers.conf...
I [03/Aug/2010:16:17:32 +0000] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=13962)
I [03/Aug/2010:16:17:36 +0000] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=13996)
I [03/Aug/2010:16:17:54 +0000] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=14132)
I [03/Aug/2010:16:18:14 +0000] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=14298)
I [03/Aug/2010:16:18:21 +0000] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=14362)
I [03/Aug/2010:16:18:37 +0000] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=14465)
I [03/Aug/2010:16:18:37 +0000] Setting EPSON device-uri to "usb://EPSON/Epson%20Stylus%20SX410" (was "file:/dev/null".)
I [03/Aug/2010:16:18:37 +0000] Setting EPSON printer-is-accepting-jobs to 1 (was 0.)
I [03/Aug/2010:16:18:37 +0000] Setting EPSON printer-state to 3 (was 5.)
I [03/Aug/2010:16:18:37 +0000] Saving printers.conf...
I [03/Aug/2010:16:18:37 +0000] New printer 'EPSON' added by ''.
I [03/Aug/2010:16:18:47 +0000] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=14562)
I [03/Aug/2010:16:18:52 +0000] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=14597)
I [03/Aug/2010:16:18:52 +0000] Adding start banner page "none" to job 1.
I [03/Aug/2010:16:18:52 +0000] Adding end banner page "none" to job 1.
I [03/Aug/2010:16:18:52 +0000] Job 1 queued on 'EPSON' by ''.
E [03/Aug/2010:16:18:52 +0000] Unable to convert file 0 to printable format for job 1!
I [03/Aug/2010:16:18:52 +0000] Hint: Do you have ESP Ghostscript installed?
I [03/Aug/2010:16:18:52 +0000] Hint: Try setting the LogLevel to "debug".
I [03/Aug/2010:16:19:27 +0000] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=14864)
I [03/Aug/2010:16:19:32 +0000] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=14928)
I [03/Aug/2010:16:19:42 +0000] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=14995)
I [03/Aug/2010:16:19:49 +0000] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=15062)
I [03/Aug/2010:16:19:55 +0000] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=15099)
I [03/Aug/2010:16:19:55 +0000] Saving printers.conf...
I [03/Aug/2010:16:19:55 +0000] Saving classes.conf...
I [03/Aug/2010:16:19:55 +0000] Default destination set to 'EPSON' by ''.
I [03/Aug/2010:16:20:01 +0000] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=15163)
I [03/Aug/2010:16:20:06 +0000] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=15197)
I [03/Aug/2010:16:20:06 +0000] Adding start banner page "none" to job 2.
I [03/Aug/2010:16:20:06 +0000] Adding end banner page "none" to job 2.
I [03/Aug/2010:16:20:06 +0000] Job 2 queued on 'EPSON' by ''.
E [03/Aug/2010:16:20:06 +0000] Unable to convert file 0 to printable format for job 2!
I [03/Aug/2010:16:20:06 +0000] Hint: Do you have ESP Ghostscript installed?
I [03/Aug/2010:16:20:06 +0000] Hint: Try setting the LogLevel to "debug".
I [03/Aug/2010:16:20:20 +0000] Started "/usr/lib/cups/cgi-bin/classes.cgi" (pid=15300)
I [03/Aug/2010:16:52:37 +0000] Adding start banner page "none" to job 3.
I [03/Aug/2010:16:52:37 +0000] Adding end banner page "none" to job 3.
I [03/Aug/2010:16:52:37 +0000] Job 3 queued on 'EPSON' by 'root'.
E [03/Aug/2010:16:52:37 +0000] Unable to convert file 0 to printable format for job 3!
I [03/Aug/2010:16:52:37 +0000] Hint: Do you have ESP Ghostscript installed?
I [03/Aug/2010:16:52:37 +0000] Hint: Try setting the LogLevel to "debug".
/var/log/messages :
Code:
Aug  3 20:06:16 (none) user.info kernel: Adding 546200k swap on /dev/sda4.  Priority:-1 extents:1 across:546200k 
Aug  3 20:06:16 (none) user.info kernel: hub 1-0:1.0: USB hub found
Aug  3 20:06:16 (none) user.info kernel: hub 1-0:1.0: 3 ports detected
Aug  3 20:06:16 (none) user.info kernel: Adding 1726976k swap on /dev/sdb2.  Priority:-2 extents:1 across:1726976k 
Aug  3 20:06:16 (none) user.info kernel: Intel ICH 0000:00:02.7: found PCI INT C -> IRQ 11
Aug  3 20:06:16 (none) user.info kernel: usb 1-1: new full speed USB device using ohci_hcd and address 2
Aug  3 20:06:16 (none) user.info kernel: intel8x0_measure_ac97_clock: measured 55101 usecs (2650 samples)
Aug  3 20:06:16 (none) user.info kernel: intel8x0: clocking to 48000
Aug  3 20:06:16 (none) user.info kernel: ohci_hcd 0000:00:02.3: found PCI INT A -> IRQ 11
Aug  3 20:06:16 (none) user.info kernel: ohci_hcd 0000:00:02.3: OHCI Host Controller
Aug  3 20:06:16 (none) user.info kernel: ohci_hcd 0000:00:02.3: new USB bus registered, assigned bus number 2
Aug  3 20:06:16 (none) user.info kernel: ohci_hcd 0000:00:02.3: irq 11, io mem 0xcffff000
Aug  3 20:06:16 (none) user.info kernel: usb usb2: configuration #1 chosen from 1 choice
Aug  3 20:06:16 (none) user.info kernel: hub 2-0:1.0: USB hub found
Aug  3 20:06:16 (none) user.info kernel: hub 2-0:1.0: 3 ports detected
Aug  3 20:06:16 (none) user.info kernel: usb 1-1: configuration #1 chosen from 1 choice
Aug  3 20:06:16 (none) user.info kernel: hub 1-1:1.0: USB hub found
Aug  3 20:06:16 (none) user.info kernel: hub 1-1:1.0: 4 ports detected
Aug  3 20:06:17 (none) user.info kernel: usb 2-1: new full speed USB device using ohci_hcd and address 2
Aug  3 20:06:17 (none) user.info kernel: usb 2-1: configuration #1 chosen from 1 choice
Aug  3 20:06:17 (none) user.info kernel: usb 1-1.2: new low speed USB device using ohci_hcd and address 3
Aug  3 20:06:17 (none) user.info kernel: usb 1-1.2: configuration #1 chosen from 1 choice
Aug  3 20:06:17 (none) user.info kernel: usb 1-1.4: new full speed USB device using ohci_hcd and address 4
Aug  3 20:06:17 (none) user.info kernel: usb 1-1.4: configuration #1 chosen from 1 choice
Aug  3 20:06:18 (none) user.info kernel: usblp0: USB Bidirectional printer dev 2 if 1 alt 0 proto 2 vid 0x04B8 pid 0x0851
Aug  3 20:06:18 (none) user.info kernel: usbcore: registered new interface driver usblp
Aug  3 20:06:19 (none) user.info kernel: Initializing USB Mass Storage driver...
Aug  3 20:06:19 (none) user.info kernel: scsi2 : SCSI emulation for USB Mass Storage devices
Aug  3 20:06:19 (none) user.info kernel: usbcore: registered new interface driver hiddev
Aug  3 20:06:19 (none) user.debug kernel: usb-storage: device found at 2
Aug  3 20:06:19 (none) user.debug kernel: usb-storage: waiting for device to settle before scanning
Aug  3 20:06:19 (none) user.warn kernel: usb-storage: probe of 1-1.4:1.3 failed with error -1
Aug  3 20:06:19 (none) user.warn kernel: usb-storage: probe of 1-1.4:1.4 failed with error -1
Aug  3 20:06:19 (none) user.info kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:02.2/usb1/1-1/1-1.2/1-1.2:1.0/input/input3
Aug  3 20:06:19 (none) user.info kernel: usbcore: registered new interface driver usb-storage
Aug  3 20:06:19 (none) user.info kernel: USB Mass Storage support registered.
Aug  3 20:06:19 (none) user.info kernel: generic-usb 0003:046D:C51B.0001: input: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:02.2-1.2/input0
Aug  3 20:06:19 (none) user.info kernel: generic-usb 0003:046D:C51B.0002: hiddev96: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:02.2-1.2/input1
Aug  3 20:06:19 (none) user.info kernel: usbcore: registered new interface driver usbhid
Aug  3 20:06:19 (none) user.info kernel: usbhid: v2.6:USB HID core driver
Aug  3 20:06:20 (none) user.info kernel: usbcore: registered new interface driver usbserial
Aug  3 20:06:20 (none) user.info kernel: USB Serial support registered for generic
Aug  3 20:06:20 (none) user.info kernel: usbcore: registered new interface driver usbserial_generic
Aug  3 20:06:20 (none) user.info kernel: usbserial: USB Serial Driver core
Aug  3 20:06:20 (none) user.info kernel: USB Serial support registered for GSM modem (1-port)
Aug  3 20:06:20 (none) user.info kernel: option 1-1.4:1.0: GSM modem (1-port) converter detected
Aug  3 20:06:20 (none) user.info kernel: usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB0
Aug  3 20:06:20 (none) user.info kernel: option 1-1.4:1.1: GSM modem (1-port) converter detected
Aug  3 20:06:20 (none) user.info kernel: usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB1
Aug  3 20:06:20 (none) user.info kernel: option 1-1.4:1.2: GSM modem (1-port) converter detected
Aug  3 20:06:20 (none) user.info kernel: usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB2
Aug  3 20:06:20 (none) user.info kernel: usbcore: registered new interface driver option
Aug  3 20:06:20 (none) user.info kernel: option: v0.7.2:USB Driver for GSM modems
Aug  3 20:06:21 (none) daemon.err udevd-event[2994]: delete_path: rmdir(/dev/.udev/names/ttyUSB1) failed: Not a directory
Aug  3 20:06:21 (none) daemon.err udevd-event[3000]: delete_path: rmdir(/dev/.udev/names/ttyUSB2) failed: Not a directory
Aug  3 20:06:23 (none) auth.info login[3073]: root login on 'tty1'
Aug  3 20:06:24 (none) user.notice kernel: scsi 2:0:0:0: Direct-Access     EPSON    Stylus Storage   1.00 PQ: 0 ANSI: 2
Aug  3 20:06:24 (none) user.debug kernel: usb-storage: device scan complete
Aug  3 20:06:24 (none) user.notice kernel: sd 2:0:0:0: [sdd] Attached SCSI removable disk
Aug  3 20:06:33 (none) user.info kernel: IT8705 SuperIO detected.
Aug  3 20:06:33 (none) user.info kernel: parport_pc 00:0d: reported by Plug and Play BIOS
Aug  3 20:06:33 (none) user.info kernel: parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
Aug  3 20:06:33 (none) user.info kernel: lp0: using parport0 (interrupt-driven).
Aug  3 20:06:33 (none) user.info kernel: lp0: console ready
Aug  3 20:11:58 (none) user.err kernel: option: option_instat_callback: error -62
Aug  3 20:11:58 (none) user.info kernel: usb 1-1.4: USB disconnect, address 4
Aug  3 20:11:58 (none) user.err kernel: option: option_instat_callback: error -108
Aug  3 20:11:58 (none) user.info kernel: option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
Aug  3 20:11:58 (none) user.info kernel: option 1-1.4:1.0: device disconnected
Aug  3 20:11:58 (none) user.info kernel: option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
Aug  3 20:11:58 (none) user.info kernel: option 1-1.4:1.1: device disconnected
Aug  3 20:11:58 (none) user.info kernel: option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
Aug  3 20:11:58 (none) daemon.err udevd-event[7091]: delete_path: rmdir(/dev/.udev/names/ttyUSB1) failed: Not a directory
Aug  3 20:11:58 (none) user.info kernel: option 1-1.4:1.2: device disconnected
Aug  3 20:11:58 (none) daemon.err udevd-event[7111]: delete_path: rmdir(/dev/.udev/names/ttyUSB2) failed: Not a directory
Aug  3 20:12:05 (none) user.info kernel: usb 1-1.4: new full speed USB device using ohci_hcd and address 5
Aug  3 20:12:05 (none) user.info kernel: usb 1-1.4: configuration #1 chosen from 1 choice
Aug  3 20:12:05 (none) user.warn kernel: usb-storage: probe of 1-1.4:1.0 failed with error -1
Aug  3 20:12:06 (none) daemon.err udevd-event[7229]: delete_path: rmdir(/dev/.udev/names/usbdev1.5) failed: Not a directory
Aug  3 20:12:06 (none) daemon.err udevd-event[7233]: delete_path: rmdir(/dev/.udev/names/usbdev1.5_ep00) failed: Not a directory
Aug  3 20:12:06 (none) user.info kernel: usb 1-1.4: USB disconnect, address 5
Aug  3 20:12:06 (none) daemon.err udevd-event[7240]: delete_path: rmdir(/dev/.udev/names/usbdev1.5_ep00) failed: Not a directory
Aug  3 20:12:06 (none) daemon.err udevd-event[7248]: delete_path: rmdir(/dev/.udev/names/usbdev1.5) failed: Not a directory
Aug  3 20:12:06 (none) daemon.err udevd-event[7271]: delete_path: rmdir(/dev/.udev/names/usbdev1.5_ep81) failed: Not a directory
Aug  3 20:12:06 (none) daemon.err udevd-event[7273]: delete_path: rmdir(/dev/.udev/names/usbdev1.5_ep01) failed: Not a directory
Aug  3 20:12:06 (none) daemon.err udevd-event[7275]: delete_path: rmdir(/dev/.udev/names/usbdev1.5_ep81) failed: Not a directory
Aug  3 20:12:06 (none) daemon.err udevd-event[7277]: delete_path: rmdir(/dev/.udev/names/usbdev1.5_ep01) failed: Not a directory
Aug  3 20:12:12 (none) user.info kernel: usb 1-1.4: new full speed USB device using ohci_hcd and address 6
Aug  3 20:12:12 (none) user.info kernel: usb 1-1.4: configuration #1 chosen from 1 choice
Aug  3 20:12:17 (none) user.info kernel: option 1-1.4:1.0: GSM modem (1-port) converter detected
Aug  3 20:12:17 (none) user.info kernel: usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB0
Aug  3 20:12:17 (none) user.info kernel: option 1-1.4:1.1: GSM modem (1-port) converter detected
Aug  3 20:12:17 (none) user.info kernel: usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB1
Aug  3 20:12:17 (none) user.info kernel: option 1-1.4:1.2: GSM modem (1-port) converter detected
Aug  3 20:12:17 (none) user.info kernel: usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB2
Aug  3 20:12:17 (none) user.warn kernel: usb-storage: probe of 1-1.4:1.3 failed with error -1
Aug  3 20:12:17 (none) user.warn kernel: usb-storage: probe of 1-1.4:1.4 failed with error -1
Aug  3 20:15:50 (none) user.info kernel: PPP generic driver version 2.4.2
Aug  3 20:15:50 (none) daemon.err udevd-event[9367]: delete_path: rmdir(/dev/.udev/names/ppp) failed: Not a directory
Aug  3 20:15:50 (none) daemon.notice pppd[9352]: pppd 2.4.5 started by root, uid 0
Aug  3 20:15:50 (none) daemon.debug pppd[9352]: using channel 1
Aug  3 20:15:50 (none) daemon.info pppd[9352]: Using interface ppp0
Aug  3 20:15:50 (none) daemon.notice pppd[9352]: Connect: ppp0 <--> /dev/ttyUSB0
Aug  3 20:15:50 (none) daemon.warn pppd[9352]: Warning - secret file /etc/ppp/pap-secrets has world and/or group access
Aug  3 20:15:50 (none) daemon.debug pppd[9352]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xfcac818> <pcomp> <accomp>]
Aug  3 20:15:50 (none) daemon.debug pppd[9352]: rcvd [LCP ConfReq id=0x0 <asyncmap 0x0> <auth chap MD5> <magic 0xa8a721> <pcomp> <accomp>]
Aug  3 20:15:50 (none) daemon.debug pppd[9352]: sent [LCP ConfAck id=0x0 <asyncmap 0x0> <auth chap MD5> <magic 0xa8a721> <pcomp> <accomp>]
Aug  3 20:15:50 (none) daemon.debug pppd[9352]: rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0xfcac818> <pcomp> <accomp>]
Aug  3 20:15:50 (none) daemon.debug pppd[9352]: rcvd [LCP DiscReq id=0x1 magic=0xa8a721]
Aug  3 20:15:50 (none) daemon.debug pppd[9352]: rcvd [CHAP Challenge id=0x1 <daa8e65136aa57feae41682dcc1db017>, name = "UMTS_CHAP_SRVR"]
Aug  3 20:15:50 (none) daemon.warn pppd[9352]: Warning - secret file /etc/ppp/chap-secrets has world and/or group access
Aug  3 20:15:50 (none) daemon.debug pppd[9352]: sent [CHAP Response id=0x1 <7b928d4e3f5fd107e4101103a424b847>, name = "MYUSERNAME"]
Aug  3 20:15:50 (none) daemon.debug pppd[9352]: rcvd [CHAP Success id=0x1 ""]
Aug  3 20:15:50 (none) daemon.info pppd[9352]: CHAP authentication succeeded
Aug  3 20:15:50 (none) daemon.notice pppd[9352]: CHAP authentication succeeded
Aug  3 20:15:50 (none) user.info kernel: PPP BSD Compression module registered
Aug  3 20:15:50 (none) daemon.debug pppd[9352]: sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
Aug  3 20:15:50 (none) daemon.debug pppd[9352]: sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
Aug  3 20:15:50 (none) user.info kernel: PPP Deflate Compression module registered
Aug  3 20:15:50 (none) daemon.debug pppd[9352]: rcvd [LCP ProtRej id=0x2 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15 03 2f]
Aug  3 20:15:50 (none) daemon.debug pppd[9352]: Protocol-Reject for 'Compression Control Protocol' (0x80fd) received
Aug  3 20:15:51 (none) daemon.debug pppd[9352]: rcvd [IPCP ConfNak id=0x1 <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
20 resembling lines :
Code:
Aug  3 20:16:12 (none) daemon.debug pppd[9352]: sent [IPCP ConfReq id=0x17 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14>]
Aug  3 20:16:13 (none) daemon.debug pppd[9352]: rcvd [IPCP ConfNak id=0x17 <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
and the last lines :
Code:
Aug  3 20:16:14 (none) daemon.debug pppd[9352]: sent [IPCP ConfReq id=0x19 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14>]
Aug  3 20:16:15 (none) daemon.debug pppd[9352]: rcvd [IPCP ConfNak id=0x19 <ms-dns1 10.11.12.13> <ms-dns2 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
Aug  3 20:16:15 (none) daemon.debug pppd[9352]: sent [IPCP ConfReq id=0x1a <compress VJ 0f 01> <addr 0.0.0.0>]
Aug  3 20:16:16 (none) daemon.debug pppd[9352]: rcvd [IPCP ConfReq id=0x0]
Aug  3 20:16:16 (none) daemon.debug pppd[9352]: sent [IPCP ConfNak id=0x0 <addr 0.0.0.0>]
Aug  3 20:16:16 (none) daemon.debug pppd[9352]: rcvd [IPCP ConfRej id=0x1a <compress VJ 0f 01>]
Aug  3 20:16:16 (none) daemon.debug pppd[9352]: sent [IPCP ConfReq id=0x1b <addr 0.0.0.0>]
Aug  3 20:16:16 (none) daemon.debug pppd[9352]: rcvd [IPCP ConfReq id=0x1]
Aug  3 20:16:16 (none) daemon.debug pppd[9352]: sent [IPCP ConfAck id=0x1]
Aug  3 20:16:16 (none) daemon.debug pppd[9352]: rcvd [IPCP ConfNak id=0x1b <addr 109.40.73.63>]
Aug  3 20:16:16 (none) daemon.debug pppd[9352]: sent [IPCP ConfReq id=0x1c <addr 109.40.73.63>]
Aug  3 20:16:16 (none) daemon.debug pppd[9352]: rcvd [IPCP ConfAck id=0x1c <addr 109.40.73.63>]
Aug  3 20:16:16 (none) daemon.warn pppd[9352]: Could not determine remote IP address: defaulting to 10.64.64.64
Aug  3 20:16:16 (none) daemon.notice pppd[9352]: local  IP address 109.40.73.63
Aug  3 20:16:16 (none) daemon.notice pppd[9352]: remote IP address 10.64.64.64
Aug  3 21:34:38 (none) user.info kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
ps -elF :
Code:
# ps -elF
F S UID        PID  PPID  C PRI  NI ADDR SZ WCHAN    RSS PSR STIME TTY          TIME CMD
4 S root      5549  3379  0  81   1 -   668 -       1364   0 20:09 ?        00:00:00 /bin/sh /usr/sbin/cups_shell
0 S root      5551  5549  0  81   1 -  4164 -       6752   0 20:09 ?        00:00:00 gtkdialog2 --stdin
0 S root      5585  5551  0  81   1 -   662 -       1396   0 20:09 ?        00:00:00 /bin/sh /usr/bin/firefox http://localhost:631/
0 S root      5598  5585  0  81   1 -   673 -       1440   0 20:09 ?        00:00:00 /bin/sh /lib/firefox/run-mozilla.sh /lib/firefox/firefox-bin http://localhost:631/
4 S root      5602  5598 11  81   1 - 85476 -      185560  0 20:09 ?        00:23:16 /lib/firefox/firefox-bin http://localhost:631/
4 S root      6523  3379  0  81   1 -   692 -       1540   0 20:11 ?        00:00:00 /bin/bash /usr/sbin/pupdial
0 S root      9316  6523  0  81   1 -  1239 -       1560   0 20:15 ?        00:00:00 wvdial isp1 pin isp1apn wireless
0 S root      9348  6523  0  81   1 -  3104 -       7076   0 20:15 ?        00:00:04 Xdialog --center --wmclass pupdial --backtitle NOTICE: If the log shows a failure t
4 S root      9352  9316  0  81   1 -   589 -        972   0 20:15 ttyUSB0  00:00:00 /usr/sbin/pppd 460800 modem crtscts defaultroute usehostname -detach call wvdial us
0 S root     19698  3379  0  81   1 -  3333 -       7184   0 21:45 ?        00:00:00 vte -c script -a /root/DIV/LOGS/vteDIR/vte
What is this that makes the printer icon opposite or firefox refusing to connect to localhost ? /lost+found and /*/**///*cups* had haved changed a lot of filetypes (600+ at a cups-working partition) or claimed multiple inodes but on this it had been only 160+ )

It is no password problem I think because there hadn't been any password before and a #/$ - issue shouldn't it be either (*Puppy* is # by default); but I am not 50.01% (100%) sure .

Thank you very much for giving me some hints to look for !

Karl

lbnl: [url] I did for putting out this ""link"" localhost .
 
Old 08-04-2010, 04:56 PM   #2
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,101
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Just a Hint. I am not printer proficient. Hope it Helps.

http://www.google.com/cse?cx=0159956...D%3A0&siteurl=
 
Old 08-05-2010, 08:29 AM   #3
Karl Godt
Member
 
Registered: Mar 2010
Location: Kiel , Germany
Distribution: once:SuSE6.2,Debian3.1, aurox9.2+3,Mandrake?,DSL? then:W7st,WVHB, #!8.10.02,PUPPY4.3.1 now:Macpup
Posts: 314

Original Poster
Rep: Reputation: 45
Thanks rokytnij for the link !

I also found out that there is a Printer section at

http://murga-linux.com/puppy/index.p...9621cbdd095fab

Will take me a while to read some of it .

I also found out about the Printer icon mouth that it is confusingly the default ...
It printed with closed mouth ... perhaps they did so to show more red color ...

about gs :
Code:
# gs --help
ESP Ghostscript 8.15.2 (2006-04-19)
Copyright (C) 2004 artofcode LLC, Benicia, CA.  All rights reserved.
Usage: gs [switches] [file1.ps file2.ps ...]
Most frequently used switches: (you can use # in place of =)
 -dNOPAUSE           no pause after page   | -q       `quiet', fewer messages
 -g<width>x<height>  page size in pixels   | -r<res>  pixels/inch resolution
 -sDEVICE=<devname>  select device         | -dBATCH  exit after last file
 -sOutputFile=<file> select output file: - for stdout, |command for pipe,
                                         embed %d or %ld for page #
Input formats: PostScript PostScriptLevel1 PostScriptLevel2 PostScriptLevel3 PDF
Default output device: display
Available devices:
   alc1900 alc2000 alc4000 alc4100 alc8500 alc8600 alc9100 ap3250 appledmp
   atx23 atx24 atx38 bbox bit bitcmyk bitrgb bj10e bj10v bj10vh bj200 bjc600
   bjc800 bjc880j bjccmyk bjccolor bjcgray bjcmono bmp16 bmp16m bmp256
   bmp32b bmpa16 bmpa16m bmpa256 bmpa32b bmpamono bmpasep1 bmpasep8 bmpgray
   bmpmono bmpsep1 bmpsep8 ccr cdeskjet cdj1600 cdj500 cdj550 cdj670 cdj850
   cdj880 cdj890 cdj970 cdjcolor cdjmono cfax cgm24 cgm8 cgmmono chp2200 cif
   cljet5 cljet5c cljet5pr coslw2p coslwxl cp50 cups declj250 deskjet
   devicen dfaxhigh dfaxlow display dj505j djet500 djet500c dl2100 dnj650c
   epl2050 epl2050p epl2120 epl2500 epl2750 epl5800 epl5900 epl6100 epl6200
   eps9high eps9mid epson epsonc epswrite escp escpage faxg3 faxg32d faxg4
   fmlbp fmpr fs600 gdi hl1240 hl1250 hl7x0 hpdj1120c hpdj310 hpdj320
   hpdj340 hpdj400 hpdj500 hpdj500c hpdj510 hpdj520 hpdj540 hpdj550c
   hpdj560c hpdj600 hpdj660c hpdj670c hpdj680c hpdj690c hpdj850c hpdj855c
   hpdj870c hpdj890c hpdjplus hpdjportable ibmpro ijs imagen inferno iwhi
   iwlo iwlq jetp3852 jj100 jpeg jpeggray la50 la70 la75 la75plus laserjet
   lbp310 lbp320 lbp8 lex2050 lex3200 lex5700 lex7000 lips2p lips3 lips4
   lips4v lj250 lj3100sw lj4dith lj4dithp lj5gray lj5mono ljet2p ljet3
   ljet3d ljet4 ljet4d ljet4pjl ljetplus ln03 lp1800 lp1900 lp2000 lp2200
   lp2400 lp2500 lp2563 lp3000c lp7500 lp7700 lp7900 lp8000 lp8000c lp8100
   lp8200c lp8300c lp8300f lp8400f lp8500c lp8600 lp8600f lp8700 lp8800c
   lp8900 lp9000b lp9000c lp9100 lp9200b lp9200c lp9300 lp9400 lp9500c
   lp9600 lp9600s lp9800c lps4500 lps6500 lq850 lx5000 lxm3200 lxm5700m
   m8510 mag16 mag256 md1xMono md2k md50Eco md50Mono md5k mgr4 mgr8 mgrgray2
   mgrgray4 mgrgray8 mgrmono miff24 mj500c mj6000c mj700v2c mj8000c ml600
   necp6 npdl nullpage oce9050 oki182 oki4w okiibm omni oprp opvp paintjet
   pam pbm pbmraw pcl3 pcx16 pcx24b pcx256 pcx2up pcxcmyk pcxgray pcxmono
   pdfwrite pgm pgmraw pgnm pgnmraw photoex picty180 pj pjetxl pjxl pjxl300
   pkm pkmraw pksm pksmraw plan9bm png16 png16 png16m png16m png256 png256
   pngalpha pngalpha pnggray pnggray pngmono pngmono pnm pnmraw ppm ppmraw
   pr1000 pr1000_4 pr150 pr201 psdcmyk psdrgb psgray psmono psrgb pswrite
   pxlcolor pxlmono r4081 rpdl samsunggdi sgirgb sj48 spotcmyk st800 stcolor
   sunhmono t4693d2 t4693d4 t4693d8 tek4696 tiff12nc tiff24nc tiffcrle
   tiffg3 tiffg32d tiffg4 tifflzw tiffpack uniprint x11 x11alpha x11cmyk
   x11cmyk2 x11cmyk4 x11cmyk8 x11gray2 x11gray4 x11mono x11rg16x x11rg32x
   xcf xes
Search path:
   . : /usr/share/ghostscript/8.15/lib :
   /usr/share/ghostscript/8.15/Resource : /usr/share/ghostscript/fonts :
   /usr/share/fonts/default/ghostscript : /usr/share/fonts/default/Type1 :
   /usr/share/fonts/default/TrueType : /usr/lib/DPS/outline/base :
   /usr/openwin/lib/X11/fonts/Type1 : /usr/openwin/lib/X11/fonts/TrueType
For more information, see /usr/share/ghostscript/8.15/doc/Use.htm.
Report bugs to bug-gs@ghostscript.com, using the form in Bug-form.htm.
Code:
# gs
ESP Ghostscript 815.02 (2006-04-19)
Copyright (C) 2004 artofcode LLC, Benicia, CA.  All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
GS>
I also did setup firewall now to see what would/could happen :
rxvt -e firewallinstallshell
Code:
etc/rc.d/rc.firewall start

-> Projectfiles.com Linux Firewall version 2.0rc9 running.
-> Performing sanity checks...... [ PASSED ]
-> Building firewall.... [ DONE ]
-> Successfully secured the following addresses: 109.44.109.226.

                         *** Installation Complete ***

The firewall is now RUNNING on your system.  The firewall initialization
script has been installed here: /etc/rc.d/rc.firewall
and will run each time you boot your system.  Advanced users can modify their
firewall configuration by configuring the above file with any text editor.
After making changes you will need to run the rc.firewall script again for
changes to take effect.

For more information, please visit:   http://projectfiles.com/firewall/

Firewall install script finished.
Press ENTER key to quit:
I did 127.0.0.0 127.0.0.1 10.64.64.64 bypassed and allowed only for ssh. Hopefully I do not needed to "127.0.0.0 .... ...."
 
Old 08-05-2010, 10:19 AM   #4
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,101
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Below is a Ghostscript 8.7 pet (latest version maybe?) for 4.31 Puppy Version which MacPup Foxy 3 is based on if you want to check it out. Like I said. I don't do any printing (I just pack Linux around when riding my Motorcyles) but I run Puppy Also so know the basics and yep, Luv that Puppy runs as root (quicker)



http://www.murga-linux.com/puppy/vie...358119a6908bf5

Last edited by rokytnji; 08-05-2010 at 10:22 AM.
 
Old 08-06-2010, 01:37 AM   #5
Karl Godt
Member
 
Registered: Mar 2010
Location: Kiel , Germany
Distribution: once:SuSE6.2,Debian3.1, aurox9.2+3,Mandrake?,DSL? then:W7st,WVHB, #!8.10.02,PUPPY4.3.1 now:Macpup
Posts: 314

Original Poster
Rep: Reputation: 45
Just want to update that one repaired partition started to trouble a little bit :
While bootup it showed usb 1 2 3 4 5 and this is not a really good sign. I got it after freezes because of too little RAM, CPU or HD-Speed: usb 1 ... 15 ( had to modprobe the driver for the mouse ohci_hcd ). Normally usb at boot screen ( try add debug after vga=normal ) should be empty.

At the cups "web" interface today morning I was greeted with client-error-not-found .

The work-around so far is to delete the printer at the cups web interface at firefox at the end of the session, reboot, disconnect all other usb and have powered on the printer before choosing the partition at grub boot menu.

Then run
4601 2824 root S N 2672 1% 0 0% /bin/sh /usr/sbin/cups_shell

( the printer wizard ( Main Menu > Applications > System > CUPS manage printing ) )
Choose Install new Printer, wait a little for building up the data base and add new Printer at Manage Printers at the -e firefox .

This worked without printing the test page .
But yesterday geany did not print first, only after choosing preview .
And today it looks like it is stepped :
Today it did not want to print all 23 pages at once but 1-7 , not 8-14 but 8-9 , 10-15 , 16-21 , 22-23 .

The next document was 31 pages and geany printed all in one rush .

AND further it looks like there are 10+ more drivers running at the non-cups-working partition .. parport_pc for example.
I tried to blacklist and rmmod but without success so far ( BootManager exited errorcode 1 - I guess it did not save ).

AND
is there an ""auto-completion"" that adds "www." to firefox at the main entry line ? I tried to find it at Edit > Preferences but could not figure out until now.
 
Old 08-09-2010, 05:07 PM   #6
Karl Godt
Member
 
Registered: Mar 2010
Location: Kiel , Germany
Distribution: once:SuSE6.2,Debian3.1, aurox9.2+3,Mandrake?,DSL? then:W7st,WVHB, #!8.10.02,PUPPY4.3.1 now:Macpup
Posts: 314

Original Poster
Rep: Reputation: 45
Looks like I've repaired the non-working CUPS-partition:

I ran Macpup live, copied all / that I thought would be helpfull to sdb1, rebooted, `mv`ed /etc/cups to /etc/messed/ , copied /mnt/sdb1/etc/cups to /etc , ran the setupwizard , added new printer and it printed the test-page .
It might be related to a missing /mnt/sda2/etc/cups/ppd/CUPS-PDF.ppd file ( (ghostscript) driver ) .
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Difference between "frugal" and "full" installations of Puppy? gray53 Linux - Newbie 2 07-31-2009 02:31 PM
how to tell if i have a frugal or full install lxquestions000019 Puppy 3 06-07-2009 07:47 PM
simple DSL setup on low power? frugal or full gychang DamnSmallLinux 4 02-03-2009 02:37 PM
updating from CUPS 1.1.9 to CUPS 1.2.10 conflicts with programs not installed. Nahmus Linux - Software 4 04-20-2007 11:23 AM
Does anyone actually have 9.2 full installed? Is it any good?! cubeman Mandriva 8 10-22-2003 03:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 07:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration