/srv/irclogs.ubuntu.com/2014/02/10/#ubuntu-server.txt

=== Corey is now known as Guest62252
zgsppdaleHi04:01
ruben231 guys any idea i have issue install mariaDb somehow ---> http://pastebin.com/UEpxbs5K04:10
zgsppdaleHow do I setup LAMP?04:20
swatsonHello all.04:28
ruben231hi guys05:56
ruben231how do i make my nameserver permanent on ubuntu server 12.04 LTS, everytime i restart i re input it, the settign disappear when i manually put it on /etc/resolv.conf05:56
ruben231any idea guys..?05:56
=== BelTechs is now known as ohcrap
andolruben231: 1) Do it the resolvconf way by specifing dns-nameservers in /etc/network/interfaces 2) Do it old-school by removing the /etc/resolv.conf symlink, and making /etc/resolv.conf a regular file, which resolvconf won't touch.07:16
AnAntHello, is there a tool to monitor traffic on the local network ? I need to find out which machine is hogging the network bandwidth09:07
olegbtcpdump / wireshark ....09:10
olegb?09:10
AnAntolegb: thanks09:13
rbasakiftop might be more useful to identify bandwidth users09:14
ws2k3hello, i'm trying to get snmp running on my machine but when i do an an snmpwalk on localhst it gives me Many rules like Cannot adopt OID in NET-SNMP-AGENT-MIB09:26
=== railsraider_ is now known as railsraider
=== ikonia_ is now known as ikonia
Mathiasany good dhcpv6 guides for ubuntu?12:10
Mathiastried a couple, and failed hard12:10
w0rmiei've some tftp server issues, when i installed a NFS server and i would to boot from server but i got a message such TFTP open timeout13:00
w0rmieany idea?13:00
tomixxx3hi, i have ubuntu 12.04.3 LTS, what package do i need if i want to use "inet dhcp" in "interfaces" file?14:13
tomixxx3is it "dhcp-client" ?14:14
YamakasYanyone an idea why service --status-all gives so many questionmarks ?14:59
TJ-YamakasY: probably the sysV init scripts don't have a 'status' stanza15:03
YamakasYTJ-: I have read something about it, but that is for that specific service ?15:03
YamakasYTJ-: it's MySQL...15:03
TJ-YamakasY: read the init script and see if it has a case for status... also, if the job is an upstart rather than sysV I think you'll get the same ? result15:04
YamakasYTJ-: nope, not there15:05
hallynzul: bug 1228977, i'm goingto try cherrypicking all the v1.1.1-maint patches into saucy's libvirt right now.  (i assume you haven't touched that yet?)15:28
uvirtbotLaunchpad bug 1228977 in nova "n-cpu seems to crash when running with libvirt 1.1.1 from ubuntu cloud archive" [High,Confirmed] https://launchpad.net/bugs/122897715:28
tomixxx3i have re-installed ubuntu-server and now iam observing sth interesting: the browser firefox has saved the history it seems. oO15:49
tomixxx3how is that possible? i have formatted the hard drive on which ubuntu-server was installed...15:49
TJ-tomixxx3: Separate file system for /home/15:50
tomixxx3hmm?15:51
* genii sips and ponders why this server machine has firefox installed to begin with15:52
rbasakubuntu-server? firefox?15:52
tomixxx3rbasak: hehe, yes, i have installud ubuntu-desktop :D15:53
tomixxx3rbasak: i need the deskotp, otherwise i get crazy15:53
TJ-genii: I used to do that about Windows Server, too ;p15:53
tomixxx3maybe, later on, i will uninstall it again, if everything is working, but for now ;)15:53
tomixxx3so "/home" is never formmatted when re-install ubuntu?15:55
rbasakIIRC, it's possible to re-install over the top of an existing system, and that won't touch home. But I may be wrong.15:55
tomixxx3kk, interesting15:56
hallynzul: setting up a test of http://people.canonical.com/~serge/libvirt-saucy.debdiff15:57
hallynjibel: hi, are you able to run bin/auto-upgrade-tester following https://wiki.ubuntu.com/QATeam/UpgradeTestingSetup, on trusty?  the lack of distro_info python3 package is preventing me from doing so...16:08
zuljamespage:  looks like subunit is "broken" its not including any egg info in the packaging, there tests fail16:10
jamespagezul, where?16:11
zulin the openstack-ci16:11
jamespagezul, ah16:11
jamespageon trusty?16:11
zuljamespage: on trusty16:18
jamespagerbasak, I synced some of your proposed mysql-5.5 changes to the 5.6 packaging that's inflight16:24
rbasakThanks!16:29
=== railsraider_ is now known as railsraider
jibelhallyn, hi, I removed the dependency on distro-info, it is committed in rev 84 of lp:auto-upgrade-testing16:38
hallynjibel: ok thanks, i'll try that16:42
tashcan someone tell me what files are in a pxe mirror/http/directory ?  I'm trying to setup some pxe boot stuff and am not sure what directory path to use for d-i mirror/http/directory16:43
=== keee is now known as w0rmie
zulsmoser: hey do you have a python example of simplestreams getting a newer image?17:04
smoserzul, more context17:05
smoser"getting a newer image"?17:05
zulsmoser: im writing a script that I want to check to see if there is a newer image available cloud-images.ubuntu.com and upload that to my glance server17:06
smoserzul,17:06
smoserRelated blueprints17:06
smoserhttps://code.launchpad.net/~smoser/simplestreams/example-sync17:07
smoserthat will just keep you in sync. ie, its the whole kitten-caboodle.17:07
zulsmoser: ok cool thanks17:07
smosersee the readme for examples17:08
martinramehi, I'm trying to debug an external ssh connection. Basically I want to know if an external client *at least* is trying to reach my server. This is because the Sysadmin says everything is correctly configured, but I can't login using ssh.17:13
martinrameBTW, I can use SSH when I'm inside the LAN-17:14
sarnoldmartinrame: if you netcat to the hostname and port in question do you get an ssh banner? e.g. "SSH-2.0-OpenSSH_6.2p2 Ubuntu-6ubuntu0.1" ?17:15
martinramesarnold: let me try.17:16
martinramesarnold: no, no response.17:18
sarnoldmartinrame: hooray :) that's a nice concrete thing to work with.17:18
martinramesarnold: if I use "nc -z -w5 IP PORT; echo $?" I get "1".17:18
sarnoldmartinrame: do you get a "refused" or "timed out"? if timed out, that is probably a firewall configured to DROP packets.17:19
martinramesarnold: I don't get anything.17:19
rbasakmartinrame: I usually run tcpdump on the server, to see the actual port 22 packets coming in (or not).17:19
rbasakmartinrame: (with a filter to avoid seeing my own ssh traffic)17:19
martinramerbasak: yes, that was I was thinking about.17:20
rbasakSpamapS: (missing the general MySQL description) well, you wrote it when you uploaded 5.5.22-0ubuntu1 :-P17:23
SpamapSrbasak: you slay me17:33
SpamapSrbasak: really.. this is the work of the flying spaghetti monster that you're doing.. thank you. :)17:34
rbasakSpamapS: np :)17:42
axisys_preseed/early_command downloads the shell script and feeds it to /var/lib/dpkg/info/download-installer.postinst .. I verified on virtual console 2 ... but it never run.. what gives?18:13
axisys_d-i preseed/early_command string cd /tmp; wget ftp://192.168.1.242/download/early_command_lvm_raid -O early_command; chmod 755 early_command; echo /tmp/early_command installer >> /var/lib/dpkg/info/download-installer.postinst18:14
axisys_something changed in precise? should I need to place that in some other file instead of in /var/lib/dpkg/info/download-installer.postinst18:15
=== PeterSchwaller_ is now known as PeterSchwaller
jtranhey all.  i have a bond1.2001 interface  , /etc/network/interfaces has a bond1.2001 stanza with a line that says "dns-nameservers 192.168.1.2 192.168.1.3" yet  resolvconf isn't populating /etc/resolv.conf with those nameservers instead is empty with just the two commented lines19:26
jtranany idea how to troubleshoot this?19:26
sarnoldjtran: ugh, I wouldn't want to troubleshoot that. the first thing I'd do is probably fire up fatrace in one terminal to see file accesses, then run ifup and ifdown on that interface19:28
sarnoldI'm not sure what I'd do next, but I'd hope that something obvious would stick out :)19:28
jtransarnold:  cool thx for the tip.   'fatrace' eh?19:28
sarnoldjtran: yeah, fantastically awesome tool; strace and ltrace follow a process hierarchy, which is often more useful, but I'm not sure where exactly resolveconf gets kicked off for updates; so, I think watch "everything"  :)19:30
jtrani like it!  thx again19:31
=== Guest62252 is now known as Corey
=== Werring` is now known as Werring
Ryan_Laneis there any way to make upstart return a 0 exit status if stop is run for a service that's not running?20:18
Ryan_Laneright now I'm getting a return code of 1 for cgconfig that isn't running, which is causing me some really annoying problems20:19
rbasakRyan_Lane: could you examine the output of status(8)?20:21
Ryan_Lanestatus cgconfig20:22
Ryan_Lanecgconfig stop/waiting20:22
Ryan_Lane$ stop cgconfig20:22
Ryan_Lanestop: Unknown instance:20:22
Ryan_Laneuuuugggghhh. status's exit code is 0, even though the service isn't running20:28
=== hxm- is now known as hxm
med_zul, go see your sis.... :^)20:40
* med_ ducks20:40
=== daker_ is now known as daker
DreamHello21:09
DreamAnyone online?21:09
LLKCKfan15:06:58.0398 0x1ea8  TDSS rootkit removing tool 3.0.0.22 Feb  3 2014 16:45:3521:11
LLKCKfan15:07:02.0617 0x1ea8  ============================================================21:11
LLKCKfan15:07:02.0617 0x1ea8  Current date / time: 2014/02/10 15:07:02.061721:11
LLKCKfan15:07:02.0617 0x1ea8  SystemInfo:21:11
LLKCKfan15:07:02.0617 0x1ea821:11
LLKCKfanI have some chicken strip that have already been cook and then freeze(where freeze when we go them) how can I heat them up on the stove?21:13
DreamIf I am using an LSI raid controller, should I use lvm as well?21:38
parallel21can anyone recommend good format recovery software21:58
parallel21for ext4 formatted drive21:58
bekksDream: Sure, why not?22:02
zerickparallel21, well. testdisk is the best thing I know22:16
parallel21zerick: Thanks, I'll give it a shot22:17
rostamhi is it possible to take a hard disk from one system to another identical system and boot from it? I know there must be some changes specific to older system to be done (i.e. mac address). Is there a tool to do this? thx23:07
sarnoldrostam: what's your end goal?23:07
TJ-rostam: Aside from any device-specific parameters (such as in "/etc/udev/rules.d/70-persistent*.rules") or specific kernel module parameters, moving should be relatively painless.23:09
rostamsarnold,  I need to update a system in China which we do not have network access to it. So I want to ship the disk. thx23:10
sarnoldrostam: yikes, high-risk effort :)23:11
rostamsarnold,  how could I regenerate the rule files?23:12
sarnoldrostam: do you have a local image of their hard drive?23:12
rostamsarnold,  their image will be identical to what I have, except when I add some changes to the system, they will not have that.23:13
TJ-rostam: empty the udev rules files; they'll be re-written on first start-up in the new system23:13
sarnoldrostam: sorry, I've never fiddled with the 70-persistent* files before.. they look straight forward enough, but if you don't know the macs, it'll be annoying23:13
sarnoldoh, nice23:14
rostamTJ-, sarnold  thank you so much23:14
TJ-rostam: Those /etc/udev/rules.d/ files are created by /lib/udev/write_{cd,net}_rules23:14
rostamTJ-, so as you suggested I will remove the rule files before moving the disk to the next system.23:19
=== hachre_ is now known as hachre

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