/srv/irclogs.ubuntu.com/2015/12/08/#lubuntu.txt

=== LarrySteeze|Away is now known as LarrySteeze
=== LarrySteeze is now known as LarrySteeze|Away
django_how do i enable wifi02:48
django_onlubuntu lol02:48
bdbg24hello   I cannot put the "ISO" of lubuntu beacause the file is 744 Mo and my CD contains only 700 Mo  How may I do ?09:38
bdbg24bonjour   je ne peux pas graver l'image iso de Lubuntu car elle fait 744 Mo et mon graveur CD refuse plus de 700 Mo Comment faire Merci09:41
hateballbdbg24: Use a larger CD or use a USB storage09:47
bdbg24hateball :  thanks   I dont'have  larger CD but I will put it on USB (don't know it was possible !)09:51
hateballbdbg24: https://help.ubuntu.com/community/Installation/FromUSBStick09:52
bdbg24hateball : thanks again   bye09:59
intxthe settings for weather on lubuntu/lxpanel do not save, anyone know why?13:27
intxi set my location, click ok, it restarts and it's still unset13:28
fenneszHello ! Is there a way I can view the remaining space of a partition in lubuntu?19:25
bioterrordf -h19:25
fenneszbioterror, Are you referring to my question?19:25
bioterroryes19:25
bioterrorand if you want to go even more hifi way, you can configure conky for your desktop19:27
fenneszbioterror, from the Disks utility I have 3 partitions listed: /dev/sda1 - filesystem , /dev/sda2 - extended partion , swap partition 519:29
fenneszwith df -h I have this output:http://pastebin.com/KXQBPHRk19:30
fenneszon /dev/sda1 I have 3% free user space and I think this might cause problems . Should I go for gparted and extend this partition?19:32
fenneszI don't know what /dev/sda2 partition is used for... This lubuntu machine is installed as a VM on vbox19:32
fenneszthis is the Disks utility http://imgur.com/cVvQXPK19:35
fenneszany idea?19:35
bioterror'lsblk' prints you your drives19:36
bioterrorand what they might be19:36
fenneszbioterror, http://pastebin.com/3RsWPt6j this is the output of lsblk19:37
fennesz4g for swap ?19:37
fenneszWouldnt 1g suffice?19:38
bioterrorit depends19:38
wxl!swap | fennesz19:39
ubottufennesz: swap is used to move unused programs and data out of main memory to make your system faster. It can also be used as extra memory if you don't have enough. See https://help.ubuntu.com/community/SwapFaq for more info19:39
fenneszI have given 4gb to this vm . I think this is far than enough for lubuntu isn't it?19:39
epictetus4gb is fine19:40
fenneszfor swap?19:40
epictetusyeah.19:40
fenneszok19:41
fenneszSo I have to resize vm's hard disk ?19:41
bioterror/ could be a little biffer19:41
epictetusi'm guessing if you use the system a lot and check swap usage with the "free" command you'll see it's using way way less than 4gb. Probably usually using 0GB or like, 100 megs19:41
epictetusso you could go less than 4GB if you want.19:41
wxlor use no swap if you want19:42
wxlor use a swap file instead of a swap partition19:42
epictetusthere's this whole "Swap should be double RAM" rule that makes no sense, I think this rule started with like, Photoshop tech support telling people this in the 90s and it somehow getting applied to every other OS since then19:42
wxlor, etc. etc. etc.19:42
bioterrorif you have enough of RAM, no need for swap19:42
bioterrorepictetus, it makes sense if you hibernate19:42
epictetusI like to put a tiny swap in there cuz i've got this (possibly mistaken?) belief that the linux memory manager sometimes wants a little bit of swap for no reason19:43
epictetusinstead of 019:43
epictetusbioterror: yeah but people are applying the rule to like, servers that never hibernate ever19:43
fenneszOk let's say I dont use swap or go with 1gb or so ,can I extend my filesystem partition with that additional (swap -3gb) space , and if yes how?19:43
epictetusservers with 32GB of ram and applications that use like 4GB (so the other 28GB is being used as disk cache)19:43
epictetusand they give it 64GB of swap, and during the life of the server the most that is ever used out of that 64GB swap is like, 8MB19:44
epictetusfennesz: yeah nondestructive repartitioning tools can probably do that for you19:44
epictetusfennesz: or you can use a destructive repartitioning method where you backup the data, fix the partitions, and restore the data from backup19:45
fenneszI would like the nondestructive one :)19:45
fenneszcan you name one ?19:45
epictetuswell parted19:46
fenneszgparted?19:46
epictetusi think that's another ver of the same tool?19:46
epictetusthere's also some commercial ones like Acronis and Paragon19:47
fenneszdo you know if gparted is in lubuntu live cd included?19:47
bioterrorI would probably first swapoff and remove (outcomment) the swap line from /etc/fstab19:48
epictetusfennesz: pretty sure it is? idk19:48
tewardfennesz: not sure if it is, I could check by dissecting the image, but if you go into the 'try lubuntu' option which I know exists, you can connect to the net, then run `sudo apt-get update; sudo apt-get install gparted` from the live cd terminal19:49
tewardit won't stay on the disk, but...19:49
teward(you can run `apt-cache policy gparted` to see if it's installed though, before all that, in the Live session's terminal)19:49
fenneszteward , correct19:49
fenneszwill do that now19:49
fenneszits a vm after all :)19:49
fenneszgparted is included in lubuntu live cd19:52
fenneszGuys , I have resized the swap partition but it is on the dev/sda2 , can I move the free disk space to dev/sda1?19:58
epictetusdelete /dev/sda219:58
epictetusresize sda1 to use the extra free space after deletign the entire sda2 partition19:58
fenneszcorrect ~19:58
fenneszthe new swap shall be primary partition / linux-swap ,right?20:00
epictetusyou don't need swap at all or you can use a swapfile (not a partition)20:00
fenneszwhat is the difference ?20:00
epictetusa swapfile is a file inside a filesystem that is used as swap (so instead of getting its own partition, it is just a file)20:01
epictetusthere may be minor performance implications of that but they are gonna be irrelevant in this case20:01
fenneszok , I read more about this .20:01
epictetusor just not have any swap20:01
epictetuslike for instance if i did20:01
fenneszis this automatically created ?20:01
epictetusdd if=/dev/zero of=/swapfile bs=1M count=102420:02
epictetusthat would create a 1GB empty file20:02
epictetusthen i could run20:02
epictetusmkswap /swapfile20:02
epictetuswhich formats that file as a swapfile20:02
epictetusthen20:02
epictetusswapon /swapfile20:02
epictetusactivates it20:02
epictetus(or add it to /etc/fstab so it gets automatically activated during boot / by swapon -a )20:02
fenneszthank you !20:03
=== HairyFotr is now known as HairyFotr2
=== HairyFotr2 is now known as HairyFotr
fenneszi will try without any swap at first, then I will do this if I encounter any performance issues20:04
fenneszthank you all guys , much appreciated !20:04
fenneszhmmm, the boot time is by far slower now !20:08
epictetusfennesz: you probably didn't delete the line in /etc/fstab pointing to the old swap partition so it hung up for a while looking for it20:10
fenneszepictetus, ok let me check this20:11
Lokiehey, how to add stuff to the startup items?20:12
fenneszepictetus, http://pastebin.com/Lyv1s5QP this is the output of fstab20:12
fenneszshould I remove the line with swap ?20:12
epictetusline 1120:12
epictetusis the swap line20:12
epictetusremove that one20:12
fenneszepictetus, win!20:14
fenneszthank you very much !20:14
n-iCeOk, now I am using lubuntu22:20
n-iCewhat a beast22:20
django_hey all23:53
django_how come my prtsc doesnt work23:53
geniidjango_: Check your Pictures directory23:54
tsimonq2genii: it is stored in ~23:54
django_oh23:54
django_genii, ty23:54
tsimonq2oh.23:55
* tsimonq2 relooks the docs23:55

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!