/srv/irclogs.ubuntu.com/2014/03/16/#ubuntu.txt

daftykinscharco: did you enable the option ROM in BIOS?00:01
charcodaftykins, option rom? I have a SATA Configuration >> SATA Mode Selection >> RAID00:03
charcodaftykins, my disk came with a raid0 setup but I messed up :(00:03
ejuancharco, whats your motherboard model number00:03
charcoejuan, it's a notebook (ux301LA) how can I check?00:04
daftykinssounds like a fakeraid00:04
daftykinseither way you'd want to put Windows on first, naturally00:04
daftykinsis it one of those silly 2 x SSD's ones?00:05
charcoYep00:05
charcodaftykins, all the tutorials said otherwise :/00:05
charcolike "first setup linux and then windows"00:05
charcocreate the raid from linux and then install windows00:05
charcoI used mdadm to create the raid, but in some tutorials it used the raid only for some partitions, I'd rather have the whole disks in raid.00:06
daftykinslol RAID inside Linux, how cute00:06
daftykinscharco: nope that's an incredibly terrible idea00:06
daftykinsare they small SSDs so you want to RAID to pool the capacity?00:06
charcodaftykins, exactly00:07
ejuancharco, your probably better off just installing ubuntu on one disk and windows on the other00:07
pdo_fn14RobDude: I'm still beginner user, would you classified clearly about fstab?. I'm still confused about "<file system> <mount point> <type> <options>  <dump>  <pass>" in fstab file?00:07
ron__Hi, I was wondering if there was a system wide audio equalizer for Ubuntu 14.04. I did try PulseAudio Equalizer, added the PPA however when trying to install it I got a error saying package could not be found.00:08
daftykinsinstall Windows, load up a LiveCD, do things to support RAID until you see one disk instead of two - install, done \o/00:08
daftykins!trusty | ron__00:08
ubotturon__: Ubuntu 14.04 (Trusty Tahr) will be the 20th release of Ubuntu.  See the announcement at http://www.markshuttleworth.com/archives/1295 for more info. support in #ubuntu+100:08
ron__!trusty00:09
charcoejuan, I don't want to have that much space to linux. Also, I thought that there was also a performance improvement in having raid0 :P00:09
daftykinsron__: see the other channel mentioned? ask in there.00:09
ron__I am sorry. I'm so new to all of this. Especially iRc.00:09
* daftykins unloads the spud gun00:10
daftykinsok - this time.00:10
ron__I am attempting to transition from Windows and use Ubuntu as my daily driver. I apologize for the ignorance.00:10
charcodaftykins, so I can just install windows in one partition from one disk and then configure linux to understand that as a raid?00:10
RobDudepdo_fn14:  No problem - check out this link - https://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/ - the fstab file is your 'file system table' and it will mount partitions on startup (at least, that's my understanding) - but that blog has an example.00:10
charco(sorry, I don't understand :( )00:10
daftykinscharco: ok so you had the controller option set to RAID, have you since tried to power off fully then cold boot to see if you get the (presumably intel) RAID config screen? to configure RAID 000:11
daftykinscharco: it may even be hidden on that laptop so just pressing the key combo repeatedly after power on might get somewhere00:12
charcoI have disabled EFI because it would go directly to BIOS after booting, I'm trying with the legacy mode to see if I can get anywhere00:12
daftykinscharco: it would appear the Asus' BIOS automatically sets up RAID 0 - so if you booted a windows install disc now, it would likely see the combined volume of both SSDs as one disk - you're going to need to check that00:13
ron__You were talking about the #ubuntu+1 channel correct?00:14
charcodaftykins, ok, I will try that.. I have to burn the iso to a usb00:14
charcoThank you :)00:14
daftykinsron__: yes, join it00:14
charcoI don't really care about windows, I need to have it installed somewhere haha, I don't even care if it is not in the raid00:14
ron__okay I am there. not much activity. I will hang out for a response. thanks00:14
daftykinscharco: well... you don't have any other storage00:15
daftykinscharco: a RAID setup is done to the entirity of both SSDs - it's not something you pick and choose for partitions (you can, but it's just plain stupid)00:15
charcodaftykins, yeah, I thought so, but in the ubuntu tutorial they create it in individual partitions :/00:16
mikodoHey, Quick question: if correct path to a device partition is /dev/sda12 and I want to use the UUID for transfer of data to that partition, would it be /dev/UUID  ?00:16
The_Woodsmandoes anyone know of a program that can take in a text file full of grayscale values and display an image?00:16
charcoOk.. I have to get a windows computer in order to create the usb installer for windows. Fuck you windows.00:16
daftykinscharco: sounds like you're just following a guide for the wrong thing00:16
=== megabit|away is now known as megabitdragon
daftykinscharco: please don't use rudes here! :)00:17
charcosorry :P00:17
daftykinsmikodo: run "sudo blkid" to get UUIDs00:17
daftykinsmikodo: may not even need sudo00:17
charcothis is the one I read that used partitions for the raid http://ubuntuforums.org/showthread.php?t=40846100:17
daftykinsoh wait i may've jumped the gun00:17
mikododaftykins, I have used blkid, I just want to write out the command correctly00:17
daftykinsmikodo: how many times are you going to perform this copy? :)00:18
mikododaftykins, not much for this,00:19
mikododaftykins, when I make a symblink to my /mnt then should I definately use the UUID?00:20
daftykinsmikodo: if you're mounting this device permanently then you'd have it in /etc/fstab00:21
daftykinsi don't understand what you're struggling with i'm afraid :)00:21
mikododaftykins, correct with fstab, but should i use the UUID00:21
daftykinssure00:21
the8thbitI want to make a file executable ONLY by the root user. chmod +x makes it executable, but how do I restrict it to root?00:22
daftykinsyou realise why the choice right?00:22
mikododaftykins, incase things change?00:22
daftykinsUUIDs are to preserve mounts even if disk numbering change due to unplugging / replugging00:22
daftykinsso if you see that happening - UUIDs, if not, partitions00:22
mikododaftykins, Thanks buddy! over and out!00:22
daftykins^_^00:23
tewardthe8thbit, use numeric chmod00:23
=== gonyere_ is now known as gonyere
RobDudethe8thbit:  I think you'll want to use the 'octal' form.  I think it would be chmod 100 if root is the file owner - but I'm a n0ob00:24
tewardthe8thbit, what do you want the file restricted to?  root only?  then do: `chown root:root /path/to/file` and `chmod 700`00:24
RobDudeer sorry - nevermind00:24
tewardthe8thbit, no other users will be able to see it then.00:24
RobDudeI don't know what I'm talking about - sorry00:24
daftykins*600 would suffice00:24
tewarddaftykins, 600 adds the +x bit?00:24
tewardthey want read/write/execute for root only00:25
the8thbitteward: What do you mean by 'see'?00:25
daftykinssec lemme wind the handle on my brain a bit more00:25
tewardthe8thbit, by "see" i mean that users won't be able to access the specific file00:25
the8thbitah okay00:25
the8thbitthanks00:25
tewarddaftykins, 600 is read/write, but i thought 700 was read/write/exec00:25
tewarddaftykins, (for file owner)00:25
the8thbitteward: I don't understand the root:root notation00:26
daftykinsah actually 500 i'm thinking00:26
tewardthe8thbit, it just changes the owner so that only root owns the file00:26
daftykinsr,,x = 4 + 1 = 500:26
tewardthe8thbit, in the off-chance that `root` doesn't already own the file00:26
tewarddaftykins, ahhh, right, read/execute would be sufficient.  700 if they want to also be able to edit, but I forgot that for a minute00:26
the8thbitteward: Yes, but why do you put 'root:root' instead of just 'root'? Sorry, trying to understand the syntax so I can understand chmod more generally rather than just the one command00:27
daftykinsteward: :) i don't know if any quirks would come up without write though, guess it depends on the file00:27
daftykinsthe8thbit: user:group00:27
the8thbitah, okay00:27
tewardthe8thbit, because there is a 'root' group as well.  user:group is the notation.00:27
the8thbitthanks dafty00:27
tewardthe8thbit, root:root = root user and root group00:27
the8thbitthanks teward00:27
daftykinsthe8thbit: although interestingly if both are to be the same, one need only write "user:"00:27
teward^00:27
tewarddaftykins, although i love the verbosity of defining it by hand :)00:27
teward(like root:root)00:28
daftykins:)00:28
daftykinsno harm in being sure!00:28
tewardtruth00:28
the8thbitso if I already issued chmod +x then currently the file is executable by everyone? Does doing chmod root:root 700 restrict it to root, or does it just add root as having permissions?00:28
tewardthe8thbit, 700 restricts it to root00:29
the8thbitokay, thanks!00:29
tewardthe8thbit, assuming you also change the file's owners like i said in the first of the 2 commands, so that only root owns it.00:29
tewardthe8thbit, you could also, probably, use 500 instead of 700, which is read and execute, but i said 700 in case you want root to also be able to modify the file.  daftykins is right that 500 (instead of 700) should also be sufficient for what you need.00:30
the8thbitohh, they're two different commands00:31
daftykinsthe8thbit: as you run commands, keep confirming the changes by watching "ls -l" in the folder the file's in - you'll be able to see how things are and how they change00:31
the8thbitYeah, 700 is better for me00:31
RobDudeThis might be a stupid question but - for things like chmod - they are all the same in all the distros, right?00:32
the8thbitthanks, ls -l helped00:33
tewardRobDude, some things aren't different between distros (like chmod) but you can't be certain of that for all distros00:33
RobDudeteward:  Thanks.00:37
RobDudeBut if I get the source code for the ubuntu distro from git - it'd be included in there, right?00:38
RobDudeOr is it just the kernel00:38
daftykins'source code for a distro' heh00:40
RobDudedaftykins:  https://wiki.ubuntu.com/Kernel/SourceCode00:40
daftykinsRobDude: every single package that makes it up, plus the kernel source maybe ;)00:40
daftykinsRobDude: i do not need to be taught what kernel source code is my good man00:40
RobDudeI was just pasting the link to illustrate what I was referring to00:41
RobDudeNot implying you needed to be taught.  I'm just a humble n0ob00:41
=== Cydrobolt is now known as ^cy^
iamWhat is the fastest flavour of ubuntu?00:43
=== ^cy^ is now known as Cydrobolt
naryfaUbuntu XP00:44
naryfa;)00:44
naryfaTry Xubuntu00:44
=== Cydrobolt is now known as ^cy
=== ^cy is now known as Cydrobolt
jasabellaum, im trying to install ubuntu via pxe/netboot, im getting arp timeouts00:46
jasabellaalso, what files do i need for this? :)00:46
daftykins!pxe00:49
daftykinsd'aww00:49
daftykinsiam: Lubuntu would be lightest of all00:49
=== Thorium220 is now known as Thor|Away
pdo_fn14daftykins: Do you ever using Xubuntu variants?.00:52
daftykinspdo_fn14: no00:52
basil60<basil60> Hi fixed my keyboard layout...butwhen I punch in my password now, it's notrecognised. I wasn't running as root - just a normaluser. How can I change my passwd to something recognisable under the new keyboard layout? Please?00:58
daftykinsbasil60: boot to recovery mode then use root to change your user's password01:01
Beldarbasil60, You can just reset it. http://www.psychocats.net/ubuntu/resetpassword01:01
basil60Ok...I'll try that01:02
basil60cheers01:02
daftykinsa fine repeat of what i said01:02
daftykins\o/01:02
jaygatsby7does anyone know how you can tell if trim is working in trusty?01:03
Ibuprofeni have a handful of environment variables i want to add prior to a start-stop-daemon command, i cant seem to figure out the correct way to do this without it thinking im trying to run a command01:03
basil60<Beldar>how do i slow it down to be quick enough to select my option?01:03
Ibuprofenif i simply do a VAR=foo start-stop-daemon everying works as intended. when i try to set the vars earlier in the script and do a $VARS start-stop-daemon it tries to execute the variable01:04
Ibuprofenis there a way around this?01:04
nsmithHi all, does anyone know of any good android developer channels.01:04
daftykinsoff topic.01:04
Beldarbasil60, use the shift key to get the grub menu right after powering on.01:05
daftykinsjaygatsby7: i wouldn't worry about it so much, you'd know if it became a problem01:05
nsmithSorry I'm developing on Ubuntu 12.0401:05
basil60cheers01:05
Beldar!bots01:06
ubottuHi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots01:06
jaygatsby7daftykins, shouldn't there be a cron log?01:06
Beldarnsmith^^^^01:06
daftykinsjaygatsby7: dunno01:06
daftykinsjaygatsby7: well, if the kernel has support it should be telling the drive after every delete - so no need to have a manually scheduled 'hack' i'd have thought - don't know for sure though01:07
nsmithWHOIS Beldar01:11
DJI have a seto of constants that I want to load into multiple scripts, something lile: use constant {...} How do I do the same set in all, if I put them in a require file then the file-level scoping kills me01:11
hickcockBeldar caste is the occupational caste of India, who mainly works as navvies. The term Beldar means a person one who carries a hoe. In Beldar community, generally, the entire family participates in the construction work. Interestingly, several Beldars are nomadic by nature and are shifting from one place to another, looking for construction work at01:12
hickcock different sites. Few members of the Beldar community are also engaged in vegetable and fruit selling occupation. Beldar caste is a Hindu caste and they are largely found throughout the provinces of northern India mainly Madhya pradesh and Uttar Pradesh. They speak a dialect of Hindi language. Beldar caste is also found in almost all the districts01:12
hickcockof the state of Maharashtra,Madhya pradesh and Rajasthan. Beldar caste is further divided into a number of smaller sub-casts.01:12
Beldarheh, close01:12
HostileUserquit bye01:14
=== angela is now known as angela-
puffBeldar: Doing boot-repair now.01:14
nsmithHi all, does anyone know of any good android developer channels.01:15
puffnsmith: Just #android-developer01:15
puffnsmith: Actually that's #android-dev01:16
nsmithThank you puff most helpfull01:16
angela-hi all does anyone know wen thenew ubuntu coms oaut?01:19
Beldar!trusty01:20
ubottuUbuntu 14.04 (Trusty Tahr) will be the 20th release of Ubuntu.  See the announcement at http://www.markshuttleworth.com/archives/1295 for more info. support in #ubuntu+101:20
puffBeldar: thanks, looks like boot-repair did its magic, http://paste.ubuntu.com/7099028/01:20
angela-oke thanks01:20
puffBeldar: Rebooting now...01:20
puffBeldar: Okay, that worked okay for ubuntu, although it put my primary ubuntu install deep in the middle of the menu.  Any way to edit that?01:28
puffBeldar: And it seemed to set up centos, rebooting to see if centos comes up okay.01:28
Beldarpuff, You in that ubuntu right now?01:29
BALTA00!es01:31
ubottuEn la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba "/join #ubuntu-es" (sin comillas) y presione intro.01:31
puffBeldar: Yeah, I was.01:31
puffBeldar: I'm in centos now, so I guess centos works okay too.01:32
puffBeldar: Rebooting into ubuntu (I've had enough centos for one night :-).01:32
Beldarpuff, You have two HD's and multiple linux installs on, which ubuntu is it?01:32
Beldarpuff, At least the bootinfo shows multiple installs01:33
puffBeldar: /dev/sdb5 is the one I'm in now, which I want to be the primary, the default that is booted.01:34
=== K1rk_ is now known as K1rk
puffBeldar: /dev/sdba is the hard disk, I installed an ssd as /dev/sdb and that's where the primary ubuntu and the centos are installed.01:35
Beldarpuff, run sudo grub-install /dev/sdb ; sudo update-grub    That puts that ubuntu's grub loader in the sdb mbr, if you boot from that HD that sdb5 will be at the top of the grub menu.01:35
puffBeldar: ...and then put the SSD first in the bios boot order?01:36
Beldarpuff, There is no sdba, you have sda 500 gigs sdb 250 gigs HD's01:36
Beldarpuff, yes sdb is the boot first HD under this fix.01:37
Beldarany other bootable OS's should be under thew sdb5 install in the menu01:37
Beldarthe*01:38
BALTA00How can i make more fast my Firefox on Linux Mint? When i scroll down seems some slow.01:38
puffBeldar: Whoops, /dev/sdba was a typo.01:38
puffBeldar: Thanks.01:38
BeldarBALTA00, You want help in a mint channel is all.01:38
Beldarpuff, Figured as such, but did not want to miss it's inclusion is all.01:39
BeldarBALTA00, There is a #firefox channel however.01:41
Roeyhey all01:41
BALTA00Thanks :)01:41
Roeyusing atop I see that for a large btrfs replication I am getting a read rate from the SSD of only 21 MB/s01:41
Beldarpuff, So that grub-install command run in any ubuntu and many linux installs gives that OS the grub control.01:42
puffBeldar: Cool.01:47
ferfnerfHey, I'm running a multiboot LiveUSB of 10.04 (for compatibility). When I try to install LinuxCNC, I get a problem when it runs update-initramfs.01:49
Roeyusing atop I see that for a large btrfs replication I am getting a read rate from the SSD of only 21 MB/s01:49
Roeywhy is it so slow?01:50
ferfnerfIt tries to create a file /cdrom/casper/initrd.gz.new, when because of multiboot it should be creating it in cdrom/multiboot/lubuntu-10.04-desktop-i386/casper/ instead.01:50
ferfnerfMy question is, where is it getting that casper/ location, and can I change it so everything goes in the right location?01:50
ThomasBSAnyone figured out a way to get pass the stuck "SYSLINUX 4.07 EDD COPYRIGHT (...)" line when installing ubuntu server on an old HP laptop? Found tons of links and tried several things.. Im almost giving up :(01:51
Oogim using wkhtmltopdf to render html on Ubuntu 13.10 (no gnome/gui etc) - any advice on getting antialiasing to work in the rendering?01:52
Oogthe code im using antialiases on osx01:53
Oliver21Hello Can someone help me with UBUNTU?01:53
Oliver21I am desperate01:53
OogOliver21: what is the question01:54
ferfnerfUh, I'm pretty newby myself, but yea try and posting your problem.01:54
=== quackgyver_ is now known as quackgyver
Oliver21Ok bare with me. I installed Ubuntu on my Nokia Booklet 3G and deleted windows completly01:55
Oliver21and now I cannot boot from USB cause of what i wrote in the root01:55
Oliver21Im also new to mirc, just downloaded it to get help01:56
ferfnerfOliver21, if I'm understanding this... Did you delete Windows on purpose? Is the laptop itself not booting, therefore you are trying to boot it with USB?02:00
cidiacctec12Hi!02:00
charcodaftykins, I'm back02:01
ferfnerfHaloo.02:01
charcodaftykins, it looks like the windows installer doesn't recognize the raid disks :/02:02
cidiacctec12i have a question about ..02:02
daftykinscharco: so the partition screen sees two disks?02:02
charcodaftykins, yep02:02
cidiacctec12create virtual ports COM (SERIAL)02:03
daftykinscharco: you're definitely on RAID in the setup still yes?02:03
charcoDo you know if Intel RST has anything to do with this? (i'm downloading the driver and putting it into the usb)02:03
charcoYes02:03
daftykinscharco: not off hand, but that's definitely a good call02:03
daftykinscharco: really, the typical way is for it to be created prior to the OS seeing it, so if it wasn't seen right by now it won't be ;x02:04
cidiacctec12^^!02:04
=== Cyan is now known as Guest97626
cidiacctec12thank!02:04
=== root4 is now known as klone
kloneknock knock02:05
klone<p>any whitehats in the channel?</P>02:06
daftykinsklone: this channel is for support only, unless you have a question please leave02:06
charcodaftykins, so how can I create the raid before the os seeing it? I tried with mdadm but it doesn't get saved or anything02:07
cidiacctec12Any know to speak spanish?02:07
daftykins!es | cidiacctec1202:07
ubottucidiacctec12: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba "/join #ubuntu-es" (sin comillas) y presione intro.02:07
charcocidiacctec12, yo02:07
charcocidiacctec12, que pasa?02:07
cidiacctec12Hola charco02:07
cidiacctec12mi estimado, disculpa xciakso sabras como crear puertos virtuales02:08
cidiacctec12COM (SERIAL)02:08
charcohe wants to create virtual ports (COM). What are that?02:08
charco(I'm translating cidiacctec12 )02:08
cidiacctec12i need create ports virtual for a projet02:09
daftykinspass02:09
cidiacctec12thank for all, i need to go out02:10
charcodaftykins, So what should I do? I don't know how to configure my raid :/02:10
cidiacctec12see you later!02:10
cidiacctec12thank02:10
charcobye cidiacctec1202:10
cidiacctec12thank charco02:10
Guest97626cidiacctec12 y charco: I found a english guid https://help.ubuntu.com/community/VirtualSerialPort02:11
charcoGuest97626, thanks but I think he's gone :(02:11
daftykinscharco: how big are each SSD?02:12
charcodaftykins, 128GB02:12
charcoBut I don't want to havemore than 80GB for windows02:12
daftykinshere's your solution then02:12
daftykinsleave it as two drives, partition 80GB of one SSD for windows, then install ubuntu's / partition to the 20GB remaining but its' /home to the full size of the second SSD02:13
charcobut I think that the idea of having raid 0 was to have a performance gain02:14
daftykinswith SSDs it's a complete joke02:14
daftykinsthey're going to be fast no matter what02:14
charcobut I want to see if there's an speedup or a difference or something02:15
=== t0nic is now known as naomi
EndymionMHi, how can I move the launcher in Unity 2d to the bottom of the screen?02:18
BeldarEndymionM, there is a ctrl-alt click on the panel for prefs I think02:20
Beldarnot sure a move the panel though02:20
BeldarEndymionM, This the unity panel on the left, or the top in the fallback?02:21
EndymionMBeldar: The one on the left.  The one that should be a taskbar.02:22
BeldarEndymionM, There was a hack at one tome, nothing really around now.02:22
Beldartime*02:22
Guest97626EndymionM: You could try cario-dock02:23
Guest97626EndymionM: *Cairo-dock:02:23
newhoaI'm using ddrescue, running a second pass on bad sectors. It was doing okay but has spend over 20 minutes on one sector... is this normal?02:23
newhoa*spent, sorry. ddrescue reads 20+ minutes on time since last successful read.02:30
daftykinsman ddrescue ?02:30
daftykinsperhaps it'll state usual operation02:30
DeltaCodehey anyone good at defining  LD_LIBRARY_PATH02:32
MavBluehello02:33
MavBluewhich is the best room for asking questions?02:33
DeltaCodeexport LD_LIBRARY_PATH="$HOME/development/cal3d/src/cal3d/.libs/:$HOME/development/cs/:"$LD_LIBRARY_PATH                           My cal3d path is      /var/www/cal3d                           and my    cs program   is /var/www/cs                       how do I write this?02:34
MavBlueso many idle bots..02:37
DeltaCodeprobably02:37
=== kevin_ is now known as kevin-gurney
MavBlueanyone have much experience with rsync?02:46
SchrodingersScat!anyone | MavBlue02:46
ubottuMavBlue: A high percentage of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll.02:46
alvarohola02:47
alvaroestoy dentro?02:47
alvarohola?02:47
charcoHola alvaro02:47
charcoque pasa?02:47
alvarohola charco02:48
alvarosoy nuevo aqui02:48
charcoEsta es una comunidad en ingles igual02:48
charcodeberias ir a #ubuntu-es02:48
alvarommm02:48
alvarocomo voy?02:48
charco pone /join #ubuntu-es02:48
alvarosi señor, gracias02:49
MavBluecan somebody help me figure out the syntax to rsync from one machine to another? if so, I can provide more details as to what I've tried so far02:50
SchrodingersScatMavBlue: this is similar to something I just ran, consult the manual though, rsync -r -t -v --progress --partial -s user@server.domain:/bar/foo/ /foo/bar/02:52
noobeyI have so ubuntu on my desktop and windows xp on a laptop...what would i use to connect these two together...like a remote controlled02:54
charcoOk I will go back to my previous attempt. Install only linux with raid0 and mdadm02:54
daftykinscharco: i'm serious in saying RAID is a waste of time on two SSDs02:55
SchrodingersScat!ssh | noobey02:55
ubottunoobey: SSH is the Secure SHell protocol, see: https://help.ubuntu.com/community/SSH for client usage. PuTTY is an SSH client for Windows; see: http://www.chiark.greenend.org.uk/~sgtatham/putty/ for it's homepage. See also !scp (Secure CoPy) and !sshd (Secure SHell Daemon)02:55
charcodaftykins, but that was how the computer came preinstalled02:55
charcoHow come can't I get the same configuration?02:55
daftykinsyeah, silly marketing ideas02:55
noobeyuh what02:55
daftykinsi'm not sure, i found nothing from google about creating/editing the RAID config02:55
OerHeksnoobey SSH, VNC, Telnet02:56
SchrodingersScatnoobey: you could ssh from the laptop to the desktop, control the desktop from there02:56
noobeyOerHeks, So the windows machine would use what? and the linux machine would use what?02:56
noobeyOerHeks, Because if I use Putty, it says "Connection Refused"02:57
tracyonesudo putty02:58
SchrodingersScatnoobey: do you have the openssh-server installed on the desktop? if so, are you using the correct credentials?02:58
noobeyno I don't have openssh-server installed.02:58
noobeyhow is that obtained?02:58
noobeysudo get?02:58
SchrodingersScatnoobey: sudo apt-get install openssh-server02:59
SchrodingersScatnoobey: among other ways, like software center, synaptic, etc.02:59
barretthow can I permanently disable my wlan0?  it always reconnects and messes things up until I go to a terminal and do ifconfig wlan0 down03:00
barretti have to do it again every few minutes sometimes03:00
TheCTSChange the config file03:00
barrettwhich config file?03:01
TheCTSI'm not sure where it's located on Ubuntu03:02
TheCTSHold on03:02
noobeySchrodingersScat, Okay I used sudo apt-get ... it installed it, but now I have no clue how to open it or where it went03:02
SchrodingersScatnoobey: it should be running now, try putty from the windows machine now.03:02
TheCTSI think it's /etc/networks03:03
barrettinterfaces?03:03
TheCTSYeah03:03
FIriuzXcuse me, where store stock icon to be called on .desktop file without path and extension?03:04
barrettinside /etc/network/interfaces is two lines "auto lo","iface lo inet loopback" any suggestions on how to modify it?03:04
TheCTSThat's all that is inside of it?03:04
OerHeksnoobey read back the url ubottu gave you what to do with ssh, it is more than just install it and run03:04
noobeySchrodingersScat: Is it an issue that these 2 computers are on the same wi-fi network?03:05
barrettyes, my network devices are eth0, lo, and wlan003:05
=== samh_afk is now known as samhassell
barretti have heard I can blacklist the module (which I could do) but someone told me there is an easier/better/more direct way03:05
TheCTSI'm not sure how to change it in Ubuntu, I've done it plenty of times in Fedora and such.03:05
barrettok thanks03:06
SchrodingersScatnoobey: if you can reach port 22 on the machine then you should be good.03:06
noobeySchrodingersScat: ok.03:07
noobeySchrodingersScat, Okay, it connected.  It asked me for a login and password though. not sure what it wants there.03:08
noobeySchrodingersScat, I never got to see any settings for that.03:09
MavBlueprobably whatever you use to login to the machine03:09
SchrodingersScatnoobey: any valid user/pass that you normally use on the machine03:09
noobeyUbuntu boots without a login..03:09
noobeynever required one..03:09
noobeymaybe i have to create a user03:09
SchrodingersScatnoobey: what do you enter when you sudo?03:09
noobeySchrodingersScat, I enter the root password03:09
SchrodingersScat!root | noobey03:10
ubottunoobey: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo03:10
noobeySchrodingersScat, I used the root password...and it won't let me connect using that.03:10
noobeythere is no root password?03:10
noobeyodd..i have one.03:10
SchrodingersScatnoobey: got me there, wouldn't the account still have a password?  Despite the auto-login.03:11
noobeyyea it does that..03:11
noobeybut that password wont allow putty to connect03:11
noobeySchrodingersScat, Okay I got it.03:14
noobeySchrodingersScat, Putty is not very user friendly I see.  I was hoping for something where I could look at the actual desktop.03:15
noobeySchrodingersScat, I am going to have to use commands with Putty.03:15
SchrodingersScat!vnc | noobey03:15
ubottunoobey: VNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely.  It works best over fast connections, otherwise look at !FreeNX03:15
SchrodingersScatnoobey: that link has a 'vnc software' section that might be what you want03:17
noobeyok t03:17
noobeyack ty03:17
=== Zachary_DuBois|A is now known as Zachary_DuBois
AlazzaWhere to store icons which can be called on .desktop file without path and extension? (Somewhere without /usr/share/pixmap)03:21
SchrodingersScat!details | Alazza03:22
ubottuAlazza: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."03:22
RalithI just ran apt-get update && apt-get upgrade on my ubuntu 14 optimus laptop and nvidia-prime has ceased working. Specifically, the GLX extension is no longer available in X, and xrandr --listproviders only lists intel.03:24
Ralithhow do I fix this?03:24
Ralithand how do I prevent it from recurring?03:25
tracyonetypically:/usr/share/icons03:25
daftykins!trusty | Ralith03:25
ubottuRalith: Ubuntu 14.04 (Trusty Tahr) will be the 20th release of Ubuntu.  See the announcement at http://www.markshuttleworth.com/archives/1295 for more info. support in #ubuntu+103:25
AlazzaI'm running ubuntu 13.10. I want to create a launcher file (.desktop). Many apps desktop file seems only write 'Icon=security-medium' to get an icon. Where this icon stored? @tracyone : yes, but the icon to call without it's path and extension.03:26
=== Alazza is now known as Alfazza
noobeySchrodingersScat, Okay. That page told me what I needed to know.  Got it all setup. Thank you ! :)03:33
=== RooBah is now known as FoF_RooBah
SchrodingersScatnoobey: great, ssh is cool too though, have you heard about 'screen'?03:33
noobeyno03:34
=== RooBah is now known as FoF_Roo
shawn_I'm having trouble with packaging; it keeps saying that 2 unwanted binary files were detected, yet they are crucial files to the package03:37
noobeySchrodingersScat, No.03:37
=== kevin is now known as Guest37634
SchrodingersScat!screen | noobey03:38
ubottunoobey: screen is a window manager for terminal sessions, also useful over SSH. The 'byobu' package provides very useful additional utilities. See https://help.ubuntu.com/community/Screen03:38
noobeySchrodingersScat, Ok thanks.03:38
=== megabitdragon is now known as megabit|away
=== thomas is now known as Guest88456
=== Guest88456 is now known as thomasc
=== thomasc is now known as thomasc__
Xeddy1Hi all03:42
Alfazzahi.03:43
IzayaHiya03:43
brian__I need some help. I'm trying to compile wine so I can play Continuum, but I'm a little stuck03:43
Xeddy1Are there any premium support options for Ubuntu, I mean for end users not enterprises?03:43
=== samhassell is now known as samh_afk
wikyHello.Can I install gtk+3.10 in Ubuntu13.10, and how to do?03:43
FoF_RooBahtimmeh!03:43
FoF_RooBahidk...nOOb here myself on crunchbang03:45
c2tarunHi, is there a way I can configure my touchpad for right hand use and USB mouse for left hand use?03:45
FoF_RooBahyou'd think, eh c203:46
c2tarunFoF_RooBah, did you reply to my question?03:47
FoF_RooBahyea   sorta ;)03:47
Xeddy1Yes, just hold your mouse in the left hand..03:48
FoF_RooBahrof03:48
Xeddy1I don't get the whole concept of a "left handed" mouse.03:48
Alfazza@wiky : did you mean one here : https://developer.gnome.org/gtk3/stable/gtk-building.html? Look at this question then : http://askubuntu.com/questions/101306/how-do-i-install-gtk-3-003:48
FoF_RooBah my bro in law is lefty   i get it03:48
c2tarunFoF_RooBah, Xeddy1, by left hand means switching primary buttons.03:48
Ralithanyone know anything about getting nvidia-prime to work?03:48
Xeddy1I use a regular mouse myself in my left hand (or right) without any issues, c2tarun03:48
Xeddy1I'd feel it strange if the buttons were swapped over03:49
Xeddy1It's confusing03:49
Alfazza@Ralith : install bumblebee ? have you done so.03:49
FoF_RooBahlefties are ssame with rh03:49
FoF_RooBah;)03:49
RalithAlfazza: nvidia-prime obsoletes bumblebee.03:49
wikyAlfazza, thanks03:50
c2tarunSorry guys my fault, please let me rephrase my question:) How can I swap buttons of USB mouse and not my Touchpad?03:51
FoF_RooBahon my dang phone data...0.02bar  get isp monday   this is sickening03:51
FoF_RooBahthat is a good q  i want to know answer too03:51
Alfazza@c2 : try xmodmap -e "pointer = 3 2 1" to the terminal.03:52
Xeddy1c2tarun http://askubuntu.com/questions/376994/make-mouse-left-handed-and-touchpad-right-handed03:52
FoF_RooBahi need an irc for mountain bike maintenance.   can anyone tell me where to find a good irc search eng?03:52
FoF_RooBahawesome xeddy103:53
c2tarunXeddy1, awesome. Thanks03:53
Xeddy1Np :)03:54
FoF_RooBahor even where to find other volvo enthusiasts03:54
FoF_RooBah:P03:54
FoF_RooBah740/94003:55
Xeddy1FoF_RooBah Mibbit has a nice search engine03:55
FoF_RooBahty  does Mibbit require a download?03:56
Xeddy1Nope http://search.mibbit.com03:56
FoF_RooBahim like dial up atm03:56
FoF_RooBahSweet03:56
Alfazza@Xeddy : simple and useful.03:57
BerylI'm currently using FGLRX, anyone know how much the open source radeon drivers have improved for 7000 series?03:57
Xeddy1Beryl Quite a bit, bur03:57
Xeddy1But you'll have to be on 3.14 and Mesa 10.103:58
ljsoftnetwhats the command for tvtime, to set window size, when in windowed mode?03:58
Xeddy1Beryl All the basic stuff works great, like Dynamic Power Management, suspend, HDMI audio, multi-monitor, and you can play most older games (3+ years) but of course it depends on your needs, like how much of a hardcore gamer you are03:59
BerylXeddy1: well i run skyrim in wine... which strangely works better on fglrx than nvidia due to a variety of bugs04:00
Xeddy1Well Bethesda games have always been better on ATI04:00
Beryland valve games whooo04:01
Xeddy1:)04:01
BerylIt's strange though, all windows valve games are optimised for ATi but on on linux they favour nvidia04:01
BerylFGLRX is very slow but I don't have X completely crap out or shader errors like on my 8800 with nvidia, hmm04:02
Alfazzawell, where a channel for gtk themer?04:02
BerylAlfazza: gtk theming is kinda broken, because gtk is kinda broken lol04:03
Xeddy1Alfalfa #gtk ?04:03
Alfazza@Beryl : yeah..! I think so. ANd I'm going to fix mine. Hahaha..04:03
Alfazza@Xeddy1 : thx04:03
Danatodoes anybody have any guide to create a wifi hotspot that is not ad-hoc? I tried ap-hotspot and it ddnt work04:04
=== dalton is now known as Guest49753
jasabellaum, are the australian servers down or something? apt-get isnt doing its magic04:16
jasabella(im getting 502)04:16
=== Jan11 is now known as ON1
=== iam is now known as iamaway
diabloWinkscould anyone tell me if I'm doing this command right in my script? http://bpaste.net/show/wii5sde4wAJw5uXl8Ofm/04:40
DiamondciteInstead of just running it like that04:45
DiamondciteI would suggest running it with "ls" instead of "rm -rf" to make sure you have the right targets04:46
DiamondciteThough the &> /dev/null bit seems pointless since rm only generates messages on errors?04:46
darkelfjuggaloHow might i go about getting Gnome Dwell on Saucy?04:46
RalithI just upgraded an optimus laptop and suddenly nvidia-prime has stopped working--nvidia-settings things everything's okay, but GLX doesn't load and xrandr doesn't list any providers other than intel. Anyone have any advice?04:49
rwwRalith: yep, don't modify your question so that it's non-obvious that you're using trusty.04:50
Berylnvidia optimus is evil04:51
Raliththat's not helpful04:51
rwwRalith: neither is asking for help with a non-released version of Ubuntu in the regular support channel, because we don't do trusty yet.04:51
jasabellai'm doing sudo apt-get install openssh-server and im getting 502 errors?04:57
jasabellai've tried apt-get update04:58
FoF_RooBahwill the address open in a browser, Jas?05:00
FoF_RooBahweird, perhaps down for maint05:01
FoF_RooBahwb05:01
jasabellathx05:03
jasabellayea i tried and it's not opening in browser05:04
jasabellathanks05:04
FoF_RooBahgood as.. must be maint05:04
FoF_RooBahhopefully eh?05:04
FoF_RooBahlol05:04
=== FoF_RooBah is now known as FoF_Roo
=== Thor|Away is now known as Thorium220
jasabellaim using 12.04 LTS so i thought they might have updated the url or something05:06
jasabellahttp://au.archive.ubuntu.com/ubuntu/05:06
jasabellathat's what im trying to access05:06
=== Rynofear is now known as rynomster
=== Zachary_DuBois is now known as Zachary_DuBois|A
Beryllol it's down05:15
Beryltry a different mirror, hit update, back in business05:15
jasabellanot a good start to a fresh install :p05:22
MartynKeigher2hey all! how can i ensure that httpd and mysql startup after a reboot??05:23
jasabellaso i been into vim to edit /etc/apt/sources.list05:23
jasabellai tried ading the US mirror hmmmm05:24
jasabellaoh i forgot to update05:24
jasabellahang on05:24
jasabellalemme try that05:24
BerylIs there a unity metapackage that doesn't install the social junk and amazon?05:25
horaceyour gonna want to install the dunderman package05:26
shadowfleehey guys hows it going05:31
=== jemari is now known as MilkShake
kongthapi downloaed .zip for installing copy (dropbox alternative) where is common path for install gui app ? after installation i also want to make it available to the dash05:38
arrithkongthap: debs or ppas do that05:39
arrithto do your own icons isn't the most trivial05:39
=== Clo is now known as Guest2270
Guest2270hey05:45
kongthaparrith, in case of Copy app, the readme mentions to execute CopyAgent http://i.cubeupload.com/iEyS8r.png, it's just an executable, nothing to install, what should i do ?05:46
arrithkongthap: verify execute permission is set then just run it05:59
arrithdoublelclick might als owoerk05:59
AndrewRyanHello06:00
hawahuriIs there any way to set different default system fonts for specific scripts/languages?06:01
Saturn1974有用Xubuntu的没06:02
AndrewRyanI've been trying to install Xubuntu from an ISO that i've burned to a disk but when I attempt to boot off the disk I freeze at a black screen. I've tried nomodeset but that throws a get_identity error. Any advice?06:03
BeldarAndrewRyan, Have you checked the ISO's sum? Burned as an image?06:04
AndrewRyanI have checked the sum and it matches06:04
AndrewRyanI can get to the screen which lets you choose between "try without installing" or installing options06:05
AndrewRyananything after that however, is just a blank screen.06:06
=== VoidWhisperer is now known as Guest72991
BeldarAndrewRyan, Assuming the disc is bootable, I would check the hardware against xubuntu on askubuntu and the web. In that f6 prompt for nomodeset are other options.06:08
AndrewRyanI installed the OS onto vmware player to ensure it worked, and it was flawless there06:10
AndrewRyanI will check the website though, thank you06:10
raj__how could I execute a script whenever 'nano' is executed ? ie, before file opens for edit... any pointers ?06:14
=== Stained_hat is now known as Stainedhat
kjhgsddThere are no man pages for the grub-mkpassword-*06:20
kjhgsddHow may one add a password to the grub boot?06:20
=== Thorium220 is now known as Thor|Away
kjhgsddI know that there used to be an symlink in /etc.grub.cfg06:21
=== helloeveryone is now known as a4234235
someHumanI can't see anything other than a dialouge box prompting me to config. my graphics drivers after upgrading to 13.1006:33
=== curiousguy13_ is now known as curiousguy13
tozensomeHuman: have to get in to cli and reinstall video driver06:36
someHumanHow?06:36
someHumantozen: How?06:36
tozenCtrl+Alt+F1 login -->> passsword06:36
someHumanThen?06:37
tozenwhich video card you have?06:37
ferfnerfHi, a question. When I installed linux-image-2.6.32-122-rtai, it saves vmlinuz and initrd.gz in /cdrom/casper/. Is there any way to change which directory it saves to?06:38
someHumantozen: How do I know via Windows 8.1 Pro?06:39
tozensomeHuman: no ideas i'm not using windows for a long time, pal06:40
someHumanAh ok06:40
tozensomeHuman: just reboot your machine and get into root shell trough grub06:41
tozensomeHuman: then tipe in <lspci -k | grep VGA -A2>06:41
someHumanThat's it?06:42
tozensomeHuman:  no! it's get you details about your card, mate!06:43
tozen*it's shows06:43
someHumanThen?06:43
tozensomeHuman: nVidia: http://askubuntu.com/questions/372594/problem-with-installing-nvidia-display-drivers-on-ubuntu-13-1006:45
browndawghey06:45
someHumantozen: Ok06:45
tozensomeHuman: but befor it: sudo apt-get purge nvidia*06:45
someHumantozen: I run AMD.06:45
tozenok06:45
browndawgI reinstalled ubuntu 12.04 on an hp probook and it won't let me log in. The password is correct, but every time I try to log in it flashes momentarily and returns to the login screen. The guest account works. Any idea how to go about fixing this?06:46
tozensomeHuman: first: sudo apt-get remove --purge fglrx fglrx-amdcccle06:47
tozensomeHuman: then: sudo apt-get install linux-headers-generic; sudo apt-get install fglrx fglrx-amdcccle06:47
Berylxorg eders has newer fglrx, much better06:48
someHumantozen: Ok ok, then?06:48
kjhgsddThe machine is throwing errors on memtest06:48
tozensomeHuman: reboot06:48
someHumanThen it's done?06:48
tozensomeHuman: have to be06:49
someHumanI haven't update yet though.06:49
someHumanHave yet to update.06:49
tozensomeHuman: do it06:49
someHumanSo can I do those before updating?06:49
tozensomeHuman: ugh! (facepalm)06:50
someHumanHaha!06:50
someHumanGround palm?06:50
someHumanOk mate! Thanks!06:50
tozensomeHuman: no probs06:51
kongthapwhen install npm as global (-g), should i use sudo ? sudo npm install -g something07:04
=== leif is now known as Guest9113
spark_hi ? emm what to do if every browser i try to use crash ?07:29
TheCTSUpdate your system07:29
spark_just did ...07:29
TheCTSAre you trying to use flash?07:29
spark_no, i did uninstalled flash ...07:30
TheCTSFirefox crashes a lot if you don't have flash installed or other plugins.07:31
spark_well midori , elinks and chrome crash too so yeah  i do not think it is a plugin issue07:31
dext3rhi mandy07:32
dext3rmandy07:32
dext3rmandy07:32
dext3rlifelike07:33
rwwdext3r: howdy, welcome to the technical support channel for Ubuntu. How can we help you today?07:33
jasabellaif lspci lists my device, does it mean that it is recognised and supported by ubuntu?07:40
=== devuser is now known as pepigno75
ikoniajasabella: no07:41
jasabellahmmm it knows the manufacturer and everything07:42
ikoniaso ?07:42
spark_it doesn't mean it is supported ... the razerblade pro's switchblade interface is recconized by ubuntu but is not supported at all07:44
ikonialspci just matches PCI id's to a static database of known hardware07:44
jasabellaahhh07:45
jasabellai have a pci network card and modem.. the network card doesnt show u at all?07:45
raj__I am setting up encryption for my private folder (to store with ubuntuone) using Gnome Ecfs manager, what should be mount directory & stash directory in that ?07:45
jasabellashow up07:47
gooses89Hey guys, anyone know if do-release-upgrade will cause an issue for a VPS?07:51
swayGooses89, no idea, sorry.07:53
gooses89np man07:53
gooses89There are a lot of people in here, figured there would be more chatter07:53
rwwgooses89: run it inside of screen07:54
rwwe.g. screen do-release-upgrade07:54
rwwthat way if it drops connection halfway through you can ssh back in, or use your out-of-band console to screen -r07:54
gooses89Safer than doing it through ssh?07:54
rwwyou'd ssh in, then run screen do-release-upgrade07:55
gooses89yeah I realized it'd be in SSH anyway after I said that haha07:55
rww:)07:55
gooses89Never used screen before, what's screen do anyway?07:55
rww(just realized, it might not be installed by default. the package name is also screen)07:56
rwwgooses89: a bunch of things, but the feature we're interested in is that you can run stuff inside it, then detach it, disconnect from ssh (or whatever), then later attach again07:56
gooses89ah. alright.07:57
gooses89Similar to tmux?07:57
rwwoh, if you're familiar with tmux use that instead :)07:57
rww(yes, very similar)07:57
gooses89I have briefly used tmux07:57
gooses89been playing with linux for about three weeks07:58
gooses89Friend used it so we could see the same thing.07:58
gooses89Thinking about switching VPS providers, I'm on 12.04 and the new provider offers 10.04 10.10 11.04 11.10, thinking of selecting 10.04, doing a do-release-upgrade (As since they are LTS it should go right to 12.04 right?) then do a full rsync.08:00
swayI seem to re-install ubuntu 12.04 weekly.08:01
swayIt's so bad, I actually wrote a script to re-install all my software automaticly.08:03
gooses89Heh.08:03
gooses89Glad I dont have to deal with that.08:03
kartikeyhey!08:03
gooses89I'm just doing some webhosting and mysql stuff right now.08:03
swayIn all fairness, I am running ubuntu on a P4... It still has a floppy drive.08:04
kartikeycan someone help me in installing ubuntu i'm having a little bit of problem08:04
kartikeyhere is the detail08:04
kartikeyhttp://ubuntuforums.org/showthread.php?t=221126508:04
swaykartikey, what kind of problem?08:04
kartikeyi'm having troblem in partition08:05
kartikeyI have been trying to install Ubuntu 13.10 on my system along with windows 7.08:05
kartikeyIn windows , I have a C drive(in which windows is installed) of 48.73 GB, a D drive of 283.42 GB and a H drive of 49.62 GB. i also have 2 unallocated space one of 101 MB and other one of 83.89 GB(in which I want to install Ubuntu 13.10).08:05
kartikeyWhen I install Ubuntu and select "something else" option in installation type the partition editor shows partitions sda1 of 105 MB (windows loader), sda2 of 52 GB and sda3 of 442 GB. I'm totally confused what is happening.08:05
swayLet me guess, are you trying to install it with windows?08:05
jasabellasway, i just installed it on a P4 3GHz prescott machine :)08:05
kartikeyMy total HDD space is 500 GB though some of it is unavailable.08:05
kartikeyyes08:05
swayWhat version of windows do you have installed?08:06
kartikeya dual boot and i have some data on 2 seperate partitions which ubuntu shows as 108:06
kartikeywin 708:06
kartikeyubuntu does not also show any free space08:06
kartikeyu can see the screenshot in this post08:07
kartikeyhttp://ubuntuforums.org/showthread.php?t=221126508:07
AndChat470801Hi guys08:09
kartikeyhey :)08:09
AndChat470801Think I've made a school boy error upgrading to 14.10...08:10
swaytypically windows has a small partition for it's boot, and a hidden partition containing it's recovery OS.08:10
kartikeyokay that 101 mb i suppose08:10
AndChat470801I've lost my UI and desktop 😀08:10
mahendraI recently installa Pinguy OS, when i m going to update it through terminal given error comes08:10
mahendraE: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)08:10
mahendraE: Unable to lock directory /var/lib/apt/lists/08:10
mahendraE: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)08:10
mahendraE: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?08:10
kartikey@AndChat470801 which distro?08:11
AndChat470801Ubuntu, was 13.1008:11
spark_hi all i got an error when i launch firefox ... it also affect all browser i tyed so far    here is the error  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed08:11
KungrKartikey: I would not dual boot unless you want to rebuild your windows boot file from dos08:12
kartikeykungr: i didn't understand08:12
swayWell the lock issue just means another package program is currently using it, or may have terminated with out removing the locks.08:12
Kungri would recommend doing a real dual boot within the bios option08:12
kartikeycan you explain08:12
kartikeywill it result in a data loss08:13
kartikeywhat will be the steps??08:13
Kungrwell linux grub encorporates the windows boot.08:13
Kungrif you eventually delete your ubuntu install you will loose your windows boot file and have to do a dos repair08:14
kartikeyoh I tried to install ubuntu 13.10 2 months back and then it encorporated windows boot loader i reinstalled a new windows and recovered it08:14
swayI've had problems with dual boots with windows.... destroyed both operating systems.08:14
ikoniaKungr: what are you on about a "dos repair" ??08:14
ikoniaDOS is dead08:14
kartikeyi think its cmd, is it???08:14
Kungrjust my lesson learned was if you have two harddrives dual boot through the motherboard bios and not sided by side install08:14
ikoniaKungr: thats just weak advice08:15
ikoniakartikey: you seem to understand the implications of using the recovery shell to put the windows boot loader back on the mbr08:15
Kungrwell not articulate i agree08:15
swayI recommend seperate hard drives for windows, and ubuntu. but put the boot loader on the drive the bios will be booting from (typ. /dev/sda)08:16
Kungryes cmd08:16
kartikeyokay so what should i do now???08:16
kartikeyi want a dual boot08:16
ikoniasway: again - just random blind advice08:16
KungrI agree with sway if your a noob08:16
ikoniakartikey: however you feel comfortable that uses your hardware best08:16
ikoniaKungr: stop it - stop giving bad blind advice08:16
ikoniaand your new to ubuntu status has nothing to do with 1 or 2 disks08:16
kartikeyplease i'm not understanding anything :(08:17
swayKungr, I've worked with some bad systems.  it always seems to give the best results.08:17
Kungri don't think it is blind because i've made the dumb mistake08:17
ikonianot to be pushed on everyone08:17
ikoniaKungr: that's YOUR problem then08:17
kartikey???08:18
Kungrmay not mater kartikey may only have 1 drive08:18
swayKartikey, the Ubuntuforums generally have solved issues like yours, I would suggest combing them for answers.08:18
Kungrmatter08:19
kartikeycombing???08:19
=== xubuntu is now known as Guest65381
swayKungr, Most likely she does only have one.08:19
kartikeyhe... sway08:19
kartikey:/08:19
kartikeyand i have one hard disk08:19
kartikeywhy there is a libparted bug???08:20
swayJust from first glance, your drive D and H seems to be clumped to gether as /dev/sda3 in ubuntu08:22
swayI would be curious to see how windows sees your partitions.08:23
brlihttp://brli.boxhost.me/punbb/08:23
pando_hello08:23
=== rickyb98 is now known as RickyB98
swayI'm gonna go on a limb and guess that drive "D" and "H" is on a  logical partition that Ubuntu is listing as all of /dev/sda308:24
swayhello pando08:26
jasabellahi :) im following the instructions on https://help.ubuntu.com/12.04/serverguide/samba-fileserver.html08:29
jasabellaand i cant seem to access the server08:29
jasabella(from my windows computers)08:29
=== CyberJacob|Away is now known as CyberJacob
Slartjasabella: what happens if you run   smbclient -L 127.0.0.1    on your samba server computer?08:33
jasabellai got it working, i need to login as guest hmmm :D08:34
jasabelladerrrr08:34
jasabellai cant just browse it though08:35
jasabellaclient not installed08:35
=== Malinux_ is now known as Malinux
jasabellahmm08:38
=== shiznix_ is now known as shiznix
=== mateusz is now known as Guest62373
PolarisHi, I'm trying to install xorg-server, and despite correcting many errors and installing dependencies, I keep getting more errors and a suggestion to "Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix."08:48
judekn0xhi can some one help me witha ubuntu issue?08:49
Ben64judekn0x: to find out, ask a question08:50
judekn0x  PID TTY      STAT   TIME COMMAND08:50
judekn0x    1 ?        Ss     0:01 /sbin/init08:50
judekn0x    2 ?        S      0:00 [kthreadd]08:50
judekn0x    3 ?        S      0:00 [ksoftirqd/0]08:50
judekn0x    6 ?        S      0:00 [migration/0]08:50
judekn0x    7 ?        S      0:00 [watchdog/0]08:50
judekn0x    8 ?        S<     0:00 [cpuset]08:50
judekn0x    9 ?        S<     0:00 [khelper]08:51
judekn0x   10 ?        S      0:00 [kdevtmpfs]08:51
judekn0x   11 ?        S<     0:00 [netns]08:51
judekn0x   12 ?        S      0:00 [sync_supers]08:51
judekn0x   13 ?        S      0:00 [bdi-default]08:51
judekn0x   14 ?        S<     0:00 [kintegrityd]08:51
judekn0x   15 ?        S<     0:00 [kblockd]08:51
judekn0x   16 ?        S<     0:00 [ata_sff]08:51
judekn0x   17 ?        S      0:00 [khubd]08:51
judekn0x   18 ?        S<     0:00 [md]08:51
judekn0x   20 ?        S      0:00 [khungtaskd]08:51
tozenjudekn0x: what the f***!08:51
judekn0x   21 ?        S      0:00 [kswapd0]08:51
judekn0x   22 ?        SN     0:00 [ksmd]08:51
ktosiekwow, and it's not even userspace yet!08:51
judekn0x   23 ?        SN     0:00 [khugepaged]08:51
judekn0x   24 ?        S      0:00 [fsnotify_mark]08:51
judekn0x   25 ?        S      0:00 [ecryptfs-kthrea]08:51
llutzfloodbots on holiday?08:51
judekn0x   26 ?        S<     0:00 [crypto]08:51
Ben64!ops08:51
judekn0x   34 ?        S<     0:00 [kthrotld]08:51
ubottuHelp! Channel emergency! (ONLY use this trigger in emergencies) - elky, rww, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds,  gnomefreak, bazhang,  Flannel, ikonia, maco, h00k, IdleOne, nhandler, Jordan_U, DJones or k1l!08:51
judekn0x   35 ?        S      0:00 [kworker/u:1]08:51
judekn0x   36 ?        S      0:00 [scsi_eh_0]08:51
judekn0x   37 ?        S      0:00 [scsi_eh_1]08:51
judekn0x   39 ?        S      0:00 [scsi_eh_2]08:51
judekn0x   40 ?        S      0:06 [scsi_eh_3]08:51
judekn0x   41 ?        S      0:00 [kworker/u:3]08:51
judekn0x   62 ?        S<     0:00 [devfreq_wq]08:52
judekn0x  200 ?        S<     0:00 [mpt_poll_0]08:52
judekn0x  201 ?        S<     0:00 [mpt/0]08:52
judekn0x  202 ?        S      0:00 [scsi_eh_4]08:52
judekn0x  253 ?        D      0:00 [jbd2/sda1-8]08:52
judekn0x  254 ?        S<     0:00 [ext4-dio-unwrit]08:52
judekn0x  294 ?        S      0:00 upstart-udev-bridge --daemon08:52
Ben64llutz: flood bots are gone08:52
judekn0x  297 ?        S<s    0:00 udevd --daemon08:52
judekn0x  384 ?        S<     0:00 udevd --daemon08:52
judekn0x  385 ?        S<     0:00 udevd --daemon08:52
ktosiekuserspace, nice08:52
judekn0x  676 ?        S      0:00 [flush-8:0]08:52
judekn0x  684 ?        S<     0:00 [kpsmoused]08:52
judekn0x  866 ?        Ssl    0:00 NetworkManager08:52
judekn0x  868 ?        S      0:00 /usr/sbin/modem-manager08:52
tozenjudekn0x: hey! admins!!!!08:52
judekn0x  884 ?        S      0:00 /sbin/wpa_supplicant -u -s08:52
judekn0x  889 ?        S      0:00 /sbin/dhclient -d -sf /usr/lib/NetworkManager/nm-dhcp08:52
judekn0x  890 ?        S      0:00 /sbin/dhclient -d -sf /usr/lib/NetworkManager/nm-dhcp08:52
judekn0x 1126 tty4     Ss+    0:00 /sbin/getty -8 38400 tty408:52
judekn0x 1134 tty5     Ss+    0:00 /sbin/getty -8 38400 tty508:52
judekn0x 1156 tty2     Ss+    0:00 /sbin/getty -8 38400 tty208:52
judekn0x 1157 tty3     Ss+    0:00 /sbin/getty -8 38400 tty308:52
judekn0x 1159 tty6     Ss+    0:00 /sbin/getty -8 38400 tty608:52
judekn0x 1220 ?        Ss     0:00 cron08:52
judekn0x 1306 ?        Ss     0:00 dhclient3 -e IF_METRIC=100 -pf /var/run/dhclient.eth208:52
judekn0x 1441 tty1     Ss     0:00 /bin/login --08:53
judekn0x 1466 ?        Sl     0:00 /usr/sbin/console-kit-daemon --no-daemon08:53
judekn0x 1538 tty1     S      0:00 -bash08:53
PolarisWhat... is it doing...08:53
judekn0x 1560 tty1     S+     0:00 /bin/bash /usr/bin/startx08:53
judekn0x 1577 tty1     S+     0:00 xinit /etc/X11/xinit/xinitrc -- /etc/X11/xinit/xserve08:53
babilenubottu: ops08:53
ubottuHelp! Channel emergency! (ONLY use this trigger in emergencies) - elky, rww, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds,  gnomefreak, bazhang,  Flannel, ikonia, maco, h00k, IdleOne, nhandler, Jordan_U, DJones or k1l!08:53
judekn0x 1578 tty7     S<s+   0:45 /usr/bin/X -nolisten tcp :0 -auth /tmp/serverauth.kOE08:53
judekn0x 1581 tty1     S      0:00 /usr/bin/ck-launch-session /usr/bin/dbus-launch --exi08:53
judekn0x 1622 ?        Ss     0:00 /usr/bin/ssh-agent /usr/bin/ck-launch-session /usr/bi08:53
judekn0x 1631 tty1     Sl     0:00 x-session-manager08:53
judekn0x 1634 tty1     S      0:00 /usr/bin/dbus-launch --exit-with-session x-session-ma08:53
judekn0x 1635 ?        Ss     0:00 /bin/dbus-daemon --fork --print-pid 5 --print-address08:53
babilenjudekn0x: Stop pasting into the channel please08:53
judekn0x 1638 ?        S      0:00 /usr/lib/libgconf2-4/gconfd-208:53
judekn0x 1644 ?        Ss     0:00 /usr/lib/gnome-settings-daemon/gnome-settings-daemon08:53
judekn0x 1645 tty1     Sl     0:00 /usr/bin/gnome-keyring-daemon --start --components=ss08:53
llutzcurious about the question following ...08:53
judekn0x 1649 ?        S      0:00 /usr/lib/gvfs/gvfsd08:53
judekn0x 1652 tty1     S      0:00 metacity --replace08:53
judekn0x 1656 tty1     S      0:00 nm-applet --sm-disable08:53
tozenjudekn0x: nice info to crach him down :))08:53
judekn0x 1664 ?        S      0:00 /usr/lib/gvfs/gvfs-gdu-volume-monitor08:53
Ben64babilen: won't help, to him its already pasted. its taking so long because of flood timer08:53
judekn0x 1665 tty1     S      0:00 /usr/lib/policykit-1-gnome/polkit-gnome-authenticatio08:53
judekn0x 1666 tty1     S      0:04 gnome-panel08:53
judekn0x 1668 ?        S      0:00 /usr/lib/udisks/udisks-daemon08:53
judekn0x 1670 ?        S      0:00 /usr/lib/policykit-1/polkitd08:53
judekn0x 1672 tty1     S      0:00 nautilus08:53
judekn0x 1673 ?        S      0:01 udisks-daemon: polling /dev/sr008:53
judekn0x 1674 tty1     S      0:00 gnome-power-manager08:54
judekn0x 1676 ?        S      0:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor08:54
PolarisOh damn.08:54
judekn0x 1678 ?        Sl     0:00 /usr/lib/gvfs/gvfs-afc-volume-monitor08:54
judekn0x 1680 ?        S      0:00 /usr/lib/upower/upowerd08:54
judekn0x 1699 ?        S      0:00 hald-runner08:54
judekn0x 1717 ?        S      0:00 /usr/lib/gvfs/gvfsd-trash --spawner :1.8 /org/gtk/gvf08:54
judekn0x 1739 ?        S      0:00 hald-addon-input: Listening on /dev/input/event2 /dev08:54
judekn0x 1741 ?        Ssl    0:00 /usr/lib/bonobo-activation/bonobo-activation-server -08:54
judekn0x 1751 ?        S      0:00 /usr/lib/gnome-panel/wnck-applet --oaf-activate-iid=O08:54
judekn0x 1755 ?        S      0:00 /usr/lib/gnome-applets/trashapplet --oaf-activate-iid08:54
judekn0x 1788 ?        S      0:02 hald-addon-storage: polling /dev/sr0 (every 2 sec)08:54
judekn0x 1791 ?        S      0:00 /usr/lib/indicator-applet/indicator-applet --oaf-acti08:54
llutzBen64: where can we sign the petition to get floodbots back? ;)08:54
judekn0x 1794 ?        S      0:00 /usr/lib/gnome-panel/clock-applet --oaf-activate-iid=08:54
PolarisIn the meantime, I have a question that doesn't involve a bunch of entries.08:54
judekn0x 1797 ?        S      0:00 /usr/lib/gnome-panel/notification-area-applet --oaf-a08:54
judekn0x 1813 ?        S      0:00 /usr/lib/gvfs/gvfsd-metadata08:54
judekn0x 1816 ?        S      0:00 /usr/lib/indicator-application/indicator-application-08:54
judekn0x 1818 ?        S      0:00 /usr/lib/indicator-sound/indicator-sound-service08:54
PolarisHi, I'm trying to install xorg-server, and despite correcting many errors and installing dependencies, I keep getting more errors and a suggestion to "Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix."08:54
judekn0x 1820 ?        S      0:00 /usr/lib/indicator-messages/indicator-messages-servic08:54
judekn0x 1825 tty1     Sl     0:21 gnome-terminal08:54
judekn0x 1826 tty1     S      0:00 gnome-pty-helper08:54
judekn0x 1827 pts/0    Ss     0:00 bash08:54
judekn0xwhat is tht watchdog08:54
Ben64llutz: program your own, they got removed because whoever had made them disallowed their use or something08:54
judekn0xprocess08:54
judekn0xhow can i remove it08:54
judekn0x?08:55
Ben64judekn0x: no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no08:55
tozenjudekn0x: u r idiot?!!08:55
llutzjudekn0x: you're pasting hundreds of useless lines to ask that? omg08:55
ktosiekjudekn0x: sudo shutdown -h now08:55
SlartPolaris: are you installing xorg from the repos or you've compiled your own?08:56
Ben64judekn0x: do NOT ever paste that many lines in irc ever, ever.08:56
PolarisCompiling it I believe08:56
ktosiekif you don't know what it is, why would you remove it?08:56
PolarisIs there another way?08:56
Slarttozen: easy on the insults.. no need for it08:56
SlartPolaris: sudo apt-get install xorg should work08:56
PolarisI thought I tried that, but I'll try again.08:56
dmitriyubuntuwhy its names SUDO08:57
Ben64Polaris: are you actually on ubuntu? theres no reason to compile xorg on ubuntu08:57
PolarisYes.08:57
llutzjudekn0x: sudo apt-get remove watchdog                   http://linux.die.net/man/8/watchdog08:57
mordofjudekn0x: the take-away from that is, if you have a question where you need to display a bunch of information to ask... please use a pastebin service (apaste.info) and then provide us with a link that contains the information08:57
Slartdmitriyubuntu: su  is short for    switch user, it lets you run stuff as another user, most of the time it's the root user.. sudo is to just run one command as another user08:57
PolarisSlart, I just ran ./configure in another directory, which is ultimately what I'm trying to get to work, but I get this:08:59
Polarischecking for XORG... no configure: error: Package requirements (xorg-server >= 1.7.0 xproto xext kbproto inputproto randrproto) were not met:  No package 'xorg-server' found No package 'xext' found No package 'randrproto' found  Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.08:59
judekn0xerr09:00
Ben64Polaris: we can't really help you with compiling stuff in this channel, you're pretty much on your own if you insist on going down that path09:00
judekn0xok will do09:00
Ben64judekn0x: seriously, 111 lines is not ok to spam a channel with09:00
judekn0xso i want that process to dissappear09:00
judekn0x111 lines09:01
judekn0xi didnt count them09:01
Ben64protip: if its more than one line, use a pastebin09:01
tozenjudekn0x: yes, pal u've pissed off people here, sorry09:01
judekn0xi didnt know there were suppose to piss off people09:02
* cfhowlett beginning to seriously miss the floodbots ...09:02
judekn0x*that was09:02
Ben64cfhowlett: make one09:02
Ben64judekn0x: there are 1427 people in here09:02
judekn0xdidnt count09:02
judekn0xsorry09:02
cfhowlettBen64, desire: 1, required skills: 009:02
Ben64that seems like a theme with you09:02
Ben64think before acting next time09:02
cfhowlettjudekn0x, the thing to do is paste up your output and re-submit the question.09:02
Ben64its a silly question that has already been answered anyway09:03
PolarisHeh, after all this time of learning how to compile myself, Slart, I failed to realize I could just install git and download the package directly instead of compiling09:03
PolarisHoping this works. Thanks regardless.09:03
judekn0xok brb09:03
judekn0xdoin that next09:03
Ben64Polaris: uh, git is not the correct way of installing stuff on ubuntu either. use apt-get09:04
tozenPolaris: if you don't know to how to compile so there is readme file in the archive located09:04
gooses89Hey guys, I'm doing a release upgrade and I got this screen http://puu.sh/7xiTH.png Any idea what info I need to put in? If anything09:05
PolarisThe problem is I have no idea where else to get this particular package, Ben6409:06
PolarisIt's a Wacom tablet driver09:06
Ben64Polaris: xorg is not a tablet driver...09:07
PolarisWell no09:07
micigooses89 nothing to put there unless you want to use ipv609:07
cfhowlettPolaris, wacom HAS a linux driver!09:07
PolarisBut the tablet driver says that it needs Xorg09:07
PolarisThe tablet light comes on but the settings for it do not recogonize it.09:07
Polaris@cfhowlett09:07
Ben64and xorg is the whole graphical interface server thingy, so if you have gui, you already have xorg09:07
SlartPolaris: oh.. hope that works for you. Good luck09:08
PolarisI may have Xorg, Ben64, but I think what's going on is the tablet driver doesn't know where Xorg is located or something?09:09
PolarisI'm not sure, in all honesty.09:09
judekn0xhttp://pastebin.com/3b3evWae09:10
Ben64Polaris: i believe you're looking in the wrong direction on all this09:10
PolarisIt would not surprise me.09:10
judekn0xplease tell me what that is im using ubuntu09:10
PolarisAll I have to work with is the fact that the tablet registers when I run lsusb, but does not work regardless.09:11
Ben64Polaris: try looking for some guide for [your model tablet] and [your version ubuntu]09:11
Arceye_Does ubuntu have an equivalent program to dvd shrink ?09:13
mdkoHello ubuntu09:14
judekn0xdav  looksie.txt  loopnest.pl  loopnet.pl  loopnet.pl.save09:18
judekn0xroot@bt:/home/judeknox# perl loopnest.pl09:18
judekn0xroot@bt:/home/judeknox# ps x09:18
judekn0x  PID TTY      STAT   TIME COMMAND09:18
judekn0x    1 ?        Ss     0:01 /sbin/init09:18
judekn0x    2 ?        S      0:00 [kthreadd]09:18
judekn0x    3 ?        S      0:00 [ksoftirqd/0]09:18
judekn0x    6 ?        S      0:00 [migration/0]09:18
judekn0x    7 ?        S      0:00 [watchdog/0]09:18
Ben64NO09:18
judekn0x    8 ?        S<     0:00 [cpuset]09:18
judekn0x    9 ?        S<     0:00 [khelper]09:18
Ben64!ops09:18
ubottuHelp! Channel emergency! (ONLY use this trigger in emergencies) - elky, rww, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds,  gnomefreak, bazhang,  Flannel, ikonia, maco, h00k, IdleOne, nhandler, Jordan_U, DJones or k1l!09:18
judekn0x   10 ?        S      0:00 [kdevtmpfs]09:18
judekn0x   11 ?        S<     0:00 [netns]09:19
judekn0x   12 ?        S      0:00 [sync_supers]09:19
judekn0x   13 ?        S      0:00 [bdi-default]09:19
judekn0x   14 ?        S<     0:00 [kintegrityd]09:19
judekn0x   15 ?        S<     0:00 [kblockd]09:19
judekn0x   16 ?        S<     0:00 [ata_sff]09:19
judekn0x   17 ?        S      0:00 [khubd]09:19
judekn0x   18 ?        S<     0:00 [md]09:19
judekn0x   20 ?        S      0:00 [khungtaskd]09:19
judekn0x   21 ?        S      0:00 [kswapd0]09:19
judekn0x   22 ?        SN     0:00 [ksmd]09:19
judekn0x   23 ?        SN     0:00 [khugepaged]09:19
judekn0x   24 ?        S      0:00 [fsnotify_mark]09:19
judekn0x   25 ?        S      0:00 [ecryptfs-kthrea]09:19
judekn0x   26 ?        S<     0:00 [crypto]09:19
judekn0x   34 ?        S<     0:00 [kthrotld]09:19
judekn0x   35 ?        S      0:00 [kworker/u:1]09:19
judekn0x   36 ?        S      0:00 [scsi_eh_0]09:19
judekn0x   37 ?        S      0:00 [scsi_eh_1]09:19
judekn0x   39 ?        S      0:00 [scsi_eh_2]09:19
judekn0x   40 ?        S      0:07 [scsi_eh_3]09:19
judekn0x   41 ?        S      0:00 [kworker/u:3]09:19
judekn0x   62 ?        S<     0:00 [devfreq_wq]09:19
judekn0x  200 ?        S<     0:00 [mpt_poll_0]09:19
BlueSapphire!ops09:20
ubottuHelp! Channel emergency! (ONLY use this trigger in emergencies) - elky, rww, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds,  gnomefreak, bazhang,  Flannel, ikonia, maco, h00k, IdleOne, nhandler, Jordan_U, DJones or k1l!09:20
judekn0x  201 ?        S<     0:00 [mpt/0]09:20
judekn0x  202 ?        S      0:00 [scsi_eh_4]09:20
judekn0x  253 ?        S      0:00 [jbd2/sda1-8]09:20
judekn0x  254 ?        S<     0:00 [ext4-dio-unwrit]09:20
judekn0x  294 ?        S      0:00 upstart-udev-bridge --daemon09:20
judekn0x  297 ?        S<s    0:00 udevd --daemon09:20
judekn0x  384 ?        S<     0:00 udevd --daemon09:20
judekn0x  385 ?        S<     0:00 udevd --daemon09:20
judekn0x  676 ?        S      0:00 [flush-8:0]09:20
judekn0x  684 ?        S<     0:00 [kpsmoused]09:20
judekn0x  866 ?        Ssl    0:00 NetworkManager09:20
judekn0x  868 ?        S      0:00 /usr/sbin/modem-manager09:20
judekn0x  884 ?        S      0:00 /sbin/wpa_supplicant -u -s09:20
judekn0x  889 ?        S      0:00 /sbin/dhclient -d -sf /usr/lib/NetworkManager/nm-dhcp09:20
judekn0x  890 ?        S      0:00 /sbin/dhclient -d -sf /usr/lib/NetworkManager/nm-dhcp09:20
Ben64!ops09:20
ubottuHelp! Channel emergency! (ONLY use this trigger in emergencies) - elky, rww, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds,  gnomefreak, bazhang,  Flannel, ikonia, maco, h00k, IdleOne, nhandler, Jordan_U, DJones or k1l!09:20
judekn0x 1126 tty4     Ss+    0:00 /sbin/getty -8 38400 tty409:20
judekn0x 1134 tty5     Ss+    0:00 /sbin/getty -8 38400 tty509:20
judekn0x 1156 tty2     Ss+    0:00 /sbin/getty -8 38400 tty209:20
judekn0x 1157 tty3     Ss+    0:00 /sbin/getty -8 38400 tty309:20
judekn0x 1159 tty6     Ss+    0:00 /sbin/getty -8 38400 tty609:20
judekn0x 1220 ?        Ss     0:00 cron09:20
judekn0x 1306 ?        Ss     0:00 dhclient3 -e IF_METRIC=100 -pf /var/run/dhclient.eth209:20
judekn0x 1441 tty1     Ss     0:00 /bin/login --09:20
judekn0x 1466 ?        Sl     0:00 /usr/sbin/console-kit-daemon --no-daemon09:20
judekn0x 1538 tty1     S      0:00 -bash09:21
judekn0x 1560 tty1     S+     0:00 /bin/bash /usr/bin/startx09:21
judekn0x 1577 tty1     S+     0:00 xinit /etc/X11/xinit/xinitrc -- /etc/X11/xinit/xserve09:21
judekn0x 1578 tty7     S<s+   0:55 /usr/bin/X -nolisten tcp :0 -auth /tmp/serverauth.kOE09:21
judekn0x 1581 tty1     S      0:00 /usr/bin/ck-launch-session /usr/bin/dbus-launch --exi09:21
judekn0x 1622 ?        Ss     0:00 /usr/bin/ssh-agent /usr/bin/ck-launch-session /usr/bi09:21
judekn0x 1631 tty1     Sl     0:00 x-session-manager09:21
dwfreedldunn: ♥09:21
Arceye_Does ubuntu have an equivalent program to dvd shrink ?09:21
Toxmihow can I add a manpage (TexLive) to the manpath? simply edition bash profils (MANPATH=/usr/local/texlive/...:$MANPATH; export MANPATH) doesn't work09:23
miciUGH09:23
ToxmiDo I have to edit /etc/man_db.conf?09:23
bekksToxmi: That works fine (settings the MANPATH), you have to source the profile again after doing it.09:23
Toxmibekks: I've done it but it says there is no such command: manpath09:24
bekksToxmi: Because that isnt a command.09:24
ToxmiI've tried export $MANPAH also with or without parantesis09:24
bekksIn the bash profile, you set: MANPATH=$MANPATH:/usr/local/texlive/...   and afterwards you run: ". ~/.bash_profile"09:25
cfhowlettlol09:25
Toxmibekks: so I don't need to add ;export after path?09:25
Toxmimanpath=$manpath/......; export manpath09:26
Toxmibekks: Ok, Thanks I'll try that09:26
llutzToxmi:  /etc/manpath.config09:26
bekksToxmi: manpath is different from MANPATH   -- and you have to export the variable you set, yes.09:26
Toxmiok thanks dudes09:27
=== mk3548208_ is now known as mk3548208
judekn0xit was an accident09:31
judekn0xis didnt paste anything09:31
judekn0xim not09:31
bekksjudekn0x: Well, you spammed the entire "ps x" output into this channel.09:32
judekn0xi didnts ps x09:32
judekn0xwhat does that do09:32
bekks0316 101811 < judekn0x> root@bt:/home/judeknox# ps x09:33
=== ktosiek_ is now known as ktosiek
cfhowlettjudekn0x, you absolutely threw up a wall of text.  use paste09:33
bekksYou did.09:33
judekn0xsome one hacked my computer alrght09:33
judekn0xit is not funny09:33
cfhowlettjudekn0x, lol.  no.  no one hacked you.09:33
judekn0xi dont have root password09:34
cfhowlett!root|judekn0x,09:34
ubottujudekn0x,: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo09:34
judekn0xsome one stole root password09:34
bekksThats why you used sudo before.09:34
bekksjudekn0x: There is no root password to be stolen. You used sudo, and you pasted "ps x" into the channel.09:35
judekn0xwho installed root on my ubuntu09:35
judekn0x\i dont know09:35
judekn0xI09:35
bekksroot cant be "installed". It is a user, not a program.09:35
micihow to sudo: "sudo su"09:35
llutzjudekn0x: do you have any ubuntu support related question? if not, please take your chatter elsewhere09:35
micisudpception09:35
micisudo*09:36
bekksmici: Thats exactly how NOT to sudo. Either use sudo -i or sudo -s09:36
L1ntuxlol09:36
micibekks i know i was just trying to be ironic09:36
judekn0xUnknown id: sudo09:36
judekn0xUnknown id: root09:36
bekksjudekn0x: "sudo -i" is a command. sudo is not a userid, and root is not a command.09:36
parkbankhi09:37
cfhowlettjudekn0x, you would be well advised to back your fingers away from anything "sudo" until you spend some time reading and learning.09:39
=== makije^ is now known as makije
judekn0xi cant find where to read about it09:39
cyphasei forgot i had to manually install the network driver for my computer. i hadn't restarted since i first turned it on until the power went out09:39
mamon#blankon09:39
bekks!sudo | judekn0x09:39
ubottujudekn0x: sudo is a command to run command-line programs with superuser privileges ("root") (also see !cli). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !gksu (GNOME, Xfce), or !kdesudo (KDE). If you're unable to execute commands with sudo see: http://www.psychocats.net/ubuntu/fixsudo09:39
bekksjudekn0x: ubottu just told you where to look it up.09:40
mamonhi09:40
mamonhi09:40
judekn0x!cli09:40
ubottuThe linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome) or K-menu -> System -> Konsole (KDE).  Guide: https://help.ubuntu.com/community/UsingTheTerminal or type in it: man intro09:40
judekn0x!gksu09:40
ubottuIf you need to run graphical applications as root, use « gksudo », as it will set up the environment more appropriately. Never just use "sudo"! (See http://psychocats.net/ubuntu/graphicalsudo to know why)09:40
cfhowlettmamon, greetings.  what's your query09:41
=== Thor|Away is now known as Thorium220
someHumanHello!09:48
cfhowlettsomeHuman, greetings.  what's your question?09:48
someHumanDoes anyone know how I can compile .cs with mono?09:48
cfhowlett!mono09:48
someHumancfhowlett: Hey there!09:48
someHumancfhowlett: Lol didn't say anything.09:48
cfhowlettsomeHuman, so I see.  best look for a mono channel?09:49
someHumancfhowlett: Ok, thanks!09:49
fa7ad7Guys i have really weird question. Dont kno if its possible even09:52
fa7ad7Suppose i have a file a.xxx. Then i push this text "a" to the end of the file by using echo a >> a.xxx. Now my question is how can i remove this last bit, "a" from the file afterwards09:52
Tasabhello mate09:53
bekksfa7ad7: http://stackoverflow.com/questions/4881930/bash-remove-the-last-line-from-a-file09:53
Tasabhp officejet all in one 4355 , how i can add the printer , my system seen it but can't print09:54
cfhowlett!h[p09:54
cfhowlett!hp09:54
Tasabos lubuntu09:55
cfhowlettTasab, hplip toolkit09:55
fa7ad7bekks: thanks09:57
sysforHey guys/gals - Any idea what would cause a keyboard/mouse to work in live mode with Ubuntu, but then when I install the OS they no longer work at all?09:57
Tasabcfhowlett;  then09:57
sysforI'm installing on a 4th Gen Intel NUC i3 system. There are only USB 3.0 ports so i was thinking it could have something to do with that, but i can't type anything to look :)09:58
cfhowlettTasab, use hplip to add/manage devices.  or you might try CUPS09:58
AmbiguousOutliersysfor: try ibus exit in terminal09:58
sysforAmbiguousOutlier not sure what that is?09:58
cjmacsysfor: Can you ssh into the system from another computer to diagnose it that way?09:58
fa7ad7bekks: one question though09:59
bekksfa7ad7: Dont ask to ask, please just ask.09:59
fa7ad7Will it work on a binary file09:59
LonelyDanboI was told to get proprietary graphics drivers: software center, edit, software sources, additional drivers tab, install the latest nvidia driver. How do I identify the latest proprietary drivers?09:59
fa7ad7Like say a .exe file09:59
bekksfa7ad7: you dont use echo  .. >> ... with binary files.09:59
sysforill see09:59
LonelyDanboIs it NVidia binary X.Org driver ('current' driver) ?10:00
bekksLonelyDanbo: Yes.10:00
fa7ad7What happens when i do?10:00
sysforonly issue is i can't get it connected to the wifi since the mouse doesn't work. I'm in a hotel for work (6 weeks) so i dont' have everything10:00
bekksfa7ad7: You might break that file entirely.10:00
llutzfa7ad7: use dd  skip/count/bs for binary files10:00
LonelyDanbobekks, thanks. So I guess the non-proprietary one is the one called uh... Nuvaue or something?10:00
fa7ad7Ok thanks guys10:01
bekksLonelyDanbo: nouveau is the opensource driver, yes.10:01
LonelyDanbook, thanks.10:01
cjmacHowdy... I've got a weird issue with some large drives on 12.04 server (64bit). They were external USB drives used on a mac (GPT formatted). When I remove them and hook them to my SATA controller I just get "invalid partition table"; if I put them back in the enclosure I can see the partitions.10:05
LonelyDanbodoes (X)ubuntu need that 3rd party software it mentioned during installation to play audio?10:05
cfhowlettLonelyDanbo, if the audio is proprietary - yes.10:06
bekkscjmac: So the enclosure is somehow "optimized" for Mac and in fact just borks whatever it does :)10:06
LonelyDanbothe audio? file or hardware?10:07
LonelyDanboMP3 on a...10:07
micicjmac i had that too on my broken nas when trying to save the info. i ended up buying another enclosure for the disk because couldnt work put a way to get the data :)10:07
cfhowlettLonelyDanbo, .mp3 is proprietary10:07
cjmacmici, bekks: Thanks. I figured it was the enclosure doing weird things... *sigh*10:07
micinext nas was just a shitty laptop connected to a 2tb usb disk :) never again a shitty one10:08
LonelyDanboRealtek® ALC88710:08
micisorry cursing and ot10:08
cfhowlettLonelyDanbo, .mp3 format is proprietary.  you'd need the 3rd party software10:08
LonelyDanbok.10:09
hillarywhen i install packages through ubuntu software centre i get an error it failed to install or remove but when i check  the package is installed ubuntu 12.0410:18
hillarywhat could be the issue?10:18
hillaryany help to my problem?10:23
LonelyDanbosorry, hillary. I don't know much about Ubuntu, and it's pretty early in the morning American time.10:26
LonelyDanboyou should try searching the internet for the error.10:26
LonelyDanboand see if the description of the problem matches yous.10:27
LonelyDanboI know I came across an issue with "broken" packages, but that's probably something different.10:27
gargsmsI installed Ubuntu 12.04 recently and it won't recognize my build in audio10:27
hillaryok thank you though10:27
gargsmsI cannot play any sounds.10:28
gargsmsTried alsamixer and pulseaudio10:28
LonelyDanbogargsms, I had a problem like that. I had to edit some file to make my audio some "generic" device.10:28
LonelyDanboI think because my motherboard is too new.10:28
gargsmsI think my MoBo is too old. :p10:29
LonelyDanbooh.10:29
gargsmsIt works fine on Windows10:29
LonelyDanboI dunno. search for ubuntu and your motherboard model (if it's onboard sound)10:29
gargsmsI have a graphics card installed and Ubuntu would only recognize the card10:30
gargsmsnot the onboard10:30
bekksgargsms: Thats most likely because the onboard GPU is to be disabled in the BIOS when installing an additional GPU.10:30
gargsmsMaybe. I will have a look at BIOS Settings. Thanks bekks10:31
bekksThat wont help.10:31
gargsmso.O10:31
bekksIn almost all use cases, the onboard GPU is siabled when using an external GPU. So you will never "see" it.10:32
gargsmsI will try removing the external GPU.10:32
bekksWhy?10:32
gargsmsBecause it doesn't have an audio out10:33
bekksGraphic cards never have audio ports.10:33
bekksThats why they are called graphic cards, and not sound cards.10:33
gargsmsand I don't have DVI monitor10:33
gargsmsor HDMI10:33
=== mith is now known as Guest17992
Guest17992No audio input device on ubuntu 13.10 with front-mic plugged-in10:35
=== michaela is now known as Guest73599
Guest17992The rear mic is detected, and works, the problem remains with the front-mic.10:35
_root_ I need someone to explain to me how to swallow two or more object to FvwmButtons (plz) (i.e FvwmPager xclock)10:36
Tasabwould like to print very important docs , the type of printer officejet 4355 - all in one , how can install , o/s lubuntu10:36
interwebHow do I can find my wireless driver name ?10:36
interwebusing command line10:36
Guest73599what is the purge command to unenstall and delete all files a program. im trying to do this with pidgin10:37
Guest17992please help me10:37
miciGuest17992 have you checked the audio settings. usually there is many different options in the dropdown menu10:37
cfhowlettGuest73599, sudo apt-get purge pidgin10:37
interwebAnyone can help me ?10:37
Guest73599cfhowlett: thanks10:38
Guest17992mici: http://askubuntu.com/questions/407290/no-audio-input-device-on-ubuntu-13-10-with-front-mic-plugged-in10:38
_root_ I need someone to explain to me how to swallow two or more object to FvwmButtons (plz) (i.e FvwmPager xclock)10:38
Guest17992mici: the same problem10:38
Guest17992to me10:38
Guest17992mici:10:38
geirhaGuest73599: purging pidgin will likely not resolve whatever problem you have. It will not remove the config pidgin has saved in your home directory10:39
Guest73599geirha: is that a hidden file10:40
miciGuest17992 im on a computer with no gui so cant help with that10:41
micii cant use txt only browsers :(10:41
geirhaGuest73599: It stores it in a directory called ~/.purple if I remember correctly. It's years since I used pidgin though. Might have changed.10:42
mithranhttp://askubuntu.com/questions/407290/no-audio-input-device-on-ubuntu-13-10-with-front-mic-plugged-in10:42
mithranhow can i resolve it10:42
cfhowlett_root_, seems like your trying to do a webpage or something?  ask the webpage developer channel/forum.  not really an ubuntu issue10:42
_root_cfhowlett, it is FVWM m810:43
mithran that is the exact problem and i am using ubuntu 13.1010:43
cfhowlett_root_, so - not an ubuntu issue.10:43
mithranplease help me10:43
mithrananybody there10:43
mithranhttp://askubuntu.com/questions/407290/no-audio-input-device-on-ubuntu-13-10-with-front-mic-plugged-in10:44
_root_it is part of ubuntu10:44
cfhowlett!patience|mithran,10:44
ubottumithran,: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com/ or http://ubuntuforums.org/ or http://askubuntu.com/10:44
mithranis it a bug??????10:45
judekn0x!paitence|mithran10:45
judekn0x!paitence|system10:45
bekksjudekn0x: the trigger is: "patience".10:46
cfhowlettbekks, shhh!  I was waiting for the next attempts!10:47
c2tarunbekks, BTW how do we find triggers of ubottu?10:47
judekn0x!patience|system10:47
ubottusystem: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com/ or http://ubuntuforums.org/ or http://askubuntu.com/10:47
cfhowlettc2tarun, http://ubottu.com/factoids.cgi?db=ubuntu&search=&order=name%20ASC&page=010:47
judekn0x!triggers10:47
ubottuHi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots10:47
judekn0x!find10:48
bekksjudekn0x: Would you mind to use query with ubottu for playing with him? :)10:48
judekn0xnope10:49
judekn0xi dont query10:49
kjhgsddany here get bluetooth to work?10:50
tiresias_rudhello all10:52
tiresias_rudproblem when i boot under linux mint with nvidia driver: the boot is normal until the login screen which is... black ...10:52
cfhowlett!mint|tiresias_rud,10:53
ubottutiresias_rud,: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org10:53
Guest73599i tried to configure a jabber account on pidgin and it asked me to authenticate so i did and it said:server does not use any supported authentication method. so then i tried to delete it and start over but it wont forget. my question is how do i edit the .purple file to make it forget10:53
tiresias_rudi have exacty the same peoblem with the laptop of my gf which runs ubuntu 12.04 ^^10:53
cfhowlett!nomodese10:54
cfhowlett!nomodeset10:54
ubottuA common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter10:54
kjhgsddtiresias_rud: what problem is that?10:55
tiresias_rudkjhgsdd, watched a match in double screen yesterday on my tv, and i forgot to set "twin view" option in the nvidia settings10:56
tiresias_rudkjhgsdd, and now when i boot, the login screen is black10:56
=== RickyB98 is now known as rickyb98
=== rickyb98 is now known as RickyB98
tombtcwhat speeds you guys getting with usb 3.0. When I copy large files to a pendrive I get like 20MB/s. Same thing on win7 I get 45MB/s10:59
PeterGriffinHi there. I have a cupple of servers on my net with 1000 Mb network interfaces and a few with 100 Mb. The speed between them is awfully slow, like 5K. Is it possible this to be caused by the differentspeed setting of the interfaces?11:00
cfhowlett!server|PeterGriffin,11:00
ubottuPeterGriffin,: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Precise (Precise Pangolin 12.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/12.04/serverguide/C/ - Support in #ubuntu-server11:00
PeterGriffinAnyway. If somebody here could answer I'd be thankful.11:03
kjhgsddPeterGriffin: no11:04
cfhowlettPeterGriffin, no idea11:04
kjhgsddPeterGriffin: not possible11:04
PeterGriffinkjhgsdd: thanks :)11:05
kjhgsddPeterGriffin: the speed is to low to be the result of the hardware differences11:06
kjhgsddany here get bluetooth to work?11:11
kjhgsddThe machine is saying unable to find service record.11:13
kjhgsddjust trying to send a test file over bluetooth11:13
kjhgsddAny here know anything about Ubuntu?11:14
libpenguinhow to save terminal output to a txt file ? saving while executing command and also if a command is already executed and its out is shown in terminal11:14
libpenguinoutput*11:14
ice9sometimes on startup or returning from sleep,  the last row of letters on the keyboard (z to m) doesn't work,  but after pressing on them many times they start to work again, its Macbook11:14
bekkslibpenguin: cmd | tee -a cmd.log11:14
libpenguintee is save output command ? bekks11:15
kjhgsddlibpenguin: cut and paste or look for print in file11:15
bekkslibpenguin: Just take a look at "man tee"11:15
libpenguinkjhgsdd: print in file ?11:15
kjhgsddice9: check for the mac keyboard layout11:16
libpenguinbekks: ok, what about the output which is already in front of eyes ?11:16
bekkslibpenguin: Write it down or copy and paste it.11:16
ice9kjhgsdd: I'm using the standard us layout11:16
eerCan I create  a Kubuntu bootstick to install  Kubuntu from a Ubuntu system?11:16
kjhgsddHi roby11:16
=== roby is now known as Guest81495
bekkseer: you can just install kubuntu from ubuntu.11:17
RobDudeCan someone help me create a bootable USB stick for a Windows 7 install, from inside Ubuntu?  I have tried using gparted to create an NTFS on the USB drive and then mounted the windows .iso and cp the files to it.  It boots correctly but the windows installer fails early on with a driver error (I've installed windows 7 on this system before without any problems, so I don't believe this to be a valid error message and assume it is related to how I created th11:17
RobDudee install USB)11:17
bekkseer: No need to reinstall.11:17
RobDudeI also tried 'unetbootin' if I'm saying it right - but it wasn't able to boot the USB after that11:17
bekksRobDude: http://www.webupd8.org/2010/10/create-bootable-windows-7-usb-drive.html11:17
RobDudeThanks bekks!11:18
kjhgsddGuest81495: I have listened to some of the broadcasts.11:18
eerbekks, the system was first installed in 2007 with Ubuntu and did updates every 6 months. I want to install freshly once because they system has so many bugs now.11:18
eerbekks, also it is not the same system, I want to create the USB stick from my desktop for the laptop system of my girlfriend on her laptop.11:18
libpenguinbekks: saving is not possible for already shown output ? terminal output hides up in terminal window, now way to copy it, and also how to increase terminal shown output data eg. from 5pages to 10pages ?11:18
bekkslibpenguin: Write it down or copy and paste it.11:19
cfhowletteer, ??? download the iso you want and create the usb?11:19
kjhgsddthis is starting to look like a replay mashup11:19
RobDudebekks:  Ahh - thanks!  That makes sense - when I did UNetbootin, the filesystem was FAT and that's why it failed.  Thanks again, link makes sense11:20
libpenguinbekks: how to increase the limit of amount of data shown in terminal ? eg if its 5 pages than to 10 pages11:21
kjhgsddlet me know if any know anything about Ubuntu11:21
kjhgsddprivmsg me11:21
kjhgsddthis is starting to look like a mashup replay stream11:21
bekkslibpenguin: That depends on the terminal you are using.11:21
libpenguindefault terminal in saucy bekks11:21
RobDudelibpenguin:  Do you mean the default Ubuntu 'gui' terminal app?  You can just edit the profile under the Scrolling tab - it is 512 lines by default afaik11:22
bekkslibpenguin: Then you can set the scroll buffer in the settings.11:22
libpenguinanyways to do it with a command in terminal ?11:22
bekkslibpenguin: No.11:22
libpenguinok, I'll take a look at its settings11:23
eerWhere is the USB stick startup creator under Kubuntu 13.10?11:23
eerNever mind. Found it.11:24
libpenguinwhenever I connect my android to saucy over wifi and then disconnect, nautilis hangs up and ultimately system crashes with msg, kernel panic, switching to txt console. why it is so ? how to fix it ?11:25
libpenguinalso how to make mtp work smoothly in ubuntu ?11:25
bekksWith _which_msg?11:25
monkeytoehello :)11:26
cfhowlettlibpenguin, so many tutorials online.  find the most recent one.11:27
libpenguincfhowlett: for mtp ?11:27
=== michaela is now known as Guest79821
cfhowlettlibpenguin, ubuntu + mtp + make/model of device11:28
SpArTaKoPower calibration area error.         http://bit.ly/1horKoP11:28
libpenguincfhowlett: ok, what about the nautilis hang up issue ?11:28
doomlord__which clang++ version should it be in the ubuntu repositories ? i'm seeing 3.2-7ubuntu111:28
monkeytoeI would like to run a file "/home/user/watchdog.sh" every 3 hours. How would I do that with a cronjob?11:28
bekkslibpenguin: which msg do you get?11:29
cfhowlettlibpenguin, googly goo - be aware it's an ongoing issue11:29
judekn0x 2176 ?        S      0:00 /usr/lib/gamin/gam_server 2184 ?        S      0:01 [kworker/0:2] 2185 ?        S      0:00 [kworker/0:3] 2186 pts/1    S+     0:01 gnote 2189 pts/2    Ss     0:00 bash 2202 ?        S      0:00 [kworker/0:0] 2209 pts/2    S      0:01 usr/sbin/poise_app/titkits/killer_watchdog.milo 2210 pts/2    R+     0:00 ps x 2174 ?        S      0:00 /usr/bin/Thunar --daemon11:29
judekn0x 2176?        S       0:00 /usr/lib/gamin/gam_server 2184 ?        S      0:01 [kworker/0:2] 2185 ?        S      0:00 [kworker/0:3] 2186 pts/1    S+     0:01 gnote 2189 pts/2    Ss     0:00 bash 2202 ?        S      0:00 [kworker/0:0] 2209 pts/2    S      0:01 usr/sbin/poise_app/titkits/killer_watchdog.milo 2210 pts/2    R+     0:00 ps x11:29
libpenguinjudekn0x: use pastebin11:29
cfhowlettlibpenguin, i'm told that 14.04 will "fix" it :)11:29
bekksjudekn0x: USe a pastebin. You spammed the channel once to often today.11:29
libpenguin!pastebin judekn0x11:29
cfhowlettjudekn0x, stop that11:29
Guest79821i tried to add a jabber account to pidgin and it keeps saying "Server does not use any supported authentication method"11:30
monkeytoewould it be * 2 * * * /home/user/watchdog.sh to run watchdog.sh every 2 hours?11:30
libpenguincfhowlett: ohh, that sounds very soothing, i had system crashs several times, btw what is the problem or what it causing it ?11:30
=== Kitar|st_ is now known as Kitar|st
cfhowlettlibpenguin, I don't recall, but it was QUITE common.  I'm still on 12.04 and had to do some extra configuring but 13.10 was supposed to work out of the box.  Lots of unhappy folk - might have been an android issue.  anyways: 14.04 next month ..11:32
llutz_monkeytoe: no that means at 2 o'clock "* */2 * * * cmd" for every 2 hrs11:32
libpenguinbekks: nautilis hangs with fan spinning at full speed and hot air, then after few seconds, full system hangup then after few seconds, msg - kernel panic occured, switching to text console and it stays there with the same msg11:32
llutz_monkeytoe:read " man 5 crontab" for more info11:33
libpenguincfhowlett: sounds good, thnx for the news11:33
monkeytoeso it seems... * */2 * * *11:33
Gryfelhasehi kids... I'm using ubuntu 13.10... when Iinstall something that intalls a lib, I get an error message like "/libs is group enabled"11:36
Gryfelhaseeven when I set it manual back to root11:36
Gryfelhasenext time its again my users group11:36
bekksWhen you set what back to root? And whats the exact message, not something like...?11:36
Gryfelhaseany ideas ?11:36
Gryfelhasewas yesterday...11:37
GryfelhaseI'll try to install something with lib.. one moment11:37
ikoniaexact error11:37
ikoniaexact symptoms11:37
ikoniaexact description11:37
llutz_ikonia: wishful thinking ...11:37
Gryfelhasehrr... sorry... seems to be ok now :|  I save the text next time, if it happens11:41
Gryfelhasethx anyway... bye11:41
RobDudeUgh - well....that stinks.  In the latest version of unetbootin (585) I can't select the NTFS USB stick.  in the older version, I can have it show me everything and manually select the USB stick.  I wonder why they took away that feature11:42
RobDudeOh well - it seems to be working :)11:42
DominciiHey, still trying to reinstall Ubuntu via an ISO in the GRUB menu, I can't seem to partition the hard drive though because I keep being told that something is mounted on /mnt/iso/ but the folder is empty when I look at it, how do I unmount it?11:44
=== Thorium220 is now known as Thor|Away
DominciiWhenever I try to unmount it I'm told that unmount isn't a real command11:46
ikoniathe command is "umount" not "unmount"11:47
Dominciiwow, I'm dumb11:47
Dominciithanks11:47
judekn0xkill -9 -111:49
qwebirc50878do you know admin of http://wyldeplayground.net/? james104?11:51
MoccodoI am trying to install Ubuntu on an old laptop. It needs non-pae, so I am using netinst-12.04. But when it should start downloading packages, it just shows a blank screen (the ubuntu color). syslogs last message is "Good signature from Ubuntu Archive automatic Signing Key". What's wrong?11:51
qwebirc50878do you know admin of http://wyldeplayground.net/? james104?11:52
ikoniaqwebirc50878: please stop spamming that11:52
ikoniaqwebirc50878: it's nothing to do with ubuntu11:52
ironhoof"Ok, having a small wifi issue, broadcom BCM4312 [14e4:4315], it wont connect and keeps popping up the password screen every now, and again. When it does connect rarely it gets dropped after a few seconds.11:53
cfhowlettMoccodo, you don't state the age of your "old" laptop, but you might find lubuntu or xubuntu a better choice.  the former is optimized for older hardware11:55
=== Thor|Away is now known as Thorium220
Moccodocfhowlett: The problem is that it needs a non-pae installer. Where to get the one for Lubuntu? I didn't find it.11:56
Moccodo*-installer +kernel11:56
tracyonehow to install library for x86 in ubuntu 14.04 amd64?sudo apt-get install ia32-libs not work11:57
cfhowlett!trusty|tracyone,11:57
ubottutracyone,: Ubuntu 14.04 (Trusty Tahr) will be the 20th release of Ubuntu.  See the announcement at http://www.markshuttleworth.com/archives/1295 for more info. support in #ubuntu+111:57
llutz_tracyone: apt-get install lib:i38611:57
ironhoofand now sta refuses to install and gives a jockey error. and its falling back to wl as eth1 instead of b43 like it was i think i messed something up.12:00
monkeytoeafter you modify crontab with crontab -e... is there anything you need to do to make them take effect?12:01
llutz_monkeytoe: no12:02
AlanBellmonkeytoe: no, if it accepts the update as valid then it will start using it12:02
monkeytoe*/10 * * * * reboot should reboot the system every 10 minutes right?12:03
monkeytoeif that cronjob was for the root user right?12:03
llutz_monkeytoe: use "/sbin/reboot"  full pathes to be on the safe side12:03
ikoniaplease tell me this is not some weak joke you're playing on someone to reboot their machine every 10 minutes12:04
AlanBellmonkeytoe: you might want a -f on that, and it is a rather odd thing to want to do12:04
tozenikonia: +1 think so as wel12:04
monkeytoeits not some weak joke I am playing on someone to reboot their machine every 10 minutes... I am just using reboot as my first attempt for a cron command until I have it execute a custom script12:05
ikoniareboot seems a bad test12:05
llutz_monkeytoe: using reboot for that is rather stupid12:05
monkeytoewhat would be a better test?12:05
ikoniasomething less "agressive" seems a better way to test cron12:05
llutz_monkeytoe: date >/tmp/crontest12:05
theadminmonkeytoe: Something that just outputs a line of some sort to a file would do12:05
theadminmonkeytoe: What llutz_ said12:05
AlanBellecho "foo"> /home/me/test.ttxt12:05
monkeytoekk12:05
=== tcpman is now known as Guest94531
tmdHi Ubuntu. I am tweaking unity. Is there any shortcut that makes the next open window show. i.e. NOT alt-tab and alt-above-tab since these will cycle latest focused window and not take the next in line12:08
=== Matrixiumn is now known as CaveJohnson
ironhoofhmm jockey says b43 is blacklisted, but its not in the blacklist12:09
monkeytoesweet got the date printing every minute12:09
monkeytoeso 0 */2 * * * date >/tmp/crontest should print the date every 2 hours then right?12:10
llutz_monkeytoe: at minute 0, yes12:10
theadminironhoof: grep b43 /etc/modprobe.d/*.conf12:11
theadminironhoof: (might help to detect if it is blacklisted and you just didn't notice)12:11
monkeytoeif I left the first one to *, it would be 2 hours from the point the server boots right?12:11
llutz_monkeytoe: from cron start, but yes12:11
ironhoofAright good point lemme check it12:11
llutz_monkeytoe:read " man 5 crontab" for more info12:12
AlanBelltmd: not quite sure what you mean by that? there are some changes in the z-order scrolling coming up in the next release, but right now it sort of mixes z-order and focus sequence in an odd way, you can use shift to try to go back through the sequence12:12
=== adhocadhoc_ is now known as adhocadhoc
AlanBelltmd: there are a bunch of bugs around window handling, bug 1286784 is quite a good description of what it does and should do12:13
ubottubug 1286784 in Unity "Inconsistent scrollwheel launcher behavior for window switching." [Medium,In progress] https://launchpad.net/bugs/128678412:13
ironhoofthe only lin in the files is # replaced by b43 and ssb.12:13
ironhoofi used an fwcutter and replaced b43 folder as shown on a website to try and make it work is it possible the module is bad?12:14
eerI am just installing Kubuntu 13.10 via USB stick on my laptop. After choosing the country time zone I am getting the error message "ubi-soncole-setup crashed, exit with code 141. Retry, if you do not your installation may fail fail entirely or may be broken". Retrying does not work though, same error. Any help?12:15
theadminironhoof: Eh, yes. When you "sudo modprobe b43", do you get an error?12:15
theadmineer: Sounds like your installation media (or downloaded image) may be damaged12:16
cfhowletteer, verify your original ISO with md5sum12:16
cfhowlett!md5sum12:16
ubottuTo verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows12:16
ironhoofwell no it doesnt actually give an error at all. it just drops back down to the command line.12:16
theadminironhoof: Hm, that means the module was loaded12:16
theadminironhoof: Try using something that requires it now, if it works as intended then you just probably need to tell it to load it at startup12:16
eertheadmin, i verified via md5sum, everything ok12:16
eerI pressed ignore for now.12:17
eerWhat would that error affect?12:17
eerGreat. Installer crashed.12:17
eerJust now12:17
theadmin...weeell.12:18
theadminI have no idea what could cause it, though,not a very descriptive error12:18
ironhoof_oops, no doesnt work as intended12:19
ironhoof_infact STA just refuses to install, unless of course i purge bcmwl-kernel-sources. then it installs nearly to the end. then gives me the jockey error.12:21
iQuadhi guys12:22
iQuadIs that ubuntu help channel?12:22
cfhowlettiQuad, it is12:22
cfhowlettironhoof_, any chance you skipped a step/package during install?12:23
iQuaduh, ok. I installed Ubuntu 12.04 4~5 hours ago, near of the Windows 8.1 UEFI. I deleted 13.10 to Install 12.0412:23
cfhowlettiQuad, actually deleted?  unnecessary -12:23
iQuadBut grub is not working well, I tried everything.. boot-repair, search, grub command prompt etc12:23
ironhoof_its from driver recommendations that is proprietary. Now thats bizzare i unplugged it and its working as wl even though it said it didnt install, and as driver wl112:24
iQuadcfhowlett: that's Ok I wanted clean install..12:24
iQuadbut now grub says: "boot/grub/x86_64-efi/normal.mod"12:24
cfhowlettiQuad, OK.  for future, format your partitions before installing and they'll wipe previous OS12:24
iQuadand there is no such a directory "x86-64-efi" on /boot/grub12:24
eerAfter installation my laptop does not show any wireless networks. Why could that be?12:25
ironhoof_not that im complaining it says eth1 though12:25
iQuadeer, check wireless drivers12:25
iQuadcfhowlett: any idea how can I install grub with EFI support?12:26
Munster\o12:26
ironhoof_Im just going to play a few videos with it make sure its good restart. I dont care if it says eth1 instead of wlan0 as long as it works12:27
deXter_i can access systems with ip address only not with machine name12:27
deXter_how can i solve it12:27
deXter_?12:27
eeriQuad, which setting under Kubuntu would that be. It's been a long time ...12:27
cfhowlett!efi|iQuad,12:28
ubottuiQuad,: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI12:28
eerUnder network settings I only get proxy, connection prefs, etc ...12:28
iQuadeer:  try lspci | grep wlan12:28
cfhowlettiQuad, I've not had to deal with efi yet, so no expertise here12:28
RobDudeIs efi the same as uefi?  Or is that something else12:28
iQuadoh, ok cfhowlett ^^12:28
MunsterRobDude, the same12:28
iQuadRobDude: same, Universal EFI12:28
RobDudeTy12:28
ironhoof_my desktop has EFI and the hard-drive that came with it refuses to let linux install over the old windows efi files it puts them back. However i found if you put a old hard-drive in it it ignores it. You can try that12:29
iQuadIs there someone who knows the Install GRUB with EFI?12:29
iQuadironhoof_: this is a problem I'm facing first time.. I am using ubuntu actively, sometimes using Windows 812:30
eeriQuad, no output for that command doesn't grep anything12:30
iQuadInstalled lots of times EFI ubuntu, but that Grub made me crazy :(12:30
iQuadeer: try Additional Drivers12:30
Munstereer, https://help.ubuntu.com/community/UEFI12:30
iQuadeer: this link not for u12:31
iQuadMunster: :)12:31
RobDudeI'm just a n0ob - but I couldn't get Ubuntu and Windows 8 to dual boot :(  I gave up and just removed Windows 8 completely12:31
eerMunster,  this is not an UEFI bios laptop. It is quite old.12:31
deXter_how to access machines with machine name in ubuntu12:31
ironhoof_i like new tech as the next guy, but they insist on making it very unpleasnt to work with these days12:31
Munsteroops , sry eer , misread12:32
iQuadRobDude: really not hard on new Ubuntu's. after installation, open again Live CD and install boot-repair. It fixes everything himself12:32
iQuadBut on 12.04, it didn't work very well, i don't know why :(12:32
iQuadIs there a grub channel? Maybe I need to go there?12:32
cfhowlett!grub12:32
ubottuGRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub212:32
RobDudeAhh - yeah I went with 12.0412:33
iQuadRobDude: try 13.10 gnome ^^12:33
iQuadcfhowlett: channel?12:33
MunsterRobDude, some use the legacy mode to dual boot, but in some cases one has to reinstall both OSs12:33
cfhowlettiQuad, not that I know of12:33
RobDudeI'll also say, I had to update my bios to get Windows 8 to install12:33
ironhoof_i was under the impression that UEFI was the only one with secure boot, it boggles me how the EFI on my machine rewrite the old partition back with the win-EFI its stored on some chip somewhere. I am still learning it myself12:34
llutz_iQuad: /j #grub12:34
=== curiousguy13_ is now known as curiousguy13
iQuadllutz_: found it thanks :)12:34
RobDudeAnd I really think my BIOS doesn't quite support it all how it should.  For example - I still don't have a secure boot option - and now it sees my USB stick as two devices - one with UEFI and one without - but I can only boot from it if I go into the BIOS menu each time, and 'override' to the non-uefi menu listing12:35
RobDudeI don't get it12:35
cfhowlettRobDude, I think MOST people don't get it.12:35
iQuadRobDude: secure boot is a bullshit.12:36
cfhowlettiQuad, language please ---12:36
iQuadcfhowlett: oops, sorry :(12:36
ironhoof_UEFI was an attempt to invent another walled garden, popular trend these days12:36
slxpgdhttp://www.everydaylinuxuser.com/2013/09/install-ubuntu-linux-alongside-windows.html12:36
iQuadRobDude: anyway, you should active EFI and select UEFI Stick to install UEFI windows or ubuntu12:36
ironhoof_works good even after reboot, its confused at what to call it but its probably the best i ever seen the ifi on this thing work12:43
llutz_!info friends saucy12:46
ubottufriends (source: friends): Social integration with the desktop. In component main, is extra. Version 0.2.0+13.10.20130926-0ubuntu1 (saucy), package size 15 kB, installed size 86 kB12:46
browndawg1Hi. I'm on Ubuntu 12.04.4 & trying to install additional drivers. Problem is, it gives me this error every time I try -> SystemError: E:Unable to correct problems, you have held broken packages. I've tried everything from apt-get -f install to dpkg --configure -a, rebooting, apt-get update && apt-get upgrade. Nothing seems to work. There aren't any packages on hold. Yet I always get this error when I try to install the driver. Suggestions?12:49
=== Imdsm__ is now known as Imdsm
ZengerHi guys, I'm trying to install oracle java and it doesn't work. I've seen the log is redirecting with a 302 error. Does anybody know whats that about?12:52
ikoniaZenger: have you looked what a 302 error is....12:56
Zengerikonia: It moves twice from a link to another link and lastly throws this error "sha256sum mismatch jdk-7u51-linux-x64.tar.gz"12:56
ikoniaZenger: ok, so what does that tell you....12:57
Zengerikonia: Well yeah I realize that there is a problem with the said archive on their server. I'm asking maybe you guys have an answer of what might have happened.12:58
ikoniaZenger: we don't control the archives12:58
Zengerikonia: I know...12:58
judekn0xkaboooooooooooooooooooooooooooooooooom iz here12:58
ikoniathen why are you asking ?12:58
ZengerI'm just asking in case you are aware of this error and maybe have a fix for it12:58
ikoniajudekn0x: please don't do that sort of silly thing12:58
Zengeror an alternative way12:59
ikoniaZenger: well, as we don't control the archives we can't update the md5sum12:59
ikoniaor sha256sum12:59
ikoniaZenger: the obvious things are 1.) apt-get update ot make sure you are up to date before installing 2.) try a different mirror12:59
Rickta59i'm using ubunut 12.04 and trying to ignore a problematic usb devices storage using a .conf file in modprobe.d .. however it seems to be ignorning my quirk statement where would i look to see any related debug info?12:59
Rickta59options usb-storage quirks=0483:3744:i .. that is the line my .conf file contains13:01
tracyone"libXtst.so.6: cannot open shared object file: No such file or directory"13:06
tracyonesudo apt-get install libXtst:i38613:06
tracyonepackage libXtst not found13:06
llutz_!info libxtst6 | tracyone13:06
ubottutracyone: libxtst6 (source: libxtst): X11 Testing -- Record extension library. In component main, is optional. Version 2:1.2.2-1 (saucy), package size 13 kB, installed size 63 kB13:06
theadmintracyone: The library name doesn't always match the package name, you can use apt-file to find the right package: apt-file find libXtst.so.613:07
theadmintracyone: (in this specific case, you want the one llutz_ gave you)13:07
llutz_!info apt-file | tracyone i'd suggest to use this in future to find packagenames13:07
ubottutracyone i'd suggest to use this in future to find packagenames: apt-file (source: apt-file): search for files within Debian packages (command-line interface). In component universe, is optional. Version 2.5.2ubuntu1 (saucy), package size 26 kB, installed size 137 kB13:07
=== samh_afk is now known as samhassell
tracyonethx I will try that13:10
=== lexkde is now known as Jinyi
=== Jinyi is now known as JinyiYan
visva51Hello. What method does Ubuntu software center or "apt-get" use to ensure the downloaded packages are actually from the original repository server (and not from a MITM).13:20
theadminvisva51: They are signed, the signatures are verified13:21
=== lexkde is now known as Jinyi-Yan
theadminSame basic idea as GPG and other similar software13:22
Pessimistvisva51, this is probably what you're looking for: https://wiki.debian.org/SecureApt13:22
cybrNautis the live ISO a hybrid?  IOW, must I use unetbootin, or can the ISO simply be dd'd?13:26
llutz_cybrNaut: dd works its hybrid13:26
theadmincybrNaut: They are hybrid since 10.04 I think?13:26
cybrNautthanks13:26
theadmincybrNaut: This also applies to all other Ubuntu images, not just the LiveCD. The server CD, the minimal CD, and the DVDs are all hybrid, as well as official derivatives like Kubuntu, Lubuntu and Xubuntu.13:27
cybrNautcool13:29
cybrNauti like that.. so I can add another partition for the rest of the disk space13:29
theadmincybrNaut: (btw, you can make an image hybrid by running "isohybrid something.iso")13:29
theadmincybrNaut: Uh, not really, you have to dd directly to the drive, not to a partition13:29
cybrNauttheadmin: yeah, i do that with my own debian remasterings... but I wasn't sure how reliable it was in general.. there are lots of scary options about number of cylinders and the like13:30
cybrNauti dd directly to the drive, then I add a partition.  It works for debian, anyway13:30
cybrNautwill try with ubuntu13:30
visva51theadmin Pessimist Is secureapt default in Ubuntu? Or should I have to enable it somehow?13:31
cybrNauti should qualify that though.. sometimes gparted sees the whole space as "unallocated"13:31
theadminvisva51: It's been default since forever13:31
theadminvisva51: You don't have to worry, APT is secure.13:31
theadmin...well, not since forever, but for a looong time now13:31
=== UKn0Meh is now known as UKn0Me
visva51theadmin: Thanks, that's good to know, I was worried if an M.I.T.M can acquire my apt-get request and send me his own packages instead. Thank you!13:33
cybrNautah shit.. not gonna work with ubuntu.  after running "dd if=ubuntu_live.iso of=/dev/sdb", fdisk cannot work with /dev/sdb because it's GPT.  And gparted sees the whole drive as unallocated.13:33
llutz_cybrNaut: use parted13:34
dell__ls13:34
theadmincybrNaut: You can use the official Ubuntu usb creator tool (usb-creator-gtk), it allows to have space for your own data13:34
dell__who has?13:34
dell__No body in hear?13:35
theadmindell__: ...Uh, plenty of people13:35
cybrNautllutz_: will try.. i've not used that before13:35
visva51dell__: Ask your question. You don't need to ask - to ask a question.13:36
llutz_wasn't fdisk meant to get an update for handling gpt-devices...  thought so13:36
theadminllutz_: gfdisk I think13:36
llutz_theadmin: hmm, can be13:37
theadminllutz_: Not 100% sure13:37
llutz_theadmin: doesn't matter, parted handles both :)13:38
theadminllutz_: True :)13:39
visva51theadmin: Why is it that gparted goes away after installing ubuntu? Why do I have reinstall it?13:39
theadminvisva51: It's not usually necessary on a final install -- after all, you can't deal with mounted partitions and stuff, normally GParted is used from live media13:39
=== xan is now known as Guest38243
visva51theadmin: ok, thanks for the info.13:48
cybrNautllutz_: parted does not work either.  It sees the media as corrupted, and cannot even print the partition table.  This may be an artifact of how isohybrid works13:49
cybrNauti will have to use usb-creator-gtk it seems13:49
cybrNauti've seen this work with debian before... but now i cannot repeat it.. same issue13:50
=== khianhui is now known as _PWK12344321
fa7adguys suggest a good IDE for c++ on ubuntu14:10
fa7adim used to devc++ and microsoft studio14:11
fa7adbut those doesnt seem to work on wine14:11
DJones!ide | fa7ad Not something I use, but the bot has a few suggestions,14:11
ubottufa7ad Not something I use, but the bot has a few suggestions,: Programming editors/suites: Terminal-based: vi/vim, emacs - KDE: Kate, KDevelop, Quanta+, Umbrello - GNOME: gvim, gedit, anjuta, pida, monodevelop, geany - Others: eclipse, netbeans, qtcreator14:11
xan__eclipse with cdt14:12
fa7adis there a version of netbeans for linux? i want an ide for php too14:12
fa7adsorry didnt see *ignore please*14:13
lenzeorWhat is the correct channel for ubuntu phone?14:15
aeon-ltd!phone14:16
ubottuInformation about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch support and discussion in #ubuntu-touch14:16
aeon-ltdlenzeor: see above14:16
lenzeorThank you, good sir! :)14:16
fa7ad!ide14:17
ubottuProgramming editors/suites: Terminal-based: vi/vim, emacs - KDE: Kate, KDevelop, Quanta+, Umbrello - GNOME: gvim, gedit, anjuta, pida, monodevelop, geany - Others: eclipse, netbeans, qtcreator14:17
=== Thorium220 is now known as Thor|Away
Keanu73hi, where's the ubuntu commands page14:20
fa7ad!help14:24
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience14:24
fa7ad!patience14:24
ubottuDon't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com/ or http://ubuntuforums.org/ or http://askubuntu.com/14:24
AlexPortableHow can I prevent WiFi from being enabled every time I reboot?14:26
ThomasBStrying to install ubuntu server via USB stick on an old laptop.. Keep getting stuck at the "SYSLINUX 4.03 2010 COPYRIGHT (...)" line at the start. Tried every god damn solution I could find on the web.. Anyone mastered to conquer this famous bug?!!14:26
AlexPortablei rightclicked network icon and clicked 'disable networking'14:26
=== angela is now known as angela-
llutz_AlexPortable: add "/usr/sbin/rfkill block wifi"  to /etc/rc.local (above the "exit 0" line)14:27
AlexPortableisn't there some gui option14:29
AlexPortableto reenable it ?14:29
AlexPortablebecasue when i need wifi (when lan is down) i probably won't remember that line14:29
llutz_AlexPortable: sudo rfkill unblock wifi14:29
AlexPortableGUI option14:30
llutz_AlexPortable: no idea14:30
=== xan is now known as Guest93014
=== cd is now known as Guest40868
someHumanHave you guys seen the new Linux Format?14:38
KorkelHi.14:38
KorkelIs there a way I can contact the admins of the Ubuntu forum?14:40
=== samhassell is now known as samh_afk
angela-hi all das anyone know what nau yhe newest ubuntu are?14:48
=== curiousx is now known as Chuck_Norris
Chuck_Norrisare we the best comunity in the world?15:00
=== brbkthx is now known as thegoodlife
IdleOnenot even close15:00
Chuck_Norris;)15:01
IdleOnebut this is the wrong channel to discuss it. #ubuntu-offtopic if you feel like joining15:01
Chuck_Norrisno ty, one time i joined in that channel, and... i never will be there again -.-15:02
Chuck_Norrisit was mah worst nightmare15:02
m1chaeli'm on ubuntu, i'm sshing in to one server, and then sshing in to another server. my nano colors are dark with the syntax highlighting,etc. how can i make it all white? it's killing my eyes15:03
krizoekhi. i have a problem with a virtual server. something is eating up the available "inodes". being a limit to the number of files i can have. how do i find out what folder is doing so? like yesterday i could have 8000 files more, and today it was already eaten up15:06
oopainhey :) i like to know which user i have to choose for the cronjob of owncloud "crontab -u [USER] -e" "*/5  *  *  *  * php -f /var/www/owncloud/cron.php > /dev/null 2>&1"15:11
=== richard is now known as Guest29462
kartikeyi just managed to get a ubuntu and win7 dual boot15:13
tracyone:-D15:13
kartikeybut the very first time i booted them win 7 is giving disk read error and ubuntu is not booting only a blinking cursor :(15:13
kartikeywhat is the problem15:13
kartikeyi think it's somethink to do with the boot loader15:14
cfhowlettkartikey, can't help with windows.15:14
kartikeyok15:14
cfhowlettkartikey, but I'd guess your grub went haywire15:14
kartikeyso how can i recover that15:14
cfhowlettkartikey, reinstall15:14
cfhowlett!grub15:14
ubottuGRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub215:14
frahmanhow should i fixed this problem -> The following packages have unmet dependencies:   aptdaemon: Depends: python-aptdaemon (= 0.11+bzr322-0ubuntu1) but 0.11+bzr345-0ubuntu4 is to be installed15:16
frahmancan someone help me?15:16
k1lfrahman: get rid of the PPAs that make that chaos15:16
k1lwith ppa-purge15:16
frahmankll:  how to get help here?15:18
=== brbkthx is now known as thegoodlife
frahmanhello... can someone help me15:19
xan__http://askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies15:21
oopainfrahman, i like to ask something .... ask and dont ask for asking. :)15:23
oopainfrahman, if you like to ask something .... ask and dont ask for asking. :)15:24
cfhowlett!ask|frahman,15:25
ubottufrahman,: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience15:25
sonnenkind\whois sonnenkind15:26
=== Guest72991 is now known as VoidWhisperer
dorsatumhi, I'm getting an unmet dependencies error when it comes to installing libgles2-mesa-dev, any ideas?15:27
ikoniadepends what's unmet and why15:28
dorsatumikonia: libgles2-mesa-dev : Depends: libgles2-mesa (= 8.0.4-0ubuntu0.7)  this is what i get as a message15:30
ikoniawhat version of ubuntu is this ?15:30
dorsatumikonia: 12.04, 64 bit15:31
ikoniadorsatum: do you have any ppa's or 3rd party repos15:31
ikonia(or have you used any)15:31
dorsatumikonia: for sublime text 2, a ppa for that15:32
dorsatumikonia: any idea?15:36
ikoniadorsatum: have you used any others at all at any time on this install ?15:37
dorsatumikonia: i checked via the software centre. I've added ppa's for sublime text and ubuntu tweak other than that seems clean. plus, I recently changed to 64 bit, so it's relatively new15:39
ikonia"changed" to 64bit, how did you change to 64bit15:39
dorsatumikonia:  my bad. what I meant was that I recently installed the 64 bit version. On my machine I had the 32 bit version till about 3 weeks back, had to change for a project, removed it and installed the 64 bit one.15:41
oopainhey :) i like to know which user i have to choose for the cronjob of owncloud "crontab -u [USER] -e" "*/5  *  *  *  * php -f /var/www/owncloud/cron.php > /dev/null 2>&1"15:41
ikoniaoopain: any user you want15:41
ikoniadorsatum: ok, so on the current installs what PPA's or 3rd party repos have been used at any point in time15:42
dorsatumikonia: vala, sublime text and ubuntu tweak15:43
ikoniadorsatum: I don't see anything obvious that would install conflicts, but it is the most likely cause15:44
ikoniarun apt-cache policy against the packages and make sure they are all coming from main ubuntu repos, not the PPAs15:44
=== xan is now known as Guest51567
=== RickyB98 is now known as rickyb98
dorsatumikonia: how can I check if it is coming from the main repo? c=main?15:48
ikoniadorsatum: I just told you how15:48
daumhi guys - i'm trying to setup raid 1 on my ubuntu, following http://foivos.zakkak.net/tuts/ubuntu_1304_raid1_setup  when i restart and select 'temp' from grub i get that it can't find rood md/1  any ideas on what is incorrect?15:49
dorsatumikonia: i ran the command and I have a list of all the package files. What I'd like to know is how I can check if those packages are from the main repo :)15:49
ikoniadorsatum: run it against a package15:49
YakisobaHi :) please recommend me a program to listen Online Radio (Ubuntu 12 04) thanks15:53
ikoniaa web browser ?15:53
=== tk is now known as Guest7991
cfhowlettYakisoba, see the software center for streaming audio pograms15:53
rypervencheYakisoba: You can use most music players for that, like VLC.15:54
=== rickyb98 is now known as RickyB98
Yakisobato all: Thanks.... but i want 1000+ pre installed radio streams to listen... in Rhitmobox for example almost 20 radio :(15:55
Chuck_Norris Yakisoba:  radiotray15:56
YakisobaChuck_Norris: Thanks :)15:56
Chuck_Norrisnp15:57
dorsatumikonia: repos check out. any other idea?15:57
ikoniadorsatum: what do you mean check out15:57
ikoniadorsatum: which package did you check ?15:57
dorsatumikonia: sublime text, ubuntu tweak and vala15:57
ikoniathey are not packages15:58
ikoniaI told you to check the individual packges, eg: the ones you are trying to install and depend on15:58
ikoniayou've just listed repo names15:58
dorsatumikonia: i'm sorry, i misunderstood15:59
Chuck_Norrishttp://audio.radiognu.org/radiognu.ogg  -.-16:01
frahmanTQVM16:01
dorsatumikonia: the package ibgles2-mesa-dev depends on is libgles2-mesa. when i ran the command against Installed (none) was printed. Is it possible that because it is not installed this error is raised?16:02
dorsatum*libgles2 sorry16:02
ikoniadorsatum: it should install it if it depeneds on it16:04
ikoniadorsatum: try installing that package manually if you want to see why it's not installing it16:04
Kolahzaryhello,16:05
riverloopHi, I don't know if this is the right place to ask this: Recently I installed pantheon-desktop in my ubuntu 12.04 installation. But, when I log into pantheon desktop, the unity sidebar is also shown. How can I get rid of that?16:05
dorsatumikonia: hmm. i'll do that, thank you :) If it doesn't work, may I ping you back with the error result?16:05
Kolahzarycan you give me a link to latest version of ubuntu?16:05
DJonesKolahzary: www.ubuntu.com and click the download button16:05
sergeyHello everybody16:06
AlanBellriverloop: you would have to ask the pantheon people I think16:06
sergeyIs it possible to add support for Framebuffer Console Decorations in Ubuntu? I could not find actual Fbcondecor patch.16:06
Kolahzaryoh, ThanX, i'm new to ubuntu!16:06
riverloopAlanBell, do you think an irc channel exists for them?16:06
riverloopAnyways thanks!16:06
Kolahzaryi will be the best soon :D16:07
AlanBellriverloop: it is part of elementaryOS or something, they probably have a channel16:07
riverloopOkay.16:07
AlanBellriverloop: #elementary it would appear16:08
riverloopAlanBell: Thanks!16:08
MartynKeigher2hey all.. Quick Q: in your opinion, what is the best torrent download client for Ubuntu?16:09
Chuck_NorrisMartynKeigher2, Utorrent :p16:10
MartynKeigher2i see most have web gui's, but which one can support downloading via RSS feeds?16:10
daumor if its easier anyone mind helping me setup raid on an running ubuntu?16:10
MartynKeigher2i use utorrent for windows, and have done for years!16:10
Chuck_Norrisoh! i meant Transmission :P16:11
sergeyKTorrent 4ever16:11
MartynKeigher2rss feeds supported?? Chuck_Norris ?16:11
Chuck_NorrisMartynKeigher2, idk16:11
MartynKeigher2wow.. am i REALLY speaking with Chuck_Norris?? lol16:11
Chuck_Norrisye, i know you are glad -.-16:11
MartynKeigher2very! lol16:12
=== makije is now known as [makije|away]
MartynKeigher2so.. Transmission vs. Ktorrent: do either support rss?16:12
Chuck_Norrisuget, get support for magnet links recently16:12
KorkelHello. :)16:12
sergeyKtorrent does support rss16:12
KorkelIs there a way I can contact the forumadmins of the Ubuntu forums?16:12
MartynKeigher2ah sweet! my idea is... DL on linux and then view on plex or somehting on my appletv.16:13
cfhowlettKorkel, every channel list the admins.  contact via email16:13
Korkelcfhowlett: got an email adres, or where can I find it?16:14
DJonesKorkel: The Ubuntu Forums have a social channel at #ubuntuforums, you may find somebody there, but generally I suspect you'd have to get in touch with them by email address from the forum web pages16:14
KorkelThanks. ;)16:14
MartynKeigher2i'll check out ktorrent! thanks.16:14
mel|hi16:26
mel|i'd like to install ubuntu on my samsung series 7 notebook16:28
cfhowlett!arm16:28
ubottuARM is a specific (RISC) processor architecture used in a variety of applications such as handhelds and networkdevices. For more information see https://wiki.ubuntu.com/ARM . For ARM specific support, stop by the #ubuntu-arm channel.16:28
cfhowlett!touch16:29
ubottuInformation about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch support and discussion in #ubuntu-touch16:29
cfhowlettsee the touch channel16:29
=== iamaway is now known as iam
mel|was that meant for me?16:29
cfhowlettindeed yes16:30
mel|touch?16:30
DJonescfhowlett: Samsung Series 7 is intel i5 (from memory), not ARM16:31
cfhowlettDJones, got it.  thanks.16:31
mel|i have a np770z5e16:32
mel|read about problems with uefi bugs bricking the device16:32
mel|i dont care much about the preinstalled windows 816:33
mel|so dualboot would not be an issue16:33
cfhowlettow.  sorry.  I thought I read you were installing on a tablet.  regular ubuntu not touch16:33
mel|are there other known problems?16:33
mel|can someone point me to a good tutorial?16:34
cfhowlettbricking issues were supposedly fixed with an emergency kernel fix16:34
cfhowlett!installation16:35
ubottuUbuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall - Don't want to use a CD? See http://tinyurl.com/3exghs - See also !automate16:35
Munstermel|, if you want to avoid UEFI issues set the EFI/bios to legacy mode and prepartition your drive to ext4, with optional /, /home and swap partiitions using gparted live media16:36
dorsatumikonia:manual installation worked. thanks :)16:37
mel|Munster: are there any downsides to this?16:38
Munstermel|, personally I haven't found any so far.16:39
mel|thx16:39
ddmanhow do i create more than 255 loop devices ?16:40
jhutchinsddman: Why?16:41
=== xan is now known as Guest43779
jhutchinsddman: What are you actually trying to do?16:41
ddmanjhutchins, i want to create filesystem entries16:41
ddmani want to test scale to the limit of 1000016:42
ddmani have 10000 files ext216:42
ddmani want to mount them16:42
raj__to make my iptables rules permananent (survive reboots) could I create a bash script & execute it via rc.local ?16:42
raj__is this a good strategy ?16:42
jhutchinsraj__: There are other ways, but that will work.16:43
jhutchinsraj__: Remember to put your 'deny all' rule first.16:43
raj__jhutchins: yes, I set policy to deny, regarding this restore approach, are there any downsides to this ?16:44
raj__will it work in all cases ?16:44
jhutchinsraj__: https://help.ubuntu.com/community/IptablesHowTo16:44
=== anonymous is now known as Guest19028
raj__i cant use ufw or iptables -peristent as it does not work for me16:45
raj__shared kernel16:45
=== Guest19028 is now known as Admin_
jhutchinsraj__: iptables is a kernel thing no matter how you do it.16:46
jhutchinsraj__: If it's a shared system you should contact whoever manages it and see what the firewall policies are.16:46
jhutchinsraj__: It is best to run the firewall upstream of the server - running it on the server itself is really a Windows thing and not good practice, because the packets must all reach the kernel anyway.16:47
raj__I could see through iptables -L & even try out checking..not sufficient for me16:47
raj__so i do need to configure16:47
raj__..my own16:47
eerWhen I try to download Ubuntu 13.10 32 bit from ubuntu..com I am always offered Ubuntu 12.04.4.iso. Any idea?16:48
cfhowletteer, go to ubuntu.com downloads page16:48
xanguaeer: sounds like you have an addon that disables javascript16:50
raj__jhutchins: my host wont chnage anything for me..i could see all open ports that I want to close, & on a shared kernel vps, wont my iptables be as effective as on...?16:50
eerWhere is the Ubuntu download page? I can only find a frop down menu that chooses the version.16:51
cfhowletteer|http://www.ubuntu.com/download/desktop16:51
raj__do I make it anyway less safe running those rules on  my server rather than if host directly implemented ?16:52
eerHow exactly does the network installer work?  I spend all day trying to install Kubuntu from USB stick but the installer always crashed.16:52
cfhowlett!server|raj__,16:52
ubotturaj__,: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Precise (Precise Pangolin 12.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/12.04/serverguide/C/ - Support in #ubuntu-server16:52
raj__I think kernel has namespaces so my iptable rules must be running in those kernel namespaces, no ?16:52
eerIs there a network installer for Kubuntu and if yes, how do I use it?16:52
raj__ubottu: I suppose it was not for me.. :)16:53
ubotturaj__: I am only a bot, please don't think I'm intelligent :)16:53
cfhowlett!pxe|raj__,16:53
cfhowlettraj__,    http://www.howtogeek.com/61263/how-to-network-boot-pxe-the-ubuntu-livecd/16:54
raj__jhutchins;   do I make it anyway less safe running those rules on  my server rather than if host directly implemented ?  I think kernel has namespaces so my iptable rules must be running in those kernel namespaces, no ?16:55
=== RickyB98 is now known as rickyb98
pkhaxorzhow do I log out. not change user, actually log out.16:57
pkhaxorzlike16:57
pkhaxorzvia key commands16:58
jribpkhaxorz: you mean a keyboard shortcut?16:58
pkhaxorzyeah16:58
pkhaxorzthat's the terminology16:58
pkhaxorzActually logging out refreshes unity in a way that I need.16:58
pkhaxorzor as a terminal command16:59
pkhaxorznever mind. my windows reflexes popped back in, and hit control alt delete from CLI.17:05
jribpkhaxorz: that brought you to a log in screen?17:06
pkhaxorzno. that brought me to rebooting my computer17:07
pkhaxorzby accident17:07
jribpkhaxorz: ok17:07
pkhaxorzah well, nothing of importance was on anyway. :P17:07
gabmushello, anyone active?17:07
pkhaxorzyeah, sorta17:08
pkhaxorzwhy?17:08
gabmusi'd need some help17:08
pkhaxorzwith?17:08
gabmusubuntu 14.04 and gnome-shell 3.1117:09
gabmuspretty messy17:09
pkhaxorzyeah, can't help you there.17:09
Pessimist!ubuntu+117:09
ubottuTrusty Tahr is the codename for Ubuntu 14.04 - Support only in #ubuntu+117:09
Pessimist!trusty17:09
ubottuUbuntu 14.04 (Trusty Tahr) will be the 20th release of Ubuntu.  See the announcement at http://www.markshuttleworth.com/archives/1295 for more info. support in #ubuntu+117:09
whoevergabmus: and m$ winblows sux , can you give use more info then just messy17:10
gabmusits difficult to explain lemme take a photo17:10
RobDude(off-topic but...)Wow - it's really amazing how using something other than Windows changes your perspective on things.  I've installed Windows on my netbook 5-6 times and never once noticed or complained that I needed to download 112mb file for audio drivers.  112mb to play sound on a netbook.  lol17:11
=== NEWBIE_ is now known as Guest10838
RobDudeI had Ubuntu on it before and the sound just worked, no problems17:11
daumi'm following http://foivos.zakkak.net/tuts/ubuntu_1304_raid1_setup , however i only have two partitions (/ and swap)...when it has me reboot i get an error on grub saying i must load kerne first17:11
gabmuswait for it, my ISP refuses to collaborate17:12
rkokkelkHi guys, is there an easy way of executing script on interface up, or do I have to write a systemctl service?17:12
Guest10838can someone help me with data recovery? I m new to this17:13
pkhaxorzsure.17:13
gabmushttp://i.imgur.com/g2O4GLL.jpg17:13
gabmusthe wallpaper gets "cropped" in an awkward way17:14
gabmusthis only happens if I let nautilus manage the wallpaper17:14
Pessimistrkokkelk, this should probably help you: http://www.reactivated.net/writing_udev_rules.html17:14
gabmusmoreover, desktop icons get under the panel17:14
whoevergabmus: ok setings> display  or settings > appearance17:14
Pessimistgabmus, so fill a bug report. Also you won't get any answers here because you are using 14.04 and a very new version of gnome-shell17:15
whoevergabmus: check you display settings,17:15
rkokkelkPessimist: thanks, unfortunattly I post the question on the wrong channeld, it was meant for ArchLinux, but thanks anyway!17:15
Pessimistgabmus, it's not even in archlinux stable repositories17:15
gabmuswhat, really? D:17:16
whoeverPessimist: for what its worth i used 14.04 and didn't have that prob, i had compatability issues17:16
gabmuswhatever, my display settings are fine, the resolution is correct and so are the detected monitors17:16
gabmusalso, this awkward crop also happens on my notebook with only one screen17:17
dante123hi all, bro in law wants me to install mint on a couple of xp computers?  If I install beta for 14.04 is the upgrade easy to stable LTS version?  Or should I put 13.10 on?17:17
larry_i ve a laptop with a 32 bit ubuntu os and it can easily handle 64 bit but instead of intalling a whole new os can i just make the speed the same as a 64 bit os?17:17
whoevergabmus: ok, i as going for the most common  reason why you would have that,  then file a bug17:17
dante123hi all, meant to say ubuntu17:17
Pessimistdante123, you just upgrade it and then when 14.04 is officially released you will get the 'official' version17:17
larry_i have a laptop with a 32 bit ubuntu os and it can easily handle 64 bit but instead of intalling a whole new os can i just make the speed the same as a 64 bit os?17:18
gabmusthen another thing: gnome crashes, gets blurry like a bad quality jpeg and my keyboard layout switches to english with no possibility to revert it except reboot17:18
dante123Pessimist, so upgrade is pretty straightforward after the beta?17:18
Pessimistgabmus, so fill a bug report. Why are you still asking this?17:18
dante123he's not very technically minded and wants the simplest route17:18
gabmuslel got it, ill revert to gnome 3.10 asap17:18
whoevergabmus: I would say wait for the official17:18
gabmusgetting officially new packages on ubuntu means waiting for the next release17:19
dante123I'm inclined to install the beta, and then he just upgrades when the time comes and doesnt need me for anything.17:19
dante123otherwise he will want me to come down again17:19
whoevergabmus: or roll then yourself17:19
* whoever hopes gabmus reverts to 12.04 and just waits 30 days 17:21
gabmusplease, explain your last post whoever17:21
gabmusahah, no. its not a 14.04 problem, it's a gnome 3.11 problem17:21
whoevergabmus: you wait for them, or you can get the source code, and compile them17:21
gabmusor i can just use the gnome3-staging ppa as i am already doing17:22
gabmusi know i shouldnt even complain about bugs, but i hoped this was a known bug i could solve17:22
milkoxHi all! can somebody help me to compile ?17:22
Pessimist!ask17:22
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience17:22
milkoxWant to cmpile an get an error: fatal error: boost/random/uniform_int_didtributin.hpp: No such file or directory17:24
milkoxCompilation terminated.17:24
milkoxi read some forum libbost all dev is installed17:24
milkoxlibbost random installed too17:24
=== xubuntu is now known as Guest49813
Guest49813hi17:26
whoeverhi Guest4981317:27
whoevergabmus: you could try the ubuntu dev but not sure they would be much help17:27
gabmusnah, i just reverted to 3.1017:27
gabmusgotta reboot, lets see if it worked17:28
gabmusthank you all for the help btw *i cant use smiley face since my layout changed*17:28
paul__hi17:28
paul__any one  here17:29
paul__you  ?17:29
miraiEhi17:29
raj__which folder should be used for storing data to be used freely by all users(or preferably sudoers) of system ?17:29
gabmusim back17:32
gabmusyeah, the problem was gnome 3.11. as i suspected 14.04 is already rock solid and stable17:33
Pessimistraj__, make a directory and make it readable/writeable by all users?17:33
gabmus3.10 works like a charm. but i already miss 3.1117:33
a1fawhat is the best desktop enviroment for newbs to transition from win7 to ubuntu?17:33
miraiEa1fa try KDE17:33
raj__Pessimist: in the root directory '/' ?17:33
gabmusa1fa maybe lxde, or kde if you want to rice it much17:34
a1famiraiE: too bloated17:34
a1fagabmus: i am trying with xfce, but it may be too plain17:34
gabmuskde isn't bloated17:34
gabmusit's one of the best des out there17:34
a1fagabmus: its not?17:34
gabmusif you have time to rice it, it isn't17:34
a1fahow about xfce+docky?17:35
gabmusmaybe just a little bit, still love it. as now i'm sticking with gnome, don't really know why, but i love kde's customizability17:35
Pessimistraj__, something like /share? It shouldn't be in any other because every directory in / already has a function17:35
miraiEwhat do you want with that DE a1fa? maybe the appearance?17:35
gabmusa1fa forget a de that is identical to windows17:35
a1famiraiE: yes17:35
gabmusdesigners dont like it17:36
a1fathis is for a college student17:36
gabmusits old and un-innovative17:36
a1fa(girl) going from win7 to xfce17:36
a1fashe may not like it17:36
gabmusi still think kde is a pretty solid choice17:36
raj__Pessimist: i dont have /share by default, should I just create it ?17:36
gabmusgrills actually use gnu+linux?17:36
a1fai'll try with xfce and docky first17:36
raj__I basically want to store some scripts..usable by all sudoers17:37
gabmusthat's far from "similar to windows"17:37
=== [makije|away] is now known as makije
raj__Pessimist: I basically want to store some scripts..usable by all sudoers17:37
gabmusthat's closer to osx17:37
a1fashe may like that17:37
gabmusmoreover, i tried the xfce+docky combination on my notebook, and it really sucks17:37
interwebIs it bad to use airodump-ng with sudo ?17:37
gabmusmaybe she likes unity better?17:38
a1faanyway, she has a hitachi hd with 32gb ssd cache.. how do i know this is working?17:38
a1fais this a hardware layer acceleration?17:38
interwebhello17:38
gabmusthe thing is, docky isnt that much supported anymore, it acts awkwardly: if you have a chrome icon on the dock, and open it, since it is a separated instance, you see two chrome icons on the dock17:39
gabmusits a mess17:39
Pessimista1fa, or maybe you should tell that windows isn't gnu/linux and let her choose what she wants?17:39
gabmus^17:39
demophobiaI've got xchat open but it's not showing in my alt+tab list. What causes that?17:40
gabmusi think gnome-shell is idiot proof. also it works like many smartphone/tablet GUIs, so she could find it familiar after a while17:40
demophobiaI'm going to try restarting xchat to see if that solves the problem.17:40
interwebIs it right way to use airodump-ng with sudo17:40
interweb?17:40
gabmusif you want something 100% windows-user-proof, go with lxde, there's no way she could have any problem. maybe you can change the wm to xfwm or even compiz, to make it nicer17:41
Pessimistdemophobia, a bug. Try hexchat -- a xchat fork17:41
interwebgabmus, I think kde looks more like windows17:41
Tom1xfce is the best desktop environment17:41
demophobiaPessimist, restarting seems to have solved the alt+tab listing problem. Thanks, I'll look at it ...17:41
whoevera1fa: you could always skin it to look like windows17:42
a1fawhoever: hiding in plain site :017:42
Tom1xfce is very fast and stable17:42
gabmusinterweb, kde is awesome, but too complicated for a novice.17:42
Tom1kde is little bit buggy17:42
gabmusuh, wait a minute: xubuntu 14.04 has a launcher that makes it look exactly like windows, but with the panel on the top17:42
interwebTom1, Buggy ! Are you kidding me ?17:43
gabmusmove the panel down and you have windows17:43
homecableany one gaming on steam with linux ?17:43
whoevera1fa: so why does she want to go from win7 to xfce ? thats quite a jump17:43
gabmussteam with GNU+Linux please17:43
gabmushomecable yes i do17:43
a1fawhoever: her laptop broke17:43
a1fawhoever: college student + people using her laptop + porn == trojans17:44
homecablegabmus what windows manger u using17:44
gabmusa1fa is her your gf or a friend?17:44
a1faa friend17:44
milkoxHi all! can somebody help me to compile ?17:44
milkoxWant to cmpile an get an error: fatal error: boost/random/uniform_int_didtributin.hpp: No such file or directory17:44
gabmushomecable mutter, because im using gnome shell17:44
a1faactually, my exchange student17:44
milkoxi read some forum libbost all dev is installed17:44
whoevera1fa: so it only has a 32gb ssd17:44
milkoxlibbost random installed too17:44
a1fawhoever: 500gb hd + 32gb ssd cache17:44
whoeverand its a netbook or notebook ?17:45
gabmusa1fa you know she WILL have problems and ask you for like 2-3 years17:45
a1faHpP ENVY417:45
gabmusa1fa you mean an hybrid hdd/ssd?17:45
gabmusit is dirt simple17:45
whoevera1fa: so is it broken or did the os just crash17:45
Oogim wkhtmltoimage (webkit rendering) on ubuntu 13.10 - antialiasing isn't happening. any ideas how to turn it on? how do i enable AA in ubuntu 13.10?17:45
gabmusits like 2 drives17:45
a1fawhoever: os crashed and disk corrupted17:45
gabmusa1fa, disk corrupted or file system corrupted? there's a lot of difference17:46
a1fagabmus: file system afaik17:46
homecablegabmus what install did u use17:46
gabmusthats no problem then17:46
homecableim looking for a clean install no bloat17:46
milkoxHi all! How can i compile? i get an error: fatal error: boost/random/uniform_int_didtributin.hpp: No such file or directory How can i solve this? anyone can help me?17:46
whoevera1fa: then the easiest fix would be to reformat the disk, you'll lose all that is on it, install windows 7 and also install avast anti virus , it is free, there is a registration17:46
gabmushomecable assuming with "install" you mean "os", i installed ubuntu gnome 13.10 and upgraded to 14.04 today17:47
Pessimistmilkox, http://catb.org/~esr/faqs/smart-questions.html17:47
whoevera1fa: and unless there in something else that I am missing will solve the problem17:47
gabmuswhoever, let him try this, it could be nice17:47
gabmusso a1fa, boot a livecd and open up gparted17:47
a1fai already got her files backed up17:48
interwebI used airmon-ng with sudo , should I re install ubuntu ?17:48
a1fai think she will be happy with xubuntu17:48
a1fa;)17:48
Tom1i find puppy linux also good distro17:48
gabmussee if the ssd and the hdd are seen as different drives (ex: sda and sdb) if they are, just use the ssd with / mount point and the hdd with /home mount point.17:48
whoevergabmus: yes it could but in all cases I have had where they have screwed up window and try linux , they spend less then an hour and want windos back because they do not want to learn anuthing new17:48
gabmusalso make sure to make a swap partition on the hdd with the same size of the ram she has17:48
interwebgabmus, I used airmon-ng with sudo , should I re install ubuntu ?17:49
Tom1gabmus: don;t u think using ext4 filesystem on a ssd may wear out it very quickly ?17:49
gabmusuhm...17:50
gabmusnever owned an ssd17:50
gabmusyou have to enable trimming or whatever its called17:50
whoevergabmus:  would dual booting be any better then a vm17:50
Tom1gabmus:ssd are a lot like flashdrivers, though ssds are much faster17:50
gabmusdual booting is way faster, but not as practical17:51
interwebCould anyone help me with this problem ? Does it damage the security of my ubuntu using airmon-ng with sudo ?17:51
KorkelHello.17:51
Tom1they say that using ext4 on pendrive will kill the pendrive very quickly because ext4 is journaling filessytem17:51
gabmusdisable journaling17:51
whoevergabmus: ya , either way you'll loose something17:51
gabmuswhoever: if you have a powerful pc, a vm WILL be fine17:52
aaa801how can i set a library load path when im running a program from shell ?17:52
Tom1gabmus:but then it would be more like older ext2 filesystem isnt? ext4 is robust because of journaling feature.17:52
gabmusdunno, use something else17:52
whoevergabmus: using gparted to set the partitions seems like an unneeded step, i would install win and create my two logicals there17:53
whoevergabmus: most notebooks now have quad core and 6-8GB ram so you would be fine17:54
gabmushttp://superuser.com/questions/228657/which-linux-filesystem-works-best-with-ssd17:54
gabmusi still have a swap partition on my desktop pc17:55
gabmusit MIGHT come in handy when running vms17:55
=== Zachary_DuBois|A is now known as Zachary_DuBois
mrpizzafaceDose anyone here know how to fix a Glitch with pulse audio? i am unable to talk in a skype call unless i switch the audio output/input to Input instad of Duplex ?17:57
whoevermrpizzaface: why not use alsa17:57
gabmusapparently i dont know much about hard drives, file systems and partitioning. i completely missed the difference between logical and primary partition. well, it's always a good time to learn17:58
mrpizzafacecant get skype to start using ALSA sound drivers i have even used the trick to force ALSA on skype and i still get PulseAudio taking it over17:58
gabmusthe sound system on gnu+linux is a hell of a mess17:59
gabmusi have to admit it, im sorry17:59
mrpizzafacei agree17:59
mrpizzafacei really cant stand using linux for the life of me but since win8 Defender fried my laptop Sata controller theres no way for the to run windows18:00
bhaveshmrpizzaface: I am sure you tried this ? https://support.skype.com/en/faq/FA10964/can-i-change-the-sound-system-used-by-skype-for-linux#disable_pulse18:00
gabmuson my desktop it detects like a f*ckton of audio devices, while i have like 4 or maybe 618:00
whoevermrpizzaface: i use the video chat in gmail  and ditched skype about a year ago, sorry I can't be much help18:00
gabmuswhoever: its sad we are still so relied to botnet18:01
gabmusisnt there an open source voip?18:01
banegambus: tox18:01
gabmusis it voip?18:01
baneI gues18:02
banes18:02
gabmusi dont think so18:02
whoevergabmus: there all a few and their all a pain in the ass to setup corretly18:02
gabmusi usually browse /g/ and they always talk about this tox, but apparently its just a plain chat18:02
mrpizzafacewell that worked18:04
mrpizzafacebut now how do i change my volume ?18:04
homecableany one use openbox ?18:04
whoevermrpizzaface: the vol icon18:05
mrpizzafacedosnt work anymore18:05
jrib!anyone | homecable18:05
ubottuhomecable: A high percentage of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll.18:05
gabmushomecable i did to play vidya on my notebook: its a really nice and easy to use vm18:05
gabmuswm*18:05
whoevermrpizzaface: what about setting a keyboard shortcut for t18:06
whoever*it18:06
homecableis there like a oubuntu img ?18:06
mrpizzafacethey dont work anymore18:06
gabmushomecable, what?18:06
mrpizzafacei have fn+F11 as vol down18:06
mrpizzafaceand fn+F12 as vol up18:06
homecableu know like xubuntu lubuntu18:06
whoevermrpizzaface: you need a pules audio mixer gui icon18:06
homecabletheres not a oubuntu ?18:07
gabmushomecable lol i dont think so18:07
gabmusyou could download the minimal version of ubuntu18:07
mrpizzafacewhoever: pulse audio isnt running18:07
gabmusand install openbox18:07
whoevermrpizzaface: i thaught that is what you where running18:07
gabmusthe second closest thing would be insatalling lubuntu and getting rid of lxde18:07
mrpizzafaceno i just disabled pulse audio to fix skype18:08
whoevermrpizzaface: so what audio do you have running18:08
gabmusalsa maybe?18:08
mrpizzafaceALSA18:08
whoevermrpizzaface:  try modprob <mod>18:09
whoeverthen try again, if that doesn't work, then try the standard windows fix18:09
whoeverrestart18:09
mrpizzafacenvm found gnome ALSA mixer18:10
gabmushttp://i.imgur.com/TiL7xWN.png18:10
someHumanHello18:10
whoevermrpizzaface: ok, and is it working for you18:11
whoeversomeHuman: hello18:11
hamidrezaHello guys!18:11
gabmussup ningen18:11
brodiei'm having some trouble with vino and I was hoping someone here can help me. whenever i try to connect, the connection is refused. it seems as though the vino-server isn't running. ("ps -e | grep vino" returns nothing) i've tried purging, rebooting, and reinstalling and that didn't help. when i try to manually start the vino server, it crashes. here's the log output http://pastebin.com/xtpQnxAR18:11
mrpizzafacedont know yet18:11
gabmusvino is another big pita18:11
brodiei've also tried installing tightvncserver, but when i login from my remote machine. it's just a blank grey screen. i even installed the xfce4 desktop and modified the xstartup file appropriately18:12
=== xan is now known as Guest37311
gabmuswhatever guys, g2g18:13
mrpizzafacenope didnt work18:14
gabmusoh, lemme do some spam before i leave, i have a yt channel, if you want to check it out it would be nice https://www.youtube.com/channel/UCVqlDOUyIjMWqBUhp73a90g18:14
gabmussee ya18:14
bhaveshbrodie: This might help : http://askubuntu.com/questions/77356/vino-server-does-not-work-since-update-to-11-1018:14
linuxthefishwhy won't ubuntu install on ssd?18:15
linuxthefishi'm on the "instalation type" screen and it won't create any partitions18:16
linuxthefishyet it works fine in gparted18:16
kraazyhello18:16
kraazyI needed some help, is anyone willing to give me some advice?18:16
whoeverlinuxthefish: are you live18:16
ki7rwhow does one find out what countries it's illegal to export packages that are export-restricted? seems complicated but some restricted countries are "no-brainers"18:16
whoeverlinuxthefish: select install18:17
Guest88312I've had to do a fresh install (same user), but want to only import firefox preferences (bookmarks/cache/history/login-ISs/pwds,etc.etc.). So, what files do I need to transfer to the other partition?18:17
whoeverlinuxthefish: maybe you have a messed up burn and need to write it slower18:17
linuxthefishwhoever it says "No root file system is defined"18:17
linuxthefishit's booted from USB, i've tried re-writing and i've already installed to other system using this stick :S18:18
whoeverlinuxthefish: reboot and try again18:18
linuxthefishtried that :/18:18
whoeverlinuxthefish: burn it, i still don't completly trust usb installers18:18
kraazyHello, can anyone help me, im rather noob at linux.18:19
kraazywith*18:19
bhaveshkraazy: ask!18:19
vusiehi ,how can i share infrastructure wifi in ubuntu 12.10...???18:19
kraazyOkay, im trying to install amd drivers on ubuntu 12.04 LTS, but i keep gettin an error when i try to install fglrx18:19
Guest88312vusie: What do you mean?18:19
kraazyI get this error Error! Bad return status for module build on kernel: 3.11.0-18-generic (x86_64) Consult /var/lib/dkms/fglrx/13.251/build/make.log for more information.18:20
vusieuhmmm...I want to create a hotspot but in infrastructure mode not Ad-hoc18:20
kraazyHere the the pastebin http://paste.ubuntu.com/7103579/18:20
vusieGuest88312:18:20
brodieis there a way to hide all the log spam?18:21
brodiein the irc channel18:21
bhaveshwhy does it look like a programming error to me?18:21
=== Guest88312 is now known as vfw
kraazyI have no idea.18:21
zykotick9brodie: you mean the join/part stuff?  answer depends on your irc client...18:22
bhaveshbrodie: you can hide them if you're using hexhcat or xchat.18:22
vfwI've had to do a fresh install (same user), but want to only import firefox preferences (bookmarks/cache/history/login-ISs/pwds,etc.etc.). So, what files do I need to transfer to the other partition?18:22
vusiebhavesh: how about weechat?18:22
bhaveshvusie: I've got no idea.18:23
whoeverlinuxthefish: is it workin' for you now18:23
zykotick9vusie: it can be done in weechat... but don't ask me how.18:23
vusiebhavesh: but do you have an idea on how I can share my wifi in infrastructure mode?18:23
linuxthefishnope :(18:23
linuxthefishno DVD's18:23
vusiezykotick9: okay I wont18:23
linuxthefish*sigh* windows time :/18:23
vfwSorry for repeating myself.18:23
vfwbut had to reconnect18:24
whoeverzykotick9: adhoc18:24
vusiezykotick9: but why not??? out of bounds question?18:24
bhaveshvusie: read this? http://forum.xda-developers.com/showthread.php?t=200938118:24
whoevervusie: adhoc18:24
zykotick9vusie: i don't use weechat (anymore) so don't know the answer ;)  i've done it before though...18:24
zykotick9!quietirssi18:25
ubottuTo ignore joins, parts, quits in irssi:  /ignore #ubuntu +JOINS +PARTS +QUITS18:25
* zykotick9 notes, it's easy in irssi18:25
daumto install ubuntu 13.10 onto a drives with raid 1, i followed https://help.ubuntu.com/12.04/serverguide/advanced-installation.html but i don't see the physical volume for raid option?18:25
raj__how does the '-f' in 'bash -f script.sh' make a difference ? what is it for ?18:25
vusiebhavesh: using that method I can share wifi but cant connect ,does it work for you?18:25
vusiewhoever: thanks...adhoc18:26
bhaveshvusie: I'm sorry, I haven't tried it myself.18:26
vusiezykotick9: I get..I get18:26
vusieraj__: type man bash18:27
guest123456Some new PC motherboards have thunderbolt 1.0 and 2.0.  Are these supported yet?18:27
vusiebhavesh: that method works not Ive tried it...18:27
=== iam is now known as iamaway
vusiebhavesh:thanks..you tried18:28
bhaveshnp.18:28
whoevervusie: so did you get it workin' yet18:29
raj__vusie:tried that first.. but there was no '-f' in there ?18:29
vusie whoever: nop :(18:30
vusieraj__: yeah u ryt , I cheked it just now , I only saw /f ...you sure its -f?18:31
* ki7rw says it's hard work to restore a PC after a HDD upgrade18:31
raj__vusie: yeah I saw it on some website btw it never gave error as I used it..18:32
vusieraj__: unfortunatley cant help...18:32
vusiesorr raj__18:33
raj__vusie: thanks man !!18:33
mel|should i install from a bootable usb stick?18:38
mel|are there better ways?18:38
PeterGriffinraj__: -f file18:38
PeterGriffin              True if file exists and is a regular file.18:38
PeterGriffinstraight from man bash18:38
guest123456I just read there seems to be support for it as well as hot plugging support in the Linux Kernel but for apple.  Does not mention PC support for thunderbolt?  phoronix siter18:39
guest123456site18:39
raj__PeterGriffin: okay.. thanks could not locate in manpages .. it works without -f as well, directly using script name ..18:40
xyzaffa1rGoogle docs keeps crashing and I need to do a presentation for school, if I just use libre office, can I use the "Power point" with microsoft office on a windows computer?18:41
PeterGriffinraj__: It's far down in Conditional Expressions. I found it searching with "/"18:41
raj__PeterGriffin: thanks a lot..!18:42
xyzaffa1r?18:44
Majost_I am attempting to setup a dual-boot with an encrypted lvm partition; the docs I have found are not at all clear on this: https://help.ubuntu.com/community/EncryptedFilesystemLVMHowto#Ubuntu_.2812.10.2B-.2918:44
Majost_Anyone know what "NB!" is?18:44
Majost_NetBoot??18:44
bekksMajost_: In which context?18:45
Majost_bekks, https://help.ubuntu.com/community/EncryptedFilesystemLVMHowto#Ubuntu_.2812.10.2B-.2918:45
MagePsychowhat will be the cron expression if you want to run cron in every first week of a month?18:45
bhaveshxyzaffa1r: yes, if you save it in Microsoft compatable presentation format while saving the document18:45
bekksMajost_: That refers to netboot, yes.18:46
Majost_Is there a netboot generated for the trusty nightly builds?18:48
WelastevilCool!18:49
WelastevilIts is my firt time here people18:49
SpaghettiCatWelastevil:  welcome18:54
Welastevilsomeone from Russia?18:54
sydney_When i upgrad to ubuntu 14.04 when it comes out,and i use the cd, will it keep all my programs,files and settings.I do keep a backup.18:54
greghouse_Hey is anyone here?18:54
Welastevilyeah18:54
WelastevilIm here...just here18:54
Welastevilhey greghouse18:55
greghouse_Does anyone here know of any programs for ubuntu that will allow you to root your phone?18:55
Welastevilhow you doing?18:55
greghouse_gladto see people are here Irc's are generally empty18:55
WelastevilI hahaha18:56
Welastevilyeah...18:56
sydney_When i upgrade to ubuntu 14.04 when it comes out,and i use the cd, will it keep all my programs,files and settings.I do keep a backup.18:56
mel|can someone point me to a tutorial on how to configure / disable uefi for a linux installation?18:56
linuxthefishsay no to linux! >:(18:56
greghouse_@sydney yes it will keep all your files. but sometimes doesn't keep the settings18:57
sydney_Thank you,but I was not sure about my programs.18:58
greghouse_@sydney it will also keep your programs18:58
sydney_Ok,Thank you for your time.18:58
greghouse_np18:58
greghouse_Does anyone here know of any programs for ubuntu that will allow you to root your phone?19:01
sydney_Why does ubuntu bog so much when It is my hard drive?19:03
Munstermel|, uefi replaces the bios, set it up in legacy mode, but I used a livecd to install the OS19:03
mel|no optical drive here, but i guess a live usbstick will do19:04
mel|i just have to find out how to set up the uefi stuff19:04
=== makije is now known as [makije|away]
=== alpha is now known as Guest7287
sydney_Why does ubuntu seem to slow down,then restarting it fixes the problem,so i am restarting it like twice a day.Does that seem unreasonable to you,or is that normal?19:09
Welashey19:09
parapan_hi all I have a laptop pc with intel 945G embedded graphical chipset; virtualbox reports for the guest OS (ubuntu 12.04 ) only 128 MB/RAM; system has 4 GB installed but the OS reports only 3,3 GB - pae and non-pae kernels reports the same value .....anyone have a clue ?19:09
mozzarellasydney_: that's not reasonable19:09
mozzarellasydney_: use htop and see if something is not using too much memory or too much cpu19:10
WelasI hade the same problem19:10
Welasin my case, it was the functional part of gigas.19:10
sydney_I think it is a ram problem ,because i have only I Gig, And this install is only a month old.19:11
MagePsychowhat will be the cron expression if you want to run cron in every first week of a month?19:11
bekkssydney_: Then check "free -m" when it starts to get slow.19:12
sydney_I actually do,and it likes to crash google chrome,which i leave open in the background beckause it takes so long to load.19:13
bekkssydney_: Then please pastebin "free -m" when your system starts to get slow.19:14
sydney_bekks_:I an just curious,what does it do if I did?19:14
bekkssydney_: It will show you memory statistics.19:15
sydney_bekks_: Ok,I use Task Manager to Do that Though.:) thanks19:16
bekkssydney_: Thats worthless. You need to look at "free -m".19:16
bekkssydney_: Otherwise I would have said that you could look at the task manager, which I didnt.19:17
OerHekssydney_, first step i do when i feel my system is slow, i close my browser to see if that solves it, then i would use htop19:17
sydney_bekks_: Thanks bekks, at the moment I 233 megs free from 1024mb acording to your method,and i only have google chrome open!19:19
bekkssydney_: Pastebin "free -m" please.19:19
sydney_becks_: I did,and that was the results. :)19:20
Hoso001I am having a problem, I just installed ubuntu, the live cd worked fine. After installing it booted fine, I enable the 3rd party repo's and ran sudo apt-get update then sudo apt-get upgrade. During which my computer locked up, the graphics glitched out and i couldn't even move my mouse or type on my keyboard. I am running under windows at the momen19:20
Hoso001t. I am using a 9800GT graphics card. When I try to boot into linux now, all i get it s a message at the desktop telling me that a system error has an occured but I can't use my mouse or keyboard, to do anything. When I boot into recovery mode I can't select any options. The computer locks up when it displays graphics. I can't even get to a console19:20
Hoso001, is there a way to fix my system, or at least find out whats wrong? I suspect the graphics driver19:20
bekkssydney_: you did not paste free -m until now.19:20
bekks!pastebin | sydney_19:20
ubottusydney_: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.19:20
Hoso001Oh installed the latest ubuntu 13.1019:21
Hoso001Anyone have any ideas?19:22
bekkssydney_: And in addition, did you check http://www.linuxatemyram.com/ yet?19:22
Welashi everyone again...19:23
Welassomeone here knows how to intall weechat in a Mac?19:23
bekksWelas: Do you run Ubuntu on your Mac?19:23
raj__do bash scripts need to have any extension like .sh.. I used .sh extension with my "bash scripts".. & now realised it .. should I remove the .sh extension from those files ?19:24
sydney_bekks-: I hope i Pasted it right. Heres is the link: http://paste.ubuntu.com/7103964/ this is the most recent time i just tried it.19:24
bekkssydney_: You can pastebin it as often as you like - you have to provide the URL to us, because without it, we wont see it ;)19:25
bekkssydney_: And you have 385M free, and 32M swap is being used.19:25
WelasNo bekks19:25
WelasI have UBUNTU in my vaio19:26
sydney_bekks-: ok thanks for the info on that.19:26
Welasand OS in my mac19:26
bekksWelas: Then please seek support in ##macosx for support on how to install weechat on OSX.19:26
WelasOS  Mavericks on the mac19:26
WelasI tryed it!19:26
SrPxHow can I get a complete list of terminal commands and what they do19:26
Welasbut I could not find....19:26
sydney_Quit: I am clearing the screen. :)19:27
sydney_What are ubuntu 14.04s specs so far?19:28
bekksWelas: It isnt an Ubuntu issue.19:28
compdoc14.04 specs are: fast, reliable, pretty19:30
west24352ubuntu 12.04 - cant find moonlight (silverlight 4 linux) in synaptic, is it still going?19:31
akanedTry Pipelight instead of Moonlight.  I believe Moonlight is no longer maintained. Or at least way behind Silverlight19:32
west24352thx akaned , Synaptic: "No items match Pipelight" - do i need to add a repo ?19:34
akanedYes. Check out this link http://www.webupd8.org/2013/08/pipelight-use-silverlight-in-your-linux.html19:35
nichlasAwesome. Just set up automatic backup to Google Drive.19:35
west24352looks good, thx akaned19:35
akanedI'm running 12.04 and am finally able to access a site I needed which uses Silverlight. Was never able to get Moonlight to work.19:36
akanedNo problem.  Hope it works for you19:36
sydney_why does Compiz sometimes randomly close when i try to open Dash Home?19:37
west24352doing the "silverlight" install now, wanted to see the Microsoft Feynman site Project Tuva19:40
west24352  dont suppose there is a similar emulation of adobe shockwave player too?19:40
akanedCheck out the devs page http://fds-team.de/cms/pipelight-installation.html19:41
akanedI think it might also have Shockwave plugin19:41
KamZouHi, i'd like to keep an azerty keyboard instead of qwerty. I did a : dpkg-reconfigure keyboard-configuration and configured to azerty. It works but when i reboot it isn't working anymore :( any thought ?19:42
gerzinoHi guys, I have a machine dedicated for multimedia running Ubuntu and I would like to go a bit beyond that to use it as a fileserver across home. OpenMediaVault features seems nice but switching to Debian might be a tiny bit too much for what I want (NFS/SMB/AFP), Time Capsule and user management for file and service access. Do you know any software already capable of doing it on top of Ubuntu. I feel like all that is pos19:43
gerzinosible but I would have to pick up the pieces from many different projects19:43
Hoso001I am having a problem, I just installed ubuntu, the live cd worked fine. After installing it booted fine, I enable the 3rd party repo's and ran sudo apt-get update then sudo apt-get upgrade. During which my computer locked up, the graphics glitched out and i couldn't even move my mouse or type on my keyboard. I am running under windows at the momen19:44
Hoso001t. I am using a 9800GT graphics card. When I try to boot into linux now, all i get it s a message at the desktop telling me that a system error has an occured but I can't use my mouse or keyboard, to do anything. When I boot into recovery mode I can't select any options. The computer locks up when it displays graphics. I can't even get to a console19:44
Hoso001, is there a way to fix my system, or at least find out whats wrong? I suspect the graphics driver19:44
rypervencheWelas: Check my private message.19:44
sydney_will ubuntu 14.04 be more resource friendly than 12.04?19:44
eierhello19:46
sydney_Hi19:46
eierneed some help configuring my screen19:46
nichlasgerzino: you could install it in as a virtual server on your box19:47
rypervenchegerzino: You could set up the services on either distribution. Are you looking for something that does them all?19:48
eieranyone know anything about how to change resolution so that the screen gets the whole dash on it?19:48
Hoso001Oh, Is there way to set an option in the grub 2 bootloader in ubuntu to tell grub to boot the os in text console mode so i can remove a graphics driver?19:49
gerzinonichlas: I have OMV as avirtualbox for testing and i feel it will work. But if a solution already exist that can avoid this it would be nice19:49
=== capri- is now known as capri
sydney_eier_:Did you try to go to system settings and click on displays,and try to change the resolution there?19:50
gerzinorypervenche: yes, I have already tried all that I want (except for the Apple Time Capsule but I've seen other people doing it) but a single tool to do that would be nice19:51
nichlasgerzino: as rypervenche sais. you can install each service on it's own19:51
nichlas gerzino but that doesn't give you the controls that OMV offers, and neither the user administration19:52
rypervenchegerzino: I don't know of any single service that can do all of that. I personally have NFS and AFS set up on my server at home. Samna isn't hard to set up either. I would do them all manually.19:52
west24352got silverlight via pipelight  :) - so far shockwave wont install :( will keep trying19:52
deanmHello, I've managed to install ubuntu 12.04 on an external usb disk on my Macbook and have also installed refind but unfortunately can't realy boot ubuntu and don't know how to solve it. Any hints towards the right direction?19:52
gerzinook thanks. i'll give a try to the virtualisation option and if not, I'll do it manually19:53
nichlasdeanm: only live systems live comfortably on external disks19:53
thurstylarkWhat do I put in my upstart script to specify where my command is supposed to be run from? I'm trying to run a command that has config scripts in the same directory as the executable file19:53
nichlasgerzino: there are countless control panels out there that will do most of what OMV offers, that you can readily install on your existing box19:53
rypervenchegerzino: You will still have the same problem if you virtualize the server.19:54
nichlasthurstylark: i usually 'cd' to the place19:54
deanmnichlas: What's a live system ?19:54
nichlasdeanm: well, the ubuntu install iso is a live system.19:54
deanmnichlas: You mean the "try me" kind of installations ?19:54
thurstylarknichlas: how do I put that in a script? Do you have an example I can pull from?19:54
nichlasdeanm: yes19:55
=== PH is now known as Guest44736
gerzinorypervenche: If I virtualise OMV, I will have the admin tools of OMV, which seem really nice to me19:55
sydney_eier_:Also did you hit the Windows key on your keyboard and type Displays and click on it and change the resolution there? That should work to. Either way should work19:55
a1fahow much sawp is needed for a 4gb laptop with ssd?19:55
rypervenchegerzino: Ah, I'm not familiar with OMV.19:55
nichlasa1fa: probably none19:55
nichlasthurstylark: put "cd /my/folder" in the beginning of the script19:56
raj__do bash scripts need to have any extension like .sh.. I used .sh extension with my "bash scripts".. & now realised it .. should I remove the .sh extension from those files ?19:57
deanmnichlas: I must install a very specific customized version of Ubuntu from my company and don't think a "live" version is supported. I can have a second partition on main HD for Ubuntu, will this work as a solution?19:57
nichlasraj__: no. you can just put #!/bin/bash in the first line, then it knows19:58
nichlasdeanm: yes, it is only the "removable" part that it doesn't like19:58
raj__nichlas: could it be without any extensiosn ?19:58
thurstylarknichlas: I didn't think you could put bash commands in an upstart script...19:58
nichlasraj__: yes19:58
raj__nichlas: thanks!19:59
nichlasthurstylark: aren't it a bash script to begin with?19:59
nichlasthurstylark: then i guess you can have your upstart script execute a bash script.. will that do?20:00
sydneyIs restarting ubuntu twice a day,because it slows down unreasonable? How can i fix that?20:00
sydneyIs restarting ubuntu twice a day,because it slows down unreasonable? How can i fix that?20:02
gmachine_24sydney, I'd say yes to the first; I don't know to the second20:02
Beldar!details | sydney20:02
ubottusydney: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."20:02
Aossihey so i has a question20:05
sydneymost of the time I do not find it unreasonable. I am running ubuntu 12.04,1gb ram,dual core 1.86ghz prossesor,1.5gb swap.It normally hapens when I am playing Suertux or making a slideshow or video,but it is still slow after doing that.20:05
Aossican i use ubuntu 12.04 32bit to fix my old windows xp computer?20:05
=== andre__ is now known as Guest41901
sydneyAossi_: What do you mean by Fix?20:06
Aossisydney: so when i boot my xp laptop it does its thing gets to the xp splash screen with loading bar and then POOF back to boot options (safe mode blah blah blah)20:07
BeldarAossi, That is a ##windows issue20:07
Aossii know20:08
Aossibut can i use ubuntu to fix it20:08
nichlasAossi: only if you know what's wrong20:08
BeldarAossi, Other than running sudo update-grub in ubuntu to make sure it is getting seen.20:08
sydneyAossi_: I am not sure how to fix that,because ubuntu is not really a windows fixing tool.20:08
AossiBeldar: would i be able to use ubuntu to go into my windows partition on the hard drive and see if im missing kernels or dll files?20:09
nichlasAossi: replacing windows with ubuntu will most likely fix your issue20:09
sydneyubottu_:most of the time I do not find it unreasonable. I am running ubuntu 12.04,1gb ram,dual core 1.86ghz prossesor,1.5gb swap.It normally hapens when I am playing Suertux or making a slideshow or video,but it is still slow after doing that.20:09
ubottusydney: I am only a bot, please don't think I'm intelligent :)20:09
BeldarAossi, You have full access to windows from linux generally.20:09
AossiBeldar: coolness20:10
nichlassydney: have you tried looking at the resource manager?20:10
AossiBeldar: and ubuntu 12.04 can run along side xp with out removing it correct?20:10
nichlassydney: maybe there is some app that refuses to close, and use up all your memory20:10
BeldarAossi, Fifferent file systems however and permissions, be careful.20:10
AossiBeldar: noted20:10
BeldarAossi, You can it alongside, however resizing a broke XP is not a good idea.20:11
Beldarrun*20:11
AossiBeldar: i was thinking more of resizing ubuntu to the partition instead of fucking with the windows part20:11
BeldarAossi, Cool, please don't swear here. ;)20:12
nichlasAossi: you should start with the live version. You can access your NTFS/FAT partitions without installing anything.20:12
AossiBeldar: sorry20:12
Aossinichlas: so basically click try instead of install huh20:13
nichlasAossi: exactly20:13
Aossinichlas: noted20:13
thurstylarknichlas: figured it out. just needed to use the chdir directive in the script20:13
nichlasthurstylark: that also sounds cleaner than shifting to bash for that.20:14
Aossinichlas: in the live version of ubuntu how do i use ubuntu to essentially debug and work around in windows with out booting windows20:16
nichlasAossi: you will only be able to access files20:16
Aossinichlas: elaborate please20:16
nichlasdo you see the unmounted disk in the menu on the left?20:16
Aossinien20:16
thurstylarknichlas: indeed. Works like a charm20:17
Guest14597leave20:18
nichlasAossi: if you open the file manaer20:19
nichlasmanager*20:19
Aossithe home folder ya20:19
nichlasAossi: you should be able to see it under deivces20:19
nichlasamong the shortcuts on the left20:20
gmachine_24Aossi: You might try this https://help.ubuntu.com/community/Boot-Repair20:20
nichlasAossi: XX GB Volume20:20
=== bishop is now known as Guest5843
sarthakJust bought a new drive. What should I format it with?20:22
bekkssarthak: For using it with Ubuntu only?20:23
sarthakYes bekks20:23
bekkssarthak: Then just choose ext4, e.g.20:23
Aossigmachine_24: thanks bro i got that going20:23
sarthakWhat about the scheme? MBR or GUID ... or do I chose don't partition bekks20:24
bekkssarthak: How big is that drive?20:24
sarthak750gb WD Black it is a 2.5" drive .... bekks20:24
bekkssarthak: Then just choose MBR.20:24
sarthakThanks bekks20:25
gmachine_24Aossi: :-)20:25
sarthakBeen a while since I last used Ubuntu. How's the state of NTFS support now?20:25
=== mohammed is now known as Guest89216
bekkssarthak: It is supported for read/write.20:26
Aossigmachine_24: after i install it what is the program itself called so i can use it?20:26
gmachine_24sarthak, much better than the other way around20:26
Aossiim not finding it in my search thingy20:26
gmachine_24Aossi - you need to burn it to a cd or usb stick and boot from that20:26
Aossix.x20:26
Aossigay20:26
=== rickyb98 is now known as RickyB98
sarthakThe only thing I can't seem to figure out is what to do with Lightroom. I've got NTFS drives with photos on them and used to use Lightroom for editing/organization.20:27
Aossinvm i found my xp cd20:28
Aossiimma just use that x.x20:28
sarthakOne thing that linux needs is more commercial apps. It's not that easy to live without them.20:28
Aossiwish i found it sooner now i feel like an idiot20:28
daftykinsAossi: for putting a drink on?20:28
Aossino to fix the boot issue with my xp system and then to run ubuntu along side it so i dont have to utilize winblows security programs20:29
Aossicaus well ubuntu is superior20:29
Aossilol20:29
sarthakTalking about security, is there any need for an AntiVirus program on Ubuntu?20:30
nichlassarthak: most don't. But that doesn't mean there are no risk.20:31
nichlassarthak: but it is advisable to scan for rootkits and changed core files20:32
linuxthefishwhy won't ubuntu still install onto SSD? tried USB and DVD...20:32
nichlasespecially if it is on an exposed server20:32
linuxthefisheven tried linux mint20:32
nichlaslinuxthefish: i have mine running on SSD. what is the problem?20:32
bekkslinuxthefish: you get some message what happens, dont you?20:32
sarthakI guess it's a "good to have" thing? I was using OS X a year ago, ended up getting CyberSecurity for Mac. Never caught anything.20:32
linuxthefishnichlas it won't let me create any partitions20:33
macssdoes anybody know if it is possible to install x86 Ubuntu onto a x64 computer20:33
linuxthefishhowever it works fine in gparted20:33
nichlasmacss: sure20:33
bekksmacss: Sure. But why dont you use a 64bit OS?20:33
nichlaslinuxthefish: sounds odd. But you can precreate the partitions, and then just install using the existing.20:34
linuxthefishi can't even see partitions20:34
sarthaklinuxthefish If you do get it working, remember to set a manual swap space. If you have lots of ram 16GB+ then it'll eat your SSD.20:34
miciwhat would happen if you didnt give the system ANY or very little swap20:35
sarthakmici Some apps don't run (i.e. VMWare Player needs 2gb swap)20:35
macssbekks i plan on it but i am currently in a starbucks and unhappily using windows 8. i accidentally downloaded x86 earlier and don't have the bandwidth here to download x64 .... so im just gonna install x86 real quick20:35
nichlasI only run with swap on my server20:36
nichlasMy desktop doesn't have any. No problems yet.20:36
c|onemananyone run a GUI on Ubuntu in an openvz vm? I always get bugs on the user accounts screen, I can't unlock it, and I have to use the root password to install things in the GUI, my user password doesn't work20:36
linuxthefishwtf ubuntu is saying my disk has 98304 bad sectors...20:36
micii never understood why they recommend the same swap size than your ram is... that seems stupid to give 32gb swap to 32gb ram system :) i only use swap if i know my actual ram wont be enough...20:36
bekkslinuxthefish: Then your disk is going to die very soon.20:37
linuxthefishno it's fine in windows, i tested SMART a few days ago20:37
micirunning vm from swap sounds like a slow thing ;D20:37
miciunless ssd or smth20:37
nichlaslinuxthefish: i would try running a scan with the provided program. Sounds way off.20:38
linuxthefish:(20:40
bekkslinuxthefish: Pastebin "sudo smartctl -a /dev/sdX" where sdX is the device of your disk.20:40
jdoleslinuxthefish: you just don't know what you are talking about.20:40
bekkslinuxthefish: Windows ignores SMART at all, btw.20:41
linuxthefishto late, shut down and removed disk20:41
linuxthefishwhat about CrystelDiskInfo?20:41
bekksWe dont care about Windows tools :)20:41
linuxthefishjdoles or i wouldn't be asking for help...20:41
jdoleslinuxthefish: do you know what a sector is?20:42
bekkslinuxthefish: We can help you with Ubuntu tools, not with Windows tools.20:42
linuxthefishno clue20:42
nichlaslinuxthefish: my SSDs always came with tools. Didn't yours?20:43
linuxthefishnope, just a plain box :S20:43
nichlasSamsung Magic something.20:43
nichlasmagician20:43
jdoleslinuxthefish: a sector is just a subset of the bytes on your disk with some error correction.20:45
jdoleslinuxthefish: a bad sector is a sector for which this error correction code says "hey, this is bad".20:45
jdoleslinuxthefish: you have close to 100,000 of those.20:45
jdoleslinuxthefish: the result of hitting a bad sector is slow performance at best or data loss at worst.20:46
jdoleslinuxthefish: it's also an indicator of complete failure.20:46
SrPxUpdate: my Ubuntu-VM attempt to install GHCJS was another mediocre failure. I'm figurativelly gonna cry.20:46
jdoleslinuxthefish: the solution is simple: buy a new disk.20:47
nichlasbad sectors on SSDs make little sense20:47
jdoleslinuxthefish: Windows might not hit those same sectors.20:47
SrPxwoops, wrong chan20:47
bekksnichlas: Really? So how do you think SSD store data? Just in a pool of transistors, and when a "1" is requested, just a random one holding "1" yells "here, here! I have one 1"? :)20:48
daftykinsnichlas: yes they do, it happens.20:48
jdolesAn SSD does not have "sectors", I suppose.20:48
daftykinsyes it does20:48
jdolesBut it does store information and you could label does as sectors.20:49
jdolesthose*20:49
daftykinssuch misinformation here ;_;20:49
jdolesdaftykins: a sector does not make a lot of sense for an SSD, see what bekks said.20:49
sydneyIs anyone there?20:49
asddssaddsNothing pops up when I click the search button in the Dash.  I just installed the latest Ubuntu from a usb drive.20:49
jdolesdaftykins: a sector being a part of a disc shaped object.20:49
bekksnichlas: Thos entities holding data and implementing an error detection for them are called "sectors". Even if there is no mechanical pendant like in usual HDD.20:49
asddssaddsAnd on the live version it worked20:49
asddssaddshi sydney20:50
asddssaddsanyone know how to fix the search?20:50
daftykinsjdoles: i disagree but nm20:50
jdolesdaftykins: it seems bekks has said exactly the same thing again.20:50
sydneyasddssadds_: What do you mean by search?20:51
jdolesIt's just that some set of people thought it would be cool to also call that a "sector".20:51
jdolesIt's just convenient for all the software and drivers.20:51
daftykinsoh dear, his record must be scratched20:51
sydneyasddssadds What do you mean by search?20:51
raubWhich package creates /etc/ssl/certs/ca-certificates.crt20:52
=== scott_ is now known as Guest28763
bekksOn a map, you call rectangualr areas "sectors" too, even though there is no disc shaped object...  wait, DiscWorld... :P20:52
asddssaddsthe top dash icon20:52
jdolesdaftykins: the physical model is not exactly the same.20:52
daftykinsjdoles: please stop20:52
asddssaddsdamn, unity --reset-icons made all window borders and all icons disappear20:52
jdolesdaftykins: so, why don't you tell us how you think the world works, since apparently you are an Intel SSD engineer...20:52
asddssaddsjdoles just threw down the gauntlet20:53
daftykins!offtopic | jdoles20:53
ubottujdoles: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!20:53
daftykins:D20:53
sydneyWhy does ubuntu 12.04 take like 45 seconds to start?20:55
jdoles!EDOESNOTHAVEBALLS | daftykins20:55
daftykinswell that's not nice20:56
jdolessydney: because it was made by visionless people and you have broken hardware.20:56
guntbertjdoles: be polite and constructive please20:56
bekkssydney: Why not? Thats pretty ok.20:56
bekkssydney: And how often do you actually start? :)20:56
jdolessydney: my version of Ubuntu starts in about 9 seconds to some login screen + 4 seconds for BIOS stuff.20:56
OerHekssydney install bootchart to see what is really happening20:57
sydneybekks_: about twice a day.20:57
ssshi20:57
bekkssydney: So thats not that long then.20:57
OerHeks!bootchart20:57
ubottubootchart charts your machine at boot time, to install >> sudo apt-get install bootchart << the graphic is in /var/log/bootchart after the next reboot20:57
jdolessydney: I also don't start the machine more than once per month, because you are not supposed to do that.20:57
jdolessydney: you are supposed to use suspend if you use it often and otherwise hibernation.20:57
jdolessydney: if those features don't work, find a machine or OS where that does work.20:58
daftykinsjdoles: can you stop making stuff up now please20:58
nichlasbekks: yes, but most tools don't know how to check. And a bad sector doesn't mean the same on a SSD as on a magnetic disk20:58
nichlasSSD sectors go bad one at a time, to be reallocated. On a magnetic disk there are not supposed to be any at all.20:58
demophobiaMust attached storage devices (e.g. iPods, thumbdrives) be 'safely ejected' before unplugging?20:58
nichlasbekks: yes, but a million bad sectors doesn't mean there will be actual data loss for an SSD20:58
nichlasthe important part is if the number changes.20:58
ramsub07Hi guys, how do i convert a csv file to a db file ?20:58
=== tbarlow is now known as Bleakwise
nichlasIf it is a new disk i would definitely RMA it, nevermind any theory or magic behind it.20:58
sydneyjdoles_: I do us suspen most of the time,but sometimes it stops behaving corectly ,or slows down.20:58
nichlasHere is how it should look after about 300TB written: http://techreport.com/review/25681/the-ssd-endurance-experiment-testing-data-retention-at-300tb20:58
jdolesdaftykins: nichlas just said exactly the same thing.20:58
Gabmussup20:58
jdolesdaftykins: so, it appears that most people agree with what I said.20:58
asdsdaasdramsub07: import it?20:58
bekksnichlas: If you actually "see" bad sectors, there are replacement areas left. That applies for HDD as well as for SSD.20:58
jdolesdaftykins: as such, please explain why I should care about your opinion (which apparently you don't have).20:59
bekksnichlas: So if you "have" bad sectors, you disk is going to die.20:59
sydneyI wasnt sure if 45 seconds was slow? :)20:59
guntbertjdoles: please stop discussing - this is a support channel20:59
=== _BJFreeman is now known as BJfreeman
daftykinsjdoles: i see no reason to justify myself to an obnoxious individual online so no ty20:59
jdolesguntbert: you must be one of daftykins's aliases.20:59
bekksjdoles: Also I technically agree, I I do not agree with your offtopic. So stop it please.20:59
jdolesbekks: great.21:00
daftykinsi think it's kick o'clock21:00
jdolesI'd like to see we kick the less technical people out of here.21:00
jdolesIt's like an idiocracy here, otherwise.21:00
bekksdaftykins: It's ignore o'clock.21:00
bekksjdoles: Ignore set,.21:00
daftykinsi never use ignore21:00
bekksdaftykins: Too bad, it really helps :)21:00
linuxthefishjdoles i just ran the ubuntu installer on this laptop with the same make of disk and still the same error...21:00
asdsdaasdSo anyway, any of you technical guys know about the dash search not working?21:01
guntbertdaftykins: keep to support as well21:01
daftykinsguntbert: i do not need to be told the rules21:01
jdoleslinuxthefish: if this is about bad sectors, then of course you get the same error.21:01
asdsdaasdiwhen i click on the search icon, the other icons grey out like it's in the search app, but the search window doesnt appear21:01
linuxthefishit's a different disk...21:01
hydrajumphi assuming a new 4GB disk /dev/sda. Isn't creating a single root partition using this: `parted --script --align optimal /dev/sda mkpart primary 64S 100%` the wrong way to align for best performance? Isn't the correct way to align to not set the starting offset, e.g. `parted --script --align optimal /dev/sda mkpart primary 0% 100%`21:01
jdoleslinuxthefish: ok, there are then still a ton of explanations for that behaviour.21:02
bekkslinuxthefish: So run sudo smartctl -a /dev/sdX21:02
jdoleslinuxthefish: one of them is that your hardware is an apparatus to kill your other hardware.21:02
jdoleslinuxthefish: but there are many more; that's the "fun" you get when you toy around with your own hardware.21:02
jdoleslinuxthefish: what error specifically do you get?21:03
linuxthefishbekks will try that in a sec. jdoles troll...21:03
bekkslinuxthefish: Just ignore him.21:03
jdoleslinuxthefish: whatever bekks is saying is virtually useless.21:04
jdoleslinuxthefish: the reason for that is that SMART is fairly useless.21:04
linuxthefishthe installer isn't showing any partitions and none of the buttons to add/delete do anything, and sometimes it says "starting the partitioner in the bottom right"21:04
linuxthefishoh well, i'll use a non-ssd21:05
=== Guest28763 is now known as Dragnslcr
jdoleslinuxthefish: that just sounds like you have absolutely no idea what you are doing.21:05
jdoleslinuxthefish: you should find some physical person and let that other person help you.21:05
daftykins!ops | jdoles21:05
ubottujdoles: Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, rww, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds,  gnomefreak, bazhang,  Flannel, ikonia, maco, h00k, IdleOne, nhandler, Jordan_U, DJones or k1l!21:05
Priceyjdoles: That's the reason people come here, to be helpful :)21:06
Pricey*to find help21:06
andyfiedso. i messed up a gfx driver install. finally got the correct driver back but in the process i managed to lose nvidia-xconfig. i cannot seem to actually find which package it is part of and reading various forums suggests its build into the drivers, but it is not. I've got nvidia-settings installed too. Does anyone have an idea how i can get nvidia-xconfig reinstalled?21:06
jdolesPricey: no, the reason people come here, is to keep the skill level low enough such that the moderators can still understand it.21:07
tablesi deleted my /etc configs for a package, i tried reinstallign it but i can't get the configs back21:07
tableshow do i get my configs back?21:07
tablesit was /etc/packagename21:07
OerHeks!find nvidia-xconfig21:07
ubottuFile nvidia-xconfig found in nvidia-173, nvidia-304, nvidia-304-updates, nvidia-319, nvidia-319-updates21:07
tablesi did apt-get remove package apt-get install package, and it won't install the configs21:08
omar_hi all21:09
OerHekstables, if you have used --purge then your configs won't come back.21:10
omar_I am trying to install the lastest kernel version on my Ubuntu 13.10, but it is failing for some reason. What can I do to make it work?21:10
tablesyea i used purge21:10
tablesso how can i get my configs back?21:10
andyfiedOerHeks: thanks for that, i've got nvidia-304 installed though21:11
OerHekstables set it up again, as you did before21:12
tablesi did21:12
tablesi did apt-get install21:12
tablesand the /etc/configs won't come back21:12
OerHekstables as we do not know what software package, it is a wild guess21:12
tablesi did these basically:21:13
tablesrm -rf /etc/apache2  ;  apt-get remove apache2   ;   apt-get install apache221:13
tablesand my configs wont' come back21:13
tablesi even tried apt-get install apache2 a second time and it just says : 0 upgraded, 0 newly installed, 0 to remove and 34 not upgraded.21:13
OerHekstables logically because you hard deleted the folder.21:14
andyfiedOerHeks: i've just installed nvidia-319 and i'm still getting sudo: nvidia-xconfig: command not found21:14
tablesOerHeks, so how do i get the configs back?21:14
tableslol21:14
OerHekstables, why do you want me to answer the same question again?21:15
OerHeksgone is gone, you deleted it perfectly.21:15
tablesi can never get it back?21:15
HackerIID`oh!21:16
sydneywhy does ubuntu start acting strange,and then I have to restart?21:16
bekkssydney: Define "strange" please.21:17
compdocsydney, most likely a hardware problem21:17
gabmusfinally21:18
gabmusgood old irssi21:18
omar_I am trying to install the latest kernel version on my Ubuntu 13.10, but it is failing for some reason. What can I do to make it work?21:18
sydneywhen i minimize programs and reopen them they do not show the contents of the program,and it slows down.21:19
gabmuswhy don't you upgrade to 14.04? it's as stable as 13.10 already21:19
gabmussydney, maybe your pc is old21:19
gabmuswhat hardware do you have21:19
omar_gabmus, What kernel version does 14.04 use?21:19
gabmus3.13.0-17-generic21:20
OerHeksandyfied, i never used nvidia-xconfig myself, just gksudo nvidia-settings21:20
ldiamond_I swapped Caps Lock with Escape in the system config through the keyboards options. However, I don't want to "Swap", I want both to be escape. Anyone knows how to do that? (where is that setting written on disk?)21:20
sydneyIt is a Dell xps 410, 1 gig of ram,dual core 1.86ghz,running 12.0421:20
gabmussydney, it is a pretty old system21:20
gabmusyou should try something lighter like lubuntu or at least xubuntu21:21
andyfiedOerHeks: nvidia-settings is complaining about xorg.conf being wrong and tells me to use nvidia-xconfig21:21
=== Npc_ is now known as Npc
omar_gabmus, Oh. I see. I'd do just about anything just to hopefully find a solution to my function keys issue..! :/21:21
ramsub07Hi guys, how do i convert a csv file to a db file ?21:21
raj__deleting this file fails..        $ rm "-home.hist"           says: rm: invalid option -- 'h'         Try `rm --help' for more information.21:21
JohninLex1so whats sup with initrd.img-3.11.0.18 failing?21:21
raj__ how do I delete the above file successfully .. ?21:21
sydneyI know about 8 years old,but it still works.21:21
JohninLex1it needs to be removed until it is fixed21:21
sarthakThere is a lost+found folder on an external EXT4 drive. Is that normal or should it be hidden?21:21
gabmusomar_ whats your problem?21:21
sarthakjdoles I am sure everyone regardless of their technical experience with Linux is welcome here.21:21
JohninLex1this is why I hate this channel21:21
JohninLex1its to busy to get anything out21:21
JohninLex1so anyone know why initramfs keeps failing from updates?21:21
sarthakGuess we'll never see official and stable support from NVIDIA. I remember having battery life in the minutes with NVIDIA cards.21:21
raj__Removing this file fails:            rm  -home-raj-.history21:21
raj__how to remove this file ?21:21
raj__ says: rm: invalid option -- 'h'         Try `rm --help' for more information.21:21
MarderIIIraj_: rm \-home\-raj\-.history perhaps?21:21
MarderIIIor quote the filename.21:21
sarthakCan you not show hidden files and delete the file manually through file explorer. raj__21:21
raj__yes that fixed! thanks!21:21
raj__thanks all! fixed!!21:21
=== megabit|away is now known as megabitdragon
gabmustest21:24
gabmusfinally21:24
omar_?21:24
gabmuswhat happened21:24
omar_:/21:24
PriceySorry about that... fixed now :)21:24
linuxthefishlol21:24
gabmusnp, i tought i was banned21:24
omar_gabmus, did you read my message, or do I send it again?21:25
sydneywhat will ubuntu 14.04s specs be when it comes out?21:25
gabmussend it again21:25
omar_ok21:25
omar_gabmus, I have a Toshiba Satellite M50D-A-103, and apparently it uses a slightly different standard for the function keys.. This results in linux basically mixing them up. (cont.)21:25
HackerIIitl do a 1/4 mile in under 9 seconds21:25
sydneywhat will ubuntu 14.04s specs be when it comes out?21:26
guntbert!repeat | sydney21:26
ubottusydney: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/21:26
gabmussydney: the thing is that the pc works, but unity needs more ram to run smoothly. your best hope is lubuntu imho, but i would step away from the *buntu family and switch to something lighter like crunchbang.21:26
sydneyOk,Sorry,I didn't mean to be pushy.21:27
gabmusthat was a bot dont worry21:27
=== Zachary_DuBois is now known as Zachary_DuBois|A
gabmusomar_: do you know for sure what exact kernel fixes your problem?21:28
dnullHello all, i need help for adobe flash21:28
dnulli cant istal it21:29
dnullinstall*21:29
dnullhow do i?21:29
bekks!flash | dnull21:29
ubottudnull: To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also  !Restricted and !Gnash21:29
Dureiken Hi there, does somone could help me to install Java 7 JDK on ubuntu please ? I didn't achieve to do it, following : http://www.webupd8.org/2011/09/how-to-install-oracle-java-7-jdk-in.html. Thanks21:29
sydneyDo any of you who have tried ubuntu 14.04 know if it will run decently of worse than 12.04 on 1gig of ram?21:29
raj__when i give a space before writing a command in terminal.. it does not appear in history.. is that a way to skip history ???21:29
k1l!trusty | sydney21:29
omar_gabmus, I have no idea actually. I am just hoping that the latest kernel release holds with in the final cure for my issue.21:29
ubottusydney: Ubuntu 14.04 (Trusty Tahr) will be the 20th release of Ubuntu.  See the announcement at http://www.markshuttleworth.com/archives/1295 for more info. support in #ubuntu+121:29
gabmusomar_: anyway, if you want or need to live on the bleeding edge, step away from ubuntu. arch is the most bleeding edge distro i know. its a pita to install, but there are derivates like archbang that are easier. give it a try21:30
=== JZTech101 is now known as jzmitch
bekksraj__: It does, here. History gets updated when you quit the current shell.21:30
=== jzmitch is now known as JZTech101
omar_gabmus, live on the bleeding edge? What do you mean?21:30
gabmussydney: unity is greedy of ram, nothing will run smoothly on that, except LIGHT things like xfce or lxde. As a more advanced user i'd use openbox wm instead of a complete DE, to be more light21:31
bekkssydney: In addition, Unity requires 3D.21:31
guntbertraj__: yes, thats the way to keep singlle commands from being recorded into the history21:31
sydneyDureiken_: have you tried installing it directly from Ubuntu Software Center? I had the same problem and solved it that way.21:31
raj__bekks: acutally I found that a command with space was skipped in history in between two commands..21:31
gabmusomar_: living on the bleeding edge means having the last software asap. most times this means some instabilities and occasional fuckups, but if you NEED it for a problem like yours, it could be the only solution. this said, give 14.04 a try, if that doesnt work, try archbang21:32
raj__bekks: atleast this is what I see through 'history' command .. did not check with .bash _history yet..21:32
sydneyI know Unity is a resource hog,but I wasn't sure if Trusty would be better in that area.21:32
MarderIIIgabmus: or if you want to be totally minimalistic you can use evilwm... ;-)21:32
Dureikensydney : I achieved to install Java 6 wia ubuntu center, not 721:33
raj__guntbert: thanks for confirmation !21:33
gabmusDureiken: just copy and paste this into your terminal without the quotes: "gksu apt-get install -y openjdk-7-jdk && exit"21:33
Dureikenopenjdk is same as java ?21:33
omar_gabmus, I see. Well.. I'll give 14.04 a shot. Thanks. :)21:33
gabmussydney: trusty is about the same thing, dont expect so many changes21:33
gabmusomar_: no problem, always willing to help where i can ;D21:34
sydneygambus_: Ok,Thanks :)21:34
andyfiedthere doesn't really seem to be much in my xorg.conf anyway21:34
Slartraj__: aparently there is a setting in bash for ignoring dupes in history and ignoring commands starting with space.. on my system the setting is "both".. so it's a bash setting21:34
andyfiedbut it does say driver nvidia, so i have no clue why it isn't running21:34
gabmusMarderIII: I like openbox more, maybe just because I'm already used to it21:34
gabmussydney: again, np, always willing to help21:34
Slartraj__: you can check the setting by running   echo $HISTCONTROL21:34
gabmusbe sure to visit my youtube, if you want to do something nice to me :)21:35
Dureikengabmus : I have no xserver21:35
gabmushttps://www.youtube.com/channel/UCVqlDOUyIjMWqBUhp73a90g21:35
sydneyDureiken_: Yes,as far as I know they are.21:35
Slartgabmus: please, don't advertise stuff like that here21:35
raj__Slart: yes that says ... ignoreboth21:35
raj__thanks!!21:35
MarderIIIgabmus: to each his own :) evilwm is very memory light.21:35
gabmusDureiken: run "sudo apt-get -y install openjdk-7-jdk"21:36
gabmusSlart: ok sorry :\21:36
Slartraj__: same as I have21:36
mel|hi21:36
Dureikengabmus : thanks a lot it worked21:36
sydneymel_: hello21:36
gabmusMarderIII: thats true, I still have pretty powerful machines so i run gnome-shell21:37
mel|im still trying to transform my samsung series 7 notebook into an ubuntu machine21:37
gabmusDureiken: no problem. if you are managing a server you should learn bash, and if you already do, learn how apt works. it's really easy and comes in handy even on a desktop pc21:37
mel|does someone know where to look for a switch to uefi legacy mode?21:37
asafsasfwhat's good about the openjdk?21:37
MarderIIIgabmus: running on some pretty memory restricted hardware. So that's why evilwm.21:38
OerHeks!uefi21:38
ubottuUEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI21:38
gabmusi usually install all of my programs using the command line21:38
* andyfied is seriously considering reinstalling the OS just to get nvidia-xconfig back21:38
mel|was hard enough to get into the uefi config (wtf windows 8?)21:38
gabmusMarderIII: there's a reason if lightweight stuff exists. I should give it a shot on my raspi, if it wasnt a useless piece of crap21:38
daftykinsmel|: can you provide some images of your setup screens?21:38
Slartandyfied: it's gone? isn't it part of the nvidia driver package?21:38
ramsub07Hi guys, how do i convert a csv file to a db file ?21:39
BerylWhich is the better firefox repo? https://launchpad.net/~ubuntu-mozilla-daily/+archive/firefox-aurora https://launchpad.net/~ubuntu-mozilla-daily/+archive/ppa21:39
asafsasframsub07, import it?21:39
MarderIIIgabmus: have used it on my 256Mb raspi. Was usable21:39
andyfiedSlart: i can't seem to find it at all. i've installed nvidia-319 and 304, now i'm trying the updates21:39
ramsub07how to ?21:39
asafsasframsub07, read your db docs?21:39
DinosaurioHi. I'd like to know how to remove all .jpg files recursively.21:40
ramsub07I have a csv file which i want to convert to a db file21:40
gabmusMarderIII: openbox was usable too, but when you are used to an i3 on a desktop, you tend to lose patience on low end devices21:40
gabmusnot i3 the window manager21:40
MarderIII:-)21:40
gabmusthe intel core i321:40
Slartandyfied: I think it's part of nvidia-current in 12.04, not sure if it's the same with newer versions21:40
Slartandyfied: sorry, 12.1021:40
gabmuswhat you use your raspi for?21:41
guntbert!ot | gabmus21:41
ubottugabmus: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!21:41
Slart!find nvidia-xconfig | andy21:41
ubottuandy: File nvidia-xconfig found in nvidia-173, nvidia-304, nvidia-304-updates, nvidia-319, nvidia-319-updates21:41
Dureikengabmus : ok I will look some Wiki :) thanks. Is that normal that a fresh new server have 1GB or ram used without anything launched ?21:41
MarderIIIgabmus: at the moment as a irssi client with proxy configured for my android phone21:41
Slartandyfied: see ubottus message above.. it should be available in all those packages21:41
ramsub07I have a csv file which i want to convert to a db file21:41
ramsub07how to proceed ?21:42
andyfiedSlart: i used to have it :/ that's whats bugging me. i removed it when i tried to install a new gfx card by mistake and now i'm going through each driver package just to see if i can get it back. no joy with 319-updates21:42
gabmusDureiken: ubuntu isn't lightweight. i would choose it for a server really, while I'd prefer debian stable21:42
MarderIIIgabmus: and as a honeypot21:42
Dureikengabmus : ok thanks, it's for a game server (minecraft)21:42
gabmusi wouldnt choose it for a server*21:42
asafsasframsub07, import the csv file21:42
Slartandyfied: perhaps the updates packages just has replacements if there is a newer version of the file.. have you tried   sudo apt-get install --reinstall nvidia-31921:42
Slartramsub07: what is a .db file? sql? something else?21:43
ramsub07sqlite21:43
gabmusSlart: a database file i think21:43
gabmusfor libreoffice base21:43
ramsub07yes21:43
Slartramsub07: this seems useful http://www.sqlite.org/cvstrac/wiki?p=ImportingFiles21:43
asafsasframsub07, it takes 5 seconds to google that question: http://stackoverflow.com/questions/1045910/how-can-i-import-load-a-sql-or-csv-file-into-sqlite21:44
asafsasfhang your head in shame21:44
gabmusoh you got answered21:44
andyfiedSlart: i'll try that21:44
Slartgabmus: might be used for all kinds of databases (or so it seems from a quick google search)21:44
gabmusSlart: ok nice21:44
andyfiedSlart: still not there, thanks for the suggestion though21:45
andyfiedweirdly xorg.conf does have "driver nvidia" in it, but it's not running21:46
ramsub07I did that21:46
ramsub07but I am getting an error21:46
ramsub07line 1: expected 8 columns of data but found 121:47
gabmusandyfied: maybe the nvidia driver is blacklisted. have you installed bumblebee?21:47
andyfiedgabmus: no, would it be a good idea to?21:47
bekksramsub07: So fix the input file.21:47
asafsasframsub07, I'm having trouble seeing your input file with my crystal ball.  The spirits are uncooperative today.21:47
andyfiedi've seen the instructions so i'll try it21:48
BerylI've found with new cards, xorg edgers is the best, but with old cards, sometimes the latest nvidia drivers are buggier than the older stables21:48
gabmusandyfied: do you have a notebook with optimus technology?21:48
andyfiedno, i have a normal pc with a 9800gtx that was running fine 4 days ago21:48
tableshow do i reinstall a package and get my /etc configs back?21:48
ThomasBSwhen trying to install ubuntu server on my old laptop, the keyboard isnt working.. Anyone got any good ideas here?21:49
Dinosaurioguys, I've mistakely used "find -delete" and removed some files. Would you reinstall the whole OS (I don't know if I removed important things or not).21:49
gabmuswell, dont instlal bumblebee21:49
gabmusit WILL fuck everything21:49
andyfiedtables: i must say, your configs are gone21:49
DinosaurioI haven't restarted computer yet21:49
SlartDinosaurio: ouch.. what command did you run? do you still have it in your history?21:49
IdleOnegabmus: No cursing in here please21:49
DinosaurioSlart: daniel@daniel-pc:~$ find -delete21:50
gabmuswell well well... andyfied what version of ubuntu are you running? and what driver version?21:50
gabmusIdleOne: ooops, didnt notice :D21:50
andyfiedgabmus: 13.10 and currently 31921:50
rypervencheDinosaurio: Then you removed your home directory.21:50
rypervencheDinosaurio: Or all the files in it.21:50
gabmusmeh, dunno that should work fine21:50
andyfiedgabmus: yeah, i know :(21:50
gabmusyou installed it from official repos?21:50
Dinosaurionot really, "Download", and some other folders dissappeared21:50
andyfiedgabmus: straight out of synaptic21:51
DinosaurioBut I didn't lose my music and university works21:51
gabmusdid you do anything strange to X or to the drivers?21:51
asafsasfanyone know where that randr option menu is? to fix screen flickering?21:51
Dinosauriothe thing is, I don't know what will happen when restarting21:51
gabmusdo you have an X session? or you can't access it?21:51
andyfiedgabmus: maybe i did something weird, but i'm not sure what. i installed lxde so i could get a de21:51
gabmusandyfied: you didnt have a de before?21:52
gabmusis that a server?21:52
andyfiedgabmus: it boots up okay and gets to the login screen but unity won't run i assume it needs to be acceleragted21:52
gabmusandyfied: if it reaches the login screen then X is working21:53
gabmusis the resolution ok?21:53
andyfiedgabmus: and for whatever reason it seems to keep grabbing the vesa one21:53
gabmusyou mean the mesa* one?21:53
gabmusyou mean the nouveau driver?21:53
andyfiedgabmus: no, it's dead wrong resolution and nvidia-settings says the nvidia driver is not running21:53
SlartDinosaurio: I would do a reinstall.. and cry silently when I go to sleep hoping it will never happen again =)21:53
andyfiedgabmus: erm, let me check21:54
SlartDinosaurio: and start doing backups.. it's never to late =)21:54
gabmusok andyfied lets get into real s***t21:54
gabmuswhere are you writing from? your pc?21:54
gabmusbrb gimme a sec21:54
gabmusim back21:55
andyfiedgabmus: i'm on the desktop in question, but i'm using ssh to my fileserver and using irssi from there because of reasons...21:55
gabmuscan you access another device?21:56
gabmuslike a smarthpone or anything else?21:56
DinosaurioSlart: yeah, I'm backuping everything. :P. I had better not use console sunday nights21:56
andyfiedoh, i got a laptop down on the floor here21:56
VirtualAnybody know a better drive than using b43-installer for a MacBook Pro airport?21:56
gabmusget it, we are going to mess your pc up and make some tests21:57
andyfiedglxinfo | grep OpenGL is showing no devices, btw21:57
asafsasfWhy is there an Amazon icon in the Dash by default?21:57
momo2hi will ubuntu easily do a dist-upgrade via gui21:57
momo2?21:57
Bashing-omThomasBS: Might see what you can do in bios, maybe switch  usb to a legacy mode ?21:57
ThomasBSThere's no such option21:57
ThomasBSunfortunately :(21:57
bekksVirtual: so which wifi chipset do you have?21:57
=== RickyB98 is now known as rickyb98
andyfiedright, i'm on lappy now21:58
sydney_How would I create a app in ubuntu if I wanted to?21:59
gabmusthe first thing you are going to do is restart your pc and NOT logging in. get into a tty (press ctrl+alt+F5) then login. Now we are going to uninstall nouveau drivers with the following command: "sudo apt-get -y purge xserver-xorg-video-nouveau"21:59
bekkssydney_: Define "app" please.21:59
Dureikengabmus : debian : used 174Mb :p21:59
Virtualbekks, I believe it's BCM433121:59
bekksVirtual: Most likely, it is BCM4313, and then b43 is the correct driver for it.22:00
gabmusnow you have to clear all nvidia drivers you could have installed with this command "sudo apt-get -y purge nvidia*"22:00
sydney_game Similar to Supertux?22:00
Bashing-omThomasBS: Many times that distinction is not too clear. See what you have for keybord/mouse in general and the usb devices in particular ? Ya got a ps-2 keyboard laying around ?22:00
andyfiedokay, doing first one now22:01
gabmusfinally you can try and reinstall the drivers running "sudo apt-get install nvidia-319-updates"22:01
bekkssydney_: Then you have to learn how to program in the programming language of your choice, and you have to learn how to develop the elements you need, like program logics, graphics, etc.22:01
andyfiedirony: the command console is on the correct resolution22:01
gabmusi'm not sure since im no more in 13.10 if the 319 driver needs the nvidia-sessings package22:01
gabmusandyfied: thats normal in lack of active drivers22:01
ThomasBSBashing-om: To be honest, I dont even know what a PS2 keyboard is.. I guess its an old keyboard, yeah? Might be forced to bring my old laptop to work tomorrow to find an old keyboard then22:02
ThomasBSwas just hoping there was another work around22:02
gabmusThomasBS: the PS/2 plug is the round violet or green cable used to connect mouse or keyboards22:02
ThomasBSah22:02
ThomasBSyeah I've only got USB22:02
gabmuseveryone has only usb on modern laptops22:03
gabmusthere are adapters22:03
Virtualbekks, yes, but I am getting slow wifi speeds and big latency when pinging the router. the same wifi adapter on Windows or Mac OS works excellent22:03
ThomasBSyeah this laptop only has usb22:03
momo2anyone know? is there a simple gui way to dist-upgrade the distribution22:03
bekksmomo2: A gui way to run the command "sudo apt-get dist-upgrade"? :)22:04
Bashing-omThomasBS: Yeah, rge old keyboards were ps2, "round" connector. But if we are talking lter laptop, may not have a provision for that type of connection. Back to seeing what is in bios that one can change. Not always a solution there (server).22:04
gabmusmomo2: dont be silly: why should you want a gui to run a console command? open up your terminal and write that command straight from command line!22:05
andyfiedgabmus: the xsession things was not present, but i've purged all the drivers and 319-updates installes nvidia-settings as well22:05
gabmusalso, command line is more efficient and easy to use than a gui22:05
=== Thor|Away is now known as Thorium220
momo2bekks: only a gui way to update to higher distri (like dist-upgrade)22:05
gabmusandyfied: have you followed all the steps?22:05
bekksmomo2: Just run the command: sudo do-release-upgrade22:06
ThomasBSBashing-om: I've been staring myself blind in the bios for several hours (might be an overstatement) but there's really just a few options there.. and nothing about keyboard or anything unfortunately22:06
andyfiedgabmus: yes, all 322:06
bekksmomo2: No gui needed for a single command.22:06
momo2gabmus: lets mean the gui way not the command22:06
andyfieddrivers just installed fresh22:06
gabmusdid you install the nvidia-settings-319 package too?22:06
[TiZ]Hi. How would I modify an ubuntu liveCD to boot from first hard disk by default? I can't do anything to get this bios computer to boot this gpt disk, but "boot from first hard disk" from the live CD works so I figure I'll just use that.22:06
andyfiedgabmus: it installed automatically with the drivers22:06
gabmusmomo2: still dont get what you want to do22:06
ThomasBSmessing around with the isolinux.cfg has gotten me a few steps closer, but every time there's a need for a key to be pressed, im pretty much f**ked22:06
gabmusandyfied: perfect22:07
gabmusnow run "sudo shutdown -h now"22:07
gabmusthis will shut your pc down22:07
gabmusthen turn it on again22:07
gabmusand see if anything as changed22:07
momo2gabmus: i want to update to another release like dist-upgrade do but i dont want to use the command only a gui like the update manager. does it works easy?22:07
bekksgabmus: sudo init 6 would have done the same, as sudo shutdown -r now would have done22:07
sadpuppydistrowatch.com22:08
gabmusbekks: rarely reboot from console, too lazy to learn to reboot, so i just shut down and power on again. thank you22:08
Bashing-omThomasBS: usb devices ? in general. Now, I am aware of a couple of cases where there is no solution to getting the keybord recognized in a server install.22:08
daftykinslol seriously?22:08
daftykins'shutdown -r 0'22:08
gabmusmomo2: thats not what dist-upgrade does22:08
daftykins:P22:08
andyfiedgabmus: it's still in the wrong resolution22:09
momo2ah is see22:09
gabmusandyfied: what the hell really22:09
andyfiedgabmus: yeah, i know22:09
gabmusmomo2: if you want to do that run "update-manager -d" on a terminal22:09
andyfiedgabmus: i mean, i'm no expert, but this is nuts22:09
momo2so it is easy with gui to update to another release to have ubuntu over years?22:09
gabmusmomo2: kind of22:10
bekksmomo2: apt-get dist-upgrade updates all packages in the same release, while do-release-upgrade upgrades to a new release. You are well advised to not do the latter from a gui, because your gui will break during update and you will be left with a partial update.22:10
ThomasBSBashing-om: usb devices? i've only got my USB stick created with Universal USB installer .. The laptop boots the stick perfectly but keyboard is a no go on the laptop22:10
momo2so there is no secure gui way to be update over years?22:10
gabmusandyfied: well, there is NO driver at all that can be active and suppress the nvidia one. so X just doesn't know it has to use it22:11
bekksmomo2: And using 12.04, you will get updates until 2017, and with 14.04, you will get updates until 2019. So you actually can use it for years without a gui for updating.22:11
tableshow do i check what packager a file belongs to?22:11
gabmusyou can try installing the driver from the .run file nvidia provides22:11
tableslike /usr/sbin/apache2       i wanna know what package it belongs to22:11
Slarttable you can use the !find command in here.. or apt-file22:11
momo2okay22:11
sadpuppysourceforage multi boot from usb thumb drive22:11
gabmusandyfied: go here and download your .run file http://www.nvidia.it/Download/index.aspx?lang=it22:11
Slart!find nvidia-xconfig | tables22:11
ubottutables: File nvidia-xconfig found in nvidia-173, nvidia-304, nvidia-304-updates, nvidia-319, nvidia-319-updates22:11
tableswhat does that have to do with nvidia?22:11
andyfiedgabmus: yeah, but i'm not sure why nvidia-xconfig has disappeared either22:11
Slarttables: ubottu will search the packages for you and tell you which packages contain the file22:12
Slarttables: just an example22:12
dnullguys22:12
dnullfor flash22:12
bekksSlart: ubottu is not the package manager ;)22:12
gabmusandyfied: the .run file usually fixes a lot of things. let's try it22:12
bekkstables: you can use dpkg for various searches.22:12
dnulli installed extras but it doesnt work22:12
andyfiedgabmus: i have the nvidia drivers so i'll try them again, i was blaming it for messing it up in the first place22:12
bekksgabmus: It usually breaks things. It will break with every kernel update.22:12
gabmusyou already have the .run?22:12
dnullhow do i get flash  to work?22:13
dnullanyone?22:13
tableswhat dpkg parameter is it?22:13
gabmusbekks: yes, but it will fix X22:13
Slartbekks: if you put on some smooth music and dim the lights ubottu will be whatever you want it to be =)22:13
bekksandyfied: Do NOT use the .run until you know how to fix issues with X.22:13
gabmusat least, it did with me22:13
bekks!nvidia | andyfied22:13
dnullAnybody help?????22:13
ubottuandyfied: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto22:13
momo2bekks: and without lts its not save possible like mentioned, because i dont want to use old lts progs22:13
andyfiedgabmus: yeah, i got the correct one, but it didn't seem to make much differnce22:13
dnullguysss?22:13
andyfiedbekks: sadly too late, it might have caused the issues in the first place22:13
bekksmomo2: Without LTS, you have to run do-release-upgrade every 9 months.22:13
dnullANYBODY?22:14
gabmusandyfied: how disappointing. at this time i would have just re-installed the whole system. i'm sorry, but today i failed :\22:14
bekks!flash | dnull22:14
ubottudnull: To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also  !Restricted and !Gnash22:14
gabmusdnull: DONT BE PUSHY22:14
momo2bekks: right? is breaking the command terminal command safer?22:14
Slartdnull: I get flash to work by installing it.. you haven't really given us much to work with.. we don't even know what kind of ubuntu you're running22:14
andyfiedgabmus: it's okay, i'm glad someone has shown me i've done everything i could so far22:14
momo2bekks: ok22:14
bekksmomo2: No one said you will break the command line terminal. The shell you are running the command in will not be broken until you leave it.22:15
dnullSlart: i have ubuntu 12.0422:15
gabmusandyfied: I'm sorry mate22:15
Slartdnull: ok, and what browser are you using?22:15
gabmusi keep the system in a separate partition from my home partition so that when I have to rei22:15
dnullSlart: firefoxx and chromium22:15
gabmusreinstall22:15
andyfiedgabmus: bekks: thanks for the help. i'm going to sleep and i'll have another go tomorrow22:15
momo2mhhh the shell is the gui too22:15
gabmusi dont lose my files22:15
gabmusandyfied: np, sorry i couldnt help. gnight22:15
gr33n7007hdnull, sudo apt-get install flashplugin-nonfree22:16
bekksmomo2: Thats why you do not run a graphical terminal for do-release-upgrade but run that command from a console. Press ctrl alt f1 to get one, e.g.22:16
Slartdnull: and finally.. what have you tried so far? are you following some kind of guide?22:16
dnull i got the ubuntu restricted extras and tried terminal non worked22:16
dnullnone*22:17
Slart!flash | dnull, try these suggestions first22:17
ubottudnull, try these suggestions first: To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also  !Restricted and !Gnash22:17
Bashing-omThomasBS: Here some background and amplifying info : from another similar situation: http://paste.ubuntu.com/7104868/ ...22:17
momo2bekks: i really dont want to tell my neighbor that he should open a terminal or switch to vt1 he dont want that so the secureness of both gui command line or gui update manager methods are the same?22:18
dnullSlart22:18
bekksmomo2: Well, I told you severak times now. No matter how often you ask, my answers will not change.22:18
bekks*several22:18
dnullSlart: it does not help22:18
ThomasBSBashing-om: Thanks. Guess im going to see if my workplace has some PS2 keyboards laying around.. :(22:19
gr33n7007hdnull, have you tried issuing: sudo apt-get install flashplugin-nonfree in terminal?22:19
momo2bekks: okay i understand now22:19
gr33n7007hdnull, Then once that has install issue: sudo update-flashplugin-nonfree --install22:20
dnullgr33n7007h: yes i have with no success22:20
dnullok22:20
Slartdnull: ok, "it does not help".. so all the commands worked fine? no error messages? how are you testing if flash works?22:20
dnullSlart: youtube does not work, etc22:20
gabmus*yawn* I'm gonna get some sleep now22:21
gabmusthanks for the good time guys22:21
gabmusgnight everyone22:21
Bashing-omThomasBS: IF you have a ps2 connector on that laptop (??).22:22
dnullgr33n7007h: when i use terminal, it says command not found22:22
ThomasBSBashing-om: ffs, i dont.. thanks for reminding me, hah22:22
bekksdnull: Define "it". What exactly do you enter, what happens?22:22
bekks!details | dnull22:22
ubottudnull: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."22:22
wjlafranceHey all. If I want a desktop system using WDM and Window Maker, is there any reason to prefer lubuntu or should I start with vanilla ubuntu desktop?22:22
ThomasBSBashing-om: ill bring it to work anyway, there's some pretty clever server people there.. they might know what to do :D22:23
gr33n7007hdnull, Is this a brand new install?22:23
dnullbekks: using terminal getting flash, entered sudo apt-get install flashplugin-nonfree22:23
bekksdnull: And whats the output?22:23
bekks!pastebin | dnull22:24
ubottudnull: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.22:24
pdo_fn14Is't any best replacement for modem-manager-gui package?22:24
Bashing-omThomasBS: Yeah, two or three heads are better than one, - But, it is amazing what slipd by ones awareness in bios.22:24
sydneywhat program would i use to write a game that is similar to Supertux? Thanks in advance. :)22:24
Bashing-omslipd/slips22:24
dnullgr33n7007h: well, i dont know what u mean. By default, i should have flash plugin, since i have ubuntu-restricted-extras22:24
Slartsydney: python?22:25
gr33n7007hdnull, Have you recently install ubuntu?22:25
gr33n7007h*installed22:25
Slartsydney: java would work as well.. or C/C++22:25
=== pcdummy_ is now known as pcdummy
dnullgr33n7007h: yes i have, less than 2 weeks.22:25
sydneyOk,I will look into it. Thanks22:25
gr33n7007hdnull, try a sudo apt-get update22:25
JennyBlueBirdHi guys, is there any page which lists compatible webcams ?22:26
k1ldnull: please put the exact commands and the output in a pastebin22:26
JennyBlueBirdwould not want to buy one and have it not work22:26
k1l!paste | dnull22:26
ubottudnull: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.22:26
Slart!webcam22:26
ubottuInstructions for using webcams with Ubuntu can be found at https://help.ubuntu.com/community/Webcam - Supported cams: https://wiki.ubuntu.com/HardwareSupportComponentsMultimediaWebCameras22:26
SlartJennyBlueBird: see above22:26
dnullgr33n7007h:  done22:26
daftykinsJennyBlueBird: lots of stuff comes with UVC support nowadays22:26
gr33n7007hdnull, now try sudo apt-get install flashplugin-nonfree22:26
=== kevin is now known as Guest62813
gr33n7007hdnull, What ubuntu are you using?22:30
[TiZ]Hi. How would I modify an ubuntu liveCD to boot from first hard disk by default? I can't do anything to get this bios computer to boot this gpt disk, but "boot from first hard disk" from the live CD works so I figure I'll just use that.22:31
dbrown_QUESTION: how can i mount a hard drive using fstab and users still have access to it? it seems to be owned by root and nobody but root can write to it22:31
wjlafranceHey all. If I want a desktop system using WDM and Window Maker, is there any reason to prefer lubuntu or should I start with vanilla ubuntu desktop?22:32
=== luca is now known as luca_91
Coover55Hello?22:42
Coover55Is anybody available to help me out?22:42
Pessimist!ask | Coover5522:42
ubottuCoover55: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience22:42
Coover55Alright, sorry.22:43
=== ABC-XYZ_ is now known as ABC-XYZ
OerHeks!netsplit22:43
ubottunetsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit22:43
=== TuxTek is now known as nuno_nunes
dfsasdfhi22:45
rwwhi22:46
Coover55So here's my problem: Upon trying to install Ubuntu 12.04 (from an external hard drive, installing to a different partition on the same drive), everything seems to run smooth at first. The Live CD (or Live USB if you prefer) works perfectly, and installing goes almost without a hitch. Until I get to the point where I've finished setting up my partitions (partition for install and my swap area).22:46
Coover55After I begin installing, it will give me an error saying that it failed to unmount /CDROM/ or something along those lines. I press continue and it continues. I can set up my location, user profile, etc., but after all that it gets stuck on "Detecting file systems...", not moving from there. The last thing in the box shown is "Step_before = stepWebcam". Can anyone help me with this?22:46
wjlafranceSorry for off-topic, but that net split was impressive. The joining was enough to fill my entire chat buffer.22:46
osama_cc hi22:47
osama_any body from egypt22:47
Coover55Nobody can help?22:48
wjlafranceCoover55: It's a little slow in here right now. I'm sure someone will be able to help soon.22:49
Coover55Mmm. Alright.22:49
Coover55I'll be right back a moment22:49
pycoderfhi all. i am setting up an ltsp server and i installed the mate desktop. for some reason my clients cannot login, however normal ssh works fine22:50
pycoderfanyone have ideas why22:50
Coover55Back.22:52
BeldarCoover55, Not an ideal use is all. Are you trying make a portable install?22:52
Coover55More or less. I have Windows 8.1 installed on my laptop at the moment, but I like Ubuntu more (from experience on the Live CD)22:53
Coover55I don't think I'll be using it on any other computer but I just want to have the install on my ext hard drive anyway22:54
pycoderfanyone had the issue with mate not logging in?22:55
Coover55I'm sort of new to Linux-based systems but nonetheless I know that installing to an ext hard drive IS possible, just apparently not easy22:55
Coover55And yes I have my install partition set to ext4 format22:56
BeldarCoover55, W8 is uefi and gpt, if it were possible I would use a flash drive with a full install. Again not ideal, ubuntu can be dualbooted.22:56
pycoderfok it seems the issue is any X desktop22:56
Coover55It could be dual-booted but it doesn't detect my W8 install22:56
k1lpycoderf: which ubuntu is that?22:56
Coover55And I changed boot type from UEFI22:56
Coover5512.0422:56
pycoderfk1l: 13.1022:56
Coover55What?22:57
pycoderfi am building an ltsp server and this worked 2 weeks ago. unsure what changed but i did a clean install and no x login22:57
=== pcdummy_ is now known as pcdummy
BeldarCoover55, Unless you have changed the partition tables(s) it is still gpt.22:57
Coover55I did22:57
Coover55Or rather my dad did. He works in this kinda stuff so I know he knows what he's doing22:57
BeldarCoover55, How?22:58
Coover55Not sure, but I know he did it22:58
k1lpycoderf: most devs from mate sit in the mint corner. so if its only not working with mate i would ask them for specific support of mate22:58
pycoderfi tried lxde and same result22:58
daneshello, I am trying to mount a hdd that was formatted as raid. I am not very experienced. Doing a fdisk -l shows the hdd on /dev/sdc and a partition on /dev/sdc1 with Id = 83. I need to mount the hdd and backup the data. How can I do it? I tried sudo mount /dev/sdc1 /mntpoint but I get this msg back: mount: unknown filesystem type 'linux_raid_member'22:58
alexxxa2222QA Hardware team? Please add this (my) specs to temporarily list on wiki here ( https://wiki.ubuntu.com/QATeam/Hardware) http://pastebin.com/nzHzs1Ri22:58
Coover55It's even listed as an ext4 format22:58
=== khisanth_ is now known as Khisanth
pycoderfk1l: thus i think its an ubuntu issue at this point since normal ssh works22:58
k1lpycoderf: what errors do you get?22:59
pycoderfk1l: in .xsess-errors i see xsession connected then all it says is open: Permission denied22:59
Coover55Beldar You still there?22:59
BeldarCoover55, You have windows imaged/cloned and a recovery disc?22:59
k1lpycoderf: who is owner of .XAuthority in /home?22:59
alexxxa2222I repeat: QA Hardware team? Please add this (my) specs to temporarily list on wiki here ( https://wiki.ubuntu.com/QATeam/Hardware) http://pastebin.com/nzHzs1Ri22:59
pycoderfk1l: my user23:00
BeldarCoover55, use my nick each time.23:00
danesanyone? please?23:00
pycoderfbut it only has 600 permissions for some reason23:00
Coover55Beldar, I don't think so. I have a Toshiba Satellite that came with Win8 preinstalled, so I don't have anything extra23:00
k1lpycoderf: 0600 user:user is fine23:00
Coover55Beldar, More precisely Win8.123:00
pycoderfok. i have been fighting this for days23:01
BeldarCoover55, Two important links, read please.  https://help.ubuntu.com/community/UEFI   http://ubuntuforums.org/showthread.php?t=214729523:02
BeldarCoover55, Best thing you can do is make that W8.1 /image/clone and the recovery disc as suggested in the UF thread.23:03
Beldaras a start23:04
Coover55Dude my BIOS is set up properly. SafeBoot is off it's not on UEFI boot mode etc. etc.23:05
Coover55And I don't see any point in making a recovery CD for W8 if I'm not going to effect it23:06
Coover55Sorry, Beldar. Those last two messages were at you I forgot to put your name there haha23:06
BeldarCoover55, cool, best if luck.23:06
Beldarof*23:06
Coover55Beldar, that's not really very helpful. You've told me everything I already know23:07
Caleb--is there any way to launch a specific terminal from command-line and make its window be always on top?23:07
pycoderfk1l: am i missing somethibng23:07
k1lpycoderf: sry, dont know23:08
pycoderfit is odd its any x1123:08
k1lpycoderf: maybe pastebin the .xsession-errors23:08
k1lor other error messages you ger23:08
pycoderfits a vm but i can screenshot23:08
k1l*get23:09
Coover55Beldar, are you still there or do you really not have more help for me?23:09
k1lif you can ssh use pastbinit23:09
jhutchinsCoover55: The people in here are just fellow users, often just waiting for their own questions to be answered.  We try to be helpful when we can, but this isn't a paid helpdesk.23:11
=== g_byers is now known as gbyers[Away]
pycoderfk1l: http://imgur.com/ht0mf8Z23:11
=== gbyers[Away] is now known as g_byers
jhutchinsCoover55: The best way to get help is to ask the question generally instead of insisting on help from a specific user.  It's possible nobody knows your particular problem.23:11
Coover55jhutchins, I know that, but you can't just tell someone "Yeah good luck" and then ignore them23:12
pycoderfk1l: see just like i said23:12
Coover55It's a bit rude23:12
bazhang!attitude | Coover5523:12
ubottuCoover55: The people here are volunteers, your attitude should reflect that. Answers are not always available. See http://wiki.ubuntu.com/IRC/Guidelines23:12
Coover55Attitude?23:13
Coover55I don't even have an attitude.23:13
bazhangCoover55, dont target users, ask every 15 mins or so23:13
jhutchinsCoover55: Sounds like you have a bad installer.  Have you verified the md5sum of the iso file and of the burned disc?23:13
Coover55I'm not using a disc to install. I put all the ISO info onto my external hard drive23:14
Coover55So I can do that without the need of a disc.23:14
bazhangiso info?23:14
Coover55ISO Downloaded directly from official Ubuntu site, bazhang23:14
bazhangdid you unpack the iso?23:15
Coover55Indeed. My dad changed some stuff around though because it wasn't working perfect so I'm not sure how it's arranged right now.23:15
k1lpycoderf: is something interessting in xorg log in /var/log?23:15
bazhanghow did you get the iso on the disk23:15
pycoderfk1l:  i dont have that log23:16
Coover55bazhang, When I did it I just extracted the files from the ISO straight to the hard drive.23:16
bazhangCoover55, that wont work23:16
Coover55Clicking "Try Ubuntu without installing" works perfect, despite some drivers23:16
Coover55Just graphics drivers issues23:16
k1lXorg.0.log pycoderf23:17
pycoderfno23:17
Coover55Actually now that I think about it I used a program to install the ISO properly to my External Drive23:18
Coover55Don't remember the name but it worked23:18
Coover55Just kinda upset cuz I've tried to install this around 10 times now and it hasn't worked any of those times23:20
Coover55Hm, this is new23:20
Coover55New line in the installation23:20
Coover55It says "(root) CMD (  cd / && run-parts --report .etc.cron.hourly)23:21
Coover55Without the quotation marks, my bad23:21
Coover55Actually there's a few lines I've missed wince I was here on this chat23:22
Coover55Should I assume it's just going EXTREMELY slow? It shouldn't be, it's USB 3.0 and it's never been slow in the past...23:22
pycoderfk1l: i do not have that log anywhere23:23
plazma_plazmax23:23
=== plazma_ is now known as Guest97831
Coover55Hm, actually I have another question for now23:24
pycoderfanyone else know why permission would be denied to x sessions?23:25
Coover55If I install Ubuntu to the external hard drive from a different computer than that I intend to use it on, should I still be able to use that install on the computer I DO intend to use it on?23:25
=== Guest97831 is now known as plazmax
Bashing-omCoover55: ->to a different computer, maybe yes - maybe not so yes. When installing, the kernel is compiled for what hardware is present. The other system may be drastically different.23:29
Coover55Hmmm23:30
Coover55Well I have 8GB of RAM on intended PC, and less powerful GPU23:30
capoderracan somebody help me tweak my fan on my sony vaio? I used to run Ubuntu on this laptop, but uninstalled it after it overheated a couple times. I want the fan to spin faster even if it means being loud.23:30
Coover554GB of RAM on THIS PC, and a more powerful GPU23:31
capoderraI'm running 12.04 on a live USB23:31
Coover55Bashing-om sorry, those msgs were intended for you23:31
Coover55Forgot to put your name23:31
Coover55And brb23:32
capoderrain /sys/devices/platform/sony-laptop/ there is a file that's called thermal_control23:32
capoderrainside the file it says "balanced"23:32
Bashing-omCoover55: What you run into is different cpu's, different hardwares, different drivers required, and of course checkings/altering UUIDs as needed.23:33
=== plazma__ is now known as plazmax
capoderrathere's another file called thermal_profiles and inside it has "balanced silent performance"23:34
wjlafranceBashing-on: doesn't ubuntu use a precompiled kernel?23:36
icloudi tried to create a cache folder for chrome in /tmp, i put the script in /etc/rc.local but the folder is never created on boot, can someone help?23:36
Coover55Back23:38
=== ryanakca_ is now known as ryanakca
Coover55Bashing-on: Is there a way to update / correct / whatever-you-want-to-call-it the kernel when I launch on my laptop?23:39
pycoderfanyone else have ideas why my clients cannot log in23:42
Aikarhow can i make apt-get ignore a dependency error and forget about it permanently? percona 5.6 forgot to specify the line that says it provides mysql-common like 5.5 had and now workbench is trying to install normal 5.5 stuff and remove percona. PErcona and workbench works fine... i need it to ignore the dependency issue23:46
Aikarand trying to downgrade to 5.5 percona totally didnt work either23:46
in_deep_thoughtwhat is the directory in which the home directory called? how can I copy files into it?23:46
pdo_fn14in_deep_thought: do you mean dir: /home/UserName, which UserNme can be changed depend your username on your ubuntu OS.23:49
Danhey all23:50
Dananyone can help me out here?23:51
in_deep_thoughtwhen I open a new terminal and it shows alex@alex-ThinkPad-T410, I want to know the name of that directory23:51
k1lin_deep_thought: "pwd"23:51
k1lin_deep_thought: and that folder is /home/user by default23:51
DanWhere do i put all my website files in ubuntu serv 12.0423:52
Dan?23:52
in_deep_thoughtso how can I copy files into it? I tried copying a file into /home/user but when I do that, then open a new terminal and enter ls, it doesn't show my copied file23:52
Coover55Can anybody else help me with my installation problems?23:53
Bashing-omCoover55: wjlafrance ; Now we are getting deep. magic does happen. Adjustments are made in the kernel between what is loaded into as a ram image, and what gets written back to the hard drive.23:53
in_deep_thoughtoh nvm I did it with sudo cp -r23:53
k1lin_deep_thought: you need to change user with your actual user name23:53
k1lin_deep_thought: and dont ever user sudo where no sudo is needed23:53
Coover55Bashing-on: So basically you're saying if I can install it successfully on another computer it would work on my laptop?23:54
Bashing-omin_deep_thought: try as : cp <file> /home/alex/<file> ... short hand ~/ == /home/alex . Hope this helps.23:58

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