Welcome Guest ( Log In | Register )

15 Pages V « < 11 12 13 14 15 >  
Reply to this topicStart new topic
> Setting up a server (for retards), Help the Linux Noob!

 
post May 17 2013, 18:22
Post #241
Ichy



~ Loli Trainer ~
***********
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09
Level 500 (Dovahkiin)


My Book is finally here and it is HUGE!
Now I wonder if I should us my older Computer and Install Unbuntu there.

QUOTE
write top
while in root.
Also post faillog and dmesg in /var/log for us.


CODE

root@server88-208-193-162:~# cd /var/log
root@server88-208-193-162:/var/log# faillog -a
Login       Failures Maximum Latest                   On

root            0        0   01/01/70 01:00:00 +0100
daemon          0        0   01/01/70 01:00:00 +0100
bin             0        0   01/01/70 01:00:00 +0100
sys             0        0   01/01/70 01:00:00 +0100
sync            0        0   01/01/70 01:00:00 +0100
games           0        0   01/01/70 01:00:00 +0100
man             0        0   01/01/70 01:00:00 +0100
lp              0        0   01/01/70 01:00:00 +0100
mail            0        0   01/01/70 01:00:00 +0100
news            0        0   01/01/70 01:00:00 +0100
uucp            0        0   01/01/70 01:00:00 +0100
proxy           0        0   01/01/70 01:00:00 +0100
www-data        0        0   01/01/70 01:00:00 +0100
backup          0        0   01/01/70 01:00:00 +0100
list            0        0   01/01/70 01:00:00 +0100
irc             0        0   01/01/70 01:00:00 +0100
gnats           0        0   01/01/70 01:00:00 +0100
nobody          0        0   01/01/70 01:00:00 +0100
libuuid         0        0   01/01/70 01:00:00 +0100
syslog          0        0   01/01/70 01:00:00 +0100
messagebus       0        0   01/01/70 01:00:00 +0100
mysql           0        0   01/01/70 01:00:00 +0100
ntp             0        0   01/01/70 01:00:00 +0100
bind            0        0   01/01/70 01:00:00 +0100
postfix         0        0   01/01/70 01:00:00 +0100
statd           0        0   01/01/70 01:00:00 +0100
sshd            0        0   01/01/70 01:00:00 +0100
snmp            0        0   01/01/70 01:00:00 +0100
h1              0        0   01/01/70 01:00:00 +0100
h2              0        0   01/01/70 01:00:00 +0100
h3              0        0   01/01/70 01:00:00 +0100
root@server88-208-193-162:/var/log#


dmesg cannot be postet here for some reason. It makes my post become invisible (IMG:[invalid] style_emoticons/default/blink.gif)

And I think it broke it again since the higher ports are closed again (IMG:[invalid] style_emoticons/default/dry.gif)
CODE
su -m username -c "/bin/java -jar /blabla/"

This only complained about not finding Java but has not tried to start up h@h. I also tried variations and then it complained about something else and then I even tried to add hentaiathome-jar at the end and stuff but no chance.
I better try again tomorrow when im not dead drunk.

This post has been edited by Ichy: May 17 2013, 18:23
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 17 2013, 22:56
Post #242
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


QUOTE(Ichy @ May 17 2013, 17:22) *
My Book is finally here and it is HUGE!
Now I wonder if I should us my older Computer and Install Unbuntu there.

I'd suggest you [fedoraproject.org] fedora, it's pretty simple to use and very similar to most other Linux distros. Ubuntu is recently becoming the black sheep of the family: dumping configuration files in it's own prefered locations, making non-standard configuration tools, not caring to follow the Linux standard base.

Also, you can get fedora with a pretty light windowing system. For an old PC the [spins.fedoraproject.org] fedora xfce would run fast (ubuntu with full gnome might be slow).

QUOTE
CODE
root@server88-208-193-162:/var/log# faillog -a

Cool, nothing failing anywhere since epoch (1/1/1970, i.e. never according to AT&T labs).

QUOTE
And I think it broke it again since the higher ports are closed again (IMG:[invalid] style_emoticons/default/dry.gif)

Could you tell me the version of the ubuntu, please? Last time we did not manage to kill the files in /etc/init.d most probably ubuntu stores them somewhere else. I will install that version of ubuntu on a virtual machine and will find those files and kill them, then I'll tell you here they are so you can kill them as well.

QUOTE
CODE
su -m username -c "/bin/java -jar /blabla/"

This only complained about not finding Java but has not tried to start up h@h. I also tried variations and then it complained about something else and then I even tried to add hentaiathome-jar at the end and stuff but no chance.

I'm not used to java being under "/bin/java", it might be somewhere else. This will tell you where it is:
CODE
which java


QUOTE
I better try again tomorrow when im not dead drunk.
If it helps to raise spirits (pun intended), I am writting this half drunk... cheers.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2013, 08:19
Post #243
Ichy



~ Loli Trainer ~
***********
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09
Level 500 (Dovahkiin)


QUOTE
I'd suggest you [fedoraproject.org] fedora, it's pretty simple to use and very similar to most other Linux distros. Ubuntu is recently becoming the black sheep of the family: dumping configuration files in it's own prefered locations, making non-standard configuration tools, not caring to follow the Linux standard base.

Cool I will get this then. But I also think I want to have a brand new Computer so i can get all angry about that new Windows 8 and then replace it by a different OS (IMG:[invalid] style_emoticons/default/laugh.gif)

QUOTE
Cool, nothing failing anywhere since epoch (1/1/1970, i.e. never according to AT&T labs).

Yup it was running for many month without any single error It all started when it crashed because I fucked up the Cache size and then got the second HDD (IMG:[invalid] style_emoticons/default/dry.gif)

QUOTE
ould you tell me the version of the ubuntu, please? Last time we did not manage to kill the files in /etc/init.d most probably ubuntu stores them somewhere else. I will install that version of ubuntu on a virtual machine and will find those files and kill them, then I'll tell you here they are so you can kill them as well.

CODE
Distributor ID: Ubuntu
Description:    Ubuntu 12.04.1 LTS
Release:        12.04
Codename:       precise


QUOTE
I'm not used to java being under "/bin/java", it might be somewhere else. This will tell you where it is:

Oh used whereis java an got a more confusing result! It is under /usr/bin/java soo I just
CODE
su -m h2 -c "/usr//bin/java -jar /h/h2/"

Error: Invalid or corrupt jarfile /h/h1/

QUOTE
If it helps to raise spirits (pun intended), I am writting this half drunk... cheers.

