[00:00] dunno what your hw is, but thought I'd mention because after finally being able to install in EFI I thought I had it [00:00] and I was soooo wrong... [00:00] :) [00:00] yeah, sucked to be me that week [00:00] on the up side I learned quite a bit through the process [00:00] so I don't really mind, just need to take a step back for perspective, in the moment it quite sucked I admit [00:04] plus no nvme booting :/ on a machine that could probably stand to use some help booting more quickly :) [00:04] nah, I think I got that covered, I put in a pci-e adapter and slapped a m2-ssd in it :P [00:05] that's one of the many nice things I found out about in that week [00:05] that worked but the nvme didn't? o_O how's that different? [00:05] there's actually some surprisingly cheap things you can do with pci-e expansion slots and m2 [00:06] yeah, the pci-e adapter still has a sata cable going to the sata port on the mobo [00:06] so the disk is still presented to the bios as a sas device [00:06] really? is that just for booting? or .. now.. now I'm confused again [00:06] for booting and OS, I got a dual card, one side is a m2sata, the other is nvme [00:07] so the sata is for OS/booting, the nvme for app [00:07] all in one pci-e [00:07] ohho [00:07] that's clever [00:07] and the nvme is accessed through pci-e bus, which in the X9 feeds right into the CPU, it's pretty neat [00:07] while the m2 goes through standard sata bus, but it's plenty for Os/boot [00:08] it's both a headache and fun to find creative way to make the little donation money work [00:09] but you can build a 32cores, 128GB of ram with nvme for ~$700 on a good day [00:09] and beats in reliability, power comsumption and maintenance all the donated desktops they were using [00:10] (moving some off to containers on that srv as I type... finishing cups instance up) [00:12] zounds nice work [00:13] I'd rather be doing woodwork all the time :P [00:13] you resisted the temptation to just keep looking at slightly newer and slightly newer gear.. [00:13] but they need this more than they need work, so whatever, I'm here to help after all [00:13] sarnold: well there just isn't the money... :P [00:13] drab: oh that helps [00:14] at this point I figured that 2 generations old is the sweet spot... you get new features and relatively upgradable tech while costs have dropped substantially [00:14] I started out skimming ebay and deepdiscountservers and kept going for better efficiency and quieter and so on.. [00:14] in the case of SM for example the X10 and X11 have of course many improvements, but to this business case it really doesn't make a difference [00:15] and we have a remote basement :P [00:15] wouldn't want this in a homelab for sure [00:15] yeah, I've done that too, then I look at the budget I was given and hit the back button :) [00:16] :) [00:16] it's very time consuming to build custom like this tho, I'd never do it for a business [00:16] you can save quite a bit and get quite a lot out of each $$, but it's a huge time sink, you'd spend more in wages at that point [00:18] I was happy to pay thinkmate to build and test it for me; I don't have any parts tha I could use for troubleshooting, and that class of hardware was entirely new to me. I didn't want to wind up with a few thousand dollars worth of parts that didn't want to play well together [00:18] yeah totally, I was on the edge for the whole week because no matter how much I gogoled I just couldn't be sure [00:18] but there's also 30 days return [00:19] well done with the neato sata + pci mixed thing. crazy. [00:20] the worst part was to get the power cable over since the chassis aren't really designed for that... [00:20] it's a SAS case with a backplane, no SATA business even tho it has sata connectors on the mobo [00:21] heh that was half of why I liked thinkmate there -- even though it's got a sas expander they were prepared to sell it with sata drives plugged in. :) [00:55] can someone tell me why downloading from an internet ip like using http is faster than using http from a local pc on the lan. the download speed from the internet is 3megabytes/s while local pc source is 30kb/s!! can someone tell me what's up? I'm downloading to a laptop pentium 3 with gigabit card from a iis web server on windows 7 that has also gigabit card [01:03] something is wrong then [01:04] you would need to diagnose the issue [01:04] its either the nic, cable, the server/config [01:05] I can test with samba if I knew how [01:05] cncr04s: do you know about iis [01:08] I used it once a long time ago, I'm an apache person [01:11] I know my nic is fine cause it can download a 3MB from the internet must be the iis [01:11] I'll use another pc good idea [01:15] a third laptop with windows 10 on wireless n downloads at 5mb/s is not iis [01:25] i'm using links2 to download the file could that be why? where to change download speed? I checked couldn't find [01:27] I guess that's a possibility; try wget or curl, those should hit almost-wire speeds no trouble [01:27] even on a p3 [01:27] maybe not full gig,but hopefullysomething better than 30kbps :) [01:28] the next debugging steps might be to use tshark or wireshark or tcpdump to see what's actually being sent [01:31] sarnold: yea I forgot about curl or wget! gez [01:31] sarnold: btw what mime type do I set for pk3 files [01:32] application/x-pk3? [01:33] rose_: sorry, no idea; what application would you use to read those? [01:33] urban terror [01:36] sarnold: I tried wget I have no curl and the speed is 50kb/s slow too [01:36] hrm, not much docs around the web about the mime type to set. I think I'd use application/octet-stream unless you can find something specific.. [01:37] sarnold: why? is not iis why downloading from other lan pc is slow I can donwload faster from internet [01:37] sarnold: ok [01:38] rose_: you'll just have to figure out what's wrong one step at a time; you can try replacing components one at a time or maybe tcpdump, wireshark, tshark, etc., to watch the transfers and try to spot protocol problems, or excessive arps, or whatever [01:40] sarnold: unfortunately I don't know how I'll have to post it on like a forum [01:41] I can record with tcpdump but then I wouldn't know where to start [01:41] unless you're familiar with what normal looks like it could be hard to spot abnormal.. [01:46] sarnold: do u know how to connect to my windows shares? [01:46] I type smbclient IP 10.0.0.6 and it shows help info [01:47] it's something like smbclient \\\\servername\\sharename [01:47] if you need to use an IP because the servername isn't automatically resolved then I think -I will let you specify the IP [01:54] I did that I'll try again [01:59] sarnold: it doesn't work [01:59] sarnold: I get the screen with all the swtiches [01:59] I'm typing smbclient -I 10.0.0.6 [02:00] I tried -p 445 too [02:00] I think the server name may be mandatory [02:00] either smbclient -I 10.0.0.6 -L \\\\servername or smbclient -I 10.0.0.6 \\\\servername\\sharename [02:01] sarnold: however -L and hostname shows my shares [02:01] yea I'll keep digging [02:07] sarnold: ok I'm in [02:08] sarnold: I typed get file.mp4 and it gave me an error [02:08] it kinda hanged for like 30sec [02:08] what error? [02:08] sarnold: I can download files from that share from other pcs [02:08] I'll know in a second [02:10] it says paralle read returned nt_status_io_timeout [02:20] sarnold: I got the same problem than a guy on superuser forum [02:20] nt timeouts and slow file sharing [02:21] rose_: maybe that means there's something in the windows event viewer [02:41] sarnold: not much [02:58] sarnold: just some errors not related to file sharing [02:58] sarnold: asI can share with like my laptop and phone [02:58] rose_: dang :/ time for me to run; good luck [02:59] cool === gunix is now known as list === list is now known as gunix [10:03] Good afternoon === Tzunamii_ is now known as Tzunamii [14:54] hello. how do I setup my ubuntu 16.04 to use my school proxy? the normal gui just not working for me. thanks [15:06] hosas: i don't think this question is for ubuntu server, but i will help you anyway [15:06] hosas: you have 2 options of setting up your proxy. via GUI (write proxy or network in search box) and you will have a window to configure manual proxy. however, this will work for chromium/firefox but it might not always work for bash [15:07] hosas: for bash, you should run the following commands: "export http_proxy=http://10.10.10.10:8080/" and "export https_proxy=https://10.10.10.10:8080" [15:07] hosas: of course, replace 10.10.10.10 with your ip [15:07] gunix: thanks [15:08] hosas: adding the exports within the terminal will fix your proxy for stuff like apt and wget within the terminal, but not for stuff from the Desktop environment. you need to add them with the network interface in order to get proxy to work with chromium or whatever browse you use [15:13] gunix: the proxy has a username and password- how do I add that to the bash-option? [15:14] hosas: i forgot [15:15] hosas: there were multiple ways, but i found a proxy within my company that works without auth, so i use that [15:16] ok [15:16] it's school proxy I just need to use to activate an academic license of a software [15:17] hosas: export http_proxy='username:password@http://proxy_hostname:proxy_port' [15:17] try that [15:17] gunix: wait in the network interface I can't see proxy option there [15:17] ok [15:18] thanks [15:18] hosas: from GUI you should find this: https://i.stack.imgur.com/YkO3x.png [15:18] oh that [15:19] hosas: if this works for you, please confirm so you can make me happy i helped someone [15:19] I didn't work with the terminal [15:19] but thanks [15:20] hosas: if your password has some special characters you might need to escape them [15:20] gunix: It doesn't have to work for to know you've helped. you've helped already by just replying me. [15:21] gunix: of course my password has special characters [15:22] hosas: i thought so ... that will give you some work :D try to do some "wget google.com" and you should receive the error from the proxy. if the credentials fail, try escaping the characters [15:22] ok [15:22] let me give it a try [16:09] the proxy didn't work, but thanks man. I think it's because of the special character:-D [16:09] ... [16:10] hosas: did you try to google it? [16:10] I did [16:10] hosas: and still nothing? [16:10] someone suggest character encoding [16:10] hosas: give me your password so i can try it locally [16:10] cool joke, right? [16:11] hahahahaha [16:11] maybe I drink too much [16:12] gunix: would try it when I'm more sober. thanks again. [16:13] hosas: too much wine in paris and you have been tasked to clean all the bottles? [16:13] :) [16:13] it's weekend man [16:14] hosas: i don't judge [21:19] how does nm-applet do I.C.S. I want to copy over the settings for doing I.C.S. without the gui or x running. [21:20] something for #ubuntu-router [21:33] If you're referring to Internet Connection Sharing, you can setup a very basic NAT system by enabling IP forwarding and applying one iptables rule [21:34] in /etc/sysctl.conf, set net.ipv4.ip_forward=1 (it may be commented out), you can activate it with "sudo sysctl -w net.ipv4.ip_forward=1" the last thing is to apply NAT on your external interface, assuming it's eth0, it would be "sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE" [21:34] there are much better ways to set all of this up, but that should get you started