PDA

View Full Version : [ubuntu] 8.04 server edition


Trickdoctor
June 24th, 2008, 01:28 AM
I am trying to get my server set up but I think I may have run into a problem with my computer being hooked up to my Belkin router. also I am trying to figure out if this is a web based server or a comp based server. My intentions are to have a computer at my house as the server that my friends and I can get into while we are traveling or out of town. If someone out there could help me out a bit that would be wonderful. Thanks in advance

larka06
June 24th, 2008, 01:46 AM
I am trying to get my server set up but I think I may have run into a problem with my computer being hooked up to my Belkin router. also I am trying to figure out if this is a web based server or a comp based server. My intentions are to have a computer at my house as the server that my friends and I can get into while we are traveling or out of town. If someone out there could help me out a bit that would be wonderful. Thanks in advance

You need to give more information on what you are trying to do. Also what is a web based server?

windependence
June 24th, 2008, 02:53 AM
Judging from your comments I think you have a bit of a learning curve ahead of you.

Your port 80 on your router needs to be forwarded to your server's IP address.

Also, in order to serve the web you will need to install a webserver on the box, and get it set up for what you wnat to do. It won't just "work" out of the box.

-Tim

Trickdoctor
June 24th, 2008, 01:51 PM
I understand that this is just not going to work out the box, and yes I do have a bit of learning on my path to freedom. I have searched alot of blogs and I have not found anything that could help me out to set up a server on my computer with a router, it seems as if everything is set up for the server to be plugged into the source. Just a overview for those of you who have commented, I used to be really big into computers then I branched off into the cable install side and now am trying to get back into computers. I hate windows and now am learning linux

I am not stressing the fact that I want this done like right now, I am just asking for any tips or pointers while I get to learn first the GUI and then CLI. but the server for ubuntu has gotten me stuck.

chuck jessup
June 24th, 2008, 02:56 PM
I had an issue thike this, my dsl modem was getting in the way and blocking any out side users (even on the network) from viewing the webserver. But I use att dsl and it took a bit of setup... try double checking that the router is forwarding the proper ports to the correct addresses, and if you see an issue you may have to fix the addresses, that would be the logical answer... since I am not wholy sure how to tell you to bypass the modems firewall(which was what I had to do) I will leave that you someone who knows for absolute sure that they know what they are doing.

Best Reguards

cariboo907
June 24th, 2008, 04:29 PM
I don't know what make of router you are using, but both my Linksys and SMC have dmz's. Before doing this I would check with your ISP and what their policy is regarding servers.

There is no gui for server administration. Have a look at a web based administration suite like Webmin or Ebox.

JIm

hyper_ch
June 24th, 2008, 04:40 PM
what do you mean by "getting into"? Just up/downloading files from it or actually run a webserver?

Trickdoctor
June 27th, 2008, 05:00 PM
Sorry for the late reply, I had a trip to take for a couple of days. I have a Belkin router, as far as my ISP I have comcast and not very happy about it. I would like to run a server from my house so as to be able to access the information on it from where ever I may be, as well as my friends can also access the server. A thank you goes out to cariboo907 for letting me know that there is no GUI to run a server with. Sorry if this post does not make much sence, I have alot of things on my mind, If anyone has anything that may be able to help me that would be cool. Thanks

Trickdoctor
June 27th, 2008, 05:02 PM
what do you mean by "getting into"? Just up/downloading files from it or actually run a webserver?

so I can run a server, I am working on getting my CCNA and then CCNP and the best thing that helps me learn alot of stuff is to surround myself with it, else I get bored. Everyone has to start from somewhere

hyper_ch
June 28th, 2008, 01:54 AM
but how do you want to access your "server"?

Chayak
June 28th, 2008, 02:16 AM
so I can run a server, I am working on getting my CCNA and then CCNP and the best thing that helps me learn alot of stuff is to surround myself with it, else I get bored. Everyone has to start from somewhere

If you're working on cisco certs then more options open up for you. What I would suggest on that level is to pick up a base ASA 5505 and use the VPN server functionality to remote into your network and access your server from there. With that you could even run a regular desktop with VNC enabled.

You could on the cheap set up a Vyatta router and set it up as a VPN server as well.

It's just a good practice as well to VPN back to a trusted network when your traveling or at public access points.

Trickdoctor
June 28th, 2008, 12:17 PM
but how do you want to access your "server"?

pretty much I would like to access it like a FTP server. set up usernames and passwords for the people that I would like to have access to it as well.

Trickdoctor
June 28th, 2008, 09:20 PM
but how do you want to access your "server"?

By FTP

Lapp-Same
June 28th, 2008, 09:38 PM
By FTP

The beginners way to do it is to

1. first install Ubuntu-Server / Ubuntu-Desktop
-if you install ubuntu-server and want gui sudo apt-get install ubuntu-desktop then you would get the normal ubuntu desktop machine with server kernel

2. install filezilla/proftp/ or the FTP- program you want, that's diffrent from program to program soo you can read about it when you choice the FTP-server program

3. In FTP you are using the port 21 so we have to open it upp in you're router soo you probertly know how to accses it, soo then you can look for a place to enable the port 21 or FTP passtrought if its not are there you can see if you can open ports somewhere and open the port 21 or the best choice use the DMZ function where you just type the ip-adress on you're server machine and the router passtrought all the incomin requests to that ip-adress


Something else just ask :)