Alcohol makes everything batter. it only sucks that I was too drunk to drive home yesterday so I have to go there and get my Car today (IMG:[invalid] style_emoticons/default/dry.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2013, 14:30
Post #244
GanGun



Pans Pans Pans Pans Pans
****
Group: Gold Star Club
Posts: 428
Joined: 26-July 10
Level 226 (Godslayer)


QUOTE(Ichy @ May 18 2013, 08:19) *

Cool I will get this then. But I also think I want to have a brand new Computer so i can get all angry about that new Windows 8 and then replace it by a different OS (IMG:[invalid] style_emoticons/default/laugh.gif)
Yup it was running for many month without any single error It all started when it crashed because I fucked up the Cache size and then got the second HDD (IMG:[invalid] style_emoticons/default/dry.gif)
CODE
Distributor ID: Ubuntu
Description:    Ubuntu 12.04.1 LTS
Release:        12.04
Codename:       precise

Oh used whereis java an got a more confusing result! It is under /usr/bin/java soo I just
CODE
su -m h2 -c "/usr//bin/java -jar /h/h2/"

Error: Invalid or corrupt jarfile /h/h1/
Alcohol makes everything batter. it only sucks that I was too drunk to drive home yesterday so I have to go there and get my Car today (IMG:[invalid] style_emoticons/default/dry.gif)


Itchy i ment this:
cat /var/log/faillog/
cat /var/log/dmesg

Could you post top already?

And do otherwise this to get the java path (I checked with my fedora distro and it was /bin/java):
whereis java

Oh boy, Ubuntu..
I would kinda suggest switching the OS, especially if it's only a cli interface you want.

And the book is huge because it was meant to also be able to hit stupid Linux sysadmins with.

This post has been edited by GanGun : May 18 2013, 14:31
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2013, 15:02
Post #245
Ichy



~ Loli Trainer ~
***********
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09
Level 500 (Dovahkiin)


QUOTE
Itchy i ment this:
cat /var/log/faillog/
cat /var/log/dmesg

The above is complaining about not finding a file.

and the second:
CODE

[    0.486521] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[    0.486648] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[    0.488091] brd: module loaded
[    0.488853] loop: module loaded
[    0.488994] ata_piix 0000:00:1f.2: version 2.13
[    0.489008] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    0.489013] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    0.489052] ata_piix 0000:00:1f.2: setting latency timer to 64
[    0.489335] scsi0 : ata_piix
[    0.489425] scsi1 : ata_piix
[    0.489543] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x1c40 irq 14
[    0.489549] ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x1c48 irq 15
[    0.489566] ata_piix 0000:00:1f.5: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    0.489600] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    0.489637] ata_piix 0000:00:1f.5: setting latency timer to 64
[    0.489850] scsi2 : ata_piix
[    0.489941] scsi3 : ata_piix
[    0.490021] ata3: SATA max UDMA/133 cmd 0x1cc0 ctl 0x1cb4 bmdma 0x1c60 irq 22
[    0.490025] ata4: SATA max UDMA/133 cmd 0x1cb8 ctl 0x1cb0 bmdma 0x1c68 irq 22
[    0.490075] pata_acpi 0000:00:03.2: PCI INT C -> GSI 18 (level, low) -> IRQ 1
8
[    0.490096] pata_acpi 0000:00:03.2: setting latency timer to 64
[    0.490108] pata_acpi 0000:00:03.2: PCI INT C disabled
[    0.490135] ata_generic 0000:00:03.2: PCI INT C -> GSI 18 (level, low) -> IRQ
18
[    0.490150] ata_generic 0000:00:03.2: setting latency timer to 64
[    0.490401] scsi4 : ata_generic
[    0.490489] scsi5 : ata_generic
[    0.490525] ata5: PATA max UDMA/100 cmd 0x1c88 ctl 0x1c7c bmdma 0x1c20 irq 18
[    0.490526] ata6: PATA max UDMA/100 cmd 0x1c80 ctl 0x1c78 bmdma 0x1c28 irq 18
[    0.490773] Fixed MDIO Bus: probed
[    0.490790] tun: Universal TUN/TAP device driver, 1.6
[    0.490791] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.490898] PPP generic driver version 2.4.2
[    0.491006] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.491019] ehci_hcd 0000:00:1a.7: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[    0.491036] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    0.491039] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    0.491088] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus numbe
r 1
[    0.491114] ehci_hcd 0000:00:1a.7: debug port 1
[    0.494988] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[    0.494992] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfc428000
[    0.508030] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    0.508214] hub 1-0:1.0: USB hub found
[    0.508218] hub 1-0:1.0: 6 ports detected
[    0.508282] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.508291] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    0.508294] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    0.508340] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus numbe
r 2
[    0.508364] ehci_hcd 0000:00:1d.7: debug port 1
[    0.512261] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    0.512275] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xfc429000
[    0.528029] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    0.528194] hub 2-0:1.0: USB hub found
[    0.528200] hub 2-0:1.0: 6 ports detected
[    0.528272] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.528282] uhci_hcd: USB Universal Host Controller Interface driver
[    0.528295] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.528301] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    0.528304] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    0.528350] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus numbe
r 3
[    0.528374] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001840
[    0.528485] hub 3-0:1.0: USB hub found
[    0.528488] hub 3-0:1.0: 2 ports detected
[    0.528539] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[    0.528545] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    0.528548] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    0.528605] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus numbe
r 4
[    0.528627] uhci_hcd 0000:00:1a.1: irq 18, io base 0x00001860
[    0.528746] hub 4-0:1.0: USB hub found
[    0.528749] hub 4-0:1.0: 2 ports detected
[    0.528799] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 19 (level, low) -> IRQ 19
[    0.528805] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    0.528807] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    0.528857] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus numbe
r 5
[    0.528887] uhci_hcd 0000:00:1a.2: irq 19, io base 0x00001880
[    0.529005] hub 5-0:1.0: USB hub found
[    0.529008] hub 5-0:1.0: 2 ports detected
[    0.529059] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.529065] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    0.529068] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    0.529118] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus numbe
r 6
[    0.529140] uhci_hcd 0000:00:1d.0: irq 20, io base 0x000018a0
[    0.529247] hub 6-0:1.0: USB hub found
[    0.529250] hub 6-0:1.0: 2 ports detected
[    0.529299] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 22 (level, low) -> IRQ 22
[    0.529305] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    0.529308] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    0.529358] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus numbe
r 7
[    0.529380] uhci_hcd 0000:00:1d.1: irq 22, io base 0x000018c0
[    0.529498] hub 7-0:1.0: USB hub found
[    0.529501] hub 7-0:1.0: 2 ports detected
[    0.529552] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 21 (level, low) -> IRQ 21
[    0.529558] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    0.529561] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    0.529612] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus numbe
r 8
[    0.529644] uhci_hcd 0000:00:1d.2: irq 21, io base 0x000018e0
[    0.529762] hub 8-0:1.0: USB hub found
[    0.529765] hub 8-0:1.0: 2 ports detected
[    0.529855] usbcore: registered new interface driver libusual
[    0.529888] i8042: PNP: PS/2 Controller [PNP0303:KEYB,PNP0f13:PS2M] at 0x60,0
x64 irq 1,12
[    0.532550] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.532555] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.532680] mousedev: PS/2 mouse device common for all mice
[    0.532845] rtc_cmos 00:05: RTC can wake from S4
[    0.532966] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.532997] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.533062] device-mapper: uevent: version 1.0.3
[    0.533140] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-d
evel@redhat.com
[    0.533191] cpuidle: using governor ladder
[    0.533257] cpuidle: using governor menu
[    0.533259] EFI Variables Facility v0.08 2004-May-17
[    0.533437] TCP cubic registered
[    0.533520] NET: Registered protocol family 10
[    0.533876] NET: Registered protocol family 17
[    0.533880] Registering the dns_resolver key type
[    0.534061] PM: Hibernation image not present or could not be loaded.
[    0.534075] registered taskstats version 1
[    0.538910]   Magic number: 13:136:237
[    0.539037] rtc_cmos 00:05: setting system clock to 2013-05-17 16:12:50 UTC (
1368807170)
[    0.539082] P-state transition latency capped at 20 uS
[    0.539164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.539165] EDD information not available.
[    0.559456] input: AT Translated Set 2 keyboard as /devices/platform/i8042/se
rio0/input/input2
[    0.819213] ata3: SATA link down (SStatus 0 SControl 300)
[    0.830345] ata4: SATA link down (SStatus 0 SControl 300)
[    1.136097] usb 6-1: new full-speed USB device number 2 using uhci_hcd
[    1.284172] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.284189] ata1.01: SATA link down (SStatus 0 SControl 300)
[    1.284345] ata2.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.284360] ata2.01: SATA link down (SStatus 0 SControl 300)
[    1.292632] ata2.00: ATA-8: ST3250318AS, CC38, max UDMA/133
[    1.292636] ata2.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.292723] ata1.00: ATA-8: ST3250318AS, CC38, max UDMA/133
[    1.292727] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.308646] ata2.00: configured for UDMA/133
[    1.308715] ata1.00: configured for UDMA/133
[    1.308919] scsi 0:0:0:0: Direct-Access     ATA      ST3250318AS      CC38 PQ
: 0 ANSI: 5
[    1.309047] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232
GiB)
[    1.309049] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.309092] sd 0:0:0:0: [sda] Write Protect is off
[    1.309095] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.309114] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, does
n't support DPO or FUA
[    1.309125] scsi 1:0:0:0: Direct-Access     ATA      ST3250318AS      CC38 PQ
: 0 ANSI: 5
[    1.309227] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    1.309427] sd 1:0:0:0: [sdb] 488397168 512-byte logical blocks: (250 GB/232
GiB)
[    1.309570] sd 1:0:0:0: [sdb] Write Protect is off
[    1.309572] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.309630] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, does
n't support DPO or FUA
[    1.313381]  sdb: sdb1
[    1.313801] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.332947]  sda: sda1 sda2 sda3 < sda5 >
[    1.333561] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.476369] Freeing unused kernel memory: 924k freed
[    1.476584] Write protecting the kernel read-only data: 12288k
[    1.480852] Freeing unused kernel memory: 1604k freed
[    1.484363] Freeing unused kernel memory: 1196k freed
[    1.496701] udevd[95]: starting version 175
[    1.544454] e1000e: Intel(R) PRO/1000 Network Driver - 1.5.1-k
[    1.544456] e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
[    1.544500] e1000e 0000:00:19.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.544510] e1000e 0000:00:19.0: setting latency timer to 64
[    1.544622] e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
[    1.587400] input: Peppercon AG MultiDevice as /devices/pci0000:00/0000:00:1d
.0/usb6/6-1/6-1:1.0/input/input3
[    1.587472] generic-usb 0003:14DD:1002.0001: input,hidraw0: USB HID v1.01 Key
board [Peppercon AG MultiDevice] on usb-0000:00:1d.0-1/input0
[    1.592248] input: Peppercon AG MultiDevice as /devices/pci0000:00/0000:00:1d
.0/usb6/6-1/6-1:1.1/input/input4
[    1.592327] generic-usb 0003:14DD:1002.0002: input,hidraw1: USB HID v1.01 Mou
se [Peppercon AG MultiDevice] on usb-0000:00:1d.0-1/input1
[    1.592344] usbcore: registered new interface driver usbhid
[    1.592345] usbhid: USB HID core driver
[    1.754597] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) 00:19:9
9:80:7e:4b
[    1.754601] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[    1.754669] e1000e 0000:00:19.0: eth0: MAC: 8, PHY: 8, PBA No: FFFFFF-0FF
[    1.924807] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts:
(null)
[    6.646342] Adding 3999740k swap on /dev/sda2.  Priority:-1 extents:1 across:
3999740k
[    6.650377] ADDRCONF(NETDEV_UP): eth0: link is not ready
[    6.668543] udevd[337]: starting version 175
[    6.685570] lp: driver loaded but no devices found
[    6.714794] mei: module is from the staging directory, the quality is unknown
, you have been warned.
[    6.716219] mei 0000:00:03.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    6.716226] mei 0000:00:03.0: setting latency timer to 64
[    6.716293] mei 0000:00:03.0: irq 46 for MSI/MSI-X
[    6.739329] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 20 (level, low) -> I
RQ 20
[    6.739390] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[    6.739418] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[    6.741286] [drm] Initialized drm 1.1.0 20060810
[    6.760913] type=1400 audit(1368803576.718:2): apparmor="STATUS" operation="p
rofile_load" name="/sbin/dhclient" pid=403 comm="apparmor_parser"
[    6.761207] type=1400 audit(1368803576.718:3): apparmor="STATUS" operation="p
rofile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=403 comm="
apparmor_parser"
[    6.761376] type=1400 audit(1368803576.718:4): apparmor="STATUS" operation="p
rofile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=403 comm="appar
mor_parser"
[    6.765708] type=1400 audit(1368803576.722:5): apparmor="STATUS" operation="p
rofile_load" name="/usr/sbin/ntpd" pid=421 comm="apparmor_parser"
[    6.813880] parport_pc 00:0b: reported by Plug and Play ACPI
[    6.813914] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
[    6.816211] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
[    6.872219] e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
[    6.877126] HDMI status: Codec=3 Pin=3 Presence_Detect=0 ELD_Valid=0
[    6.877202] input: HDA Intel HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.
0/sound/card0/input5
[    6.884409] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/c
ard0/input6
[    6.884790] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/ca
rd0/input7
[    6.884892] input: HDA Intel Line-Out as /devices/pci0000:00/0000:00:1b.0/sou
nd/card0/input8
[    6.885673] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    6.885678] i915 0000:00:02.0: setting latency timer to 64
[    6.907075] ppdev: user-space parallel port driver
[    6.928731] e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
[    6.929261] ADDRCONF(NETDEV_UP): eth0: link is not ready
[    6.948675] mtrr: type mismatch for e0000000,10000000 old: write-back new: wr
ite-combining
[    6.948678] [drm] MTRR allocation failed.  Graphics performance may suffer.
[    6.949323] i915 0000:00:02.0: irq 48 for MSI/MSI-X
[    6.949328] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    6.949329] [drm] Driver supports precise vblank timestamp query.
[    6.949368] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+me
m,decodes=io+mem:owns=io+mem
[    6.949900] lp0: using parport0 (interrupt-driven).
[    6.950089] tpm_tis 00:01: 1.2 TPM (device-id 0xB, rev-id 16)
[    7.053350] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts:
(null)
[    7.091079] fbcon: inteldrmfb (fb0) is primary device
[    7.091156] Console: switching to colour frame buffer device 128x48
[    7.091171] fb0: inteldrmfb frame buffer device
[    7.091173] drm: registered panic notifier
[    7.091263] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    7.189481] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts:
(null)
[    7.390091] RPC: Registered named UNIX socket transport module.
[    7.390093] RPC: Registered udp transport module.
[    7.390095] RPC: Registered tcp transport module.
[    7.390096] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    7.391616] FS-Cache: Loaded
[    7.397582] FS-Cache: Netfs 'nfs' registered for caching
[    7.403420] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    8.396609] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/seri
o1/input/input9
[    8.468965] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: N
one
[    8.468969] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
[    8.469354] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   18.904077] eth0: no IPv6 routers present
[  127.464830] type=1400 audit(1368803697.423:6): apparmor="STATUS" operation="p
rofile_load" name="/usr/sbin/mysqld" pid=942 comm="apparmor_parser"
[  127.464999] type=1400 audit(1368803697.423:7): apparmor="STATUS" operation="p
rofile_replace" name="/sbin/dhclient" pid=941 comm="apparmor_parser"
[  127.465304] type=1400 audit(1368803697.423:8): apparmor="STATUS" operation="p
rofile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=941 com
m="apparmor_parser"
[  127.465475] type=1400 audit(1368803697.423:9): apparmor="STATUS" operation="p
rofile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=941 comm="ap
parmor_parser"
[  127.466544] type=1400 audit(1368803697.423:10): apparmor="STATUS" operation="
profile_load" name="/usr/sbin/named" pid=943 comm="apparmor_parser"
[  127.469213] type=1400 audit(1368803697.427:11): apparmor="STATUS" operation="
profile_load" name="/usr/sbin/tcpdump" pid=946 comm="apparmor_parser"
[  127.470914] type=1400 audit(1368803697.427:12): apparmor="STATUS" operation="
profile_replace" name="/usr/sbin/ntpd" pid=944 comm="apparmor_parser"
[  127.549420] type=1400 audit(1368803697.507:13): apparmor="STATUS" operation="
profile_replace" name="/usr/sbin/mysqld" pid=1023 comm="apparmor_parser"
root@server88-208-193-162:~#

