/srv/irclogs.ubuntu.com/2015/04/10/#ubuntu.txt

KanovI have several versions of Python installed and get the following error; ImportError: No module named repository00:01
Kanovgi.repository is already installed00:01
brass_gaugeI know I'm asking a dumb question, but there isn't a way to re-write a CD-R?00:02
OerHeksbrass_gauge, no00:02
brass_gaugekk, just checking00:02
bekksbrass_gauge: CD-R vs. CD-RW00:02
brass_gaugeI'm aware.00:02
brass_gaugeJust asking a silly question.00:02
Jordan_Ubrass_gauge: If it hasn't been finilized then you can add another track, which can designate that new files should be added or existing files modified.00:03
Jordan_Ubrass_gauge: But most programs finalize CDs by default, and it's not a commonly used feature. It also means that if you "delete" an existing file you can't regain that space, because you're only adding additional bits physically to the CD, you can't change what's already been burned.00:04
=== andrex|off is now known as andrex
aiconnectHi, I need help with the Ubuntu Software Manager. When I try and open it, the screen appears, then dissapears. I am getting a notification of error  -> "Unknown Error: <class 'System Error' > (E:Opening /etc/aptsources.lost -ifstread::ifstream (13: permission denied)00:09
ronhdo I need to use hardware raid to be able to share raid-1 disks between windows and linux?00:09
aiconnectnevermind.........I messed up. I just realized that unless root, I had taken read permission off sources.list.......00:10
aiconnectFixed now :)00:10
MarikosHi guys, this is driving me crazy and google is of no help.  Short version, I'm not a fan of the unit policy and I want Nautilius to show me proper units (e.g. MiB, I can deal with the label) but I want my base-2 file sizes because it's not consistent between my terminal apps and my UI00:10
MarikosPlease tell me there's a setting somewhere?00:10
Marikos(pretty please?)00:10
grioronh, what's the question exactly? I'm actually rebuilding my workstation to boot Windows 8.1 and 14.04 with a RAID-5 configuration.00:10
ronhgrio I don't know if I should enable raid in bios or if I can just create software raid under windows and then be able to access it on linux. maybe important: this is just a data disk, both OSes will be installed on a separate disk00:12
grioronh, you misunderstand what RAID does. What are you trying to achieve *exactly*?00:13
ronhwhat makes you say that? I want to create raid-1 that can be accessed from both windows and linux.00:14
grioAre you trying to create a disk that is accessible to both Ubuntu and Windows? Is that what I'm understanding?00:14
ronhyes00:14
davevanlooronh, i created a raid drive on my motherboard by setting it to raid, linux now recognised it.., i also had done it inside windows.. and linux was not able to correctly detect nor mount it in any mode.., so i would suggest raid mode..00:15
grioronh, OK. All of that is independent of the OSs. When you can, you should ALWAYS avoid software RAID.00:15
ronhgrio why? i actually wanted to avoid hardware raid00:16
ronhbut i am not sure if it would work00:16
davevanlooi have a asus maximus VII ranger.., weirdly enough not sure if it has hardware-raid ( most likely not though.. as its an expensive option ) hardware raid makes all the raid processes be done on itself.. instead of via the cpu.. what all types of software raid do00:16
grioHence why I said I think you misunderstand why and how RAID works. A software RAID is incumbent on the OS working correctly. With a hardware RAID, it's transparent to both OSs.00:16
ronhgrio what if my motherboard dies and i buy a new one, with a different raid controller?00:16
bekksronh: The ONLY way to have RAID1 being accessible (not even talking about accessing the filesystems) is using a hardwae RAID.00:17
ronhi can't access my data00:17
grioronh, hence why an independent RAID controller is better, though your RAID configuration is on the harddrives, not the controller.00:17
OerHeksMarikos, known issue, i have no solution for mb <> mib00:17
grioYou should be able to hook them up to another controller, and if the previous controller stuck to RFC, it should "just work."00:18
=== andrex is now known as andrex|off
ronhand if not? I need to get exactly the same motherboard to access data?00:18
bekksronh: Yes.00:18
MarikosOerHeks: That's what I was afraid of, it seems like a) it's a battle long over and b) user configuration was sacrificed for the "greater good"00:18
grioBut I *never* use on-board RAID controllers. Always use an independent PCIe controller. Not necessarily, but most likely.00:18
bekksronh: Thats why you have a backup.00:18
grioExactly.00:19
MarikosOerHeks: IMO the debate was a non-starter, all storage units should be powers of 2 with SI prefixes, as it always has been00:19
OerHeksMarikos, this guy proposed a setting in dconf > https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/875224/comments/13 maybe you can reply on that ?00:19
ubottuLaunchpad bug 875224 in nautilus (Ubuntu) "nautilus shows the files with wrong calculated size" [Low,Invalid]00:19
OerHeksMarikos, i would have the option to show in bytes too.00:20
OerHeks* would like to have00:20
yoh4ns3n   /msg NickServ VERIFY REGISTER yoh4ns3n ebqyegckasty00:20
MarikosOerHeks: I'll do just that.  I think even if we use the "human" base-10 units as the default and have a hidden setting it would be fine.  KISS for the masses and those who know wht they want can tweak to their heart's content :)00:21
OerHeksyoh4ns3n, time to change password00:21
Johnny_LinuxD`oh!00:21
OerHekshttps://freenode.net/faq.shtml#changepass00:21
MarikosOerHeks: and raw bytes would not be unwelcome.  Personally despite its flaws, I like the way windows showed it, base-2 prefixed units and raw bytes00:21
grioronh, otherwise, you have to have a software RAID in both Windows and Ubuntu, they have to work exactly the same, and if one corrupts the other, your data is toast. An independent controller creates reliability and transparency. All that make sense?00:22
OerHeksMarikos, good point, let the user choose00:22
bekksgrio: The former is "unclear", since there is no such software solution - which just needed to be pointed out.00:22
kSudo89when using CHOWN why might I get a 'Operation not permitted" error while using SUDO CHOWN00:22
kSudo89same goes for sudo chmod00:22
bekkskSudo89: You are operating on a filesystem not supporting POSIX ACL.00:23
ronhgrio just googled a bit.. according to this (dated) post linux can access window's software raid. http://ubuntuforums.org/showthread.php?t=833653&p=5217561#post521756100:23
kSudo89but this is my /home/user/Videos folder. I don't understand what changed00:23
griobekks, ronh: I was leaving him to make that revelation for himself, but you are correct.00:23
OerHekskSudo89, chown without sudo is a security hole, even in you /home/00:24
kSudo89i used it with sudo00:24
grioronh, I don't even see how that would be remotely possible, considering you need Windows to be maintaining bit integrity at that time. Otherwise, the data becomes incongruent, and the next time Windows boots, it eats the data because it never managed its writing to the disk.00:24
ronhwell isn't that true for the independent controller as well? if it corrupts data you can no longer access it?00:24
bekksronh: If it orrupts your data, you still have your backup.00:25
kSudo89my command was "sudo chown -R root:root /home/user/Videos" you guys telling my a can't reverse that now?00:25
grioronh, yes, but the drives are transparent to the OS. The OS doesn't know what a RAID it; it simply sees it as a block device.00:25
ronhbekks and how is that a pro for hardware controller?00:25
bekksronh: No one said it is a pro for HW RAID.00:25
OerHekskSudo89, sudo chown -R $USER:$USER /home/user/Videos00:25
ronhbekks we were discussing hardware vs software controllers. and you just jumped in with "ya gotta backup" line the second time00:25
bekksronh: The ultimate PRO for a HW RAID is that it is supported by all operating systems with drivers available for it.00:26
=== erwin is now known as PHPLearner
kSudo89sudo chown -R $USER:$USER /home/user/Videos does not work00:26
bekksronh: And I dropped i a lot earlier.00:27
bekks*in00:27
OerHekskSudo89, /home/user/Videos  is correct? is your user named user? else use sudo chown -R root:root /home/$USER/Videos00:27
ronhand what if 5 years down the line the controller dies? and you can't buy the same controller any more, except (maybe) on used market?00:27
grioronh, if you implement a software raid, I will guarantee you will lose data.00:27
=== CyberJacob is now known as zz_CyberJacob
ronhgrio if i share data between the OSes, you mean? what if linux just reads data?00:28
kSudo89sudo chown -R user:user /home/user/Videos well change all files to me but will not change /home/user/Videos and any subdirectories back to me. They all retain root00:28
bekksronh: The ONLY chance of NOT losing data is having a valid backup. No RAID solution can be considered "safe" under ALL circumstances.00:28
grioYou're not hearing me. The controller is just that; it controls. The RAID configuration is all stored on the hard drives. If you buy a controller today, in 5 years, you should be able to buy a new controller and swap it out, and have it be transparent to the drives.00:28
ronhgrio then why doesn't that work with onboard controllers?00:29
grioronh, what bekks said; nothing beats a backup. The controller is no guarantee your data survives in a RAID.00:29
bekksronh: Because onboard RAID controllers are fakeraid controllers, which work only because the driver in a specific OS (Windows) operates them.00:29
kSudo89/home/user/Videos and /home/user/Videos/1 all retain root while /home/user/Videos/video1.mov change00:29
grioronh, it SHOULD work. But those onboard controllers seem to be non-standard, unless it's Intel or Adaptec.00:30
griogrio, and bekks detailed the coup de gras. Driver-controlled bit management = BAD. You want an independent controller with a fair amount of cache (RAM), and a battery.00:31
kSudo89 sudo chown root:root /home/$USER/Videos00:32
kSudo89chown: changing ownership of ‘/home/master/Videos’: Operation not permitted00:32
=== megabitdragon is now known as megabit|away
ronh"This motherboard adopts Intel southbridge chipset that integrates RAID controller supporting Raid0/Raid1/Intel Rapid Storage/Raid 10/ Raid 5"00:33
kSudo89I give up thanks anyways00:33
ronhso how safe is to use this hardware controller?00:33
bekksronh: Which controller is it in particular?00:33
bekksronh: FIRST, we need to find out wether it is a HW RAID controller at all :)00:33
grioronh, then don't let me stop you. bekks probably ICH7-9 Raid Matrix. Decent HW controller. It's what the mobos I use at work use for RAID1.00:34
ronhno clue, the page I"m reading doesn't say and I can't find it onl google... Z97 chipset, ASRock Extreme3 motherboard00:35
bekksThe Intel Rapid Storage controllers are fakeraid controllers.00:35
bekksAt least all of them I've seen.00:35
ronhwhich means?00:35
bekksYou dont have a HW RAID controller.00:35
griobekks, Negativo, good sir. They're all standard, or at least in my experience.00:35
ronhother motherboards can't read its raid arrays?00:36
bekksgrio: I'm open to learn :)00:36
grioEvery one of my customers who opted for RAID1 data protection use those on the embedded motherboards we sell. Never had a single data corruption in the 5 years I've been selling/servicing them.00:36
bekksI cant find any reference for Intel Rapid Storage not being fakeraid.00:37
bekksSome of you can, maybe?00:37
* grio has a Rapid Storage server sitting to his left doing almost exactly what ronh wants to do. 00:38
ronhif I do raid-1 now can I switch to raid-5 once I buy more disks?00:39
ronhwithout copying data back and forth00:40
grioronh, I wouldn't be concerned about using the Rapid Storage controller, personally. It's not best practices, but it's still a decent controller in *my* experience.00:40
ronhokay.. sounds better than software controllers anyway00:40
davevanlooits exually funny how much trouble im having in finding out weither I have hardware-raid.. it kinda looks like i have.. especially as in how easy both windows and linux recognised the drive ( even without drivers )00:40
ronhwhat about rebuilding raid-1 as raid-5 once more drivers are added?00:41
ronhdisks*00:41
bekksdavevanloo: Without drivers, neither Windows nor Linux woudl detect anything. The drivers are shipped with the default installation most likely.00:41
grioI've never used Rapid Storage drives for RAID5, so I can't attest to the quality.00:41
davevanloobekks: that is true.., but doesnt hardware-raid present the raid-x drive as a single drive to the OS?00:42
=== andrex|off is now known as andrex
grioronh bekks: this is the motherboard in the embedded systems my company sells. http://www.portwell.com/products/detail.php?CUSTCHAR1=RUBY-9719VG2AR00:42
bekksdavevanloo: Yes. But the OS still needs a driver to recognize that device.00:42
=== coxzist is now known as coXZist
grioThose controllers are supported out of the box from Windows 7 on, and Ubuntu 14.04 for sure works with them.00:43
davevanloobekks: jups :)00:45
grioafk for a moment; putting my rugrats to bed.00:45
davevanloomy maximus ranger VII when set to raid show a splash during bios boot to configure my raid array.. looks a lot like hardware raid.., but could still just be software.. dangit.. :P00:47
=== megabit|away is now known as megabitdragon
=== DarkDevil is now known as darkdevil
cuddylierAnyone kinow what a normal IOPs usage level is?01:10
cuddylierknow*01:10
cuddylierI currently have 346 peak on raid 10 HDD01:10
cuddylierAnd %wa is very high peaking at 4001:10
=== Techi is now known as Arrick
grioback, though it looks like the RAID conversation died.01:11
cuddyliergrio: Do you know much about iops and HW raid 10?01:12
=== matrix is now known as Guest1234
ubuser------01:14
ubuserhi01:14
griocuddylier, admittedly, not a lot. What are you trying to achieve?01:14
davevanloogreetings ubuser, do you have a question?01:14
cuddyliergrio: I'm trying to diagnose very high %wa on a raid 10 12 x 4TB HDD setup01:14
ubuserdavevanloo: no (sorry), the system is running fine01:14
cuddylierThat runs KVM VPS's01:14
cuddylierI'm looking at the iops right now but don't really know what to judge as 'high'01:15
griocuddylier, admittedly, probably higher than my paygrade.01:15
davevanlooubuser: no need to apologize hehe, i just thought you were a little shy somehow lol01:15
ubuser:>01:15
davevanloo:P01:16
ronhgot it working after some trouble (installed OS on ahci then changed to RAID).. I now have two raid-1 disks showing as a single disk. now, what windows file system should I use for maximum linux compatibility?  NTFS or exFAT01:16
grioRAID 10: because you just can't have enough disks to do the job.01:16
davevanlooraid-o because more IS better! :P01:16
griocuddylier, RAID 10 always gives me issues with a high I/O.01:17
cuddylierThis is hardware raid 10 too, it's driving my crazy hmm01:17
ronhlinux partitions aren't an option unfortunately.. this is mainly a windows machine, I will be the only one using linux01:17
davevanlooits a shame isnt it ronh? :)01:18
griocuddylier, what does the great Google-machine tell you?01:18
ronhyeah... so NTFS or exFAT? :)01:18
tewardronh: NTFS/fat/exFAT and Linux permissions don't play nice together.01:18
grioronh, what's going to be on the drive?01:19
ronhteward shame01:19
=== nessessary129 is now known as Guest89102
tewardronh: that's going to be a major factor though.  what's going to be on the drive, and is this going to be used with an actual Windows system as well, or no?01:19
davevanlooooh yes.. i regularly have problems with that to.. but there are work workarounds. so it gets easier.. :)01:19
ronhgrio data. movies, photos, etc. I will install linux on a separate disk and it will have a linux file system01:19
tewardronh: any of the movies over 4GB in size?01:19
grioexFat is your best bet.01:19
ronhtweard yes01:20
tewardgrio: what's max filesize in exfat01:20
tewardgrio: also, not all windows systems behave with exfat yet01:20
=== sUbMuNdO is now known as Guest1130
grioteward, 32EB, I thought?01:21
ronhif the answer was no, exFAT would be recommended? linux supports it better than NTFS, even though NTFS is a lot older?01:21
grioteward, I was close. 16EB.01:21
grioronh, what?01:21
grioronh, if the answer was no, FAT32 would be the suggestion.01:22
ronhgrio does linux support exFAT better? since you recommended it over ntfs01:22
ronhoh I see01:22
grioronh, NTFS has had a long and contentious support relationship.01:22
tewardronh: exfat unless you have older windows.01:22
teward(before winxp for example)01:22
tewards/winxp/winvista/01:23
ronhi have windows 8.101:23
grioronh, I couldn't exactly tell you why. If he has < WinXP, I'd tell him to GTFO anyway.01:23
ronhand don't care about older windows accessing the data.. only linux01:23
grioexFAT FTW KTHKBYE01:23
tewardronh: then exfat.  but note that 8.1 and linux don't like each other either01:23
Jordan_Uronh: grio: NTFS support is included out of the box, and is reliable. EXfat support is not included by default.01:24
ronhhah ok.. I fully expected the answer to be NTFS and was just waiting for confirmation.. good thing i asked01:24
tewardso there may be problems if you 'fastboot' 8.1 (make sure to really shut that stuff down xD)01:24
grioteward, negative nelly. It'll be fine. He just has to follow the instructions.01:24
tewardgrio: *points at his own 8.1 installation on a dualboot breaking the data partition routinely*01:24
ronhJordan_U is it more reliable than exfat support?01:24
grioJordan_U, I was thinking I'd had good luck with NTFS, but I didn't want to speak out of turn. Which ironically I did.01:25
dodobrainhi all..01:25
YvesLevierHi dodobrain01:25
grioteward, sounds like a 'you' problem. =P01:25
dodobrainwill installing postgresql-9.3 migrate the databases currently put into postgresql-9.1 ?01:25
griododobrain, /j #postgres01:25
Jordan_Uronh: I'm not familiar with how reliable EXfat support is, but it would be difficult for it to be more reliable than ntfs at this point.01:25
dodobraini did a quick check on apt-cache show postgresql-9.3 and it doesn;t say it conflicts with postgresql-9.101:26
tewardgrio: sounds like windows.  but meh01:26
YvesLevierSom1 in Ubuntu-fr wants to know how to get well prepared his Linux certification.  You know what it can mean plz?01:26
dodobraingrio, no. this is an ubuntu question. not a postgres question01:26
tewardgrio: but meh, i prefer a nice linux environmnet01:26
grioteward, I'm a recent re-convert. Primary desktop for work and home for 6 months, but still boot to 7/8.1 for app support and gaming. Don't have this breaking you speak of.01:27
tewardgrio: *shrugs*  it's ultimately irrelevant and offtopic here so meh01:27
grioteward, Love my 14.04 install. Upgrade to 14.10 on my work machine. That was a meh-stake. More trouble than the tweaks were worth.01:28
[n0mad]all that breaks is if you have fastboot enabled you can't directly access the windows partition because it's basically hibernated01:28
[n0mad]if you restart, if you shut down windows with fastboot enabled you never would notice01:28
ronhgrio,teward why exfat over ntfs?01:29
grioI know NTFS support has been solid in my experience, but exFAT doesn't have permissions to play with. If it's just media, permissions aren't a concern. But Jordan_U is right; exfat support isnt native, and needs to be installed with apt-get.01:31
grioI also come from the Linux 1.x/2.x era, when NTFS support was still just experimental.01:31
=== davevanloo is now known as davevanloo-bed
Robertholá01:46
=== tj_ is now known as Guest94199
RoberthOlá01:46
Roberthhi01:46
Roberthboa noite01:46
ubuserhi01:50
ubuserhas anyone install ubuntu with full disk encryption and windows on the same disk01:51
ubuserHas anyone installed Ubuntu with full disk encryption and Windows on the same disk?01:51
OerHeksubuser, ubuntu+ full disk encryption is possible, windows + full disk encryption and ubuntu side-by-side not.01:52
OerHeksI wouldn't use full disk encryption, too many issues when somethin goes wrong, recovery can be a pain01:52
ubuserbut windows + ubuntu with encrypted home partition is01:53
ubuserpossible.01:53
OerHekssure, no problem01:53
ianorlinthere are some things with if you want ssh and encrypted home however01:53
OerHeksianorlin, correct, If you have an encrypted home directory, SSH cannot access your authorized_keys file because it is inside your encrypted home directory01:55
OerHekshttps://help.ubuntu.com/community/SSH/OpenSSH/Keys#Troubleshooting01:55
Guest94199aight I messed up. I did a usermod -G <groupname> <user> and whiped out my normal groups.01:55
Guest94199can I reboot with "single" and get in as root to fix?01:55
RepThis1hey guys, i have a issue where when i try to go into fullscreen mode on youtube it just shows the same size video but with enormous sized black borders. Any idea on what this? running on KDE01:56
RepThis1on a fresh install i had the problem, then the next day it was normal and now its back to this black border madness.01:57
Guest94199cause I cant auth for sudo or anything now01:57
Guest94199can someone at least tell what is the standard set of secondary groups are please?01:58
=== megabitdragon is now known as megabit|away
_X_C_V_B_how do I update the linux kernal02:09
w00tburgercan someone assist me with a .bashrc question?02:11
=== andrex|off is now known as andrex
[n0mad]_X_C_V_B_, tried this? https://www.linux.com/community/blogs/133-general-linux/803937-installupgrade-linux-kernel-to-3183-stable-in-ubuntulinux-mintpeppermint02:12
w00tburgerI am running into issue with my bash prompt. I have colored it, but when I type to a new line it overwrites my first line02:14
shrikumarterminal opening and closing immediately02:15
w00tburgersomeone? anyone? I am desperate so I can go about my business02:19
w00tburgeror lack there of at this point02:19
dodobrainw00tburger, what do you mean? i didn;t understand your earlier statement about overwriting02:20
dodobrainperhaps screenshot or video would be more easily understood02:20
dancularis there an easy way to execute some cli commands in x seconds up to a year later?02:23
w00tburgerwhen I type a line out in a shell, when it gets to the end of the line, instead of breaking the text to a new line it will begin overlapping the text I am currently writting02:23
cfhowlettdancular, sounds like a cron command ... a LONG cron command02:24
danculark i'll google it thanks02:24
shrikumarterminal opening and closing immediately02:24
dancularis long cron different command or is long just a flag or something02:24
[n0mad]i think cfhowlett just means a year is a long way out02:25
dancularright02:25
dancularthat was just hypothetical the server will restart before a year is up02:25
[n0mad]do you mean you want it to do something every x number of seconds for the next year? or you don't want it to do something till next year?02:26
Sramelyor3301Hey guys can you help me. Why isn't libreoffice able to detect any of my grammatical and spelling errors??02:29
Sramelyor3301I installed the extension for american and british english yet it isn't able to detect any errors. Please help02:30
[n0mad]Sramelyor3301, what if you hit F7?02:31
dodobrainw00tburger, what did you set PS1 to?02:31
Sramelyor3301jam02:31
Sramelyor3301I did that already02:31
Sramelyor3301isn't detecting anything02:31
dodobrainw00tburger, might i suggest you ask in #bash? they *will* tell you the definitive answer02:32
Sramelyor3301I made conscious mistakes here and there and I know there are mistakes yet it isn't detecting02:32
Sramelyor3301Where am I possibly going wrong?02:32
cfhowlettSramelyor3301, you should ask the libreoffice channel for LO suppot.02:33
Sramelyor3301Which channel would that be?02:33
Sramelyor3301#libreoffice?02:33
cfhowlettSramelyor3301, see your libreoffice "help" menu?  look there02:33
Sramelyor3301oh thanks :)02:34
weggrafaeqfqrfqAnyone have any issues with using ubuntu on a macbook retina? Does the trackpad work as well as with osx?02:34
Sramelyor3301hey guys quick summary what is sudo apt-get autoremove?? WHy does it keep telling me that certain programs can be autoremoved??02:52
oriongrr02:55
orionDoes anyone know why when I run "DIST=utopic ARCH=amd64 git-pbuilder create" I get this error?: Package cowdancer is not available, but is referred to by another package.02:55
Sramelyor3301I tried installing open office02:59
Sramelyor3301I am not able to completely remove libre office03:00
Sramelyor3301please help03:00
keith_squarefree_keith03:00
Sramelyor3301and while installing open office it shows this - Unknown media type in type 'all/all'03:00
Sramelyor3301Unknown media type in type 'all/allfiles'03:00
Sramelyor3301Unknown media type in type 'uri/mms'03:00
Sramelyor3301Unknown media type in type 'uri/mmst'03:00
Sramelyor3301Unknown media type in type 'uri/mmsu'03:00
Sramelyor3301Unknown media type in type 'uri/pnm'03:00
=== sleepypc is now known as `hypermist`
=== Osiris79 is now known as Osirez
hgri89hello03:06
f__hi03:07
Jonno_FTWhi03:07
f__where are you ?03:07
hgri89is this the right place to try and see if someone would be able to help me with disabling the NVIDIA card and just using the Intel Card on a Macbook Pro 9,103:08
f__so sorry03:09
hgri89I have tried to scour the forums but the instuctions are for older versions of UBUNTU/Debian and dont seem to work with newer versions03:09
javnutI have an empty flash drive, how can I check if my computer can run 64 bit ubuntu?03:11
OerHeksjavnut, check on ubuntu ?03:12
OerHekslscpu can tell your arch03:12
javnutArchitecture:          i68603:13
OerHeks = 32 bit03:13
javnutCPU op-mode(s):        32-bit, 64-bit03:14
javnutso are you sure?03:15
OerHeksjavnut, yes03:15
javnutok, thanks03:17
=== gerald is now known as Guest95415
pipeepDoes anyone know how to use 2fa with luks? There doesn't seem to be an option for it.03:24
esplonkyCan I install Ubuntu GNOME 14.10 on a Macbook Pro with core 2 duo? It's a 64-bit processor but has a 32-bit UEFI04:01
OerHeksesplonky, sure, but i think there is no such thing, 32 bit uefi. see the mactel pages04:03
OerHeks!mac04:03
ubottuFor help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages04:03
esplonkyoh ok. Which ISO should I use? x86_64 or i386?04:04
Ben646404:04
OerHeksi386 is 32 bit.04:04
esplonkyok04:05
esplonkythere's no page for my mac on the mactel pages :P04:05
esplonkymine's a Macbook Pro 2,204:05
OerHeksbtw uefi won't work with 32 bit, although i read somewhere it can be done..04:05
CatsandcatsWent to upgrade from 12.04 to 14.04 and walked away for a minute,now stuck on a blank lock screen ,won't let me log in04:05
esplonkyI've only seen success in installing linux on mac with Ubuntu and other DEB based Distros04:06
unknownsquadfor what distro04:06
TheC4melI must have a corrupt font file. My font gets jumbled up, after I stay logged in for 3+ hours, the font gets worse and worse.04:08
TheC4melMaybe I should run a memcheck?04:08
OerHeksTheC4mel, sure, memtest86 isn't a bad idea to check04:09
TheC4melI know that sounds weird, but the font actually gets more and more jumbled, out of place, with missing characters, etc, if I stay logged in for a long time04:10
OerHeksTheC4mel, maybe your GPU fan is full of dust, that could explain this behaviour too.04:11
unknownsquad-help04:11
unknownsquad!help04:11
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 !patience04:11
TheC4mel!help04:12
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 !patience04:12
coXZist!help04:12
OerHeksplease don't ... you know what ubottu replies04:13
=== unknownsquad is now known as lizardsquad
coXZistdidnt work ..lol..was just checking04:13
OerHeksIt has a timer, for flooding04:13
=== lizardsquad is now known as unknownsquad
coXZistoohhh04:13
TheC4melOerHeks, I have a laptop and it's only a few months old.04:13
TheC4melSo Idk about the gpu04:14
unknownsquadsyn 24.10.51.209 53 400004:14
coXZistTheC4mel: you dont have to know about the gpu...maybe ur laptop is just overheating..is it just the font or the display in general04:17
=== sjm is now known as Mc_Kraken
lotuspsychjegood morning to all04:24
OerHekshi lotuspsychje04:26
lotuspsychjeOerHeks: hello mate04:26
* trol today found that deb = opensource, rpm = closedsource .04:30
=== heisenberg is now known as Guest7301
=== screedoz is now known as screedo
=== nils__________ is now known as nils_
=== havingFun is now known as xrosnight
Harishello all05:16
lotuspsychjeHaris: welcome05:17
Harishow is everyone today05:17
Harisin the aptitude upgrade process, in the list of packages to be removed, what does it mean when it has {a} or {u} with them05:17
Hariscommon sense says {u} perhaps means upgrade05:17
Hariswhat does {a} mean05:17
z8zadd?05:17
z8zi don't remember as i don't use interface05:18
z8zjust type05:18
z8zsudo apt-get update05:18
z8zsudo apt-get dist-upgrade05:18
z8zso you'll see everything much clearer05:19
z8zin your terminal05:19
sgo11hi, this is weird. latest ubuntu 14.04.1, GParted hangs on "Searching /dev/sda partitions". My /dev/sda is a ssd drive which only has one /dev/sda1 ext4 partition. any ideas? thanks.05:21
ianorlinsgo11: does lsblk list the partitions?05:22
sgo11ianorlin, yeah, just run that command without sudo. it outputs fine.05:23
lotuspsychjesgo11: did you change IDE to AHCI in bios?05:26
sgo11lotuspsychje, yeah. it's AHCI.05:26
lotuspsychjesgo11: what ssd brand?05:26
sgo11lotuspsychje, samsung.05:26
lotuspsychjesgo11: evo 840?05:27
sgo11lotuspsychje, ata1.00: ATA-9: Samsung SSD 850 EVO 120GB, EMT01B6Q, max UDMA/13305:27
lotuspsychjeok nice05:27
lotuspsychjesgo11: so sudo gparted hangs on you?05:28
sgo11lotuspsychje, yeah, the GUI window shows "Searching /dev/sda partitions" forever. maybe not forever. more than 3 minutes. I don't want to wait and just killed it.05:28
lotuspsychjesgo11: maybe do a tail -f /var/log/dmesg and tail -f /var/log/syslog while you running gparted, for errors05:29
sgo11lotuspsychje, I will try it.05:29
sgo11lotuspsychje, no error so far.05:30
lotuspsychjesgo11: this was a standard install or encrypted?05:31
sgo11lotuspsychje, standard install. no encryption05:31
lotuspsychjeok05:31
sgo11still no error output05:31
lotuspsychjesgo11: maybe also try a SMART test from disktools05:31
sgo11lotuspsychje, how to try that? should I kill gparted now?05:32
lotuspsychjesgo11: no leave it open, maybe for errors05:32
sgo11lotuspsychje, ok, just afraid it will damage my ssd drive. leave it open then. how to try SMART test?05:33
lotuspsychjesgo11: in your start button/ search the disk icon05:33
sgo11lotuspsychje, do you know the commands? I am running lxde.05:33
lotuspsychjesgo11: oh your on lubuntu?05:33
sgo11lotuspsychje, yeah. any difference? the core should be the same. :)05:34
sgo11lotuspsychje, the gparted loaded...05:34
sgo11lotuspsychje, 5 minutes.05:34
lotuspsychjethats odd indeed05:35
sgo11lotuspsychje, does this log help? kernel: [ 2151.744305] perf interrupt took too long (2520 > 2500), lowering kernel.perf_event_max_sample_rate to 5000005:35
sgo11lotuspsychje, probably not. that happens before I run gparted.05:36
lotuspsychjesgo11: wich lubuntu version are you on?05:37
sgo11lotuspsychje, the latest one with sudo apt-get dist-upgrade to the latest.05:37
lotuspsychjesgo11: you upgraded from wich to wich?05:37
sgo11lotuspsychje, what is the latest one? 14.04.1 or 14.04.2 ? can't remember. maybe 14.04.105:38
lotuspsychjesgo11: did you upgrade from 12.04?05:38
sgo11the LTS version05:38
lotuspsychjesgo11: yeah latest is 14.04.205:38
sgo11lotuspsychje, no. fresh install. I said I just did dist-upgrade.05:39
lotuspsychjehmm05:39
lotuspsychjenot sure what could cause this freeze05:39
sgo11lotuspsychje, it just takes 5 minutes to load. weird.05:40
lotuspsychjesgo11: if you can find that disk utility for a smart test?05:40
lotuspsychjesgo11: look in your programs, its a disk hd icon05:40
sgo11lotuspsychje, is that "gnome-disks" command?05:41
lotuspsychje!info gnome-disks05:42
ubottuPackage gnome-disks does not exist in utopic05:42
ianorlinsgo11: yes and that is on lubuntu05:42
ianorlin!info gnome-disk-utils05:42
ubottuPackage gnome-disk-utils does not exist in utopic05:42
lotuspsychje!info gnome-disk05:42
ubottuPackage gnome-disk does not exist in utopic05:42
lotuspsychje:p05:42
ianorlin!info gnome-disk-utility05:43
ubottugnome-disk-utility (source: gnome-disk-utility): manage and configure disk drives and media. In component main, is optional. Version 3.10.0-1ubuntu3 (utopic), package size 207 kB, installed size 1204 kB05:43
lotuspsychjeianorlin: tnx05:43
lotuspsychjesgo11: you can do a few tests with that05:43
sgo11lotuspsychje, just start "self-test" short.05:44
lotuspsychjesgo11: sure smart test05:44
sgo11lotuspsychje, completed. Assessments are all OK.05:45
lotuspsychjesgo11: and you dont have any hidden partitions on that ssd? got windows on there once?05:45
sgo11I don't think my disk has any problems. the problem should be gparted.05:46
sgo11lotuspsychje, ssd is very clean. new ssd bought some days ago. only one /dev/sda1 ext4 partition. I even didn't create swap.05:46
lotuspsychjesgo11: i never seen a hang on gparted before.. weird05:46
sgo11lotuspsychje, I never seen it either. does weird. :)05:47
lotuspsychjesgo11: can you pastebin fdisk -l05:48
sgo11lotuspsychje, http://hastebin.com/wakokeheku.rib05:48
lotuspsychjepretty clean05:49
sgo11yeah, it's a very clean brand new ssd. very fast.05:50
lotuspsychjesgo11: you have a floppy in pc?05:51
sgo11lotuspsychje, no floppy.05:51
sgo11lotuspsychje, by the way, I did access smb:// before after the boot. not sure if that matters or not.05:52
lotuspsychjesgo11: is this evo 850 or 850 pro?05:53
sgo11lotuspsychje, I can reboot and try gparted again. should I reboot now and try again? evo05:53
lotuspsychjesgo11: 850 series doesnt have firmware update neither so..05:54
=== ubik is now known as Guest35127
lotuspsychjesgo11: i would try a 14.04.2 ubuntu desktop liveusb maybe, and try gparted from there05:54
lotuspsychjesgo11: maybe its a weird lubuntu bug on gparted?05:55
lotuspsychje!info gparted trusty05:55
ubottugparted (source: gparted): GNOME partition editor. In component main, is optional. Version 0.18.0-1 (trusty), package size 527 kB, installed size 1880 kB05:55
sgo11lotuspsychje, not sure. the core should be the same. anyway, I will try it later. gotta have my lunch first. :) thank you very much for your help.05:56
lotuspsychjesgo11: ok good luck05:56
sgo11lotuspsychje, thanks. ^_^05:56
goddard_anyone home?05:59
lotuspsychjegoddard_: 1700 users are06:00
goddard_i need help with a sound problem06:00
lotuspsychje!sound | goddard_06:00
ubottugoddard_: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings.  If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files,  see !players and !mp3.06:00
goddard_im in ksw06:00
goddard_kde plasma06:00
lotuspsychjek1l: morning06:00
cluelesspersonI'm havnig a serious issue with my server, I just can't connect to it for some reason.06:01
goddard_and i only dont have sound in my browser06:01
cluelesspersonI mean, I have SSH, but nothing else, MYSQL, teamspeak06:01
cluelesspersonall services down for some reason.06:01
KanovI uninstalled Python 3.2 manually and apparently, this was the worst decision ever taken. APT is broken now, the following errors are received; http://paste.ubuntu.com/10789030/06:02
lotuspsychjegoddard_: maybe the #plasma guys might know?06:02
KanovI can't seem to install back Python 3.2, as I keep getting that error.06:02
KanovHow can I fix this?06:02
lotuspsychje!aptlock | Kanov maybe with this06:03
ubottuKanov maybe with this: If an APT front-end crashed and your database is locked, try this in a !terminal: « sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a »06:03
lotuspsychje!info python06:03
ubottupython (source: python-defaults): interactive high-level object-oriented language (default version). In component main, is optional. Version 2.7.8-1 (utopic), package size 134 kB, installed size 680 kB06:04
Kanovlotuspsychje; i receive that same error if I try that command06:04
OerHeksKanov, first you install python 3.4, now trouble with python 3,2 ??06:04
cfhowlettKanov, what was your installation method06:04
OerHekspip i guess06:04
KanovOerHeks; yes. I manually removed 3.4 and 3.2 to see that fixed the problem, but unfortunately...that just made it worse06:04
Kanovif I try to reinstall python 3.2, i get this; http://paste.ubuntu.com/10789059/06:05
Kanovcfhowlett; 3.2 was installed through apt-get06:05
cfhowlettKanov, so apt-get purge python should kill it06:05
Kanovcfhowlett; i removed 3.2 by deleting all it's binaries and the default directory where it was installed06:05
cfhowlettKanov, !06:05
OerHeksKanov, backup your data and reinstall06:06
Kanovcfhowlett; that gives me this, http://paste.ubuntu.com/10789069/06:06
lotuspsychjecfhowlett: look what me and OerHeks found this morning :p https://insights.ubuntu.com/2015/04/09/designed-for-developers-dell-launches-two-new-ubuntu-based-systems/06:07
cfhowlettKanov, I agree with OerHeks.  reinstall06:07
cfhowlettlotuspsychje, I know.  I haz 1.06:07
cfhowlett:06:07
Kanovcfhowlett; why, can this not be fixed?06:07
lotuspsychjecfhowlett: this are new ones right06:07
cfhowlettkanov, you uso a completely non-standard method06:08
Kanovcfhowlett; there has to be a way06:08
OerHeksKanov, python 3 is part of the system, you messed it up with 3.4 and now 3,2 ..06:08
cfhowlettKanov, mixed, matched, and non-standard methods tend to break things ...06:09
OerHeksIf you only would have removed 3.4 with pip, you would be oke06:09
cfhowlettlotuspsychje, yes these are the 2015 product line refreshements06:09
marco__hi all06:17
lotuspsychjemarco__: welcome, how can we help you?06:17
cfhowlett!hello | marco__06:17
dancularhi06:19
=== jan is now known as Guest76681
Guest76681hello, i can not empty my trash, can anybody help me ?06:19
lotuspsychje!info bleachbit | Guest7668106:19
ubottuGuest76681: bleachbit (source: bleachbit): delete unnecessary files from the system. In component universe, is optional. Version 1.2-1 (utopic), package size 249 kB, installed size 1930 kB06:19
Kanovcfhowlett; i solved the problem!06:20
Kanovcfhowlett; everything is fine as dandy now06:20
lotuspsychje!yay | Kanov06:20
ubottuKanov: Glad you made it! :-)06:20
cfhowlettKanov, nice!   how, if I may ask??06:20
mexsonhello06:20
Kanovcfhowlett; http://stackoverflow.com/questions/9446863/repair-damaged-python3-2-installation-ubuntu06:20
mexsonhow to use c++ programming in backbox06:21
cfhowlettKanov, nicely done.06:21
mexsonplease help06:21
cfhowlettmexson,  ask backbox.  this is ubuntu.06:21
cfhowlett!backbox | mexson06:21
ubottumexson: Backbox Linux is not a supported derivative of Ubuntu and is thus not supported in #ubuntu. Please use #backbox on irc.autistici.org or https://forum.backbox.org/ for help with it.06:21
=== AlphaTech is now known as zz_AlphaTech
cfhowlettKanov, *gentle advisor mode* in future, try to avoid "deleting" by removing folders with binaries.  generally, the installation method also provides the removal method, e.g. apt-get purge FOO06:23
Kanovcfhowlett; i may forget my name, but not that advice06:23
Kanovthanks! :-)06:24
cfhowlettKanov, lol.  alright then.  happy2help!06:24
mexsonthank u guys06:24
=== zz_AlphaTech is now known as AlphaTech
azizLIGHTwhy do i keep getting asked for my password again and again? Authentication is required to update SMART data from WDC blablabla (/dev/sdc) An application is attempting to perform an action that requires privileges. Authentication is required to perform this action.06:36
azizLIGHTit wont stop asking me no matter how many times i enter the password06:37
azizLIGHTthe password is correct06:37
azizLIGHTeven if i press cancel it keeps asking me06:38
azizLIGHTeven if i authenticate, it stil asks me06:38
azizLIGHTwhat the hell06:39
DazPettyI want to have a mac style doc, can anyone make a recommendation between docky aws cairo etc06:39
=== zz_CyberJacob is now known as CyberJacob
BlueBerry16I have question07:03
BlueBerry16anybody there?07:03
somsip!ask | BlueBerry1607:03
ubottuBlueBerry16: 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 !patience07:03
BlueBerry16OK07:03
BlueBerry16what better Ubuntu or Windows 10?07:04
FabbyUbuntu!07:04
cfhowlettBlueBerry16, seriously, dude?07:05
Fabby(and I've got both...)07:05
Fabby(or used to untile a month ago)07:05
BlueBer63sorry dc07:05
=== AlphaTech is now known as zz_AlphaTech
BlueBer63which one is better windows 10 or Ubuntu?  plus can you list of pros and cons of both?07:05
somsipBlueBer63: this is a support channel so the question is not appropriate here07:05
cfhowlettBlueBer63, ask in #ubuntu-offtopic or research elsewhere07:05
BlueBer63but can't you just simply tell me?07:06
BlueBer63I need os07:06
BlueBer63because my computer is without any atm07:06
PCatineanHow does one make his synclient settings be active on reboot?07:07
BlueBer63and I don't know which one should I install07:07
cfhowlettBlueBer63, your computer, your choice.07:07
somsipPCatinean: two recent solutions worth looking at http://askubuntu.com/questions/290009/how-do-i-make-my-synclient-settings-stick-ubuntu-13-0407:07
BlueBer63my computer is intell inside07:07
cfhowlettBlueBer63, ?  so download ubuntu and install and make up your own mind.07:08
BlueBer63intell inside 0.75 Ghz single core plus 250 ram07:08
BlueBer63how do I install Ubuntu?07:08
cfhowlett!install | BlueBer6307:08
ubottuBlueBer63: Ubuntu 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 !automate07:08
PCatineanno clear solution on that somsip07:09
somsipPCatinean: did you try either of them? Have you tried anything else?07:09
BlueBer63how much does it cost?07:09
brollypop0$07:10
cfhowlettBlueBer63, please read the links.  they clearly state that ubuntu is free.07:10
PCatineansomsip, if i'm not sure of the solution I don't try it, especially if I don't understand and people there saying it doesn't work for them07:10
somsipPCatinean: so what have you tried and what else have you found from your research on this?07:11
BlueBer63no I was asking how much will cost. me to run Ubuntu when I crash and I won't be able to boot up again07:11
BlueBer63and will have to reinstall everything07:11
cfhowlettBlueBer63, still free.07:11
BlueBer63it won't crash?07:12
BlueBer63or make fire?07:12
cfhowlettBlueBer63,  you are trolling and now you are /ignored07:13
BlueBer63I'm not trolling!07:13
BlueBer63I just have questions right?07:13
BlueBer63is this illegal to ask?07:14
Ben64BlueBer63: you're asking silly questions. if you don't have an Ubuntu technical support question, this is not the place to be asking07:14
BlueBer63OK what's the minimum of ram?07:14
BlueBer63I need07:14
Ben64512MB07:15
BlueBer63I have 250mb07:15
BlueBer63grrrrr07:15
BlueBer63it won't work?07:15
Ben64you could probably use the mini iso and install lubuntu07:15
BlueBer63what's minimum cpu?07:15
BlueBer63I have Intel inside07:16
BlueBer63would it be OK?07:16
Ben64intel has made many processors07:16
OerHeksBlueBer63, so you want to run windows 10 on that too ? LoLz07:17
BlueBer63I have Intel inside 0.75 GhZ  turbo single core07:17
Ben64BlueBer63: get a new computer07:17
BlueBer63OerHeks yes windows for phones07:17
BlueBer63Ben64 and where are the money?07:17
Ben64in your pocket hopefully, that computer is ancient07:17
BlueBer63it is not07:18
BlueBer63when new boyfriend of my mother bought it for me07:18
BlueBer63he said he spent on it loads of money but he doesn't care07:18
BlueBer63because I'm an intelligent and nice girl07:18
BlueBer63it's not an old computer07:18
DamBedEiHey guys, got a little big problem and I hope someone can help me :) I had Windows installed on my PC but I wanted to try Ubuntu. So I installed Ubuntu 14.04 as Dualboot. In Windows I created a partition formated as NTFS. The idea was to save files there so I can access them from Windows and Ubuntu. I saved a few folders and files on this partition in Ubuntu then I rebooted and wanted to access the files in Windows.07:18
BlueBer63I has one year07:19
BlueBer63will this whole Ubuntu work or not?07:19
DamBedEiI clicked on the partition in the windows explorer and it said it is empty. After rebooting and going to Ubuntu again the partition is also empty and all the files are lost. WTF happend ?!07:19
=== Guest1130 is now known as SuBmUnDo
Ben64BlueBer63: doubtful07:19
BlueBer63Ben64 so Ubuntu must be some crap07:20
cfhowlettDamBedEi, display .hidden files ?07:20
Ben64BlueBer63: nope, that would be your computer07:20
BlueBer63good I didn't install it07:20
BlueBer63my computer is year old!07:20
Ben64BlueBer63: 16 years old, sure07:20
BlueBer63so don't you dare to lie to me!07:20
OerHeksBlueBer63, please join ##troll, this is ubuntu support only.07:20
BlueBer63you people are so unhelpful I may be complain07:21
BlueBer63will just find their email07:21
Ben64BlueBer63: go ahead. have a nice day07:21
Vista1Hi07:21
cfhowlettVista1, ask your ubuntu support question07:21
BlueBer63Ben64 yours won't be nice when they sack you07:21
BlueBer63and you will live of dole07:21
DamBedEicfhowlett: Also displaying hidden files in Windows or using sudo nautilus didn't bring any results07:21
Ben64BlueBer63: good thing i'm a volunteer then, huh07:21
W8_1Yo07:21
cfhowlettDamBedEi, that IS weird!07:22
Ben64DamBedEi: just a tip - you should never do 'sudo nautilus'07:22
BlueBer63can just upgrade cpu to make Ubuntu work on my computer?07:22
BlueBer63what cpu should I buy?07:22
OerHeksDamBedEi, how did you copy those files to that ntfs partition?07:22
DamBedEiBen64: just did to have a look07:22
cfhowlettDamBedEi, wait, sudo nautilus?  bad user07:22
DamBedEiOerHeks: I did something like mkdir and mv07:23
Ben64DamBedEi: yeah i know, just saying. using sudo with graphical apps can lead to problems, although not related to your problem07:23
BlueBer63can someone answer?07:23
cfhowlettDamBedEi, gksu nautilus07:23
Ben64BlueBer63: something made in this decade07:23
=== Vista1 is now known as W8_2
=== W8_2 is now known as VistaChanged
BlueBer63decade has 15 years right?07:24
Ben641007:24
BlueBer63so I just go to shop and ask for cpu made in the last 10 years?07:25
Guest63891how I'd like to know if apt-get upgrade is the same as running the software updater interface?07:25
BlueBer63do I need some special cpu for Ubuntu?07:25
DamBedEicfhowlett: also there, no files. only three folders: found.000 $RECYCLE.BIN System Volume Information07:25
=== W8_1 is now known as W8_Changed
BlueBer63will intell inside do be OK.07:25
W8_ChangedHi07:25
BlueBer63?07:25
cfhowlettDamBedEi, found.000 is a windows thing.07:25
cfhowlettGuest63891, same.07:25
Guest63891cfhowlett: I assume I have more options from the command line07:26
cfhowlettGuest63891, indeed.07:26
Guest63891that's all I need for now07:26
Guest63891cause is slow from the usb port07:26
cfhowlettGuest63891, run apt-get from terminal for details07:26
Ben64actually, 'sudo apt-get dist-upgrade' is the same as the graphical updater, just 'upgrade' doesn't do kernels and other things07:26
Guest63891and do you know if persistent data means keeping upgrade after reboot or no?07:27
DamBedEicfhowlett: ok, but my files are still lost and I did nothing else then clicking on the partion in windows explorer07:27
Guest63891cfhowlett: I'm gonna check it out07:27
BlueBer63hello I have asked question people!07:27
Ben64DamBedEi: go back to ubuntu and see if you can find them07:27
cfhowlettDamBedEi, yeah, but that found.000 is created by windows due to something ... ask in ##windows for further info07:27
DamBedEiBen64: I am back in Ubuntu and no files anymore :(07:27
DamBedEicfhowlett: Ok, I will give it a try07:28
Ben64DamBedEi: maybe you made files in the mountpoint without the drive actually mounted there?07:28
BlueBer63can someone answer please?07:28
DamBedEiBen64: this is possible oO ?07:28
BlueBer63it's not nice to ignore potential future customers07:28
Ben64BlueBer63: you're just wasting everyones time with your nonsense questions07:28
BlueBer63right?07:28
BlueBer63it's technical question07:29
DamBedEiBen64: I thought it has to be mounted, else I can't access it through the terminal07:29
ianorlin BlueBer63 you need pae for 32 bit ubuntu but that came out with pentium pro execept for some wierd pentium M chips07:30
Ben64DamBedEi: if it isn't mounted, the directory is still there07:30
ianorlinbut on such a system you would have trouble finding enough ram to run unity well07:30
=== CyberJacob is now known as zz_CyberJacob
allstarsnorks2Hello there. After replacing Xubuntu's default icon to Moka, Software Center's Search icon on the search bar shows up as a missing icon07:36
allstarsnorks2How do I fix this?07:36
OerHeksallstarsnorks2, edit the moka theme, i know it is a paid theme, or contact the moka devs ?07:39
MonkeyDustallstarsnorks2  only this Moka icon set? try a different set07:39
allstarsnorks2there's also Flattr, and Numix07:40
OerHekshttp://mokaproject.com/moka-icon-theme/download/ubuntu/07:40
obr7hi. my python script http://paste.ubuntu.com/10789475/ logs every 3 seconds to a file. directly, without upstart (= initctl) it works well. with my upstart script http://paste.ubuntu.com/10789469/ it produces only an empty file. ideas?07:41
cfhowlettobr7, python support = #python07:42
obr7cfhowlett: oki. thought its an upstart / initctl prob07:43
cfhowlettobr7, could be.  the python channel would know more than I do07:43
obr7kk07:44
DamBedEiBen64: I asked in the Windows forum and they said it is probably a mounting problem, like when you don't remove your USB-Stick. So I didn't unmount the Partition correctly and the datas are lost. The found.000 is a folder from windows. It restored something but not all07:50
Ben64DamBedEi: yes, you do need to properly unmount partitions07:51
lemonxahhi guys question08:00
lemonxahhave 2 displays connected to my laptop08:00
lemonxahthey are the exact same screens08:00
lemonxahthe one with hdmi and one with vga08:01
lemonxahthe hdmi running 1920x108008:01
lemonxahbut the vga is only 1650x105008:02
lemonxahhow do i fix that? its the max that ubuntu says it can go08:02
lemonxahbut i know its not08:02
OerHekslemonxah, test your setup with the VGA monitor connected only, does it show 1920x1080 ?08:03
=== daniel is now known as Guest25068
lemonxahnvm thnxi fixed it with xrandr --addmode VGA1 1024x600_60.0008:06
lemonxahwell08:07
lemonxahnot 102408:07
OerHeks:-)08:07
lemonxahbut i used that08:07
=== martinh_ is now known as Guest8982
=== martinh__ is now known as martinh_
=== Guest25068 is now known as liladaniel
olegbI want to setup a caching DNS-server on my laptop - what server should I use on ubuntu and any good documentation for setting up the service08:22
somsip!info bind | olegb08:29
ubottuolegb: Package bind does not exist in utopic08:29
somsip!info bind9 | olegb08:29
ubottuolegb: bind9 (source: bind9): Internet Domain Name Server. In component main, is optional. Version 1:9.9.5.dfsg-4.3ubuntu0.2 (utopic), package size 303 kB, installed size 1032 kB08:29
somsipolegb: and some reading for you https://help.ubuntu.com/community/BIND9ServerHowto08:29
colby_hi folks, can anyone help me install a win7 connected usb printer to ubuntu over home network08:31
olegbI want to setup a caching DNS-server on my laptop - what server should I use on ubuntu and any good documentation for setting up the servicel08:33
olegbsomsip: thanks (sorry for the runaway keyboard)08:34
bojan_What is the purpose of host.allow and host.deny??08:35
ikoniabojan_: to allow / block tcp services that support tcp_wrappers08:35
gtanHi all!08:36
qa[0006.95] Log: Loading Package 'Startup' from path '../../HeistGame/CookedLinux/Startup.upk'08:36
qa[0007.34] Log: 65163 objects as part of root set at end of initial load.08:36
qa[0007.34] Log: 0 out of 0 bytes used by permanent object pool.08:36
qa[0007.34] Log: Initializing Engine...08:36
qa[0007.35] Log: Loading Package '../../HeistGame/CookedLinux/GuidCache.upk' from path '../../HeistGame/CookedLinux/GuidCache.upk'08:36
bojan_ikonia:Can i allow any mac address to access my NFS share using that??08:36
qa/home/administrator/repo/Development/Src/OpenGLDrv/Src/OpenGLShaders.cpp(271): Assertion failed: appErrorf08:36
gtanHave a problem with ubuntu 14.10 -  freezes on startup and shutdown08:36
gtanwait-for-state stop/waiting08:37
gtanany advices?08:37
=== greyback__ is now known as greyback
zambahow do i set the default keyboard layout in 14.04?08:38
ekuidashi all, I'm having some major boot issues after upgrading from 12.04 lts to 14.04 lts, after a certain point in boot I get a black screen (in safe mode too) and no activity08:40
ekuidaseven on 12.04 I had to boot to a legacy kernel to get past it but now that legacy kernel is gone and I'm screwed :\08:40
chotaz`wzamba, System, Preferences, Keyboard?08:40
zambachotaz`w: negative08:41
ekuidasany way to debug it? I'm dropped at the root terminal at the moment08:41
chotaz`wanything like sticky notes for the buntu?08:41
zambachotaz`w: this is stupid unity08:41
chotaz`wew, unity08:41
zambachotaz`w: i have system settings.. and then under "personal" i have "Language support"08:41
zambachotaz`w: nothing there about changing the keyboard layout08:41
zambawhich is frankly counter-intuitive08:41
chotaz`wzamba, sudo dpkg-reconfigure keyboard-configuration08:42
gtanI recently started having issues with Ubuntu 14.10 - after resuming from suspend - the networking went off.. I deleted the default ethernet entry and not it does not restart ..08:42
zambachotaz`w: why is this hidden?08:43
gtanand if I go to recovery - root shell - it does not shutdown - I have to power down the machine08:43
chotaz`wzamba, beats me, I just google it :P08:43
DerRaidenhello...08:43
gtanis this a known issue/08:43
gtansudo shutdown now worked... some progress08:44
ekuidasis there an easy way to see where the boot process dies at?08:44
ekuidasa whole bunch of stuff starts up [OK] then I get a black screen and no activity08:45
ekuidasdoes it get logged somewhere?08:45
ekuidasor better yet, how can I stop X from starting ?08:46
=== kristof is now known as Guest77713
gtanHi! Can anyonw help me here with Ubuntu freeze08:59
ACCBiggzHey all, my question has to do with installing 14.04 64-bit. Do I have to backup all my files to external storage, or is there anyway to keep my files & still install 64-bit version?09:06
ACCBiggzThanks09:06
jegerenHI09:10
bagginsDKHello! I would like to ask something irrelevant. Does anybody know any good ebook or link for developing osgi web applications?09:10
gunndawgbagginsDK: you might try ubuntu-offtopic09:11
jegerenHI09:11
jegerenWaht09:12
jegeren,jv.jhv.jc.jcgjgcjgc.j09:13
jegeren-kjb09:13
jegeren-lkbj09:13
jegerend09:13
jegerent,09:13
jegerenk09:13
jegerenuil09:13
cq-aux_can anyone here play facebook videos?09:15
nita_I can't get Vino (VNC) to work properly when using fglrx-drivers. I can connect to the remote server and all, but the screen isn't refreshing. Using open-source drivers it works, but that's probably because OpenGL and everything else it broken then and it falls back to rendering everything in software. Any ideas how to fix?09:17
cq-aux_so noone playing videos on facebook?09:19
nita_No09:19
cq-aux_lol ok09:19
gunndawgcq-aux_: facebook is not related to ubuntu, might try an off topic channel09:20
cq-aux_ok then09:20
farciarz84I would like to learn something about server-provisioning. Namely, I would like to setup ubuntu-server automatically by installing packages, setting up database, adding user, configs etc. Where should I start?09:24
nita_farciarz84: sounds like you're looking for OpenStack09:25
farciarz84nita_: why?09:26
faustfarciarz84: take a look at Chef or puppet or salt-stack (IMHO this last one is still not production-stable, but it is really nice)09:28
farciarz84faust: ansible or salt-stack? Which one would you prefer?09:30
faustfarciarz84: hey are really different09:31
faustfarciarz84: ansible is like "salt-ssh" that is just a small part of salt, but probably ansible could be considered more stable than salt09:31
farciarz84faust: what is the big part of salt?09:32
faustanyway in my experience if you don't use the most exotic feature in salt it "should work"09:32
=== jakez is now known as JakezZa
donniezazenCan xUbuntu 14.04 be good platform for Qt development or should you be using the latest releases? I like the stability of LTS releases but packages may end up to be quit old.09:33
maryamhonaryhi every body09:33
faustfarciarz84: it uses zeromq to make "minions" connect to the "master" which don't need to know anything about its minions, it is good if you have a dynamic enviroment with *a lot* of machines09:33
farciarz84is 7 a lot?09:34
faustfarciarz84: you can use salt with 7 machines if you want (and you won't have problems if you will increase this number), on the other hand orchestrating 7 servers over SSH is still possibile (but you may face some slowdown)09:36
faustyou should try them and which fits better, also give a chance to chef/puppet, they are written in ruby, which is a bad thing, but they are pretty stable09:37
MouseTheLuckyDogI just started up firefox, the restore session is messed up, the history is messed up some of the plugins are not working. Before I start mucking around trying to fix things, what folders do I want to back up?09:38
farciarz84faust: I don't think ruby is a bad thing however I'd go with ansible or salt09:38
farciarz84chef/puppet seems odd to me09:39
=== thiago is now known as Guest56664
faustfarciarz84: ruby it's too "hipster" when I see something written in ruby I know that it is from some SF hipster who runs a startup that will fial tomorrow, I usually try to avoid things written in ruby :P09:40
Guest56664Hi there. How can I save underscan settings for nvidia, so that it stays fixed for every boot on Ubuntu 14.04?09:41
farciarz84faust: I agree python is better ;)09:41
Sy`workHey, does anyone know what defines the order of the block devices in /dev (sda/sdb/...)? Is that the physical location of the cables on the mainboard or can you change it in the BIOS?09:46
ikoniaSy`work: there is no ordering any more - thats why you usin uuid's09:47
Sy`workI can't - it's a live image that's sent to many computers and then runs a script09:47
EightynineHi guys. I'm using Ubuntu LTS with XFCE and Unity, my resolution is 1920x1080, but quality is like resolution is low, I can see pixels(especially in panel and login screen). Boot logo not fits to my screen, resolution is low. How to fix this?09:48
MonkeyDustEightynine  start with arandr09:48
Sy`workeven if the OS doesn't sort it... it should still have a certain order unless the OS randomizes it... :(09:48
k1lSy`work: its the ordering the bios sends out. some mainboards/bios do shuffle them every time. if you are lucky its just the order of the cables in the slots09:48
Sy`workthanks :D09:49
Sy`workthought it was the boot order, but a few computers didn't think so :)09:49
EightynineWhat is arandr? Also I have small fonts in Chrome.09:50
jenenliuhi guys, I try to install build-dep package, but there is an error: unable to locate build-dep09:53
jenenliuthis is my sources.list file, http://paste.ubuntu.com/10790234/09:53
jenenliuI try google, but can't fix it, can someone help? thanks a lot09:54
k1l!info build-dep09:55
ubottuPackage build-dep does not exist in utopic09:55
k1ljenenliu: why do you want that package? or where does it say you need it? i am not aware of that package09:56
jenenliuI want to compile wine09:57
jenenliuubottu: then how should I modify my sources.list file ?09:57
ubottujenenliu: I am only a bot, please don't think I'm intelligent :)09:57
jenenliuk1l: Any idea ? Is it because there are something wrong in sources.list file?10:02
ubuntu_hi10:02
MonkeyDust!compile | jenenliu start here10:03
ubottujenenliu start here: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first). Also read !checkinstall10:03
MonkeyDustjenenliu  i guess you were referring to duild)essential, not to build-dep10:03
MonkeyDustbuild-essential*10:04
k1ljenenliu: the package is called "build-essential"10:04
jenenliuthank you guys, I am confused, it should be apt-get build-dep wine ;(, thanks a lot anyway10:05
k1ljenenliu: what howto are you following?10:06
k1ljenenliu: wait10:07
k1ljenenliu: its a command for apt-get, not a package10:07
jenenliuk1l: Hmm, maybe I am tired, I should copy&paste the command anyway10:07
k1lapt-get build-dep packagename. please put the command and the output into a pastebin10:08
MonkeyDustjenenliu  what time is it where you are10:08
jenenliu18:0810:08
jenenliuk1l: http://wiki.winehq.org/BuildingBiarchWineOnUbuntu10:08
jenenliuk1l: it is my wrong, thanks10:08
=== luminance_137 is now known as NotYourAvgGoat
dellHello everyone! I need help, I have a ssd "samsung 840 evo", I would like to format it using the "secure erase", what programs can I use ?10:28
Ice_Strike2-rwxrwxrwx 1 vagrant vagrant 6.1K Mar 30 13:14 Abstract.php*10:30
Ice_Strike2What does * mean after filename?10:31
perfectureInstall secure-delete10:31
MonkeyDusthe's gone10:32
MonkeyDustIce_Strike2  it's a wildcard, meaning "anything"10:32
perfectureMonkeyDust Just noticed10:33
FL3SHhi, can someone recommend a good tool to test pendrive?10:34
MonkeyDustFL3SH  pendrive linux? that's not supported here10:35
phaenonhi need some help installing cups and new printer (its been a drag with no results)10:44
MonkeyDust!cups | phaenon have you read this10:44
ubottuphaenon have you read this: Printing in Ubuntu is done with cups. See https://help.ubuntu.com/community/Printers - https://wiki.ubuntu.com/HardwareSupportComponentsPrinters - http://linuxprinting.org - Printer sharing: https://help.ubuntu.com/community/NetworkPrintingWithUbuntu10:44
MehrzadHow can I update gcc/g++ in ubuntu 12.04?10:45
phaenonMonkeyDust, i did not, thanks10:47
zatanhi, sudo su - root && cd /var/www  why its changes a user but doesn't execute `cd /var/www` command ?10:48
phaenonMonkeyDust, ill bet its apparmor =?10:49
faustzatan: why sudo su?10:50
faustanyway su will start a new shell, so cd /var/www will be executed only after you exit from the shell and only if it returns 010:51
zatanfaust, can you think of any workaround for my need ? I want switch user and change dir10:52
faustzatan: try su -c "cd /var/log ; /bin/bash"10:54
faust/var/www*10:55
zatanfaust, didn't work bash: cannot set terminal process group (7843): Inappropriate ioctl for device11:00
faustzatan: exactly what command are you trying to use?11:02
DamBedEiHi. Can someone pls help me with this? Little desperate ... http://askubuntu.com/questions/607576/can-not-find-root-partition11:09
dvrrHi..11:10
k1lDamBedEi: can you pastebin the output of "sudo fdisk -l" (small L at the end)11:11
k1l!paste | DamBedEi11:11
ubottuDamBedEi: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.11:11
zatanfaust, sudo su root -c "cd /var/www; /bin/bash -l" it works but as soon as I click "CTRL-C" I am getting Session terminated, terminating shell...^C11:11
mjaykzatan: ctrl c doesnt copy in console11:12
k1lzatan: what do you want to do at all?11:12
DamBedEiok, I reconnect to the channel on the laptop the problem is. Pls hold on a sec11:14
dvrrhttp://paste.ubuntu.com/10790764/  please open this url  how can i resolve this problem11:14
zatanchange a user and go to directory, but when I type ctrl-c session terminates which one shouldn't be doing as sometimes I type something wrong I click ctrl-c11:14
phaenonMonkeyDust, its working, problem was located in evince ..sigh11:15
k1lzatan: why dont you just use "sudo -i" to get a root shell11:15
DerRaidendoes anyone know much about plasma 5 ?11:15
DamBedEiOkay, back again.11:15
cfhowlettDerRaiden, you mean kde plasma???11:16
DamBedEiSo what shall I paste here?11:16
k1lzatan: what ever you need a root shell for. because usually you use sudo if a command needs root permissions and dont use the root shell11:16
k1l<k1l> DamBedEi: can you pastebin the output of "sudo fdisk -l" (small L at the end)11:16
MonkeyDust!details | dvrr11:16
ubottudvrr: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel)11:16
zatank1l,  root is just example it will be different user11:16
k1lDamBedEi: you need a live-ubuntu anyway.11:16
DerRaidencfhowlett the new plasma 511:17
DerRaidencfhowlett from kde yes11:17
DamBedEi!paste11:17
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.11:17
DamBedEik1l: how to paste here?11:17
k1l!paste | DamBedEi11:17
ubottuDamBedEi: please see above11:17
DamBedEihttp://paste.ubuntu.com/10790779/11:17
DamBedEiubottu: thanks11:18
ubottuYou're welcome! But keep in mind I'm just a bot ;-)11:18
DamBedEik1l: http://paste.ubuntu.com/10790779/11:18
k1lDamBedEi: ok, its gpt partitiontable. try sudo parted -l11:19
DamBedEik1l: http://paste.ubuntu.com/10790794/11:20
colby_hi folks can anyone help me upgrade GnuPG to version 2 for use with thunderbird/enigamail11:20
MonkeyDustcolby_  start from the beginning, what have you tried so far and what is the end goal11:21
k1lDamBedEi: seems like the gpt partition table is corrupted somehow. i dont know what you did there and i am not familiar with gpt. maybe others can help11:22
MonkeyDustcolby_  keep it in the channel11:23
colby_sry11:23
k1lDamBedEi: see if that answer helps: http://askubuntu.com/a/473073/3126011:23
colby_hi, I am new to linux so learning. I have enigmamail installed in thunderbird but keeps advising me to upgarde to version 2.0 gnupgp.11:24
colby_there is no built packages in ubuntu if I am saying this right11:24
colby_so it directs me too https://www.gnupg.org/download/index.html11:25
SchrodingersScat!info gnupg2 | colby_11:25
ubottucolby_: gnupg2 (source: gnupg2): GNU privacy guard - a free PGP replacement (new v2.x). In component main, is extra. Version 2.0.24-1ubuntu2.2 (utopic), package size 707 kB, installed size 2340 kB11:25
colby_how do I install that please.11:27
cfhowlettcolby_, sudo apt-get install gnupg211:27
DamBedEik1l: Thank you. Hopefully someone else knows11:27
colby_ha thank you very much people :)11:28
colby_jeez that was easy lol11:28
dvrrhow to copy  screen short paste.ubuntu.com  it's possible11:28
MonkeyDustdvrr  try imgur11:28
dvrrimgur not available11:31
mjaykdvrr: https://imgur.com/ works for me11:32
bazhangdvrr what is available then, use that, like imgbin11:32
dvrrthat is error screen short11:32
BluesKajHiyas all11:33
=== puzzola is now known as puzzola_zZz
DamBedEiPlease can someone help me with this?? http://askubuntu.com/questions/607576/can-not-find-root-partition --- really desperate already :(11:34
ajnrHi, I was doing file transfer from one ubuntu machine (laptop) to another ubuntu machine (desktop) using cross cable, but after some time both the system unresponsive , after that I am unable to login my ubuntu system in laptop. but the desktop is running fine. So how to login in my ubuntu system. I can login in command prompt by pressing CLT_ALTf1, but not able to start GNOME Session. How to solve11:36
OerHeksDamBedEi, no, because it is EFI, you will have a fat32 boot partition to put grub on, so it is sdb2 or sdb3 or sdb711:37
OerHeksmy wild guess: sdb711:38
DamBedEiOerHeks: hopefully not sdb7 because I also can't mount this one ... :'(11:38
damiano_help!11:38
ajnrhelp!11:39
max3453453453534In a C program if I create 10 pipes and spawn only 2 child processes that re-alias the appropriate ends of 1 of the pipes to communicate do I need to close the other 9 pipes?11:39
OerHeksjust ask your question, damiano_11:40
OerHeksmax3453453453534, ask in ##c ?11:40
OerHeksor ##c++11:40
DamBedEiOerHeks: I really think it is sdb7, but how do I mount it now?11:40
max3453453453534OerHeks: this is a unix question about pipes and file descriptors11:40
max3453453453534OerHeks: this is a linux quesetion*11:41
geirhayou'll have 9 unused pipes. Whether you destroy them or keep them for later ... who are we to judge?11:41
max3453453453534geirha: will the program block because certain pipe ends aren't closed11:42
damiano_ok guys, here is my situation. I just installed ubuntu14.10, had some trouble since I'm using a nvidia gtx970 video card, now I have installed the latest drivers that are not officially supported...  acceleration is on but unity is not working, I can log into X but windows border and the lateral bar are missing11:42
geirhamax3453453453534: that only matters when you start reading from or writing to the pipe11:43
ajnrhi I am not able to login using Gnome but able to login in terminal11:43
max3453453453534geirha: you're saying if i never start reading or writing from the other other pipes the program won't block if I close the first pipe11:44
k1lajnr: do a "ls -al" in that users home and see what is owned by root:root11:45
ajnrk1l, I have root:root ..11:46
OerHeksDamBedEi, maybe this manual is any help https://help.ubuntu.com/community/Grub2/Installing#Reinstalling_GRUB_2  and https://help.ubuntu.com/community/UEFI11:46
k1lajnr: for everything?11:46
geirhamax3453453453534: the pipes themselves do nothing until you use them11:47
k1lajnr: what does it say for .Xauthority?11:47
ajnrk1l, It shows like that only11:47
ajnrk1l, Its not there !11:47
damiano_ok I'm done, solved by myself, I had to enable unity in compizconfig-settings-manager, why it was disabled I have no idea11:47
k1lajnr: what ubuntu is it?11:47
ajnrk1l, by mistake removed ,11:47
ajnrk1l, 14.04 LTS11:48
k1lajnr: so what is the name of that user?11:48
ajnrk1l, kunal11:48
Thenewonegoodmorningguys11:49
k1lajnr: so "ls -al /home/kunal/" lists that everything is owned by root:root?11:49
geirhamax3453453453534: Also, "closing a pipe" is ambigous. you don't close a pipe, you close its file descriptors.11:49
ajnrk1l, yes11:49
ajnrk1l, sorry , how to know that11:50
Thenewonegood question11:50
Thenewoneread man11:50
Thenewonethe results11:50
Thenewoneyou will see user or root11:50
ajnrroot:root show vminfo , .. .dbus.gvfs11:50
ajnrk1l, root:root show vminfo , .. .dbus.gvfs11:50
ajnrk1l, root:root show .vminfo , .. .dbus.gvfs11:51
Thenewonelike :drwxr-xr-x root root 4069 .....................11:51
ajnrrest all are kunal:kunal k1l11:51
max3453453453534geirha: i can show you a program that will block unless i close the other 9 pairs of file descriptors that correspond to the other 9 pipes.11:51
k1lajnr: "ls -al /home/kunal/.Xauthority"11:51
Thenewoneguys is this good way to install vpn on ubuntu server http://www.howtogeek.com/51237/setting-up-a-vpn-pptp-server-on-debian/?PageSpeed=noscript ?11:51
geirhamax3453453453534: ok11:51
ajnrk1l, its not there11:51
ajnrk1l, removed11:51
max3453453453534geirha: do you want to see it?11:52
geirhamax3453453453534: sure11:52
k1lajnr: ok, it should create that when trying to login on the login screen11:52
Thenewonei'm using ubuntu server11:52
ajnrk1l, actually , we were trying file sharing from laptop 0ubuntu to desktop-ubuntu , but after some time it became unresponsive , and after that I am unable to login in GNOME11:53
k1lajnr: so what says "df -h"11:54
ajnrk1l, should I try to login again11:54
k1lajnr: is the disk full?11:54
ajnrk1l, usage 84%11:54
k1llogin on login screen11:55
ajnrk1l, total size 93 GB11:55
Thenewoneany one good with scripts need help11:55
ajnrk1l, ok i am rebooting11:55
ecksitheya, i have a 8 character key apt key (1655A0AB68576280 for nodesource) but how can i get the full fingerprint?11:56
ajnrk1l, after rebooting I am trying to login but it seems same ! now what to do ? by the way previously by default it was main user "kunal", but now it shows default login is Guest session.11:57
max3453453453534geirha: http://pastebin.com/Wfs54ex911:58
max3453453453534geirha: why does that program hang?11:58
max3453453453534geirha: you can skip to line 9611:58
k1lajnr: what did you do there?11:59
Thenewoneany one want help me to install vpn on ubuntu server ???11:59
k1lwhat files did you remove etc? seems like you broke your user. maybe try setting up a new user12:00
OerHeksecksit, see https://help.ubuntu.com/community/Repositories/Ubuntu#Authentication_Tab12:00
k1lajnr: i got to leave now. maybe others can help12:00
ecksitthanks OerHeks12:00
max3453453453534geirha: here http://pastebin.com/c3vcCrjM even more damning. both pipes are closed in all 3 processes12:00
ajnrk1l, right now i tried to login again with correct credentials , but it flashed and goes back to the login same12:01
geirhamax3453453453534: where does it hang?12:02
k1lajnr: suod chown -R kunal:kunal /home/kunal/.dbus12:02
k1lajnr: *sudo12:02
max3453453453534geirha: if you run ls -l | less it hangs12:02
OerHeksThenewone, maybe this ubuntu howto is any help https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-14-0412:02
max3453453453534geirha: it's a shell. if i execute 'ls -l | less' it hangs12:02
ajnrk1l, then12:03
max3453453453534geirha: actually shit i was wrong12:03
geirhamax3453453453534: hang how? that should hang until less exits12:03
ajnrk1l, nothing happen12:03
OerHeksThenewone, or the official docu https://help.ubuntu.com/community/OpenVPN12:03
ThenewoneOerHeks, thanks12:04
ThenewoneOerHeks, are you good with scripts i have one question12:04
ThenewoneOerHeks, only one :D12:05
OerHeksThenewone, no, no tthat good, anyway please ask here, someone might be able to help you12:05
max3453453453534geirha: here we go. this one hangs because less never exits because it blocks waiting for more input12:05
max3453453453534geirha: http://pastebin.com/krPY8z7V12:05
=== argoneus is now known as argoneus-
max3453453453534geirha: the question is why, since the second child process does close the correct file descriptors12:06
=== argoneus- is now known as argoneus
Thenewoneguys i want add more than 3 line i use echo ????? > ..... and >> ... but >>> dont work for the third line how can i replace it to make it work12:06
geirhathat is how less behaves. It requires user input from the terminal to exit12:06
max3453453453534geirha: no when less is ready for commands it shows END. here it doesn't show end12:07
max3453453453534geirha: i can't enter q12:07
ioriaThenewone, ?12:07
max3453453453534geirha: it is indeed block waiting for more data from the pipe12:07
ioriaThenewone, >>> not exists12:08
ioriaThenewone, >  = write or  overwrite   , >>  append  mode12:08
geirhamax3453453453534: ah wait, you connect less's stdout to a pipe as well12:08
=== smile is now known as Guest6739
Thenewoneioria, sorry12:09
Thenewonedidnt understand12:09
ioriaThenewone, if you want to  add lines to  file ,use  always '>>'12:09
Thenewoneioria, ok thanks12:10
geirhamax3453453453534: or wait, no. that's only if numPipes is 2, but I'm guessing it's 1 in this case, in which case there's no dup(2)s12:10
ioriaThenewone, np12:10
=== Matthew is now known as Guest69385
aavrugHello everyone12:11
Thenewoneioria, works12:11
aavrugCan anyone help me with ffmpeg?12:11
ioriaThenewone, -^_^-12:11
geirhamax3453453453534: indentation is off, so it's hard to read12:11
cfhowlettaavrug, ffmpeg was deprecated but will return in ubuntu 15.*      the recommended alternative is avconv  which is included in the libav-tools package12:12
fragment137Greetings all12:13
aavrugcfhowlett, ok thanks.12:13
fragment137An update got pushed out for 14.04 recently and now after a few seconds I can't click on any windows. Menus/launcher still work, but can't click on any active windows (left or right). I've tried with multiple mice and the issue is even replicated through TeamViewer. Can anyone help?12:14
geirhamax3453453453534: if the lines is "ls -l | less", then getPipes() will return 2, but there really is only one pipe, so you're creating a pipe too many it seems.12:15
Thenewonei want add some animation to my script how knows some ?12:15
cfhowlettThenewone, ask ##bash12:15
aavrugcfhowlett, but besides that is there any way to save images with different name on new uploads?12:15
ioriaThenewone,  youca use ncurses12:15
=== fragment137-1 is now known as fragment137
cfhowlettaavrug, explain a bit more?12:16
dvrrMonkeyDust: http://i.imgur.com/HhoWg2A.jpg please open this url i am getting this problem12:16
aavrugI am uploading a video and if the image-01.jpeg is present then new image is not creating for this new uploaded video12:17
aavrughere image-01.jpeg is creating from ffmpeg command12:17
cfhowlettaavrug, so it's a screenshot of your source video???12:18
aavrugcfhowlett, exactly12:18
cfhowlettaavrug, and you are uploading ONLY a video, not the .jpeg?12:18
cfhowlettaavrug, also: uploading to ??? youtube?12:19
fragment137Can anyone help my with my mouse issue? Very odd problems after the last update to 14.04 a few days ago12:19
aavrugcfhowlett, no there is a requirement that when a video will upload from local path, i have to set a thumbnail of that video.12:20
LiohAuanybody that can learn me how to configure wifi on command line? :(12:20
aavrugOnly for local uploaded videos.12:20
cfhowlettaavrug, I'm a bit slow I know, but bear with me ...        so you use ffmpeg/avconv to create the thumbnail?12:20
aavrugcfhowlett, yes12:21
aavrugcfhowlett, no probs12:21
cfhowlettaavrug, try this:  no .jpeg, how about ... .png   instead?12:21
aavrugcfhowlett, i don't have the problem with extension12:22
cfhowlettaavrug, that's actually a different image format, not merely an extension12:23
max3453453453534geirha: yes you're correct i realized that that example wasn't correct in the shower just now12:24
aavrugcfhowlett, i think you didn't understood. I have a form and from that the video is going to upload so there will be a lot of videos.12:24
mohsen-rashidiHi. Is it possible to encrypt root partition after installation of Ubuntu?12:25
max3453453453534geirha: i have no idea. last night i was helping a friend and we were pulling our hair out about which file descriptors to close and when12:25
aavrugSo if i change the extension once then in next upload what will i do?12:25
cfhowlettaavrug, quite possibly I don't understand.  I never had this issue with youtube or vimeo uploads ...12:25
geirhamax3453453453534: getPipes should return i-1; at least;  but then your else-clause is missing the dup(2)-ing12:25
cfhowlettaavrug, on the theory that .jpeg is the specific problem,  a non-jpeg might bypass the problem.12:26
fragment137I updated my Ubuntu yesterday and ever since, something has happened to my mouse input. different mice, and even a Teamviewer session has the same issue. I am able to see the mouse, I can (usually) click on launcher items and menu items no problem, but I am unable to click on any windows, move them, click on contents, etc.12:26
max3453453453534geirha: that's not the actual code. we had the counters right. anyway thank you for your help12:26
aavrugcfhowlett, let me try once more.12:26
cfhowlettaavrug, and you are sending to youtube??12:26
aavrugcfhowlett, no just storing that in local system.12:26
=== martinh__ is now known as martinh_
dvrrMonkeyDust12:29
fragment137ok simple(r) question. How can I verify that grub will timeout to my default os next time i reboot? I'm remote right now and need to reboot the machine. Want to make sure it's not going to get stuck on the boot screen12:30
aavrugcfhowlett, no same problem happening.12:31
aavrugcfhowlett, i have uploaded a video from my form then ffmpeg created a image with name "image-01.png" again filled the form and uploaded the same video then new image has not been created.12:31
tsunamieI wish to connect to a server using a password via ssh. However my temrinal is using my ssh key ment for a nother server. How do I force it to give me a username/password rather than using my key12:31
cfhowlettaavrug, then this is officially over my head.  sorry.  I think #ffmpeg is a thing12:32
fragment137tsunamie: when you type ssh <server IP> are you specifying a user?12:33
tsunamieyes12:33
fragment137so ssh user@192.168.1.10 etc?12:33
tsunamieyes12:33
aavrugcfhowlett, it's ok thanks.12:33
tsunamiefragment137, yes12:33
fragment137tsunamie, forgive mf but I don't quite get what the issue is? you're saying that the remote server isn't accepting the credentials for the user you're trying to log in with?12:34
=== xubuntu is now known as Guest86381
tsunamiefragment137, I have an authorized key file with an ssh key for serveb. I am trying to login to server A. Server A is telling me that the key is wrong. I have not got pub key on my user account on server A. I want it to promt me for a password12:35
fragment137Oh, interesting.12:36
fragment137sounds like Server B is using the key for all ssh sessions12:36
fragment137Give me a minute, let me see if I can dig anything up12:37
fragment137tsunamie on server b do you have "PasswordAuthentication" set to "No" in /etc/ssh/sshd.config?12:39
CraigwellAnyone aware of how I can tell Ubuntu *not* to charge my laptop battery? I'd like to maintain an 80% charge for longevity12:39
fragment137err12:39
fragment137sshd_config12:39
CraigwellI've been trying running without the battery, but short of duct taping the adapter plug in ... it's not dependable12:39
Zerantfragment137: didnt you mean „PubKeyAuthentication“?12:40
fragment137Zerant that was my next question, lol12:40
ZerantxD12:40
fragment137I want to find out if it's set globally or just by user12:40
fragment137or system wide12:40
tsunamiefragment137, one sec12:41
fragment137np12:41
Zerantit can be a file permission problem if the .ssh folder has more permission then 64412:41
mantezlfds12:43
Guest69385Craigwell: I think it depends upon the hardware, lenovo have some firmware / software for that12:44
Guest69385for thier laptops12:44
Craigwell<Guest69385> Dell D62012:44
OerHeksCraigwell, does any OS allow you to " *not* to charge my laptop battery? " ?12:47
fragment137gaaahhh this mouse issue is driving me NUTS O_O12:48
Craigwell<OerHeks> I do not know. I'm looking into it now12:48
Craigwell<OerHeks> One hardware workaround with these dells is to use 65w charger, which will run the machine but not charge battery. That's fine, but I'd rather have an option to tell when and when not to charge12:49
OerHeksCraigwell, never seen such option, charge up to 80%, good luck12:50
Craigwell<OerHeks> Yes, I've been charging them to 80% and removing, but want my butt covered when adapter falls out, brief power interruptions etc .12:52
CraigwellThank you, I'll keep plugging at it12:52
=== EriC^^ is now known as explosive
=== tedg is now known as ted
EugeneBanditHey! I've got some issues with a fresh install of ubuntu (14.04.2), it won't boot and will only drop to a initramfs shell. I tried some of the solutions (dumpe2fs, gparted, boot-repair) available in forums, with no luck. Any idea or suggestions ? Thanks13:02
explosiveEugeneBandit: any errors before it drops?13:02
EugeneBandityes! something along those lines : "ALERT! /dev/disk/by-uuid/xxxxxx... does not exist."13:02
EugeneBanditjust in case, here is the boot-repair report : http://paste.ubuntu.com/10791327/13:02
explosiveEugeneBandit: do you have a live usb?13:03
desperate_joehello13:03
EugeneBanditexplosive: yes13:03
explosiveEugeneBandit: boot it13:03
EugeneBanditexplosive: done13:04
desperate_joeneed help with extreme slow internet: dual boot HP pavillion laptop, ubuntu 14 and win7, both use same home network: in win7 internet is ok, in ubuntu it is too slow, almost all pages in browser stop loading... can anyone help me?13:04
=== zz_CyberJacob is now known as CyberJacob
explosiveEugeneBandit: type sudo blkid13:05
explosiveEugeneBandit: paste it in paste.ubuntu.com13:05
hkrrsxmorning13:06
bogdanhi everyone13:06
explosivemorning13:06
ebandit_brokenexplosive: i'll paste through here for simplicity : http://paste.ubuntu.com/10791397/13:06
explosiveok13:07
bogdanhow can i make that damn keyring stuff to disappear? it shows me everytime i open my laptop13:07
explosiveebandit_broken: type sudo mount /dev/sda5 /mnt13:07
explosivethen type ls /mnt13:07
desperate_joe dual boot HP pavillion laptop, ubuntu 14 and win7, both use same home network: in win7 internet is ok, in ubuntu it is too slow, almost all pages in browser stop loading... can anyone help me?13:08
ebandit_brokenexplosive: done! returns no errors, and lists some files13:08
explosiveebandit_broken: what files?13:08
explosiveis it the installation13:08
ebandit_brokenexplosive: user directory and lost+found13:08
ebandit_brokenyes i think so13:08
explosiveok it's your home dir13:08
explosivetype sudo umount /mnt13:09
explosivethen type sudo mount /dev/sda1 /mnt13:09
PCatineanguys13:09
PCatineanwhen I get screenshre via skype I cannot distinguish any letters13:09
PCatineannot to mention that I cannot use my camera13:09
ebandit_brokenexplosive: no errors, and lists dirs from what looks like /13:09
PCatineandoes anyone know why this happens?13:09
explosiveebandit_broken: ok13:10
explosiveebandit_broken: type cat /mnt/fstab13:10
explosiveebandit_broken: type cat /mnt/etc/fstab13:10
ebandit_brokenexplosive: http://paste.ubuntu.com/10791445/13:10
PCatineanany advice?13:11
salvatorebuonasera c'è qualcuno che può aiutarmi?13:12
cfhowlett!it | salvatore english only, please13:12
ubottusalvatore english only, please: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)13:12
salvatoretank you13:12
sliptteeslibimobiledevice 1.2.0 i need :-(13:13
explosiveebandit_broken: type for i in /dev /dev/pts /proc /run /sys; do sudo mount -B $i /mnt$i; done13:14
sliptteeslibimobiledevice 1.2.0 i need , to use iPhone iOS 8.3 :-(13:15
desperate_joe dual boot HP pavillion laptop, ubuntu 14 and win7, both use same home network: in win7 internet is ok, in ubuntu it is too slow, almost all pages in browser stop loading... can anyone help me?13:15
ebandit_brokenexplosive: done; no errors13:15
sliptteesrelease version in 14.04 LTS?13:15
explosiveebandit_broken: sudo chroot /mnt13:15
hkrrsxslipttees: http://askubuntu.com/questions/598940/libimobiledevice-1-2-ios-8-support-for-ubuntu-14-04-trusty13:15
OerHeksslipttees, there is no 1.2.0, utopic and next version vivid have 1.1.6  https://launchpad.net/ubuntu/utopic/+source/libimobiledevice13:15
ebandit_brokenexplosive: done, still no errors13:16
sliptteeslibimobiledevice 1.2.0 is stable13:16
OerHekshkrrsx +113:16
explosiveebandit_broken: update-initramfs -u13:16
OerHeksslipttees, so build it yourself, see the port of hkrrsx13:16
sliptteesOerHeks, I compile last version13:17
ebandit_brokenexplosive: done! seems to have worked alright13:17
sliptteesOerHeks, .configure, make and make install put won't work13:17
slipttees:/13:17
explosiveebandit_broken: update-grub13:17
OerHeksslipttees, seems like you have not installed the build essentials13:18
OerHeks!build13:18
ubottuCompiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first)13:18
ebandit_brokenexplosive: done! no errors. reboot ?13:18
explosiveebandit_broken: type exit then reboot13:18
desperate_joe dual boot HP pavillion laptop, ubuntu 14 and win7, both use same home network: in win7 internet is ok, in ubuntu it is too slow, almost all pages in browser stop loading... can anyone help me?13:18
sliptteesOerHeks, yes, install every dev necessary, but wont work.13:18
EugeneBanditexplosive: same error, dropping into initramfs13:19
OerHeksslipttees, paste the errors you get op paste.ubuntu.com please13:19
OerHeks"won't work" is such a wide answer13:20
explosiveEugeneBandit: what's the error exactly13:20
sliptteesOerHeks, no erro... make install successful13:20
EugeneBanditexplosive: http://paste.ubuntu.com/10791520/13:22
OerHeksslipttees, funny, that guide does not mention make / install13:22
explosiveEugeneBandit: boot the live usb again13:24
EugeneBanditexplosive: i'm in13:25
explosivetype sudo mount /dev/sda1 /mnt13:26
pbxwhy do i get a "chrome did not shut down correctly" message after a normal restart? is chrome really so frail that it needs to be manually quit first?13:26
explosiveebandit_broken: for i in /dev /dev/pts /proc /run /sys; do sudo mount -B $i /mnt$i; done13:26
explosiveebandit_broken: sudo chroot /mnt13:26
ElenchHow do I use a WM that isn't Unity?13:26
[n0mad]pbx, it's because you have chrome running in the background, at least that's what i've seen and found from reading about it13:26
ElenchSorry if dumb >.>13:27
ebandit_brokenexplosive: yes, done.13:27
OerHekspbx yes13:27
[n0mad]pbx, if you manually exit chrome running in background before the restart, it won't happen13:27
explosivetype update-initramfs -u -k all13:27
OerHeksElench, logout, change WM, login13:27
pbx[n0mad], it was running in normal foreground mode13:27
ElenchOerHeks: I see no option on login screen13:27
hkrrsxElench: sudo apt-get install <desktop_environment_of_choice>13:28
pbx[n0mad], but perhaps a background one got started somehow :\13:28
ebandit_brokenexplosive: done! update-grub ? just in case, there is also a update-grub2 command available13:28
OerHeksElench, sure there is, the icon maybe?13:28
[n0mad]pbx, there's apparently some way to change it, i don't remember what I read. for me it's not that big of a deal i just go to my home page or close the message and continue. but there is some file modification you can make apparently that will cause that not to happen.13:29
explosiveebandit_broken: it's the same command13:29
explosiveebandit_broken: type cat /etc/default/grub13:29
=== juboxi is now known as jubo2
pbx[n0mad], interesting, thanks. at least it's a "known issue" even if i don't care to know more about it :)13:30
ebandit_brokenexplosive: so I didn't type update-grub, right ?13:30
explosiveyeah not yet13:30
LiohAucan anybody explain me how is it possible that I can SSH on my eth0 with i'm not wired? oO13:30
LiohAueth0 ip*13:30
ElenchNope, none of the icons on the login screen do that13:30
ebandit_brokenexplosive: okay, http://paste.ubuntu.com/10791571/13:31
desperate_joedual boot HP pavillion laptop, ubuntu 14 and win7, both use same home network: in win7 internet is ok, in ubuntu it is too slow, almost all pages in browser stop loading... can anyone help me?13:31
ewooyDoes anybody have any good resources for developing for Ubuntu Phone? Particulary background services? Is it possible to build media player with current state of ubuntu phone?13:31
OerHeksewooy, join #ubuntu-touch for phone and development please13:31
ewooyOerHeks: Thanks Havent seen that info in guidlines13:32
OerHeksewooy, see the topic there, lots of info13:32
hkrrsxLiohAu: SSH doesn't seem to have that capability13:32
=== juboxi is now known as jubo2
hkrrsxLiohAu: However, you should read the SSH man page for further details13:32
LiohAuhkrrsx: I'm already connected.. I just would like to understand why I can connect13:33
LiohAuit should not be possible to connect using the ethernet interface IP if the interface is not connected oO13:33
FL3SH_someone use motion?13:33
hkrrsxLiohAu: How are you sure it's connected via eth0 ?13:33
OerHeksLiohAu, maybe your other eth1 or wlan0 is taking over that IP?13:33
LiohAuOerHeks: is it possible that the wlan interface take over?13:34
LiohAuwhen I run ifconfig, the wlan has another IP13:34
OerHeksLiohAu, not a running ssh session.13:34
explosiveebandit_broken: try update-grub13:34
CosCapHello13:34
desperate_joecan somebody please help me?13:34
desperate_joedual boot HP pavillion laptop, ubuntu 14 and win7, both use same home network: in win7 internet is ok, in ubuntu it is too slow, almost all pages in browser stop loading... can anyone help me?13:34
ebandit_brokenexplosive: done. exit and reboot ?13:35
LiohAuwell the ifconfig reports 1.21 for eth0, and 1.19 for wlan3, there are no other interfaces, and ssh 192.168.1.21 works13:35
explosiveebandit_broken: ok13:35
hkrrsxLiohAu: You're SSH'ing to yourself?13:36
LiohAuno13:36
OerHeksLiohAu, are you running ssh from that box to an other machine or to your box?13:36
FL3SH_how setup motin to work in LAN?13:36
LiohAua machine, to another machine13:36
LiohAu(the box is obviously in the middle)13:36
EugeneBanditexplosive: still dropping to initramfs13:36
OerHeksLiohAu, oh. so ssh'ing out is working, so you really wonder?13:36
explosiveEugeneBandit: ok, press e over the ubuntu entry in grub13:37
LiohAuOerHeks: It shoud not work if I use 1.21.13:37
explosiveEugeneBandit: first did you try an older kernel?13:37
explosiveadvanced > ..13:37
LiohAuwith 1.19 I would understand since it's the wlan3 interface IP, but 1.21 is associated to a disconnected interface13:38
hkrrsxLiohAu: OerHeks: What probably happened is wlan3 automatically took over when eth0 was unplugged13:38
EugeneBanditexplosive: i didn't, i don't think i have any older kernel since it's a fresh install. i typed e in grub13:38
OerHeksLiohAu, how do you use *.*.1.21 to ssh out?13:38
LiohAuhkrrsx: is there a way to disable this behavior?13:38
explosiveEugeneBandit: ok, in the line that sayd linux vmlinuz .... quiet splash try removing the root= part13:38
bogdanwhat is askpass?13:38
hkrrsxLiohAu: Turn off your wireless card/network settings when you're hard-wired13:38
LiohAu..13:39
hkrrsxNo kidding.13:39
LiohAuOerHeks: you wanted to know how do I ssh ? "$ ssh 192.168.1.21"13:39
LiohAuas everybody with ssh I guess ^^13:39
EugeneBanditexplosive: still dropping into initramfs, but new error, i'll paste it in a few13:40
explosiveEugeneBandit: try root=/dev/sda113:41
EugeneBanditexplosive: alright, i'll try it. here's the error if it's relevant : http://paste.ubuntu.com/10791617/13:41
OerHeksLiohAu, i do not really understand, you have eth0 with *.*.1.21 and wlan3 *.*.1.19, and you ssh out to yourself?13:42
EugeneBanditexplosive: tried /dev/sda1, back to the first error with "ALERT! /dev/sda1 does not exist".13:43
=== protosou- is now known as protosoul
explosiveEugeneBandit: ok, try adding rootdelay=3 after quiet splash13:44
LiohAuI have 1 pc with a given IP (I don't know which ip it is, and we don't care), and I am trying to ssh to another pc which has 2 interfaces, eth0 (1.21) and wlan3 (1.19), RJ45 cable is not connected, and I don't understand why "ssh 192.168.1.21" still works. I assume that the OS is using the WLAN interface transparently, but I don't see why it does that.13:44
LiohAuActually it's like if the wlan interface was a gateway for the eth0 interface...13:44
=== crazybluek is now known as Blueking
OerHeksLiohAu, now you are clear, yes, i think too that the wlan takes over, never seen that before.13:45
EugeneBanditexplosive: replacing the "root=UUID=..." with "root=/dev/sda1" again with the rootdelay ?13:45
explosiveyeah13:45
EugeneBanditexplosive: same again13:46
explosivewhich ubuntu is this13:47
EugeneBanditexplosive: xubuntu 14.04.2 (kernel 3.16.something)13:47
explosiveEugeneBandit: boot the live usb again13:47
LiohAuwell next quesiton: I think I have messed up something with the window manager. When the boot is finished, the screen remains black but I still have the cursor.13:48
bananabobhey all, i have a script that i need to run (with sudo) from users 14.04 that needs to end with a logout. That seems hard to do, gnome-session-quit wont work without the proper ENVs in place and service lightdm restart will only end up in blackscreen with cursor blinking. Any ideas13:48
ebandit_brokenexplosive: done13:49
LiohAu(the missing question was : how do I fix that :P)13:50
explosiveebandit_broken: type sudo dumpe2fs /dev/sda1 | grep superblock13:50
hkrrsxbananabob:  “/usr/bin/gnome-session-save --kill” ?13:51
hkrrsxbananabob: See section (C) Logoff Gnome from this URL:  http://www.cyberciti.biz/tips/linux-desktop-how-to-shutdown-restart-or-logoff-gnome-via-commandlauncher.html13:51
ebandit_brokenexplosive: there are superblocks13:51
explosivewhat's the first backup one?13:51
explosive32768?13:51
ebandit_brokenyes13:51
explosiveebandit_broken: ok, type sudo fsck -b 32768 /dev/sda113:52
ebandit_brokenexplosive: do i type "y" to each "Fix?" ?13:52
explosiveyeah13:53
ebandit_brokenexplosive: done13:53
explosiveok13:53
explosivetry mounting it13:53
explosivesudo mount /dev/sda1 /mnt13:54
ebandit_brokenexplosive: done, ls /mnt returns dirs from a root dir13:54
explosiveok13:54
explosivetry to reboot13:54
bananabobhkrrsx: Thanks but there is no gnome-session-save on 14.0413:55
EugeneBanditexplosive: rebooting... do i change the "root=" ?13:55
explosivenah13:55
ElenchHmm, I got StumpWM working, but now something to do with keyboard maps is catching Control-Space13:56
ElenchHow do I make it stop?13:56
EugeneBanditexplosive: back to the first error message13:57
explosivethat sucks13:57
explosivetry a larger rootdelay maybe13:57
hkrrsxbananabob: The only other thing I'm seeing is to kill the user's entire session13:59
hkrrsxhttp://bash.cyberciti.biz/desktop/logoff-kdegnome-desktop-user/13:59
EugeneBanditexplosive: same error. :(14:00
explosiveEugeneBandit: ok boot the live usb14:01
EugeneBanditexplosive: that might not be relevant, but i used to run kxstudio (ubuntu based), that i upgraded to kernel 3.19.1, then downgraded to 3.16 and _i think_, i tried to reinstall this newer version with reboot the system first after downgrading14:01
EugeneBanditand by newer version, i mean, this xubuntu iso14:01
bananabobhkrrsx, thanks, but that leaves me in black screen with curser kind of mode :/14:01
bananabobcursor *14:01
explosiveEugeneBandit: i dont follow14:01
EugeneBanditexplosive: arrrh, sorry. i meant i didn't reboot the system after downgrading the system14:01
hkrrsxbananabob: If " pkill -u <USER_ID> " doesn't do the trick for you, I'm out of options14:02
explosiveEugeneBandit: what do you mean you installed this without rebooting?14:03
explosiveEugeneBandit: you booted the live usb and installed right?14:03
EugeneBanditexplosive: this goes from KXStudio 14.04 (kernel 3.13) updated to kernel 3.19.1 in command line, then the package manager downgraded the kernel to, i think, wiped install before properly rebooting the system14:03
bananabobyeah that will be my fall-back, i was hoping for a built in gracious solution but im stumped too :) Thanks for helping though!14:03
EugeneBanditsorry, for my clumsy fingers and head : downgraded to 3.1314:03
EugeneBanditdamn, downgraded to 3.16 actually14:04
EugeneBanditexplosive: yes14:04
EugeneBanditexplosive: i meant to say, in the previous system, i updated the kernel without reboot the system proprely. just after the update, i booted on the live CD and installed a fresh xubuntu 14.0414:05
EugeneBanditi wonder if that might be related14:05
explosiveEugeneBandit: oh ok14:05
explosiveno i dont think so14:05
explosivedid the live usb boot?14:06
EugeneBanditexplosive: yes14:06
explosiveok, chroot as usual14:06
explosivetype sudo mount /dev/sda1 /mnt14:07
explosiveebandit_broken: type for i in /dev /dev/pts /proc /run /sys; do sudo mount -B $i /mnt$i; done14:07
EugeneBanditexplosive: just in case, the first install i tried, i chose a crypted setup with LVM. trying the commands now14:07
explosivemight as well sudo mount /dev/sda5 /mnt/home14:08
NotYourAvgGoatWhenever I plugin my headphone i get this https://i.imgur.com/jlHXUjZ.png annoying popup14:09
ebandit_brokenexplosive: done14:09
explosiveEugeneBandit: then sudo chroot /mnt14:09
explosiveebandit_broken: apt-get update && apt-get dist-upgrade14:09
=== NotYourAvgGoat is now known as NedStark
ElenchSorry, had connection problems, is there a way to stop the keyboard map switcher stealing control+space?14:10
Mate__hello, could smbdy help with black screen after loading ?14:13
explosive!nomodeset | Mate__ try this14:14
ubottuMate__ try this: A 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 parameter14:14
jrtappersIs there anything that should be done about UDP traffic and iptables that is different to default?14:14
jrtappersI just saw a UDP scan for a list of random ports with a forged source, and wondered if there is a common config mistake it is trying to exploit14:14
lesshastewhere do I set a static ip address? Currently I am using dhcp. I thought it was in /etc/network/interfaces   but that only shows auto lo14:15
lesshaste iface lo inet loopback14:15
ElenchI've turned the shortcut off in gnome-control-centre but it still happens14:15
jrtapperslesshaste, Ubuntu server?14:15
lesshastejrtappers,  I am running a normal ubuntu desktop14:16
Mate__will it help me if i dont have X, Unity . screen is more blacker, i cant get console by ctrl alt f11?14:16
jrtapperslesshaste, Should be able to do it in the networking menu14:16
lesshastejrtappers,  I would like to know which config file it is14:16
ebandit_brokenexplosive: done!14:17
explosiveebandit_broken: ok, type dpkg -l | grep linux-image14:17
jrtapperslesshaste, https://help.ubuntu.com/lts/serverguide/network-configuration.html <Static IP address assignment>14:17
ebandit_brokenexplosive: http://paste.ubuntu.com/10791863/14:18
lesshastejrtappers,  it does say /etc/network/interfaces14:18
jrtapperslesshaste, I think that is the right file, but there may be multiple ways14:19
lesshastejrtappers,  there is no sign of dhcp in that file. Maybe the graphical network config file uses some of other file14:19
explosiveebandit_broken: ok, type exit and try to reboot i gues14:21
madsjhi; how do I get the applications menu in the top bar?14:23
jrtapperslesshaste, Network Manager uses the files in /etc/NetworkManager/14:23
EugeneBanditexplosive: it works! thank you very much14:24
explosivegreat, no problem14:24
EugeneBanditexplosive: do you know what kind of problem that was ?14:24
explosivewho knows :D14:25
guest-rMo2aAhy, I think I made noobish mistake.  I  deleted my password like this: "sudo passwd -d <UserName>" .  Trouble is I can't log back in, I'm ussing lubuntu.  Can anyone help?14:25
EugeneBanditahah :D14:25
explosivecause the dist-upgrade fixed it14:25
explosivemight be the newer kernel, or who knows what14:25
xanguamadsj: open Appearence settings and you can set it in the second tab14:25
EugeneBanditexplosive: yeah! that's surprising because i think i tried almost everything we did, but now it works! :)14:25
guest-rMo2aAI tried "passwordless", "password", "", but nothing works14:26
jrtappersguest-rMo2aA, Real machine?14:26
explosiveEugeneBandit: yeah it was pretty odd!14:26
EugeneBanditexplosive: thank you again! have a nice day :)14:27
guest-rMo2aAI think yes.  I'm not using virtualization14:27
explosivenp, you too :)14:27
madsjxangua: not quite .. :-(14:27
guest-rMo2aAjrtappers, i don't use ssh or WM ware14:27
madsjNo settings found it in there enables it14:27
jrtappersguest-rMo2aA, Are you using the machine for this chat window?14:28
guest-rMo2aAjrolland-ubuntu, no i'm using the guest account14:28
hkrrsxlesshaste: How to setup a static IP in Ubuntu GUI -- https://www.youtube.com/watch?v=o9fJWDoX4nE14:28
guest-rMo2aAjrolland-ubuntu, I mean yes :)14:28
guest-rMo2aAjrolland-ubuntu, sorry I' didn't mean you14:29
jrtappersguest-rMo2aA, You will want to boot into single user mode to reset it, blank passwords are not really used much in linux14:29
xanguamadsj: sure quite, you have two options: show menus in panel or tittle window14:29
xanguaI'm asuming you are using unity14:29
killall hello is there a way i can make ntpdate to a server with stratum 16? (i dont care if it is bad or not)14:30
jrtappersguest-rMo2aA, why do you want no password?14:30
guest-rMo2aAjrtappers, great how do I start in single user mode?14:30
jrtapperskillall, stratum 16 is unsynced14:30
guest-rMo2aAjrtappers, I was just playing around, I wasan't expecting it to turn out like this14:31
killalljrtappers: i know but when i do ntpdate it does not do because of stratum, how can i force even with stratum 16?14:31
guest-rMo2aAjrtappers, the manual said it will delete the password I didn't expected any of this really14:31
=== BOHverkill_ is now known as BOHverkill
madsjxangua: I was talking about the Applications menu with all applications installed, not the one for the program currently used14:32
jrtappersguest-rMo2aA, https://wiki.ubuntu.com/RecoveryMode14:32
=== ubik is now known as Guest60044
jrtapperskillall, what is the error14:32
killallstratum to high jrtappers14:33
jrtapperskillall, what are you syncing to?14:33
=== andrex is now known as andrex|off
jrtappersIs there a way to make psad ignore small amounts of pings14:44
chrislpHi, if /dev/sda is mounted at / and /dev/sdb is mounted at /home, would loading a program that needs to access a config file from /home/.config cause the hard drive to start spinning physically and make noise?14:45
jrtapperschrislp, if /home is on that drive then probably14:46
chrislpthanks jrtappers14:47
=== andrex|off is now known as andrex
ioriajrtappers, you  cannot limit the number of packets  ?14:51
jrtappersioria, Its more that a single ping from a host shows as the same threat level as a backdoor attempt...14:52
VoyageHI14:56
VoyageI had skype but had problems with voice, I tried to download skype.deb from skype.com. Installed it and this happened at boot (something to do with libjson.c.s0.2): Kernal panic. not syncing. attempt to kill init. exit code: 0x00007f0. cpu pid 1 comm init not tainted. 3.14.033 gen... $ 44 ubuntu hardware name dell inc lattitude d630. dump stack do group exit. sys exit. sys call fast path. kernel14:56
Voyageoffset.14:56
Voyagemy system dont boot. caps lock and other lights blink. any thing that can fix it/14:57
Voyage?14:57
geniiVoyage: If all three of your keyboard lights are blinking on and off this indicates a kernel crash14:58
Voyagegenii ok. why would kernel crash due to skkyp?14:58
Voyagegenii and what the solution14:58
hkrrsxVoyage: Reboot ?14:59
Voyagehkeide did that many times. same message14:59
geniiVoyage: At the grub screen try to select the previous kernel14:59
Voyagegenii did that14:59
Voyagegenii did recovermode too14:59
Voyagesame message14:59
hkrrsxVoyage: Remove skype ?14:59
Voyagehkeide dont have control. can even login15:00
hkrrsxvia Recovery Mode15:00
Voyagecant15:00
Voyagerecovery mode says the same message15:00
geniiVoyage: Looks like you'll have to boot from external media liks livecd/liveusb. chroot into your installed system, and remove skype15:00
* genii wanders back to work for a bit15:00
Voyagegenii ok. I can boot from live cd. but how to chroot?15:00
hkrrsxVoyage: Watch this YouTube video to get into Single User Mode on Ubuntu --- https://www.youtube.com/watch?v=PlA1vmEn3UY15:02
hkrrsxYou should be able to get to a command line prompt using that technique15:03
Voyagek15:03
hkrrsxSTOP at 2:3315:03
ioriaVoyage, youhaveto mount your partitions15:03
hkrrsxDO NOT reset the root password15:03
ioriaVoyage, and the chroot  in your mounted partition15:04
Voyagehkrrsx ok15:05
Voyageioria how to chroot15:05
ioriaVoyage, sudo chroot  /dev/bla/bla15:05
Voyagewhat will this do?15:05
ioriaVoyage,  first :  sudo fdisk -l15:06
ioriaVoyage,  first :  then mkdir somewhere15:06
Voyagek15:07
ioriaVoyage,  then mount your linux  partition, chroot in that, and  remove program15:07
Voyagehow to remove skype? by apt-get remov?15:07
stanmcmHello!  I'm trying to track down a memory leak.  Out of 8 gigs I have less than 200 meg free.  This is after shutting down all known services and virtual machines.  Are there built in tools I can use?  what I see in top isn't adding up to 8gig, or even close to it.15:08
Voyageioria obviously apt wont work as I wont be on that system as a logged in user15:08
geniiVoyage: Before you do the chroot command, you need to bindmount certain directories into the place you will be chrooting to. these are the /proc /sys /dev and optionally if you want network, copy the /etc/fstab file from the live session to the mounted etc directory.15:08
ioriaVoyage,  remove or purge, yes15:08
geniiVoyage: Better to purge15:08
Voyagegenii dont you think that  apt wont work as I wont be on that system as a logged in user15:09
VoyageI mean the live cd system would be different than my HDD /15:09
geniiVoyage: chroot puts you on that box as root15:09
Voyageoh.15:09
Voyageso I just chroot /path/to/the/problematic/root/partition ?15:09
geniiVoyage: If you really wanted, you could su to that user, but for package removals or such root is what you require anyhow15:10
geniiVoyage: First bindmount those dirs15:10
Voyagegenii I woulud just chroot the root / of the old system15:10
geniiVoyage: My work requires me. I will be back and forth from computer15:10
Voyageo15:10
Voyageok15:10
Voyagethanks15:10
geniiVoyage: If you only just chroot and try removing packages it will fail15:11
geniibindmounting those dirs first required15:11
geniiafk15:11
ElenchI solved my immediate problems, I'd just like to thank those who gave suggestions15:11
Voyagegenii I  will mount th partition in normal way first15:11
ioriaVoyage,  if apt-get remove doesn't  work, try the full path  /usr/bin/apt-get15:11
Voyageioria right. thanks15:11
=== crazybluek is now known as Blueking
Bluekinganyone has experience with xmlrpc`?15:18
bloodytearzhello guys anyone can help me with one matter regarding kubuntu ? i asked in kubuntu channel but i guess noone there15:24
Voyageioria,  I have chrooted now and can use apt but when I try to resolve things. it says E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/j/json-c/libjson-c2_0.11-4ubuntu1_amd64.deb  Could not resolve 'us.archive.ubuntu.com'15:25
Voyagelooks like after chroot, I cant use network15:26
ioriaVoyage,  ping 8.8.8.815:26
Voyageunkonw host15:26
Voyageioria,  wait15:26
Voyage8.8.8.8 is pingable. but google.com is not15:26
ioriaVoyage,  can you use network manager ?15:27
ioriaVoyage,  preference -> network connection15:27
Voyageioria,  yes but the network manager would be of live cd. not of the chrooted /15:27
geniiVoyage: exit the chroot with: exit   Then: cp /etc/resolv.conf   /mountplace/etc/resolv.conf      then chroot back in again15:27
imbezolVoyage: try "host google.com 8.8.8.8"15:27
geniimountplace is the dir you have where you ounted the old system15:28
* genii wanders back to work for a bit15:28
colby_hi I have just installed pgp and was wondering if someone wants to help me test so I know what I am at. Thanks15:28
Voyageimbezol,  google.com has address 173.194.45.6615:28
Voyagegenii,  ok15:28
Voyagewhat genii  said is working15:30
matt|homesigh. hi. so i just did a fresh install of 14.10 , and after messin around with some drivers everything seemed to be working fine. then out of nowhere, after i login the top and left menus in gnome are missing. all i see is my desktop background15:30
Voyagegenii,  I cannot now do sh: 1: cannot create /dev/null: Permission denied15:30
matt|homecan someone tell me how i can fix this please?15:30
Voyagewhy is that15:30
Voyageioria,  genii  it says /var/lib/dpkg/info/libjson-c2:amd64.postinst: 17: /var/lib/dpkg/info/libjson-c2:amd64.postinst: cannot create /dev/null: Permission denied15:31
geniiVoyage: As I said like 2 or 3 times, before chroot you have to bindmount the /dev /proc and /sys of the booted system into the ones of the place you want to chroot to.15:31
genii( before you chroot there)15:31
imbezolmknod /pathtochroot/dev/null c 1 315:32
matt|homehey genii , can i get some of that goodwill of yours for a bit of help? :P <3 plz? xoxo15:32
matt|homei can pay you in huggles15:32
rgammon51_On 15.04 with all updates applied, Desktop edition15:33
Voyagegenii,  amm.... I really didnt got you as I am not so experienced. my old system is mounted at : /media/kubuntu/0b3a1c13-1b28-4ae8-b8df-ef3adc71c37d/           so i just chroot /media/kubuntu/0b3a1c13-1b28-4ae8-b8df-ef3adc71c37d/  . I thnk you want me to exit and do some bindmout (whats that?) and chroot again.15:33
rgammon51_Nfs server reports no errors on start, stop, restart, and showmounts shows nothing15:34
geniiVoyage: Easiest is: exit chroot again. then: mount -o bind /dev /mountpoint/dev    ...do this same command 2 more times, once for proc and once for sys   ... then chroot back in15:34
geniimatt|home: I'm somewhat spread thin right now, perhaps in 45 mi nutes when my lunch is15:34
OerHeksrgammon51_, please join #ubuntu+1 for vivid support.15:35
OerHeks* until release15:35
Voyagegenii,  so  mount -o bind /dev   /media/kubuntu/0b3a1c13-1b28-4ae8-b8df-ef3adc71c37d//dev15:35
rgb-onematt|home: you are using Ubuntu Gnome?15:35
Voyagegenii,  sudo mount -o bind /dev   /media/kubuntu/0b3a1c13-1b28-4ae8-b8df-ef3adc71c37d//dev15:35
matt|homeyeah.15:35
rgb-onematt|home: What graphics card are you using?15:36
matt|home14.10 , uh .. nvidia i think. one moment15:36
xyzwhateverhelp, I increased the disk size of my virtualbox ubuntu, but the stupid ubuntu still thinks it has the small disk,. how do I tell it ???15:36
matt|home00:0d.0 VGA compatible controller: NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2)15:36
cfhowlettxyzwhatever, reinstall15:36
xyzwhatever:(15:36
xyzwhateverall my software gone?15:36
rgb-onematt|home: do you have the noveau and nv graphics drivers installed?15:37
cfhowlettxyzwhatever, ask #vbox the reason why15:37
OerHeksxyzwhatever, old answer, still valid : http://askubuntu.com/questions/101715/resizing-virtual-drive15:37
rgb-one!xf8615:37
matt|homeafter i type in my login password, the screen briefly resizes and i dont see the left/top menus, right clickign doesn't do anything15:38
rgb-one!noveau15:38
matt|homergb-one : yeah , i had to manually remove noveau and add the nvidia driver myself. it was working a few minutes ago15:38
matt|homefor like half hour15:38
Happy1Does anyone know that works like magic terminal tool, that can download streaming videos? I want to download "http://iview.abc.net.au/programs/checkout/LE1402H001S00#playing"15:38
rgb-one!nouveau15:38
ubottunouveau is an open-source nvidia driver included by default since Ubuntu 10.04. Currently, 3D rendering is only partially supported. More information can be found at http://nouveau.freedesktop.org/wiki/ | See !nvidia for the closed-source Nvidia driver.15:38
tillHello, I have issues with handbrake and my dvd drive ... what is the best way to find out what the problem it/to test the whole dvd -> handbrake chain (ide dvd drive)?15:38
rgb-onematt|home: How many times did you reboot?15:39
matt|homergb-one : yeah i correctly did all the video driver things, like i said it was working fine for a while then just stopped15:39
matt|homea lot15:39
Happy1If anyone knows the answer to my question could they please PM me.15:39
marianne_ok guys, totally screwed up blu-ray playing on VLC. IT was working fine then I got it into my head to upgrade to vlc 2.2.0... now I'm getting errors when I start my blu-rays (yes, i have the no menu box checked)15:39
marianne_HELO!15:39
marianne_HELP!15:39
=== `hypermist` is now known as sleepypc
rgb-onematt|home: It may have seemed to be working fine because even though you replaced the drivers, the system may have still been using the one you removed.15:40
matt|homenah, because it wasn't working til i installed the correct drivers15:41
rgb-onematt|home: I see15:41
matt|homeif worse comes to worse i can just uninstall/reinstall the gui right?15:41
rgb-onematt|home: indeed15:42
matt|homehow do i do that15:43
rgb-onematt|home: how did you uninstall the default drivers? What apt command did you use?15:43
matt|homeoh jeez i totally forgot, ive been typing commands all day and im half asleep. here one moment..15:43
matt|homehttp://www.beginninglinux.com/home/graphics-drivers/install-nvidia-custom-driver-on-ubuntu-12-04 <-- i followed those instructions15:44
geniiVoyage: In that command you showed me, remove one of the /  where you have two of them /media/kubuntu/0b3a1c13-1b28-4ae8-b8df-ef3adc71c37d//dev  <-- note two // before dev here, make it one15:44
Voyageya15:44
Voyagegenii,  it looks like all is well now. the errors just disappeard15:44
Voyagegenii,  i dont know what to do with the "libjson.c.so.215:44
geniiVoyage: That is probably not a critical error, for now I would ignore it15:45
Voyagegenii,  thats what started all15:45
geniiVoyage: The main objective right now is to get your original system booting15:45
Voyagegenii,  i do not know if it will boot now15:45
geniiVoyage: You did: apt-get purge skype     ( or similar?)15:46
Voyagegenii,  I did nothing. i was having errors when i didnt bindmount.  when i did. all errors just faded away.15:46
Voyagegenii,  skype was never there15:46
Voyagegenii,  skype was never there (according to apt)15:46
geniiVoyage: You stated originally you installed skype from their site and then system became unbootable15:46
Voyageyes15:47
Voyagegenii,  but I used the .deb15:47
matt|homergb-one : so , do i have to uninstall/reinstall ?15:47
rgb-onematt|home: reinstall15:47
matt|homekay, whats the commands/thing i should look for15:47
geniiVoyage: Then it should still show if you do a command like apt-cache policy skype15:47
geniiBut with a source like /var something instead of a repository name15:48
xyzwhatevergoddammnittt why is the extended virtualbox disk now called sda2 and I cannot extend the sda1 to it15:48
Voyagegenii,  skype:15:48
Voyage  Installed: (none)15:48
Voyage  Candidate: 4.3.0.37-0ubuntu0.12.04.115:48
matt|homergb-one : sudo apt-get install --reinstall ubuntu-desktop ?15:49
Voyagegenii,  Version table:15:49
Voyage     4.3.0.37-0ubuntu0.12.04.1 0     500 http://archive.canonical.com/ubuntu/ utopic/partner amd64 Packages    500 http://archive.canonical.com/ utopic/partner amd64 Packages15:49
geniiVoyage: At this point I think you should do: apt-get -f install       (no packagename after this, just as I wrote it) And see what it does15:49
Voyagegenii,  is skype installed?15:49
Voyagegenii,  did the -f thing15:49
=== ubuntu is now known as Guest23861
Guest23861somebodz wanna challenge _15:49
rgb-onematt|home: not sure15:49
rgb-one!gnome15:49
ubottuGNOME was the default desktop environment on Ubuntu up to 10.10. To install the GNOME Shell, type [ sudo apt-get install gnome-shell ] in a !terminal. For the GNOME-based !flavor of Ubuntu, see !ubuntu-gnome15:49
geniiVoyage: Did it install/deinstall things, do nothing, something unexpected, what?15:49
Voyagegenii,  when I didnt did bindmound. -f install was giving errors about libjson. when I did bindmount and then chrooted. there were no errors without me doing anything. STRANGe15:50
rgb-one!ubuntu-gnome15:50
ubottuUbuntu GNOME is a supported !flavor of Ubuntu that uses !GNOME as the default desktop environment instead of Unity. For more info or to download, see http://www.ubuntugnome.org/ or https://wiki.ubuntu.com/UbuntuGNOME/OneStopPage15:50
Voyagegenii,  no. after bindmout, chroot, -f didnt do anything but didnt gave any errors either15:50
geniiVoyage: I would AGAIN now run the apt-get -f install15:50
Voyagegenii,  did that many times. autormove too15:50
Voyagegenii,  is skype installed  . according to policy?15:51
geniiVoyage: Apparently it is not.15:51
Voyagegenii,  should I get rid of libjson15:51
Guest23861how to Format a Hdd thats encypted and onlz boots itself befor booting from cd or usb15:51
geniiVoyage: Not right now. First command: sync15:51
Guest23861somebody a clue _15:52
Voyagegenii,  sync? whats that15:52
rgb-oneGuest23861: change the boot order from the BIOS15:52
Guest23861i cant15:52
geniiVoyage: sync makes sure there are no unwritten disk writes in the buffer15:52
rgb-oneGuest23861: You cant access the BIOS?15:52
Voyagegenii,  ok15:52
Voyagegenii,  now what15:52
Guest23861thas right15:52
geniiVoyage: the libjson errors as I said before aree not errors that would give the kernel panic15:53
=== davevanloo-bed is now known as davevanloo
rgb-oneGuest23861: What system are you using?15:53
Guest23861on the hdd or here _15:53
Voyagegenii,  ok.15:53
Voyagegenii,  should I reboot now?15:53
geniiVoyage: You should try now to exit the chroot, exit the livecd and re-try to boot the system15:53
* genii runs back to work15:53
xyzwhateverplz help me, how do I extend /sda1 to this unallocated space??? http://s1.postimg.org/ylkd3bgj3/Captu32342323re.png15:54
Voyagegenii,  thanks!15:54
OerHeksxyzwhatever, not. there is a partition in between.15:54
xyzwhatevergoddamnit why15:54
OerHeksxyzwhatever, maybe you can move that partition to the end, can you drag it?15:55
OerHeksxyzwhatever, please don't curse15:55
xyzwhatevercant drag it15:55
matt|homeokay, now im tired. is there a way for me to do some kind of completely clean reinstall of the entire X system in ubuntu without getting rid of my graphical drivers and stuff like that?15:55
explosivexyzwhatever: isn't thing to do would be to delete the swap partition, and extend the primary one, then make the swap again15:55
explosive*easiest thing15:55
OerHeksxyzwhatever, do this from a live-cd, not from a running system15:55
xyzwhateveri am in a live cd now15:56
hkrrsxmatt|home: no, if you re-install your operating system, the graphics drivers go in the formatting process15:56
matt|homeno no , i just wanna reinstall X15:56
matt|homenot the whole OS15:56
colby_copy the dev folder.....isnt that where all the drivers go?15:56
explosivexyzwhatever: type sudo parted -l15:56
mmazingdid my earlier message come through ... ? xyzwhatever: http://derekmolloy.ie/resize-a-virtualbox-disk/15:56
hkrrsxsudo apt-get install --reinstall <desktop_environment>15:56
matt|homehttp://www.ubuntugeek.com/ubuntu-tiphow-to-removeinstall-and-reconfigure-xorg-without-reinstalling-ubuntu.html <-- will this work?15:57
hkrrsxAnd you should still have your graphics drivers afterwards15:57
Voyagegenii,  it worked and I am back to old system. thanks. I learned something from you today15:57
xyzwhateveryeah mmazing but see my screenshot it looks different15:58
Aro2220Hi, I've followed this tutorial http://blog.bobbyallen.me/2014/01/11/setting-up-teamspeak-3-on-ubuntu-server-12-04-lts/ to install teamspeak on ubuntu 12.04 but it's running as root15:58
Aro2220how do i create a new user account and fix this service so it runs off that?15:58
mmazingi was disconnected for a bit15:58
matt|homeomfg.. why..15:59
hkrrsxAro2220: This line from your tutorial creates user "teamspeak3" ---- sudo adduser --disabled-login teamspeak316:00
colby_matt i am a noob to linx in general but if all ur concerned about is drivers, wipe the machine and install the latest version of ubuntu16:00
Aro2220hkrrsx: for some reason when i looked at top it said it was running from user root16:02
jeffreylevesquecan someone tell me what this upstart script does - https://bpaste.net/show/06e3b64d49b116:02
jeffreylevesqueit's located in /etc/init/redis-server.conf16:02
hkrrsxAro2220: kill the current TeamSpeak process and relaunch it ...... hopefully, it'll launch from the "teamspeak3" user16:02
jeffreylevesquedoes it start the redis-server when the ubuntu machine starts up?16:02
Aro2220it still says it is running from root16:03
geniiVoyage: Glad to assist16:03
hkrrsxAro2220: Are you logged in as root right now?16:04
Aro2220hkrrsx no16:04
jeffreylevesquei don't think my upstart script is doing anything16:04
Aro2220hkrrsx: i was before and it also showed as root16:04
explosivejeffreylevesque: is it running? ps aux | grep redis-server16:05
hkrrsxAro2220: Reboot your computer, your instructions say Teamspeak should start on boot16:05
jeffreylevesqueexplosive: all i get is the grep process `jeffrey    3139  0.0  0.0  11740   936 pts/9    S+   12:05   0:00 grep --color=auto redis-server`16:05
Aro2220hkrrsx: it does in fact start from boot. I've rebooted 3 times already and it's always running as root.16:05
explosivejeffreylevesque: maybe it's not enabled?16:06
explosiveupdate-rc.d rdis-server enable16:06
Aro2220hkrrsx: i also ran cat /etc/passwd and teamspeak3 user is there16:06
hkrrsxAro2220: Then you probably missed a step or something went wrong16:06
jeffreylevesquei am able to manually run the commands `sudo [start|restart|stop] redis-server`16:07
mostefihye everyone16:07
Aro2220hkrrsx: any idea what steps I could take to troubleshoot?16:07
explosivejeffreylevesque: ok, try to enable it with update-rc.d so it starts when the pc boots16:07
hkrrsxAro2220: cross-reference your command history to the instructions and verify that you didn't miss anything16:07
jeffreylevesqueexplosive: when i do `update-rc.d rdis-server enable`, i get `update-rc.d: /etc/init.d/rdis-server: file does not exist`16:07
explosivejeffreylevesque: when you manually start it does it start?16:08
jeffreylevesqueyes sir16:08
hkrrsxAro2220: You might also go into /etc/password and set the shell for user 'teamspeak3' to /bin/false or /sbin/nologin16:08
hkrrsxThen reboot again and see if that helps16:08
explosivejeffreylevesque: try ls /etc/init.d | grep rdis16:09
explosive*/etc/passwd16:09
explosiveAro2220: ^16:09
jeffreylevesquei get nothin with ` .. | grep redis`16:10
jeffreylevesqueor rdis16:10
hkrrsxexplosive: Thanks for the correction16:10
explosivenp16:10
hkrrsxAro2220: I meant /etc/passwd16:10
jeffreylevesqueexplosive: https://bpaste.net/show/07036ac6837816:11
explosivejeffreylevesque: how did you install redis-server?16:13
jeffreylevesqueexplosive: https://github.com/jeff1evesque/machine-learning/wiki/Redis#installation-on-ubuntu16:13
Aro2220hkrrsx: checked history...it's all in there16:14
Aro2220hkrrsx: bin/false or /sbin/nologin?16:15
Aro2220which one?16:15
Aro2220does it matter?16:15
=== erwin is now known as PHPLearner
hkrrsxAro2220: check your /etc/passwd file and see whats in there16:16
Aro2220it was /bin/bash16:16
hkrrsxAro2220: if you have /usr/sbin/nologin , go w/ that16:16
Aro2220it's mostly bin/bash16:16
Aro2220err bin/false16:16
hkrrsxAro2220: Ok, then go with /bin/false16:16
Aro2220well actually....16:16
explosivejeffreylevesque: i dunno16:18
explosivejeffreylevesque: are there any logs you could check?16:19
=== mrt333_ is now known as mrt333
Knight80Hello everyone!16:22
Knight80Does anybody know how to set up minidlna properly?16:22
Knight80Hello?16:24
digdug__Suddenly, my Gnome term lost its menubar, and it only appears when I hover the title bar16:24
digdug__View | Show Menubar is checked16:25
=== zz_AlphaTech is now known as AlphaTech
digdug__i've disabled the global menubar16:25
jeffreylevesqueexplosive: i have redis `Version: 2:3.0.0-rwky1~trusty`, i think thats old16:26
jeffreylevesquehttps://github.com/jeff1evesque/machine-learning/issues/1785#issuecomment-9160770416:26
OerHeksKnight80, maybe this page is any help http://www.htpcbeginner.com/install-minidlna-on-ubuntu-ultimate-guide/  our page needs cleanup https://help.ubuntu.com/community/MiniDLNA16:26
jeffreylevesquenever mind, i have 3.016:26
ioriajeffreylevesque, it's not available in ubuntu repos ?16:27
pbxcan microsoft lync be made to run under wine?16:27
jeffreylevesqueit is via ppa16:27
hkrrsxdigdug__: close gnome-terminal and re-open it?16:27
* pbx googles the question like he should have before asking16:27
OerHekspbx, check #winehq and their database16:27
Knight80OerHeks Thank you very much16:27
digdug__nope, that didn't fix it hkrrsx16:27
digdug__i think it is after my last apt-get update, though i'm not sure how to check the log16:28
digdug__it used to be below the titlebar, now it's inside the titlebar, but hides itself16:28
hkrrsxdigdug__: is there an auto-hide option in there somewhere?16:28
pbxOerHeks, yeah, not looking good - https://appdb.winehq.org/objectManager.php?sClass=application&iId=1439016:28
digdug__not that i can see16:28
hkrrsxdigdug__: what happens if you de-select Show Menubar and try again?16:29
ioria!info redis-server16:29
ubotturedis-server (source: redis): Persistent key-value database with network interface. In component universe, is optional. Version 2:2.8.13-3 (utopic), package size 316 kB, installed size 907 kB16:29
digdug__that makes it not appear when i hover it16:30
digdug__(i also had to disable it in profile preferences, since there's a "show menubar for new terminals" setting16:30
digdug__now i'm not even sure how to get it back on hover actually haha16:30
digdug__damn it16:30
hkrrsxdigdug__: Language.16:30
digdug__sorry16:31
digdug__ok, there's a show menubar in the right-click menu16:31
hkrrsxThere you go16:31
digdug__i guess they just changed it and hope it's ok16:31
digdug__and i'll have to deal with it16:31
hkrrsxdigdug__: If it's something you get frustrated with, you could always try another terminal emulator16:32
nrml1so I'm having trouble with my apt-mirror cron job.. it does not appear to be running16:32
Aro2220nope still doesn't work =p16:33
nrml1it looks like this: 0 2 * * *  apt-mirror/usr/bin/apt-mirror > /var/spool/apt-mirror/var/cron.log and lives in /etc/cron.daily16:33
pbxis the `apt` command supposed to eventually replace apt-get or just be a subset with a nicer ui?  wondering about things like autoclean16:33
Aro2220does anyone have any resources i could read to understand how /etc/init.d works or update-rc.d?16:33
hkrrsxAro2220: I found this Teamspeak3 installation tutorial that's got your name written on it ....... https://www.youtube.com/watch?v=ClfhQfv1pZ816:33
hkrrsxYes, the video was made using Linux Mint but the instructions are for Ubuntu as well16:34
Aro2220okay i run through a command line but i'll check it out16:34
sugoiryuhello. i rebooted my laptop and now the keyboard wont work unless i modify /etc/default/grub to have GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp=1 i8042.dumbkbd=1" why do i need this now?16:34
=== Matthew is now known as Guest31258
hkrrsxAnd minimal need to use the terminal :)16:34
Aro2220i only have a terminal it's a vps ;-)16:34
=== Guest31258 is now known as mjayk
Aro2220i think this tutorial is for teamspeak3 client not the server though16:35
hkrrsxIt is16:36
hkrrsxI didn't realize you are on a VPS16:36
Aro2220i'm trying to run a ts server on a vps16:36
Aro2220i need to understand how linux determines which user to run things as in /etc/init.d16:36
hkrrsxOk, this is for you ..... https://www.youtube.com/watch?v=xECUS8dEmLQ16:36
hkrrsxSorry, that video is for CentOS16:37
labeeb32I installed ubuntu alongside windows, but now my laptop directly boots into windows. What can I do?16:38
Aro2220labeeb32 you need to fix your bootloader somehow16:38
Aro2220or install one that can handle both operating systems so you have a cohice16:38
Aro2220choice*16:38
labeeb32should default GRUB handle this?16:40
jack_aha16:40
Aro2220GRUB should be able to do it. Don't know any details since I haven't done this in a very long time. Sorry.16:40
Aro2220You should look for tutorials about that though.16:40
jack_hey guys16:41
TomAstrohi folks  does xorg-edgers have an IRC channel?16:41
hackalHello, what permission should I set to files on my web server which should not be accessible? Now they are at 77716:42
smygIGHallo all :) Is there anyone that is an expert on WOL?16:42
jack_700?16:43
jack_i don't know,haha16:43
jack_we all are not talking in the same subject16:43
jack_so,it's the first time i use xchat16:44
jack_seems not very useful....at least till then it seems to be like this16:45
geniihackal: 65016:45
smygIGWOL expert Wanted16:45
OerHekssmygIG, WOL is pretty simple >> https://help.ubuntu.com/community/WakeOnLan16:46
jack_permission 650?16:46
geniijack_: Sorry, no, 1 minute16:46
jeffreylevesquei got redis working on autostart via Ubuntus upstart by commenting out the only line in `/etc/init/redis-server.override`.  Specifically, `#manual`16:46
jeffreylevesqueis this ok?16:46
geniijack_: 644 rather16:47
jack_genii:it's not proposed by me16:47
jack_<hackal>didi16:48
jack_did16:48
jack_i know little about linux16:48
geniijack_: And 755 for those ones you have right now which are 777 will prevent people from writing over your web pages16:49
jack_so the group and other users only have read and write permission with it set to 755?16:50
smygIGOerHeks Does my router hawe to suport WOL?16:50
jack_write and execute16:51
geniijack_: They will have only read and execute and not write16:51
jack_yeah,i got it16:51
ioriajack : the first number refer to you,  the  2°to group,  the 3°   to others. 4=read, 2=write,   1=execute16:51
jack_yeah, i got it ,thx,guys16:52
ioriajack : 4+2+1= 7 you got all rights16:52
jack_ioria:thx16:53
VanDerGrootHey guys.16:54
jack_i'm gonna learn android develop, windows or linux,which one do you prefer?16:54
jack_hey16:54
jack_VanderGroot:welcome,hahahahahaha16:55
VanDerGrootIs there a sensible way to forward tcp connections to another computer if they have a certain HTTP header?16:55
VanDerGrootjack_: What's funny?16:55
geniijack_: Learning linux will help you a lot with learning android, and vice-versa16:56
smygIGVanDerGroot du är svensk va?16:56
genii!se16:56
ubottuSvensk Ubuntu- och Kubuntustöd hittar du i #ubuntu-se resp. #kubuntu-se. Tack!16:56
VanDerGrootsmygIG: Yes, but I don't have a reason to limit myself to swedish support. :)16:56
jack_VanDerGroot:i just wanted to express my welcome,....16:56
jack_genii: ok ,thanks16:57
VanDerGrootjack_: The laughing threw me off. Thanks, I guess. :)16:57
area51pilotis there a way to purge all settings from Bluetooth and go back to install defaults?16:57
ioriaVanDerGroot, maybe Netcat...  i haven't done that16:58
VanDerGrootMaybe it helps if I tell you what I want to accomplish: I've got two servers at home and I want them to serve different websites, both on 80.16:59
smygIGVanDerGroot Är der ok om jag skriver på sv till dig allafall? har lixom ig+ på engelska ;) och min fråga är angående WOL. Kan du påstå att du är bra på WOL?16:59
=== nessessary129 is now known as Guest35680
VanDerGrootsmygIG: Keep the non english in PMs17:00
ioriasmygIG,  i understood only 'pasta' :-)17:01
=== Thierry76be is now known as Thierry|quassel
TurtleDanI wanted to change the background picture but when I load desktop settings it locks up on me.17:04
area51pilotis there a way to purge all settings from Bluetooth and go back to install defaults?17:05
kemmlerCan someone help me identify what file is trying to be accessed here when I use apt-get? http://pastebin.com/aPWeWYaC17:07
kemmlerPackages.gz exists in the directory being accessed and I receive this error W: Failed to fetch http://10.1.1.2:3142/repo/binary/Packages.gz 403 Forbidden17:08
=== java is now known as Guest9629
ioriakemmler, why are you root ?17:13
=== luke is now known as Guest59273
kemmlerioria: because i'm ssh'd into a machine and can do what i want17:14
kemmlerand last time I checked the files i'm working with are owned by root17:16
mjaykthats just bad practice xD17:17
kemmlerNot very relevant though17:18
=== dbm is now known as Guest4966
ioriakemmler, as you know  403  means lack of permissions ....17:20
kemmlerioria: permissions are 644. i can wget the file from the machine having problems17:21
kemmlerapt-get is the only thing returning an error17:21
ioriakemmler, i see17:21
zykotick9kemmler: i assume the :3142 means you're using apt-cacher(-ng) is that correct?  is it setup to allow the machine your trying from?  best of luck.  (PS. i won't visit pastebin.com so haven't seen your paste)17:22
ioriazykotick9, Ign http://10.1.1.2 binary/ Packages     Err http://10.1.1.2 binary/ Packages        403  Forbidden17:23
ioriakemmler, anything in /var/lib/apt/lists/partial/ ?17:25
kemmlerioria: i tried to clear it17:27
kemmlerdidnt help17:27
ioriakemmler, change http with ftp (just a guess)17:29
andybrinegood evening17:30
c3slHello, I was just wondering if there is some software similar to Suse Studio, but open source. Do you guys know?17:30
hkrrsxandybrine: welcome17:31
hkrrsxc3sl: http://alternativeto.net/software/suse-studio/17:31
andybrineI wonder if anyone can help me. Im running gnome-shell and have cleared cache and everything and it still seems to be going incredibly slow.17:31
andybrineIs there anyway to diagnose where I can find where all the memory has gone?17:32
kemmlerioria: that just causes it to hang at [logging in]. pretty sure the server just drops the packets17:32
andybrineI have tried many things but im not able to speed it up.17:33
hkrrsxandybrine: Try running " top " from the command line17:33
hkrrsxor if you have it installed, the colorful "htop"17:33
c3slthanks hkrrsx17:34
andybrineok, thanks. I have used system monitor17:34
hkrrsxThere you go17:34
hkrrsxIf you're looking for mammoth performance gains, I'd say get a solid state drive17:35
hkrrsxHUUUUGE boost in performance17:35
andybrinethat will give me the running processes but it doesnt tell me why my computer is soo slow17:35
andybrineI have a solid state drive17:35
hkrrsxOh ... how about running fstrim ?17:36
hkrrsxsudo fstrim -v /17:36
andybrinelet me give that a shot17:37
andybrinethanks17:37
OerHeksandybrine, maybe htop gives you more info.17:37
andybrineit says that its just trimmed 125gb :S17:38
andybrineis that right?17:38
hkrrsxMarvelous17:38
andybrinethats a lot though right?17:38
OerHeksandybrine, that is fast, usually it takes several minuts17:38
andybrineyea, it was quick17:38
OerHekssounds undefragmented17:38
=== kalen_not-here is now known as kalen
hkrrsxWhat's slow for you? Launching applications, going to web pages, moving the mouse around, etc ?17:39
andybrineI did clean up my computer last week to speed it up but did not make a huge difference17:39
andybrinemoving windows is slow, running multiple apps17:39
andybrineits just slow in general17:39
hkrrsxPastebin the output of " free -m " , please17:39
Bohemushaving some trouble connecting to an openvpn server using the network manager plugin. I can connect using the ovpn profile through command line just fine.17:40
hkrrsxI wonder if you're in swap17:40
EightynineHi. I'm using Ubuntu LTS with XFCE(replaced Gnome and Unity by removing them and installing xubuntu-desktop package) but I didn't like it. Can I turn my system to Ubuntu MATE?17:40
andybrinehere is the pastebin: http://pastebin.com/hEzwJMAe17:40
hkrrsxThanks17:40
hkrrsxWell, available RAM is not the problem ...17:41
hkrrsxYou're not using any swap at all (good)17:41
andybrinethanks for your help. That last command fstrim has really made a difference17:41
hkrrsxExcellent17:41
andybrineI have swap setup though17:41
hkrrsxYou do, indeed17:42
andybrineok cool17:42
andybrinelol, I thought it wasnt for a second17:42
hkrrsxHow many programs do you have open at once when this problem occurs ?17:42
andybrinesometimes its only google chrome17:42
hkrrsxGoogle Chrome can be a beast but it won't chew up 8GB of RAM17:43
andybrineI may have 1 other program working alongside chrome but not a lot of the time17:43
Patero-ngI have a problema, I installed ubuntu 14 on a usb drive but the thing loaded fine ok but after like 10 minutes the screen started to look blocky with some greens blocks very weird this doesn't happen on the same windows 7 pc, it loaded from the usb so help someone???????17:43
andybrineat the moment I have chrome, terminal and quassal running and its using almost 4gb or ram17:44
EightynineI was late at your channel but what DE does he use?17:44
andybrineI though that was really extreme17:44
hkrrsxHow many tabs do you have open in Chrome?17:44
hkrrsxAnd are any of them using Flash, like YouTube.com or something ?17:44
OerHeksEightynine, mate-desktop in 14.04 , you will need a ppa for that > http://www.omgubuntu.co.uk/2014/08/install-mate-desktop-ubuntu-14-04-lts17:44
OerHeksEightynine, as of 14.10 mate-desktop is back in the repos17:45
andybrineI usually have youtube running at times and can have many tabes open17:45
mariano_h0olis17:45
hkrrsxandybrine: close Chrome and check your resources again17:45
andybrinewith free -m?17:45
EightynineThanks, I saw this, but wanted to know whether this safe or not.17:46
hkrrsxPlease17:46
delinquentmeso I'm staring at a EC2 instance ....17:46
OerHeksEightynine, use of a PPA is at your own risc.17:46
delinquentmeand at current the / is almost full17:46
delinquentmebut there is a /mnt/ which has quite a bit of space left there...17:46
delinquentmeis that a *BAD* directory to use as working space on an ec2 instance?17:46
rgb-onePatero-ng: I have had this happen as well when I was using alphaOS Linux17:46
rgb-oneIs is on and off.17:47
EightynineMATE has a better file manager than XFCE, right? Thunar doesn't even have search, it uses Catfish.17:47
OerHeks!md5sum | Patero-ng17:47
ubottuPatero-ng: To 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_Windows17:47
andybrinehere is the pastebin: apC9ZNjz17:47
andybrinehttp://pastebin.com/apC9ZNjz17:47
andybrinestill 2gb of ram being used with online quassal and terminal open17:48
hkrrsxSo a side-by-side comparison shows that Chrome was burning through 2GB of RAM17:48
Bohemusis there an openvpn gui i can use instead of the plugin for network manager?17:48
andybrineyea, thats a fair bit17:48
hkrrsxPerhaps browser tab management would be a good thing going forward17:49
rgb-oneandybrine: What version of Gnome are you using?17:49
andybrinehkrrsx, do you think that I should still be using 2.5gb of RAM with what I have open now though?17:49
ioriaBohemus, try... https://community.openvpn.net/openvpn/wiki/OpenVPN-GUI17:49
EightynineopenSUSE enables TRIM if user installing this distro on SSD. Can anyone please tell me if Ubuntu does this or not?17:49
andybrinergb-one Im using 3.1417:49
hkrrsxandybrine: I don't believe Unity is a light-weight desktop environment17:49
OerHeks!trim17:49
ubottuMany Solid State Drives support TRIM, which allows the drive to do garbage collection and improves performance. Ubuntu 14.04 activates it by default. For older versions, see http://askubuntu.com/a/19480 for information on activating it.17:50
hkrrsxNot the heaviest , but not light either17:50
tewardEightynine: it's activated by default in 14.04 and later17:50
EightynineThanks for the answer.17:50
tewardper the Ubottu factoid just now that OerHeks called17:50
ioriaBohemus, sorry ... foe  win3217:50
toshok_hey all, q: is there any guide to forking a system package into a ppa along with local changes?17:50
hkrrsxandybrine: Yeah, 2GB between the operating system, desktop environment, various services started at boot and a couple of programs .... that sounds ok17:51
andybrinehkrrsx Im not a fan of unity. I have installed Mate and some of the other dsktop environments which could conribute to it slowint down as well17:51
andybrinecool, thanks17:51
Bohemusioria just noticed that!17:51
EightynineIf I remove XFCE(I mean xubuntu-desktop after MATE installation my system will be stable still?17:51
hkrrsxandybrine: You're only running 1 desktop environment at a time, so MATE or XFCE wouldn't contribute to this problem17:51
andybrinejust out of interest, what did that trim command do?17:51
hkrrsxI'd ask you to switch over to one of the other DE's and see if your performance improves any more17:51
hkrrsxfstrim - discard unused blocks on a mounted filesystem17:52
hkrrsxhttp://manpages.ubuntu.com/manpages/precise/en/man8/fstrim.8.html17:52
andybrinehkrrsx it was still slow in the other environments as well17:52
hkrrsxIt was slow then, prior to us running fstrim17:52
andybrineI think that trim may have done the trick17:52
hkrrsxGive it another shot now17:52
andybrineyea17:52
ioriaBohemus, it'  a bit complicated but this should work http://gopenvpn.sourceforge.net/17:53
SmithgiftMy ubuntu laptop is connected via ethernet to a router, as there are no accessable wifi networks in my area, It will constantly disconnect saying it has no wireless connection (true) and reconnect immediately saying it has a wired connection (also true.) How do I get it to stop doing this?17:54
OerHekstoshok_, sure, if you can get hands on the sourcecode, and write something about  the changes https://help.launchpad.net/Packaging/PPA17:55
OerHeksSmithgift, easy, disable wireless in your networkmanager17:55
Bohemusioria, that might work!17:56
Bohemuswish i could get it to work over network manager but i can never connect for some reason17:57
SmithgiftOerHeks: Both the wireless button and the network manager insist that wireless is disabled. It's still doing it.17:58
OerHeksSmithgift, that is curious.17:59
SmithgiftOerHeks: Can I just get network manager to ignore the wireless completely? I rarely use it.17:59
hkrrsxSmithgift: ifdown wlan0 from the command line17:59
OerHeksSmithgift, are you sure it is saying " no wireless" ? so it cannot be a flaky networkconnector?18:00
digdug__oh man, that thing with the menubar happened to everything, not just the terminal18:00
digdug__vlc is doing it too now18:00
=== Jen7 is now known as Jen8
Smithgifthkrrsx: ifdown says that wlan0 is not configured. I'll try a different Ethernet cable.18:01
=== BOHverkill is now known as BOHverkill___
Smithgiftbrb, I have to run from one computer to another, as this isn't the laptop in question.18:01
ki7rwwhat's going on with these web browsers? neither chome nor firefox will stream iheartradio anymore18:03
hkrrsxki7rw: Works fine for me. Do you have Flash enabled in your browser(s)?18:05
SmithgiftOerHeks: Switched to an entirely different cable in a different port in the router, it's still doing it.18:05
ki7rwfrom my understanding, chrome doesn't use flash - i do have flash enabled on firefox18:06
hkrrsxki7rw: Are you getting an error of any kind ?18:06
ki7rwnope. just doesn't play18:06
hkrrsxI tested in both Chrome and Firefox and they both played without intervention18:07
hkrrsxAre you running an ad-blocker ?18:08
triathI have a wierd error, whenever I boot or reboot my computer the the monitor gets "No input signal detected" right after the message "Loading operating system", I then have to push the physical reset button on my PC, it then restarts again normally and it boots. How would I go about finding the cause of this?18:08
hkrrsxPerhaps trying in Incognito mode ?18:08
Patero-ngrgb-one how did you solve it?18:08
rgb-onePatero-ng: I don't think I tried.18:09
Patero-ngcause is running live rbanffy18:09
rgb-onePatero-ng: It didn't happen all the time18:09
Patero-ngrgb-one hah18:09
Patero-ngrgb-one I don't it to happen at all18:10
Patero-ngrgb-one if is live it should be as stable as the installed ver18:10
rgb-onePatero-ng: Expectations.18:10
rbanffyPatero-ng, ?18:10
rgb-onePatero-ng: it is what it is.18:11
Patero-ngrgb-one so no?18:11
EightynineI can't find a good MATE review and don't remember one thing. Can anyone tell me if MATE's file manager has search option?18:11
rgb-onePatero-ng: I don't know how to fix it18:12
rgb-onePatero-ng: It could be because you are using a USB drive18:12
Patero-ngrgb-one serious?18:12
ki7rwthis sucks - don't know what changed but there are other sites that aren't working properly18:12
hkrrsxki7rw: did you try my last couple of suggestions ?18:13
rgb-onePatero-ng: The Alpha OS system was installed on the USB I had and I would use it on various computers18:14
szogoonhowdy :)18:14
rgb-onePatero-ng: Thes screen would go green with some monitors18:14
rgb-onePatero-ng: and occasionally with my laptop18:15
rgb-onePatero-ng: You are going to install the Ubuntu?18:15
ki7rwyeah, i'm running ghostery - i'll try disabling it but everything was working fine a couple of days ago - i know that there was a recent update for firefox - not sure of the last chrome update18:16
szogoongot problem :( got software that was written for DOS, and then moved to Linux (Mandriva). It uses codepage CP852, and i've got proper font but can't get PL characters18:17
massiveblueHello, i have a boot issue with ubuntu gnome vivid, grub2. Freshly installed sys, last installed package: fglrx-driver I also have a BootInfo: http://paste.ubuntu.com/10793356/ I only see the grey rectangle after BIOS and nothing happens. Can anybody help me?18:17
EriC^^!ubuntu+1 | massiveblue18:18
ubottumassiveblue: Vivid Vervet is the codename for Ubuntu 15.04 - Support only in #ubuntu+118:18
EightynineWhat about my question?18:19
massiveblueEriC^^: ty18:20
ki7rwhkrrsx, it was ghostery causing the problem18:21
SmithgiftOK, I tried setting /etc/network/interfaces to manually configure wireless, and therefore snatch it out of NetworkManager's confused clutches. It seems to have been overwritten on restart. Any ideas?18:21
hkrrsxki7rw: Winner18:21
ki7rwgah! one tries to do whatever to protect privacy only to cause "issues"18:22
ki7rwtime to go18:22
ioriaSmithgift, i think you  have to remove networkmanager if you  wanna configure manually18:23
ioriaSmithgift, but for wireless it's a pain18:23
Smithgiftioria: I don't really care about wireless, because I haven't found a hotspot that works/I have access to here.18:24
szogoonis there any console apps master here? :P18:24
=== uber is now known as Guest12282
Smithgiftioria: I just want to be able to connect without regularly briefly disconnecting due to NetworkManager.18:25
=== guest1_ is now known as TheBlindGhoulie3
TheBlindGhoulie3need help dual booting a mac18:25
hkrrsxSmithgift: In NetworkManager, if you click on the Wireless tab, is there a "Connect Automatically" option at the top?18:27
=== guest1_ is now known as TheBlindGhoulie3
Smithgifthkrrsx: Where should I be looking? There's a lot of network screens.18:29
zykotick9szogoon: perhaps, you should ask a more specific question and see...18:30
hkrrsxThe up and down arrow icon by the time clock, right click on it and select Edit Connections18:30
=== guest1_ is now known as TheBlindGhoulie3
hkrrsxThat's the NetworkManager window I'm referring to18:30
hkrrsxThen Wireless tab, are there any network connections listed in there? If so, click on the top one and click Edit18:31
nonmshi18:33
szogoonLANG in /etc/default/locale sets console character map? or is there other way to change it?18:33
Smithgifthkrrsx: The window with the add/edit/delete buttons on the side? I deleted all of the networks listed there (none of them are near/work.) No dice.18:34
hkrrsxThanks for playing ... :(18:34
=== Guest12282 is now known as uber
TheBlindGhoulie3anyone have any experience with rEFInd on mac?18:36
hkrrsxSmithgift: The only other thing that I can think of is to comment out the wlan0 stuff from /etc/network/interfaces18:36
mpanettaMorning/Afternoon :)18:36
hkrrsxThat way, it shouldn't configure the wireless card's networking stuff on boot, leaving you with only " lo " and " eth0 "18:37
mpanettaI have a question that google is failing me on...  How do I have 2 separate DHCP configured interfaces (eth0, eth1) and only set the resolv.conf entries for eth0?18:37
mpanettaeth1 keeps overwriting resolv.conf when it comes up, with info that is not valid :(18:38
shortstraw8I created a postgres DB and user: [createuser username -P -S -R -D] and [createdb DBname] then added the user but now I can't seem to find it. I have been looking on postgressql.org trying to find what I did wrong. Anyone here have experience with postgres or how to find my DB?18:38
Smithgifthkrrsx: Actually, prior to working on this today, /etc/network/interfaces had nothing but the loopback interface. Nothing else, not even comments.18:38
Smithgifthkrrsx: IIRC somehow it was corrupted in installation and I made it manually.18:38
TheBlindGhoulie3If I want to Dual Boot my Apple with Ubuntu I have to install a program called rEFInd. It allows you to boot Ubuntu, but Im getting something wrong apparently18:38
ioriaSmithgift, because you  are using  Network Manager... try ifconfig command18:40
hkrrsxSmithgift: Perhaps re-install NetworkManager ?18:43
=== BlackoutIsHere|O is now known as BlackoutIsHere
TheBlindGhoulie3anyone have any experience with rEFInd on mac?18:43
TheBlindGhoulie3If I want to Dual Boot my Apple with Ubuntu I have to install a program called rEFInd. It allows you to boot Ubuntu, but Im getting something wrong apparently18:43
Smithgifthkrrsx: Going to try that next, because I think I might have incidentally broken it.18:43
hkrrsxsudo apt-get install --reinstall network-manager18:43
hkrrsxMay the force be with you :)18:44
mjaykTheBlindGhoulie3: what is going wrong18:44
TheBlindGhoulie3I install rEFInd and it does nothing lol.18:45
wfioIs anyone running a Dell XPS13 or Dell M3800 (2015 models) with Ubuntu? What are your thoughts on performance on either side? I do a lot of stuff with R/RStudio (data analysis, visualization/plotting, graphing) can these machines (at 8gb default) handle that?18:45
TheBlindGhoulie3Its supposed to show you an alternate boot screen-it does not18:45
TheBlindGhoulie3but says its installed correctly18:45
hkrrsxbrb18:45
mjaykTheBlindGhoulie3: you done > 3 reboots there is a bug in it18:46
mpanettaAnyone that can help me with my networking issue?18:46
TheBlindGhoulie3lol great18:46
TheBlindGhoulie3any starters how to fix tha18:46
mjaykyea do > reboots18:46
tewardmpanetta: theoretically you can't - resolv.conf is used for the entire system, and if networkmanager controls your DHCP for both interfaces, then DNS servers are maintained by NetworkManager and not resolv.conf18:47
mpanettateward: Ahh hmm18:47
tewardmpanetta: in theory you can set dns-nameserver for the one interface via /etc/network/interfaces entries, but I haven't tested if that messes with resolv.conf effectively on a desktop18:48
area51pilotis there a way to purge all settings from Bluetooth and go back to install defaults?18:48
mpanettateward: Well, this is a cloud server so if I break it I can just blow it away and try again ;)18:48
mpanettaLet me see what that does18:48
tewardmpanetta: that's probably better asked in #ubuntu-server then18:48
mpanettaOh there is a separate channel?  Thanks, I did not know :)18:49
marianne_hi, why does my firefox window come up in a different language and the switch to english once i load a page I'm on firefox 37.0.1 and ubuntu14.04. I've never had something like this happen before, any idea why?18:51
OlxdHello all people any hackers18:53
hkrrsxback18:54
ioriamarianne_  probably it reads you local18:54
marianne_ioria: US based though...18:55
marianne_ioria: Thinking of uninstall and reinstall through software center18:56
ioriamarianne_  did you  install Ubuntu in  en_US   ?18:56
Smithgifthkrrsx: Reinstall didn't help, so I gave in and configured it manually. Seems to be working so far (...I hope.)18:57
hkrrsxSmithgift: Best of luck :)18:57
KrigsforbryterHello, i run Ubuntu 14.10 and have now changed motherboard the the server. After change its cant find the NIC. How can fix it?18:57
marianne_ioria: yes, I did install in english, only language i know... all other apps seem fine18:58
TheBlindGhoulie3ok bacl-sry at work and trying to figure this out18:58
TheBlindGhoulie3back*18:58
ioriamarianne_  in which language does FF start ?18:59
SmithgiftIt's working! Through a restart! I'm declaring victory while it still works and leaving things the way they are.18:59
marianne_ioria: looks like spanish or maybe portugese18:59
ioriamarianne_  you are right ... :-) me too19:00
OerHeksKrigsforbryter, see this page howto clean old ethernetdevices instances ( for a vm, but works for normal install too ) http://chris.dziemborowicz.com/blog/2010/07/25/fix-missing-eth0-when-cloning-ubuntu-vmware-virtual-machines/  delete the file and reboot19:00
marianne_ioria: I'm going to un/re-install right now and see if it fixes it19:01
ioriamarianne_  i use chrome ...usually19:01
KrigsforbryterOerHeks: Tnx, i will check it out :)19:01
marianne_ioria: me too, but I can't get HBOGo or StarzPlay to work in Chrome19:01
ioriamarianne_  i  remember some recent updates19:03
xTessaMy sister sent these creamy pictures of us to share <3 http://bit.do/cam_screenies19:06
ioriamarianne_  http://ubuntuforums.org/showthread.php?t=227251919:06
marianne_ioria: totally NOT a happy camper about this19:09
KrigsforbryterOerHeks: That fix my problems, tnx again :D19:10
OerHeksKrigsforbryter, have fun !19:10
ioriamarianne_  yep19:10
marianne_ioria: ok next question will be - anyone out there know how to get HBOGo to work in chrome?19:14
i0str3amHi everybody19:15
i0str3amwhat does HBOGo use - flash? HTML5?19:16
bekksWhat is "HBOGo"?19:16
geniibekks: Home Box Office channel's streaming service19:16
zerowaitstatei0str3am: whatever is least convenient i am sure19:17
bekksgenii: ah, thx19:17
qwieyhttp://pastebin.com/8ZRKkGTy19:19
foo-scriptEvening :)19:19
=== Zetetic is now known as nalkri
foo-scriptGuys, I have a strange output from apt-get. Could someone take a look at this? http://pastie.org/1008523319:19
zerowaitstatei0str3am: apparently it uses flash19:19
zerowaitstatefoo-script: it's possible that libc6-dev:armhf conflicts with another package19:23
marianne_ioria: ok got HBOGo to work in Firefox, 1 down 1 to go19:25
gayle_Trying to install Dell's software for their v313 multi-function inkjet printer on Ubuntu 14.04 and it is not working.  (Doing this for a friend.) *However*:  I have a 12.04.5 system here that I can get it working on.  See: http://superuser.com/questions/738060/installing-dell-v313-printer-scanner-on-ubuntu-12-0419:26
gayle_Anyone know how to get it to work on 14.04.2 ?19:26
marianne_gayle_: did you install the HP toolbox through software center?19:27
marianne_ioria: ok StarzPlay is working again, lets see how long before it errors out19:27
gayle_marianne_: No, will try that.19:29
gayle_marianne_: But this is a Lexmark printer re-branded by Dell.  Do you still think the HP toolbox will do something for me?19:30
marianne_gayle_: damn, sorry... probably not...19:31
gayle_marianne_: Here is where I got the software:  http://www.dell.com/support/home/us/en/04/Drivers/DriversDetails?driverId=R29376819:31
=== nalkri is now known as Guest93760
=== Zetetic is now known as nalkri
area51pilotgayle_  did you try installing as a Lexmark S30519:32
gayle_marianne_: And as you see from the other URL I sent earlier, had to re-arrange the control file and put it back together.19:32
gayle_marianne_: No, but will try that..19:33
area51pilotgayle_, try this:  http://www.dell.com/support/home/us/en/19/Drivers/DriversDetails?driverId=R293768&dgc=BA&cid=285111&lid=5447194&acd=12309209382278672519:34
=== puzzola_zZz is now known as puzzola
area51pilotgayle_, the link I posted has the deb install script for the v31319:37
millertiWhat package do I need to install to get "/usr/sbin/ipmi-dcmi"?19:42
bekks!search /usr/sbin/ipmi-dcmi19:42
ubottuFound:19:42
bazhangfreeipmi-tools, libfreeipmi-dev   millerti19:45
SchrodingersScatmillerti: freeipmi-tools: /usr/sbin/ipmi-dcmi19:45
millertibazhang:  Thanks!19:45
millertiSchrodingersScat:  You too.19:46
bazhangwelcome19:46
SchrodingersScatit takes a village19:46
lawltoadhi guys, i'm trying to install 14.10 on my macbook pro 9,1. but when I try to start the live cd it comes up as a blank screen19:46
millertiSo when I run "/usr/sbin/ipmi-dcmi --get-system-power-statistics", how can I get it to sample for a longer period?19:49
=== Matthew is now known as Guest17643
=== kristof is now known as Guest91616
dougskolawltoad: have you followed the directions here, https://help.ubuntu.com/community/How%20to%20install%20Ubuntu%20on%20MacBook%20using%20live%20CD ?19:59
dougskolawltoad: there are some special steps you need to take to boot a live cd on a macbook20:00
lawltoadso for now (that link says optional) i'm skipping refit20:01
lawltoadand is it different if I'm using usb20:01
lawltoadthe USB drive shows up as windows and efi boot20:02
allen_salut20:03
dougskolawltoad: i dont think so but im not 100% as ive never done this personally20:03
lawltoadyea so from efi boot -> grub menu -> live cd option20:04
lawltoadputs me into a blank screen20:05
allen_hello i am new20:05
k1l_allen_: no problem. if you have an issue with ubuntu just ask20:05
allen_right20:05
allen_thank20:06
allen_thank kil20:06
Nokajiwhich one do I tweak for the message font? (ie what i'm typing) it is way too small20:08
viKKKtorhello, i'm using kubuntu vivid daily and everytime i open dolphin as root i have to fresh install cause plasma stops working forever :( anyone is experimenting this?20:08
k1l_viKKKtor: dont crosspost alpha/beta issues into here, thanks20:08
=== Jazz is now known as Guest79221
dougskolawltoad: check this out, https://help.ubuntu.com/community/How%20to%20install%20Ubuntu%20on%20MacBook%20using%20USB%20Stick20:10
sortai'm trying to provide numpy with a lapack/blas package. I have liblapack3gf installed, but i still get numpy.distutils.system_info.NotFoundError: no lapack/blas resources found20:11
dougskolawltoad: its a little more complicated than the cd option but it doesnt look toooo bad20:12
guest-VlcdmGhy, I did something stupid: I deleted my user password for my only admin account; more exactly "sudo passwd -d <username>".  So now I can't log in.  I tried to set a password in the recovery mode but this didn't work, I think it's because I choose to encrypt my home directory durring the installation.20:14
guest-VlcdmG... is it possible to fix this or am I out of luck?20:14
htqpchroot, then ''passwd username'' inside the chroot20:15
htqp!chroot20:15
ubottuA chroot is used to make programs believe that the directory they are running in is really the root directory. It can be used to stop programs accessing files outside of that directory, or for compiling 32bit applications in a 64bit environment - see https://help.ubuntu.com/community/BasicChroot20:15
Christopher-Werehey guys, im trying to install virtualbox-additions-x11 on 14.04.2 but I can't. It says I have unmet dependancies.20:16
Christopher-WereI'm running 14.04.2 in a virtual machine incase it wasn't obvious20:17
rypervencheChristopher-Were: Can you provide us with the actual output please?20:18
rypervencheChristopher-Were: In a pastebin. And also if you could give the output of "cat /etc/apt/sources.list" as well as "ls -l /etc/apt/sources.list.d" that would be helpful.20:19
OerHeksvirtualbox in ubuntu in a vm .. ?20:20
* OerHeks thinks that doesn't work well20:20
Christopher-WereI'm testing out Bella OS (which is based on 14.04.2) in a VM which is install on Ubuntu20:21
anonhie20:22
anonhai20:22
OerHeksChristopher-Were, find Bella support channel then, we do not support forks.20:22
k1l_please ask bellaOS guys for support20:22
OerHeksChristopher-Were, anyway: any virtualbox in linux in a VM gives trouble AFAIK20:23
Christopher-WereThey don't have an IRC channel. Since it's basically a re-skin I figured there'd be little difference. I actually dorce installed and it seemed to work, so sorry for wasting your guys time.20:23
Christopher-Wereforce install rather20:24
Christopher-WereThanks for your help and attention.20:24
htqpwe don't know their repositories, so we can't know if/what packages of bellaos conflict with stock ubuntu's ones20:25
rypervencheGlad you got it fixed :)20:25
dougskoChristopher-Were: use virtualbox to insert/install guest additions20:25
dougskoChristopher-Were: even if it doesnt run properly, it doesnt matter.  mount the guest additions cd, and run the install or autorun script20:25
Christopher-WereThe installer has returned errors with Linux headers. But as OurHeks said, this kinda trouble comes with the VM territory.20:27
dougskoChristopher-Were: are you running a guest within a guest?20:27
Christopher-WereTo be clear. I'm running Mint 17.1 on my computer. I installed VirtualBox and am running Bella OS on it. Bella OS is based on 14.04.220:28
DJonesChristopher-Were: Neither Mint or Bella OS would be supported here20:28
DJones!mint | Christopher-Were20:28
ubottuChristopher-Were: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org20:29
dougskoChristopher-Were: ok, i think OerHeks may have thought you were running a guest inside a guest.  as long as youre not doing that, you should be ok.  look for instructions on how to install guest additions on debian.  they should be applicable.20:29
k1l_Christopher-Were: all your issue are form the spin offs that do fiddle with the repos themselves. so please ask them how to solve that issue appropriatly.20:29
geniiSo you're running a non-supported Ubuntu derivative inside another unsupported Ubuntu derivative20:29
Christopher-WereOkay, no need to all jump on me at once. Jeees20:29
Olxdhello20:41
Olxdany hackers20:41
k1l_Olxd: no hax0r stuff in here20:41
rokyAnyone sit in the ubuntu channel even though they run mint?20:51
sortawhy doesn't `dpkg --list` say anything about liblapack-dev ?20:51
pbxroky, sit in, sure. ask questions and get answers, no :)20:51
rokyhaha :)20:52
TheBlindGhoulie3ok-im going to try this again now that im not so busy.Anyone have any experience with rEFInd on mac?20:52
TheBlindGhoulie3If I want to Dual Boot my Apple with Ubuntu I have to install a program called rEFInd. It allows you to boot Ubuntu, but Im getting something wrong apparently20:53
rokyWhat's happening?20:53
OerHeksTheBlindGhoulie3, rEFInd is the old way, iirc, see the mactel pages20:54
OerHeks!mac20:54
ubottuFor help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages20:54
TheBlindGhoulie3ok thanks!!20:55
KandeanHola a todos20:55
roky@OerHeks, I remember it all too well :(20:55
rokyQue tal20:55
OerHeksroky i remember it from support here, never owned a mac myself20:55
=== ph is now known as Guest62196
Guest62196hy !!20:56
wallbrokenhi20:58
wallbrokensomebody got dell xps ?20:59
TheBlindGhoulie3that covers ubuntu 10.0.2-will that work for installing Ubuntu 14.0.2?20:59
pbxwallbroken, i've installed ubuntu on an xps.  to get good help you need to ask your whole question21:01
wallbrokenit's 2015 version?21:01
wallbrokeni just want to know how 14.10 works on it21:01
wallbrokeni know that the last xps supporting ubuntu got 12.04 version21:02
wallbrokencalled xps developer edition21:02
TheBlindGhoulie3and according to the link you sent it still uses rEFInd bc rEFit isnt maintained any longer21:02
pbx wallbroken - that's an indicator of dell's attention span only21:02
k1l_wallbroken: dell got a department making sure linux/ubuntu runs on their laptops21:03
wallbrokendell sells xps with ubuntu already installed21:03
pbxwallbroken, actually, looks like they're shipping 14.04 now  http://www.dell.com/us/business/p/xps-13-linux/pd21:03
k1l_project sputnik is what its called21:03
wallbrokenbut this year, with the last model, there is not21:03
k1l_wallbroken: ^21:04
wallbrokenis not dell that writes the driver for it21:04
pbxwallbroken, dell is unlikely to choose non-LTS versions21:04
wallbrokenproject sputnik is just a cloud stuff21:04
k1l_wallbroken: nope21:04
wallbrokenpbx, 14.04 is lts21:05
wallbrokenbut dell sells developer edition with 12.0421:05
pbxwallbroken, i commented re LTS because you asked about 14.1021:06
OerHekswallbroken, no, 2015 edition with 14.04 lts http://www.zdnet.com/article/dell-xps-13-linux-developer-edition-available/21:06
wallbrokenoh ok21:07
byaruhafjust wondering why is a text editor the default calendar application in Ubuntu?21:07
wallbrokenand dell will give me support about operating system?21:08
k1l_byaruhaf: what?21:08
k1l_wallbroken: why not ask dell if you want that specific answers?21:09
jaithI hope this doesn't sound like a ridiculous question. Can a user belong to more than one group?21:09
k1l_jaith: yes.21:09
wallbrokenbecause dell customer service does not know anything21:09
k1l_jaith: type "groups" in terminal to see what groups you are in already21:10
wallbrokenand i don't want to fight with them21:10
k1l_dell will support the preinstalled windows as it does with windows: it ships drivers.21:11
dustis there a mode for handicapped or disabled persons? how to get into it and how to leave it?21:11
k1l_"hey dell, how can i watch netflix on my xps" will not work of course.21:11
byaruhafK1l_ in the settings under details the deault Applicaiton for calendar is a text editor, gedit21:12
k1l_dust: you can start the accessibility menu on the login screen21:12
k1l_byaruhaf: which settings?21:13
k1l_byaruhaf: ah, hmm. same for me here21:13
byaruhafk1l: in the system setting ubuntu 14.0421:14
jaithOK so I'd like to create a new group, say "developers" and add a couple of users to it. I'm guessing this should NOT be a system group and that I should use the groupadd command. I don't understand the point of additional parameters like password (do groups have passwords??) or --key or --root21:14
jaithNOTE: the point of this group is to set permissions for a git repo I'd like to host via SSH21:14
k1l_byaruhaf: seems lik bug 84140921:14
ubottubug 841409 in gtk+3.0 (Ubuntu Precise) "GEdit is the only choice as Calendar application in Default Applications dialog" [Low,Triaged] https://launchpad.net/bugs/84140921:14
jaithis "sudo groupadd developers" a good approach to this?21:15
dustk1l_, and when im already logged in? how can someone change to it or get out of it at a running desktop21:16
=== foreign is now known as foreign3
foreign3Hello, I am trying to install TeXlive using "sudo apt-get install texlive-full" but I get an error saying: "E: Unable to correct problems, you have held broken packages." To correct them I tried :  "sudo apt-get autoremove" followed by "sudo apt-get -f install" both commands said: "0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade." I retried installing and failed. I then tried "sudo dpkg --configure -a" followed by "s21:20
foreign3udo apt-get update && sudo apt-get upgrade" that too said : "0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade." any idea where to look next?21:20
foreign3(I am using 12.04 by the way!)21:21
k1l_foreign3: can you show the output where it names what packages are the issue in a pastebin?21:23
MnemonicHi, I need to do a 1-to-1 NAT in IPtables, but I cannot get my Ubuntu Linux Server to publish the IP on the external interface. Can anyone hint me on what to look for..21:23
foreign3k1l_, yes sure: http://pastebin.com/G6eM5aPa21:25
foreign3There are numerous packages as you see. By the way I also tried "sudo apt-get autoclean" and "sudo apt-get clean" before installing but that didn't help either.21:27
k1l_erm, well. that is a lot of issues :)21:27
Patero-ngCan anyone here give me an explanation as to why my ubuntu crashed last night while I was doing nothing just using the dash searching for a program, the screen turned into a blocks of green objects!21:27
k1l_foreign3: ok, run a "sudo apt-get update". then try to install "sudo apt-get install texlive-latex-extra" and see what the issue is then21:28
k1l_Patero-ng: see the old logs what happend21:29
foreign3k1l_, http://pastebin.com/e5GLMvYW21:31
foreign3I suspect that I have deactivate some basic repo...21:33
k1l_foreign3: hmm, can you please show the repos with "cat /etc/apt/sources.list" and "ls -al /etc/apt/sources.list.d"21:33
Patero-ngk1l_ where are those logs21:34
gtanHi! My ubuntu 14.10 is frozen - btrfs-transacti  - anyideas?21:34
Patero-ngmine frozed too last night21:34
Patero-ngit was cold21:34
foreign3http://pastebin.com/rrS21qm021:34
k1l_Patero-ng: /var/log/ and them syslog and xorg and dmesg. but keep in mind that after every reboot they get recycled to .0 or .1 etc21:35
foreign3k1l_, http://pastebin.com/gMG3xi8p (for the 'ls')21:36
gtanI accidentally deleted the network settings .. how do I enable / add that from root prompt?21:37
aldarsiordoes anyone know if there’s a way to make sssd/realmd work with normal usernames rather than username@domain.com ?21:37
k1l_foreign3: ok, universe is enabled, too. and i dont see a ppa for latex so far.21:37
k1l_foreign3: what gives you "sudo apt-get upgrade"?21:38
foreign3should that be in universe?21:38
k1l_foreign3: texlive-full is in universe, yes21:38
foreign3"0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade."21:39
foreign3(after running apt-get 'update' and then 'upgrade')21:39
k1l_foreign3: try to install texlive-binaries21:39
k1l_foreign3: maybe we get to the end of the line and see what is really blocking21:40
foreign3that's much worse: http://pastebin.com/jfzzD3ag21:40
k1l_ouch21:41
foreign3something is holding back even "g++"...  fun stuff!21:41
foreign3I suspect that without releasing I probably did a partial distribution update at some point. I cannot explain it otherwise.21:43
k1l_yep, that is really a mess.21:43
k1l_what gives you a "uname -d"?21:44
foreign3'-d' ? nothing.21:45
Neyhartm.b. uname -a?21:45
k1l_argh, not uname. "lsb_release -d" and "uname -a"21:45
=== kalen is now known as kalen_not-here
foreign3"Linux pantelis-U400 3.13.0-49-generic #81~precise1-Ubuntu SMP Wed Mar 25 16:32:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux"21:45
foreign3(-a)21:45
foreign3" lsb_release -d >> Description:Ubuntu 12.04.5 LTS" so that is OK.21:46
k1l_3.13 is a enablement stack kernel, right?21:47
kokutHello is there a way to disable the system logs? its parking my freaking hard drive every 5 seconds and it's driving me ****** nuts21:47
foreign3I believe that it is, yes.21:47
hkrrsxforeign3: Forgive me if you've already tried this but what happens if you run " sudo aptitude build-dep texlive-binaries " ?21:48
hkrrsxJust to see if it'll install those depends21:48
foreign3hkrrsx, I have not tried it. I will try it now.21:49
k1l_foreign3: only exit path i see no is to try a "sudo apt-get install -f" but that will force that to install. so maybe it breaks more than is broken now.21:49
foreign3hkrrsx, it is installing "some stuff" just a moment.21:50
foreign3k1l_, I tried this already.21:50
foreign3-f returns 0 packages.21:50
foreign3 "0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade."21:50
hkrrsxforeign3: Can you pastebin the output of that "some stuff" when it's done ?21:50
hkrrsxI'd like to see what it's installing21:50
kokutplease anyone knows how to turn of system logs?21:52
kokuti'm not using them21:52
foreign3http://pastebin.com/QEjfZt1X21:52
kokutand its parking my drive every 5 seconds and i can hear the clicking sound21:52
hkrrsxThanks21:52
hkrrsxforeign3: Care to try the same for gcc-4.4 ?21:53
hkrrsxsudo aptitude build-dep gcc-4.421:53
=== kalen_not-here is now known as kalen
hkrrsxAnd then afterwards, sudo apt-get install gcc-4.421:53
foreign3nope.21:54
hkrrsxNope? Meaning?21:54
foreign3http://pastebin.com/9qzF9Wxn21:54
kokutnvm found a solution turning off power management for the drive :)21:54
hkrrsxAh21:54
foreign3(sorry I wanted to pastebin it first)21:54
hkrrsxUnderstood21:55
hkrrsxsudo apt-get install texlive-base texlive-binaries21:55
foreign3http://pastebin.com/2neasJmQ21:57
foreign3that created a lot of new config files. It also installed 'eperl' .21:57
nda_I've tried to follow various guides on making Ubuntu work with NetBIOS names. I basically just want to access the Linux box using the hostname from a Windows box. I've installed samba and even winbind, but nothing seems to work as expected. :( For example, this didn't help me: http://ppanyukov.github.io/2011/08/17/hostname-resolve.html21:58
hkrrsxIndeed it did ... sudo apt-get install gcc-4.4 again, please21:58
nda_Any ideas? :\21:58
foreign3at this point "udo apt-get build-dep texlive-full" said "0 to upgrade, 0 to new install, 0..,0..."21:59
hkrrsxRight, that's b/c that command is only building the dependencies for texlive-full21:59
foreign3still nope I am afraid. (I p-b now)21:59
milehighwhat is the command I enter on command line to open the GUI update manager?22:00
k1l_milehigh: update-manager is the command22:00
milehighthanks22:00
foreign3 http://pastebin.com/G73ntSvB22:03
foreign3(sorry my internet connection froze)22:03
arno_Hey there, do you know if I can have opengl es2 with nvidia drivers?22:04
hkrrsxOk, so you've got the dependencies for texlive-base and texlive-binaries installed ...... what about now doing sudo apt-get install texlive-base and texlive-binaries ? The install should go really fast if it works now22:05
foreign3the same as before.22:06
hkrrsxBuild-dependencies for gcc-4.4 could not be satisfied ?22:06
foreign3http://pastebin.com/VHnbhQ9e22:07
foreign3no they could not.22:07
nda_Regarding my problem, I was finally able to ping the Linux hostname from Windows after disabling the firewall.22:07
hkrrsxforeign3: Try this:  sudo apt-cache policy gcc22:08
hkrrsxWhat does the line for " Installed " say ?22:08
foreign3gcc-4.4 wants texlive-binaries anyway.22:08
foreign3  Installed: 4:4.6.3-1ubuntu522:08
existmeHi22:11
existmeCould anyone help me with a driver installation?22:11
hkrrsxforeign3: Last thing that comes to mind is a semi-dangerous " sudo aptitude full-upgrade "22:12
hkrrsxThat'll upgrade ALL packages and potentially remove some old ones22:12
veritablejanyone else had ubuntu-geoip-provider running 100% cpu and never finishing?22:12
foreign3I haven't seen this option just a moment.22:13
hkrrsxforeign3: I'd say run a simulation first ..... " sudo aptitude -s full-upgrade "22:13
hkrrsxThe -s is for Simulate22:13
foreign3I can't seem to be able to run that command.22:14
=== ExtreGhost is now known as Extreminador
Bray90820What is a good size for your /boot partition22:15
Patero-ng50GB22:15
foreign3(in general aptitude is not a command I can use)22:15
foreign3(I have to replace it with apt-get)22:15
EriC^^Bray90820: 500mb maybe22:15
Bray90820Patero-ng: were you talking to me?22:15
bekksBray90820: 512M22:15
[n0mad]my boot partition is 512MB22:16
Patero-ngBray90820 no I was talking to him22:16
[n0mad]sorry, 524MB22:16
hkrrsxOk, apt-get dist-upgrade would be the equivalent, I believe22:16
existmeI am trying to install AMD Ati Radeon HD 4870 Driver which is no longer supported by AMD. Anyone knows how to do it?22:16
Bray90820Would it be odd if a 200MB /boot partition became full22:16
EriC^^Bray90820: that's about 4 kernels22:17
foreign3hkrrsx, do you mean 'dist-upgrade' ?22:17
EriC^^so yeah that could happen22:17
hkrrsxI thought that's what I said, no?22:18
Bray90820EriC^^: I looked at it and it papers that about 55% of it is being used by fonts22:18
foreign3hkrrsx, I think you said 'full'. I did not know they are the same.22:18
foreign3in any case : "0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade."22:18
foreign3both with '-s' and without.22:19
hkrrsxforeign3: Yeah, aptitude was full-upgrade, apt-get was dist-upgrade22:19
Patero-ngforeign3 comeplete line22:20
hkrrsxUnfortunately though, my mind came to a grinding halt on options for you22:20
=== GBTC4SALE is now known as KingBearTard
foreign3Patero-ng, excuse me what?22:21
foreign3hkrrsx, thank you very much for your time.22:21
hkrrsxSorry I couldn't be of further assistance22:21
foreign3and to k1l_ of course :)22:21
Patero-ngforeign3 the full set yes22:22
hkrrsxk1l_: My apologies for hijacking your helping of foreign322:22
k1l_Patero-ng: stop that nonsense in here. this channel is to really help people.22:23
=== davevanloo is now known as davevanloo-bed
k1l_hkrrsx: no problem, i said i was out of ideas.22:23
Bray9082_EriC^^: https://dl.dropboxusercontent.com/u/33402675/Boot.png22:23
Bray9082_Does that look normal22:23
Bray9082_EriC^^:22:24
Bray9082_sorry for pinging you twice22:24
EriC^^Bray9082_: type dpkg -l | grep linux-image22:26
braderhart1exit22:26
Bray9082_EriC^^: https://gist.github.com/anonymous/82806d90438a928b33cf22:27
EriC^^Bray9082_: type uname -r22:28
wldcordeiro_I tried to install kubuntu-desktop but I think some of the packages failed is there a way to force apt-get to redownload/install all the packages?22:28
xanguawldcordeiro_: what error message do you get¿22:28
Bray9082_EriC^^: 3.16.0-33-generic22:28
EriC^^ok, is it working fine Bray9082_ ?22:29
wldcordeiro_xangua: I didn't get any errors but when I go to login to the kubuntu desktop the window manager selector isn't there and then it just logs into a really bare gnome desktop22:29
EriC^^any reason you're not using 34?22:29
wldcordeiro_Like just a wallpaper and guake started up.22:29
wldcordeiro_I think my xsession got messed up but I'm not sure how to correct it.22:29
Bray9082_EriC^^: I can't seem to install updates because boot is full22:30
foreign3hkrrsx, I tried synaptic to check the status of packages, none comes up as broken.22:30
hkrrsxInteresting22:30
EriC^^Bray9082_: ok, type sudo apt-get purge linux-image-3.16.0-{23,30,31}-generic22:30
foreign3Given that this installation obviously has "issues" I will opt to reinstall all manually installed packages.22:31
foreign3I am sure this will properly mess up my system or sort something out.22:32
EriC^^foreign3: what issues?22:32
foreign3EriC^^, like being unable to install texlive-binaries and as a result being unable to install gcc-4.4.22:33
Bray9082_EriC^^: should I try to install updates after I purge the kernel22:33
EriC^^Bray9082_: you could, yes22:33
EriC^^Bray9082_: try rebooting into the newer kernel if you want22:34
foreign3EriC^^, I really need pdflatex for my work at this point.22:34
EriC^^foreign3: why can't you install texlive-binaries?22:35
foreign3"E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages."22:36
foreign3We tried to install the dependencies manually that did not work.22:36
EriC^^foreign3: did you try sudo apt-get -f install?22:36
foreign3yes I have.22:37
foreign3 "0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade."22:37
EriC^^foreign3: type cat /var/log/dist-upgrade/apt.log | nc termbin.com 999922:39
foreign3http://termbin.com/rrw422:40
Bray9082_EriC^^: Thanks it seems to work now22:43
EriC^^Bray9082_: great22:43
kokutHello, anyone knows how to update mesa to the latest?22:44
EriC^^foreign3: type awk '/Broken/ {print $2}'/var/log/dist-upgrade/apt.log | xargs sudo apt-get purge22:44
EriC^^foreign3: if you want just use the awk command to see the list first to see what it'll remove22:45
=== ubuntu is now known as Guest88218
EriC^^foreign3: sorry, there's a space after {print $2}' /var/log...22:45
ki7mtgoona aad that one to my awk one liner list for sure :-)22:46
ki7mt..add22:46
foreign3EriC^^, what should I do with that list?22:48
foreign3http://tny.cz/e24688b322:51
foreign3(sorry I have to use tinypaste now, I reached by 10 paste/24 hours limit in pastebin)22:52
LeDukeyo22:52
=== andrex is now known as andrex|off
ki7mtwow, gcc 4.4 and openjdk-6 .. how old is this system / what distro is it?22:52
LeDukehow do I play midi files?22:52
ki7mtLeDuke, Here's one way: http://blog.thameera.com/playing-midi-files-in-ubuntu/22:53
askkhi i installed ubuntu 14.10 on hp stream 7 i installed the driver for wifi and touch screen my question how i save the state and size of the virtual keyboard florence on ubunut login any idea ?22:54
foreign312.04.522:54
EriC^^foreign3: if you can, try to remove the packages that have unmet dependencies22:55
EriC^^foreign3: maybe purge any ppa's you don't need22:56
foreign3OK. Thank you.22:57
foreign3I will look into removing ppa that I do not need.22:57
kokutEriC^^: hey man, do you know where can i get the latest open source intel drivers for ubuntu?22:57
kokutfor gpu22:58
ki7mtforeign3, FWIW, 21.04.5 manifest shows gcc 4.6 and openjre is gone missing, but 12.04.4 had openjdk-622:58
askkhi i installed ubuntu 14.10 on tablet pc hp stream 7 i installed the driver for wifi and touch screen my question how i save the state and size of the virtual keyboard florence on ubunut login any idea ?22:58
EriC^^foreign3: do you know about ppa-purge?22:58
=== mkv is now known as m4v
=== Isla_de_Muerte is now known as NwS
foreign3nope!22:58
LeDukethanx ki7mt22:58
foreign3:)22:58
EriC^^!ppa-purge22:58
ubottuTo disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html22:58
hkrrsxforeign3: A thought that just came to mind .... what about upgrading to 14.04 LTS? These PreDepends messages say that the required versions of the software is newer than what's available in your repositories22:59
LeDukeki7mt, I tried that but it just stalls!22:59
foreign3it is an 7 year old system that even 7 years back was not top of the pops....23:00
EriC^^14.04 is actually quicker than 12.0423:00
ki7mtLeDuke, ok, well here's the official Ubuntu version, I didn't do an exhaustive search though: https://help.ubuntu.com/community/Midi/SoftwareSynthesisHowTo23:00
foreign3OK.23:00
foreign3anyway I need to work a bit eventually today. Thank you k1l_, hkrrsx and EriC^^  for your time.23:02
kostkonforeign3, 14.04 is more optimised in terms of memory consumption, compiz/unity performance, etc23:02
foreign3I will upgrade to 14.04 and I will take it from there.23:02
foreign3thanks again.23:02
hkrrsxforeign3: lol, hope it turns out well for you :)23:02
askkhi i installed ubuntu 14.10 on tablet pc hp stream 7 i installed the driver for wifi and touch screen my question how i save the state and size of the virtual keyboard florence on ubunut login any idea ?23:03
tyleropornhub.com23:09
geniitylero: Not appropriate for this channel.23:09
netlarI know this is the Ubuntu channel, but OSX does not allow you to create a crontab file?23:10
Ben64you gotta ask the osx channel23:10
bekksOf course it does :)23:10
netlarI am using crontab -e to create the new crontab, is that correct?23:11
Ben64ask the osx channel for osx issues...23:11
hkrrsxnetlar: See this URL and then /join ##mac  ----  http://alvinalexander.com/mac-os-x/mac-osx-startup-crontab-launchd-jobs23:14
=== nerdy_co is now known as nerdy
iejnctieutnchello! i am on free ubuntu!23:46
bekksThere is no unfree ubuntu ;)23:47
iejnctieutnchello bekks!23:47
estudiantehola23:49
estudianteadrian23:49
snkcldive got a laptop with some macro extra keys on the side, like "P1", "P2", etc...23:55
snkcldi want to leverage them in ubuntu, by taking their keycodes and remapping them to different functions23:55
snkcldhowever, they show up as "~", "caps lock" "tab" etc23:56
snkcldis there some _other_ flag hidden in the key input that i can use to differentiate that key?23:56
ebonicsanyone know why i'd be seeing black thumbnails and flat black images for jpeg files in eog?23:57

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