[01:26] Can anyone help me with this dpkg apt-get install error? http://dpaste.com/29601/ === Delvien_ is now known as Delvien === Delvien_ is now known as Delvien [08:05] moin [08:26] I have a file called -v [08:26] how do i delete it? [08:26] when i use rm -v, the rm program things the -v is part of the command [08:28] rm -rf \-v [08:28] perhaps this works? [08:31] kraut, rm \ -v did it, thanks [08:31] i had to put a space in though between the \ and the -v [08:31] sheesh, that drove me nuts [08:31] 15min to delete a friggin file [08:32] happy new year [08:32] AnRkey: anyhow, mc is a good tool to delete files with crappy names [08:32] --exclude= for example [08:33] AnRkey: If you needed a backslash there, it wasn't called "-v", but " -v".. [08:34] The trouble with a file called "-v" is that it's interpreted as an option to rm. To delete a file called "-v", you can either "rm -- -v" or "rm ./-v". [08:36] thanks soren [08:36] kraut, mc is a nice tool [08:38] i love mcedit [08:40] i hate mcedit ;) [08:48] i love the find/replace in mcedit [08:48] for when i am lazy === Drazha[away] is now known as Drazha [10:25] Hi all-> I have on occasion foind that I've restarted heartbeat and new heartbeat process have been spawned without killing the old ones. This generally happens when things are going wrong and has caused a whole lot of problems, I have also found the same problems in my custom scripts. Has anyone here found something similar. [10:26] /foind/found/ [10:41] K, I've been looking at the heartbeat script and its got nothing to do with the other scripts that I'm having trouble with. [13:04] where is the Samba smbpasswd database stored? [13:18] sergevn: afaik somewhere under /var/lib === ember_ is now known as ember [13:34] How is it possible to see the currently active users in that database? [13:41] sergevn: pdbedit [13:45] root@manny:/var/lib/samba# pdbedit passdb.tdb -u serge [13:45] serge:1000:Serge van Namen,,, [13:45] So there is no password set? [13:55] sergevn: You can't say based on that. [13:55] sergevn: Try pdbedit -L -v [13:55] Er... [13:55] No. [13:55] I meant -L -w [14:00] Hmm the usernames are there, I have a clean ( i think ) samba configuration, but still those users get permission denied when they try to access the folder [14:07] Do they have access, you think? [15:09] There always needs to be an Unix users for each samba user correct? [15:21] sergevn: The correct answer: no. The answer you're proably looking for: yes. [15:22] sergevn: There are verious ways to work around the need, so in fact, it's not needed, but you really should either add Unix users to match the Samba ones or teach your Unix system to use Samba as a user db backend. === sergevn__ is now known as sergevn [19:15] hmm... how do i change my server's hostname? [19:25] pteague that is a surprisingly complicated question :-) [19:25] it could mean dns, hostname, /etc/hosts, apache config, etc [19:32] the hostname on the actual computer... but it seems the virtual server isn't liking whatever it has as a network card so guess i'm reinstalling anyways [20:24] hi :) [20:25] i was wondering if anyone could help me with a hard drive problem I can't find an answer too? [20:26] the problem is with the detecting of /dev/hdX, where my hard drives are labelled from hde not hda even though the primary disc is on the primary ide controller and the kernel is reporting it can't fine /dev/hde3 [20:27] dev/hde3 should is / [21:39] is there any software package to install if you want to setup dynamic dns for a domain? [21:55] hi sommer [21:56] sommer: I sound an inaccuracy in https://help.ubuntu.com/7.10/server/C/httpd.html [21:56] jdstrand: okay, which part? [21:56] s/sound/found/ [21:57] +CompatEnvVars should not be used: [21:57] Syntax error on line 11 of /etc/apache2/sites-enabled/strandboge.com_ssl: [21:57] SSLOptions: Illegal option 'CompatEnvVars' [21:57] heh-- you got a little more than I intended... :) [21:58] jdstrand: I wondered about those options myself... they are listed in the Apache docs [21:58] sommer: all the otehrs work fine [21:58] * jdstrand wonders why he can't type... [21:58] jdstrand: do you know if they are really needed? [21:58] all of them that is [21:59] from my testing it works fine without that line, but I wasn't 100% sure [21:59] sommer: hold on... [22:00] jdstrand: standing by... heh [22:02] sommer: ok [22:02] +StrictRequire should definitely be there IMO [22:02] it makes sure that when using SSLRequireSSL that access is forbidden [22:03] (that is the intuitive use of SSLRequireSSL) [22:03] I am not sure FakeBasicAuth is a good default [22:04] it allows using a client cert instead of basic authentication if the client has a valid one [22:04] sommer: that is not an intuitive use IMO and would be site-specific [22:04] jdstrand: seems like most of those options are more advanced than what we're trying to document [22:05] jdstrand: I agree, should we just remove the SSLOptions line? [22:05] ExportCertData seems harmless enough-- exports ssl environment variables so cgi can access them [22:05] it too seems site-specific [22:06] so really, all can go with no problems, but I really think +StrictRequire should stay [22:06] jdstrand: okay... works for me [22:07] I'll update it, thanks for the input [22:07] sommer: cool, so you'll fix that? [22:07] ah great-- thanks! [22:07] it'll be for hardy anyway [22:07] sommer: should I come to you on this sort of thing in the future, or is there a package I can assign a bug to in LP? [22:09] jdstrand: works for me, but if you'd like to file a bug you can just assign it to the doc team [22:09] ok thanks [22:09] there is also the ubuntu-serverguide package [22:09] no problem, thank you [22:10] sommer: I'll file the bug to see if we can get the gutsy docs fixed, or at least errata'd [22:11] cool... I'm not sure what the exact process for that is, but someone on the doc list will know I'm sure [22:12] it's probably the same as the SRU process... I'm thinking [22:19] sommer: yes. ubuntu-serverguide being a package, the SRU process should applied to update the package for a stable release. === MenZa_ is now known as MenZa [22:28] anybody know how i could export a vm from my vmware server on my work devel box & import it on my home devel box? [22:50] can anyone help me with apache2 and mod rewrite rules? I have enabled it with a2enmod rewrite, but the .htaccess rules dont work [22:52] aahh nevermind, i had to put AllowOverride All on my sites enabled file [23:14] mathiaz: cool... and welcome back === ewook_ is now known as ewook [23:17] sommer: thanks :) [23:47] mathiaz: thanks :) [23:48] mathiaz, off hand do you know who packages ruby in ubuntu? or is it just a upstream sync type of thing? [23:52] macd: it's a sync from debian IIRC. [23:53] I'm wondering if we can jsut repackage mongrel to have the monglre cluster scripts in it already [23:53] rather than having a package with literally 3 files in it [23:54] macd: are you refering to the meta-package with 3 files in it ? [23:56] in your email you noted that a package for mongrel cluster was needed, which would be about 3 files, and anyone wanting to run more than a single mongrel isntance would want that, so why not make the base package include the cluster portions to manage the config/start/stop of mongrel [23:59] macd: Makes sense. (I'm not familiar with the mongrel package) [23:59] macd: could the mongrel_cluster init script replace the one shipped by mongrel ?