I had to delete a few lines or the forum would eat my post!

QUOTE
Could you post top already?

CODE
root@server88-208-193-162:~# top
top - 13:03:15 up 20:50,  1 user,  load average: 0.02, 0.04, 0.05
Tasks: 107 total,   2 running, 105 sleeping,   0 stopped,   0 zombie
Cpu(s):  0.5%us,  0.0%sy,  0.0%ni, 99.5%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   3690108k total,  1747024k used,  1943084k free,   101796k buffers
Swap:  3999740k total,        0k used,  3999740k free,  1367032k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
1657 root      20   0 2192m  75m  10m S    1  2.1  11:38.25 java
    1 root      20   0 24336 2284 1340 S    0  0.1   0:00.48 init
    2 root      20   0     0    0    0 S    0  0.0   0:00.00 kthreadd
    3 root      20   0     0    0    0 S    0  0.0   0:01.68 ksoftirqd/0
    6 root      RT   0     0    0    0 S    0  0.0   0:00.01 migration/0
    7 root      RT   0     0    0    0 S    0  0.0   0:00.33 watchdog/0
    8 root      RT   0     0    0    0 S    0  0.0   0:00.01 migration/1
   10 root      20   0     0    0    0 S    0  0.0   0:00.93 ksoftirqd/1
   12 root      RT   0     0    0    0 S    0  0.0   0:00.28 watchdog/1
   13 root       0 -20     0    0    0 S    0  0.0   0:00.00 cpuset
   14 root       0 -20     0    0    0 S    0  0.0   0:00.00 khelper
   15 root      20   0     0    0    0 S    0  0.0   0:00.04 kdevtmpfs
   16 root       0 -20     0    0    0 S    0  0.0   0:00.00 netns
   18 root      20   0     0    0    0 S    0  0.0   0:00.18 sync_supers
   19 root      20   0     0    0    0 S    0  0.0   0:00.00 bdi-default
   20 root       0 -20     0    0    0 S    0  0.0   0:00.00 kintegrityd
   21 root       0 -20     0    0    0 S    0  0.0   0:00.00 kblockd
   22 root       0 -20     0    0    0 S    0  0.0   0:00.00 ata_sff