windependence
June 28th, 2008, 10:12 PM
If you're working on cisco certs then more options open up for you. What I would suggest on that level is to pick up a base ASA 5505 and use the VPN server functionality to remote into your network and access your server from there. With that you could even run a regular desktop with VNC enabled.

You could on the cheap set up a Vyatta router and set it up as a VPN server as well.

It's just a good practice as well to VPN back to a trusted network when your traveling or at public access points.

Yeah you can pick up those 5505s real cheap on eBay because a lot of people use them just for practice for the exam.

-Tim

Trickdoctor
June 29th, 2008, 06:56 PM
The beginners way to do it is to

1. first install Ubuntu-Server / Ubuntu-Desktop
-if you install ubuntu-server and want gui sudo apt-get install ubuntu-desktop then you would get the normal ubuntu desktop machine with server kernel

2. install filezilla/proftp/ or the FTP- program you want, that's diffrent from program to program soo you can read about it when you choice the FTP-server program

3. In FTP you are using the port 21 so we have to open it upp in you're router soo you probertly know how to accses it, soo then you can look for a place to enable the port 21 or FTP passtrought if its not are there you can see if you can open ports somewhere and open the port 21 or the best choice use the DMZ function where you just type the ip-adress on you're server machine and the router passtrought all the incomin requests to that ip-adress


Something else just ask :)


I would assume that I need to have a static IP address for my Computer for the FTP program correct? If so then I have a prob of not being able to change it to static IP, for some reason it does not save..

nvm about the static IP i think I may have gotten that one working

hyper_ch
June 30th, 2008, 02:12 AM
a gui is not needed on a server

and for setting up ftp, have a look here: http://www.howtoforge.com

Trickdoctor
July 4th, 2008, 11:01 PM
Thanks a bunch to everyone that helped me out on this!!

Trickdoctor
July 4th, 2008, 11:33 PM
I am not sure what

[ 27.847180] usb 1-3: device descriptor read/64, error -62
means but I cannot find anything about it on the web, I have searched alot of blogs to see what I could find and still no dice.

I am thinking that it is because of the webcam that I have hooked up to my system, although its not working anyhow. this is what it shows when I type dmesg | more into a terminal

