[00:03] julian_c, what would 775 be in umask form? [00:04] 002 [00:04] thanks! [00:04] That would make directories 775, and files 664. [00:05] hmm... '-U :' [00:05] Just saw that pure-ftpd does different masks for files and directories. [00:05] aye just seen :P [00:05] So it would be '-U 133:022' [00:06] Oops... 113:002 [00:07] excellent! That will mean both my apache user and the virtual user can create and modify files and directries, yes? [00:08] Correct. [00:09] thank you julian_c, you've been an amazing help :) [00:09] You're welcome. [00:10] You're setting up both virtual users and regular system users? [00:11] I think I'm going to go with just virtual unless a user requests a system user account... I'm going to shut off access to regular users [00:11] just feels a bit more secure that way [00:11] and means I don't need to keep adding apache to groups [00:12] Hopefully, all of this will work just fine with virtual users. [00:13] well, my virtual users use UID & GID 2010... they are all under the "ftpuser" system account [00:14] so it should be fine [00:20] julian_c, sorry to bother you again... but any ideas how to run it with command-line options if I start it using "/etc/init.d/pure-ftp-mysql start" [00:22] How do I interpret the Ubuntu kernel versions? And what do I do if I'd like to get the latest patches to the 3.0 kernel (i.e. 3.0.9) but with the ubuntu patchset/configuration? [00:22] I'd look in the /etc/default directory for a config file that deals with pure-ftpd. [00:24] there's an option for standalone or initd.... I've changed it to standalone, how do I start it? [00:24] nevermind, asking in #ubuntu-kernel instead :) [00:25] init.d or xinet.d? [00:28] Ah... found it. Yes... definitely go standalone. The init script will start up on its own upon (re)boot. [00:29] julian_c, hmmm... standalone is making it do this: root@dragon:/etc/default# /etc/init.d/pure-ftpd-mysql start [00:29] Starting ftp server: Running: /usr/sbin/pure-ftpd-mysql -l mysql:/etc/pure-ftpd/db/mysql.conf -l pam -u 1000 -O clf:/var/log/pure-ftpd/transfer.log -E -A -j -8 UTF-8 -B [00:29] how do I change what it's running? [00:29] so I can add my umask? [00:30] there doesn't seem to be anything in /etc/default apart from one file to do with it, pure-ftpd-common with a few options in it [00:36] You should also have a '/etc/pure-ftpd/conf' directory. [00:36] I do... but there's loads of files in here that just have "yes" or "no" in them [00:38] If it's not already in that directory, create the file '/etc/pre-ftpd/conf/Umask' with the contents "133 022". [00:38] Then, restart the service. The init script should source the new file, along with the other files in that directory. [00:39] julian_c, it worked! :D [00:40] Glad to see that. [00:40] thank you ^^ for future ref... where did you find that info? [00:40] I went to packages.ubuntu.com to figure out where all the config files were. Other than that, a bit of Googling. [00:44] I recommend the following search term in Google: "/etc/pure-ftpd/conf" umask [00:45] One of the results at the top is a good HOWTO for Debian/Ubuntu that shows more config examples. [00:47] julian_c, thank you.. I'm surprised there isn't one place with them all on o.o [00:50] good night all! [00:50] Bye. === bastidra1or is now known as bastidrazor [01:19] hmm, should chsh and chfn work with ldap? [01:21] kklimonda: I'd look for LDAP-aware versions of those applications. [01:22] (if they exist) [01:23] heh, at least I'm not going to waste another hour wondering what's wrong with my setup that it doesn't work ;) [01:25] Perhaps look at the "libuser" package... [01:56] hey, can anyone help me with https://gist.github.com/1a816ceba7b040e3549c [02:05] how do I set good ol 80x25 mode? [02:06] and see the grub menu [02:22] ceej: the message is rather self explanatory. You have probably had mysql 5.5+ installed and now trying to do a de facto downgrade to 5.1 - if that's really what you want to do you have to remove mentioned files and try again. [02:24] kklimonda: I tried removing /var/lib/mysql/debian-*.flag with no luck [02:25] ceej: what does ls /var/lib/mysql/debian-*.flag say? [02:25] CarlFK: you can get grub menu by editing /etc/default/grub [02:26] kklimonda: i have lost track of how many times I have edited it, and then sudo grub-mkconfig && sudo reboot [02:26] and yet no menu. [02:26] GRUB_TERMINAL=console lies. [02:28] it should be enough to comment out GRUB_HIDDEN_TIMEOUT and leave GRUB_TIMEOUT=0 [02:29] as for getting old console - maybe some module loads and sets up a framebuffer? but really, if it's not slow then why bother getting back in time ;) [02:30] once it boots, I get a blank screen. hit alt-f1 to get tty1. but it is in some small font that is hard to read [02:32] try booting with nomodeset [02:33] GRUB_CMDLINE_LINUX="nomodeset" ? [02:34] I'd just edit entry directly in grub and boot it [02:34] and if it works add it to GRUB_CMDLINE_LINUX_DEFAULT [02:36] on the other hand adding it to GRUB_CMDLINE_LINUX would also change recovery entry so it may be a better place [02:36] well, getting it to work is a good first step [02:36] I have been doing: sudo grub-mkconfig && sudo reboot [02:37] but looking at /etc/default/grub I am wondering if my edits are having any effect [02:38] I always use update-grub [02:39] but grub-mkconfig seems to source /etc/default/grub so it should also work [02:40] someting doesn't [02:40] (which makes sense given that update-grub is just a thin wrapper over grub-mkconfig) [02:40] Is anyone familiar with the sender id framework? I keep getting temperror results from hotmail, while it does pass in other checks. I've registered my spf record with microsoft over a week ago as well and still the same error. [02:40] update-grub got me my 80x25 linux console back [02:41] i've googled my ass off, but can only find people with similar problems and no solutions [02:42] and now I have a grub menu [02:42] and it beeped too. [06:15] I want to allow a user to read the apache logs and the only way I know how is to log in as root which isnt right [06:17] two options [06:17] one, set apache to log to a file the user can read for the sites desired [06:17] two, set up sudoers to allow that user to sudo for just that command [06:19] thats what I have been doing is sudo ./scritp etc etc etc but that give read write access which isnt good since its I am not a great programmer and could mess things up [06:22] There is a group called apache how can I tell what it has access it? [06:23] apache runs as www-data, however that's a bad plan as www-data has access to all the files apache does [06:23] you don't grant general sudo permission for everything, you narrow it to the specific command [06:23] i.e., create a script which does exactly what you want the user to do, then grant the user sudo permission only to run that script [06:27] I guess that works, I just thought that it wouldnt be good to all the script to read and write instead of ust read. [06:28] the script is in python and I open the files as read only so I guess it isnt that harmful [06:29] you make it so the user does not have the ability to write to the script [06:29] then, the user can run the script as root, and it will always do what you expect [06:30] there are other ways to do it, but this is the simplest as it does not require modifying any of the existing things [06:30] it just adds a new script, and adds a new permission [06:32] so how do I do that? change chmod of the script? or just run it with sudo? [06:33] just change the permissions on the script so the user in question only has read and execute, not write [06:33] and then give that user permission to run that script as root in sudoers [06:34] gotcha that makes since [06:34] cool that is the way I have it setup already :) [06:37] from there, the only real vector of attack would be exploiting your script into running arbitrary code [06:37] but as long as you keep it fairly simple that should not be an issue [06:37] well I am the only one how has a login, and all it does is data mine information for the access logs [06:39] its for www.engineeringmaps.com and if you search for something I can see what your IP is, the date, and the search value [07:05] kklimonda: hey, I can do it on monday. is it only a rebuild that's needed or a new upstream version? [07:42] I'm creating my first self-signed cert. How is the passphrase associated with the key pair used for? [07:43] Does it have to be provided for every https connection? [07:47] No, once when starting the service. [08:06] i just plugged in an SSD drive into my server box. i see the drive displayed during boot, however, fdisk -l does not list the disk. [08:57] does ubuntu have mysql 5.5? [09:19] EMKO: no, but there might be packages out there somewhere [09:21] EMKO: dunno if 5.5 is scheduled for precise - file a bug... [09:21] !bug [09:21] If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [09:24] EMKO: seems there's talk about it already in bug #690925 [09:24] Launchpad bug 690925 in mysql-5.1 "Package MySQL 5.5.x for Ubuntu" [Wishlist,In progress] https://launchpad.net/bugs/690925 [09:25] oh [09:26] so when it comes out it will be for 12.04 ? [09:26] looks like it [09:27] what's so new and shiny in 5.5, btw? [09:27] i dont know but im using it for some time on windows [09:27] * RoyK tends to stick to postgresql unless he really has to use toys like mysql for production [09:28] i think 5.5 has been out since 2010 [09:34] yeah, saw that, but what's new in it? [09:35] scales better, it seems [09:35] I'd still use psql over mysql any day if I could choose... [09:43] but then, systems like wordpress that are tied head and tail to mysql are ugly and can't be easily supported with anything else... [09:44] whoever hardcodes anything to a particular DBMS these days must be either very lazy, must like that particular DBMS very much, or be outright stupid..... [09:45] i think im just gona use 5.1 untill ubuntu gets 5.5 hopefully it will be easy to upgrade [09:48] so if its for 12.04 only will i have to reinstall ubuntu or can i upgrade 11.10 to 12.04 from 11.10 [09:56] just do-release-upgrade [09:56] EMKO: also, if it's a server you're installing, I'd recommend using the latest LTS release, 10.04 [09:56] things are far better tested there than in 11.10 [09:56] oh [09:56] and 10.04 will upgrade to 12.04 directly when the latter is released (since that'll be an LTS as well) [09:57] I only use LTS releases for servers - for good reason [09:58] so 11.10 will update to 12.04 with that command when its out? i realy dont want to reinstall it took me a lot of time to figure out how to install and configure stuff [09:58] you won't have to reinstall [09:59] hows that? i can go from 11.10 to 10.04 [09:59] and if you're already on 11.10 and have spent some time tuning the system, just use it on that release [09:59] you can't downgrade [09:59] oh ok then i will wait for 12.04 upgrade to that and stick with it untill next LTS [10:01] EMKO: by default, upgrading to an LTS will set Prompt=lts in /etc/update-manager/release-upgrades, so after upgrading to 12.04LTS a do-release-upgrade won't do much unless you change prompt to 'normal' [10:02] promt=lts make it only upgrade to lts? [10:02] yes [10:03] so once on 12.04, and prompt=lts, it won't do a release upgrade until 14.04 comes around [10:03] well then i will stay with that so i only upgrade to lts [10:03] yes [10:03] lts is fairly safe [11:10] upgrading my distro from 10.4 to 11.4 is a bit of a challenge, after I did the apt-get update, do-release-upgrade, most packages were downloaded and installed. The install claims it was successful except for a few packages that it couldn't install [11:10] when I do cat /etc/release it still says i'm on 10.4 and i can't apt-get anything although i tried autoremove -f install and autoclean but it seems to be stuck on two othree packages [11:11] slapd, libgdal (gis library), and python-apt [11:37] dassouki: remove the packages and reinstall them [11:38] dassouki: your distro will be on 10.10 after the initial do-release-upgrade, and you'll need to re-run it to get to 11.04 and then again to get to 11.10 [11:56] ok [11:57] RoyK: everytime I try to uninstall any of the packages it lists 20 or so packages to be removed and some of htem are core [12:16] ouch [12:16] dassouki: can you pastebin the output from "apt-get dist-upgrade"? [12:17] or "apt-get update && apt-get dist-upgrade" [12:19] RoyK: http://pastebin.com/Da1NUpdT [12:23] and apt-get install -f ? [12:25] the same excpet it has failed for correcting dependencies and this E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. [12:26] what about dpkg --configure -a ? [12:30] * RoyK bbl [12:43] RoyK: ok ping me when you're back [12:51] New bug: #892747 in openldap (main) "package slapd 2.4.21-0ubuntu5.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/892747 [12:54] I have two domain names pointing at my public ip address, but my server is serving the same thing for both of them. [12:55] I'd like only the specific domain names configured to be served and the rest given a 404 or something, but I am lost as to how to do it. [12:57] jehoshua02: have you looked at LAMP tutorials or apache or nginx tutorials? [12:58] I've must have been googling the wrong stuff. [13:00] dassouki: you either have a mess in your sources.list, or overzealous pinning rules [13:02] dassouki: for example you somehow ended up with part of openldap from precise (2.4.25-3ubuntu3 is a precise version) [13:03] but the rest is still from lucid [13:03] Every where I look, I don't find anything about this particular issue. [13:06] I'd like the default vhost to just 404 error or something but I can't find what I'm looking for. [13:11] dassouki: I realy don't know - sorry... === gondoi_ is now known as gondoi [14:07] RoyK: thanks! [14:08] kklimonda: I see that. I'll probably look at this on Tuesday then. [14:11] howdy [14:13] ehlo [14:18] heh [14:41] carl@g2a:~$ sudo mcelog ; mcelog: warning: 16 bytes ignored in each record ;mcelog: consider an update [14:41] what's that mean? (me goes to the google now... [14:48] swell, the only relevant hit is just someone else getting the same message: http://pastebin.com/kSNgvc6c [14:48] everyone else gets mcelog: warning: 18446744073709551600 bytes ignored in each record [14:55] lol [14:56] That's quite a lot of bytes. [14:57] 15 peta bytes? [14:57] jMCg: or 16 exabytes... [15:00] (16*1024^6)-16 to be precise :þ [15:06] 9is there a tool to automatically clean my sources.list ? [15:06] undocumented feature: mcelog --version; mcelog 1.0pre [15:06] dassouki: how clean? :) [15:06] Javex clean [15:08] # slcomp.py - sources.list compactor; # reads in /etc/apt/sources.list and sources.d/* files; # consolidates redundancies, [15:08] like that? [15:11] http://dpaste.de/ACEc0/ slcomp.py - sources.list compactor [15:48] CarlFK: thanks it was more that to remove old repos from old distros and drop the ones thta don't exist no more [15:49] echo "# clean!" > /etc/apt/sources.list :) [15:50] huh, looks like I get errors at 299.988026 after boot http://dpaste.de/EJuE4/ [15:50] +/- something probably based on .. quoting from man mcelog: [15:51] Possible causes can be cosmic radiation, instable power supplies, cooling problems, broken hardware, or bad luck. [15:52] should add "CERN experiments" to the list [17:33] Can someone help me out… Evidently karmic koala's sources are no longer on the archive site, and I'd like to upgrade, but since I can't download any packages I'm not sure how to get the update package…? [17:34] I'm on 9.10 and totally missed the news that supported ended in April, suddenly all of my automatic updates are throwing 404s because the karmic directory is gone from archive.ubuntu.com. [17:35] I popped in here because most of the online docs are for the desktop version and use the X11 programs, but this is a server, I have SSH access only. [17:36] O_o [17:36] aaronbieber: update.. what, exactly? [17:36] I mean I could go ahead and upgrade to the latest distribution if karmic packages will no longer be released. [17:36] aaronbieber: there is no supported path from there.. [17:36] So I'm screwed :( [17:37] aaronbieber: make a 2nd backup, wipe the drive, install OS, restore data, muck with configs. [17:37] of course could try to get old-releases, upgrade to lucid [17:37] with caveats [17:38] Ugghhh. It's mostly a straightforward LAMP stack and I would expect that stuff to be OK but I have some wacky stuff floating around in there. Probably best to start from scratch. [17:38] yep [17:39] Thanks! [17:58] want to load 11.10-server-i386 by usb stick [17:58] usb-creator-gtk created an empty file system [17:58] trying to run again but I can't get rid of the 2.0GB parition [18:02] tarvid: I think you can just dd the .iso onto the stick [18:03] that is not what http://www.ubuntu.com/download/ubuntu/download says [18:03] But I like it [18:04] Even though it lacks safeguards [18:04] "You will need to create a CD or USB stick to install Ubuntu" [18:05] what's a CD made out of... [18:08] maxell 2GB stick now seems hosed - reports 2mb [18:10] tarvid: don't worry abuot that, see if it boots [18:18] ddns fun... 20 12:02:02 g2a dhcpd: Unable to add forward map from pc8.private to 192.168.1.13: timed out [18:18] timed out? [18:21] doesn't boot, gparted does not see the volume [18:21] paste the dd command [18:22] tarvid@geewiz:~/Desktop$ sudo dd if=ubuntu-11.10-server-i386.iso of=/dev/sfc [18:22] ah that's not righjt [18:22] sf? [18:23] tarvid@geewiz:~/Desktop$ sudo dd if=ubuntu-11.10-server-i386.iso of=/dev/sdc [18:23] dd: writing to `/dev/sdc': No space left on device [18:23] 4097+0 records in [18:23] 4096+0 records out [18:23] 2097152 bytes (2.1 MB) copied, 1.53778 s, 1.4 MB/s [18:23] the usb stick is not looking good [18:23] weird. [18:23] yes [18:23] just a sec.. google time... [18:27] how come 'sudo dpkg-reconfigure locales' doesn't ask me which locales do i want to add/remove? the fancy cli dialogs? [18:31] New bug: #392077 in squid3 (main) "Squid crashes with "assertion failed" mem->swapout.sio" [High,New] https://launchpad.net/bugs/392077 [18:31] New bug: #496886 in squid3 "Squid crashes with "assertion failed" authenticateUserAuthenticated" [High,New] https://launchpad.net/bugs/496886 [18:31] New bug: #591365 in squid3 (main) "Squid3.0 provides no option for re-enabling a cache peer" [Low,New] https://launchpad.net/bugs/591365 [18:31] New bug: #633876 in squid3 (main) "Squid closes connection without sending a reply when requesting nonexistent file over FTP" [Low,Incomplete] https://launchpad.net/bugs/633876 [18:33] tarvid: try cat instead of dd - http://kitenet.net/~joey/blog/entry/Debian_USB_install_from_hybrid_iso/ [18:36] tarvid: http://news.softpedia.com/news/Ubuntu-11-10-Will-Be-Distributed-As-Hybrid-CD-USB-images-206765.shtml [18:36] so it should work [18:36] New bug: #727897 in squid3 (main) "package squid3 3.0.STABLE19-1ubuntu0.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1" [Medium,Incomplete] https://launchpad.net/bugs/727897 [18:36] New bug: #730501 in squid3 (main) "eCAP support" [Wishlist,New] https://launchpad.net/bugs/730501 [18:36] New bug: #745082 in squid3 (main) "DNS queries go to the wrong DNS server when moving between networks" [Medium,New] https://launchpad.net/bugs/745082 [18:36] New bug: #801893 in squid3 (main) "Provide an newer version for LTS" [Wishlist,Invalid] https://launchpad.net/bugs/801893 [18:36] New bug: #805660 in squid3 (main) "squid_session causing segmentation fault" [High,New] https://launchpad.net/bugs/805660 [18:36] New bug: #805931 in squid3 (main) "assertion failed: comm.cc:572: "fdc_table[fd].active == 1" " [High,New] https://launchpad.net/bugs/805931 [18:36] New bug: #891433 in squid3 (main) "squid3 miss_access bug, fix not included in LTS" [Medium,Confirmed] https://launchpad.net/bugs/891433 [18:38] root@geewiz:/home/tarvid/Desktop# cat ubuntu-11.10-server-i386.iso >/dev/sdc [18:38] cat: write error: No space left on device [18:38] eek, sorry for the spam [18:38] I think the USB stick is now hosed [18:40] tarvid: sudo -s [18:41] tarvid: or figure out how to use sudo and redirection.. which makes me edgy. so I just become root. don't tell anyone [18:41] tarvid@geewiz:~/Desktop$ sudo -s cat ubuntu-11.10-server-i386.iso > /dev/sdc [18:41] bash: /dev/sdc: Permission denied [18:41] tarvid: you can write whatever bytes you want to memory, it won't break the memory. [18:42] no... just suto -s [18:42] New bug: #743504 in squid3 (main) "squid3 responds to its own multicast ICP queries" [Medium,Incomplete] https://launchpad.net/bugs/743504 [18:42] er, sudo -s [18:42] and you shoun't be doing anything sudo that you get from IRC without looking into what it dose :) [18:42] cat: write error: No space left on device [18:43] New bug: #772810 in squid3 (main) "Squid3 Natty: Squid3 has to be restarted so it starts using the newly established internet connection" [Medium,New] https://launchpad.net/bugs/772810 [18:43] hey, where is console-data? [18:43] no package found, reports apt-get [18:44] apt-cache policy console-data; 2:1.10-9 0 500 http://us.archive.ubuntu.com/ubuntu/ oneiric/universe i386 Packages [18:45] CarlFK: ? [18:45] that's where it is? [18:45] CarlFK, tarvid: cat ubuntu-11.10-server-i386.iso | sudo tee /dev/sdc [18:46] won't that dump 712MB of gibberish to the screen [18:46] no, that is functionally the same as using > [18:46] that's just how you do it with sudo, instead of using a root terminal [18:46] no its not [18:47] tee - read from standard input and write to standard output and files [18:47] ... [18:47] Copy standard input to each FILE, and also to standard output. [18:47] fight fight! [18:47] cat ubuntu-11.10-server-i386.iso | sudo dd of=/dev/sdc bs=65536 [18:47] CarlFK: i found it here https://launchpad.net/ubuntu/natty/+source/console-data [18:47] and i use 64 bit system [18:47] and i don't have a clue how to get it if it doesn't come up with apt-get install [18:48] the problem is the geometry is now hosed [18:48] fdisk [18:49] fdisk -i /dev/sdc never returns [18:49] i'm basically having problem with putty on win 7 not displaying some characters properly on remote ubuntu 11.04 server [18:49] if it's being difficult, zero then fdisk [18:49] if that doesn't work, the hardware's probably bad [18:49] so, i just presume console-data will help me [18:49] I don't think there is a need for fdisk [18:49] -i no longer works in fdisk [18:49] I don't know what -i does [18:49] much like not needing to fdisk a blank cd [18:50] how do I get/set the geometry? [18:50] sdc is a CD device? [18:50] maxell USB stick [18:51] flash drives (can) have partitions just like hard drives [18:51] and fdisk should work normally, but according to the manual, -i is not an fdisk option [18:51] fdisk will let me set the geometry, now I have to guess what a 2GB stick should look like [18:51] qman__: and you can clone 2 drives without using fdisk on the target [18:51] so I don't know what you are trying to use it to do [18:52] trying to recover from usb-creator-gtk destroying the geometry in my usb memory stick [18:52] the goal is to get the first byte of ubuntu-11.10-server-i386.iso written to the first byte of the usb stick.. repeat... [18:53] have you given up trying to boot from the usb stick? [18:53] the usb stick is basically unwriteable beyond 2MB [18:54] Disk /dev/sdc: 2003 MB, 2003795968 bytes [18:54] 255 heads, 63 sectors/track, 243 cylinders [18:54] that's a 2GB flash drive I have [18:55] I'll try it [18:55] since geometry is largely for compatibility reasons anymore, setting yours the same should work [18:55] qman__: why bother setting it? [18:56] if the geometry is wrong, weird things can happen [18:56] my point is, almost all new drives have the same geometry settings [18:56] because they're not actually relevant on a hardware level [18:57] but when set wrong, you can get miscommunication and some strange results [18:57] huh [18:58] im still skeptical it is relevant to this problem [18:58] odds are the flash drive is toasted [18:58] but it's worth a try [18:59] I'm going to exchange it [18:59] This is silly [18:59] I recently ran into geometry issues when I set up my file server, some of the drives had wrong geometry and so the available space was wrong [19:00] q [19:06] what does failed length mean in ab [19:09] back with a fresh sticdk showing Public and mac and xp directories [19:09] how should I try writing ubuntu to this stick [19:10] ok, i've isolated my problem to following - i cannot input foreign characters in putty but i can paste them in... [19:11] or do I just run the Ubuntu Startup Disk Creator program again [19:15] anyone here actually using putty to administer server from windows? [19:18] only when I absolutely have to [19:18] whats wrong with putty [19:19] when I have to run windows I do it in a VM with Virtualbox [19:19] Putty is just as wonderful as Windows [19:21] But I have to admit Unity makes XP look good [19:23] in which package do I report the Startup Disk Creator Bug? [19:24] Ah, I'll bet I lost the Authenticate window the first time [19:26] And I'll let the Upgrade volume detected window hang [19:28] I've used the startup disk creator several times with success [19:30] dsirijus: I'd suggest using UTF-8 translation on putty, and using some utf8 locale on the remote machine. "locale -a" will give a list of currently enabled locales. [19:30] jelly-home: i'm using en-US.UTF-8 locale on server, and UTF-8 translation on putty [19:31] dsirijus: ok, and does locale -a show something like "en_US.utf8" ? [19:31] jelly-home: yes [19:31] dsirijus: then en_US.UTF-8 (note the third character is an underscore) ought to work [19:32] jelly-home: i guess it doesn't :( [19:32] dsirijus: how exactly does it fail? [19:33] i cannot input ćčđ, and can žš [19:33] and i can paste in any [19:34] dsirijus: interesting choice of characters. There is a #ubuntu-hr channel as well. [19:34] what else is there for windows other then putty? [19:35] it is downhill from putty [19:35] oh [19:35] should i jump to #ubuntu-hr then? [19:35] I like jelly-home's suggestion on URF-8 [19:35] UTF [19:35] dsirijus: if it's easier for you to explain the issue in your native language, sure ;-) [19:36] jelly-home: how come you know for croatian chars? [19:36] dsirijus: /whois jelly-home [19:36] im croatian [19:36] great then :) [19:37] i had Dželalija as my high-school physics teacher [19:37] she was awesome [19:37] EMKO: well you could join the local channel then, too, if you wished [19:37] ok, i'm moving to -hr then [19:37] naa more people here [19:38] dsirijus: is there usage of screen involved as well? [19:38] no, but is planned [20:05] EMKO: you can be in more than one channel at the same time. A novel approach! [20:28] how do I reset an orchestra login? I reset the cobbler login, but when I try to login through http://example.com/cobbler_web with my newly reset username/password it returns me to the login screen. [20:30] this is a fresh install, so if I have to reinstall the meta-package I can... but it seems like there should be a way to add/remove/modify user logins... [20:32] Thanks CarlFK and everybody, the install is complete, have a hunch the grub install authorization message got lost in the desktop and the erase in startup disk creator hammeded the USB stick === SWAT__ is now known as SWAT [20:51] Hello [20:51] .... . .-.. .-.. --- [20:52] * jelly-home pipes RoyK to morse -d === iarp_ is now known as iarp [22:26] anyone using orchestra? [22:37] Say, what happened to the "ASPEED" video driver in oneiric? [22:38] It seems to be missing, or at least isn't a package. [22:44] hallyn: hiya... another lxc glitch - https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/892892 [22:44] Launchpad bug 892892 in lxc "mountall upgrade fails to install within lucid lxc container" [Undecided,New] [22:51] New bug: #892892 in lxc (main) "mountall upgrade fails to install within lucid lxc container" [Undecided,New] https://launchpad.net/bugs/892892 [23:34] hmm, installed lightdm, but no gnome or anything... [23:36] !find xsessions [23:36] File xsessions found in aewm++, afterstep, amiwm, awesome, blackbox, bluetile, cairo-dock-data, dwm, e17-data, fluxbox (and 42 others) http://packages.ubuntu.com/search?searchon=contents&keywords=xsessions&mode=&suite=oneiric&arch=any [23:37] hmm, that link doesn't work. [23:38] !find /xsessions/ [23:38] File /xsessions/ found in aewm++, afterstep, amiwm, awesome, blackbox, bluetile, cairo-dock-data, dwm, e17-data, fluxbox (and 42 others) http://packages.ubuntu.com/search?searchon=contents&keywords=/xsessions/&mode=&suite=oneiric&arch=any [23:39] !find /usr/share/xsessions [23:39] File /usr/share/xsessions found in aewm++, afterstep, amiwm, awesome, blackbox, bluetile, cairo-dock-data, dwm, e17-data, fluxbox (and 42 others) http://packages.ubuntu.com/search?searchon=contents&keywords=/usr/share/xsessions&mode=&suite=oneiric&arch=any