root@server88-208-193-162:~#


QUOTE
Oh boy, Ubuntu..
I would kinda suggest switching the OS, especially if it's only a cli interface you want.

But when I switch I would lose my precious Cache (IMG:[invalid] style_emoticons/default/anime_cry.gif)

User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 19 2013, 03:58
Post #246
GanGun



Pans Pans Pans Pans Pans
****
Group: Gold Star Club
Posts: 428
Joined: 26-July 10
Level 226 (Godslayer)


QUOTE(Ichy @ May 18 2013, 15:02) *

The above is complaining about not finding a file.

and the second:
CODE

[    0.486521] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[    0.486648] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[    0.488091] brd: module loaded
[    0.488853] loop: module loaded
[    0.488994] ata_piix 0000:00:1f.2: version 2.13
[    0.489008] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    0.489013] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    0.489052] ata_piix 0000:00:1f.2: setting latency timer to 64
[    0.489335] scsi0 : ata_piix
[    0.489425] scsi1 : ata_piix
[    0.489543] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x1c40 irq 14
[    0.489549] ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x1c48 irq 15
[    0.489566] ata_piix 0000:00:1f.5: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    0.489600] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    0.489637] ata_piix 0000:00:1f.5: setting latency timer to 64
[    0.489850] scsi2 : ata_piix
[    0.489941] scsi3 : ata_piix
[    0.490021] ata3: SATA max UDMA/133 cmd 0x1cc0 ctl 0x1cb4 bmdma 0x1c60 irq 22
[    0.490025] ata4: SATA max UDMA/133 cmd 0x1cb8 ctl 0x1cb0 bmdma 0x1c68 irq 22
[    0.490075] pata_acpi 0000:00:03.2: PCI INT C -> GSI 18 (level, low) -> IRQ 1
8
[    0.490096] pata_acpi 0000:00:03.2: setting latency timer to 64
[    0.490108] pata_acpi 0000:00:03.2: PCI INT C disabled
[    0.490135] ata_generic 0000:00:03.2: PCI INT C -> GSI 18 (level, low) -> IRQ
18
[    0.490150] ata_generic 0000:00:03.2: setting latency timer to 64
[    0.490401] scsi4 : ata_generic
[    0.490489] scsi5 : ata_generic
[    0.490525] ata5: PATA max UDMA/100 cmd 0x1c88 ctl 0x1c7c bmdma 0x1c20 irq 18
[    0.490526] ata6: PATA max UDMA/100 cmd 0x1c80 ctl 0x1c78 bmdma 0x1c28 irq 18
[    0.490773] Fixed MDIO Bus: probed
[    0.490790] tun: Universal TUN/TAP device driver, 1.6
[    0.490791] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.490898] PPP generic driver version 2.4.2
[    0.491006] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.491019] ehci_hcd 0000:00:1a.7: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[    0.491036] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    0.491039] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    0.491088] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus numbe
r 1
[    0.491114] ehci_hcd 0000:00:1a.7: debug port 1
[    0.494988] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[    0.494992] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfc428000
[    0.508030] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    0.508214] hub 1-0:1.0: USB hub found
[    0.508218] hub 1-0:1.0: 6 ports detected
[    0.508282] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.508291] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    0.508294] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    0.508340] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus numbe
r 2
[    0.508364] ehci_hcd 0000:00:1d.7: debug port 1
[    0.512261] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    0.512275] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xfc429000
[    0.528029] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    0.528194] hub 2-0:1.0: USB hub found
[    0.528200] hub 2-0:1.0: 6 ports detected
[    0.528272] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.528282] uhci_hcd: USB Universal Host Controller Interface driver
[    0.528295] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.528301] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    0.528304] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    0.528350] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus numbe
r 3
[    0.528374] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001840
[    0.528485] hub 3-0:1.0: USB hub found
[    0.528488] hub 3-0:1.0: 2 ports detected
[    0.528539] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[    0.528545] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    0.528548] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    0.528605] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus numbe
r 4
[    0.528627] uhci_hcd 0000:00:1a.1: irq 18, io base 0x00001860
[    0.528746] hub 4-0:1.0: USB hub found
[    0.528749] hub 4-0:1.0: 2 ports detected
[    0.528799] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 19 (level, low) -> IRQ 19
[    0.528805] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    0.528807] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    0.528857] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus numbe
r 5
[    0.528887] uhci_hcd 0000:00:1a.2: irq 19, io base 0x00001880
[    0.529005] hub 5-0:1.0: USB hub found
[    0.529008] hub 5-0:1.0: 2 ports detected
[    0.529059] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.529065] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    0.529068] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    0.529118] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus numbe
r 6
[    0.529140] uhci_hcd 0000:00:1d.0: irq 20, io base 0x000018a0
[    0.529247] hub 6-0:1.0: USB hub found
[    0.529250] hub 6-0:1.0: 2 ports detected
[    0.529299] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 22 (level, low) -> IRQ 22
[    0.529305] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    0.529308] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    0.529358] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus numbe
r 7
[    0.529380] uhci_hcd 0000:00:1d.1: irq 22, io base 0x000018c0
[    0.529498] hub 7-0:1.0: USB hub found
[    0.529501] hub 7-0:1.0: 2 ports detected
[    0.529552] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 21 (level, low) -> IRQ 21
[    0.529558] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    0.529561] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    0.529612] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus numbe
r 8
[    0.529644] uhci_hcd 0000:00:1d.2: irq 21, io base 0x000018e0
[    0.529762] hub 8-0:1.0: USB hub found
[    0.529765] hub 8-0:1.0: 2 ports detected
[    0.529855] usbcore: registered new interface driver libusual
[    0.529888] i8042: PNP: PS/2 Controller [PNP0303:KEYB,PNP0f13:PS2M] at 0x60,0
x64 irq 1,12
[    0.532550] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.532555] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.532680] mousedev: PS/2 mouse device common for all mice
[    0.532845] rtc_cmos 00:05: RTC can wake from S4
[    0.532966] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.532997] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.533062] device-mapper: uevent: version 1.0.3
[    0.533140] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-d
evel@redhat.com
[    0.533191] cpuidle: using governor ladder
[    0.533257] cpuidle: using governor menu
[    0.533259] EFI Variables Facility v0.08 2004-May-17
[    0.533437] TCP cubic registered
[    0.533520] NET: Registered protocol family 10
[    0.533876] NET: Registered protocol family 17
[    0.533880] Registering the dns_resolver key type
[    0.534061] PM: Hibernation image not present or could not be loaded.
[    0.534075] registered taskstats version 1
[    0.538910]   Magic number: 13:136:237
[    0.539037] rtc_cmos 00:05: setting system clock to 2013-05-17 16:12:50 UTC (
1368807170)
[    0.539082] P-state transition latency capped at 20 uS
[    0.539164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.539165] EDD information not available.
[    0.559456] input: AT Translated Set 2 keyboard as /devices/platform/i8042/se
rio0/input/input2
[    0.819213] ata3: SATA link down (SStatus 0 SControl 300)
[    0.830345] ata4: SATA link down (SStatus 0 SControl 300)
[    1.136097] usb 6-1: new full-speed USB device number 2 using uhci_hcd
[    1.284172] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.284189] ata1.01: SATA link down (SStatus 0 SControl 300)
[    1.284345] ata2.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.284360] ata2.01: SATA link down (SStatus 0 SControl 300)
[    1.292632] ata2.00: ATA-8: ST3250318AS, CC38, max UDMA/133
[    1.292636] ata2.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.292723] ata1.00: ATA-8: ST3250318AS, CC38, max UDMA/133
[    1.292727] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.308646] ata2.00: configured for UDMA/133
[    1.308715] ata1.00: configured for UDMA/133
[    1.308919] scsi 0:0:0:0: Direct-Access     ATA      ST3250318AS      CC38 PQ
: 0 ANSI: 5
[    1.309047] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232
GiB)
[    1.309049] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.309092] sd 0:0:0:0: [sda] Write Protect is off
[    1.309095] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.309114] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, does
n't support DPO or FUA
[    1.309125] scsi 1:0:0:0: Direct-Access     ATA      ST3250318AS      CC38 PQ
: 0 ANSI: 5
[    1.309227] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    1.309427] sd 1:0:0:0: [sdb] 488397168 512-byte logical blocks: (250 GB/232
GiB)
[    1.309570] sd 1:0:0:0: [sdb] Write Protect is off
[    1.309572] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.309630] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, does
n't support DPO or FUA
[    1.313381]  sdb: sdb1
[    1.313801] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.332947]  sda: sda1 sda2 sda3 < sda5 >
[    1.333561] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.476369] Freeing unused kernel memory: 924k freed
[    1.476584] Write protecting the kernel read-only data: 12288k
[    1.480852] Freeing unused kernel memory: 1604k freed
[    1.484363] Freeing unused kernel memory: 1196k freed
[    1.496701] udevd[95]: starting version 175
[    1.544454] e1000e: Intel(R) PRO/1000 Network Driver - 1.5.1-k
[    1.544456] e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
[    1.544500] e1000e 0000:00:19.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.544510] e1000e 0000:00:19.0: setting latency timer to 64
[    1.544622] e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
[    1.587400] input: Peppercon AG MultiDevice as /devices/pci0000:00/0000:00:1d
.0/usb6/6-1/6-1:1.0/input/input3
[    1.587472] generic-usb 0003:14DD:1002.0001: input,hidraw0: USB HID v1.01 Key
board [Peppercon AG MultiDevice] on usb-0000:00:1d.0-1/input0
[    1.592248] input: Peppercon AG MultiDevice as /devices/pci0000:00/0000:00:1d
.0/usb6/6-1/6-1:1.1/input/input4
[    1.592327] generic-usb 0003:14DD:1002.0002: input,hidraw1: USB HID v1.01 Mou
se [Peppercon AG MultiDevice] on usb-0000:00:1d.0-1/input1
[    1.592344] usbcore: registered new interface driver usbhid
[    1.592345] usbhid: USB HID core driver
[    1.754597] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) 00:19:9
9:80:7e:4b
[    1.754601] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[    1.754669] e1000e 0000:00:19.0: eth0: MAC: 8, PHY: 8, PBA No: FFFFFF-0FF
[    1.924807] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts:
(null)
[    6.646342] Adding 3999740k swap on /dev/sda2.  Priority:-1 extents:1 across:
3999740k
[    6.650377] ADDRCONF(NETDEV_UP): eth0: link is not ready
[    6.668543] udevd[337]: starting version 175
[    6.685570] lp: driver loaded but no devices found
[    6.714794] mei: module is from the staging directory, the quality is unknown
, you have been warned.
[    6.716219] mei 0000:00:03.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    6.716226] mei 0000:00:03.0: setting latency timer to 64
[    6.716293] mei 0000:00:03.0: irq 46 for MSI/MSI-X
[    6.739329] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 20 (level, low) -> I
RQ 20
[    6.739390] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[    6.739418] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[    6.741286] [drm] Initialized drm 1.1.0 20060810
[    6.760913] type=1400 audit(1368803576.718:2): apparmor="STATUS" operation="p
rofile_load" name="/sbin/dhclient" pid=403 comm="apparmor_parser"
[    6.761207] type=1400 audit(1368803576.718:3): apparmor="STATUS" operation="p
rofile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=403 comm="
apparmor_parser"
[    6.761376] type=1400 audit(1368803576.718:4): apparmor="STATUS" operation="p
rofile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=403 comm="appar
mor_parser"
[    6.765708] type=1400 audit(1368803576.722:5): apparmor="STATUS" operation="p
rofile_load" name="/usr/sbin/ntpd" pid=421 comm="apparmor_parser"
[    6.813880] parport_pc 00:0b: reported by Plug and Play ACPI
[    6.813914] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
[    6.816211] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
[    6.872219] e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
[    6.877126] HDMI status: Codec=3 Pin=3 Presence_Detect=0 ELD_Valid=0
[    6.877202] input: HDA Intel HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.
0/sound/card0/input5
[    6.884409] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/c
ard0/input6
[    6.884790] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/ca
rd0/input7
[    6.884892] input: HDA Intel Line-Out as /devices/pci0000:00/0000:00:1b.0/sou
nd/card0/input8
[    6.885673] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    6.885678] i915 0000:00:02.0: setting latency timer to 64
[    6.907075] ppdev: user-space parallel port driver
[    6.928731] e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
[    6.929261] ADDRCONF(NETDEV_UP): eth0: link is not ready
[    6.948675] mtrr: type mismatch for e0000000,10000000 old: write-back new: wr
ite-combining
[    6.948678] [drm] MTRR allocation failed.  Graphics performance may suffer.
[    6.949323] i915 0000:00:02.0: irq 48 for MSI/MSI-X
[    6.949328] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    6.949329] [drm] Driver supports precise vblank timestamp query.
[    6.949368] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+me
m,decodes=io+mem:owns=io+mem
[    6.949900] lp0: using parport0 (interrupt-driven).
[    6.950089] tpm_tis 00:01: 1.2 TPM (device-id 0xB, rev-id 16)
[    7.053350] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts:
(null)
[    7.091079] fbcon: inteldrmfb (fb0) is primary device
[    7.091156] Console: switching to colour frame buffer device 128x48
[    7.091171] fb0: inteldrmfb frame buffer device
[    7.091173] drm: registered panic notifier
[    7.091263] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    7.189481] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts:
(null)
[    7.390091] RPC: Registered named UNIX socket transport module.
[    7.390093] RPC: Registered udp transport module.
[    7.390095] RPC: Registered tcp transport module.
[    7.390096] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    7.391616] FS-Cache: Loaded
[    7.397582] FS-Cache: Netfs 'nfs' registered for caching
[    7.403420] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    8.396609] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/seri
o1/input/input9
[    8.468965] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: N
one
[    8.468969] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
[    8.469354] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   18.904077] eth0: no IPv6 routers present
[  127.464830] type=1400 audit(1368803697.423:6): apparmor="STATUS" operation="p
rofile_load" name="/usr/sbin/mysqld" pid=942 comm="apparmor_parser"
[  127.464999] type=1400 audit(1368803697.423:7): apparmor="STATUS" operation="p
rofile_replace" name="/sbin/dhclient" pid=941 comm="apparmor_parser"
[  127.465304] type=1400 audit(1368803697.423:8): apparmor="STATUS" operation="p
rofile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=941 com
m="apparmor_parser"
[  127.465475] type=1400 audit(1368803697.423:9): apparmor="STATUS" operation="p
rofile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=941 comm="ap
parmor_parser"
[  127.466544] type=1400 audit(1368803697.423:10): apparmor="STATUS" operation="
profile_load" name="/usr/sbin/named" pid=943 comm="apparmor_parser"
[  127.469213] type=1400 audit(1368803697.427:11): apparmor="STATUS" operation="
profile_load" name="/usr/sbin/tcpdump" pid=946 comm="apparmor_parser"
[  127.470914] type=1400 audit(1368803697.427:12): apparmor="STATUS" operation="
profile_replace" name="/usr/sbin/ntpd" pid=944 comm="apparmor_parser"
[  127.549420] type=1400 audit(1368803697.507:13): apparmor="STATUS" operation="
profile_replace" name="/usr/sbin/mysqld" pid=1023 comm="apparmor_parser"
root@server88-208-193-162:~#

