/srv/irclogs.ubuntu.com/2015/01/11/#ubuntu-server.txt

am11oh finally! it was easy. apt-get install gcc-4.5 .. :)00:06
am11it was right here: https://launchpad.net/ubuntu/+source/gcc-4.500:06
=== zz_DenBeiren is now known as DenBeiren
=== markthomas|away is now known as markthomas
=== markthomas|away is now known as markthomas
=== markthomas is now known as markthomas|away
=== bilde2910|away is now known as bilde2910
lordievaderGood morning10:51
gblfxtmorn! :O10:53
lordievaderHey gblfxt, how are you?10:54
gblfxtlordievader, sad i could get zabbix running in 32 bit ubuntu... :P10:54
lordievader? Why not?10:55
gblfxtnot sure, seemed to run fine under 64bit10:56
lordievaderIt does ;)10:57
lordievaderFirst step of fixing thing is finding out why something doesn't work ;)10:57
gblfxtapt-get install, edit the /etc/zabbix/whaterver file, do service zabbix-server start, no logs, doesnt start is the basics of it, oh, then drink alot10:59
gblfxtcould be an issue w pgsql, i might try again w mysql, i just dont get why 64bit works great, but 32bit dies on the vine11:01
lordievadergblfxt: Run the server in your shell and see if it crashes.11:01
Novice201yHi. Do You know any website with sample task to do in Linux and Apache?11:03
gblfxtlordievader, ok, ill give that a spin11:03
gblfxtNovice201y, what task your interested in?11:04
=== bilde2910 is now known as bilde2910|away
=== zz_DenBeiren is now known as DenBeiren
=== zz_DenBeiren is now known as DenBeiren
=== dw2 is now known as dw1
=== sarthor_ is now known as sarthor
zunedrwxr-xr-x 5 root root 4096 Jan 11 18:15 ./18:21
zunedrwxr-xr-x 5 root root 4096 Jan 11 18:15 ../18:21
zunedrwxr-xr-x 0 root root    0 Jan  3 22:33 app/18:21
zuned????????? ? ?    ?       ?            ? film/18:21
zunedrwxrwxrwx 1 root root    0 Jan 11 18:16 tvshows/18:21
zuneuser@server:/samba/media$ sudo rmdir film18:21
zunermdir: failed to remove âfilmâ: Device or resource busy18:21
zuneanyone ever seen something like this?18:21
zuneand dont comment on the 77718:21
qman__it usually means either the disk on which it resides is unavailable (down nfs, failed disk, etc) or that your filesystem is corrupt18:28
zuneit is a mounted dir on an other disk but i can easily access the original dir but efter the mount i Can't and i cannot remove the dir or umount it18:34
qman__so, the disk it's on is having some issue, probably a corrupt filesystem18:40
qman__umount it and run fsck on the disk18:40
qman__also suggest running smartctl -a on it to check for errors18:40
qman__apt-get install smartmontools if you don't have it18:40
zunewill try18:40
PhilippeGeekHello18:42
PhilippeGeekCan someone help me with apache configuration ?18:43
maxbUnless it's Ubuntu-specific, you might find #httpd on this network has a better focus on that sort of knowledge18:45
zunehttp://textuploader.com/61xy18:46
zunesmartctl output18:46
qman__ok, no errors logged, good sign18:47
qman__oh, it's virtual18:47
zunebut the prefail and old age type is that a good sign18:47
qman__it's a QEMU virtual disk so it doesn't matter18:47
qman__you would have to check the physical disk it's actually stored on to get useful info out of smartctl18:48
zuneno it is a phisycal disk mounted on a vm18:48
zunenow i got the real disk http://textuploader.com/61x818:59
qman__no errors logged there either, which is good19:02
zunebut the prefail and old age is that standard course all my disk are saying that19:05
zuneI just try reboot the vm and se if it helps19:05
qman__those are just value types19:05
qman__the values look reasonable to me19:06
qman__but generally, I only go by the error log19:06
qman__if your load cycle count gets outrageous that can be indicative of a problem19:07
qman__and temperature should stay below 50 for the most longevity, yours is 3419:07
zunethe reboot helped, i dont know what was wrong19:13
qman__could have been some sort of communication issue with the virt layer19:13
qman__I'd recommend running fsck anyway19:13
qman__in case it left any partially committed transactions19:13
zunebut thanks for your help19:13
zuneI will but this should be on the phisical disk ?19:14
qman__no, in virt19:14
qman__on the filesystem19:14
zuneok19:14
vonsyd0wbackup any important data!19:19
RoyKvonsyd0w: that's redundant information - anyone with a wee bit of underanding of data, backs of their data ;)19:36
vonsyd0wnever assume anything ;)19:40
qman__actually, most people do a terrible job at backups if they take them at all19:42
qman__I set up a replication server somewhat recently, but for offline I have very little and for offsite, none19:43
vonsyd0wI assume that wasn't your choice?19:45
qman__it's just expensive19:45
vonsyd0wi figured money had something to do with it19:45
qman__but that's speaking as someone who does this kind of thing for a living19:46
qman__people who don't are way, way worse19:46
vonsyd0wI'm literally going through this with my company right now... Backups are an afterthought19:46
qman__my backup strategy has always been, if it's important, keep it in lots of places19:47
qman__I'd like to be able to move my replication server to another building19:48
qman__as-is I'm only defending against individual hardware failure19:49
vonsyd0wwhat are you replicating? Files, DBs or something else?19:49
qman__files19:49
qman__my internet's not fast enough to do "cloud" backup and frankly I don't trust them with my data anyway19:49
vonsyd0wyou could encrypt before going to cloud, no?19:50
qman__I don't think there's any practical way to do that with the amount of data I have19:51
qman__my current setup is ZFS snapshots19:51
qman__ZFS built on top of dm-crypted disks at both ends19:52
vonsyd0wah sweet19:52
vonsyd0wso just send/receive w/ zfs?19:53
qman__yeah19:53
qman__I've got it set up to do hourly, daily, weekly, and monthly19:53
qman__so I'm protecting against user error too19:53
qman__but building burns down, I'm done19:53
qman__the snapshots themselves are actually quite small, so I might be able to colo the server somewhere19:55
vonsyd0wyea since you already have the bulk of the data sync'ed, subsequent syncs should be small19:56
=== mist_ is now known as mist
=== bilde2910|away is now known as bilde2910
=== Tw33k is now known as tw33k
_Brandon_are there any advantages when using haproxy+nginx compared to haproxy+apache?21:32
=== bilde2910 is now known as bilde2910|away

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!