[01:05] why i cant run this from everywere /var/etc/newcs.x86 [01:06] i must do it from folder itself [01:06] ./newcs.86 [01:06] ./newcs.x86 [01:06] why? [01:06] wiiflow: b/c that executable is not in your PATH [01:07] how can i make this to be runed from rc.local [01:07] wiiflow, you can give it the full path eg var/etc/./newcs.x86 [01:08] look [01:08] root@Maverick:/var# /var/etc/newcs.x86 [01:08] This is NewCS 1.67 RC1 [Build: 95] - the New CardServer by the Butter-team.. [01:08] Compiled on Jul 14 2009 at 12:13:18 [01:08] Reading Config file from /etc/newcs.xml [01:08] Cannot open config file... quitting [01:08] it opens the newcs.xml just were it is [01:08] dont know why [01:09] well it obviously needs to find the config file [01:09] copy newcs.xml to /etc? [01:09] the point is how to run itself with ubuntu from rc.local [01:10] because it dont run from nowere just from itself folder [01:10] in rc.local do a cd to that folder first [01:10] how? [01:10] this way looks my rc.local [01:10] cd /path/to/folder [01:11] sleep 45 [01:11] sleep 45 [01:11] /var/etc/newcs.x86 [01:11] one sleep [01:11] sleep 45 [01:11] cd /var/etc/ [01:11] /var/etc/newcs.x86 [01:11] should look like this? [01:12] or maybe [01:12] or just newcs.x86 since ur already in that folder7 [01:12] sleep 45 [01:12] cd /var/etc/ [01:12] ./newcs.x86 [01:12] like this [01:12] this looks promising [01:12] lets see [01:12] yes try that out? what ur up to? card sharing? ;) [01:13] yea [01:13] hehehe [01:13] n1 [01:13] used to do that with some frined [01:13] friends* [01:13] and a couple of dreamboxes [01:14] brb [01:17] worked [01:17] :) [01:17] thanks [01:17] ur welcome [01:18] :) [01:20] i wish you a lotta channels hehe [01:25] i have my owns cards [01:25] :) [02:29] This might be a bit off topic. But... What is the best place to buy a domain at a low price? [02:31] best is a matter of opinion [02:31] I use mydomain.com, they've been good so far [02:36] cool. I'm looking into getting some kind of affordable cloud hosting to install ubuntu. [02:39] much ubuntu-ltsp experience here? [02:48] hello, i have a support question relating to a boot issue. [02:49] computerwiz_222: Ask your question, and it might be answered :) [02:50] my problem.. i was playing with fstab for nfs. i edited the file and it wouldn't boot anymore. i used a livecd to revert the file and now i get initramfs. my root partition is raided. [02:51] raid1 [02:54] any ideas? im really in a bind.. this is my home server with 2.5tb of data and his issue has stumped me lol [02:54] this* [02:56] What does it say before you go into initramfs? [02:58] various mount errors such as: mount: mounting /sys on /root/sys failed. no such file or directory [02:59] the livecd revealed that all the partitions appear fine.. no dead hard drives here [03:00] Maybe your UUID in your fstab is screwed up? [03:01] do you have any suggestions for fixing this? or links to point me in the right direction. === WinstonSmith_ is now known as WinstonSmith [03:02] computerwiz_222: I think you need to have another look at your fstab [03:03] I think it cannot mount / because there is an error of some sort [03:03] sure thing, I'll check it out. [03:03] how do i use rm to remove every file whose name matches a particular pattern inside a directory and it's subdirectories? say, i want to remove *.txt in /malarkey , and also /malarkey/stuff, and /malarkey/junk [03:03] StrangeCharm: man find [03:03] Thanks, I'll let you know. [03:05] thanks Jeeves_ [03:06] np [03:21] oh my god thank you so much!!! I'm back in business. [03:24] computerwiz_222: Good. What was wrong? [03:29] i added a line to fstab to boot from /dev/sdb5 (root) directly. its a hack but it gets me access to my data fast. [03:30] Ah [03:30] But now your raid is probably 'broken' [03:31] nope mdadm all checks out somehow [03:32] Well ok :) [03:32] boy... dont touch a server for months and the dust really piles up... gotta clean this up tomorrow [03:35] this thing went down last night and it was too late to fix it.. so today i went out to ge my new tetra2 android tablet and all my hd media is locked up on the server lol [03:35] get* [05:31] Wondering... Does Ubuntu comes built-in some kind of firewall?! I installed apache for my new domain name and I can't see to connect using the domain name, but it works with the IP [05:33] Not sure it comes default or not, depends on installation options, but yes, there's that piece of crap ufw. [05:34] But, if it works with the IP, it's not firewall. [05:34] Check iptables -L -n [05:34] Psi-Jack: can you try www.elezium.com please? [05:34] Verify, is 67.70.32.65 correct? [05:34] yup [05:35] It works. [05:35] got ya [05:35] Thanks [05:35] This is the default web page for this server. [05:35] yes, didn't put much yte [05:35] Much? heh, you've not put anything, yet. :p [05:35] hahah! [05:35] Just building a home lab ;) [05:47] Thanks Psi-Jack for you help, I'm leaving [05:48] Don't make any meth. [05:51] Just enough ;) [05:55] :P [08:09] good morning shai [08:09] :) [08:09] Hi :) [08:09] Should I repeat the question from #ubuntu? [08:10] wait a sec [08:10] np [08:11] shai__: you can simulate an apt-get command with -s [08:11] -s, --simulate, --just-print, --dry-run, --recon, --no-act [08:11] No action; perform a simulation of events that would occur but do not actually change the system. Configuration Item: APT::Get::Simulate. [08:11] Right, but I would like to read on every update, before actually (even in simulation) installing them [08:12] -u, --show-upgraded [08:12] Show upgraded packages; Print out a list of all packages that are to be upgraded. Configuration Item: APT::Get::Show-Upgraded. [08:12] I see... [08:12] shai__: is that what you are after? or am I missing your point? [08:12] And what command would make sure that only those 7 packages are installed and not the rest of the packages? [08:13] I'm not sure this is what I'm after just yet.. I need to check ... [08:13] shai__: I use -s for that [08:13] But my main concern is, that I don't want to upgrade packages which are used in production (LAMP), unless those are security updates and then, I want to review them first. [08:14] But -s is "simulation" and not "security" ... [08:14] shai__: IMO you'd be better off doing the reverse. [08:14] meaning? [08:14] A security update is unlikely to bring in a bug [08:14] A feature update is VERY likely to bring in a bug [08:15] Thus, reviewing and rejecting updates from the latter category unless you REALLY need them is useful. [08:15] Exactly! [08:15] This is why I ONLY want to install security updates on production server. [08:15] Thus, I want a way to make sure that my update/upgrade/safe-upgrade command will ONLY install security updates and nothing else. [08:16] shai__: then it's simple [08:16] shai__: only refer to lucid and lucid-security in your sources.list [08:16] shai__: Let me ask, do you run a non-stable version of Ubuntu on a production server? [08:16] No. [08:16] shai__: feature updates will never appear in lucid nor in lucid-security -- they appear only in -updates and -backports [08:16] shai__: Then all updates you are going to get is security or stability fixes. [08:17] 20 packages can be updated. [08:17] 7 updates are security updates. [08:17] *strictly* speaking policy probably allows updates to -security that fix bugs that cause massive data loss, too [08:17] shai__: pastebin the output of "apt-cache policy" [08:18] http://pastebin.com/Dqb2xk7P [08:18] twb: shai__ wants them as well. [08:18] shai__: "Your paste has triggered our automatic SPAM protection filter. This happens when too many links are detected in a paste." [08:18] Try "apt-cache policy | pastebinit -b http://paste.debian.net/" [08:19] I don't have 'pastebinit' [08:19] Also, speaking in Debian terms, security upgrades goes to normal updates on point releases. [08:20] I'm kinda confused... [08:20] :) [08:20] shai__: then manually use a different pastebin [08:20] twb: Just enter the capcha, you'll see the policy. [08:20] gcs_: I am not able to do that [08:20] twb: ? [08:20] http://paste.debian.net/hidden/f908d6fa/ [08:20] shai__: thank you. [08:21] twb: Btw, he has a mix of Karmic and Lucid source lines, including updates. [08:21] shai__: see, you have -updates enabled [08:21] Hmm... this isn't the correct output :) [08:21] This is an amazon instance and not a production server.. hold on [08:21] shai__: maybe you have stuff in sources.list.d that you forgot about [08:22] http://paste.debian.net/hidden/fffd9e93/ [08:22] There you go [08:22] shai__: ok, again you have -updates enabled :-) [08:23] And that's not what I want? [08:23] shai__: Stupid idea, but would you subscribe to -security? [08:23] shai__: -updates is feature updates; -security is security updates [08:23] I have ... [08:23] I get emails on security updates [08:23] shai__: if you don't want the former, simply remove it from sources.list [08:24] shai__: When you get a security notification, you can install that pakcage only after evaluation. [08:24] I do want to be updates on it... [08:24] I just don't want to install them when I run my aptitude/apt-get command [08:24] shai__: hm, then I guess you could pin a=lucid-updates to -1, which will prevent them ever being installed without explicit OK [08:24] shai__: Well, if you don't want to install them, why have it in sources.list ? [08:25] It says I have 7 security updates. I want to run my aptitude/apt-get command and have it only install (show me first ie. dry run) the 7 sec. updates [08:25] gcs_: to be notified. I can't just ignore them. I need to know they are there and are needed. [08:25] don't cost me none either .. so why not :) [08:26] lol .. pastebin only wanted me to enter a 3-digit captcha code to authorized the paste... [08:26] http://pastebin.com/Dqb2xk7P [08:26] :) [10:11] New bug: #694953 in samba (main) "missing i386 libraries on amd64" [Undecided,New] https://launchpad.net/bugs/694953 [10:21] i am getting http://pastebin.com/tQCT5M7s when try to execute a dump of a 27G large DB. I did raise mysql timeout values to 864000 e.g. 10 days. Still no use. [11:45] hi [11:45] Are there any tools to check for disk errors [11:45] I see high wa [11:45] I am on Ubuntu 10.04 LTS [11:46] kaushal: smartmontools [11:46] ok [11:46] I did that [11:46] It doesnot start [11:47] kaushal: as the documentation indicates, smartmontools provides both a daemon and a CLI for direct use. [11:47] * Restarting S.M.A.R.T. daemon smartd [fail] [11:47] Use smartctl as the documentation directs to begin a self-test, then when it has completed use smartctl again to inspect the results [11:50] http://pastebin.ubuntu.com/548204/ [11:51] kaushal: "/dev/cciss/c0d0p1" means you're running cheapo hardware raid [11:52] i.e. you are fucked. [11:52] ok [11:52] twb: so what has to be done now ? [11:53] Obviously you can turn the machine off, put the drive in something else, and run smartctl on that [11:53] But I assume you don't want to turn off a production server [11:53] yeah [11:53] <_ruben> raid implies multiple redundant disks, so if they're hotswappable... [11:54] so how would i know whether its a harddisk issue [11:54] top says high wa [11:55] I ran ./check_cciss-1.8 -v [11:55] RAID OK: Smart Array P410i in Slot 0 (Embedded) array A logicaldrive 1 (279.4 GB, RAID 0, OK) array B logicaldrive 2 (279.4 GB, RAID 0, OK) [Controller Status: OK Cache Status: OK] [11:55] <_ruben> high wa has 2 common causes: dying disks or overloaded disks [11:55] Please suggest further [11:55] kaushal: presumably you've already checked dmesg for suspicious warnings? [11:55] yes [11:55] Ahaha, RAID 0? [11:55] <_ruben> raid0 aint raid [11:55] raid0 in production server? :-o [11:56] Maybe he's using it for a reeaaaaaly big swap partition [11:56] its RAID 10 [11:56] Actually never mind, swap stripes internally anyway [11:56] well anyway, using cheap raid-cards in production server is quite big mistake [11:57] <_ruben> that doesn't say raid10, unless you're doing software raid1 over the raid0 luns [11:57] Technically cciss is expensive, it just isn't any good [11:57] It's HP's line of crappy hardware raid [11:57] fuck HP [11:58] yep [11:58] hear, hear [11:58] either proper raid or then software-raid [11:58] proper hw-raid [11:59] fuck HP ASSHOLES [12:00] gobbe: so what hardware RAID has to be used ? [12:00] I mean which make [12:01] kaushal: 3ware [12:02] ok [12:02] what does cciss mean ? [12:03] cciss is the name of the hp raid stuff [12:03] I haven't had any issues with my smartarray stuff, but then I don't have any P410's [12:04] all mine are in raid1 config though, with sas 15k drives, get a good 500iops out of them [12:18] Hi Guys [12:18] Anybody here worked with KickStart/Ubuntu before ? [12:23] ask the question [12:35] gobbe: I used the autopart statement in a kickstart file to bootstrap Ubuntu server 10.4.1, however during the installation it stops to ask if this is the correct partition scheme that i want, i want a fully automated installation with no human intervention required [12:35] so i need to automatically answer this screen with yes [12:37] DigitalFlux: not sure about kickstart but this is possible with the preseed method [12:37] pmatulis: Hmm [12:40] Seems like it used to work with 9.10 [12:40] But not with Lucid [12:40] https://bugs.launchpad.net/ubuntu/+source/kickseed/+bug/537421 [12:40] Launchpad bug 537421 in kickseed "automatic partitioning within kickstart does not work" [Undecided,Confirmed] [12:46] yep [12:46] needs to be fixed [13:10] hrm, Ive an issue with my server, I can login with sftp, but logging in with ssh it just hangs after I enter the password [13:13] jussi: check the server logs [13:14] its really strange, /var/log is coming up empty, but Im logged in as root. [13:14] jussi: no files under /var/log? [13:14] thats correct [13:15] jussi: did you set up this server? [13:15] pmatulis: no, its a vps, came with ubuntu set up. [13:15] I did add users etc [13:16] jussi: you should turn to your vps provider, /var/log _should_ have several files [13:17] yes, it should - seems its not loading the content there (Im trying the cli sftp client right now) [13:17] its hanging on "ls" in /var/log [13:17] interesting... [13:18] yes, its very strange [13:18] jussi: pastebin output to 'dh -Th'? [13:18] pmatulis: I dont have any shell access...- [13:18] jussi: ah [13:19] just sftp [13:19] jussi: correction anyway: 'df -Th' [13:19] jussi: i think the provider is shoving all their machine logs somewhere else [13:19] is there anyway to run a script at boot? (I can reboot the script, perhaps I can drop something somewhere with sftp to get some diagnostics=) [13:20] err, I can reboot the machine [13:21] jussi: i would just contact your provider [13:21] ok [13:43] hi [13:43] Ihave problem with server mail [13:43] ask the question [13:44] nothing works [13:45] please be little bit more specific, it's quite hard to help withoit knowing more :-D [13:45] I' M italian one moment please [13:45] his server won't power on :) [13:46] try italian, google language convert :) [13:46] patdk-wk: :D [13:49] yes [13:49] ok [13:50] I would try with you the operation of the mail server [13:50] some directive? [13:51] i installed sudo apt-get -y install postfix postfix-ldap spamassassin dovecot-pop3d dovecot-imapd mailscanner [13:51] but certainly misconfigured [13:52] I do not know what the ldap server? [13:52] what is the name [13:53] please help me [13:53] why do you want ldap-server? [13:53] isn't plain postfix enough? [13:54] ubuntino: fix config with dpkg-reconfigure postfix [13:54] ;) [13:55] well....i don't get idea of installing postfix with ldap, if you don't have any need for that [13:56] ok now to test the proper operation? [13:56] a no ldap with postfix? [13:57] well. why did you install it at first? [13:57] did you have reason for it? [13:57] were you reading somekind of howto? [13:57] ubuntu guide [13:57] url? [13:57] http://wiki.ubuntu-it.org/Server/Mail [13:58] now remove ldap ok? [13:58] apt-get remove [13:59] ok done [13:59] Now to check the operation? [14:00] check what operation? [14:00] what do you think of a 'telnet localhost 25' [14:01] to see if it works [14:01] you can do it [14:01] if you want [14:02] and now [14:02] I see nothing [14:02] well, your server is not up [14:02] did you restart it? [14:03] postfix? [14:03] restart postfix? [14:04] you should read the whole howto [14:04] and do like it says [14:04] already done, but nothing [14:04] url? [14:05] so is your postfix running? [14:06] what do you advise me to install up to a mail server? [14:06] i advise you to follow that howto [14:06] :) [14:06] this is my screen [14:06] ying ::1... Connected to localhost.localdomain. Escape character is '^]'. 220 code-desktop ESMTP Postfix (Ubuntu) [14:07] ): [14:07] well it means that your postfix is running [14:07] I am not come to head [14:08] time to enter the users? [14:08] to enter the users? [14:09] yep [14:09] .... [14:12] I have account ubuntino [14:12] to make ubuntino@mioserver.com [14:12] to make ubuntino@myserver.com? [14:13] please please [14:13] ): [14:13] ubuntino: please google for 'linux telnet test smtp' [14:14] ok [14:14] ubuntino: you need to have domain and correct mx-entries to be able to set up mail server [14:15] I have ivancristina.com [14:15] ok [14:16] where I find the entries mx-entries [14:16] from your dns-server [14:16] if you are not familiar how dns and email-servers work, why you are trying to build on?-) [14:17] ubuntino: please continue with telnet testing. MX records are not required for such a test [14:17] okok later on / etc / resolv.conf [14:19] this is my nameserver ns1.netsons.com [14:19] and ns2.netsons.com [14:19] oh well. no more from me [14:19] I do it for study [14:20] I enter them into my server on resolv.conf? [14:20] nameserver? [14:21] no [14:22] someone is willing to teach me also to pay? [14:23] no [14:23] someone is willing to teach me also to pay? [14:24] I want to learn [14:24] you can learn by starting to read documentation [14:24] there's sooooooooo many documents available from google for mailservers [14:24] ubuntino: https://help.ubuntu.com/10.04/serverguide/C/postfix.html [14:24] already [14:28] postfix is quite trivial to setup [14:28] my main job is to repair digital clocks, with a guide you would succeed? [14:29] depends on guide [14:29] I installed postfix and it works now I want to go ahead [14:29] if it's step by step, then yes [14:29] what means go ahead? what do you want to do now? [14:29] or what is the goal [14:29] such as ubuntu [14:30] you might understand that it's quite hard to give help without enough information [14:30] ok [14:31] After postfix dovecot-common is installed [14:31] right? [14:31] ? [14:34] I've posted in the guide is written podo instllare postfix dovecot [14:34] I've posted in the guide that is written after instllare postfix dovecot [14:35] sorry [14:35] I've posted in the guide it says after you install postfix dovecot [15:31] Ok [15:31] Hi [15:32] I need some support for Ubuntu Server [15:32] so I ordered a VPS off a site [15:32] and they have given me root [15:32] and I told them to install [15:32] Ubuntu Server [15:33] I think it was Ubuntu 8 [15:33] anyway [15:33] what commands do I use in SSH [15:33] to install a decent GUI [15:33] preferably Gnome [15:34] Liked, if it is meant to be a server, you should install Gnome. [15:34] my question is, how? [15:34] You mean "shouldn't" [15:34] oh [15:34] so what would be better? [15:34] Liked, if it is meant to be a server, you shouldn't install Gnome. [15:34] What would be the best GUI [15:34] for a server [15:34] ? [15:34] XFCE? [15:34] Liked, in fact, if it is meant to be a server, you shouldn't install a GUI. [15:35] but say I felt... compelled to. [15:35] Most people don't use any graphical environment on a server, especially on a VPS. [15:35] the VPS is of good spec. [15:35] 2gb ram [15:35] How were you going to connect to it to see the screen? [15:35] through VNC [15:36] If you're so compelled to do it, then install whatever you want. [15:36] Liked, many people will point out that withouth GUI, you'd save plenty resources for the daily server activities. But even if performance is not an issue, you shouldn't use GUI in a server. [15:36] Liked: well if you want gnome, then install it with apt-get? [15:37] Liked, none of the tipical server activities (like being an HTTP server, FTP server, e-mail server etc.), none of them you'll be able to administer, configure or even turn on or off throught a GUI. UNIX-like servers weren't made to be used with a GUI. [15:38] apt-get install ubuntu-desktop [15:38] Liked, you may install it, you may use it, you may access it remotely but you'll only get a poor desktop experience. If you want to try Ubuntu, just use a LiveCD. [15:38] but really that isn't a ubuntu-server question [15:39] unless he wanted a remote desktop, I have done that sometimes, for testing different things, but then, it wasn't meant to be a server anyways [15:39] Liked: 2GB is not a lot for running a graphical environment. you'll also need memory for the server portion [15:39] patdk-wk: I was thinking of a remote desktop I guess. [15:39] ya, not server related question [15:41] Liked: you may consider a light window manager such as openbox but the best option is to learn the command line [15:42] pmatulis: Thanks I guess [15:42] I did consider openbox [15:47] maybe o/t but i'd like to rsync some files from a remote host (one i don't control). it's got our website on it and i want to make sure i have it backed up somewhere. i'm doing: rsync -avz user@www.remotehost.com:~/directory /srv/other_host_backup/www.remotehost.com [15:48] one problem i'm having it says "bash: rsync: command not found" on the remote host. i figured i only needed rsync on my local host to do this operation. [15:48] any ideas? [15:51] New bug: #695055 in clamav (main) "package clamav-milter 0.96.3 dfsg-2ubuntu1.0.10.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/695055 [15:54] AndyGraybeal: no, it needs to be installed on both sides [15:55] pmatulis: why do you think it's telling me 'rsync: command not found" do i have some syntax wrong? [15:55] AndyGraybeal: unless you're rsyincing over nfs, it needs to be installed on both sides [15:56] not nfs, i don't have control of the remote host :( [15:56] can i do something like a wget instead? if rsync is out of the question? [15:56] or scp? [15:56] i guess scp would be better. [15:56] AndyGraybeal: scp is a good option, yes [15:57] okay, thank you much. [15:57] AndyGraybeal: but if you will be doing the backup often then rsync is the best. i'm surprised you have access to back up files but still incapable of installing rsync [15:58] pmatulis: my host i control, i'm trying to rsync the remote host; which doesn't have rsync. why are you surprised? is there something i'm missing? [16:00] AndyGraybeal: you should be able to compile rsync on the host with only user rights [16:01] AndyGraybeal: also, the sysadmin might just have forgotten it [16:01] RoyK: lemme talk to sysadmin, i swear i rsync'd earlier this year. [16:01] AndyGraybeal: is the remote end a ubuntu machine? [16:04] naw, it's some old fedora machine or it used to be... lemme check [16:04] i think they just re-installed [16:04] we had 2 days of downtime just recently, [16:07] i don't even have access to 'who'! [16:07] or uname [16:07] any other commands i can use to find out what my host is running aside from uname? [16:07] it's got bash. [16:08] heh, doubt you can use cat /etc/issue; cat /etc/motd; cat /etc/lsb-release [16:09] none of them work :) [16:10] okay, unimportant, i asked for perms to rsync. waiting on response. i'm gonna find something else to do. [16:10] cat /etc/redhat-release [16:10] :) [16:11] k lemme try [16:11] nope [16:12] it is redhat based, there is rpms [16:13] it doesnt matter :) [16:14] AndyGraybeal: figure out the release by the rpm versions [16:16] enough stop :) [16:16] i'm going to wrk on something else and hope the admin gives me access to rsync [16:16] thank you though for your persistence === ogra_ac is now known as ogra [17:07] Hi all, wondering if someone could give me a few pointers with NFS from a client [17:07] It is set up on my desktopm but I don't have write access [17:11] what does your /etc/exports say [17:22] gobbe, assuming he is using nfs2/3 :) [17:23] patdk-wk: well, same file is used with nfs4, so what's point ;) [17:24] what's the point =) [17:25] it's hard to type with n900 [17:25] hmm, didn't realized nfs4 used it [17:25] i'm a newcomer to ubuntu server.... small question: To LVM or not to LVM at install? [17:25] lvm [17:25] I only looked at nfs4 alittle, before I was annoying by how you have to get it working [17:25] gobbe, it says - /srv/nfs/Linux *(rw,sync) [17:25] i don't see any point not to use lvm [17:26] skorv, what will it be? [17:26] if your just going make it one big system, just don't bother [17:26] if you plan to ever expand or resize things, and stuff, defently lvm [17:26] domain server [17:26] domain server? you mean, dns server? [17:26] Karti: do you get error messages? what are rights to actual directory (/srv/nfs/linux) [17:26] same role as a windows server [17:27] primary domain server [17:27] in that case diskspace won't be an issue, unless your running filesystems on it [17:27] well, in server environment i don't see any idea not to use lvm [17:27] then you probably want lvm [17:27] web server will work on another machine [17:27] gobbe, lvm has screwed me over many times, in vm's :) [17:28] patdk-wk: :-) [17:28] i've got a fresh install (no LVM) for my server [17:28] so most of the time I don't use lvm's, except if I'm working with raw drives that I will want to adjust [17:28] just the moving lvm from machine to machine, expecially when they are named the same, gets lvm really screwy in the head :) [17:28] patdk-wk: i'v been using lvm's for several years, without any problems [17:29] problems are 100% times with administrator, not lvm itself :) [17:29] gobbe, drwxr-xr-x 3 root root [17:29] ya, been using them for 5 years no, no real issues, except for all the rhel vm's [17:29] Karti: and. do you get any errors? [17:30] well... thanks i'll be ok with no LVM [17:30] only in the fact that I can't read or write to the folders once it has been mounted in fstab [17:30] Karti: what is the mount command? [17:30] how good will the server work with a modem.... enouth to make it a fax server as well? [17:31] gobbe, my fstab is: [17:31] 192.168.220.12:/srv/nfs/Linux /home/jim/Desktop/Network nfs default 0 0 [17:32] and if you try to write you get error? [17:33] gobbe, the create folder and document are greyed out [17:33] Karti: can you try it from terminal? [17:34] I have a bunch of 32x32 images. Is there any easy way of combining them into one image so I can use them as a SpriteSheet ? [17:34] gobbe, mkdir: cannot create directory `John': Permission denied [17:34] Karti: whatabout sudo mkdir [17:35] gobbe, still the same [17:35] he doesn't have, norootsquash, so root not allowed [17:35] uuhyea [17:35] sorry [17:35] check permissions on the nfs server [17:35] yep [17:36] make sure john has write access [17:36] it's permission issue [17:36] give write permissions to everyone if you want to share it with everyone [17:36] many thanks I will try and give it to a group of users... [17:36] brb [17:37] how do i check the hardware status (fax modem) if its ok and recongized [17:37] internal modem in my case [17:37] skorv, hopefully it's a real faxmodem, and not a softmodem [17:37] oh softmodem, heh, going have to find drivers for it I bet [17:38] softmodems are quite hell [17:38] i really dont know... [17:38] well, we can't help you if you dn't know the model of the modem [17:39] lspci lsusb, ... can help with that [17:39] gimme a sec [17:40] Communication controller: Conexant Systems, Inc. HSF 56k HSFi Modem [17:41] thats what it says [17:42] guess its a soft modem [17:43] sounds like [17:43] but at least its a known one P [17:43] :P [17:46] the package available in .deb is x386... and ofc i use amd64 === Hero_of_Mordor is now known as Mordor_away [18:16] still setting up that fax... how faxsetup is asking for port... where do i point it? [18:17] the correct port you have, did you find out that is your modem supported? [18:17] skorv: http://ubuntuforums.org/showthread.php?t=190728/ [18:17] yea... got the package from http://www.linuxant.com/drivers/hsf/full/downloads.php [18:19] read the link i pasted [18:22] yea... thats for x86... not x64... i had to adapt [18:23] yes, 64bit might cause trouble [18:32] skorv, you didn't use the free package from linuxant did you? no fax support [18:56] I have this script in the cron folder that I want to run hourly but it might take more than an hour to be completed. Does cron run it even though its still running? [18:58] sieson: yes [18:58] sieson: unless you do some hacks to script to see that is it still running [18:59] gobbe: I have to do something in the script? isn't there a way to stop cron from running a script currently running? [18:59] no [18:59] cron is just scheduler [18:59] it doesn't have any ability to see is previous job still running [18:59] gobbe: thanks, will figure out how to get the PID in PHP [19:14] i'm phucked [19:25] skorv: ? === Mordor_away is now known as Hero_of_Mordor [19:48] so my boss is a cheap bastard and doesn't want to purchase a Windows Sever license. Here I am learning Ubuntu server on the fly for purposes of hosting a few websites. My first question is... how can I set this thing up for remote access via a VPN? [19:48] openvpn [19:48] my second question is, what is the CLI command to see the system specifications [19:48] what do you mean with system specifications? [19:49] google it. https://help.ubuntu.com/community/OpenVPN [19:49] under /proc you can find several specifications [19:49] lshw is easier, and better to read :) [19:49] iRabbit: check out SSH for remote management [19:51] patdk-wk: oh...i forgot lshw totally :-D [19:51] I need to know what kind of POS machine this is. it wouldnt let me install x64 but on it === cs278|| is now known as cs278^kinslayer [19:52] how do I scroll up :( [19:52] iRabbit: pageup, or just pass output of lshw to file like sudo lshw > something [19:53] page up is a no-go [19:53] iRabbit: shift-pgup [19:53] shift-pageup [19:54] ah there we go, thank you [19:54] dmidecode|less is pretty good for h/w (and BIOS) as well. [19:55] cpu : cat /proc/cpuinfo === Amgine is now known as _Socrates === _Socrates is now known as Amgine [20:26] hey [20:26] * Slyboots is wondering; is there a way to get wget to .. eh.. not quite sure how to explain teh problem [20:27] well try [20:27] without trying it's quite impossible to answer [20:27] Got a link to download something from amazon; so I copied the URL and pasted it into wget but it doesnt seem to follow the "linking" correctly? [20:27] unless answer is 42 [20:27] ;) [20:27] It downloads .. something' but its not teh file I wanted.. [20:27] Slyboots: use "-marks [20:28] Slyboots: wget "http://something" [20:28] Mm.. nope [20:29] Its suppopsed to grab the file "AmazonGSDownloaderSetup.exe" [20:29] does it require login? [20:29] But I just get a HTML document [20:29] .. possibly [20:29] well that's the reason [20:29] you need to get cookie and hack the way [20:29] Hrrr.. [20:30] I'll download it here and send it via scp or something; might be simpler [20:31] Pain in the ass.. :P [20:31] yes it is [20:35] Slyboots: use links [20:36] or lynx [20:36] or something [20:36] wget won't follow javascript redirects [20:36] The things I have to do to commit fraud [20:36] RoyK: but still, if site needs login, you need to get cookie before [20:36] I swear :P [20:36] apt-get install links [20:36] But at least Amazon is *trusting* [20:37] Wow! [20:37] it.. supports mouse-interactions?! [20:37] ... Thats freaky; I didnt think you could do that in putty [20:38] gobbe: lynx is a web browser [20:38] links is nice [20:38] lynx is - well - ok [20:38] but links is awesome [20:38] pmatulis: yes it is [20:38] pmatulis: i know :) [20:38] or elinks [20:39] pmatulis: but still, you need to login [20:39] gobbe: yes, so? [20:39] pmatulis: if you need automate something [20:39] i don't know what slyboots was doing [20:39] gobbe: it worked fine [20:39] Clicked the link "Oh please log-in.. "Save" [20:40] Slyboots: yes, i thought that you are doing somekind of automation [20:40] my mistake [20:41] gobbe: nah.. [20:41] Need the Amazon windows client to download games [20:41] ok [20:41] * RoyK is waiting for Steam to download Civ V for his mac [20:42] Mm.. [20:42] Wait; somethings gone a bit wrong I fear [20:43] Think you need a browser to use this program [20:51] New bug: #695145 in clamav (main) "package clamav-base 0.96.3 dfsg-2ubuntu1.0.10.04.2 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saĆ­da de erro 1" [Undecided,New] https://launchpad.net/bugs/695145 [20:54] Hi, can someone do 2 little connection test for me? (http + a telnet) [20:57] * Slyboots Need a really basic web-browser [20:57] Uh.. [20:57] Isnt there one called dig or something [20:58] Or Dilo or something stupid like that [20:58] dig is not a webbrowser [20:59] web-browser [20:59] Slyboots: links? [21:01] Needs to be GUI based [21:01] Soemthing wine will link to; and without a ton of crappy dependances like Gnome or KDE [21:02] Chromium; perfect [21:14] Crap! [21:14] Doesnt work [21:16] dbpool/bacula 1.61T 92.8T 1.61T /dbpool/bacula [21:24] May have to setup a virtual-server client.. bleh [21:25] I know this is outside Ubuntu server.. [21:25] Well; actually perhaps not; is there a way to setup something like VirtualBox on a headerless server? [21:26] i am running a ubuntu server to host wordpress sites. for some reason i can not send emails from with in wordpress. is the a mod for apache that is needed, or for php? [21:26] basically do i need something like postfix? [22:18] Crap.. [22:18] Anyone know how to tell were all your free-space has gone :P [22:19] du :) [22:20] .. a *friendly* way lol [22:20] use some nice parameters to du? :) [22:21] "du -h --max-depth 1" ? [22:21] Slyboots: try rn [22:21] or rm [22:22] ;) [22:22] running du is rather like having someone scream in your face [22:22] Not very plesent.. [22:22] as said, just give it right parameters and it acts nicely. [22:22] Slyboots: if you don't know where the data is, it's the only way [22:23] Mmm [22:23] du -sch /path/* [22:30] heh, I normally do: du -sc /* | sort -n [22:30] go into largest *odd* directory, and repeat [22:30] well, with the / removed [22:33] * Slyboots will just have to dig around.. not 100% whats going on