I had to delete a few lines or the forum would eat my post!
CODE
root@server88-208-193-162:~# top
top - 13:03:15 up 20:50,  1 user,  load average: 0.02, 0.04, 0.05
Tasks: 107 total,   2 running, 105 sleeping,   0 stopped,   0 zombie
Cpu(s):  0.5%us,  0.0%sy,  0.0%ni, 99.5%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   3690108k total,  1747024k used,  1943084k free,   101796k buffers
Swap:  3999740k total,        0k used,  3999740k free,  1367032k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
1657 root      20   0 2192m  75m  10m S    1  2.1  11:38.25 java
    1 root      20   0 24336 2284 1340 S    0  0.1   0:00.48 init
    2 root      20   0     0    0    0 S    0  0.0   0:00.00 kthreadd
    3 root      20   0     0    0    0 S    0  0.0   0:01.68 ksoftirqd/0
    6 root      RT   0     0    0    0 S    0  0.0   0:00.01 migration/0
    7 root      RT   0     0    0    0 S    0  0.0   0:00.33 watchdog/0
    8 root      RT   0     0    0    0 S    0  0.0   0:00.01 migration/1
   10 root      20   0     0    0    0 S    0  0.0   0:00.93 ksoftirqd/1
   12 root      RT   0     0    0    0 S    0  0.0   0:00.28 watchdog/1
   13 root       0 -20     0    0    0 S    0  0.0   0:00.00 cpuset
   14 root       0 -20     0    0    0 S    0  0.0   0:00.00 khelper
   15 root      20   0     0    0    0 S    0  0.0   0:00.04 kdevtmpfs
   16 root       0 -20     0    0    0 S    0  0.0   0:00.00 netns
   18 root      20   0     0    0    0 S    0  0.0   0:00.18 sync_supers
   19 root      20   0     0    0    0 S    0  0.0   0:00.00 bdi-default
   20 root       0 -20     0    0    0 S    0  0.0   0:00.00 kintegrityd
   21 root       0 -20     0    0    0 S    0  0.0   0:00.00 kblockd
   22 root       0 -20     0    0    0 S    0  0.0   0:00.00 ata_sff
