I seriously wonder if I'm one someone's list of proxies :/ 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 "-" "-" wtf? I don't host samsung.com! (so, presumably, it's an attempt to proxy) yeah probably a proxy thing brycec: whats a sparce file? @wiki sparse file 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 :D @wiki maxthon 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 i want that on command line :) brycec: that's evil and i love it some douche keeps trying to dos my ps3 whenever i go online and play eh? 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 what kind of traffic is it? random UDP it's a small set of IP's too, easy to filter.. just annoying seeing it fill up the logs that's weird. i don't know how anyone would be able to discern the public IP of your PS3 specifically you weren't hosting a game or anything? wow that was interesting.. i lost internet off wifi as the same time this shell b0rked m0unds, yea i've been in a few lan parties over the last few weeks dont think the lil skiddies liked i kicked their arses kinda hard diagnosing what faulted when several things collapse at once, especially when they are unlinked/unrelated 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. Hello all, is anyone from ARP support in the channel by chance? 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. OK, thanks. I did something stupid and needed a bit of help. I'l drop them an email. Alright then :) Feel free to ask for advice here too, it's what the channel is for. (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...) 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. haha 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. Well then, connect an openbsd ISO and boot to that. Yep... :) Good idea, I hate to waste time re-installing, but its the weekend, so I might as well. You don't need to reinstall Just mount the filesystem *Just mount the filesystem, edit the appropriate files and run pwd_mkdb I'm not following entirely. Mount to /? mount /dev/sd0a /mnt/ vi /mnt/etc/master.passwd pwd_mkdb -d /mnt/etc /mnt/etc/master.passwd umount /mnt reboot Just be sure the OpenBSD ISO is the same release as you have installed Striaght-forward enough, let me give it a try. Or login as root over the serial console. (Oh I didn't see that he had root creds) s/serial/vnc Or login as root over the vnc console. depending on which he enabled Good luck, jonathanbernard (thx CaZe ) Both are enabled at the moment, I believe. I'm in! Thanks brycec, CaZe heh no-one wants to use vnc :) jonathanbernard: is this a new vm? always good to see more openbsd users mercutio: Nobody should ever /need/ to use VNC, but it sure is handy to have :p i'm probably in the minority, but vnc is more convenient for me than serial consoles wrt VPS' i prefer ssh :) 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? heh i only use it if something's broken at that point, all bets are off in case you need to fix something ^ literally the only reason i use it but yeah that's why i think serial working by default is important :) Just give me serial port access (and a properly set up machine that has bootloader etc on serial) yeh how do youu get qemu to do serial ? :) It must be possible, libvirt does it oh -nographic and -serial stdio should work mercutio: Yes, it's a new VM. I use libvirt for stuff here, so "virsh console vpsname" Just Works sigh i should play with this oh? Driving qemu directly sounds like an awful lot of pain i'm mostly familiar with xen yea, virsh makes life a lot easier not really i've done it before. arp uses virsh though i think a lot of people do i use xl with xen iirc, it's included when you instal libvirt-qemu on ubuntu by default err libvirt hmm i actually have qemu installed on here 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. the boot device stuff, i'm of the opinion you should set it in a control panel of kinds preferably integrated with serial console too. with vnc and the reboot thing, you have to connect to vnc straight away an extra delay was added to make it easier. Serial doesn't require any initial setup if you ran the installer through serial, at least on linux And how do you get a Linux installer using serial by default? I'm unaware of any current ISO's that do that. i like the idea of being able to tell it "reboot to cd" brycec: in openbsd i've done it fine :) 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 i did a floppy install of openbsd over serial once. I use EFI's bootnext for that :) i'm disillusioned by freebsd brycec: Generally, just pass it a kernel argument when booting the virtual machine and i'm still waiting for this 10.1 reboot issue to be fixed plett: Not sure I follow - if I have no VGA, how do I pass it anything, let alone a kernel argument? the first reboot thing? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195458 Unless you're talking about booting the kernel directly (no emulated bios, etc) it's not only first reboot it only happened on first reboot for me at least i managed to make it happen again. brycec: We were talking about virtual machines, so this isn't a problem 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 You can add kernel boot arguments with -x if you're using virt-install (which you should be) it hang* m0unds: probably if youu did reboot then ports install then reboot it'd hang again why would that matter? it's disk related it seems like something is happening out of order and it's tne syncing that's the issue rather than the rebooting it's not like i haven't installed anything else since the initial reboot, and subsequent reboots still haven't hung at lesat that's how i understand it - the bug tracker is long hmm well i think it should be fixed soon 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 plett: wow Yeah, I know. BSD is supposed to be the king of being easy to install on oddball hardware There are all sorts of virtual machines... For instance, how am I to pass arguments to my ARP VPS? :p 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 True, ARP don't expose that option, as far as I know 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 plett: oh i thouught it did that to the video console too? How do you mean? the press any key 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 I've never done dual-console stuff on BSD though yeah that's lame :( on my hp server it just shows to both IPMI or real serial? As HP IPMI will do redirection of text mode stuff on the 'gui' console into the IPMI serial textcons/vsp will both show i just ssh with key and use those damnit i have updated my arch kernel and have to reboot to mount a fs it seems? i tried to maek it the same as / or use diff host wow the other host is silently failing how do I go about configuring a mikrotik router as a dhcp relay I want it to assign ips to a subnet not directly connected to the router i think there's a wiki http://wiki.mikrotik.com/wiki/Manual:IP/DHCP_Relay http://wiki.mikrotik.com/wiki/Manual:IP/DHCP_Relay yea sorry for the rtfm response :) but thats for sending to another one that is relay so you're bridging to it? I am trying to get mine to accept the input from say ip helper-address and assign ip why don't you juust give yourself an ip in the subnet? directly connected network is 10.10.0.0/16 I want 172.16.0.0/16 to get an IP the subnet in question is a wireless segment I want in its own vlan oh that seems a common desire recently :) i still don't think i quite understand though and i'm trying to figure out why i can't mount a loop back file system :/ after zvol mounting wasn't working but one thing you may want to consider is just assigning ip's on the wireless router and blocking dhcp coming into your network from there got it to work used the wizard YER A WIZARD mnathani_ sweet haha BryceBot: lol i can't get my loopback mount to work wtf http://pastebin.com/573h1CS4 there was a df on all partitions in the middle but it was huge and long how can the mount work for < 1 min so it wasn't silently failing; it was working, and then stopping to work really quickly haha, BryceBot passed up an opportunity to comment on "huge and long"? how can my LAN clients access wireless clients presently they are configured with a default gateway 10.10.10.10 but wireless clients are in 172.16.0.0/16 which is behind 10.10.255.1 add a static route? kind of hard to do on each client m0unds: haha, yeah and some devices dont even have the option, like my network printer i got distracted trying to fix mount issue, i think i get how to use sasl with weechat now though :) mnathani_: static route from 10.10.10.10 to 172.16.0.0/16 10.10.10.10 can reach 172.16 its the cilents that cant but the clients should use a gateway of 10.10.10.10 to reach 172.16.0.0/16 ? so if 10.10.10.10 can reach it it should just work actually never mind it does work silly me i wanted to play with kvm on arch :( but when zvols and loopback file systems don't like me it makes it hard... maybe i should just do it on another host i wanted to play with the serial stuff you know you have too many computers when you misplace a whole computer hmm my first ssd failure \o/ it's m4 reconditioned drive, died within an hour of usage i found my computer, :) did pxe install, all went well reconditioned, you bought a used drive? yeah it had uptime of 13 hours that is always a terrible idea and a smart test. http://pastebin.com/eD3UXTZJ cos i thought it could be plugged into sata2 port... i wouldn't do it for consumer stuff, but i've deployed hundreds of refurb disks (warranty replacements) that worked well enough well they were $50 for 256gb only one immediate failure out of probably 200 yeah, that's worth the gamble i think so i figured it may be good for test network i was thinking about sticking two in and doing raid. but i've only got 3x256, and 3x128 it was going really quickly still i'm trying to figure out if there's a way to make it go again there's a uefi pxe4 boot before the bios pxe4 boot and that seems to be trying to network boot first, so i may be able to get linux up i dunno why uefi wasn't booting and bios was, i dunno how uefi pxe works, maybe need a different file? dhcp-boot=grubnetx64.efi.signed apparently that's what you do no menu but it sees my file systems, weird bah i think it's bios issue because it had dual gpt/bios partitions and was booting in legacy mode why it got the crc error i have no idea though and why it locks up when it gets confused... hmm kvm has a new faster disk i/o than normal virtio so compiling custom kernel improveds kvm network performnace a little but using a bigger mtu makes way more difference