[ 26.562741] sata_nv 0000:00:07.0: Using ADMA mode
[ 26.562779] PCI: Setting latency timer of device 0000:00:07.0 to 64
[ 26.564020] scsi2 : sata_nv
[ 26.564234] scsi3 : sata_nv
[ 26.564384] ata3: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xcc00 irq 20
[ 26.564387] ata4: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xcc08 irq 20
[ 26.888369] ata3: SATA link down (SStatus 0 SControl 300)
[ 26.908341] usb 1-3: new full speed USB device using ohci_hcd and address 2
[ 27.088117] usb 1-3: device descriptor read/64, error -62
[ 27.377765] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 27.377843] usb 1-3: device descriptor read/64, error -62
[ 27.414802] ata4.00: ATA-8: WDC WD10EACS-00ZJB0, 01.01B01, max UDMA/133
[ 27.414805] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 27.448186] ata4.00: configured for UDMA/133
[ 27.448286] scsi 3:0:0:0: Direct-Access ATA WDC WD10EACS-00Z 01.0 PQ
: 0 ANSI: 5
[ 27.448293] ata4: bounce limit 0xFFFFFFFFFFFFFFFF, segment boundary 0xFFFFFFF
F, hw segs 61
[ 27.448738] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 23
[ 27.448742] ACPI: PCI Interrupt 0000:00:08.0[A] -> Link [APSJ] -> GSI 23 (lev
el, low) -> IRQ 16
[ 27.448746] sata_nv 0000:00:08.0: Using ADMA mode
[ 27.448786] PCI: Setting latency timer of device 0000:00:08.0 to 64
[ 27.449159] scsi4 : sata_nv
[ 27.449294] scsi5 : sata_nv
[ 27.449426] ata5: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xb800 irq 16
[ 27.449429] ata6: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xb808 irq 16
[ 27.667391] usb 1-3: new full speed USB device using ohci_hcd and address 3
[ 27.777254] ata5: SATA link down (SStatus 0 SControl 300)
[ 27.847180] usb 1-3: device descriptor read/64, error -62
[ 28.106841] ata6: SATA link down (SStatus 0 SControl 300)
[ 28.120938] Driver 'sr' needs updating - please use bus_type methods
[ 28.127182] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda
tray
[ 28.127188] Uniform CD-ROM driver Revision: 3.20
[ 28.127223] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 28.127848] Driver 'sd' needs updating - please use bus_type methods
[ 28.133079] sd 3:0:0:0: [sda] 1953525168 512-byte hardware sectors (1000205 M
B)
[ 28.133093] sd 3:0:0:0: [sda] Write Protect is off
[ 28.133095] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 28.133110] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, does
n't support DPO or FUA
[ 28.133154] sd 3:0:0:0: [sda] 1953525168 512-byte hardware sectors (1000205 M
B)
[ 28.133162] sd 3:0:0:0: [sda] Write Protect is off
[ 28.133165] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 28.133178] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, does
n't support DPO or FUA
[ 28.133182] sda:<5>sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 28.133881] sd 3:0:0:0: Attached scsi generic sg1 type 0
[ 28.136851] usb 1-3: device descriptor read/64, error -62
[ 28.140123] sda1 sda2 < sda5 >
[ 28.162549] sd 3:0:0:0: [sda] Attached SCSI disk
[ 28.383895] Attempting manual resume
[ 28.383899] swsusp: Resume From Partition 8:5
[ 28.383900] PM: Checking swsusp image.
[ 28.384060] PM: Resume from disk failed.
[ 28.390209] swsusp: Marking nosave pages: 000000000009f000 - 0000000000100000
[ 28.390216] swsusp: Basic memory bitmaps created
[ 28.414076] swsusp: Basic memory bitmaps freed
[ 28.426876] usb 1-3: new full speed USB device using ohci_hcd and address 4
[ 28.437647] EXT3-fs: INFO: recovery required on readonly filesystem.
[ 28.437653] EXT3-fs: write access will be enabled during recovery.
[ 28.845948] usb 1-3: device not accepting address 4, error -62
[ 29.025697] usb 1-3: new full speed USB device using ohci_hcd and address 5
[ 29.164072] kjournald starting. Commit interval 5 seconds
[ 29.164087] EXT3-fs: sda1: orphan cleanup on readonly fs
[ 29.164092] ext3_orphan_cleanup: deleting unreferenced inode 27239929
[ 29.164128] ext3_orphan_cleanup: deleting unreferenced inode 7675914
[ 29.164135] EXT3-fs: sda1: 2 orphan inodes deleted
[ 29.164137] EXT3-fs: recovery complete.
[ 29.169064] EXT3-fs: mounted filesystem with ordered data mode.
[ 29.445171] usb 1-3: device not accepting address 5, error -62
[ 29.784751] usb 1-4: new low speed USB device using ohci_hcd and address 6
[ 30.016530] usb 1-4: configuration #1 chosen from 1 choice
[ 30.354024] usb 1-8: new full speed USB device using ohci_hcd and address 7
[ 30.584810] usb 1-8: configuration #1 chosen from 1 choice
[ 36.073792] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 36.117990] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 37.116161] i2c-adapter i2c-0: nForce2 SMBus adapter at 0xf800
[ 37.116178] i2c-adapter i2c-1: nForce2 SMBus adapter at 0xf400
[ 37.245523] input: Power Button (FF) as /devices/virtual/input/input2
[ 37.285367] ACPI: Power Button (FF) [PWRF]
[ 37.285444] input: Power Button (CM) as /devices/virtual/input/input3
[ 37.315303] ACPI: Power Button (CM) [PWRB]
[ 38.924777] ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 22
[ 38.924783] ACPI: PCI Interrupt 0000:00:04.0[A] -> Link [APCJ] -> GSI 22 (lev
el, low) -> IRQ 17
[ 38.924804] PCI: Setting latency timer of device 0000:00:04.0 to 64
[ 39.262855] intel8x0_measure_ac97_clock: measured 50720 usecs
[ 39.262860] intel8x0: clocking to 46818
[ 39.932084] input: Logitech USB RECEIVER as /devices/virtual/input/input4
[ 40.001968] lmpcm_usb.c: Detected device: Logitech USB RECEIVER
[ 40.001987] usbcore: registered new interface driver lmpcm_usb
[ 40.001991] /build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/bui
ld-server/misc/lmpcm_usb.c: v0.5.5:USB Logitech MediaPlay Cordless Mouse driver
[ 40.071932] usbcore: registered new interface driver libusual
[ 40.151784] Initializing USB Mass Storage driver...
[ 40.241658] scsi6 : SCSI emulation for USB Mass Storage devices
[ 40.311581] usbcore: registered new interface driver usb-storage
[ 40.311587] USB Mass Storage support registered.
[ 40.311601] usbcore: registered new interface driver hiddev
[ 40.311625] usbcore: registered new interface driver usbhid
[ 40.311627] /build/buildd/linux-2.6.24/drivers/hid/usbhid/hid-core.c: v2.6:US
B HID core driver
[ 40.311661] usb-storage: device found at 7
[ 40.311663] usb-storage: waiting for device to settle before scanning
[ 40.322697] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 40.351550] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 40.451765] e1000: eth1: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex,
Flow Control: RX/TX
[ 40.661215] input: PC Speaker as /devices/platform/pcspkr/input/input5
[ 40.811913] Linux agpgart interface v0.102
[ 40.958562] nvidia: module license 'NVIDIA' taints kernel.
[ 41.463476] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[ 41.463485] ACPI: PCI Interrupt 0000:05:00.0[A] -> Link [APC3] -> GSI 18 (lev
el, low) -> IRQ 21
[ 41.463493] PCI: Setting latency timer of device 0000:05:00.0 to 64
[ 41.463674] NVRM: loading NVIDIA UNIX x86 Kernel Module 169.12 Thu Feb 14 1
7:53:07 PST 2008
[ 41.463708] NVRM: builtin PAT support disabled, falling back to MTRRs.
[ 41.557158] parport_pc 00:0a: reported by Plug and Play ACPI
[ 41.557200] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[ 43.122134] NET: Registered protocol family 10
[ 43.122372] lo: Disabled Privacy Extensions
[ 43.894195] loop: module loaded
[ 43.934236] lp0: using parport0 (interrupt-driven).
[ 44.021867] Adding 9124880k swap on /dev/sda5. Priority:-1 extents:1 across:
9124880k
[ 44.676075] EXT3 FS on sda1, internal journal
[ 45.307183] usb-storage: device scan complete
[ 45.314165] scsi 6:0:0:0: Direct-Access IC USB Storage-CFC 301b PQ
: 0 ANSI: 0 CCS
[ 45.321150] scsi 6:0:0:1: Direct-Access IC USB Storage-SMC 301b PQ
: 0 ANSI: 0 CCS
[ 45.328143] scsi 6:0:0:2: Direct-Access IC USB Storage-MMC 301b PQ
: 0 ANSI: 0 CCS
[ 45.335131] scsi 6:0:0:3: Direct-Access IC USB Storage-MSC 301b PQ
: 0 ANSI: 0 CCS
[ 45.351170] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[ 45.351208] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 45.362150] sd 6:0:0:1: [sdc] Attached SCSI removable disk
[ 45.362188] sd 6:0:0:1: Attached scsi generic sg3 type 0
[ 45.373147] sd 6:0:0:2: [sdd] Attached SCSI removable disk
[ 45.373186] sd 6:0:0:2: Attached scsi generic sg4 type 0
[ 45.384135] sd 6:0:0:3: [sde] Attached SCSI removable disk
[ 45.384173] sd 6:0:0:3: Attached scsi generic sg5 type 0
[ 47.222126] No dock devices found.
[ 47.522424] powernow-k8: Found 1 AMD Athlon(tm) 64 Processor 3200+ processors
(1 cpu cores) (version 2.20.00)
[ 47.522462] powernow-k8: 0 : fid 0xc (2000 MHz), vid 0x6
[ 47.522464] powernow-k8: 1 : fid 0xa (1800 MHz), vid 0x8
[ 47.522467] powernow-k8: 2 : fid 0x2 (1000 MHz), vid 0x12
[ 48.350806] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[ 48.350811] apm: overridden by ACPI.
[ 48.548450] ppdev: user-space parallel port driver
[ 48.746130] audit(1215122468.930:2): type=1503 operation="inode_permission" r
equested_mask="a::" denied_mask="a::" name="/dev/tty" pid=5706 profile="/usr/sbi
n/cupsd" namespace="default"
[ 54.688081] Marking TSC unstable due to: cpufreq changes.
[ 54.698952] Time: acpi_pm clocksource has been installed.
[ 55.887195] eth0: no link during initialization.
[ 55.888365] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 100.764057] Bluetooth: Core ver 2.11
[ 100.767394] NET: Registered protocol family 31
[ 100.767402] Bluetooth: HCI device and connection manager initialized
[ 100.767408] Bluetooth: HCI socket layer initialized
[ 100.812809] Bluetooth: L2CAP ver 2.9
[ 100.812817] Bluetooth: L2CAP socket layer initialized
[ 100.851250] Bluetooth: RFCOMM socket layer initialized
[ 100.851275] Bluetooth: RFCOMM TTY layer initialized
[ 100.851278] Bluetooth: RFCOMM ver 1.8
[ 100.890814] Clocksource tsc unstable (delta = -130001105 ns)
[ 104.249814] eth1: no IPv6 routers present
[ 185.848872] ACPI: PCI interrupt for device 0000:00:0a.0 disabled
[ 186.588079] ACPI: PCI interrupt for device 0000:01:07.0 disabled
[ 188.231872] PM: suspend-to-disk mode set to 'platform'
[ 188.232374] swsusp: Marking nosave pages: 000000000009f000 - 0000000000100000
[ 188.232381] swsusp: Basic memory bitmaps created
[ 188.232382] Syncing filesystems ... done.
[ 188.235109] Freezing user space processes ... (elapsed 0.00 seconds) done.
[ 188.236004] Freezing remaining freezable tasks ... (elapsed 0.00 seconds) don
e.
[ 188.236035] Shrinking memory... done (39727 pages freed)
[ 189.775303] Freed 158908 kbytes in 1.54 seconds (103.18 MB/s)
[ 189.775305] Suspending console(s)
[ 189.775334] lmpcm_usb 1-4:1.0: no suspend for driver lmpcm_usb?
[ 189.983563] sd 3:0:0:0: [sda] Synchronizing SCSI cache
[ 189.983861] ACPI handle has no context!
[ 189.984133] parport_pc 00:0a: disabled
[ 189.984367] serial 00:09: disabled
[ 189.984597] serial 00:08: disabled
[ 189.984609] ACPI handle has no context!
[ 189.984627] NVRM: RmPowerManagement: 3
[ 190.817609] ACPI: PCI interrupt for device 0000:00:08.0 disabled
[ 190.817651] ACPI: PCI interrupt for device 0000:00:07.0 disabled
[ 190.817854] ACPI: PCI interrupt for device 0000:00:04.0 disabled
[ 190.817881] ACPI: PCI interrupt for device 0000:00:02.1 disabled
[ 190.832498] ACPI: PCI interrupt for device 0000:00:02.0 disabled
[ 190.853413] Disabling non-boot CPUs ...
[ 190.853589] swsusp: critical section:
[ 191.056583] swsusp: Need to copy 127350 pages
[ 191.056586] swsusp: Normal pages needed: 23202 + 1024 + 80, available pages:
206070
[ 44.814598] ACPI: Unable to turn cooling device [f7c4f9a8] 'off'
[ 44.830882] PCI: Enabling device 0000:00:02.0 (0000 -> 0002)
[ 44.830887] ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [APCF] -> GSI 23 (lev
el, low) -> IRQ 16
[ 44.830892] PCI: Setting latency timer of device 0000:00:02.0 to 64
[ 44.830897] PM: Writing back config space on device 0000:00:02.0 at offset f
(was 1030100, writing 1030105)
[ 44.830904] PM: Writing back config space on device 0000:00:02.0 at offset 4
(was 0, writing fe02f000)
[ 44.830908] PM: Writing back config space on device 0000:00:02.0 at offset 1
(was b00006, writing b00007)
[ 44.880809] ACPI: PCI Interrupt 0000:00:02.1[B] -> Link [APCL] -> GSI 22 (lev
el, low) -> IRQ 17
[ 44.880813] PCI: Setting latency timer of device 0000:00:02.1 to 64
[ 44.880827] usb usb2: root hub lost power or was reset
[ 44.880833] ehci_hcd 0000:00:02.1: debug port 1
[ 44.880836] PCI: cache line size of 64 is not supported by device 0000:00:02.
1
[ 45.010664] PM: Writing back config space on device 0000:00:04.0 at offset 1
(was b00007, writing b00003)
[ 45.010671] ACPI: PCI Interrupt 0000:00:04.0[A] -> Link [APCJ] -> GSI 22 (lev
el, low) -> IRQ 17
[ 45.010675] PCI: Setting latency timer of device 0000:00:04.0 to 64
[ 45.032657] PM: Writing back config space on device 0000:00:06.0 at offset 1
(was b00001, writing b00005)
[ 45.032665] PCI: Setting latency timer of device 0000:00:06.0 to 64
[ 45.032683] PM: Writing back config space on device 0000:00:07.0 at offset 1
(was b00003, writing b00007)
[ 45.032690] ACPI: PCI Interrupt 0000:00:07.0[A] -> Link [APSI] -> GSI 20 (lev
el, low) -> IRQ 20
[ 45.032694] PCI: Setting latency timer of device 0000:00:07.0 to 64
[ 45.032709] PM: Writing back config space on device 0000:00:08.0 at offset 1
(was b00003, writing b00007)
[ 45.032716] ACPI: PCI Interrupt 0000:00:08.0[A] -> Link [APSJ] -> GSI 23 (lev
el, low) -> IRQ 16
[ 45.032720] PCI: Setting latency timer of device 0000:00:08.0 to 64
[ 45.032730] PM: Writing back config space on device 0000:00:09.0 at offset 7
(was 2280a0a0, writing a280a0a0)
[ 45.032736] PCI: Setting latency timer of device 0000:00:09.0 to 64
[ 45.032745] PM: Writing back config space on device 0000:00:0a.0 at offset 1
(was b00007, writing b80003)
[ 45.032768] PCI: Setting latency timer of device 0000:00:0b.0 to 64
[ 45.032787] PCI: Setting latency timer of device 0000:00:0c.0 to 64
[ 45.032806] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[ 45.032825] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[ 45.032860] PM: Writing back config space on device 0000:01:07.0 at offset 1
(was 2300001, writing 2300003)
[ 45.032889] NVRM: RmPowerManagement: 5
[ 45.408857] serial 00:08: activated
[ 45.409648] serial 00:09: activated
[ 45.410425] parport_pc 00:0a: activated
[ 45.410511] i8042 kbd 00:0b: activation failed
[ 45.512025] usb usb1: root hub lost power or was reset
[ 45.739756] ata3: SATA link down (SStatus 0 SControl 300)
[ 45.739764] ata6: SATA link down (SStatus 0 SControl 300)
[ 45.739771] ata5: SATA link down (SStatus 0 SControl 300)
[ 45.749930] ata1.00: ACPI cmd ef/03:44:00:00:00:a0 filtered out
[ 45.749933] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
[ 45.789657] sd 3:0:0:0: [sda] Starting disk
[ 45.899518] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 45.919572] ata4.00: ACPI cmd ef/03:46:00:00:00:a0 filtered out
[ 45.949613] ata1.00: configured for UDMA/66
[ 45.990421] ata4.00: configured for UDMA/133
[ 45.990458] sd 3:0:0:0: [sda] 1953525168 512-byte hardware sectors (1000205 M
B)
[ 45.990470] sd 3:0:0:0: [sda] Write Protect is off
[ 45.990472] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 45.990489] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, does
n't support DPO or FUA
[ 46.000821] PM: Image restored successfully.
[ 46.064557] Restarting tasks ... done.
[ 46.081264] swsusp: Basic memory bitmaps freed
[ 46.400338] usb 1-3: new full speed USB device using ohci_hcd and address 8
[ 46.588633] usb 1-3: device descriptor read/64, error -62
[ 46.878266] usb 1-3: device descriptor read/64, error -62
[ 46.913921] Intel(R) PRO/1000 Network Driver - version 7.3.20-k2-NAPI
[ 46.913927] Copyright (c) 1999-2006 Intel Corporation.
[ 46.914521] PCI: Enabling device 0000:01:07.0 (0000 -> 0003)
[ 46.914530] ACPI: PCI Interrupt 0000:01:07.0[A] -> Link [APC4] -> GSI 19 (lev
el, low) -> IRQ 19
[ 46.914542] PCI: Setting latency timer of device 0000:01:07.0 to 64
[ 47.180806] e1000: 0000:01:07.0: e1000_probe: (PCI:33MHz:32-bit) 00:0e:0c:83:
cc:1a
[ 47.357715] usb 1-3: new full speed USB device using ohci_hcd and address 9
[ 47.400079] e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
[ 47.409090] udev: renamed network interface eth0 to eth1
[ 47.454328] sd 6:0:0:0: [sdb] READ CAPACITY failed
[ 47.454334] sd 6:0:0:0: [sdb] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
,SUGGEST_OK
[ 47.454338] sd 6:0:0:0: [sdb] Sense not available.
[ 47.455177] sd 6:0:0:3: [sde] READ CAPACITY failed
[ 47.455180] sd 6:0:0:3: [sde] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
,SUGGEST_OK
[ 47.455183] sd 6:0:0:3: [sde] Sense not available.
[ 47.455301] sd 6:0:0:1: [sdc] READ CAPACITY failed
[ 47.455302] sd 6:0:0:1: [sdc] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
,SUGGEST_OK
[ 47.455305] sd 6:0:0:1: [sdc] Sense not available.
[ 47.455998] sd 6:0:0:3: [sde] Write Protect is off
[ 47.456001] sd 6:0:0:3: [sde] Mode Sense: 00 00 00 00
[ 47.456004] sd 6:0:0:3: [sde] Assuming drive cache: write through
[ 47.456082] sd 6:0:0:0: [sdb] Write Protect is off
[ 47.456084] sd 6:0:0:0: [sdb] Mode Sense: 00 00 00 00
[ 47.456086] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 47.456184] sd 6:0:0:1: [sdc] Write Protect is off
[ 47.456186] sd 6:0:0:1: [sdc] Mode Sense: 00 00 00 00
[ 47.456187] sd 6:0:0:1: [sdc] Assuming drive cache: write through
[ 47.456353] sd 6:0:0:2: [sdd] READ CAPACITY failed
[ 47.456354] sd 6:0:0:2: [sdd] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
,SUGGEST_OK
[ 47.456357] sd 6:0:0:2: [sdd] Sense not available.
[ 47.456388] sd 6:0:0:2: [sdd] Write Protect is off
[ 47.456390] sd 6:0:0:2: [sdd] Mode Sense: 00 00 00 00
[ 47.456392] sd 6:0:0:2: [sdd] Assuming drive cache: write through
[ 47.456973] sd 6:0:0:0: [sdb] READ CAPACITY failed
[ 47.456975] sd 6:0:0:0: [sdb] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
,SUGGEST_OK
[ 47.456977] sd 6:0:0:0: [sdb] Sense not available.
[ 47.457005] sd 6:0:0:3: [sde] READ CAPACITY failed
[ 47.457007] sd 6:0:0:3: [sde] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
,SUGGEST_OK
[ 47.457010] sd 6:0:0:3: [sde] Sense not available.
[ 47.457042] sd 6:0:0:1: [sdc] READ CAPACITY failed
[ 47.457044] sd 6:0:0:1: [sdc] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
,SUGGEST_OK
[ 47.457046] sd 6:0:0:1: [sdc] Sense not available.
[ 47.457173] sd 6:0:0:0: [sdb] Write Protect is off
[ 47.457175] sd 6:0:0:0: [sdb] Mode Sense: 00 00 00 00
[ 47.457177] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 47.457307] sd 6:0:0:3: [sde] Write Protect is off
[ 47.457309] sd 6:0:0:3: [sde] Mode Sense: 00 00 00 00
[ 47.457311] sd 6:0:0:3: [sde] Assuming drive cache: write through
[ 47.457387] sd 6:0:0:1: [sdc] Write Protect is off
[ 47.457389] sd 6:0:0:1: [sdc] Mode Sense: 00 00 00 00
[ 47.457391] sd 6:0:0:1: [sdc] Assuming drive cache: write through
[ 47.457654] sd 6:0:0:2: [sdd] READ CAPACITY failed
[ 47.457656] sd 6:0:0:2: [sdd] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
,SUGGEST_OK
[ 47.457659] sd 6:0:0:2: [sdd] Sense not available.
[ 47.457750] sd 6:0:0:2: [sdd] Write Protect is off
[ 47.457752] sd 6:0:0:2: [sdd] Mode Sense: 00 00 00 00
[ 47.457754] sd 6:0:0:2: [sdd] Assuming drive cache: write through
[ 47.490208] sd 6:0:0:0: [sdb] READ CAPACITY failed
[ 47.490214] sd 6:0:0:0: [sdb] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
,SUGGEST_OK
[ 47.490218] sd 6:0:0:0: [sdb] Sense not available.
[ 47.490251] sd 6:0:0:0: [sdb] Write Protect is off
[ 47.490254] sd 6:0:0:0: [sdb] Mode Sense: 00 00 00 00
[ 47.490256] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 47.490451] sd 6:0:0:0: [sdb] READ CAPACITY failed
[ 47.490453] sd 6:0:0:0: [sdb] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
,SUGGEST_OK
[ 47.490456] sd 6:0:0:0: [sdb] Sense not available.
[ 47.490487] sd 6:0:0:0: [sdb] Write Protect is off
[ 47.490489] sd 6:0:0:0: [sdb] Mode Sense: 00 00 00 00
[ 47.490490] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 47.493015] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 47.532772] sd 6:0:0:1: [sdc] READ CAPACITY failed
[ 47.532777] sd 6:0:0:1: [sdc] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
,SUGGEST_OK
[ 47.532781] sd 6:0:0:1: [sdc] Sense not available.
[ 47.533334] sd 6:0:0:1: [sdc] Write Protect is off
[ 47.533338] sd 6:0:0:1: [sdc] Mode Sense: 00 00 00 00
[ 47.533340] sd 6:0:0:1: [sdc] Assuming drive cache: write through
[ 47.533996] sd 6:0:0:1: [sdc] READ CAPACITY failed
[ 47.533999] sd 6:0:0:1: [sdc] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
,SUGGEST_OK
[ 47.534002] sd 6:0:0:1: [sdc] Sense not available.
[ 47.534548] sd 6:0:0:1: [sdc] Write Protect is off
[ 47.534551] sd 6:0:0:1: [sdc] Mode Sense: 00 00 00 00
[ 47.534553] sd 6:0:0:1: [sdc] Assuming drive cache: write through
[ 47.545936] sd 6:0:0:2: [sdd] READ CAPACITY failed
[ 47.545941] sd 6:0:0:2: [sdd] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
,SUGGEST_OK
[ 47.545945] sd 6:0:0:2: [sdd] Sense not available.
[ 47.546491] sd 6:0:0:2: [sdd] Write Protect is off
[ 47.546495] sd 6:0:0:2: [sdd] Mode Sense: 00 00 00 00
[ 47.546497] sd 6:0:0:2: [sdd] Assuming drive cache: write through
[ 47.547147] sd 6:0:0:2: [sdd] READ CAPACITY failed
[ 47.547149] sd 6:0:0:2: [sdd] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
,SUGGEST_OK
[ 47.547152] sd 6:0:0:2: [sdd] Sense not available.
[ 47.547739] usb 1-3: device descriptor read/64, error -62
[ 47.548051] sd 6:0:0:2: [sdd] Write Protect is off
[ 47.548054] sd 6:0:0:2: [sdd] Mode Sense: 00 00 00 00
[ 47.548056] sd 6:0:0:2: [sdd] Assuming drive cache: write through
[ 47.563933] sd 6:0:0:3: [sde] READ CAPACITY failed
[ 47.563940] sd 6:0:0:3: [sde] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
,SUGGEST_OK
[ 47.563943] sd 6:0:0:3: [sde] Sense not available.
[ 47.564496] sd 6:0:0:3: [sde] Write Protect is off
[ 47.564499] sd 6:0:0:3: [sde] Mode Sense: 00 00 00 00
[ 47.564501] sd 6:0:0:3: [sde] Assuming drive cache: write through
[ 47.565156] sd 6:0:0:3: [sde] READ CAPACITY failed
[ 47.565159] sd 6:0:0:3: [sde] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
,SUGGEST_OK
[ 47.565162] sd 6:0:0:3: [sde] Sense not available.
[ 47.565708] sd 6:0:0:3: [sde] Write Protect is off
[ 47.565711] sd 6:0:0:3: [sde] Mode Sense: 00 00 00 00
[ 47.565713] sd 6:0:0:3: [sde] Assuming drive cache: write through
[ 47.639614] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.6
1.
[ 47.639637] ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [APCH] -> GSI 21 (lev
el, low) -> IRQ 18
[ 47.639643] PCI: Setting latency timer of device 0000:00:0a.0 to 64
[ 47.857034] usb 1-3: device descriptor read/64, error -62
[ 48.146662] usb 1-3: new full speed USB device using ohci_hcd and address 10
[ 48.167371] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x5043 @ 1, addr 00:
30:18:c3:3c:14
[ 48.167378] forcedeth 0000:00:0a.0: highdma csum timirq gbit lnktim desc-v3
[ 48.191146] eth0: no link during initialization.
[ 48.192236] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 48.566129] usb 1-3: device not accepting address 10, error -62
[ 48.745894] usb 1-3: new full speed USB device using ohci_hcd and address 11
[ 48.836170] e1000: eth1: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex,
Flow Control: RX/TX
[ 48.838152] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 49.165582] usb 1-3: device not accepting address 11, error -62
[ 49.165652] usb 1-4: USB disconnect, address 6
[ 49.594810] usb 1-4: new low speed USB device using ohci_hcd and address 12
[ 49.825679] usb 1-4: configuration #1 chosen from 1 choice
[ 49.838631] input: Logitech USB RECEIVER as /devices/virtual/input/input6
[ 49.934402] lmpcm_usb.c: Detected device: Logitech USB RECEIVER
[ 49.934470] usb 1-8: USB disconnect, address 7
[ 55.869428] usb 1-8: new full speed USB device using ohci_hcd and address 13
[ 56.121472] usb 1-8: configuration #1 chosen from 1 choice
[ 56.182699] scsi7 : SCSI emulation for USB Mass Storage devices
[ 56.208027] usb-storage: device found at 13
[ 56.208033] usb-storage: waiting for device to settle before scanning
[ 105.039632] eth0: no link during initialization.
[ 105.041456] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 109.163864] usb-storage: device scan complete
[ 109.169549] scsi 7:0:0:0: Direct-Access IC USB Storage-CFC 301b PQ
: 0 ANSI: 0 CCS
[ 109.183673] scsi 7:0:0:1: Direct-Access IC USB Storage-SMC 301b PQ
: 0 ANSI: 0 CCS
[ 109.190554] scsi 7:0:0:2: Direct-Access IC USB Storage-MMC 301b PQ
: 0 ANSI: 0 CCS
[ 109.197551] scsi 7:0:0:3: Direct-Access IC USB Storage-MSC 301b PQ
: 0 ANSI: 0 CCS
[ 109.221625] sd 7:0:0:0: [sdb] Attached SCSI removable disk
[ 109.221698] sd 7:0:0:0: Attached scsi generic sg2 type 0
[ 109.232610] sd 7:0:0:1: [sdc] Attached SCSI removable disk
[ 109.232682] sd 7:0:0:1: Attached scsi generic sg3 type 0
[ 109.243676] sd 7:0:0:2: [sdd] Attached SCSI removable disk
[ 109.243747] sd 7:0:0:2: Attached scsi generic sg4 type 0
[ 109.254598] sd 7:0:0:3: [sde] Attached SCSI removable disk
[ 109.254670] sd 7:0:0:3: Attached scsi generic sg5 type 0
[ 115.348735] eth1: no IPv6 routers present
[15544.940044] Inbound IN=eth1 OUT= MAC=00:0e:0c:83:cc:1a:00:1d:0d:8b:56:f6:08:0
0 SRC=192.168.2.3 DST=192.168.2.4 LEN=124 TOS=0x00 PREC=0x00 TTL=64 ID=28873 PRO
TO=UDP SPT=50416 DPT=53852 LEN=104
[15544.940272] Inbound IN=eth1 OUT= MAC=00:0e:0c:83:cc:1a:00:1d:0d:29:8f:3c:08:0
0 SRC=192.168.2.5 DST=192.168.2.4 LEN=124 TOS=0x00 PREC=0x00 TTL=64 ID=35093 PRO
TO=UDP SPT=49852 DPT=53852 LEN=104
[15545.433319] Inbound IN=eth1 OUT= MAC=00:0e:0c:83:cc:1a:00:1d:0d:8b:56:f6:08:0
0 SRC=192.168.2.3 DST=192.168.2.4 LEN=124 TOS=0x00 PREC=0x00 TTL=64 ID=6327 PROT
O=UDP SPT=50416 DPT=53852 LEN=104
[15545.437566] Inbound IN=eth1 OUT= MAC=00:0e:0c:83:cc:1a:00:1d:0d:29:8f:3c:08:0
0 SRC=192.168.2.5 DST=192.168.2.4 LEN=124 TOS=0x00 PREC=0x00 TTL=64 ID=60379 PRO
TO=UDP SPT=49852 DPT=53852 LEN=104
[15545.935828] Inbound IN=eth1 OUT= MAC=00:0e:0c:83:cc:1a:00:1d:0d:8b:56:f6:08:0
0 SRC=192.168.2.3 DST=192.168.2.4 LEN=124 TOS=0x00 PREC=0x00 TTL=64 ID=4799 PROT
O=UDP SPT=50416 DPT=53852 LEN=104
[15545.946069] Inbound IN=eth1 OUT= MAC=00:0e:0c:83:cc:1a:00:1d:0d:29:8f:3c:08:0
0 SRC=192.168.2.5 DST=192.168.2.4 LEN=124 TOS=0x00 PREC=0x00 TTL=64 ID=49192 PRO
TO=UDP SPT=49852 DPT=53852 LEN=104
[15546.442335] Inbound IN=eth1 OUT= MAC=00:0e:0c:83:cc:1a:00:1d:0d:8b:56:f6:08:0
0 SRC=192.168.2.3 DST=192.168.2.4 LEN=124 TOS=0x00 PREC=0x00 TTL=64 ID=6866 PROT
O=UDP SPT=50416 DPT=53852 LEN=104
[15546.447807] Inbound IN=eth1 OUT= MAC=00:0e:0c:83:cc:1a:00:1d:0d:29:8f:3c:08:0
0 SRC=192.168.2.5 DST=192.168.2.4 LEN=124 TOS=0x00 PREC=0x00 TTL=64 ID=60468 PRO
TO=UDP SPT=49852 DPT=53852 LEN=104