root@server88-208-193-162:~#

But when I switch I would lose my precious Cache (IMG:[invalid] style_emoticons/default/anime_cry.gif)


Remove the "/" from faillog or whatever it's called in the log directory.
And nothing seems to be weird from dmesg (from what I can tell, god Linux's dmesg is awful).
And top seems good.

You could just copy the cache and the cache isn't "that" important, unless that's H@H main purpose, which would be quite odd.
I think you mean the images the client downloads.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 19 2013, 10:25
Post #247
Ichy



~ Loli Trainer ~
***********
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09
Level 500 (Dovahkiin)


QUOTE(GanGun @ May 19 2013, 03:58) *

Remove the "/" from faillog or whatever it's called in the log directory.
And nothing seems to be weird from dmesg (from what I can tell, god Linux's dmesg is awful).
And top seems good.

You could just copy the cache and the cache isn't "that" important, unless that's H@H main purpose, which would be quite odd.
I think you mean the images the client downloads.

Now it shoes nothing at all. maybe because there are no errors in faillog?
yup empty. just downloaded it and opened with Editor.

Yeah I mean all the images the h@h has downloaded so far. But if it helps to fix it I may try.

I think I should be able to set up everything myself except for the part where each user has to use a unique IP. And that wont come soon in my book.

This post has been edited by Ichy: May 19 2013, 10:26
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 20 2013, 04:57
Post #248
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


Apologies guys, I got incredibly entertained with the HV patch thread today and forgot about this one. The ragequits there are just hilarious. Might donate you some food, given that your girls do not mind chows.

QUOTE(GanGun @ May 19 2013, 02:58) *
god Linux's dmesg is awful
Red Hat based ones are a little better, but stil awfull (IMG:[invalid] style_emoticons/default/rolleyes.gif)

QUOTE(Ichy @ May 19 2013, 09:25) *
Now it shoes nothing at all. maybe because there are no errors in faillog?
Yup, no failed logins. i.e. you always managed to type your password correctly in the 3 attempts and also no one else tried to extensively search for the root password (brute force).

QUOTE
I think I should be able to set up everything myself except for the part where each user has to use a unique IP. And that wont come soon in my book.


Haven't looked into the init.d (services) files on ubuntu yet (hell, haven't downloaded it yet), although this seem not the be the bigger issue anymore as you learned almost all about ports and services by now.

h@h must identify the IP it is running by calling some java variant of gethostname, and setting 3 IPs on the same box in this manner is not a trivial task. I will test an idea on how to do it (hopefully) tomorrow. For this could you give us the contents of /etc/hosts? i.e.:
CODE
cat /etc/hosts
Then I can tell if this is the same idea that was implemented before on your box.

Don't know about GanGun, but I actually never worked on an official sysadmin position. I just always hit the sysadmins that I had with the big books I had at hand.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 20 2013, 07:35
Post #249
Ichy



~ Loli Trainer ~
***********
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09
Level 500 (Dovahkiin)


QUOTE
Apologies guys, I got incredibly entertained with the HV patch thread today and forgot about this one. The ragequits there are just hilarious. Might donate you some food, given that your girls do not mind chows.

Don't worry I wasted a lot time there too. I don't like all changes he made (cooldowns) and I have a problem since my Ability Boost is low. I had maxed everything and about 500 spare APs just from Artifacts (IMG:[invalid] style_emoticons/default/laugh.gif)

QUOTE
h@h must identify the IP it is running by calling some java variant of gethostname, and setting 3 IPs on the same box in this manner is not a trivial task. I will test an idea on how to do it (hopefully) tomorrow. For this could you give us the contents of /etc/hosts? i.e.:

CODE
root@server88-208-193-162:~# cat /etc/hosts
127.0.0.1       localhost


# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

QUOTE
Then I can tell if this is the same idea that was implemented before on your box.

Im not entirely sure because it was more information than one Ichy can handle when we set this serer up (and my handy text file died with my last computer problems) but I think we did it so that every user has to use one Ip when he starts the client.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 21 2013, 20:39
Post #250
GanGun



Pans Pans Pans Pans Pans
****
Group: Gold Star Club
Posts: 428
Joined: 26-July 10
Level 226 (Godslayer)


QUOTE(blue penguin @ May 20 2013, 04:57) *

Apologies guys, I got incredibly entertained with the HV patch thread today and forgot about this one. The ragequits there are just hilarious. Might donate you some food, given that your girls do not mind chows.

Red Hat based ones are a little better, but stil awfull (IMG:[invalid] style_emoticons/default/rolleyes.gif)

Yup, no failed logins. i.e. you always managed to type your password correctly in the 3 attempts and also no one else tried to extensively search for the root password (brute force).
Haven't looked into the init.d (services) files on ubuntu yet (hell, haven't downloaded it yet), although this seem not the be the bigger issue anymore as you learned almost all about ports and services by now.

h@h must identify the IP it is running by calling some java variant of gethostname, and setting 3 IPs on the same box in this manner is not a trivial task. I will test an idea on how to do it (hopefully) tomorrow. For this could you give us the contents of /etc/hosts? i.e.:
CODE
cat /etc/hosts
Then I can tell if this is the same idea that was implemented before on your box.

Don't know about GanGun, but I actually never worked on an official sysadmin position. I just always hit the sysadmins that I had with the big books I had at hand.


I jumped the HV ship way before this patch, so I would've been one of those who quits of the new changes, but instead enjoyed 69 liters of tears and 120 degree of rage.

Anyhow, hosts seems to give out "worthless info" or at least not what could be valid to us.
Could it be a problem with your virtual ethernet? Does ifconfig -a show more than one interface (beside loopback, spool and what not)?
And if so does it show the correct ip address you're suppose to have and are you sure you got 1-3 unique IP addresses from your host?

