[00:03] is there a way to instruct the installer (from a preseed file) to immediately expire the password? [00:03] that is, require a change on first login [00:16] mgw: you could set up a custom command in you preseed: http://d-i.alioth.debian.org/manual/en.i386/apbs05.html#preseed-hooks [00:16] mgw: usermod -p “” foo [00:17] chage -d 0 foo [00:18] matoc: thank you [00:53] anyone have a working policy-rc.d script? i tried the base example to just return 101, as if in a chroot, but services are still autostarted when their package is installed. concrete, recent docs seem a bit of vapor here. [01:06] bitmonk: did you make sure to "chmod 755 /usr/sbin/policy-rc.d" ? [01:06] Just having the following in the policy-rc.d file has worked for me in the past: [01:06] #!/bin/sh [01:06] exit 101 [01:06] i'm not sure it was in /usr/sbin, i think i put it in /usr/bin, hm.. it's been a while since i tried, i can give it another shot. :) === sixstringsg is now known as sixstringsg|away [01:42] whoo... [01:42] matoc is a useful person... [01:42] * Resistance fixed the issues :) === dendro-afk is now known as dendrobates [03:35] hello [03:36] anyone got a min for question === sixstringsg|away is now known as sixstringsg === sixstringsg is now known as sixstringsg|bbl [04:25] is there a way to allow a user to open a ssh tunnel to my box, but not allowed regular login? === bastidra1or is now known as bastidrazor [05:28] virt-manager doesn't want to respect my keyboard layout. :( There's no option for a dvorak layout either. I have to use a chart of a qwerty board to figure out what keys to push.... [05:29] I tried to create a keymap, but that doesn't seem to have any effect === sixstringsg|bbl is now known as sixstringsg [05:35] Any ideas how I could get it to work? === sixstringsg is now known as sixstringsg|away === sixstringsg|away is now known as sixstringsg [06:26] I'm about to do a server reboot and will be right back. :) === sixstringsg is now known as sixstringsg|away [07:49] I AMSG'D === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates === sixstringsg|away is now known as sixstringsg === sixstringsg is now known as sixstringsg|away [19:58] hello? [19:58] ohai [19:58] myjimmyweb, hi. if you have a question, feel free to ask. [19:59] cool coo! : ) [19:59] i'm trying to set up my host dns server [19:59] for a local area network i assume? [19:59] but i'm on a residential account that blocks port 80 [19:59] er [20:00] myjimmyweb: DNS doesnt run on port 80...? [20:00] well, i'd like to get this set up and ready to run on a business line [20:00] dns isn't 80, and that shouldn't matter for WAN [20:00] DNS on port 53 [20:00] which my isp does not block [20:00] yea why would you worry about DNS over the WAN tho [20:00] sounds like you want to setup a websit? [20:00] website* [20:00] well, my host machine has several guest instances of ubuntu server [20:00] i do want a website [20:00] honestly it would be more efficient for you to pay for a hosted solution... [20:01] but we can still help you get it setup [20:01] i want example.com to be hosted on the host machine [20:01] just sayin, cost vs benefit [20:01] and then each VM server to be client.example.com [20:01] you've paid for example.com? [20:01] haha, no [20:01] well [20:01] well, yes, it's a dif name but i have it [20:01] you know what i mean [20:01] yes [20:01] whatever the example is lol [20:01] lol, yeah [20:01] you've paid for it, it's yours [20:01] yup [20:02] you have a static IP from your provider/ISP? [20:02] no, it's dynamic [20:02] that's thething [20:02] well [20:02] dyndns [20:02] i got an account with custom dns routing [20:02] hrm [20:02] and route it to an alternate port [20:02] wait, no [20:02] well [20:02] customers won't be able to use it if 80 is blocked [20:03] you're going to need to talk to your ISP or host it elsewhere [20:03] yeah, i can access it from a dif port that i forward to port 80 on the host machine [20:03] seriously, even if you've already purchased the domain name it'll be cheaper in the long run to just pay a vps or something to host the actual site. [20:03] my main question is if i can get the subdomins working with my BIND server on the host machine, routing each clientx.example.com [20:04] oh [20:04] that's local [20:04] and i used dnsmasq when i set that up cuz i was lazy... [20:04] i could just point you and some bind docs, which i assume you've read. [20:04] the reason i want to host it is it's not just a website, it's kind of a media cloud portal so i need local access to it to upload 100s of gigs of vides/music [20:04] yes [20:04] heh [20:04] so like, i made a new master zone [20:04] demo.example.com [20:04] and you're trying to do this on an ISP that blocks port 80... [20:05] yes [20:05] well, I'll be moving it to a business line soon [20:05] cool [20:05] but I can't justify paying for one at the moment [20:05] so i wanted to get it running to some extent on my residential account, then move it over [20:06] yea [20:06] you can just change the port on apache [20:06] or wherever you forward it. i do it on my router. [20:06] i get that.... and i know how to [20:06] k [20:06] but idk how to implement the subdomains running on different apache servers [20:06] like, example.com is the host server [20:06] and clientx.example.com is running on as a guest on example.com [20:07] have you seen this? [20:07] http://content.websitegear.com/article/subdomain_setup.htm [20:07] yes [20:07] and i think i'm close [20:07] k [20:08] so what's not working [20:08] so what i've done is set up the hostname following the howtoforge perfect server ubuntu 11.10 [20:08] on the guest machine [20:08] heh [20:08] ok [20:08] I am having trouble getting webmin to work over the internet. I can access it from within my LAN, but not from outside. The port is open on my router. FTP and SSH services work from from both LAN and WAN [20:09] and on the host BIND server i set up the zone clientx.example.com pointing to the internal server address of the guest machine [20:09] subman, have you tried nmapping the port over the WAN? [20:09] you're not trying this locally, to your external 'site' address are you? [20:09] myjimmyweb, ok [20:10] yeah? [20:11] so do i really just need to change the virtual server address of clienx.example.com to that address? [20:11] according to that link you sent me [20:11] myjimmyweb, i'm missing something. what's not working [20:13] i can't access the subdomains [20:13] like, if i go to example.com:myport [20:13] it works [20:13] but i can't go to clientx.example.com:myport [20:13] externally or internally [20:14] well, both i guess [20:14] lol [20:14] might want to make this all work on the LAN [20:14] then worry about the WAN [20:14] yeah [20:14] that would be nice [20:14] start small, work bigger. [20:14] but what you're doing is over mah head. plus i have to go. sorry... good luck. [20:14] cool [20:14] thanks tho [20:30] hmmm, using nmap to check for open ports, and 10000 does not show up. The other ports that should be open do show up. [20:30] 10000 is probably eithier closed at the firewall, closed at NAT, or not used [20:30] if i remember right, webmin does not autobind to 0.0.0.0:10000 [20:30] (aka the internet) [20:30] !webmin [20:30] webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. [20:31] ^ and that, btw [20:31] Resistance: Error: "and" is not a valid command. [20:31] Resistance, what is a supported alternative? [20:31] Resistance, it works great from within my LAN [20:33] subman: i assume you're behind a NAT then? [20:35] Resistance, I am behind my router [20:35] then that's a yse [20:35] yes* [20:35] when I say NAT, I mean routers [20:35] the issue with NATs... [20:35] is that they hide all ports that are open... [20:35] in a sense, they have their own firewall [20:35] you need to go into the router's settings and portforward port 10000 at the router to port 10000 at your machine [20:36] but i still do not recommend webmin [20:36] i'm not sure there *is* a supported alternative... [20:36] lemme check [20:37] Resistance, thanks. I have forwarded port 10000 to the machine. I did the same with FTP/SSH/http and they work fine over WAN [20:50] Ah, this might be an ISP problem with blocking ports....at least that is what my research is pointing to. [20:54] [21:09] . === root is now known as Guest44656 === Guest44656 is now known as iBaer [21:10] So, any supported alternatives to webmin? [21:10] I don't find any in the software manager [21:13] subman: I think ebox was support and thought to be the alternative for a while. No idea if that's still the case. [21:13] matoc, found it, thanks! === sixstringsg|away is now known as sixstringsg [21:19] is there any good alternative to webmin? [21:19] ebox perhaps, but anything else? [22:45] i can't connect to my server via ssh , i don't see any prompt about password and i got no error , any idea what happened ? [22:57] hidensoft: what's the error? [22:58] hidensoft: sorry, missread that. Do you know if the port is open? [23:00] matoc: http://paste.sternix.net/6 [23:03] hidensoft: I've seen issues with SSHD not letting you connect if it can't resolve the IP (reverse DNS). It can be turned of in the config file. [23:03] *off [23:03] matoc: where is the config file ? [23:04] hidensoft: /etc/ssh/sshd_config [23:05] matoc: so how i can change config file while i can't use ssh ? [23:05] hidensoft: the config is needs to be added to the file, I'll look it up for you... [23:06] hidensoft: you don't have some sort of consol access? [23:07] matoc: no :( [23:07] hello, i would like some help with smartctl, i'm trying to debug this one bad sector [23:07] for my reallocated_sector_ct i have a raw value of "27 (0, 15)" [23:07] what does it mean? [23:08] i think its impossible :( shit [23:08] hidensoft: are all the other services accessible? I suppose you've tried a reboot... [23:08] what's with the numbers in the brackets and what's the max sectors i can reallocate [23:08] hidensoft: does your ISP provide KVMoIP [23:09] matoc: currently i have not access to server management panel , did you think its can be ok with reboot ? [23:09] matoc: i don't know about KVMoIP [23:09] it might reset the service. [23:10] hm [23:28] Can someone help me with OpenVPN? When I try to connect from client to server OpenVPN on client machine says connection failed [23:29] http://screensnapr.com/v/3CetJQ.png [23:38] Okay, nevermind - stupid spellin error [23:39] Now it says "Sat Dec 31 17:37:39 2011 Need hold release from management interface, waiting..." and has been so for several min [23:53] Okay, resolved that.. [23:54] Now I had intended on using OpenVPN so I could access my Samba Shares (OpenVPN is suppose to make it so that the client thinks its part of the network that has the Server Running Samba) but I'm unable to see Samaba Shares