[00:00] I seriously wonder if I'm one someone's list of proxies :/ [00:00] 187.167.63.64 www.samsung.com:80 - [15/Mar/2015:18:51:26 -0700] "GET /global/products/tv/infolink/us.xml HTTP/1.1" 301 178 "-" "-" [00:00] wtf? I don't host samsung.com! (so, presumably, it's an attempt to proxy) [00:01] *** mnathani_ has quit IRC () [00:06] yeah probably a proxy thing [00:11] *** mnathani_ has joined #arpnetworks [00:12] brycec: whats a sparce file? [00:12] @wiki sparse file [00:12] Sparse file :: In computer science, a sparse file is a type of computer file that attempts to use file system space more efficiently when the file itself is mostly empty. This is achieved by writing brief information (metadata) representing the empty blocks to disk instead of the actual "empty" space which makes up the block, using less disk space. The full block size is written to... http://en.wikipedia.org/wiki/Sparse%20file [00:12] :D [00:16] @wiki maxthon [00:16] Maxthon :: Maxthon (originally known as MyIE2) is a freeware web browser for Windows, OS X and Linux that is developed in China by the company Maxthon Ltd. It is also available on Windows Phone 8, iOS and Android platforms as Maxthon Mobile. Since the release of version 3, Maxthon supports both the Trident and the WebKit rendering engines. Maxthon won CNET WebWare 100 Awards in 2008... http://en.wikipedia.org/wiki/Maxthon [00:17] i want that on command line :) [06:35] *** medum has joined #arpnetworks [06:39] brycec: that's evil and i love it [07:21] some douche keeps trying to dos my ps3 whenever i go online and play [07:21] eh? [07:21] thing has had the same public IP for about 3 years, so im not surprised i've pissed off a few people.. but trying to flood an 80 meg link with 33 mbit/s is pure futile [07:22] what kind of traffic is it? [07:22] random UDP [07:22] it's a small set of IP's too, easy to filter.. just annoying seeing it fill up the logs [07:22] that's weird. i don't know how anyone would be able to discern the public IP of your PS3 specifically [07:26] you weren't hosting a game or anything? [07:30] *** grody has quit IRC (Ping timeout: 256 seconds) [07:31] *** grody has joined #arpnetworks [07:33] wow that was interesting.. i lost internet off wifi as the same time this shell b0rked [07:33] m0unds, yea i've been in a few lan parties over the last few weeks [07:33] dont think the lil skiddies liked i kicked their arses [07:34] kinda hard diagnosing what faulted when several things collapse at once, especially when they are unlinked/unrelated [10:02] m0unds: I'm disappointed that there haven't been any further attempts since that one. In fact, pretty much all proxy attempts dried up after that. Really weird. [10:51] *** jonathanbernard has joined #arpnetworks [10:53] Hello all, is anyone from ARP support in the channel by chance? [10:58] jonathanbernard: They aren't usually active. If you need ARP support themselves, email is your best bet. But many of us in the channel can help with questions. [10:59] OK, thanks. I did something stupid and needed a bit of help. I'l drop them an email. [11:00] Alright then :) Feel free to ask for advice here too, it's what the channel is for. [11:01] (I can't think of what you would have done that requires ARP's intervention - you have access to vnc and serial terminals, you can load ISO's yourself, all the relevant networking information is at your fingertips...) [11:02] brycec: Thanks. :) I made the mistake of changing my username login name on a new OpenBSD server I was setting up and then dropping out of the root shell before testing I could still su back to root. I wasn't expecting the name change to alter the groups I belonged to. [11:03] haha [11:04] byrcec: I have the user credentials, and the root credentials, but I can't get a root shell without being part of the wheel group. The arpnetworks account still is, so I just need them to add me back. [11:04] Well then, connect an openbsd ISO and boot to that. [11:04] Yep... :) [11:05] Good idea, I hate to waste time re-installing, but its the weekend, so I might as well. [11:05] You don't need to reinstall [11:05] Just mount the filesystem [11:06] *Just mount the filesystem, edit the appropriate files and run pwd_mkdb [11:06] I'm not following entirely. Mount to /? [11:07] mount /dev/sd0a /mnt/ [11:07] vi /mnt/etc/master.passwd [11:07] pwd_mkdb -d /mnt/etc /mnt/etc/master.passwd [11:08] umount /mnt [11:08] reboot [11:08] Just be sure the OpenBSD ISO is the same release as you have installed [11:08] Striaght-forward enough, let me give it a try. [11:09] Or login as root over the serial console. [11:09] (Oh I didn't see that he had root creds) [11:09] s/serial/vnc [11:09] Or login as root over the vnc console. [11:09] depending on which he enabled [11:10] Good luck, jonathanbernard [11:10] * brycec runs into the "Real World" to do errands [11:10] (thx CaZe ) [11:11] Both are enabled at the moment, I believe. [11:13] I'm in! Thanks brycec, CaZe [12:52] heh no-one wants to use vnc :) [12:52] jonathanbernard: is this a new vm? [12:55] always good to see more openbsd users [14:03] mercutio: Nobody should ever /need/ to use VNC, but it sure is handy to have :p [14:05] i'm probably in the minority, but vnc is more convenient for me than serial consoles wrt VPS' [14:06] i prefer ssh :) [14:07] I never understood that. Why would I want a gui console to a headless VPS that I'm just going to log in to via text? [14:07] heh [14:08] i only use it if something's broken [14:08] at that point, all bets are off [14:08] in case you need to fix something [14:08] ^ [14:08] literally the only reason i use it [14:08] but yeah that's why i think serial working by default is important :) [14:08] Just give me serial port access (and a properly set up machine that has bootloader etc on serial) [14:08] yeh how do youu get qemu to do serial ? :) [14:09] It must be possible, libvirt does it [14:09] oh -nographic and -serial stdio should work [14:10] mercutio: Yes, it's a new VM. [14:10] I use libvirt for stuff here, so "virsh console vpsname" Just Works [14:10] sigh [14:10] i should play with this [14:10] oh? [14:10] Driving qemu directly sounds like an awful lot of pain [14:10] i'm mostly familiar with xen [14:11] yea, virsh makes life a lot easier [14:11] not really [14:11] i've done it before. [14:11] arp uses virsh though [14:11] i think a lot of people do [14:11] i use xl with xen [14:11] iirc, it's included when you instal libvirt-qemu on ubuntu [14:11] by default [14:11] err libvirt [14:12] hmm i actually have qemu installed on here [14:12] m0unds: I'm with you. Serial requires initial setup, and for me to have my key handy, and I don't believe it lets me select the boot device, so VNC ends up much more useful. [14:12] the boot device stuff, i'm of the opinion you should set it in a control panel of kinds [14:12] preferably integrated with serial console too. [14:13] with vnc and the reboot thing, you have to connect to vnc straight away [14:13] an extra delay was added to make it easier. [14:13] Serial doesn't require any initial setup if you ran the installer through serial, at least on linux [14:13] And how do you get a Linux installer using serial by default? I'm unaware of any current ISO's that do that. [14:13] i like the idea of being able to tell it "reboot to cd" [14:14] brycec: in openbsd i've done it fine :) [14:14] I've seen on FreeBSD that you still have to set up loader.conf and ttys, even if the installer already knew it was using serial itself [14:14] i did a floppy install of openbsd over serial once. [14:14] I use EFI's bootnext for that :) [14:14] i'm disillusioned by freebsd [14:14] brycec: Generally, just pass it a kernel argument when booting the virtual machine [14:15] and i'm still waiting for this 10.1 reboot issue to be fixed [14:15] plett: Not sure I follow - if I have no VGA, how do I pass it anything, let alone a kernel argument? [14:15] the first reboot thing? [14:15] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195458 [14:15] Unless you're talking about booting the kernel directly (no emulated bios, etc) [14:15] it's not only first reboot [14:16] it only happened on first reboot for me [14:16] at least i managed to make it happen again. [14:16] brycec: We were talking about virtual machines, so this isn't a problem [14:16] i finished my ports installs and stuff after installing from 10.1 media (this machine specifically) and rebooted, it hung, i forced reboot and have rebooted several times since and haven't managed to make ith ang again [14:16] You can add kernel boot arguments with -x if you're using virt-install (which you should be) [14:16] it hang* [14:17] m0unds: probably if youu did reboot then ports install then reboot it'd hang again [14:17] why would that matter? [14:17] it's disk related [14:17] it seems like something is happening out of order and it's tne syncing that's the issue rather than the rebooting [14:18] it's not like i haven't installed anything else since the initial reboot, and subsequent reboots still haven't hung [14:18] at lesat that's how i understand it - the bug tracker is long [14:18] hmm [14:18] well i think it should be fixed soon [14:18] That's only for Linux though. FreeBSD isn't nearly that flexible and I have to build myself a custom ISO to install via serial [14:19] plett: wow [14:20] Yeah, I know. BSD is supposed to be the king of being easy to install on oddball hardware [14:20] There are all sorts of virtual machines... For instance, how am I to pass arguments to my ARP VPS? :p [14:21] And it really wouldn't be hard for the whole thing to be automated on both Linux and BSD - a simple "press a key now if you're using this serial console" thing in the first stage of the boot loader would be great [14:22] True, ARP don't expose that option, as far as I know [14:23] But how often do you need to re-install? If you're doing it all the time, it's probably easier to do it on your own hardware [14:24] plett: oh i thouught it did that to the video console too? [14:25] How do you mean? [14:25] the press any key [14:26] If you configure GRUB to have two consoles then it will print messages like that on all of them, the first to hit a key wins [14:26] I've never done dual-console stuff on BSD though [14:26] yeah that's lame :( [14:26] on my hp server it just shows to both [14:27] IPMI or real serial? [14:27] As HP IPMI will do redirection of text mode stuff on the 'gui' console into the IPMI serial [14:29] textcons/vsp [14:30] will both show [14:30] i just ssh with key and use those [14:30] damnit i have updated my arch kernel and have to reboot to mount a fs it seems? [14:30] i tried to maek it the same as / [14:33] or use diff host [14:45] wow the other host is silently failing [15:06] how do I go about configuring a mikrotik router as a dhcp relay [15:06] I want it to assign ips to a subnet not directly connected to the router [15:06] i think there's a wiki [15:06] http://wiki.mikrotik.com/wiki/Manual:IP/DHCP_Relay [15:06] http://wiki.mikrotik.com/wiki/Manual:IP/DHCP_Relay [15:06] yea [15:06] sorry for the rtfm response :) [15:07] but thats for sending to another one that is relay [15:07] so you're bridging to it? [15:07] I am trying to get mine to accept the input from say ip helper-address and assign ip [15:07] why don't you juust give yourself an ip in the subnet? [15:07] directly connected network is 10.10.0.0/16 [15:08] I want 172.16.0.0/16 to get an IP [15:09] the subnet in question is a wireless segment I want in its own vlan [15:09] oh [15:09] that seems a common desire recently :) [15:09] i still don't think i quite understand though [15:09] and i'm trying to figure out why i can't mount a loop back file system :/ [15:10] after zvol mounting wasn't working [15:10] but one thing you may want to consider is just assigning ip's on the wireless router [15:10] and blocking dhcp coming into your network from there [15:13] got it to work [15:13] used the wizard [15:13] YER A WIZARD mnathani_ [15:13] sweet [15:13] haha [15:14] BryceBot: lol [15:14] i can't get my loopback mount to work [15:15] wtf [15:16] http://pastebin.com/573h1CS4 [15:17] there was a df on all partitions in the middle but it was huge and long [15:17] how can the mount work for < 1 min [15:17] *** gizmoguy has quit IRC (Ping timeout: 252 seconds) [15:17] *** gizmoguy has joined #arpnetworks [15:18] so it wasn't silently failing; it was working, and then stopping to work really quickly [15:37] haha, BryceBot passed up an opportunity to comment on "huge and long"? [15:38] how can my LAN clients access wireless clients [15:38] presently they are configured with a default gateway 10.10.10.10 [15:38] but wireless clients are in 172.16.0.0/16 which is behind 10.10.255.1 [15:45] add a static route? [15:45] kind of hard to do on each client [15:45] m0unds: haha, yeah [15:46] and some devices dont even have the option, like my network printer [15:46] i got distracted trying to fix mount issue, i think i get how to use sasl with weechat now though :) [15:46] mnathani_: static route from 10.10.10.10 [15:46] to 172.16.0.0/16 [15:46] 10.10.10.10 can reach 172.16 [15:47] its the cilents that cant [15:47] but the clients should use a gateway of 10.10.10.10 to reach 172.16.0.0/16 ? [15:47] so if 10.10.10.10 can reach it [15:47] it should just work [15:47] actually never mind [15:47] it does work [15:48] silly me [15:48] i wanted to play with kvm on arch :( [15:49] but when zvols and loopback file systems don't like me [15:49] it makes it hard... [15:52] maybe i should just do it on another host [15:52] i wanted to play with the serial stuff [15:56] you know you have too many computers when you misplace a whole computer [16:07] *** jonathanbernard has quit IRC (Quit: Page closed) [17:56] hmm my first ssd failure [17:56] \o/ [17:57] it's m4 reconditioned drive, died within an hour of usage [17:57] i found my computer, :) [17:57] did pxe install, all went well [17:57] reconditioned, you bought a used drive? [17:57] yeah [17:57] it had uptime of 13 hours [17:57] that is always a terrible idea [17:57] and a smart test. [17:58] http://pastebin.com/eD3UXTZJ [17:58] cos i thought it could be plugged into sata2 port... [17:58] i wouldn't do it for consumer stuff, but i've deployed hundreds of refurb disks (warranty replacements) that worked well enough [17:59] well they were $50 for 256gb [17:59] only one immediate failure out of probably 200 [17:59] yeah, that's worth the gamble i think [17:59] so i figured it may be good for test network [17:59] i was thinking about sticking two in and doing raid. [17:59] but i've only got 3x256, and 3x128 [18:00] it was going really quickly still [18:01] i'm trying to figure out if there's a way to make it go again [18:02] there's a uefi pxe4 boot before the bios pxe4 boot [18:02] and that seems to be trying to network boot first, so i may be able to get linux up [18:02] i dunno why uefi wasn't booting and bios was, i dunno how uefi pxe works, maybe need a different file? [18:04] dhcp-boot=grubnetx64.efi.signed [18:04] apparently that's what you do [18:07] no menu but it sees my file systems, weird [18:24] bah i think it's bios issue because it had dual gpt/bios partitions and was booting in legacy mode [18:24] why it got the crc error i have no idea though [18:24] and why it locks up when it gets confused... [19:33] *** kevr has quit IRC (Ping timeout: 252 seconds) [19:36] *** kevr has joined #arpnetworks [22:03] hmm kvm has a new faster disk i/o than normal virtio [22:28] *** NiTeMaRe has quit IRC (Ping timeout: 245 seconds) [22:31] *** NiTeMaRe has joined #arpnetworks [23:28] *** NiTeMaRe has quit IRC (*.net *.split) [23:42] so compiling custom kernel improveds kvm network performnace a little [23:43] but using a bigger mtu makes way more difference [23:52] *** NiTeMaRe has joined #arpnetworks