blue_penguin it's a common fact that stuff happens!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 21 2013, 23:00
Post #251
Ichy



~ Loli Trainer ~
***********
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09
Level 500 (Dovahkiin)


Actually I wanted to go away from HV and use all my wealth on Bounties but now I play much more then before (IMG:[invalid] style_emoticons/default/cry.gif)

QUOTE
Could it be a problem with your virtual ethernet? Does ifconfig -a show more than one interface (beside loopback, spool and what not)?

Here the whole thing.

CODE
root@server88-208-193-162:~# ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:19:99:80:7e:4b
          inet addr:88.208.193.162  Bcast:88.208.195.255  Mask:255.255.252.0
          inet6 addr: fe80::219:99ff:fe80:7e4b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:51775980 errors:0 dropped:0 overruns:0 frame:0
          TX packets:96471687 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:8947569987 (8.9 GB)  TX bytes:140523883749 (140.5 GB)
          Interrupt:23 Memory:fc400000-fc420000

eth0:1    Link encap:Ethernet  HWaddr 00:19:99:80:7e:4b
          inet addr:88.208.193.168  Bcast:88.208.195.255  Mask:255.255.252.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Interrupt:23 Memory:fc400000-fc420000

eth0:2    Link encap:Ethernet  HWaddr 00:19:99:80:7e:4b
          inet addr:88.208.193.172  Bcast:88.208.195.255  Mask:255.255.252.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Interrupt:23 Memory:fc400000-fc420000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:4 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:200 (200.0 B)  TX bytes:200 (200.0 B)


QUOTE
And if so does it show the correct ip address you're suppose to have and are you sure you got 1-3 unique IP addresses from your host?

Yup I have 3 IP addresses. I also had 3 h@h running before. I got these weird problems when i tried to apply a second HD!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 22 2013, 05:49
Post #252
StonyCat



Retired
*******
Group: Catgirl Camarilla
Posts: 2,487
Joined: 31-March 12
Level 500 (Dovahkiin)


QUOTE(Ichy @ May 22 2013, 05:00) *

Actually I wanted to go away from HV and use all my wealth on Bounties but now I play much more then before (IMG:[invalid] style_emoticons/default/cry.gif)

Hey Ichy, look at the Hath prices, don't waste time on this shit (IMG:[invalid] style_emoticons/default/tongue.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 22 2013, 06:24
Post #253
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


QUOTE(StonyCat @ May 22 2013, 04:49) *
Hey Ichy, look at the Hath prices, don't waste time on this shit (IMG:[invalid] style_emoticons/default/tongue.gif)
LOL true, but the idea of building a linux server with h@h clients is just like sex or physics: it have a few practical results but that's not the reason why we do it.

Ichy, whilst I am still (slowly) testing a good solution for a machine with 3 IPs I discovered that such solution might not be needed for your problem. Browsing the H@H code I discovered the undocumented option --host, all you need to do is to add this option to each of the H@H command lines and it shall work. e.g.
CODE
cd /h/h1; java -jar HentaiAtHome.jar --disable_logging --host 88.208.193.162
By now you learned enough that you understand that this goes inside the "sudo" or "su" command that you are already using. Just cross check that you remember which client ID was running on which IP and use the correct one, otherwise Tenboro might come after you (after seeing the clients messing their cache).

Of course we are crossing fingers that the higher ports are still open (no ufw crap or apache started from nowhere again).

And wow, H@H have a lot of undocumented options.

@GanGun: HV is much more fun now, half of the fun of the entire game is to see people whinning about it.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 22 2013, 08:13
Post #254
Ichy



~ Loli Trainer ~
***********
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09
Level 500 (Dovahkiin)


QUOTE(StonyCat @ May 22 2013, 05:49) *

Hey Ichy, look at the Hath prices, don't waste time on this shit (IMG:[invalid] style_emoticons/default/tongue.gif)

QUOTE(blue penguin @ May 22 2013, 06:24) *

LOL true, but the idea of building a linux server with h@h clients is just like sex or physics: it have a few practical results but that's not the reason why we do it.

I have all the perks I need so it is just a donators thing. Like getting that 'lol I won't notice a difference but I still spend 8000 hath there' perk (IMG:[invalid] style_emoticons/default/laugh.gif)

QUOTE
Ichy, whilst I am still (slowly) testing a good solution for a machine with 3 IPs I discovered that such solution might not be needed for your problem. Browsing the H@H code I discovered the undocumented option --host, all you need to do is to add this option to each of the H@H command lines and it shall work. e.g.

Firts Problem: Ports closed again (IMG:[invalid] style_emoticons/default/dry.gif)
Second Problem: It always wants to use this IP 88.208.193.162...

I even tried logging into the Box as user (h2 for the second) and using the modified command with the unique IP it still lamenting about something running with the IP because it wants to use the main IP instead.

/edit: I asked g just g how we did it last time.
CODE
iptables -t nat -A POSTROUTING -m owner --uid-owner h2 -j SNAT --to-source IP

Make it use the correct IP again.

Now the only problem is that fucking closed port.
edit: The guys at fatshost says IPtables is blocking the ports!

This post has been edited by Ichy: May 23 2013, 22:51
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 24 2013, 00:39
Post #255
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


QUOTE(Ichy @ May 22 2013, 07:13) *
Firts Problem: Ports closed again (IMG:[invalid] style_emoticons/default/dry.gif)
Let's look at that ufw service just in case, the guys at fasthosts might be right with iptables but we shall be extra careful and check this side too. I finally installed and checked ubuntu 12.04 but I also read that the ubuntu guys are dumping the services scripts in different places depending of the distribution package (wtf, why you people do not follow LSB!). Could you post the output of the following commands, please? It will give me (and GanGun) a good idea where the scripts resides (some of these commands will fail):
CODE
update-rc.d --list | egrep 'ufw|apache2'
service --status-all | egrep 'ufw|apache2'
service ufw status
service apache2 status
ls -l /etc/rc*/*apache2*
ls -l /etc/rc*/*ufw*
ps -afe | grep ufw
ps -afe | egrep 'apache|httpd'


QUOTE
Second Problem: It always wants to use this IP 88.208.193.162...

I even tried logging into the Box as user (h2 for the second) and using the modified command with the unique IP it still lamenting about something running with the IP because it wants to use the main IP instead.

/edit: I asked g just g how we did it last time.
CODE
iptables -t nat -A POSTROUTING -m owner --uid-owner h2 -j SNAT --to-source IP

Make it use the correct IP again.

Now the only problem is that fucking closed port.
edit: The guys at fatshost says IPtables is blocking the ports!
Cool, for the IP it's all iptables work, that's one less thing to worry. Neat g just g's idea.

