[00:14] ive got a brand new mdadm raid1 dev rebuilding right now [00:15] there is not data on it, just an empty ext3 fs. i want to change its mount point. i dont think i need to wait for the rebuild to complete. [00:16] think its safe to umount and re mount it somewhere else while mdadm is syncing? [00:26] slestak: I *think* it would be safe. But I've never tried that... [00:43] jmarsden|work: i used the time effectively, pizza and a beer [00:44] Now that's some serious multitasking ;) [00:44] crappy costco pizza, thought i was going to ralph [00:46] slestak: See if you can sneak a pizza oven (described using appropriate technical jargon) into the IT equipment budget approval list, and then bake your own pizza?? :) [01:02] im trying to use sudo to "cp -a" a dir i dont have permission to as my regular user. i cannot even ls it. [01:06] got it solved [01:12] hi all, im trying to find a particular keyword that could be in a config file anywhere. i want to search for it while excluding certain directories. i searched the webs and found that this command should do the trick: [01:12] find / -path /lib -prune -o -path /dev -prune -o -path /proc -prune -o -path /home -prune -o -exec grep -RH searchstring {} \; [01:13] but when i run it i get for example : " grep: /lib/udev/devices/console: Permission denied" and now it appears to be hung [01:13] any ideas what im doing wrong? Im using -path not -wholename because i want this to be portable and work on an ubuntu and red hat system [01:14] why is it hanging and why is it not excluding /lib [02:17] hi, anyone with ldap experience? === mcasadevall is now known as NCommander [04:49] sudo do-release-upgrade does not upgrade 8.04 server to 8.10 even though I set the Prompt=normal in /etc/update-manager/release-upgrades file [04:49] yes I ran the sudo apt-get install update-manager-core before [04:49] followign this http://www.ubuntu.com/getubuntu/upgrading [04:49] is there a bug I am hitting ? [05:01] axisys: do-release-upgrade on an lts release will want to upgrade to another lts... there's a config file you need to adjust [05:01] axisys: not quite sure which one it is though :( [05:02] apt.conf maybe [05:15] dont see an apt.conf file [05:15] sommer: what u r saying does not match with this http://www.ubuntu.com/getubuntu/upgrading [05:16] https://help.ubuntu.com/community/IntrepidUpgrades gave the same instruction too for server [07:00] Hmmm, I'm having a weird issue, that hopefully won't mean I need to reinstall. I just set up two new Hardy servers remotely. Everything seemed fine. When I try and log in locally, rather than typing the letters of my username, the screen shows little 'diamond' symbols [07:00] Any ideas what might be up? [07:09] ropetin: Stuck Alt-Gr key?? Or a font issue of some sort? Can you actually log in OK? [07:10] No, won't let me log in, I tried typing my username and password anyway, but it rejects it, so it can't be typing the correct characters [07:10] I'd be fine if I could just type in the dark, but I can't even get logged in! [07:11] Funny thing is, happened on two identical servers, installed from the same media [07:11] Or not funny, because I'm now 2 hours behind! [07:11] Sounds like the keyboard is not the kind of keyboard you told the installer you have?? [07:12] That's what I'd guess too (although I know it is) but I can't log in to change it :) [07:12] Meh [07:12] Do you have one of whatever keyboard type you chose?? [07:13] Yup, it's the one that's plugged in [07:14] Ah... then... I have no idea how to fix that. Your install didn't set up and enable openssh-server, by some good fortune, did it? If so, can you log in over the network? [07:15] Yeah, it did, but unfortunately the last thing I did was break my network, so I need local access to fix that [07:15] It's not my day! [07:15] NP, reinstall it is [07:16] I'd say so... broken keyboard + broken network = reinstall === milestone_away is now known as milestone [08:10] * ropetin hates computers! [08:11] can i install a JEOS into a real machine? [08:11] moin [08:12] moin? [08:15] heeelp, anyone succeed running sasl on openldap (intrepid) ? [08:15] JeOS is just a minimal install, no reason why not. [08:18] hads: you mean yes? [08:19] all document just said for VM..... [08:19] BeeBuu: you can install on real machine [08:21] nme: thanks. [08:21] BeeBuu: Ubuntu promotes kvm which gives full virtualization, that can run Microsoft OS'es so there is no reason why "Jeos" could be somehow magical :) kvm runs other Linux distros too without any problem, Ubuntu Desktop works too :) [08:22] nme: i got it. [09:22] nme: The jeos install by default will install the -virtual kernel flavour which only contains drivers for the hardware you'll find in virtual machines. [09:22] hm [09:23] but, kvm emulates various ethernet cards so network would work and he will be able to replace it with -server [09:24] btw. what are the differences (where can I read about it) between -desktop and -server kernel? [09:33] nme: They're rather minor, really. [09:34] nme: Different scheduling options. That's all. [09:34] kvm does emulate various ethernet cards. And the -virtual kernel flavour supports them. That doesn't mean that any *real* ethernet card you might have is supported. [09:57] helou [11:11] Hey, ivoks. [11:12] hi soren [11:45] Hi all. Can you run VMware and KVM on the same box? with only clients from one Virtualisation running at a time? [11:46] I would say you can probably run both at the same time, just give it a try [12:12] <_ruben> is it possible to somehow "preseed" the dpkg (?) questions that pop up like when installing postfix for example? [12:13] never tried that, but i don't see why it should work like normal preseed [12:15] <_ruben> hm, just realised i should doing this differently .. which would open up that option .. now im working on a post-install script to replace our manual post install tasks .. guess if i'd add postfix and the like to the extra-packages thingie, it should be preseed-able probably .. lets try that [12:18] it worked for me :) [12:18] basicaly: [12:18] apt-get install postfix [12:18] ... [12:18] debconf-get-selections &> postfix-config [12:18] apt-get purge postfix [12:18] and then [12:18] cat postfix-config | debconf-set-selections [12:19] apt-get install postfix [12:19] no questions asked [12:19] <_ruben> sweet [12:24] right... turbo sweet [12:27] <_ruben> hmm .. what was that 'trick' again to accept a default value without explicitly specifying it? [12:27] <_ruben> when preseeding that is [12:27] well, you can edit configuration options [12:27] install postfix and configure it like you want [12:28] then preseed it to other machines [12:28] <_ruben> well, one of the questions is the mailname, which is the fqdn of the system and can thus not be hardcoded [12:28] true, but you could extract that info from some place else [12:29] for example, once i've created single install media for 60 different machines [12:29] <_ruben> "seen true" might do the trick [12:29] all those machines had uniq IPs, offered by dhcp server [12:30] and all those machines had the same /etc/hosts [12:30] so, during installation, i extracted hostname from /etc/hosts, based on their IP [12:32] selinuxium: No, you can't. [12:35] Cheers soren [12:35] :) [12:35] soren: why not? [12:36] I have uninstalled all the KVM stuff and I am trying to install VMware on Ibex... It isn't building the vmmon module... Any ideas how to resolve? [12:37] <_ruben> selinuxium: did you apply the most recent any-to-any patch to your vmware install dir [12:37] <_ruben> ? [12:37] hey.... is ebox: Depends: libapache-authcookie-perl but it is not installable a known error? [12:37] <_ruben> vmware doesnt support bleeding-edge kernels, and bleeding-edge is a rather large area in vmware's opinion [12:39] anyone know how to find out what loads netfilter and iptables modules? [12:40] <_ruben> iptables does [12:40] hah yah, something is loading it and i can't figure out what [12:40] nothing in /etc/init.d [12:40] any ideas? [12:41] ivoks: They both want to use VMX. [12:41] ivoks: And since there's only one thing in the upstream kernel that does that, there's not an agreed upon locking mechanism for it. [12:42] so, kvm wins [12:42] yay! :D [12:42] well, if one uses vmware without vmx, it should work, right? [12:42] ivoks: one doesn't. [12:42] :) [12:43] AFAIK, it's not configurable. [12:43] If it sees it, it uses it [12:43] i see [12:46] <_ruben> i *think* vmware only uses vmx for 64bits guests, tho i might be wrong [12:50] _ruben: any-to-any patch? [12:54] <_ruben> http://groups.google.com/group/vmkernelnewbies/files [12:55] bbl [12:56] hm, yeah any help tracking down whats loading netfilter/iptables would be awesome :) [12:56] i can't find anything that is loading it [13:00] zul: about rhcs, should I push a separate SRU for bug 290399, or do you plan a common SRU for both issues ? [13:00] Launchpad bug 290399 in redhat-cluster "After ran the command fence_tool dump, the fenced process will take 100% CPU usage" [Undecided,Confirmed] https://launchpad.net/bugs/290399 [13:03] Koon: if you could try to test the fix in my ppa that would be cool before we do the sru [13:05] zul: I can test for presence of scsi_reserve, but I miss the rhcs test setup to confirm it actually does anything [13:06] Koon: yeah I need to find some time to set it up [13:06] _ruben: still same error :( http://pastebin.ubuntu.com/77364/ === milestone is now known as milestone_feiera [13:10] <_ruben> guess the latest any-to-any patch isnt recent enough for intrepid's kernel [13:12] <_ruben> the 'not found' errors seem tricky as well ... perhaps a vmware server 1.x vs 2.x issue or smth [13:12] <_ruben> havent used vmware server in quite some time and only on (more or less) supported hosts [13:19] <_ruben> grmbl .. when i try to preseed postfix into my auto install setup, it gives me "unclean target" crap .. wtf [13:20] _ruben: Cheers for your help... [13:20] going to download LTS... [14:52] What is "Landscape"? [14:55] (in the context of an Ubuntu Server install) [14:59] Hello RoAkSoAx [14:59] hi ball [15:05] ball: http://www.canonical.com/projects/landscape [15:12] I upgraded my VPS from hardy to intrepid, everything worked fine except now it hangs on "Starting kernel log daemon..." Any ideas? [15:13] Koon: Is it the preferred, or usual way of managing an Ubuntu Server box? [15:13] hello jimay-uk [15:13] jamey* [15:13] Cambridgeshire? [15:14] _ruben: preseeding postfix (specifically mydestination, iirc) requires a little bit of love with a cluebat, for some painful reasons [15:14] ball: it's a commercial support offering that facilitates managing multiple servers [15:14] Okay, I'll skip it for now then. [15:15] Thanks [15:15] _ruben: see also bug 252980 [15:15] Launchpad bug 252980 in postfix "mydestinations can't be preseeded" [Undecided,Confirmed] https://launchpad.net/bugs/252980 [15:15] ball: hi there [15:15] oh [15:15] why did ball leave? =/ [15:15] <_ruben> lamont: for now i only care about satelite+smarthost setup and its 2 questions (mailname + smarthost) [15:18] _ruben: mailname force-defaults to hostname --fqdn, unless /etc/mailname already exists, in which case that becomes the (forced) default [15:19] otoh, you probably want: d-i postfix/mailname seen true [15:20] and the trivial solution for relayhost is to just make 'smtp.$domain' work :-) [15:20] or mark it seen, too. [15:20] since it force-defaults as well [15:21] (patches welcome...) [15:21] Does anyone know why I get "Starting kernel log daemon..." hanging after upgrading to intrepid? [15:35] <_ruben> lamont: that's what i was trying to accomplish just now, but when i use pkgsel/include string postfix .. i run into some bug possibly related to my specific setup [15:35] <_ruben> next experiment will be using a custom post install script which uses ivoks' appreach (debconf-set-selection) [15:37] interesting. I know we're preseeding it here without any difficulties other than a bit of bitchslappery in the d-i values and flags [15:38] OTOH, I didn't set that part of it up [15:38] <_ruben> error: Cannot find a question for postfix/mailname [15:38] though, I do care, since it is my package... [15:38] hrm [15:38] that's rather odd [15:39] <_ruben> tried: (d-i|postfix) postfix/mailname seen true [15:42] <_ruben> lamont: it only seems to work *after* postfix is installed .. catch-22 ;) [15:43] <_ruben> after purging postfix, debconf-set-selection bails out again [15:43] we pick up postfix via: d-i pkgsel/include string ... postfix ... [15:43] <_ruben> lamont: tried the same here, but i ended up with a installer that tought my target was unclean [15:44] <_ruben> wonder if this all is somehow related .. postfix package being slightly bugged in some odd way .. [15:44] * _ruben hides [15:44] <_ruben> i'll try to dive into it some more tomorrow, for now its time to head home [15:45] interesting... unclean target usually means some other silliness is present... [15:45] <_ruben> unclean-ness i reproducable on both intrepid and hardy .. already bugged -installer channel about it .. will run some more tests tomorrow [15:47] <_ruben> be back in 15hrs aprox .. thanks for the help so far [15:49] * lamont goes to do turkey-day [16:34] New bug: #299848 in ipsec-tools (main) "armel build failure (package not yet in the archive)" [Undecided,Fix released] https://launchpad.net/bugs/299848 [17:42] New bug: #302872 in samba (main) "package samba 2:3.2.3-1ubuntu3 failed to install/upgrade: subprocess new post-removal script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/302872 [17:59] hi all [18:00] Happy Thanksgiving [18:02] i'm i have a little issue using dancer's distributed shell. i get the following from the remote hosts: "stdin: not a tty". what could this mean? [18:07] Juak: I'm not sure. Is there anything in the shell .profile (and similar) files that is outputting stuff which is confusing dsh?? [18:13] .profile .bashrc etc are all default distro files (ubuntu server). i've read something about mesg y affecting the output, but it isn't included in ~/[.bashrc, .profile] [18:15] It seems to be dependent on what command you run? For me (just tested): dsh -m localhost w # works fine [18:15] But: dsh - m localhost mesg # gets me that error [18:16] yep, i was first tring to run bash, but now running dsh with no commands give it too [18:16] So for you even dsh -m localhost w # will give the error? [18:17] i haven't tried with localhost, wait i'll try [18:19] oops, i forgot i wasn't running sshd on localhost :P [18:21] That would help :-) I just used localhost for testing so any network issues should not be a factor... [18:22] actually i have to install it, i'll do that now [18:23] OK ... I need to go eat breakfast, back in a little bit... === _Nicke_ is now known as Nicke [18:35] hello im trying to setup samba to work with AD (shares accesed with AD user accounts) [18:36] AD runs on separate win2003 [18:36] can somebody help me out a bit as i found some tutorials but i think i have all installed and configured but is not ok [18:46] i've finished my first samba/ad config yesterday succesfully [18:47] i can give you a few urls that helped me, i'm with w2k AD (i think it's a little different) [18:47] what distro? [18:52] EtienneG: do you have soren's patch to ifenslave for iscsi bonded interfaces? [18:52] mathiaz, yes, hold on [18:52] mathiaz, it is not really a patch tp ifenslave, though [18:53] EtienneG: soren mentionned ifenslave during last week discussion about iscsi [18:54] mathiaz, yes. what he proposed was a script in /etc/network/if-preup.d that would bring the bonded interface online as soon as a slave was discovered [18:54] interesting approach, and it work [18:54] at least for the iscsi bug we have been discussing lately [18:55] mathiaz, check your inbox now [18:55] hi all [18:55] hi ikonia [18:55] :) [18:56] arr! damn XChat completion!!!! [18:56] hi ewook [18:56] :D [18:56] hi ivoks ! [18:56] EtienneG: thanks! [18:57] mathiaz, basically, it involve adding a "master" directive in the slave interface stanza in /etc/network/interfaces [18:57] this would probably require being documented somewhere [19:09] Juak please would be nice [19:09] i have ubuntu latest server and win2k3 server [19:46] New bug: #302914 in tomcat6 (main) "tomcat6-examples stops tomcat6 during installation - auto-deployement should be used instead" [Wishlist,New] https://launchpad.net/bugs/302914 [20:02] * ball is typing this on a freshly-installed Ubuntu Server box [20:04] (happy Thanksgiving btw to those of you in the U.S.) [20:05] Same to ya Ball :) [20:05] ball: Happy Thanksgiving. BTW, if you didn't do it already, I suggest that you do sudo apt-get update && sudo apt-get update on your new server, there have been kernel fixes since the 8.10 release [20:06] Thanks, I'll try that. [20:06] I've got irssi, lynx and joe installed [20:07] * jmarsden thinks... irssi is the #1 app on a new server...? ;) [20:07] *Happy Thanksgiving to awl* [20:07] New bug: #300697 in tomcat6 (main) "Tomcat6 AJP connector should be disabled by default" [Wishlist,Fix released] https://launchpad.net/bugs/300697 [20:08] oooh! Can I point out a bug? [20:09] ball: Sure... go ahead :) [20:10] Because I told it that I live in the U.S, I wasn't given the option of keeping the clock at UTC [20:11] Are you sure it asks you that question if you tell it you live somewhere else? [20:11] jmarsden: if it doesn't, it should. [20:11] This is a server OS [20:12] I agree that servers should keep their hardware clocks in UTC. So is the bug that it never asks, or that it doesn't ask "because you told it that you live in the U.S" ? [20:14] jmarsden: well, it presented me with a list of U.S. timezones. That makes sense, but the omission of UTC doesn't imo. [20:15] I somewhat agree, but it could be argued that this is a way to simplify the initial installer dialog... did it actualy set your hardware clock to use UTC? [20:16] I haven't looked yet, but UTC should be available as a timezone, regardless of the RTC [20:18] Oh, that's a different bug. bug 204654 [20:18] Launchpad bug 204654 in gnome-panel "add UTC entry to clock" [Wishlist,Triaged] https://launchpad.net/bugs/204654 [20:19] Well, hmm, that's for gnome panel... I think there is a more general one somewhere... [20:19] That talks about gnome-panel though [20:20] Ah, there you go. [20:20] Yes, I think the Ubuntu Server installer should also include that option. [20:21] jmarsden: It's a definite issue. [20:21] ball: I think there's an existing bug for that. [20:21] I suspect that I can work around it by editing a text file, but I thought I'd mention it anyway. [20:26] ball: (1) TO set hw clock to UTC do: sudo hwclock --utc --systohc # (2) to set displayed local time to UTC, do sudo dpkg-reconfigure tzdata # and select None of the above and then UTC [20:28] And to verify your hardware clock is in UTC, do grep UTC /etc/adjtime # if it shows UTC you are good. [20:30] Thanks [20:33] No problem. BTW related bugs seem to be bug 37750 and bug 51409 [20:33] That worked [20:33] Launchpad bug 37750 in ubiquity "doesn't ask if BIOS time is in UTC" [Medium,Confirmed] https://launchpad.net/bugs/37750 [20:33] Launchpad bug 51409 in ubiquity "Timezone selection dialog bugs" [Medium,Confirmed] https://launchpad.net/bugs/51409 [20:33] brb [20:37] ball: One more... so the clock UTC-ness is known during reboot, also do: sudo perl -p -i -e s/^UTC=no/UTC=yes/ /etc/default/rcS [20:38] Although I think it should be UTC by default, on a server install with no Windows partitions on the disk. [20:38] heh... that said "pies" [20:38] ;) [20:38] Is UTC not the default? [20:40] Does Ubuntu Server come with an audio mixer control? [20:40] hads: I think it probably was for ball, the reall issue was the displayed time not the hardware clock time. [20:40] ball: alsamixer ? [20:40] Ah [20:40] Thanks, I'll try it [20:41] ball: There may be a pulseaudio one too, I generally do sound stuff on desktops not servers... [20:42] jmarsden: I know, I just wanted to play the new UUPC [20:43] OK. I wondered if you were doing something neat with alarms from nagios or whatever being spoken out loud in your server room? [20:43] jmarsden: I've done that before too :-) [20:44] monologue-on-boot [20:44] scream-on-panic might be fun too [20:45] Especially if hooked into the office PA system ;) [20:47] * ball nods [20:47] the SPARCstation 5's internal speaker worked for me. [20:50] Sure, though there are plenty of server rooms where you'd never hear that for all the fan noise [20:51] * ball nods [20:51] "take-off mode" [20:51] okay... wondering whether to try Edubuntu on here. [20:51] I should learn the base OS first I suppose [20:51] Okay, I'm off. [20:51] thanks for your help people. [20:52] No problem, have fun with Ubuntu! [20:52] Thanks [21:04] can somebody help me setup samba with my active directory? [21:16] I think it's time for me to go back to irssi === liberfiasco is now known as libervisco [21:38] is there anyway I can break out to a shell during the partitioning stage of the ubuntu-server 8.04 installer? I want to check if mkfs.ext3 is still running but ALT+F2 just changes the background colour =) [21:40] HI! [21:51] New bug: #302939 in mysql-dfsg-5.0 (main) "package mysql-server-5.0 " [Undecided,New] https://launchpad.net/bugs/302939 [22:32] I use cron to backup a repository but it never backups more than 590m, any clues? [22:33] what repository? [22:33] and how are you backing it up? [22:33] subversion repository. [22:33] 590 Mbytes? [22:33] the cron line calls a bash script [22:34] rbrunhuber, add 'set -ex' to the top of your bash script (under the #! line) and see what is going wrong [22:34] * Kamping_Kaiser -> work [22:34] the bash script is like this: $SVNADMIN dump /var/svn/repository | gzip > $TMPFOLDER/svnrepodump.dmp.gz [22:39] ball: it's getting worse no it dropped to 549 MB [22:47] Kamping_Kaiser: where is the output of the bash script with set -ex written to? [22:47] Hi, i just made new partition using "gparted" but "df -h doen't show that partition there.. i have to do something else to make it appear? or can i access that partition? [22:48] LoveGuru: Did you add a filesystem to the partition? and did you mount it? [22:48] rbrunhuber: Sorry im New im just learning those things. [22:49] there is 5 *sda* shows in my /dev/ i dont know .. which one is the one i want. [22:50] i try to mount /dev/sda /mnt/sda but it gave me error "mount: /dev/sda already mounted or /mnt/sda/busy [22:50] */mnt/sda bzy [22:51] rbrunhuber: well ya i did add the filesystem as "ext3" [22:51] i dont know which one i have to mount. [22:52] LoveGuru: you cannot mount /dev/sda because it is the complete hdd. try to mount one of the sdas with a number [22:53] you can find out what /dev/sdas are already mounted by typing just "mount" [22:55] rbrunhuber: ya i got it.. /dev/sda3 thats the one partition i just made it. [22:55] rbrunhuber: how can i add that entry to df -h and make it auto mount when i reboot my system [22:56] you have to edit /etc/fstab [22:59] rbrunhuber: what i have to add there? [23:00] LoveGuru: where do you want to mount /dev/sda3 to? [23:01] i mount it at /mnt/sda3 [23:03] LoveGuru: so first two columns are /dev/sda3 /mnt/sda3 [23:04] LoveGuru: then third is ext3 [23:04] you'd be better suited mounting by uuid rather than variable label [23:05] by uuid ? [23:05] Deeps: LoveGuru he created the partition by him self so not sure if there is a uuid on it. [23:05] rbrunhuber: all partitions contain uuids [23:05] ls -l /dev/disk/by-uuid [23:06] gives you the uuid and what it's corresponding label is [23:06] and then instead of /dev/sda3, you'd use UUID=xxxx [23:06] where xxxx is your uuid [23:06] ls -l /dev/sda3 [23:06] brw-rw---- 1 root disk 8, 3 2008-11-27 16:38 /dev/sda3 [23:06] Deeps: I'm quite sure this is not true if you did not use special commands [23:06] LoveGuru: ls -l /dev/disk/by-uuid [23:07] ls -l /dev/sda3/by-uuid [23:07] ls: cannot access /dev/sda3/by-uuid: Not a directory [23:07] LoveGuru: copy and paste: ls -l /dev/disk/by-uuid [23:07] do not replace of those bits [23:07] disk is disk, not sda3 [23:07] ohh [23:07] ahh ok [23:07] i got the UUID of /sda3 [23:08] lrwxrwxrwx 1 root root 10 2008-11-27 16:38 73a8827b-6cac-42d9-a918-e1d7fa657e1f -> ../../sda3 [23:08] ok so instead of listing /dev/sda3 in your fstab, you'd use UUID=73a8827b-6cac-42d9-a918-e1d7fa657e1f [23:09] alright thanks [23:09] that way if the disk label changes (e.g. you add new disks and this one becomes sdb instead) your reference is still valid and your disk still mounts [23:09] thats cool [23:10] so just put "UUID=73a8827b-6cac-42d9-a918-e1d7fa657e1f /mnt/sda3 ext3" ? [23:10] thats it? [23:11] https://help.ubuntu.com/community/Fstab [23:11] ok [23:11] explains it better [23:11] or at least, in full [23:14] Deeps: the guide is so cool.. [23:14] so after edit /etc/fstab. do i have do something else ? [23:15] mount [23:15] to actually mount it [23:15] LoveGuru: you no can check if you made everything right by unmounting the partition (make sure you are not in /mnt/sda3) and then do "mount /mnt/sda3" [23:15] assuming it's not mounted already [23:15] what rbrunhuber said [23:16] LoveGuru: to unmount it use "umount /mnt/sda3" [23:17] gave me error when i try to umount it. [23:17] sudo umount /mnt/sda [23:17] umount: /mnt/sda: device is busy. [23:17] (In some cases useful info about processes that use [23:17] the device is found by lsof(8) or fuser(1)) [23:17] aamir@ab1adm:~$ [23:17] error message is descriptive [23:18] Deeps: i didn't get it whats lsof or fuser means. [23:18] * hads bets on being in the directory [23:18] hads: hehe [23:18] LoveGuru: you have to umount /dev/sda3 <- with the number not /dev/sda [23:19] heh, well spotted [23:19] LoveGuru: lsof lets you see things like what processes are active in a directory [23:19] * Deeps sees confusion between /mnt/sda, /dev/sda, /mnt/sda3 and /dev/sda3 [23:19] which nicely brings us around to using mountpoints that aren't based on disklabels [23:19] and rather, using mountpoints that have a bit more meaning [23:20] Deeps well my acutal entry in fdisk -l is /dev/sda3 but i mount it at /mnt/sda not /mnt/sda3 [23:20] i'll leave y'all to it, i've got a tmnf match to play! gl loveguru [23:20] /mnt/things_i_want_to_serve_with_my_web_server [23:20] tx Deeps :< but still confusing for me why i can't umount it :< [23:21] LoveGuru: what is the output of pwd? [23:21] rbrunhuber: i tried that too "umount /dev/sda3 same error [23:21] rbrunhuber im not in mnt point dir [23:21] i m in / [23:21] * hads loses [23:21] LoveGuru: what is the output of "mount |grep /dev/sda3" [23:22] mount |grep /dev/sda3 [23:22] /dev/sda3 on /mnt/sda type ext3 (rw) [23:23] LoveGuru: what is the output of "lsof |grep /mnt/sda" [23:24] bash 5798 aamir cwd DIR 8,3 4096 2 /mnt/sda [23:24] LoveGuru: do you have another console window open where you are standing in /mnt/sda ? [23:25] * hads wins [23:25] rbrunhuber: no [23:25] i m not [23:26] shoot [23:26] yes [23:26] i did sudo -i [23:26] so the new terminal open [23:26] ya [23:26] its fine now. [23:26] hads: you win. [23:26] :) [23:26] rbrunhuber: sorry for that. [23:27] LoveGuru: np [23:27] i didn't know that when i did sudo -i so the new tty comes up [23:27] rbrunhuber: well i did umount /dev/sda3 and i think it works it won't give me any error this time [23:27] you can check by "echo $?" should be 0 [23:28] yup its 0 now [23:28] do i have to do something else? [23:28] normally linux does not talk to you if it has nothing to complain ;-). [23:28] hahaha [23:29] ya its quite Gud When we are not wrong :) [23:29] Gud? [23:29] So now whenever i boot my linux it should be mount that mnt point it self. [23:29] LoveGuru: yes [23:29] i wanna say its really Good though [23:30] linux doen't talk if we are not going wrong. [23:31] Well rbrunhuber im done with that? [23:32] LoveGuru: I think so. you may give it the reboot test (IF THIS IS NOT A PRODUCTIVE MACHINE) to make sure, because I will be offline in about 10 minutes (00:40 am CET) [23:32] rbrunhuber; no its not Production.. its my home personal system. [23:32] alright give me minute. let me reboot it. [23:32] LoveGuru: and you may to use a more descriptive label in fstab. [23:33] ah.. [23:34] LoveGuru: You may want to use a better mountpoint for the disk I wanted to say. [23:35] LoveGuru: something like /mnt/music instead of /mnt/sd3 (provided you want to store music on the disk ;-)). [23:36] rbrunhuber: well i wanna install something with wine. and im not sure.. with wine.. i can install something in diferent location .. as long as i know about wine.. wine should install apps in /home and wine itself in /usr/bin [23:36] i dont know much about things so just take a shot with different mount point it works or not. [23:37] well rbrunhuber: still there is no entry of /dev/sda3 in df -h [23:38] what is the output of "mount |grep /mnt/sda3"? [23:39] LoveGuru: what is the output of "mount |grep /mnt/sda3"? [23:39] there is no output :< [23:40] LoveGuru: sorry and the output of "mount |grep /mnt/sda"? [23:40] i tried both [23:40] no output [23:40] so it was not mounted [23:41] so i have to mount it again ? [23:41] LoveGuru: Can you try to ask deeps for further assistance, I have to go [23:41] ohh [23:41] nevamind. [23:41] u can go :) [23:41] well [23:41] thanks U are sucha nice helper :) [23:41] thanks for everything. [23:42] LoveGuru: Thanks, very generous ;-) [23:42] :=) [23:42] let c. [23:42] if Deeps Comes :) [23:42] then i will talk to him and ask for help if he can ;) [23:45] LoveGuru: bye! [23:46] tc .. byE :) [23:48] Deeps: could ya please help. if u got some time?