if anyone has any idea please let me know

skunkbad
July 4th, 2008, 11:58 PM
You don't need to set up FTP to use Filezilla. Just set up SSH. The new Filezilla 3 can run in SSH mode. It's secure compared to FTP, so its a good choice. Just remember to own the /var/www directory, or you won't be able to upload. I also changed the default port that SSH is listening at from 22 to 2222. Other than that, all you need to do is set up port forwarding on your router to send port 2222 (or 22 if you don't change it) to your LAN IP.

windependence
July 5th, 2008, 02:53 AM
You could also use WinSCP from a Windoze box, or just use Nautilus or Konqueror from a Linux box using sftp - no setup required.

-Tim

dardack
July 5th, 2008, 10:11 AM
I personally set up a VPN for my server while I'm traveling. OpenVPN was pretty easy to set up. I did this also so I could "stream" my video collection when I'm travelling. So far it's been fast enough (most are like 177mb per 23 minutes which if i'm not being stupid is .12mb/sec, add some overhead doable at every hotel i've stayed at so far).

I don't know if this applies to you, but my problem with portforwarding was my internet company gives me a modem that is also a router and than I have that connected to my linksys router (wireless). So i had to change my internet's company router to bridge mode and clone the mac address to my linksys router to enable port forwarding correctly.

Lapp-Same
July 6th, 2008, 05:58 PM
I would assume that I need to have a static IP address for my Computer for the FTP program correct? If so then I have a prob of not being able to change it to static IP, for some reason it does not save..

nvm about the static IP i think I may have gotten that one working

Well no, you can accsees te server with it's name...

Like "ftp://Lapp-sames:21/" in firefox

You can do the same thing in the client program you have...