On the other hand, we will need to look into iptables to investigate these ports (and I am also curious to see these g just g's IP aliases in action). Could you post:
CODE
iptables --list
and then we can speculate on what your box is doing with the connections.

Also, I've sent you some food as I've seen you crying for food and pills on another thread. Now you can increment the number of people that donated crystals/food because of your sig to 4.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 24 2013, 08:08
Post #256
Ichy



~ Loli Trainer ~
***********
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09
Level 500 (Dovahkiin)


QUOTE
Let's look at that ufw service just in case, the guys at fasthosts might be right with iptables but we shall be extra careful and check this side too. I finally installed and checked ubuntu 12.04 but I also read that the ubuntu guys are dumping the services scripts in different places depending of the distribution package (wtf, why you people do not follow LSB!). Could you post the output of the following commands, please? It will give me (and GanGun) a good idea where the scripts resides (some of these commands will fail):


CODE
root@server88-208-193-162:~# update-rc.d --list | egrep 'ufw|apache2'
update-rc.d: error: unknown option
usage: update-rc.d [-n] [-f] <basename> remove
       update-rc.d [-n] <basename> defaults [NN | SS KK]
       update-rc.d [-n] <basename> start|stop NN runlvl [runlvl] [...] .
       update-rc.d [-n] <basename> disable|enable [S|2|3|4|5]
                -n: not really
                -f: force

The disable|enable API is not stable and might change in the future.


CODE
root@server88-208-193-162:~# service --status-all | egrep 'ufw|apache2'
[ ? ]  atd
[ ? ]  console-setup
[ ? ]  courier-authdaemon
[ ? ]  courier-pop
[ ? ]  cron
[ ? ]  dbus
[ ? ]  dmesg
[ ? ]  dns-clean
[ ? ]  friendly-recovery
[ - ]  fuckoff.apache2
[ ? ]  gssd
[ ? ]  hostname
[ ? ]  hwclock
[ ? ]  hwclock-save
[ ? ]  idmapd
[ ? ]  irqbalance
[ ? ]  killprocs
[ ? ]  module-init-tools
[ ? ]  mysql
[ ? ]  network-interface
[ ? ]  network-interface-container
[ ? ]  network-interface-security
[ ? ]  networking
[ ? ]  no.ufw
[ ? ]  ondemand
[ ? ]  passwd
[ ? ]  plymouth
[ ? ]  plymouth-log
[ ? ]  plymouth-splash
[ ? ]  plymouth-stop
[ ? ]  plymouth-upstart-bridge
[ ? ]  portmap
[ ? ]  portmap-wait
[ ? ]  pppd-dns
[ ? ]  procps
[ ? ]  rc.local
[ ? ]  resolvconf
[ ? ]  rpcbind-boot
[ ? ]  rsyslog
[ ? ]  screen-cleanup
[ ? ]  sendsigs
[ ? ]  setvtrgb
[ ? ]  statd
[ ? ]  statd-mounting
[ ? ]  sudo
[ ? ]  udev
[ ? ]  udev-fallback-graphics
[ ? ]  udev-finish
[ ? ]  udevmonitor
[ ? ]  udevtrigger
[ ? ]  umountfs
[ ? ]  umountnfs.sh
[ ? ]  umountroot
[ ? ]  xinetd
root@server88-208-193-162:~#


CODE
root@server88-208-193-162:~# service ufw status
ufw start/running
root@server88-208-193-162:~#


CODE
root@server88-208-193-162:~# service apache2 status
apache2: unrecognized service


CODE
root@server88-208-193-162:~# ls -l /etc/rc*/*apache2*
ls: cannot access /etc/rc*/*apache2*: No such file or directory


CODE
root@server88-208-193-162:~# ls -l /etc/rc*/*ufw*
ls: cannot access /etc/rc*/*ufw*: No such file or directory


CODE
root@server88-208-193-162:~# ps -afe | grep ufw
root     18145 17790  0 06:04 pts/2    00:00:00 grep --color=auto ufw


CODE
root@server88-208-193-162:~# ps -afe | egrep 'apache|httpd'
root     18165 17790  0 06:04 pts/2    00:00:00 egrep --color=auto apache|httpd


QUOTE
On the other hand, we will need to look into iptables to investigate these ports (and I am also curious to see these g just g's IP aliases in action). Could you post:

CODE
root@server88-208-193-162:~# iptables --list
Chain INPUT (policy DROP)
target     prot opt source               destination
ACCEPT     all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere             state RELATED,ESTA
BLISHED
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ssh state
NEW
ACCEPT     udp  --  213.171.217.173      anywhere             udp dpt:snmp state
NEW
ACCEPT     udp  --  213.171.201.36       anywhere             udp dpt:snmp state
NEW
ACCEPT     udp  --  10.44.53.36          anywhere             udp dpt:snmp state
NEW
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:http state
NEW
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:https stat
e NEW
ACCEPT     udp  --  anywhere             anywhere             udp dpt:domain sta
te NEW
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:domain sta
te NEW
ACCEPT     udp  --  anywhere             anywhere             udp dpt:tftp state
NEW
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:69 state N
EW
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:smtp state
NEW
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:pop3 state
NEW
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:imap2 stat
e NEW
ACCEPT     udp  --  anywhere             anywhere             udp dpt:ntp state
NEW
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ftp-data s
tate NEW
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ftp state
NEW
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:mysql stat
e NEW
ACCEPT     udp  --  anywhere             anywhere             udp dpt:mysql stat
e NEW
DROP       all  --  anywhere             anywhere

Chain FORWARD (policy DROP)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
ACCEPT     all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere             state NEW,RELATED,
ESTABLISHED


QUOTE
Also, I've sent you some food as I've seen you crying for food and pills on another thread. Now you can increment the number of people that donated crystals/food because of your sig to 4.

So crying actually helps?
Thanks a lot for the food (IMG:[invalid] style_emoticons/default/happy.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 25 2013, 00:56
Post #257
GanGun



Pans Pans Pans Pans Pans
****
Group: Gold Star Club
Posts: 428
Joined: 26-July 10
Level 226 (Godslayer)


One last resort, try disable iptables temporary.
Then check the routering with:
ip route show

Unless it's from the host, if it is, then fuck them and fuck everything anything fucking stands for.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 25 2013, 15:02
Post #258
Ichy



~ Loli Trainer ~
***********
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09
Level 500 (Dovahkiin)


QUOTE(GanGun @ May 25 2013, 00:56) *

One last resort, try disable iptables temporary.
Then check the routering with:
ip route show

Unless it's from the host, if it is, then fuck them and fuck everything anything fucking stands for.

CODE
root@server88-208-193-162:~# ip route show
default via 88.208.192.1 dev eth0  metric 100
88.208.192.0/22 dev eth0  proto kernel  scope link  src 88.208.193.162


The one thing I don't understand about all this: Why the fuck did this happen when I just added a second HDD? (IMG:[invalid] style_emoticons/default/sleep.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 25 2013, 17:38
Post #259
GanGun



Pans Pans Pans Pans Pans
****
Group: Gold Star Club
Posts: 428
Joined: 26-July 10
Level 226 (Godslayer)


QUOTE(Ichy @ May 25 2013, 15:02) *

CODE
root@server88-208-193-162:~# ip route show
default via 88.208.192.1 dev eth0  metric 100
88.208.192.0/22 dev eth0  proto kernel  scope link  src 88.208.193.162


The one thing I don't understand about all this: Why the fuck did this happen when I just added a second HDD? (IMG:[invalid] style_emoticons/default/sleep.gif)


Well either they moved your seedbox to another machine or some configuration went poof during the installation of the second hard drive.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 25 2013, 17:49
Post #260
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


There's still hope! As GanGun said, the joy of being a sysadmin is to never restart from scratch.

QUOTE(Ichy @ May 25 2013, 14:02) *
The one thing I don't understand about all this: Why the fuck did this happen when I just added a second HDD? (IMG:[invalid] style_emoticons/default/sleep.gif)

The guys probably did
CODE
apt-get update
apt-get upgrade
whilst installing the new disk, it installed and configured that f**king s**t of ufw and that bugger is a causing most of the problems. From your previous post it is aparently running again...

I suspect that if you do:
CODE
service ufw stop  # stop ufw
iptables -t nat -A POSTROUTING -m owner --uid-owner h2 -j SNAT --to-source 88.208.193.162  # remove rule (will fail the 1st time)
iptables -t nat -A POSTROUTING -m owner --uid-owner h2 -j SNAT --to-source 88.208.193.162  # add it iptables rule
su - h1  # become use h1
cd /h/h1  # go to H@H
java -jar HentaiAtHome.jar --disable_logging # start it
exit # back to root
quickly enough H@H will start. But this will get crashed by ufw shortly, so... don't do it yet.

This is because your iptables do not have the POSTROUTING rule that must have been there before. Also, the INPUT and FORWARD rules are dropping connections:
CODE
Chain INPUT (policy DROP)
Chain FORWARD (policy DROP)
Therefore, something must have changed iptables between before the disk was installed and now. And now I remember, these "easey to use" linux firewalls (like ufw) screw iptables. I gave up on using Mandriva Linux once because of the crappy "easy to use" firewall it had. First thing we need to do is to destroy completelly ufw. Let's look what apt-get tells us:
CODE
apt-cache search ufw
(this will give us the list of software packages that might be related to ufw)

In the meantime I'll (hopefully find some time to) figure out how to change the iptables rules into a correct state. i.e.:
CODE
Chain INPUT (policy ACCEPT)
I'm no iptables expert, unfortunately.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


15 Pages V « < 11 12 13 14 15 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 28th April 2025 - 21:09