[00:00] Wryness: yes [00:00] Neldogz: just creating doesnt put it into fstab too [00:00] k1l_, thanks [00:01] !fstab | Neldogz [00:01] Neldogz: The /etc/fstab file indicates how drive partitions are to be used or otherwise integrated into the file system. See https://help.ubuntu.com/community/Fstab and http://www.tuxfiles.org/linuxhelp/fstab.html and !Partitions [00:01] thanks! [00:03] hello guys, does any of you use wordpress for website, i have some questions :) [00:04] elena11: this channel is more related to technical ubuntu support. not wordpress in general. [00:04] Ah yes, wordpress, a command execution shell with a seldom-used blogging feature [00:05] you guys know if there is a more active mythbuntu help channel? ie. other than #ubuntu-mythtv [00:05] i know i am using ubuntu, i tought that this site is for all ubuntu users to chat about anythin :( sry [00:05] elena11: the clue is in the topic [00:06] elena11: no, for chat we have #ubuntu-offtopic . this channel is for technical issue with ubuntu [00:06] ok :) thank you [00:07] I attempted to use unity8+mir just now. Didn't even get past the lightdm login screen. I know it's nowhere near ready for primetime yet, but I have a feeling I could have seen a bit more of it than that [00:10] I'm guessing NVIDIA drivers not supporting Mir yet would be my problem [00:11] just had a little google of it and they don't, and I'm using them, so I'm assuming that's why I didn't get anywhere [00:11] !+1 | luckybunny [00:11] !ubuntu+1 [00:11] Utopic Unicorn is the codename for Ubuntu 14.10 - Support only in #ubuntu+1 === hampster is now known as underfrog [00:12] ? [00:12] luckybunny, the proprietary drivers definitely don't, not sure about the opensource ones in the repository. Either way, you're probably talking about Ubuntu 14.10, which is discussed in #ubuntu+1 [00:12] nope. 14.04 [00:13] early code on a final release [00:13] Hm. I wasn't even aware Unity8+Mir was available in 14.04 [00:14] http://www.omgubuntu.co.uk/2014/02/unity-8-desktop-preview-session-14-04 [00:15] idea: Since the driver for intel chipset audio actually works lets remove it and replace something that nobody can figure out how to install!! (done) On top of that, lets require the user enable a feature that basically does nothing on machines with less than 4gb.... [done] [00:15] no idea whether they did or not, but the same site has an old article saying it was going to be available to try in 13.10, too [00:15] ain't linux swell? [00:16] =\ [00:16] luckybunny, the Unity 8 package available in 14.04 is kinda old (from April), according to https://launchpad.net/ubuntu/+source/unity8-desktop-session. if you really want to try Unity8+Mir, there is a Unity-Next ISO available for Ubuntu 14.10, which is still in development. [00:16] But like I said, this is not the channel to discuss 14.10 [00:17] AlonzoTG2: your comments don't carry much weight out of context and without detail [00:17] I have an asus laptop. [00:17] AlonzoTG2: also, this channel is run by volunteers, so kicking up a fuss here won't go anywhere [00:18] ok, me too [00:18] It worked great with skype until a pinhead decided to switch out the audio framework on me and then gave me twenty different codenamed files to pick from. [00:19] ok, that kind of language doesn't help anyone. [00:19] and no I can't just install 14 'cuz PAE is now mandatory even though it only effects the kernel and the lowest layer of system libraries. [00:20] how old is your laptop to not support PAE? O_O [00:20] I don't remember when i got it, it has a cellery 900 [00:20] eeepc 701 [00:21] you're complaining about a 2014 distribution of Linux not supporting a 900MHz celeron netbook. [00:21] wow. [00:21] yes, actually. [00:21] er, i guess that was a model # not a clockspeed [00:21] the hardware is in splendid condition and I expect it to operate in perpetuity. [00:22] AlonzoTG2: heh, i'm afraid i have zero sympathy. all netbooks are useless on the modern web and are only good for burying [00:22] model = 701 clock 900mhz [00:22] lubuntu will run fine [00:22] AlonzoTG2, https://help.ubuntu.com/community/EnablingPAE#Installing_on_Pentium_M_laptop_.28with_forcepae.29 [00:22] the only ubuntu version with forcepae option [00:23] the screen doesn't have enough resoluion the disk isn't big enough but other than that I have no issues. CPU does everything I require, GPU drivers don't really work though... opengl 1.3 [00:23] is popey still on? [00:24] hello all [00:24] Seannie: the clue was when he said he was going to bed [00:24] use mencoder is about as far as the instruction went. mencoder, that great home security app that wants access to your webcam [00:25] I was hoping someone could tell me what the %h in the sshd_config file on my ubuntu server meant. It was in the line that says #AuthorizedKeysFile %h/.ssh/authorized_keys [00:25] mencoder the nasa quality mplayer encoder [00:25] maybe it's just trying to offer to record video. [00:25] cliff1245: variables are likely declared further up, in this case i suspect it means "current user's /home" [00:25] %h home = /home/$USER/ [00:26] cliff1245: thus the authorised keys are, obviousy, stored in ~/.ssh/... [00:26] *obviously too [00:26] or where that home folder resides [00:26] thanks. [00:27] I was trying to figure out why I wasn't able to log into the machine using ssh. I thought it was because my public key was deleted from my machine [00:28] Why do unix process IDs remain 16-bit even while we run 64-bit systems? [00:28] Is there some architectural or security advantage to the smaller PIDs? [00:28] sunkist: there's a process count limit. === xubuntu is now known as Guest67395 [00:31] daftykins: will the process limit ever increase to the point that it warrants a larger integer representation? [00:31] @daftykins: I've searched in the home folder of my account and still can't find any keys in a .ssh directory. Could you tell me where they would be so I can verify that the public key is still on the server. [00:35] sunkist: that'd be a better question for #linux [00:35] cliff1245: Are you absolutely sure you don't have a ~/.ssh directory? Have you tried "cd ~/.ssh" from the terminal? [00:36] Thanks daftykins! [00:36] Segfault_: I do. I didn't know how to search it. [00:36] Thanks! [00:36] I'm a newb [00:36] sunkist: you can set it higher if you need to for some reason: http://stackoverflow.com/a/6294196 [00:36] I searched for it by doing ls on in the home drive [00:37] up to 2^22, apparently [00:37] cliff1245: ls -a will show all files [00:37] eeee: Thank you! [00:38] cliff1245: Files an directories starting with a dot (.) are treated as "hidden" by default. I think the shortcut is Ctrl+H in nautilus to show them [00:38] Hello I am a new ubuntu user, generally pretty new to Linux either. Updated to 14.04 but couldn't access to desktop. I have tried solutions listed on AskUbuntu for similar problems, such as re-install gnome, unity. Nvidia drivers (my GPU is from Nvidia) reset Compiz. But all doesn't quite work for me. [00:39] I would appreciate any hint to which way I should go. Thank you! [00:40] SillyKnight: this happened after updating? you could access the desktop before that? [00:40] Hi eeee, yes, this happened after updating [00:40] At some point i managed to get to desktop, but no launcher bar [00:40] SillyKnight: does the guest account work by any chance? [00:41] Let me see [00:43] eeee: sorry no luck [00:43] SillyKnight: did you try using the open source xorg drivers? [00:43] eeee: do you mean nouveau? [00:43] http://i.imgur.com/uRJNaDH.png < saywhat? I think I'll pass on these 'updates' [00:45] SillyKnight: no, the open source ones [00:45] 'we're going to replace your wine with an older version, and replace your NVIDIA drivers with generic ones' doesn't strike me as upgrading === magic_ is now known as magic [00:45] eeee: nouveau is the open source one :) [00:46] i've got an old tablet pc that can't boot from CD, can I write the ISO to the hdd and install it from that? [00:46] Jimu: there is a ubuntu tutorial available for such an action [00:46] SillyKnight: so you're using this xserver-xorg-video-nouveau ? [00:47] Jimu: A bit complicted, but YES : https://help.ubuntu.com/community/Grub2/ISOBoot , <-Ubuntu ISOs are designed to allow booting directly from the hard drive using GRUB 2 and eliminates the need for burning a CD/DVD. [00:48] eeee: I am kinda confused. How could I find out which driver am I use? Thank you [00:50] SillyKnight: might want to install inxi python based system information utility. for example video details regarding type of video card, driver, etc can be viewed just by typing inxi -Gx [00:50] squinty: I will do that now. [00:51] SillyKnight: you can go to the dash > drivers [00:51] SillyKnight: https://code.google.com/p/inxi/ [00:51] scroll to the right and it'll say which driver is in use [00:51] SillyKnight: nevermind, forgot you have no gui :) [00:52] SillyKnight: Terminal command: sudo lshw -C display . In the configuration line is listed what driver is in use. [00:53] Bashing-om: description: VGA compatible controller product: GF108M [00:53] configuration [00:53] driver = nouveau [00:54] SillyKnight: did you try nvidia-current ? [00:54] rww, thanks! I found exactly what I didn't know how to look for! [00:54] eeee: yep I tried that. === justinS_ is now known as jhsimpson [00:55] SillyKnight: :) [00:55] eeee: that looks to be an nvidia-optimus setup that requires bumblebee, i guess if it's getting as far as login screen it's not a driver issue, (maybe) so might be worth a unity reset? [00:56] Can someone help me fix my audio please? I have a relatively fresh install. However, the audio slider is really messed up in terms of sensitivity. The first 1/3 of the slider does nothing then it gets really loud really fast. I'm using Gnome 3 [00:57] SillyKnight: did you try dconf -reset /org/compiz && setsid unity ? [00:57] eeee: i must sleep now :) cya o/ [00:57] daftykins: nighty :) [00:59] eeee: Do you mean dconf reset -f /org/compiz? I got below error [00:59] yeah [00:59] sorry [00:59] cannot autolaunch D-Bus without X11 [00:59] $Display [01:00] Is this an issue I should fix with alsamixer? If yes, how? [01:02] erikk: Have you seen this? http://askubuntu.com/questions/38363/how-can-i-turn-down-the-sensitivity-of-my-volume-slider [01:02] Segfault_: Yeah, I am looking at a few things like that, but I don't think that is the issue [01:03] Segfault_: Stuff can only be heard at a fixed distance partially across the slider [01:03] Segfault_: So yeah, sensitivity might help a bit, but still 40% is 0% for some reason [01:05] erikk: How does the sound behave if you adjust the volume using alsamixer? [01:06] eeee: When I try dash > drivers, the shell stuck. Dunno if that would be relevant. [01:08] hello [01:08] I have some questions [01:08] I came from ubuntu to xbuntu [01:08] in ubuntu, i can resize my window with keyboard easily [01:09] but in xubuntu it seems it has not such a shortcut [01:09] I noticed that too. Still haven't found a workaround. [01:09] oh.... [01:10] Segfault_: It behaves kind of weirdly. It is hard to explain. The issue is still there [01:10] Segfault_: Well, I take it back [01:10] oh man... [01:10] I usually don't carry about with my mouse! [01:10] Segfault_: I can manipulate the sound level pretty well from alsamixer [01:11] then do i have to use my horrible touch pad? [01:11] to do many things?! [01:11] Segfault_: I can manipulate the sound level pretty well from alsamixer [01:11] Woops, meant to do up in terminal [01:11] oh my god [01:11] Ubuntu is better at least in shortcuts === jack is now known as Guest24929 [01:12] Segfault_: How can I tell which sound card I should be using with F6 on alsamixer? [01:12] why does xubuntu have few shortcut?! [01:12] it's uncomfortable [01:12] Segfault_: It says db gain -27 [01:13] Segfault_: But alsamixer shows the same issue. The headset volume goes from 0 to 100 corresponding to the 40% and 100% marks approximately on the slider [01:14] hey how can i change my workspace? [01:14] ?? [01:14] allen_, because xubuntu has a display/window manager which is designed to have a lighter footprint and use less powerful hardware, as such it loses some of the more powerful features such as keyboard shortcuts. [01:15] thanks spearhead [01:16] Ugh [01:16] I found a thread with the same issue but nobody answered it after 2 pages [01:16] They just ended up having a more sensitive half of the volume bar [01:16] I want the full thing to work [01:17] And Windows users think they have it bad with tiles lol [01:18] spearhead: allen_ i think in xubuntu you change workspaces with the middle mouse scroll [01:19] also it does have keyboard shortcuts.. [01:19] :( [01:19] anyone know how to use workspaces? [01:19] I know there is workspace feature in here [01:19] but idk how to use [01:20] allen_: in the top panel are there 4 icons next to eachother? [01:20] I'm trying to get remote access working for mysql. The status is running yet "netstat -tlpen | grep mysql" returns nothing. Even went through and looked at every port that's open and still no mysql. [01:20] well... then i have to add workspace changer in my panel, right? [01:20] what is a good utility for automatically tagging videos with metadata? like a cdbrainz equivalent for videos/dvds? [01:21] allen_: yeah, right click > panel > add > workspace switcher [01:21] ok [01:21] then do u know how to use with keyboard? [01:21] the middle mouse scroll should change between them [01:22] i don't have mouse but only touch pad [01:22] then no keyboard works? [01:22] allen_: ctrl+alt + left arrow/right arrow will switch between them [01:23] oh it works same as ubuntu! [01:23] i set my workspace to 4 but there's only two :( [01:23] allen_: in the touchpad there's scrolling as well btw [01:23] ah, it's horizontal work space! not rectangle === magic is now known as Guest23075 [01:23] btw? [01:24] btw, by the way :) [01:24] eeee: hi eeee, does the error message mean I should reinstall DBUS daemon? [01:24] SillyKnight: i don't think so [01:24] SillyKnight: try export DISPLAY=:0 ( i doubt it though ) [01:24] allen: test [01:25] eeee: nothing changes [01:25] hmm.... i wonder how to whisper to a user [01:25] did you run the dconf command? [01:25] eeee: hmm [01:25] allen_: whisper? [01:25] Silly Knight, pawns are for kings :P [01:26] eeee: am i doing right? [01:26] Any good file access permissions learning articles? ls -l stuff... I'm new to ubuntu [01:26] yes :) [01:26] I don't understand why my desktop directory has execute permission, and what that means? [01:26] oh it's whispering but other can see that! [01:27] eeee: :) this time no error message shows [01:27] coffeeguy1: :) [01:27] Ranieri_: https://help.ubuntu.com/community/FilePermissions . A great start. [01:28] Hey, I fixed it [01:28] :) [01:28] Bashing-om: Thank you so much. [01:28] Ranieri_: Welcome, We are here to help. [01:29] Bashing-om: Thanks, I will need a lot of that. === coffeeguy1 is now known as coffeeguy` [01:30] hi, I'm running ubuntu 14.04LTS server. By default it installs php5.5 and i want to downgrade to 5.3 [01:30] how can i do that === Guest23075 is now known as magic [01:31] SillyKnight: did you try setsid unity ? [01:32] sp3ck im not sure how, but i would try removing the current version, downloading the desired one and manually installing it === peter is now known as Guest26419 [01:33] eeee: Error spawning command line 'dbus-launch --autolaunch=xxxxxx' --binary-syntax --close-stderr' : [01:33] bashfr3ak, thnx a lot [01:33] i need clarification on using my backed up files from deja dup [01:34] np [01:34] which is when reinstalling ubuntu i can use this backup to restore my original settings of my last ubuntu setup [01:35] SillyKnight: when you said you got it to work earlier, but without the launcher, what did you do? [01:35] am i correct in this assumption [01:37] sp3ck, i suggest you use ubuntu 12.04 LTS [01:38] eeee: I opened compiz config manager though terminal then tried to enable unity plugins but it doesn't allow such option, then I choose [01:39] ahh, so an executable directory in file access permissions means that that group/user/owner can cd into it? [01:39] SillyKnight: try sudo apt-get install --reinstall ubuntu-desktop [01:39] What if they have only write permissions, they can create files and folders in that directory but can't cd into it? [01:39] Ranieri_: yes [01:40] eeee: I opened compiz config manager though terminal; tried to enable unity plugins but it doesn't allow such option, then I choose 'disable some window' option. [01:40] Artemis3v, yeah but the problem is that already restored the srv from being backdoored and smthing like 100 of websites and emails... [01:40] Ranieri_: yes to your first question, i don't think they can create anything though [01:41] eeee: ahh i see [01:41] Ranieri_: they can only list the files ambiguously if they have read permissions [01:42] SillyKnight: try sudo apt-get install --reinstall ubuntu-desktop [01:43] eeee: will do it now. === Joshua^Dunamis is now known as Joshua^Dunamis_i === AngryEgret is now known as AngryEgret_afk [01:48] hola [01:49] eeee: rebooted, no luck. [01:49] uuuu??? === Guest47867 is now known as karstensrage [01:52] eeee: SillyKnight A driver conflict ? -> dpkg -l | grep nvidia . Or maybe nouveau is still blacklisted ? grep -ri nouveau /etc/modprobe* (???). [01:53] mmmm? [01:53] no lo entiendo esto sera que arme??lguienn puedee xplica [01:56] Bashing-om: grep -ri nouveau /etc/modprobe* blacklist nouveau blacklist lbm-nouveau [01:57] How to go inside a directory that it is inside another directory with console? Example from user : cd Documentos/ficheiros pdf [01:57] that it ? [01:57] cd doccumentos works for me [01:57] cd Documentos/ficheiros pdf dont [01:58] shouldnt be like old msdos ? [01:58] urielvigilant: it's cause you have a space there [01:58] but my directory as real a space [01:58] do cd Documentos/fiche[press tab] [01:58] icant put in [01:58] yeah, you need to escape the space, with a \ [01:59] or you can use quotes, like cd Documentos/"ficheiros pdf" [01:59] and to go back on directory ? in ms dos we done cd... [01:59] and now ? [02:00] cd.. [02:00] SillyKnight: Yeah, a no return is positive. else we can look directly -> ls -la /etc/modprobe.d , cat /etc/modprobe.d/blacklist.conf . [02:00] I'm gonna cry. I can't install ubuntu. Ubiquity keeps crashing. [02:00] urielvigilant: or cd "Documentos/ficheiros pdf" [02:00] imagine iam inside Documentos/"ficheiros pdf" and want go back to Documentos [02:00] urielvigilant: cd .. [02:01] hoooo there is a space between cd and .. ? [02:01] yup [02:01] thats why it dont work [02:01] thanks eeee [02:01] no problem [02:01] no kachay nada [02:02] yeah, eeee i did cd Documentos/conv then i clicked Tab, and he wrote this for me : cd Documentos/converter\ pdf/ [02:03] So if i want do this manually when i have spaces in the file or directory name i have to put this \ kjkjk/ always ? [02:03] urielvigilant: yeah, or you can use quotes [02:04] tab is great though [02:04] Opa [02:05] I dont speak english very well, but i will try to explain my issues here [02:06] ok? [02:06] but when we have filenames or directory names very close in caractheres could be a problem does it with TAB [02:06] ? [02:06] ok i got it ! thanks [02:07] Bashing-om: nvidia-304_hybrid.conf is on this list. [02:08] Bashing-om: blacklist nouveau and lbm-nouveau [02:08] I am trying to install nginx whith upload modulo, but it is very hard [02:08] this issue i can to solve here? [02:09] SillyKnight: Humm .. hybrid graphics at play here ? lspci -nnk | grep -iA3 vga . [02:10] anybody? [02:11] !ask | leonardo_ [02:11] leonardo_: 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 !patience [02:12] Q: system freeze on return from suspend with the nouveau driver, not with nvidia proprietary. is there a nice rtfm I can use to gather the right info to start figuring out my issue? [02:13] Bashing-om: sorry, forget to mention it is hybrid graphics. Intel Graphics Controller 8086:0166 with kernel driver i915 and Nvidia GF108M kernel modules: nouveau, nvidiafb [02:16] Or, if anyone has any ideas on how to get Nouveau to not lock up when restoring from s2ram, that'd work too. [02:17] Hi there! I can't hear any audio on VLC when playing mkv files with DTS audio track. Can anyone please help me? [02:17] SillyKnight: Have you looked at this yet ? https://wiki.ubuntu.com/X/Config/HybridGraphics . [02:18] bodom, I"m no expert, but under the Audio menu, check what audio device is selected, try different ones... that may do the trick. [02:18] DouglasK: ty but changing device doesn't help [02:20] bodom, iirc, in the ubuntu standard interface, double clicking on the speaker gives the mixer.. check the levels there, also in vlc, try a different audio track if there's more than one === ps is now known as Guest28046 [02:21] hello [02:22] DouglasK: different audio tracks works. Only DTS ones doesn't [02:22] Bashing-om: I will try installing nvidia-331 === Guest28046 is now known as zronash [02:23] tem br por aqui ? [02:23] !es | zronash, [02:23] zronash,: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [02:24] SillyKnight: NO ! .. Nvidia does not support linux with switchable graphics. What there is, is Opens ource menas, BumbleBEE or Nvidia-Prime. [02:24] means* [02:24] Bashing-om: I see! [02:24] bodom, have you followed this page? iirc dts is a restricted format: https://help.ubuntu.com/community/RestrictedFormats [02:24] Bashing-om: Finally I know what open source drivers means, thanks! [02:25] Speaking on NVidia, using the open source, I can't s2ram and resume... when it comes back, It shows the lock screen but the system is non responsive.... ideas where to look for help? === mauricio is now known as Guest27484 [02:27] list [02:28] Guest27484 list what? [02:28] send the list [02:28] can anyone recommend a large file viewer that shows both ascii and hex? [02:28] Guest27484, warez? no. [02:28] for the programs [02:28] Guest27484 torrents? [02:28] SillyKnight: I am just aware of a few things, I have no direct experience with switchable grahics. I see BumbleBee recommended most times. There is also Nvidia-Prime : http://www.webupd8.org/2013/08/using-nvidia-graphics-drivers-with.html . [02:29] DouglasK: ty, I have installed them and now I can play it with xine but still not on vlc [02:29] bodom, then I dunno. Sorry bout that. [02:29] Guest27484 all of them http://torrent.ubuntu.com:6969/ [02:29] yes i need mitchell on demand [02:30] Guest27484 mitchell on demand, is that windows ? [02:41] Bashing-om: I installed nvidia-331 and nvidia prime as in http://www.webupd8.org/2013/08/using-nvidia-graphics-drivers-with.html now I can log in, but still get blank desktop no icons, no launcher. [02:44] I have asked this countless times but I don't open tarballs often enough to remember; what command in the terminal will run a tar.bz2 [02:45] SillyKnight: IF you boot to terminal (TTY1) from grub, what results -> sudo service lightdm start < - ?? [02:47] darkelfjuggalo: bunzip2 file.tar.bz2 && tar xf file.tar [02:47] ? [02:47] If there's a better way to do it, I have not yet learned. === collizion_ is now known as collizio === collizio is now known as collizion [02:51] darkelfjuggalo, tar jxf tar.bz2 [02:52] (I'm too lazy to type the longer command, which would work just fine too) [02:52] adoniscik, https://apps.ubuntu.com/cat/applications/natty/bless/ [02:58] Bashing-om: weird, /etc/default/grub line has been changed to "text", still automatically boot to gui login. [03:00] can anyone tell me if this is normal alsa force-reload output? http://pastebin.com/Y71t9AXX [03:02] SillyKnight: Wow ! agreed that is different. Ain't supposed to be that-a-way // Will ponder this a bit . [03:03] looking in the install txt for the profrom i am trying to install itsays run './etc/refresh_desktop_app_entry.sh' but i dont know how to run it [03:13] SillyKnight: Regretfully, above my skill set. I have no idea how to proceed in this case. I do hate when that happens. [03:15] Bashing-om: No worries. Thank for your help. Is there a way I could feedback what I encounter to community? Honestly I am not quite aware how to properly describe this problem. [03:18] SillyKnight: I might suggest ya also open a thread on ubuntuforums.org, pick their brains also . [03:19] Bashing-om: Thank you! Will do. [03:20] #ubuntu [03:23] SillyKnight: This has my interest, and I will look for you there. In the forum we will have a 'record' for community action. === AngryEgret_afk is now known as AngryEgret [03:26] Bashing-om: I will post it there soon. See you there! Thanks you, eeee and many other's help. I learned a lot. [03:27] how can i make my terminal background black? [03:27] i dont like purple [03:27] byte0x00: possibly Edit > Preferences ? [03:27] how do i install ffmpeg? [03:27] >colors > background === AngryEgret is now known as AngryEgret_afk [03:29] what is the command to run a .sh file? [03:29] darkelfjuggalo: ./filename.sh [03:30] i tried that and the bash was wrong [03:30] oh thank you [03:30] instead i made it transparent :) [03:30] darkelfjuggalo: in what way was the bash wrong? [03:30] wrong channel maybe :S [03:31] !info avcontrol | theos (avconv has replaced ffmpeg if I remembered the package name correctly) [03:31] theos (avconv has replaced ffmpeg if I remembered the package name correctly): Package avcontrol does not exist in trusty [03:31] Ubuntu finally stopped shipping an asound.conf that Just Works™ when I rip out PulseAudio but, for the fifth time, when I gave PulseAudio a chance, it proved unacceptably buggy. Does anyone know how to stop Wine 1.5.20 from producing audio that intermittently tries to play at double speed, resulting in constant buffer underrun stutter/crackle? [03:31] and I didn't... [03:31] :< [03:31] darkelfjuggalo: you can use bash to run it, but if it has the #!/bin/bash then that should make no difference, you might have to set the script as executable [03:31] !find avconv [03:31] File avconv found in devede, libav-doc, libav-tools [03:32] theos: libav-tools I think [03:32] !info ffmpeg [03:32] Package ffmpeg does not exist in trusty [03:32] I second that think [03:32] somsip yes i have that installed [03:32] !info libav [03:32] Package libav does not exist in trusty [03:32] i loved ffmpeg D: [03:32] I'm on ubuntu 14.04 x64 is there a way to unnistall k10temp seson? or disable it? [03:32] its definitely libav-tools [03:32] works the same as ffmpeg [03:33] It's bad enough that PulseAudio is usually the 2nd or 3rd thing in my CPU monitor, eating ~3% CPU on an AthlonII X2 270, but I'd be willing to give that waste a chance if it actually worked. As is, I'm really dreading having to go back to writing my own /etc/asound.conf for dmix to get audio that Just Works™ without doing stupid things like setting the HDMI as the default audio device. [03:34] ah! looks like they just renamed ffmpeg to avconv. or made a lightweight fork [03:34] deitarion, do you really need wine 1.5.x? Because the latest dev version is 1.7.27, you could try that [03:34] deitarion, never had a problem with pulse [03:34] no such directory or file... i copies the location straight from properties [03:35] kostkon: Yep. I've yet to find a way to make Super Mario Bros. X run on Wine 1.6.x or 1.7.x without crashing on start. [03:35] deitarion: then tell ##winehq because that sounds like a bug [03:35] #winehq actually [03:36] kostkon: Yeah... a bug in PulseAudio's ALSA emulation. The only reason everything else works is because I found a fragile balance of "Output: ALSA" and "Output: PulseAudio" that prevents game X from causing app Y (eg. MPlayer) to crackle when they're running simultaneously. [03:37] ...and, in that example (a game causing MPlayer to crackle), it's a native Linux game port, not something running in Wine. [03:37] deitarion, which one [03:37] which game* [03:38] kostkon: Give me a sec to remember. I was rather sleep-deprived at the time and my episodic memory isn't the greatest to begin with, so I have to rebuild the memory by process of elimination. [03:38] does anyone else have gnome-mediaplayer problem on 14.04? it just hangs when i play a video file. i can hear the sound but no video [03:38] deitarion, ok, take your time [03:39] kostkon: OK, not sure which, but it was either Desktop Dungeons, Don't Starve, Gratuitous Space Battles, or SteamWorld Dig. [03:40] deitarion, ok === Extreme_ is now known as Extreme- [03:40] ...and it was playing fine... it was just causing MPlayer to crackle when using `-ao alsa` rather than `-ao pulse`. [03:41] ok i have the shell run , i'm still lost I can't find the next part to run... I am installing 2nd life viewer Firestorm... I'm following the install instructions but I can't find the file/dirctory to actually run the viewer now using this page for a guide http://askubuntu.com/questions/155289/how-do-i-install-the-firestorm-viewer-for-second-life [03:42] darkelfjuggalo: the first answer tells you not to install, so you're doing that wrong from what it says. The same answer recommends a different client, so maybe that might be easier for you [03:43] darkelfjuggalo: but an answer with only 1 upvote may not be giving you the best advice. I'd suggest more research [03:43] I'm just glad that the BrickLayer shareware release still plays audio properly under Wine 1.2.3. The Wine devs are in no hurry to unbreak support for a wide swathe of 16-bit games in post-1.2 releases and I really don't feel like the hassle of digging up my old Windows 3.1 disks to install it in DOSBox. [03:44] somsip i have used firestorm several times in the past, on windows and other linux distros, firestorm has always been the best 2L experience for me personally... though I have never had as much difficulty as i am having now, and i started using it on Debian...i forget the version, i know wheezy was testing at the time... [03:45] deitarion, openal is used in quite a lot of indie and aaa games, it could something related to that? [03:45] and there we go i going the proper run file for the viewer [03:47] +i [03:47] kostkon: Doesn't really matter to me. I have workarounds for everything but Super Mario Bros. X and it was hit with a cease and desist, so it's not gonna get a patch. My only concern is either getting PulseAudio to work reliably for the first time ever or ripping it out and taking over responsibility for providing a working dmix config. [03:48] wondering where the best place would be to report inappropriate apps in the ubuntu software center? seems you can only mark reviews/comments as inappropriate, not the apps themselves... [03:49] what is different between kmsg and syslog? [03:49] reason i am asking is because of QHaveDate and QHandJoob [03:49] they look like garbage apps [03:49] along with all of the other Qyaddayadda from that developer [03:50] jliverman: was that meant for a different channel? [03:51] possibly. i am not sure where to report this. i was hoping to just be able to send an email to support@ or post something using an HTTP form but i did not find anything right off-hand... [03:52] jliverman: sotty - I didn't see the first comment. My bad [03:52] !info weboob-qt | this is actually in my repos [03:52] *sorry [03:52] this is actually in my repos: weboob-qt (source: weboob): Qt applications to interact with websites. In component universe, is optional. Version 0.g-1 (trusty), package size 158 kB, installed size 808 kB === daz is now known as Guest15658 [03:52] i mean the icon for QHaveDate is just insane [03:53] not that everything has to be PG per se, but i think it is a little over the top [03:53] LOL [03:57] how to read from /dev/zero? [03:59] jliverman: I can see your point and can't find anything that might help. Maybe the assumption must be that if it's in app store, it's been approved. Not the best answer I know :-/ [04:01] overall weboob seems halfway legit. their site at least seems like they are interested in creating something useful. it's just the app description and icon for QHaveDate is not cool. and although QHandJoob sounds x-rated (if you take out one of the o's) i think it follows their -oob suffix naming convention. [04:01] perhaps English is not their 1st language [04:02] so it is an understandable mistake [04:02] anyone available to help with an install problem? [04:02] but it should maybe get *some* attention [04:02] jliverman: that may be related to the weboob-qt package which presumably is used to create these. And I agree with you. You could try asking at another time but I agree with you about the icon for sure [04:03] anyway, thanks. i'll try some other outlet tomorrow. i am very tired. good night everyone. [04:03] I've tried to install several times and after installing, when i reboot, the system asks for a boot disc [04:04] I disabled secure boot. But that did not help. [04:05] the only way I can run the system is from CD [04:05] Can anyone help me? [04:06] yo [04:07] Hi [04:07] Is there anyone know how to resize window with only keyboard? [04:07] allen_: in what window manager? [04:07] there it was in ubuntu but i can't find in xubuntu [04:07] somsip: windowmanager? [04:08] why do i have to use sudo su and nano in order to code in php in xampp htdocs [04:08] Am I just asking my question wrong? LOL [04:08] allen_: you say xubuntu, so xfce presumably? [04:08] somsip: yap [04:08] byte0x00: because your permissions are wrong [04:08] its the only way i can do it though [04:08] allen_: Shft + Alt + Arrow (up, down, left, or right)Resize window http://is.gd/dIDkKx [04:08] its the only way i know.. [04:09] byte0x00: learn how to do it properly then === DouglasK is now known as DouglasK_a [04:09] I have totally 8GB of ram now its 5GB cached can i clear the cache for every 5 hours ? if i clear the cache is there any issue will rise ? [04:09] first, i can't find window manager : [04:09] blackyboy: cached means available for use. Leave it to manage it itself [04:09] somsip: idk where is window manager :( [04:10] allen_: doesn't matter -its XFCE in xubuntu and I posted a link that might help [04:10] blackyboy: see http://www.linuxatemyram.com/ [04:11] Trying to instal Ubuntu 14.04 LTS. The Live CD works, but when I reboot the system will not boot to the hard drive. Can someone please tell me what I'm doing wrong? [04:12] byte0x00: here is a starting point http://askubuntu.com/questions/46331/how-to-avoid-using-sudo-when-working-in-var-www?lq=1 [04:12] Is it too much trouble to help a newb? :) [04:13] thanks somsip [04:14] somsip: cool nice link let me go through it [04:14] flameaway: I guess not [04:14] flameaway: what do you see when you reboot [04:14] a couple of lines of text in the middle of a black screen asking me to insert boot media [04:14] Thanks for the help [04:15] I have disabled secure boot [04:17] flameaway: that fix it? [04:17] no disabling secure boot did not fix the problem [04:17] what is strange is that I can see the install when I boot from LiveCD but the system doesn't boot there [04:18] livecd is not inserted when you reboot? [04:18] no [04:18] Installing ubuntu with windows 8.1? I don't get the option for ubuntu when I boot up [04:18] I have searched google I promise [04:19] I can get teh actual message if that would help but I'll have to reboot [04:19] And did the grub install but it can back with an error [04:21] reisio did you get that last? [04:23] Kilbas: you on your live OS? [04:23] flameaway: yes, that'd help [04:23] no not right now I got frustrated with it a couple of weeks ago and forgot about it... [04:23] Im on windows atm [04:23] kk brb [04:25] Kilbas: could try fixing it from windows, with easybcd, if you like [04:26] I have tried that... [04:26] I tried adding GRUB2 to the main partition and it didnt work [04:26] But maybe if you helped it might? [04:29] Kilbas: easybcd saw your grub? [04:29] reisio: No I added a grub to see if I could boot into ubuntu with it [04:30] It just sees windows 8.1 [04:30] Before I added the grub [04:30] mmm, probably need to use your live OS to fix it [04:30] How [04:30] depends on what's wrong :) [04:31] My computer just boots directly to windows 8.1 [04:31] No option for boots [04:31] And easybcd shows nothing other than windows 8.1 [04:31] before i added it [04:31] and it still doesnt work [04:31] so [04:33] does ntpdate come with ubuntu natively? [04:33] or does it require ntp package [04:33] i mean [04:33] s/require/come with/ [04:33] <__unik> __unik +x [04:34] !find ntpdate | brucelee [04:34] brucelee: Found: ntpdate [04:34] brucelee: less helpful than I hoped... [04:34] :p [04:34] brucelee: "Ubuntu comes with ntpdate as standard, and will run it once at boot time to set up your time according to Ubuntu's NTP server" [04:35] brucelee: https://help.ubuntu.com/14.04/serverguide/NTP.html [04:35] reisio you still around? [04:36] yup [04:37] the message I get is: "Reboot and select proper boot device or insert boot media in selected device and press a key" [04:38] Doing Ubuntu crazy tonight... [04:38] a7i3n: :) [04:39] Just install 14.04 with i3 as the only wm... [04:40] eyes about to die though... [04:40] flameaway: know how to run boot-repair? [04:41] flameaway: https://help.ubuntu.com/community/Boot-Repair [04:42] flameaway: try toggling 'secureboot' options for boot-repair, too [04:42] Yeah I'm downloading boot repair now. I probably googled the same site you are using [04:43] so turn secure boot back on? [04:46] sudo add-apt-repository ppa:yannubuntu/boot-repair === lifelike is now known as jonalmeida [05:00] http://puu.sh/bbSP0.jpg << HELP!!!!! === WhiteWolf|AWAY is now known as WhiteWolf [05:00] http://puu.sh/bbSP0.jpg << HELP!!!!! [05:00] http://puu.sh/bbSP0.jpg << HELP!!!!! [05:01] Spam [05:01] anyone use cairo-dock. I created a stack and wanted to throw in a few of my favorite games in there so they are all under one icon on the pannel. All the links work fine but they dont show the proper icons [05:04] !ops | LePalestineFace [05:04] LePalestineFace: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang [05:05] http://puu.sh/bbSP0.jpg << HELP!!!!! [05:05] http://puu.sh/bbSP0.jpg << HELP!!!!! [05:05] Dmitry-Rasputin: you can try docky aswell [05:05] Tm_T: tnx [05:05] !info docky | Dmitry-Rasputin [05:05] Don't click on that link. [05:05] Dmitry-Rasputin: docky (source: docky): Elegant, powerful, clean dock. In component universe, is optional. Version 2.2.0-2 (trusty), package size 591 kB, installed size 3594 kB [05:07] Dmitry-Rasputin: its bit lighter then cairo dock === Swish[\] is now known as Swish [05:13] Does anyone know how to set a monochrome terminal/tty? Setting TERM=vt100 works but the function keys stop working. [05:14] Does ubuntu run on clovertrail processors === Monty__ is now known as studious [05:15] installiert sich ubuntu standardmäßig noch mit grub? wann/ab welcher version kommt grub2? [05:15] using ubntu 12.04, and when i do sudo apt-get update && upgrade, i get a Failed to fetch /dists/percise/multiverse [05:15] etc [05:15] oh sry, wrogn language [05:15] and it cannot update [05:15] or upgrade any packages [05:16] is ubuntu still installed with grub? when/at which version will there be grub2? [05:16] grub2 has been available for a long time now in ubuntu [05:17] do i need to upgrade to14.04? [05:17] lts [05:18] Psil0Cybin: i would go for a clean install 14.04 [05:18] dang so i wont be able to upgrade or update any packages? [05:18] til then? [05:18] reisio well I'm booted from the hard drive [05:18] Psil0Cybin: i didnt say you can't, i just say my opinion [05:18] Psil0Cybin: 12.04 is supported until 2017, and updating will work fine until at least then. You have some other problem. [05:18] But I don't think I've completely solved the problem [05:19] Psil0Cybin: the actual output of sudo apt-get update would be a good start ;) [05:19] Psil0Cybin: and try using another server [05:19] I've rebooted several times, and have gotten it to boot from the hard drive twice. Both times after loading defaults in the BIOS. But I do have to reload the defaults each time I want to load Ubuntu [05:20] it just shows 404 not found [05:20] for a bunch of percise/unioverse/binary-amd64 [05:20] stuff [05:20] pastebin the whole lot of output, please [05:20] from ca.archive.ubuntu.com [05:20] kk [05:21] http://pastebin.com/xDWTL4Cq [05:21] squinty, yeah, it is available, my question was when it will be installed by default [05:21] for those who are interested: ubuntu touch RTM is out join #ubuntu-touch for more info [05:22] the_gamer: it has been the default boot option for a long time now [05:23] squinty: i think he wants to know when did ubuntu go from grub to grub2 [05:23] squinty, do you happen to know which release? [05:23] in my install here it isn't [05:23] the_gamer: which release is that? [05:23] the_gamer: https://help.ubuntu.com/community/Grub2/Troubleshooting first paragraph [05:23] 12.04 [05:23] should have grub2 [05:23] the_gamer: you should have grub2 [05:24] Psil0Cybin: used to work and then stopped working without any change to sources.list, I assume? [05:24] i don't for sure [05:24] yes [05:24] the_gamer: GRUB 1.98 or whatever is actually GRUB 2 [05:24] rww: correct :( [05:24] the_gamer: how come? [05:24] Psil0Cybin: change ca.archive.ubuntu.com to us.archive.ubuntu.com or something in sources.list, see if it helps [05:24] dunno, i have /boot/grub and grub2-install says command not found(but can be installed) [05:25] Psil0Cybin: or make your life easy and install trusty clean and have a fast clean new desktop until 2019 [05:25] and if you've been upgrading from earlier versions, you weren't automatically switched from grub to grub2, if I recall correctly [05:25] Can ubuntu be installed on a Intel Atom Z2760 chip [05:25] the_gamer: you can type apt-cache policy grub* [05:26] Bray9082_: i dont see why not? [05:26] it'll list grub related packages with their versions [05:26] lotuspsychje: from what i can tell it's clover trail [05:26] Bray9082_: you can tryout ubuntu, before you install test out for yourself if you like [05:26] Is there a problem with steam? I installed steam and when it runs I get this error [05:26] ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt". [05:27] [2014-09-23 00:26:02] Startup - updater built Nov 25 2013 18:07:05 [05:27] Segmentation fault (core dumped) [05:27] /usr/games/steam: 16: /usr/games/steam: /home/dmitry/.steam/steam.sh: not found [05:27] Psil0Cybin: if you have snyaptic package manager installed you can also select various servers there [05:27] the_gamer: nevermind, that will list a lot, use dpkg -l | grep grub , instead [05:28] the_gamer: i get 2.02~beta2-9ubuntu1 , running 14.04.1 here [05:28] Does the 32 bit ubuntu support uefi [05:29] eeee, same [05:29] Dmitry-Rasputin, ask in #ubuntu-steam [05:30] where do i get the ubuntu version? /var/version says Ubuntu 4.8.2-19ubuntu1 [05:30] or #steamlug [05:30] the_gamer: you can type cat /etc/issue [05:30] the_gamer: or lsb_release -a for more info [05:30] 14.04 [05:30] the_gamer: check also apt-cache show grub2 === Simonking is now known as SimonKing [05:30] Is there a list anywhere of all possible variables for the TERM environment variable? [05:31] Is there no #ubuntu-lts channel anymore? [05:31] juiced: I saw a partial list today on the ncurses page [05:31] Laibsch: LTS is supported here [05:32] fourten: cheers, will try to find that. [05:33] I see. I run lucid on one of my computers (CPU no longer supported in later releases) but would like to install owncloud. The latest version of that requires a newer PHP than is available in the repos. [05:33] !lucid | Laibsch [05:33] Laibsch: Ubuntu 10.04 LTS (Lucid Lynx) was the twelfth release of Ubuntu. Desktop support ended May 9 2013. Server support continues. See http://ubottu.com/y/lucid for more details. [05:33] Laibsch: its recommended you install one of the version of topic [05:33] I don't mind backporting packages, but I'd like to ask for opinions of backporting PHP5 from let's say wheezy-backports vs. running PHP in some kind of container. [05:34] :P i just find it funny steam and ubuntu suppose to be real close but I have yet on any ubuntu spin get steam to install. Worked fine on arch, manjaro, and opensuse [05:34] lotuspsychje: this is a headless computer [05:35] Laibsch: ah ok your on lucid server? [05:35] AFAICT, yes [05:35] !pinning | Laibsch maybe this can help? [05:35] Laibsch maybe this can help?: pinning is an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto [05:36] that's got nothing to do with my question [05:38] ty rww [05:38] i will try that first :) [05:41] Hey :) Is there a common way to migrate a debian server to ubuntu? [05:42] Thumpxr: the #ubuntu-server guys might know a way [05:42] Thanks [05:43] Thumpxr: aptoncd might be able to help you with migrating packages? [05:43] Thumpxr: for settings and configs im not sure howto [05:43] lotuspsychje: okay [05:46] why do my browsers suddenly not show the tabs when i maximize them? [05:46] they're hidden by the unity panel now :( [05:47] malkauns_: try to bigger the window in the corner [05:48] lotuspsychje: huh? what u mean? [05:48] malkauns_: try to make your window larger in right corner down [05:48] malkauns_: then maximize again [05:49] lotuspsychje: makes no difference [05:52] malkauns_: in my firefox's I installed Classic Theme Restorer addon which has the option of putting the tabs underneath the location and bookmark bar (which I prefer rather "tabs on top") might be worth a shot if no other option rears it's head here [05:53] i use opera and google-chrome and suddenly after logoff/logon this problem is there [05:53] no idea what happened [05:53] maybe some update screwed it up [05:55] if i launch a GUI program with a terminal how can i get rid of the terminal afterwards without closing it and ending the process [05:56] sasasasa: a) run it in a screen to start with [05:56] sasasasa: b) ctrl+z, bg, disown [05:57] i dont understand b === jnhghy is now known as jnhghy_brb [05:57] I don't* [05:58] sasasasa: ctrl+z will suspend the app (freeze it) [05:58] Hello Friends..... [05:58] bg puts it into the background (resumes it) [05:58] Anyone Help me .... My VirtualBox Vms Folders corrupted in ubuntu 12.04 [05:58] disown means that when u close the terminal the process that u just put into the background using 'bg' will continue to run [05:59] i see [05:59] Any VirtualBox Expert Here [05:59] so i press ctrl+z with the GUI application in focus, or it's terminal window in focus? [05:59] its* [05:59] terminal window [05:59] Kanagu: maybe ask in #vbox [06:00] malkauns_, i see, very interesting :) [06:00] assalamu'alaikum... :D [06:01] how did you learn that haha [06:01] sasasasa: u just pick it up over the years :) [06:05] neo [06:05] Hello, How to define Remote DNS for apt-get ? [06:06] MasterPiece: what do you mean [06:06] sasasasa: you could also do command & , then type exit (don't close it with the button, type exit) [06:06] ah [06:07] I set a http_proxy and I can NOT make a connection since I'm in a surveillance project which sniffs and block any thing! === sudhir_ is now known as nrange [06:08] I can make a Socks V5 Connection to WWW Since SSH port is available yet, And I wanna to update apt through Socks V5 [06:08] Ben64, ^ [06:08] where do I get total Ubuntu 12.04 LTS source code? [06:08] nrange, Google it with "launchpad" word :) [06:09] MasterPiece: so you want to use apt-get through a proxy [06:09] hey [06:09] i have an problem in my laptop [06:09] Ben64, and through a REMOTE DNS [06:09] allen_, Hi, whats your prob?!!! Do you Google it? [06:09] using xbuntu, when my laptop went saving mode and back, there's no response without black screen [06:09] nrange: http://cdimage.ubuntu.com/releases/12.04/release/source/ [06:10] MasterPiece: oh hi. problem here in power saving mode back [06:10] hey guys. having an issue with openvpn. getting an error that says auth-pam background user failed to authenticate error in service module [06:10] allen_, Search in DashBord (Super) about "power" and set your profile man :) [06:10] MasterPiece: you do not need to yell, use your ssh forwarding to route the port to another dns server, and set your dns to 127.0.0.1 [06:10] MasterPiece: he's running xubuntu [06:11] MasterPiece: not ubuntu, xubuntu [06:11] can anyone help me figure out what is going on with it? [06:11] allen_: you can't login anymore after restarting as well? [06:12] eeee: oh hi, nope, when i open my laptop's screen, login screen come out [06:12] eeee: and when i login, go black screen, and... no response [06:13] Ben64, I set it in /etc/resolv.conf and I have ssh with Dynamic Forward Option to my server, but the apt-get update can NOT make a connection yet .. [06:13] there are a few people had same problem, but others advised "Check the Log" [06:13] but idk how to [06:14] allen_, So join in #xubuntu [06:14] allen_: i think they are talking about /var/log/Xorg.0.log [06:15] #xubuntu [06:15] allen_: to check it type "less /var/log/Xorg.0.log" in a terminal [06:15] allen_: Also check the "~/.xsession-errors" log-file [06:16] Trying to update I get "Package Operation Failed" [06:16] allen_: if you make a new user, does he also have the same problem? or if you use the guest account? [06:16] Any pointers? === sudhir_ is now known as nrange [06:17] not guest user [06:17] my own id [06:17] i've not made other user [06:17] allen_: if you try the guest account, does it work? [06:18] i didn't try that [06:19] Hello? [06:19] thanks for link, where do I get build doc for http://cdimage.ubuntu.com/releases/12.04/release/source/ [06:19] Ben64, When I run "sudo apt-get -o=Acquire::http::Proxy=localhost:1367 update" I deal with : "Cannot initiate the connection to 1367:80 (0.0.5.87). - connect (22: Invalid argument)" [06:20] eeee: I' looking my logfile but... don't know anything help :( [06:20] allen_: did you try the guest account? it would help alot [06:21] if it works, should i login only guest account all time? [06:21] eeee: (above) [06:22] allen_: no, that means it might be a configuration that's wrong, or a broken session that it keeps trying to load [06:22] allen_: very easy to fix [06:22] eeee: ok let me try it [06:23] nm [06:23] solved [06:23] Can someone help me with an issue??? [06:23] !details | OERIAS [06:23] OERIAS: 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) [06:23] somsip, I have [06:24] Check the previous messages [06:24] OERIAS: can you add any more information than Trying to update I get "Package Operation Failed" ? [06:24] Well what should I type??? [06:25] eeee: hey! this is allen! [06:26] eeee: guest user works! [06:26] hello? [06:26] somsip [06:26] guest-yVwoPB_: great! :) [06:26] http://imgur.com/m5zMHW5 [06:26] eeee: sorry for my long name :( [06:27] Anyone have issues with the Xubuntu amd64 image throwing a kernel panic cause it cant find init on first boot/ [06:27] eeee: thanks! now what should i do?? [06:27] Hello??? [06:27] sorry wrong chan. [06:28] hola [06:28] guest-yVwoPB_: 1 sec [06:28] eeee: hmm? [06:29] guest-yVwoPB_: in your normal account, try to delete ~/.Xauthority [06:30] eeee: that file is in /home folder right? [06:30] guest-yVwoPB_: hold on [06:30] yeah it is [06:30] so "sudo rm Xauthority" ? [06:30] eeee: am i right? [06:30] Trying to update I get "Package Operation Failed" http://imgur.com/m5zMHW5 [06:30] guest-yVwoPB_: try this first ~/.cache/sessions/* [06:31] rm ~/.cache/sessions/* === justinS_ is now known as jhsimpson [06:31] and [06:31] eeee: delete Xauthority too? [06:31] eeee: right? [06:31] might not need to do that [06:31] eeee: ok! I'll try [06:34] It's funny how some told me to "add any more information than Trying to update I get "Package Operation Failed"' and I still don't get a response [06:35] eeee: it didn't work [06:35] eeee: I removed session dir but .. not worked [06:35] OERIAS: what exact command are you running and what exact output are you getting? [06:36] allen_: did you try to remove ~/.Xauthority? [06:36] eeee: not yet i'll try it this time [06:36] utfans05_work, I am try to run the Software Updater and it simply spits out that error message. [06:36] OERIAS: it's funny that you think that's giving more information [06:36] Can you run sudo apt-get update in a terminal and let us know if it completes? [06:36] eeee: ok remove complete [06:37] eeee: I'll close my laptop [06:37] you posted a dialog box with the same message you pasted here, and an ambiguous statement under it [06:37] eeee, how cocky. [06:37] allen_: ok [06:37] OERIAS: i'm just stating facts [06:37] oh the arrogance of youth... [06:37] lol [06:37] OERIAS: run it in a terminal and paste the output [06:38] eeee: not worked :( [06:39] allen__: try this xfwm4 --replace [06:39] eeee: Done [06:40] does it work? [06:40] eeee: No waiting for current window manager [06:40] eeee: Terminal says above [06:40] allen__: you can also try to rm ~/.config/xfce [06:40] that might do it [06:41] rm -r ~/.config/xfce [06:41] sorry, rm -r ~/.config/xfce4 [06:41] eeee: there's no such dir [06:42] try the last command, with the 4 at the end [06:42] utfans05_work, This is the output in the terminal, http://imgur.com/PrQG8RJ [06:42] aha teah there it is [06:42] ok i removed i [06:42] eeee: then try? [06:42] eeee: ?? [06:42] OERIAS: you can use pastebin to upload text based stuff [06:43] paste.ubuntu.com [06:43] allen__: yeah [06:43] You have repos that are not there anymore. You need to remove them. http://askubuntu.com/questions/43345/how-to-remove-a-repository [06:43] eeee:Wow! I'm back!! [06:43] eeee: it worked! [06:43] allen__: great! :) [06:44] utfans05_work, thank you [06:44] eeee: Thanks very much bro [06:44] allen__: no problem === stephen is now known as Guest53878 [06:44] eeee: I wanna go to you and kiss you :) [06:44] eeee: thanks! [06:45] hi [06:46] i am kessy [06:46] and im horny [06:46] !ot | kcakar (take it elsewhere) [06:46] kcakar (take it elsewhere): #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [06:51] eee: at first it worked, but second not worked [06:51] eeee: at first it worked, but second not worked [06:51] eeee: :( [06:52] eeee: :( [06:52] allen_: hold on [06:52] eeee: ok [06:53] I'm a little disappointed right now [06:53] When I was first setting up my ubuntu partition [06:54] with aims of using gnome shell exclusively [06:54] I was told that ubuntu gnome wasn't a thing and that it was the same as ubuntu with gnome installed [06:54] o/ folks [06:54] Now I'm learning otherwise. === ARMEN_ is now known as EREVAN [06:54] SO I come with a different question. [06:55] Can I take a "snapshot" of my current setup [06:55] utfans05_work, Despite removing the repos, I still get the same dialogue. [06:55] Just set up a Ubuntu 14.04 LTS on a VPS - it's a basic LAMP install for now, do I need to take further steps to protect it against any outside threat or should it be fairly secure to start with? [06:55] so that if i screw up with tinkering with my OS [06:55] I can just revert to what it is? [06:56] Ok. What does it look like now? Just saying that it's the same adds no more information than what we started with. [06:56] allen_: you restarted and it was blank again? [06:58] I found this article that applies to 12.04, should I carry out the same steps on my 14.04? http://www.thefanclub.co.za/how-to/how-secure-ubuntu-1204-lts-server-part-1-basics [06:59] Hightower_: If you're using SSH on port 22 you might want to implement certificate-based log-in only (no password login). You might also want to only allow SSH over a VPN connection. Depending on services installed, you may want firewall rules too [06:59] utfans05_work, untu [06:59] Hightower_: If you're using SSH on port 22 you might want to implement certificate-based log-in only (no password login). You might also want to only allow SSH over a VPN connection. Depending on services installed, you may want firewall rules too [06:59] sorry utfans05_work wrong post [06:59] utfans05_work, http://paste.ubuntu.com/8408758/ [07:00] OERIAS: ok now that's a clean update. And it's still giving you issues when you try to use the package manager? [07:00] eeee: yes, black screen :( [07:01] Yes. I have tried to "Fix the broken packages" command on Synaptic. No avail [07:03] allen246 [07:03] 42 [07:04] hello everyone [07:09] Hi [07:09] I even tried to fix the broken packages in recovery mode [07:10] is there anyone have problem in power saving mode? [07:10] If I setup key based SSH can I still use tools like WinSCP to transfer files or would it disable that sort of access? [07:11] when i goes power saving mode and back, blackout [07:11] 퀴즈망했다 === ChuMar1_ is now known as ChuMar1 [07:18] so today i accidentaly deleted a partition on my windows 8, and crashed the whole thing. i couldn't do shit.. then i installed ubuntu, formatted a drive, fixed corrupted files, and managed to fix it [07:18] thanks ubuntu :p [07:19] you're welcome Dark [07:19] bte [07:19] allen_: did you do anything in particular, like close the laptop's lid or something? [07:20] eeee: yes I close my laptop lid for power saving mode [07:20] allen_: no i mean, just now before the problem started again [07:20] eeee: noep [07:21] eeee: nope [07:22] allen_: is there anything in ~/.xsession-errors ? [07:25] Hi, I think I've damaged my HDD. It has a linux partition (ext3) and windows7 (ntfs). I was logged onto the the windows partition when the laptop was dropped. I've completely deleted the windows ntfs partition, reformatted it to ntfs and installed windows anew. But when I try to boot the partition it runs slow and eventually crashes. [07:26] The linux partition still works flawlessly, is it possible I've damaged the HDD? [07:34] FireStorms: check SMART output, run badblocks [07:35] dropping hard drives might end in getting them damaged :v [07:37] rebooted, and can't set resolution to higher than 1024x768 anymore. any ideas? === sasasasa is now known as bluezone [07:37] Guest ty, I'm trying to check with program "testdisk" it's very new to me. I'm just confused why if the HDD is damaged then why will the linux (ext3) partition boot but not the windows (ext3). Maybe cos ext3 is superior? lol [07:37] quem, sounds like maybe your video card isnt being detected or a driver problem [07:37] intel hd graphics 4000 and a 1600xsomething monitor i've been using without issues for months. [07:37] yeah. [07:37] oh [07:37] hmm [07:38] quem: Check "/var/log/Xorg.0.log" initially [07:39] FireStorms: hdd consists of spinning discs and a needle that's hovering over them [07:40] and dropping your laptop while it's hovering over your windows partitions might obviously break things [07:40] ok... i know this, but when you put it like that... i see [07:41] wonder what would hap [07:41] happen* if i grew my linux partition over the potentially corrupted ntfs partition [07:42] FireStorms: just run badblocks. [07:42] and check smartctl [07:43] doing that ty guest [07:44] hi [07:45] am new to linux (ubuntu), but have managed to built a home router with ubuntu 12.04. Now am having issue of setting up dual wan connection on the router. need help or advise how to proceed [07:48] how can I install all gstreamer packages? [07:48] benbro1: apt-get install gstreamer* [07:49] utfans05_work: thanks === dodie|off is now known as dodie === dodie is now known as Guest20652 [08:06] I've disabled root ssh access but now can't upload files via winscp === _ruben_ is now known as _ruben [08:06] I'm betting this is just a simple permissions thing [08:07] Hightower: are you trying to use scp with the root account? [08:07] No, with the new user [08:07] Hightower: yeah, because scp uses ssh as transport layer. just checking. [08:08] you can write to anywhere the user can write to using scp [08:09] Yeah, so is it possible to give my new user the same folder/file permissions as root had? [08:10] what are you trying to do [08:10] basically I've disabled root access to ssh as that was recommended [08:10] But I use WinSCP to transfer files up [08:10] So still need permissions to write pretty much anywhere I need to [08:11] give an example [08:11] Well, mainly (as in most frequently) this would be /var/www [08:12] you can safely make /var/www owned by your user, as long as apache has read access the site will work [08:12] At the moment using non-root user in WinSCP isn't allowing me to upload files [08:12] how do I disable javascript in thunderbird? [08:12] But root was [08:13] So I just need new user to be able to upload files otherwise I will need to re-enable root access === vir2 is now known as chull [08:14] Hightower: can you write to the user's home directory with scp? [08:14] eth1===ISP1 eth2===ISP2 etho===Lan. have bond eth1 and eth2 (bond0 and bond mode 6). which bond mode will work best [08:16] Yesa [08:16] after upgrade to 14.04 LTS touchpad is not working, Xorg.log says: http://paste.opensuse.org/66661952 [08:16] ideas? [08:17] You suggesting just write there and then use SSH to mv it to where it needs to be? [08:17] Hightower_: Sep 23 2014 01:12:33 you can safely make /var/www owned by your user, as long as apache has read access the site will work [08:17] i don;t want to 'own' it [08:17] Just be part of a group that does own it [08:18] Hightower: was just wondering if scp was working at all for that user. [08:18] why does it matter who owns it? [08:18] Hightower: you could definitely add that user to another group but it will limit where it can write to [08:18] Because I don't want to break anything lol [08:18] i said "safely" [08:19] i don't know where else to get help. my husband is having trouble with cairo-dock, it locks the screen, here is the bug: http://pastebin.com/XN0NDYKb - help please? [08:19] Yes, but then no advice after that - I'm asking for what you would class as novice help, yet how would I know what is safe and unsafe - if I knew that I wouldn't be asking lol [08:19] Hightower: as you alluded to, you could scp to ~ and then ssh sudo cp the files to the right directory [08:19] Hightower_: i said it was safe, what are you looking for? [08:20] All I need dude is my user to be able to write files to /var/www and below [08:20] Hightower_, scp is secure, it's encrypted. nice! [08:20] Hightower_: then make your user the owner! [08:20] But that wouldn't revoke access that Apache needs? [08:20] no! [08:21] Sorry dude, crossed wires [08:21] When you said "you can safely" I thought you meant there was a safe method and an unsafe method [08:21] nope, just meant you can do it, and it'd be safe to [08:21] Where as it seems you meant, I can take ownership and it's safe to do [08:21] lol [08:21] Sorry, my bad [08:21] Will try that now [08:22] :) [08:22] as long as /var/www isn't set to 700 or something, apache should be fine [08:22] Ben64, could you look at our bug pretty please? [08:22] so "chown -R user /var/www/*"? [08:23] Hightower_: and /var/www itself in order to make changes in that directory too [08:25] /msg alis list *cairo* [08:25] Apache still working.... [08:26] ... WinSCP works now too for that directory [08:26] Thanks bud [08:26] no problem [08:26] great Hightower_ :) [08:26] Ben64, any thoughts? [08:27] chull: i don't really see any problems in your pastebin, but i've also never used cairo dock, maybe if you wait around here someone who knows can see [08:28] Ben64, ok thank you - it's pretty frustrating when it locks everything up [08:35] What do you guys think of this? -> http://pastebin.com/wgycsNmQ (twitter.com/DanMAbraham) - is it a threat? [08:45] How do I find out what mountable devices there are ? [08:47] Skizu: sudo blkid [08:47] In /media I have sf_source and sd_Source but I can't mount either, is this due to a conflict? [08:48] geirha: This doesn't list things like shared folders, which is what I'm looking to mount [08:50] Skizu: ah, so cifs (aka smbfs)? if so you'll have to "browse the network" for possible shares [08:51] Show do I "browser the network" ? [08:51] So how* [08:51] the file browser can [08:51] nautilus if you're usiing gnome [08:52] there's also the smbclient command, but that's cumbersome to use [08:52] I'm new to debian packaging, and having a rough time trying to package https://github.com/github/backup-utils [08:52] I'm using ubuntu 14.04 [08:52] I don't care about the source package at all [08:53] it supplies a Makefile with the target dist, which will yield a tar.gz, is this even needed? [08:53] any advice? [08:54] i just got on. soz. so you're trying to package it properly? or you just want to run it. === ObrienDave2 is now known as ObrienDave [08:57] I'm new to debian packaging, and having a rough time trying to package https://github.com/github/backup-utils, it supplies a Makefile with the target dist, which will yield a tar.gz. This essentially just runs git-archive. I don't care about the binary package at all. Any advice? [08:58] i just got on. soz. so you're trying to package it properly? or you just want to run it. === wings__ is now known as Gnomethrower === sudhir_ is now known as nrange [08:58] lol no you're trying to package it right. [08:58] nvm [08:59] yea, trying to package it [09:02] I've never package something myself, so I don't know how helpful this will be but this may be a start http://packaging.ubuntu.com/html/packaging-new-software.html [09:02] xeago === jnhghy is now known as jnhghy_away [09:09] TTN: eh, bzr… [09:09] bizar… [09:13] Xeago: It looks like you need to do 2 things: 1) in "debian/rules" have a "build-indep:" target since there are no architecture-specific build products. 2) Have that rule depend on another rule, "get-orig-source:" which will fetch and unpack the tarbar and optionally do a git-archive, and create a "debian/stamp-XXX" to indicate if those steps need doing. [09:15] Xeago: You'll need a "binary-indep:" to generate the final architceture "all" .deb ('binary' package) [09:15] I'm fine with the debian packaging step to assume the tar.gz from git-archive is at some predefined location [09:15] would that make things easier? [09:16] meanwhile I've gotten as far to build a empty package, woot [09:18] congrats! :) [09:21] Xeago: Work backwards it's easier to understand: DEB {Uses "debian/.install to control where files are installed} <-- "binary-*:" {does nothing since source is scripts} <- "build-*:" <- { Source-code in upstream file-system layout } <- "get-orig-source:" <- {tar.gz, git clone, etc.} === Joshua^Dunamis is now known as Joshua^Dunamis_i [09:21] why when i press delete the file don't delete? xD [09:22] Hello :D [09:22] hi [09:23] hi guys [09:23] I built the 3.16.3 kernel in my ubuntu 14.04 machine [09:23] The last command I gave is make install [09:24] What I need to do next? [09:24] kanupatar: you're pretty much on your own if you go that route [09:25] Ben64: not sure about the next step. [09:25] I need to see that in my next boot up [09:25] cp /arch/x86_64/something maybe/the kernel /boot/kernel name [09:25] !mainline | kanupatar Are you aware of the mainline kernel builds pre-packaged? [09:25] kanupatar Are you aware of the mainline kernel builds pre-packaged?: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds [09:25] grub2-config -o /boot/grub/grub.conf maybe [09:26] kots: can you give me the next step..I am confused [09:26] kots: you mean grub-mkconfig ? [09:26] kanupatar: if you don't know the next step, i'd suggest not doing this [09:26] hi, how do i know if my system is ubuntu or ubuntu-gnome ? lsb_release -a , cat /etc/*-release give the same info, but i think one of the system is ubuntu-gnome. there is a difference in the updater ui [09:26] Sorry can't remember, i am not on my main computer [09:26] Ben64: sorry, I am an embedded dev [09:27] TJ-: I need source build with my changes [09:27] eeee: Yep grub-mkconfig [09:27] kanupatar: Once you have "vmlinuz-" in "/boot/", then do "update-initramfs -c -k ", then "update-grub" to add the vlinuz/initrd entries to GRUB's menu === Hobbyboy|Sleep is now known as Hobbyboy [09:28] TJ-: any links? [09:28] kanupatar: You'll also want to ensure you have kernel header installed to support various tools, such as DKMS [09:29] kanupatar: Focus of the Ubuntu kernel build docs is at https://wiki.ubuntu.com/Kernel/Dev/KernelGitGuide [09:29] Hello, I want to dual boot Windows and ubuntu, but I want full disk encryption. Is this possible [09:29] i don't know where else to get help. my husband is having trouble with cairo-dock, it locks the screen, here is the bug: http://pastebin.com/XfB60RHB - help please? [09:30] TJ-: after make install, where I need to check the build was fine? [09:30] what is difference between modify and change time for a file? [09:31] kanupatar: Sounds to me as if you need to spend some time learning the Linux kernel development process, which is outside of Ubuntu support [09:31] TJ-: no man...i finished the build [09:31] Who knows if SSD works good on Ubuntu? [09:31] kots: it does [09:32] make menuconfig;make;make install; [09:32] make modules_install before make install [09:32] kanupatar: See ##linux or ##kernel for those kind of questions [09:32] k1l: Cool, do i need to modify the kernel for SSD? [09:33] kots: no. just install ubuntu, done [09:33] k1l: Nice [09:36] Have you ever done this? https://fixubuntu.com/ [09:36] question: when I do grep with "--" (looking for comments) it doesn't work, only when I do " --", how can I search for only "--"? [09:36] Thumpxr: no need to [09:36] superstudent: Probably need to escape the -- using\ [09:37] how do I find all available users having access to a folder/directory? i am having a permission issue, I write the uploaded file to the directory [09:37] thanks hateball it worked! [09:39] superstudent: Good :) [09:39] how do i find out whether my system is ubuntu or ubuntu-gnome ? lsb_release -a , cat /etc/*-release give the same info, but i think one of the system is ubuntu-gnome. there is a difference in the updater ui [09:42] sm1d: ubuntu-gnome would have a completely different desktop environment, it would be hard to miss that [09:42] sm1d: see if 'ubuntu-gnome' package is installed? [09:42] they can sort of coexist and you can remove them only partly I think, so you could have i.e. a package manager from one and everything else from the other [09:43] aah i knew i forgot something ! i would like to tell between ubuntu + gnome vs ubuntu-gnome [09:45] Svetlana: the ubuntu-gnome package is not installed on any of the pcs === ObrienDave2 is now known as ObrienDave [09:45] what are some other differences,..i think the mutter/cutter or something? [09:46] sorry! it is ubuntu-gnome-desktop, see if you can check that? [09:46] only the graphical bits are different, they're all ubuntu [09:46] yes, he is indeed asking about graphical bits I think [09:47] i don't know where else to get help. my husband is having trouble with cairo-dock, it locks the screen, here is the bug: http://pastebin.com/XN0NDYKb - help please? [09:47] unknown paste ID, please re-paste [09:47] Svetlana: thank you, now i know [09:47] :) [09:47] sm1d: "dpkg -l | grep ubuntu.*\\-desktop" should show you which desktop meta package is installed [09:48] \o/ [09:48] Ben64: thanks, your oneliner worked too [09:49] i don't know where else to get help. my husband is having trouble with cairo-dock, it locks the screen, here is the bug: http://pastebin.com/XfB60RHB - help please? [09:49] \o/ [09:52] hi kots [09:53] vir2: does your husband use an external hdd usually? [09:54] eeee, no [09:54] hi [09:55] when i compile a custom kernel, how do i give it a custom name, so it isn't overwritten by my next apt-get distupgrade? [09:55] thats in the package description [09:55] you'll need to make sure you remove the old original kernel package otherwise it will still try to get updates [09:56] Hi Ubuntu Users. I am having a network issue with Xubuntu 14.04. The network is very unreliable and takes a long time to lease an IP. [09:56] http://pastebin.com/EB0GPSMw [09:56] bound to 192.168.1.8 -- renewal in 42275 seconds. [09:56] PaulVern: wht's the issue ? [09:56] PaulVern: that seems fine [09:56] ikonia: i think it should be allowed to update the packaged kernel [09:56] ppf: what is 'it' [09:56] i just want to add a custom one [09:56] ppf: right, so add a custom package then [09:57] Well until I did ifup && ifdown, I had no connection at all [09:57] well, my question is how? [09:57] http://pastebin.com/XfB60RHB if anyone was looking for chull's pastebin, this is the correct address for it [09:57] On boot, it takes over 2 minutes, hanging while it waits for the network to configure, before giving up [09:57] ppf: just build a package with a different name to the standard kernel [09:57] i'm building the kernel, which eventually generates a bunch of debs [09:57] both the generated kernel and the debs carry the default name [09:57] I've tried re-installing 2* and tried installing Ubuntu Server 14.04. Same issue [09:57] root@PCPC01:~# sudo lshw -C network |grep driver [09:57] configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=2.3.2-k duplex=full firmware=0.13-4 ip=192.168.1.8 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s [09:58] PaulVern: what is the dhcp server ? [09:58] my router - 192.168.1.254 [09:58] but I have 3 * windows machines, a raspberry pi (openelec) HP Micro Server (Ubuntu Server 12.04) all working fine [09:58] with dhcp [09:59] (and 2 android phones, 1 nokia and a laptop running Xubuntu 14.04) [09:59] all fine [09:59] PaulVern: look in the syslog at what point the interface is online/available, then look at what point the dhcpdiscover starts [10:00] Ciao a tutti [10:00] eeee, here's the correct pastebin address, for vir2 if you need it: http://pastebin.com/XfB60RHB [10:00] basically, it never works. Just keeps looping with this: http://pastebin.com/88GjgMPs [10:00] PaulVern: please do what I suggested [10:00] i have a usb 3g modem (ZTE MF 195) . is there a way to use the gps / sms capabilities in linux? [10:02] panos_: if you have tools that support it/the linux driver for it supports it [10:02] ikonia: can you tell me what i need to do? [10:02] vir2: try to ask in the cairo-dock forum, you can post as a guest and they seem to answer to bug reports http://glx-dock.org/bg_forum.php?f=2 [10:02] ppf: build a package with a different name to the standard kernel [10:02] :p [10:02] i'm asking how to do "A" and you tell me i need to do "A" [10:03] man just installed ubuntu [10:03] welcome [10:03] wow this is super fast [10:03] a little [10:03] ikonia: that's not super insipring ;) [10:03] ikonia - okay, I'll clear my syslog and reboot. What entries exactlyam i looking for? [10:03] man this is lightening fast [10:04] hello [10:04] ppf: thats what you have to do [10:04] what tools are there in linux for that (gps) ? [10:04] PaulVern: you're looking for when your network card is available and when dhcp starts running discovery [10:04] ikonia: i'm asking how [10:05] eeee, thank you very much :) [10:05] ppf: I'm sorry, but if you don't know how to either a.) build kernels b.) build debian packages that is not something you ask "how" [10:05] chalcedony: no problem :) [10:05] ikonia: what tools are there in linux for that (gps) ? [10:05] ppf: that shows you are running before walking, step back and try to learn both things, then put them together [10:05] panos_: depends on your device, eg: my device has full support from gnokii, so it's easy, but you can throw at commands at it [10:05] PaulVern: The interface is gigabit but the port speed is fast ethernet; that's probably n auto-negotiation issue with the switch it is connected to === hemant is now known as Guest75343 [10:06] ikonia: i'm building a kernel and a package using the build scripts shipped by with the ubuntu kernel sources [10:06] ikonia: how to throw AT commands? [10:06] ppf: I'm not aware of any build scripts, nor would I use them [10:06] TJ - cool. It seems to sync 100mbit in Windows as well. [10:07] TJ - the switch is dumb so nothing to configure on it. Any way for me to force 100mbit via linux? [10:07] panos_: as I sid it depends on your make/model [10:07] i'm asking for the switch supplying a custom suffix to the build version [10:07] I don't know the scripts, nor would I expect there to be a switch to build custom kernels with customer package names [10:08] PaulVern: ethtool [10:08] so you're basicly suggesting i should use the makefiles instead of the rules script? [10:08] and to be honest, if you can't read the scripts flags - again you are running before walking [10:08] TJ - Thanks [10:08] ikonia: so how can i do it? [10:08] the script doesn't have that flag [10:09] otherwise i wouldn't aks .. [10:09] ppf: so if it doesn't have that flag - why are you asking "what's the flag" [10:09] i wasn't asking for a flag [10:09] 11:07 < ppf> i'm asking for the switch supplying a custom suffix to the build [10:09] looks like you're asking for the flag/switch [10:09] are switch and flag synonymous? [10:09] yes [10:09] yes [10:10] right [10:10] ok than, i'm looking for the _way_ to provide that name suffix [10:10] happy now [10:10] ppf: and I've told you [10:10] ppf: you need to build a custom kernel, build a custom deb package with a different name than the standard kernel naes [10:10] you've told me to provide the name suffix [10:10] names [10:10] no, I told you what I just said above [10:11] except you left out the relevant details [10:11] no I didn't [10:11] ppf: Add a new version stanza in "debian/changelog" with (+1)~my, e.g. if last version is 3.13.0-35 then "linux (3.13.0-36~myver1) trusty urgency=low" [10:12] guys is btrfs a better choice for my netbook than ext4? (have small ssd installed) [10:12] that's something i can work with [10:12] ultrixx: I don't see why [10:12] thank you so much, TJ-, i'll try that :) [10:12] hello, how can I find out which /dev/sdX is a certain /media/ubuntu mount? [10:12] ikonia: there are some folks praising btrfs [10:13] ultrixx: so ? === tcpman is now known as Guest2390 [10:13] ikonia: so i asked [10:14] ultrixx: right, and I said, I don't see why it would be a better choice for a netboot [10:14] ultrixx: if you need to ask stay with the default, which is ext4 [10:14] ok thanks [10:15] I'm trying to upgrade from 12.04 to 14.04 but during update I get some wornings and this error: E:Some index files failed to download. They have been ignored, or old ones used instead.ound [10:15] ppf: See "man 5 devb-version" for the nitty-gritty of how the ~ works to ensure an archive package of the same debian version will supercede your ~version [10:16] ppf: typo! "man 5 deb-version" [10:16] Cool, added ethtool command to if-pre-up.d/ethtool [10:16] rebooting. wish me luck :) [10:17] jnhghy_away, which ones failed? === jnhghy_away is now known as jnhghy [10:17] ObrienDave: libreoffice and anotherone (4 in total) I'll have them in a sec [10:18] jnhghy: "sudo apt-get update && sudo apt-get dist-upgrade" and put all into a pastebin please [10:18] jnhghy, ok, they're probably just PPAs [10:19] ObrienDave: yup, but it won't do the upgrade, it's reverting the changes... [10:20] jnhghy: please show the output. we dont see what you see [10:20] is there a way to tell which font is currently being used in a terminal? [10:20] via command line? [10:20] k1l: 1 sec, I've started the visual update ... :) [10:20] I don't need to change the font; I just need to see which one Im using. [10:20] jnhghy, disable those PPAs until after the upgrade [10:21] disabling them isn't enough [10:21] if there are packages/dependencies that are not in 14.04 - it will cause a problem with the upgrade [10:21] or dependencies that are not met/overmet by the upgrade [10:21] k1l,ObrienDave: http://pastebin.com/tTp7Qi1k how do I disable them? [10:22] openbravo and libreoffice are the ppa's [10:22] jnhghy: well, that are all PPAs. so use ppa-purge to get rid of them [10:22] jnhghy, refer to ikonia's advice [10:22] jnhghy: in most cases they dont have 14.04 packages, so they are useless anyway. use ppa-purge [10:22] k1l: agree [10:23] hello [10:23] is anyone here [10:24] who can help [10:24] nope [10:24] oomf, yo [10:24] there we go the exact respnse i needed [10:24] ? [10:24] i need help installing warzone2100 [10:24] ObrienDave, nice little kick you did yesterday. [10:24] !ask | oomf [10:24] oomf: 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 !patience [10:25] oomf, wine [10:25] every time i try and install i get 404's with dependencies [10:25] wine? [10:25] nevermind, though it was windows game. [10:25] Go ahead with the errors, also post them so we can see the errors. [10:25] no its a popular linux game [10:25] an rts [10:26] k1l: I don't know the ppa name ... how would I find it? I've tired ppa-purge libreoffice and ppa-purge libreoffice-4-0 but got error: Warning: Could not find package list for PPA: libreoffice ppa [10:26] sometimes its as small as a lib or GL needed. [10:26] !ppa-purge | jnhghy [10:26] jnhghy: To 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:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [10:26] k1l: thanks [10:26] yea it is [10:26] jnhghy, just go into software sources and uncheck the PPAs in question for now [10:27] but where can i get the dependencies so i can compile [10:27] even if i get 1 404 the game wont install [10:27] oomf, can you please post your error in @ www.pastebin.com === dodie|off is now known as dodie [10:28] oomf, ask in #winehq === dodie is now known as Guest58569 [10:29] its a linux game so i dont need wine [10:29] oomf, oops, never mind, sorry === potato is now known as Guest44406 [10:31] Guys, I have installed apache tomcat 7 on my ubuntu server 14.04 and I can access it from another machine in my lan. I have forwarded 8081 (and changed in server.xml) and 8009 (for the connector) but I can't access it from over the internet [10:31] hi [10:31] Any clues? === michael__ is now known as Guest50791 [10:31] m1dnight1_: look in the log, do you see the hit on the tomcat server ? [10:32] ok [10:32] http://pastebin.com/cNEEUz0K [10:32] here is the shit storm [10:32] hello [10:32] tone down the language please com [10:32] com [10:32] oomf: please tone down the language (sorry, bad typing on my part) [10:33] oomf, server problem [10:33] mmk [10:33] is it now [10:33] oomf, this isn't your fault [10:33] so what do [10:33] oomf, wait about a good 2 hours or so to see if server is back up. [10:33] what ? [10:33] there must be an alternative [10:33] oomf, why not build it from source ? [10:34] because building from source is bad when done blindly [10:34] !raring | oomf [10:34] oomf: Ubuntu 13.04 (Raring Ringtail) was the 18th release of Ubuntu. Support ended on January 27, 2014. See !eol, !upgrade and http://ubottu.com/y/raring [10:34] why the raring build? [10:34] oomf: your ubuntu version is dead. please make sure you upgrade asap [10:34] i following the compile guide [10:34] oh i have linux deepin [10:34] how do i update? [10:35] you need to talk to the deepin guys [10:35] how they work/what they put together is not something that #ubuntu knows about or supports [10:35] do they have an irc? [10:35] no idea [10:36] darn [10:36] oomf, http://www.playdeb.net/updates/ubuntu/14.04/?q=warzone [10:36] you'll should update to 14.04 [10:37] Are there any SSH Clients out with similar features as mRemoteNG / SecureCRT for windows ? [10:37] whats that link dave? [10:37] the trusty build from playdeb [10:37] ok im gonna try it [10:38] oomf: first you need to see the deepin support to make sure you upgrade to a supported release. then you can talk to them about the warzone issue [10:38] ok i clicked install [10:38] you can't just install it [10:38] it says its going to launch something to open the program [10:38] a.) you're not using ubuntu [10:38] b.) you're using a different base version than that package [10:38] *face palm* [10:39] oh right [10:39] well let me see if linuxdeepin has an irc [10:39] okay [10:39] I can't seem to find the proper log [10:40] These are the logs: [10:40] @begijnhof-server:/var/log/tomcat7$ ls │ [10:40] welp they have an irx [10:40] irc [10:40] catalina.2014-09-23.log catalina.out localhost.2014-09-23.log localhost_access_log.2014-09-23.txt [10:40] who use lubuntu here? [10:40] But, Ive changed the listening port to 0.0.0.0 as well [10:40] but there is only one person in it [10:40] there's no reply in lubuntu channel so,.... [10:40] Can't figure out what it is [10:40] allen_, ask you question [10:40] Is there anyone using lubuntu? [10:40] allen_, quite a few. ask anyway [10:40] allen_: some do. just ask the real question [10:40] OK thanks guys, How can i set my shortcuts? [10:41] in lubuntu [10:41] what shortcuts? [10:41] for example, executing firefox? [10:41] m1dnight1_: do you see the client hits in the logs [10:41] in xubuntu, it was Super+W [10:41] or resizing window with Ctrl+Super+Arrow [10:42] ikonia: I can see the hits from my other LAN pc yes, in localhost_access_log [10:42] but I can't see anything else.. [10:42] my apt has lost its super cow powers.. apt-get update just spams 404, tried with several servers already :( [10:42] m1dnight1_: right, so then either a.) there is a firewall blocking your external clients b.) port forwarding is not setup correctly [10:42] Port forwarding should be setup properly. Is there a firewall in ubuntu then..? :x [10:42] allen_, those keystrokes don't do anything for me [10:43] ObrienDave: yes, because it is supported in ubuntu or xubuntu [10:43] I just want to know how to set my shortcuts [10:43] msg ubottu !lxde [10:43] i'm running Xubuntu ;P [10:44] allen_, ask the lxde channel: irc://irc.oftc.net/lxde [10:44] or the lxde forums http://forum.lxde.org/ [10:44] cfhowlett: thanks [10:45] allen_, happy2help [10:46] without snarkyness, impressive ;P [10:46] cfhowlett: but no one reply :( [10:47] Hi [10:47] allen_, leave a message of the forums. lxde is the lubuntu desktop environment. they're the experts [10:47] cfhowlett: OK! [10:48] I currently have about 900GB of data on a partition, but would like to move all that data into an image file on that partition. Are there any good ways to do this? [10:48] an image file ? [10:48] I'm using rsnapshot for backups, so it would require to keep hard-links persistent. [10:48] disk image [10:49] Laban, do you have more freespace than your data available? [10:49] No, about 680GB free [10:50] So I would need to move/delete/move/delete [10:50] does anyone know why my apt-get suddenly failes to fetch (404) on several servers? [10:50] Hey why if I boot with the Ubuntu instellation CD it doesnt seem to see any of my hard drive partitions or even the fact that theres windows installed on the HDD... it only gives me the option of wiping the entire disk? [10:51] cart_man, is "something else" available? [10:51] cart_man: was it a gpt converted to mbr? [10:52] The only option I have is to wipe my entire disk..I cant choose anything else..it sais theres no OS on it [10:52] Hmm not sure about the gpt converted mbr [10:52] its an Asus k565 [10:52] K55` [10:52] Laptop [10:52] cart_man: is there a something else option at the bottom as ObrienDave was asking? [10:53] Ahm...I can choose " I want something else" [10:53] Plain old "mv" copies then deletes, are there any other tools that delete in the mean time? [10:53] cart_man, gpt acts like you've described [10:53] but if I do that it sais I have to format or create new partitions... [10:53] Sigh.................. [10:53] cart_man, reboot computer into live DVD first, then run install [10:53] select "try" [10:53] cart_man: no, you don't have to format, just resize the windows partition, and use the free space for ubuntu [10:54] I have already done the resizing [10:54] the problem is..... theres roughly 4 partitions on this HDD...GParted can see all of them and has no problem manipulating them [10:55] But Ubuntu installer refuses to see any other partition and sees the entire disk as 1 partitions... [10:55] does it still boot into windows? [10:55] cart_man: ok, so you should see the free space, make a "/" and swap partition, if you require one === allen_ is now known as felty [10:55] No I cant see the free space actually [10:55] I see something in theline of [10:55] cart_man: was this a win8 machine? [10:55] Win 7 [10:55] ok, was it win8 originally? [10:56] cart_man: if so, it would have been gpt and might be converted to mbr for win7 [10:56] The other weird thing I find though is that if I press the QUICK BOOT MENU which is usually EScape key on boot... I find 2 options.. 1 is the CD and the other is " WINDOWS BOOT MANAGER" [10:56] cart_man: and the stray gpt data would confuse the ubuntu installer [10:56] there are [10:56] five participant [10:57] Hi, can someone give me a hand installing some music software? [10:57] This is exactly what mine is showing --> http://superuser.com/questions/744916/ubuntu-14-04-installer-doesnt-show-existing-partitions [10:57] cart_man: was it originally a win8 machine? [10:57] nope [10:57] Ahh wait a sec [10:58] on this forum the guys says ... Runnning gdisk -I /dev/sda indicates that I have both MBR nad GPT tables present [10:58] cart_man, that's the problem [10:59] anyone whisper me plz [10:59] felty, try asking a ubuntu SUPPORT question [10:59] gpt is soo lame though -.- [10:59] wasted an entire day [11:00] ObienDave: Ah just testing alarm beep :) [11:00] cart_man, gpt is required for drives larger that 2TB iirc [11:00] *than [11:01] anybody able to help with an installation problem? [11:01] I see [11:01] I'm pretty new to ubuntu/linux and struggling [11:01] ok well ill quickly go do that then [11:01] brb [11:01] will let you know [11:01] !details | nsha190 [11:01] nsha190: 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:01] nsha190, not if you don't ask === eeeeee is now known as eeee === derk0pf is now known as derk0pf|NA [11:05] Hello ! [11:06] I need help connecting Windows 7 to Samba domain [11:06] Sorry - I've been trying to install either audacity or ardour but keep getting caught on the dependencies [11:06] for ardour i get the following: "ardour: Depends: libgcc1 (>= 1:4.1.1) but 1:4.9.1-0ubuntu1 is to be installed [11:06] Depends: libgtkmm-2.4-1c2a (>= 1:2.24.0) but 1:2.24.4-1ubuntu1 is to be installed [11:06] Depends: libusb-0.1-4 (>= 2:0.1.12) but 2:0.1.12-23.3ubuntu1 is to be installed" !pastebin === collizion_ is now known as collizion [11:12] anyone mention me plz [11:13] nope, fell for that once === WhiteWolf is now known as WhiteWolf|AWAY [11:17] hmm [11:17] hmmmmmmmmm [11:21] Hi everyone, I have a little question. I just installed ubuntu on my macbook pro (late 2011) and I have a big problem about the processor. On mac, it is 50degrees and on ubuntu it is 80degrees... same for the battery, I have 5hours on mac and 2hours on ubuntu... someone have any idea ? [11:21] I've just done an apt-get remove php5* on ubuntu 12.04 and am wanting to reinstall php5, but whenever I do it, I don't get any of the default config files. does anyone know what I'm missing? basically I'm trying to reinstall php-fpm [11:21] Yotsu, that seems a common problem [11:24] compdoc any idea to configure it ? [11:24] Yotsu: there's no OSes that can handle mac hardware better than osx, don't waste your time. [11:25] Yotsu, there might be a way, but I dont know it. I have just seen several ppl mention your problem, and I dont think its only macs that have the problem [11:27] is any program to configure the ACPI ? === max is now known as Guest36678 === ashish_ is now known as ashish [11:40] Hi. How can I completly disable fcsh parallelization in 14.04+? [11:40] *fsck [11:41] I hate this stupid mis-feature [11:48] what vpn provider is good? [11:48] i use VPNbook. it's free [11:49] any other reccomendations? [11:49] for VPN? [11:49] zenmate? [11:51] Hi folks [11:51] hiya === randomcpp is now known as gcollura [11:56] Hi! [11:56] Which way would be the best to backup my whole system? Have a NAS to store the files [11:56] Thumpxr, rsync [11:57] the 14.10 Final Beta Freeze is on [11:57] cool [11:57] oops wrong chat [11:57] cool anyway ;P [11:58] :) [11:58] getting latest daily now ;) [11:59] ObrienDave, on 14.10 or just upgrading? [11:59] Thumpxr [11:59] i test the dailies for install issues [11:59] I would suggest getting backing up files on to external drive [11:59] I backup using CloneZilla [11:59] ok gotta reboot , new kernel [11:59] Tor__: my NAS is external .___. Prestin : will check it [11:59] Tor__, yes, that's the idea behind a NAS ;P [12:00] Idk what NAAS means [12:00] Ah not sure if it can be used in combination with a external drive [12:00] Thumpxr, clonezilla is good for an image. for daily backups, rsync is more efficent [12:01] Tor__, Network Acessible Storage === EiriksUbuntu is now known as Eiriksvin [12:02] Simple terms a hard drive attached to the network, e.g. router [12:02] hi all, just wondering when I usd to mount iso virtually in windows, there was always a .exe I can run to start the installer. in the case of elementary os, what file can I run to start the installer? [12:03] WUBI. it's not recommended or supported here [12:03] ObrienDave: what is recommended? [12:03] WUBI nneeds to die a slow, painful death [12:04] burning ISO to DVD or USB stick and installing that way === Eiriksvin is now known as EiriksHDD [12:04] ObrienDave: NAS is Network Attached Storage.. Not Accessable.. [12:05] i'd rather know what file I can open (now I have virtually mtheted the iso) to start the ubuntu live cd? [12:05] Thumpxr, eithe one works [12:05] *either [12:05] Hi [12:06] Why is there no network-manager service in ubuntu ? [12:06] ObrienDave: is there a way of doing that ( I don't believe it's possible in windows but not linux). [12:06] fujio, network manager is installed by default on ubuntu [12:07] Guest99078, unetbootin for USB. any ISO burner for DVD [12:07] BluesKaj: Ye, but I don't find its service in service --status-all [12:07] i recommend DVD [12:08] USB 3.0 is way faster though [12:08] There's a 'networking' services, but I suppose 'networking' is not network-manager,but interfaces [12:08] DVD takes ages to install, boot :[ [12:08] ObrienDave: yes, but what If I have a dvd alr?eady its inserted, and I want to know what file to run to start the live cd? while in an os, can't i do that? [12:08] you boot the DVD [12:08] Boot it up in a virtualisation software [12:09] Virtual box / VMware [12:09] Or dedicate by dual booting, check the boot options in your motherboard [12:09] Guest99078, you may need to setup BIOS to boot the DVD first [12:09] fujio, sudo service network-manager start [12:10] If you want to play arround with any kind of distribution try using it virtual first, it gives you a good impression [12:10] ObrienDave: no, In windows I insert the windows install dvd, go to dvd, navigate to install.exe or similar name, double click it. Opens and I can begin installing with no virtual software. I want to do the same with ubutu. I.e. I want to know what file to run to start it up and get the live cd going. [12:10] BluesKaj: 'unrecognized service' [12:10] BluesKaj: There's also no init script for network-manager in /etc/init.d on my system [12:10] pretty weird :S [12:10] Prestin: I agree, but in this case, I've tried it and just want to install it directly. [12:11] fujio, maybe it needs installation [12:11] You have to set boot priority [12:11] What brand is your motherboard? [12:11] Guest99078, WUBI from windows. you're on your own with that install [12:11] Guest99078, NOT recommended [12:12] Prestin: I agree, but in this case, I've tried it and just want to install it directly. [12:12] Yes, i understand that, but you have to boot into it right? === gnu is now known as Guest81358 [12:13] Guest99078, WUBI will NOT give you a separate install. it allows Ubuntu to run under windows like any normal app [12:13] Setup your boot process to let it boot to the ubuntu live cd [12:13] hey guys, is it possible to set up ubuntu in a way that it spins down hard disk drives in a software RAID5 volume if the volume is not used for 30min or so? [12:13] Then install it right along your windows system [12:13] !wubi | Guest99078 [12:13] Guest99078: Wubi allows you to install or uninstall Ubuntu 12.04 LTS from within Windows ( version 7 or earlier ) in a simple and safe way. Wubi is INCOMPATIBLE with UEFI, Windows 8 Certified computers, and Windows RAID arrays. https://wiki.ubuntu.com/WubiGuide for more information. File wubi bugs at http://launchpad.net/wubi/+filebug [12:14] BluesKaj: Do you find network-manager on ur system in init.d? [12:14] Hello! [12:15] because i heared that if i use zfs the spindown would be a problem, is this also true for software raid5? [12:15] fujio, yes [12:15] Hmm [12:15] That's weird [12:15] Also [12:15] Network-manager starts on boot but if there is no init script how does it that? [12:16] fujio, is this a new clean install or an upgrade via the internet? [12:17] BluesKaj: I installed the system 1 year ago [12:17] fujio, and suddenly NM doesn't load? [12:17] It works [12:17] But I want to stop its service [12:17] 有中国人吗?? [12:18] And I can't stop it, because there is no nm service [12:18] !cn | smais [12:18] smais: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [12:18] fujio, why, do you want to go static from network /interfaces? [12:19] BluesKaj: Because I want to use bridging [12:20] it looks like nm is started as a system service in dbus [12:21] /usr/share/dbus-1/sytem-service/org.freede....dispatcher.servic [12:22] fujio, are you setting a server(s) in a VM or...? [12:23] Yea [12:23] fujio, then this might apply, http://superuser.com/questions/762686/how-do-i-set-up-a-bridge-on-ubuntu-gnome-14-04 [12:33] Hm weirdly "sudo service network-manager stop" worked now [12:33] it uses an upstart job in /etc/init intead of init.d [12:38] when updating package lists, i keep getting this error: E: Encountered a section with no Package: header / E: Problem with MergeList /var/lib/apt/lists/de.archive.ubuntu.com_ubuntu_dists_precise-updates_universe_i18n_Translation-en; how can I fix it? I'm using Ubuntu 12.04.5 LTS precise [12:38] how to download vedio frm you tube in ubuntu [12:38] I deleted the file so it would be downloaded anew, but same error [12:38] tell broz [12:38] how to download vedio frm you tube in ubuntu [12:39] ajay_, as with any browser, get a bookmarklet that decodes the url_fmt_map [12:39] tell bro [12:39] how [12:39] ajay_, #youtube ;) [12:39] plz explain bro [12:40] or ask search engines how to do it with firefox, doesn't matter which OS you run your Firefox on. [12:40] or in ubuntu we install external [12:40] software [12:41] or in ubuntu we install external [12:41] software [12:41] hello any advanced Ubuntu users here ? [12:41] desert_sweeper, ask your #ubuntu question [12:41] desert_sweeper, they might decide to admit it once you ask an interesting question ;) [12:41] ajay_: youtube-dl [12:41] desert sweeper.... in ubuntu we install external [12:41] software [12:41] 'advanced' meaning knows more than you? [12:42] all sreenshoots i take are black. i'm not racist, but it feels like an error [12:42] ajay_: stop spamming. [12:42] ajay #ubuntu-in [12:42] hahahahwell yes compdoc that's not easy to beat [12:42] I dont know much [12:42] but it's for a job I'm on [12:42] wat [12:42] a 6TB ubuntu server with video recording software [12:42] ajay_, bhai Join Indian channel #ubuntu-in === goldenfox is now known as Guest64347 [12:43] like idm download manager in ubuntu [12:43] tell [12:43] ajay_: we do not understand what you are asking. [12:44] am asking how to download vedio frm ubuntu [12:44] tell plz bro [12:44] !info youtube-dl | ajay_ [12:44] ajay_: youtube-dl (source: youtube-dl): downloader of videos from YouTube and other sites. In component universe, is extra. Version 2014.02.17-1 (trusty), package size 231 kB, installed size 1080 kB [12:45] ajay_, TYPE this join #ubuntu-in [12:45] software name youtube-dl na [12:45] !info youtube-viewer | ajay_ [12:45] ajay_: Package youtube-viewer does not exist in trusty [12:46] thanks to all my friends [12:46] ajay_: So try youtube-dl [12:46] thanks usr 13 [12:46] NP [12:46] thanks bhai [12:46] when updating package lists, "E: Encountered a section with no Package: header / E: Problem with MergeList /var/lib/apt/lists/de.archive.ubuntu.com_ubuntu_dists_precise-updates_universe_i18n_Translation-en"; I keep getting this error even after deleting the file to have it downloaded again. how can I fix it? I'm using Ubuntu precise 12.04.5 LTS. [12:47] usr 13 tell me about vlc default [12:47] tell bro [12:48] !vlc | ajay_ [12:48] ajay_: Audio (Ogg, MP3...) players: Audacious, Banshee, Listen, Quod Libet, Rhythmbox, Exaile, XMMS2 (GTK/Gnome based) and Amarok, JuK (Qt/KDE based). Video players: Totem, Xine, MPlayer, VLC, Kaffeine - See also !codecs [12:48] ajay_: see the software center to install vlc [12:48] ok bro thanks [12:48] setkeh: sudo apt-get update [12:49] Sven_vB, rebuild your package list will fix that if I'm not mistaken: http://ubuntuforums.org/showthread.php?t=2061170&s=86fbde28151b5befbb05690e89c37084&p=12253252#post12253252 [12:49] tell about sudo apt-get [12:49] plz [12:49] i am a new user [12:49] ajay_, no. use ubuntu software center. [12:50] oh right that reminds me: is there an easy way to have all media files that currently would start totem if xdg-open-ed, instead launch some other command? [12:50] Sven_vB: sudo apt-get update [12:50] okie [12:50] cfhowlett, i'll try, thanks [12:50] Sven_vB, happy2help [12:50] but wat is sudo apt get [12:50] ajay_, it's not for beginners [12:50] !in | ajay_ we have a channel in your language, too. [12:50] ajay_ we have a channel in your language, too.: #ubuntu-in is the channel for Ubuntu in India [12:50] usr13, so you blame aptitude for the problem? well, i'll try if apt-get does it better [12:50] Sven_vB: It does [12:51] Sven_vB: You might also need to run sudo apt-get clean [12:51] anyone not perfect [12:51] !aptitude | Sven_vB [12:51] Sven_vB: aptitude is another terminal-based front-end to APT. You may encounter multiarch problems on non-updated 12.04 installs, see http://pad.lv/831768 for more information. [12:51] Sven_vB: aptitude got removed from the standard install due to issues with multiarch. they are fixed now but the standard is still apt-get [12:51] we make perfect to myself [12:52] cfhowlett, usr13, k1l, thanks! [12:52] k1l: So that factoid needs to be changed or deleted? [12:52] usr 13 tell me about sudo apt get [12:53] !apt | ajay_ [12:53] ajay_: APT is the Advanced Package Tool, which together with dpkg forms the basic Ubuntu package management toolkit. Short apt-get manual: https://help.ubuntu.com/community/AptGetHowto - Also see !Synaptic (Gnome), !Muon (KDE) or !Apper (KDE) === DouglasK_a is now known as DouglasK [12:53] usr13: i dont know of the actual state since i dont use aptitude myself. [12:54] It's been a while since I've used it either. [12:54] okie thanks [12:54] but wat its purpose [12:54] tell [12:54] ajay_, stop. [12:54] ajay_: YOu will learn more if you just hide-&-watch [12:54] ajay_: what is your question? [12:55] Hey people! Is there any way to install nVidia drivers and Wine at the same time? Not using PPAs (currently). When installing Wine it requests the removal of the nVidia driver (part of that is). [12:55] ajay_: if you want to know about apt-get go and read the documentation. if you dont understand one thing there you can come back and ask that specific question then. but we dont need to type the same words into here that are already in the documentation [12:56] Lachezar: of course that should be working. please show the output from that install in a pastebin [12:56] ajay_, please don't waste extra lines of text just to reinforce a previous question. [12:56] okie [12:56] !paste | Lachezar [12:56] Lachezar: 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. [12:56] thanks dude [12:56] thanks a lot to all [12:56] byee i anna check [12:57] wanna check [12:57] thanks sven [12:59] k1l: No, can't pastebin anything, as the machine in question is off-Internet (network card driver whoes). [12:59] Lachezar: ssh [12:59] k1l: The problem seems to have been adressed here: http://askubuntu.com/questions/449507/nvidia-libopencl1-331-has-to-be-removed-before-installing-wine [12:59] usr13: No network. [12:59] Lachezar: Try another NIC [12:59] Lachezar: well, then that seems to be the origin of that issue [13:00] The solution in that question seems to be to remove the driver. That's not a solution. === BQ_ is now known as BQ [13:00] Lachezar: Try another NIC [13:00] usr13: No way. [13:00] Lachezar: So what is the purpose of this PC? [13:01] usr13: games (supposedly). [13:01] usr13: maybe a Home Movie Theater. [13:02] usr13: The NIC is integrated on the motherboard. It seems to have problems I can not point. The NIC is disabled when the OS boots, and seems to boot after 5-6 minutes. [13:03] Lachezar: i bet the issue is, that there is a new package list where nvidia and wine have new depencies. and now you grab one new package and want to install that but the old package list and packages on the pc cant fullfill that depencies [13:03] usr13: So I have Internet. I do update drivers from apt. [13:03] Lachezar: And you can not enable it? You can not put another NIC in it? [13:03] Lachezar: You can not use apt to do updates without a network connection. [13:04] k1l: updated as of Sunday. Conflict is not resolved. [13:04] Lachezar: (it will be a lot easier if you fix the PC so that it can connect to your network === WhiteWolf|AWAY is now known as WhiteWolf [13:05] usr13: How do I fix it? Put Windows? === BQ_ is now known as BQ [13:05] Lachezar: What is your native language? [13:06] Bulgarian. [13:07] hello [13:09] any recommendations for a theme that makes the active window really evident? [13:11] how do i get 'right-click to paste the selection text'? [13:17] !bg | Lachezar [13:17] Lachezar: опитайте #ubuntu-bg за български потребители . try #ubuntu-bg for bulgarian users, and please idle there patiently [13:18] BQ: There are several ways to cut-&-paste [13:20] how do i grep "this" or "that" strings? i've tried grep "this|that" but doesn't work [13:20] BQ: Use the mouse to highlight, (or Ctrl-a for all), hit middle mouse button to paste. ALternately; After hightlghting text, Ctrl-c and Ctrl-v to dump, (you may need Sift-Ctrl-v for terminal at times). [13:21] bumbar_: you can use egrep (or grep -e) and then use regular expressions [13:21] BQ: Ctrl-c is copy text to RAM Ctrl-v is past into writable area [13:21] bumbar_: in egrep | should work. Put it in ''s to not confuse your shell, e.g. egrep 'A|B' foo [13:22] Fuchs, egrep worked, thanks. did you mean use single quotes instead of double? [13:23] bumbar_: just quotes in general, else your shell might want to interpret | as a pipe. Double quotes should be perfectly fine as well [13:23] bumbar_: and you're welcome :) === vito_ is now known as Guest2059 [13:25] hi, how can I deactivate that first icon on top left that says "search your computer for online resources" [13:25] is killing my computer cause is so slow [13:27] VictorCL: Use another DE [13:28] what is DE? [13:28] hey [13:28] VictorCL, http://askubuntu.com/questions/278712/how-can-i-enable-disable-dash-online-results-programmatically [13:28] anyone know how to change profile photo in Lubuntu? [13:28] i assume DE is desktop enviroment [13:28] environment * [13:29] VictorCL: if it is really just that lens: you can disable it, with gsettings set com.canonical.Unity.Lenses remote-content-search ‘none’ [13:29] you assume correctly [13:29] anyone know how to change profile photo in Lubuntu? [13:29] in login screen [13:29] VictorCL: if however Unity in general is slowing down your computer, you might want to use a different desktop environment that is more lightweight, such as LXDE or XFCE [13:29] unity is ugly and slow [13:30] I like the other one better [13:30] agree dat [13:30] the one I had before [13:30] it was much better .. why whyyy change it? [13:30] and no option to change it === Captain_h00k is now known as h00k [13:30] maybe unity developer's secret commision? [13:31] !info xubuntu-desktop | VictorCL [13:31] VictorCL: xubuntu-desktop (source: xubuntu-meta): Xubuntu desktop system. In component universe, is optional. Version 2.180 (trusty), package size 3 kB, installed size 44 kB [13:31] VictorCL;~ install the gnome flashback session [13:31] !gnome | VictorCL [13:31] VictorCL: GNOME 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-gnome [13:32] VictorCL: I recommend xfce [13:32] why? [13:32] ok I will rad about this thanks [13:32] VictorCL;~ the package is gnome-session-flashback [13:32] then choose it from login screen [13:32] whats better about xfce? [13:32] yk: Was that for me? [13:33] yep [13:33] Numerous reasons. One being more efficient. [13:33] i'm tempted to try new DE, as unity has this nasty memory leak so i have to restart it after a few days [13:34] i've never done this before, is this somewhat lengthy process? [13:34] ohhh yeah gnome come back to me ^^ [13:35] bumbar_: No, it is easy [13:36] nothing better with a can of beer and peanuts! :) === Hobbyboy is now known as Hobbyboy|Away [13:42] zoneminder : no video from Monitor-1 on left log : getStreamCmdResponse stream error: socket_sendto( /tmp/zm/zms-415436s.sock ) failed: No such file or directory - checkStreamForErrors() ?view=watch 2014-09-23 15:24:26.362815 web_php 11559 ERR socket_sendto( /tmp/zm/zms-415436s.sock ) failed: No such file or directory [13:46] Hello just did a fresh install of amd64 14.04 ubuntu gnome. radeon-si was working perfectly. then I dist-upgraded to ppa:oibaf/graphics-drivers and installed steam. after reboot now I only get gallium llvmpipe loaded instead of radeonsi. [13:46] any help would be appreciated [13:47] Is there supposed to be a menu in gnome? [13:47] compiz vs metacity ? [13:47] whats the difference? [13:47] in gnome [13:48] I keep seeing references to a main menu but I don't see one in my gnome environment [13:49] VictorCL: metacity is the default gnome window manager who doesn't provide a lot of graphical effects and more advanced tools such as "present windows" (apple exposé) [13:49] VictorCL: comiz is the window manager that introduced these things years ago, now mainly used in unity, but you can obviously also use it in gnome or whatever ewmh compliant environment [13:50] flameaway: 14.04? [13:50] usr13 yes new install [13:51] flameaway: And you installed gnome-shell? [13:52] not explicitly I just did a normal install [13:53] flameaway: Oh, so you are not accustomed to Unity. (Is that it?) [13:53] usr13 LOL I'm not accustomed to linux. But I've had it with windows [13:54] flameaway: In Unity, there's really not a "main menu" that I know of. I always just click that icon in the top left corner and start typing, once you see the app you want, if it is in the top left position, just hit enter. [13:54] flameaway: Like if you want a terminal window, by the time you get to the r, it will show up [13:54] usr13 what about in Audacity? I don't have a menu there either and it makes the program damned hard to use. [13:55] flameaway: type audac [13:55] flameaway: or audicit [13:55] oooops typo [13:55] flameaway: But you get the idea. Right? [13:55] usr13 you mean when audacity is open? [13:56] flameaway: Cut to the chase; sudo apt-get install audacity [13:56] flameaway: What do you mean? foss? [13:57] flameaway: Let's start over. (Ask your question again.) [13:57] usr13 what I saying is that when i open audacity there is no file save, no open , nothing just blank space at the top where the menu bar usually is [13:57] flameaway: move your mouse to the top left corner of the screen and that stuff will show up. [13:57] usr13 ah [13:57] trying [13:58] Yes, you are *now* becomming accustomed to Unity. [13:58] usr13 LOL yup there it is. DOH! Thanks [13:58] *becoming* [13:58] usr13 well that's cool. it saves space [13:59] (I'm pretty hady with computers, (but not a good speller). [13:59] metacity is completely 2d right? [13:59] *handy* [13:59] so it's easier on older videocards [14:01] hi everybody. my boot loader s gone I am on a live linux now [14:01] how can I fux my boot loader [14:01] fix* [14:01] masoudborbor: https://help.ubuntu.com/community/RestoreGrub [14:02] masoudborbor: What do you mean exactly? [14:02] hi [14:02] masoudborbor: Did you have to use a boot disk? [14:02] when I boot my laptop it says grub rescue> [14:02] nope [14:02] I just had windows and linux together [14:02] I was doing somthing in windows disk manager [14:02] masoudborbor: https://help.ubuntu.com/community/Grub2 [14:02] hi guys i need to know how to use boss terminal [14:03] thanks I try to use that [14:03] hi user 13 [14:03] hi [14:03] masoudborbor: first rule if you dualboot windows and linux, do not use the windows disk manager.. it will mess with your boot [14:04] elcot: You mean bash? [14:04] thanks [14:04] yes [14:04] elcot: http://www.gnu.org/software/bash/manual/bashref.html [14:05] what does it means [14:05] Bourne-Again SHell [14:06] elcot: What is your native language? [14:06] tamil [14:06] abt u === aaa801_ is now known as aaa801 [14:09] hmm [14:09] hi [14:09] hi [14:09] hello [14:10] howdy [14:10] hi] === derk0pf|NA is now known as derk0pf [14:11] when I type grub-install /dev/sda4 [14:11] it says: [14:12] superstudent: try sda [14:12] could not find device for /boot not found ot not a bock device [14:12] the same message [14:13] masoudborbor: There are two ways to do it, one way is that you have to chroot into the installed filesystem, and if that is not properly done, you will get the error you are seeing now. Check the instructions you are trying to follow. [14:14] usr13, thanks. === jack is now known as Guest74839 [14:15] masoudborbor: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows?action=show&redirect=RestoreGrub (Using the Ubuntu CD) [14:16] masoudborbor: Just a minute. I may have missunderstood your problem. [14:16] masoudborbor: Let's back up just a bit. (Start over.) [14:17] خن [14:17] ok [14:17] masoudborbor: You said, "I was doing somthing in windows disk manager". Exactly what did you do with "windows disk manager"? [14:17] I had an unallocated free space [14:17] tried to fromat it [14:17] and make a new partition [14:17] nothing with the linux partition or the boot partition honestly [14:17] . [14:18] hello [14:18] after that I restarted and grub recue came out [14:18] masoudborbor: I see. Well, now I wonder if the "windows disk manager" might have mistaken the Linux partition for unallocated free space. Or ____________? [14:18] i have a problem installing ubuntu.. [14:18] no [14:18] I had some unallocated [14:18] get this : grub-efi package failed to install into /target/ [14:18] I made it myself [14:18] masoudborbor: Take a look at your partitions and see if one of them has been deleted, (or re-formatted). [14:19] nope [14:19] masoudborbor: In other words, see that your Linux partitions are still intact. [14:19] even now the linux partition can be mounted with live cd [14:19] they are [14:19] hi guys, I'm looking for a simple start-menu-like app listing for use with docky [14:19] any recommendations? [14:19] I can see /boot n root n home folders [14:19] Ok. Good. Then just follow the guide I sent you. [14:19] I did [14:19] but I got the error I typed for u [14:19] Okie Dokie [14:20] Oh ;( [14:20] masoudborbor: Did you Install and run Boot-Repair? [14:20] with fdisk -l [14:21] I have sda2 starred [14:21] no I used terminal [14:21] how do i make the active window stand out more? [14:21] masoudborbor: You did: sudo grub-install /dev/sda ? [14:22] yup [14:22] masoudborbor: Or _______________? [14:22] same error [14:23] masoudborbor: https://help.ubuntu.com/community/Grub2/Installing#Fixing_a_Broken_System [14:23] what is the git package called? [14:24] ujjain: have you tried `sudo apt-get install git`? [14:24] yes [14:24] !info git | ujjain [14:24] thanks I try that too [14:24] ujjain: git (source: git): fast, scalable, distributed revision control system. In component main, is optional. Version 1:1.9.1-1 (trusty), package size 2067 kB, installed size 19800 kB [14:24] E: Package 'git' has no installation candidate [14:24] ujjain: which Ubuntu version? [14:24] 12.04 [14:24] ah works now [14:24] I had to do an apt-get update first, not sure why [14:25] ujjain: if you hadn't updated the repository list before that's why [14:25] ujjain: apt-cache policy git [14:25] ujjain: sudo apt-get update [14:25] anyone thet cane help me? [14:26] kimmern79: no [14:26] (You have to ask a question :) [14:26] i did ;) [14:27] i get this error when i try installing ubuntu : grub-efi package failed to install into /target/ [14:27] !uefi | kimmern79 [14:27] kimmern79: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [14:27] usr13, when I type sudo grub-install --boot-directory=/mnt/boot /dev/sdX it says --boot-directory=... unrecognized option [14:28] masoudborbor: mount #What does that say? [14:28] !paste | masoudborbor [14:28] masoudborbor: 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. [14:29] masoudborbor: "/dev/sdX" Is that what you typed? [14:29] oh I am not on the same pc so I cannot copy that! [14:29] nope [14:29] I type sda [14:29] when I upgraded to the latest version of ubuntu it completely wrecked the grub [14:29] ls /mnt/boot #Do you see your kernels? [14:29] is that normal? [14:30] masoudborbor: ls /mnt/boot #Do you see your kernels? (Do you see vmlinuz-3. etc. and init-img-3..... etc.)? [14:31] yup [14:31] I see them [14:33] usr13, I see them [14:33] masoudborbor: Where are the instructions you are following? [14:33] masoudborbor: Show me. [14:33] masoudborbor: (send URL) [14:33] https://help.ubuntu.com/community/Grub2/Installing#Fixing_a_Broken_System [14:35] masoudborbor: Ok. Show me the exact command you typed: [14:36] grub-install --boot-directory=/mnt/boot /dev/sda [14:36] it says not recognized option --boot.... [14:36] and in grub help it has --root-directory [14:36] when I use that [14:36] masoudborbor: grub-install --root-directory=/mnt/boot /dev/sda [14:36] yes I did it [14:37] masoudborbor: That quick? [14:37] I did that quick :) [14:37] but its ays [14:37] the file /mnt/boot/boot/grub/stage1 not read correctly [14:38] masoudborbor: ls /mnt/boot/boot/grub/stage1* [14:38] /mnt/boot/boot/grub/stage1 [14:38] that is the output! [14:39] masoudborbor: What version of Ubuntu do you have installed? [14:39] 1404 [14:41] masoudborbor: http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCAQFjAA&url=http%3A%2F%2Fhowtoubuntu.org%2Fhow-to-repair-restore-reinstall-grub-2-with-a-ubuntu-live-cd&ei=UoYhVK_6KInf8gHk1oD4DA&usg=AFQjCNEezfvAX1O1qULcr-1Cptqi-ps7Iw&sig2=mogo_IvCyM2eMvRnYPtXxg&bvm=bv.75775273,d.b2U&cad=rja [14:41] masoudborbor: http://howtoubuntu.org/how-to-repair-restore-reinstall-grub-2-with-a-ubuntu-live-cd [14:41] Sorry for the long URL [14:42] is the second one and the first one asame? [14:42] just put in a usb with ubuntu on it, then install the bootrepair program [14:42] superstudent: Yea, I tried to get him to do that in the first place. [14:43] after I ran the boot repair, only ubuntu showed up in the grub menu, even tho I had previously installed windows as well [14:43] is there any intention to package php 5.6 for the current ubuntu version ? [14:43] then after a couple of reboots windows suddenly started showing up! [14:43] how weird is that [14:43] I created a directory on /tmp/share which I want to share it's content with KVM. I have Windows installation and I went to details > Add Hardware >> Add file System and choose Squash and /tmp/share path and targe as /hostshare however I can't find the file in Windows [14:43] masoudborbor: As superstudent suggests, use the boot-repair method. [14:44] masoudborbor, you can also boot from the livecd / usb and connect to the internet and go to this irc and ask for help [14:44] superstudent: But he said that he tried boot-repair and it didn't work, so... [14:45] masoudborbor: Yes, as superstudent suggests, if you come here from the actual PC you are working on, it would be a bit easier. [14:45] did it give an error or anything? [14:45] <_8_> _ [14:45] I think the boot repair program automatically generates a log [14:45] sorry I would do it later but I cannot now [14:45] but [14:45] when I type sudo mount --bind /sys /mnt/sys [14:46] it says mount cound not find /mnt/sys in /etc/fstab or /etc/mtab [14:47] when I got to grub-install [14:47] mount #see what is mounted. [14:47] it says device node not found [14:47] and embedding is not possible [14:50] I have an old server here (10.04) which makes me wondering... It has a constant load of 4/3/2 and with htop and a delay of 0.5 I still can't see any process using at least 0.1% CPU though the overall indicator at the top has spikes up into the 40% for some cores... what could that be? [14:50] masoudborbor: You may need to reboot and start over. [14:51] soahccc: I don't know, but probably best to just upgrade to 12.04 [14:52] usr13: yeah I guess we migrate the contents and the trash the server alltogether... I've got the feeling that the server might be infected with something [14:52] soahccc: sudo htop [14:52] soahccc: What could it be infected with? [14:52] The vlc window won't display. It's on the taskbar, it's in the tray. I have sound. WHen I switch workspaces it shows up with moving video in the little thumbnail. I can switch it to different workspaces with ctrl-alt-shift-arrows. But it's not actually on the screen. [14:53] hnsz: Alt-Tab [14:53] thanks [14:53] need to gonow [14:54] usr13: nope [14:54] soahccc, any memory issues? [14:54] thanks everybody for great help [14:54] I would do it tomorrow [14:54] masoudborbor: got it now....? [14:54] Funny thing is it seems to be between workspaces when I switch [14:54] masoudborbor: Oh, ok [14:54] usr13: what do I know :D I wasn't maintaining the server but there is CPU load and no process which is using it (even top doesn't show any difference) http://files.sven.bmonkeys.net/images/apollon.png [14:54] Minimalising everything else doesnt work either. [14:54] soahccc: Is it fully updated? [14:54] soahccc: If not, try: [14:55] soahccc: sudo apt-get updat && sudo apt-get upgrade [14:55] pavlos: I haven't checked the RAM but the machine works since 300 days without any problems beside the load [14:55] pavelz: uptime [14:55] soahccc, sudo apt-get dist-upgrade will bring all installed packages update [14:56] pavelz: (Waht is the uptime?) [14:56] i [14:56] To be honest, i'm a bit scared that the machine (or rather service on it) will shatter when I update everything. I need to trash this server asap :( === derk0pf is now known as derk0pf|NA [14:58] soahccc: uptime? [14:58] soahccc: One thing is for sure, you will not fix anything if you don't do anything. ;) [14:59] \quit [14:59] :q [14:59] usr13: yeah sure. The server needs updates. But I was just curious if there is a way to tell what is using the CPU. [14:59] does anyone know a way to install iPhone apps from Ubuntu without running iTunes in a VM (or wine)? [14:59] eisflo: /exit [14:59] soahccc: htop [15:00] usr13: 16:58:29 up 295 days and you that htop is not helping me http://files.sven.bmonkeys.net/images/apollon.png [15:00] +see [15:00] Sven_vB: https://help.ubuntu.com/community/PortableDevices/iPhone [15:01] " For htop to display correctly all running processes, it needs to run as root." aka sudo htop [15:01] yeah it's running as root [15:01] usr13, i skimmed over that, but it seems to only mention media file transfers [15:01] usr13, which part did i miss? [15:02] soahccc: ls -ltr /var/lib/dpkg/info/*list #What is the last package(s), and last date? [15:03] usr13: sure you want to know? [15:03] 2013-12-17 [15:03] Sven_vB: What is it you want to do? [15:03] Hello everybody. I am trying to change a message in .ts localization file associated to a package. When I recompile and reinstall the package, it seems that the localized message isn't updated though I can find the msg in the qm file. Is there any updating or refreshing mechanism in Ubuntu ? [15:04] usr13, i'd like to install cordova-poc on an iPhone, ideally w/o installing iTunes first. [15:04] I need a minipcie wireless card for a mini-itx desktoip [15:05] soahccc: So you come here with a server that has been up for 295 days, the last updated that have been done are from almost a year ago; What other advise would you get from us rather than to reboot the server and do updates. (If you want to fix something you have to do something.) I would also suggest joining #ubuntu-server [15:05] soahccc: Backup what you need to backup and do some maintenance [15:05] I saw some intel centrino, but I read that the best supported are atheros with ath9k [15:07] soahccc: All we can do is give advise and if anyone else on this channel has any other advise, I'm sure they would have said so. [15:07] usr13: as I said I know that this server is scary. Just got the access and I know for sure that I'm going to kill it. I was just curious why I couldn't find the CPU using process. Maybe it's indeed infected. Anyway thanks and also thanks for the channel hint [15:08] soahccc: Yea, ask those guys.... [15:08] soahccc: I don't know that you need to kill it and start over, it may very well just need some TLC [15:09] soahccc: Just because it has been neglected, does not tell you it can't be fixed. [15:10] gnome is working perfect , thanks :D [15:10] VictorCL: Glad you got it. [15:10] so happy to have gnome back . [15:10] but I had to use the city one [15:10] cause the other looked weried [15:10] this one looks perrect [15:10] perfect [15:11] usr13: well there is a website running on this monster with all kinds of undocumented dependencies and stuff (really scary). We are completely starting over (with everything) :) So the whole thing will probably break if I now attempt to update 2 years [15:11] soahccc: Well, if the site is working ok, it is doing it's job === Hobbyboy|Away is now known as Hobbyboy [15:12] soahccc: What kind of site is it? [15:12] soahccc: php? [15:12] ruby/rails [15:12] soahccc: Is it a CMS? [15:12] soahccc, you could update a few packages at a time [15:13] soahccc: You could clone the drive(s) [15:13] usr13: no it's something custom and it has some java lucene connections here, some other dependencies there... I haven't fully discovered the "monster" yet :) [15:14] soahccc: Well, yea, you need to look it over and see what you've got first.... [15:15] usr13: I was just like "well lets SSH in there, oh wait why is there such a high load... no process using CPU while using CPU, wat?" you know :) [15:16] soahccc: Well, you may be on the right track. Just find what may be amiss and only fix what needs fixing, (leave it as is and let it keep doing it's job). [15:18] is there somewhere a roadmap to see when php 5.6 will be available for 14.04? [15:18] AciD`: after it's ready [15:18] soahccc: But I know what you are thinking because websites can be very hard / time-consuming to rebuild, (some are almost impossible to duplicate). BUT, you might consider mirroring it if you can. === WhiteWolf is now known as WhiteWolf|AWAY [15:19] reisio > usually yes, but is there a page somewhere with the current work on progress info ? [15:19] before I waste my time, switching back to Ubuntu from Kali Linux, do you guys have a problem connecting metasploit to database? [15:21] basheba: if you can do that on any distro, you can do that on any other [15:22] AciD`: seems to be quite a secret, but it also doesn't matter [15:23] why do you even bother to answer? :\ [15:23] because it's rude to ignore people? [15:23] I can be quiet and let all the other people talking to you talk instead, though, if you like === moparisthebest is now known as moparsthbest === moparsthbest is now known as mopar [15:26] AciD`: You can use ppa if you want. === mopar is now known as moparisthebest [15:27] AciD`: http://phpave.com/upgrade-to-php-56-on-ubuntu-1404-lts/ [15:27] AciD`: http://phpave.com/upgrade-to-php-56-on-ubuntu-1404-lts/ [15:27] oh, nice :) [15:27] beat me by 7 secs [15:27] basheba: Sorry... [15:27] I'm having trouble installing 14.04, I already had to add nomodeset just to be able to see any text, and I'm getting these errors: http://i.imgur.com/q9aPIQa.jpg I've searched for solutions but nothing I've tried has worked so far. [15:28] thank you usr13 and bazzzb. I found that before, but first wanted to weight know if I should wait the 'official' repo to get updated or not, hence my question reisio :) [15:28] right, I got that [15:28] there are just no easy answers [15:28] but again, it just doesn't matter [15:29] -weight [15:29] hi [15:30] jbernal0019__: Is that all you get? No login prompt? [15:32] jdeeburke: Is that all you get? No login prompt? [15:33] usr13: Correct, it freezes at that point, I have to do a hard reset [15:33] usr13: I should mention, it's a fresh install to go alongside Windows 8, not an upgrade of an existing install or anything. [15:33] hi, is there a way to get the gnome3-like behavior of the WINKEY in Unity? [15:35] hello! [15:35] !ubuntu-desktop | Turingi [15:35] Turingi: k/ed/x/l/ubuntu-desktop is a metapackage. It depends upon other packages and brings them in; you can safely remove it, but it is recommended that you re-install it when upgrading. [15:37] salut [15:37] Does anyone knows why pulseaudio shangs after VGA cable (or HDMI) is plugged in? [15:38] jdeeburke_: https://wiki.ubuntu.com/RecoveryMode [15:38] hi bitches [15:38] HEY BITCHES [15:39] kick/ban in 5,4,3.... [15:39] bandes de fdp [15:39] putes [15:39] can i suck ur dick _eleve ? [15:39] !ops | eleve [15:39] eleve: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang [15:39] admin i fuck you [15:40] hey somsip i kill you [15:40] Hi, Anyone use shadowsocks as client in ubuntu? [15:40] * eeee sets mode +q eleve_ === derk0pf|NA is now known as derk0pf [15:40] thought it was worth a shot [15:41] you missed eleve [15:41] eleve is alive [15:41] usr13: Is recovery mode not meant for existing installations? I am trying to install ubuntu fresh. [15:41] Hey guys, im brand new ubuntu. I burned ISO to disc and booted PC from CD/DVD, and I get "Reboot and select proper boot device" [15:42] Also, I downloaded the ISO on OSX and booting onto a PC, if that matters [15:42] bad d/l or burn. try again [15:42] Okay, i will. [15:42] jdeeburke_: Oh, sorry. I may have missunderstood your statement. I thought you installed already and were trying to boot afterward. [15:42] jdeeburke_: Did you run checksum on the ISO you downloaded? [15:43] usr13: No I'm sorry, I may not have been clear. It's a fresh install of 14.04 to go alongside a Windows 8 install. [15:43] guest5 make sure you are burning it right. dont simply burn it as a data dvd, use power iso [15:43] then get in your boot setup and setup your cd rom as primary boot [15:44] jdeeburke_: When you say, "It's a fresh install of 14.04" it leads us to believe that Ubuntu has been installed. [15:44] usr13: Sorry about that. [15:44] using ubuntu 14LTS how often are kernel updates coming and is there a (future) version past which it's unlikely to move as a distro? [15:44] jdeeburke_: Is your install media USB? [15:44] Turingi: huh? [15:45] usr13: The md5 checked out when I downloaded the iso, I am running the "check disc for defects" now [15:45] gotta love google translate LOL [15:45] bashfr3ak, do you know of any similar for OSX. I downloaded the ISO on OSX and installing on a PC [15:45] Turingi: We don't know how often we will get kernel updates. Now what are you asking about future versions? [15:45] usr13: Yes it's a USB, I followed the instructions on the Ubuntu site to create it [15:45] jdeeburke_: Ok. Good. [15:46] reisio: for example, there are a bunch of capabilities in the 3.13 kernel that allow GPUs to control the fan speed [15:46] guest5 not a OSX expert, but anything that burns cds, you just dont wanna burn it as plain data [15:46] Turingi: so? [15:46] Pretty sure the built in burner does it correctly, but I'll try again and go on from there [15:46] reisio: if ubuntu 14LTS remains stuck with an ancient kernel, it's not going to be a viable distro, I think [15:47] usr13: Looks like I'm getting the same error screen on that option as well. I am having to replace "quiet splash" with "nomodeset" in order to run anything at all from the grub menu [15:47] * ObrienDave has never had an issue with a normal burn [15:47] reisio, usr13: also x updates and such [15:47] i had, burned fedora as plain data in a dvd and it never booted [15:48] Turingi: it's not ancient, and you aren't meant to stick with any particular version of any distro forever [15:48] than i burned it again properly with power iso in windows and it worked [15:48] samething for centos [15:49] don't know what to tell ya. used Roxio in windows and k3b in ubuntu. no problems [15:50] does the installer detect what drivers to install? aka can I install to a HDD on PC 1 and have it work okay on PC 2? [15:50] maybe it was the burner ... [15:50] Jimu, usually. not always if proprietary drivers needed [15:51] Jimu that will depend on how much they differ [15:52] ObrienDave: the device I'm trying to install can only boot from internal HDD or Floppy. tricky. === Vampire0_ is now known as Vampire0 [15:52] hi [15:52] bashfr3ak: I use imgburn on windows. opensource and lightweight. very nice [15:52] hi alimiracle [15:52] bashfr3ak: it's a pretty old exotic Fujitsu tablet [15:52] h [15:52] Jimu, then i suggest sticking with generic drivers until after the transfer [15:53] ObrienDave: so leave the '3rd party' box unchecked basically? [15:53] bazzzb nice, yeah my first attempt was with CDxburner, than the generic one, then poweriso :P [15:53] it took me 2 burners to succeed [15:54] you probably just need to slow the burn speed [15:54] Jimu, rd party would be ok. mostly covers media codecs [15:54] *3rd [15:54] would 16x be considered too fast? [15:54] Jimu, just not, updates while installing [15:55] bashfr3ak, really depends on the disks you're using [15:55] regular dv-r's ? [15:55] 4gb ones [15:55] ObrienDave: alright, thanks! [15:55] bashfr3ak: yes, too fast [15:56] interesting [15:56] you can burn fast and have the app check it was burned correctly, and potentially have wasted your time and do it all over again [15:56] i did burn with 16x on power iso though [15:56] bashfr3ak, meaning speed rating. if 16x drive don't use 12x disks [15:56] or you can just burn slow in the first place [15:56] z.z..z.z. [15:56] or better yet, use a USB stick/etc. [15:56] I want to add my program to ubuntu [15:56] !packaging | alimiracle [15:56] alimiracle: The packaging guide is at http://developer.ubuntu.com/packaging/html/ - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports and !sponsoring [15:56] yeah, usb is the no brainer [15:57] ObrienDave i see [15:57] * ObrienDave has terrible luck with USB stick. i have 10 DVD+RW just for ISOs lol [15:57] but it really is a miss or hit [15:57] lot of older boxes don't grok USB so well [15:57] usb is easy bro [15:57] well yeah [15:57] like sunday mornin' [15:57] jdeeburke_: Yes, you have to use nomodeset [15:58] its like saying we still need swap memory in gaming rigs [15:58] when i have like 8gb ram [15:58] :P [15:58] well you do, just not as vitally, or for quite the same purposes [15:58] use YUMI for USB boot ISO's, works like a charm - http://www.pendrivelinux.com/yumi-multiboot-usb-creator/ [15:58] * ObrienDave has 8GB RAM, no swap ;P [15:59] yep [15:59] swap? we don't need no stinking swap ;P [15:59] I hope you've played with your vm swappiness, then [16:00] never [16:00] heh [16:00] VM's is another department :P [16:00] ObrienDave: Why would you not want a swap partition? [16:00] bashfr3ak: an unfortunate coincidental two letters [16:00] waste of disk space. and i NEVER hibernate [16:01] Is it possible to encrypt the swap partition during a server install? (or desktop install for that matter?) [16:01] not so coicidental [16:01] ObrienDave: How big is your hard drive? [16:01] :P [16:01] 1.5TB [16:01] some OS's will even tell you swap is bad if you have too much memory [16:01] ObrienDave: And you are worried about 8G? [16:01] nope, don't need it [16:02] DigitalOcean disables swap by default [16:02] ObrienDave: You obviously do not understand all of what swap does. [16:02] of course i do. i've been dealing with computers since 1971 [16:02] ObrienDave: Educate yourself and come back if you have questions. [16:02] Can you make packaging to my program [16:02] usr13 as far as i know swap reservers memory ram to use later in case you use 100% of your pc 'power' [16:02] except for leaving vm.swappiness alone, I think he understands it well enough [16:03] yup [16:03] so if i have 8gb ram [16:03] i doubt ill be using swap [16:03] Can you make packaging to my program [16:03] unless im in a vm or something ... [16:03] but i dont run vms on my gaming rig [16:04] however Linux assumes you'll be swapping [16:04] so if you don't want to be, you need to tell it [16:04] ObrienDave: There are people that have been using coffee for 50 years and still don't know how to grow or cultivate it. [16:04] well, yeah, if you have 1tb why not allocate 1gb , i get it :P [16:05] https://www.digitalocean.com/community/tutorials/how-to-configure-virtual-memory-swap-file-on-a-vps#2 [16:05] well, i'm 57 and don't know how to grow it ;P [16:05] ObrienDave: Nor do I. [16:05] i have been drinking coffee for 2 decades and no clue how to grow it [16:06] is encrypted swap possible with ubuntu server? [16:06] i know about smashing beans though [16:06] bashfr3ak: I bet you could manage it [16:06] step one: accidentally drop bean on ground [16:06] I am going to ask this question in this channel since this seems to be the only channel where people talk. Anyhow. Im trying to build a package.. when I use checkinstall everything works great. but I want to build it with the intent of putting it on my ppa.. anyhow when I use bzr builddeb -- -us -uc, I get error at the end, take a look here: http://paste.ubuntu.com/8408128/ .. I just dont get it.. Hopefully someone can give me a pointer or two.. [16:06] step two: done [16:06] lol [16:06] ObrienDave: bashfr3ak /join #coffee [16:06] rofl [16:06] people romanticize agriculture [16:06] dont you need some special medication for your lovely growing plants? [16:06] pretty sure they need special treatment :P\ [16:06] nope [16:06] that is optional [16:07] coffee plants will be here long after we're not [16:07] coffee drives the forces of this very world tbh [16:07] bashfr3ak, I burned it again, and my pc is still not recognizing it. I dont have windows on the PC. [16:07] it's a wonderful stimulant [16:07] hey, is there a quick way to check what firmware is included in ubuntu 14.04 kernel? [16:07] /join #coffee [16:08] guest5 you have oSx only in your machine? [16:08] mefistofeles: ls /var/lib/dpkg/info/*firmware*list [16:08] guest5 is your BIOS (whatever) setup to boot from DVD? [16:08] I have a laptop with OSX (Which im downloading the iso from). My PC desktop has nothing on it, and I want to put ubuntu on that [16:09] yes it is [16:09] hmmm [16:09] sudo apt-get install coffee cream sugar && coffee --add cream --add sugar && coffee --stir && coffee consume [16:09] it does have a bios right? [16:09] Yeah [16:09] And its set to boot from dvd/cd [16:09] usr13: thanks, gonna try that [16:09] i see [16:10] well if your boot is set properly and your drive is working fine than it really is the cd you burned [16:10] is pc desktop 64 bit ? [16:10] yea === james is now known as Guest13084 [16:10] do you have a graphics card in there? [16:11] Yep [16:11] thurstylark: sudo apt-get install coffe-black && sip && sip [16:11] using DVD-rs? [16:12] you might wanna try the usb approach [16:12] the convo that never ends [16:12] Does it have to be an rs? [16:12] That might be the problem [16:12] well yeah the drive needs to read it [16:13] Hey guys I want to setup an old laptop to work as a wireles media center where I can stock all my movies and music and easily access to them via other android devices/computers. What OS and software would you suggest ? (if you have a better chan whhere to post this please guide me :-) ) [16:13] i would recommend using DVD-R for sure [16:13] Lol sorry im not too familiar with it, ill take a look [16:13] usr13, don't let those few know it all jerks over at ##linux affect your attitude please, because I know it can be an influence :) [16:13] no worries let me know if you need anything lese [16:13] ok, thanks [16:13] np [16:13] Glooomy: Buy a Synology nas, it's epic [16:14] hey [16:14] still testing your alarm? [16:14] no [16:14] i'm using xubuntu [16:14] gj [16:14] and I'm in trouble with laptop lid closing [16:14] the #coffee is not a fairy tale [16:15] when my laptop's lid closed and opened, screen goes black screen [16:15] bazzzb: Yeah it's also expensive :d [16:15] I've got a server that powered itself off. I'd like to find out why. Syslog doesn't show any activity in the minute leading up to the power down. What else might I look at? [16:15] sparr: overheating maybe? [16:15] cats on the power button [16:16] Glooomy: You can install DSM on a PC too [16:16] I'd expect to see a themal warning if it was controlled by the OS - the bios maybe different [16:16] anyone use xubuntu with laptop? [16:17] First works Problem. My PC boots faster than I can enter uefi and change boot priority ._. [16:17] Thumpxr blindly press del [16:17] Bazzzb> DSM? [16:17] dont wait for it [16:18] bashfr3ak: I enabled ultra fast boot ._.no way :/ [16:18] or f2 or whatever key you need to bring up the uefi/bios [16:19] Glooomy: DSM is the OS for Synology, if u install on PC you have a Syno environment with all the nice jucy stuff [16:19] Thumpxr, no bios power up beside the power button? [16:19] hi [16:20] I'm a dev. I've been thinking about moving to a pub/sub architecture for parts of my application. Is there something already installed on the system level that I can use for that? Or do I need to install extra software for that? [16:20] Thumpxr what BluesKaj just said [16:20] it should be in your motherboard [16:20] okay, I'm gonna try this one more time: Does Ubuntu server encrypt the swap partition during install with full disk encryption? [16:20] if you have the button [16:20] when i can put a shortcut of a blender program to create a link in the desktop? [16:20] Glooomy: http://xpenology.com/ === g00fy|BNC is now known as g00fy [16:21] Bazzzb> Oh ok right thank you! I'll look into that [16:21] michele_: /usr/share/applications > copy to > desktop , or create a .desktop if it isn't there already [16:21] I thought most newer laptops had the uefi/bios power up button due to the fast boot option === AngryEgret_afk is now known as AngryEgret [16:21] i think hes in a desktop [16:22] I'm ok with installing a messaging queue, just wondered whether linux / ubuntu already had something in place. [16:22] my laptops dont though [16:22] oldies [16:22] anyone use xubuntu with laptop? [16:22] maybe it's just lenovo that has the uefi/bios power up , bashfr3ak [16:23] yeah mine are HP's [16:23] no i've a shortcut extracted from a .bz2 [16:23] my desktop motherboard does have the bios button though [16:23] its fricken great [16:23] i want to put a shortcut elsewhere [16:24] and a want to put a link in the desktop to open the program [16:24] is there a way to update the kernel (just the kernel) to a newer one in 14.04? or do I have to do a whole release upgrade? [16:24] michele_: you have a shortcut extracted from a .bz2 , or an executable file ? [16:24] michele_, open blender folder, right click the executable and send to desktop (create link) [16:24] mefistofeles: all LTS get backport LTS kernels [16:24] .bz2 [16:25] k1l_: do I need a special repo? [16:25] bashfr3ak, yeah I have 2 older HP desktops that have the regular bios on them [16:25] i've the folder in the desktop [16:25] mefistofeles: but you need to wait for 14.10 to be released to have the 14.10 backport kernel [16:25] k1l_: oh, ok. [16:25] when i can cut and paste the folder? [16:25] where* [16:25] anywhere you like [16:25] mefistofeles: but you can try the mainline kernels anyway. but as LTS is meant for stbility i would suggest to go with the 14.10 kernel if needed [16:26] where is the folder then there are all the programs? [16:26] michele_: right click on it, and put it in your home directory or something [16:26] ok home... [16:27] michele_, it does not matter. blender is self contained in the extracted folder [16:27] michele_: usually the binary files go in /usr/bin , (so it's accessible by all users), or it can be in ~/bin , so it's accessed by you alone [16:27] k1l_: but for mainline kernels I'd have to compile them manually myself right? [16:27] mefistofeles: no [16:28] !mainline | mefistofeles [16:28] mefistofeles: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds [16:28] i want the icon of blender [16:28] and i want on the dashboard [16:28] k1l_: ha! nice, thanks [16:28] michele_: if you want it in the dashboard, you can put it in /usr/share/applications [16:29] michele_, get the shortcut working first. add the icon later [16:29] ok [16:29] Hey guys I want to setup an old laptop to work as a wireles media center where I can stock all my movies and music and easily access to them via other android devices/computers. What OS and software would you suggest ? (if you have a better chan where to post this please guide me :-) ) [16:29] michele_: the recommended way is install software from the software center [16:29] it's oblsolete program [16:29] xangua, not necessary with blender [16:29] okay, I'm gonna try this one more time: Does Ubuntu server encrypt the swap partition during install with full disk encryption? [16:30] (bazzzb: Id rather stick to a legal open source setup ;) ) [16:30] taime1: I believe so, [16:30] hence "full disk" === AngryEgret is now known as AngryEgret_afk [16:30] eeee don't copy the link in the usr/share/applications folder [16:30] michele_: did you already create a .desktop file? There is a guide in ubuntu wiki I believe [16:30] taime1: Yes [16:30] michele_: you need to make a .desktop file there [16:31] i've create a link and i copy this in the desktop [16:31] it's not good? [16:32] peppa pig [16:32] michele_: https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles === xubuntu is now known as Guest81893 [16:32] [16:32] i want to replace my ubuntu gnu/linux non free distro [16:32] with something free [16:32] at first i chose trisquel [18:25] [16:32] due to hearing that it is user friendly and easier to use plus [16:32] better hardware support? [16:33] gtiturbo you have been muted for 60 seconds as it looks like you are pasting lots of lines into the channel, please use http://paste.ubuntu.com and paste just the URL of your data here when you are unmuted [16:33] michele_, come back to #blender [16:34] eeee: it's a vm, so not that [16:34] reisio: probably not a cat :) [16:34] sparr: ? [16:38] test === lalatenduM is now known as lala_brb === lala_brb is now known as lala === lala is now known as lalatenduM [16:44] . [16:50] my panel indicators have (mostly) gone very faint grey-on-white. they still work. persistent across reboot. wha happen? === AngryEgret_afk is now known as AngryEgret [16:51] obiendave are you online? [16:52] I'm a dev. I've been thinking about moving to a pub/sub architecture for parts of my application. Is there something already installed on the system level that I can use for that? I'm ok with installing a messaging queue, just wondered whether linux / ubuntu already had something in place. === AngryEgret is now known as AngryEgret_afk === mzaza is now known as Guest84700 [16:54] hi all [16:55] hi aurax0r :D [16:55] Okay, I downloaded the iso file, and have a USB. So I put the iso on the USB, and thats it? [16:55] Its bootable? [16:56] hmm [16:56] nono [16:56] guest5 you must download a program to create an executable usb [16:57] hmm [16:57] bootable sorry* [16:57] guest5: check out the info and options available at pendrivelinux.com [16:57] http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows [16:57] Im on osx though, and im trying to put ubuntu on a pc. [16:57] that link migth help you [16:57] the PC doesnt have windows atm === AngryEgret_afk is now known as AngryEgret [16:58] what then? [16:58] guest5: also http://unetbootin.sourceforge.net/ [16:58] unebootin it's the way :D [16:58] Okay, thanks very much guys [16:58] :) [16:59] :D [16:59] have a good day :D [17:03] p [17:04] hi all . I need urgent help [17:04] efe: reformat [17:04] I've just did cat debian.iso > /dev/sdb and completely wiped out the hdd [17:04] I was just kidding. [17:04] is there any way to recover data or is it hopeless [17:05] need help people. [17:05] !recover [17:05] Some tools to recover lost data are listed and explained at https://help.ubuntu.com/community/DataRecovery - Recovering deleted files on !ext3 filesystems can be virtually impossible, although methods that might work is some cases are described at at http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html and http://projects.izzysoft.de/trac/ext3undel [17:05] efe: at most the size of the image has been replaced [17:05] reisio: I see, how can I recover it ? do you have any idea ? [17:06] wich ios recomend to security [17:06] so i have a problem. i use viber for work and the tray icon is all the way to left on the top menu is there any way to move the icon? im using 14.04 [17:06] efe: boot liveusb, sudo apt-get install testdisk [17:06] eeee: then ? [17:07] sneakyx3fyr: contact the developers of viber [17:07] efe: search for whatever partitions you want to recover [17:07] efe: xangua had the bot say [17:07] there is no way to move the icon? everything that im reading is showing that the menu bar is not customizable at all [17:07] distry: ? [17:08] eeee: I wiped out the external hard drive can't I run the testdisk on the actual partition? [17:08] efe: yeah you can [17:09] efe: thought you messed up your installation [17:09] eeee: I see. So I've installed it. Where shall I find it ? [17:09] eeee: noob here. sorry [17:09] type testdisk [17:09] sudo testdisk [17:10] then no log, no log [17:11] eeee: says select partition table [17:11] what kind of partition is on the hdd [17:11] eeee: not partioned I guess [17:11] no i mean before [17:11] try intel [17:12] eeee: it's wd elements 500 gb external hdd actually, so intel would be ok ? [17:12] /36/70 === quem_ is now known as quem [17:12] eeee: it's visible on the initial list /dev/sdb [17:13] Why can't I find man:ls in Dash? [17:13] efe: intel is for msdos partition tables and such [17:13] whereas I *can* find man:bash there [17:13] eeee: I don'T get it . you mean NTFS , fat32 and such ? [17:14] yeah those are filesystems [17:14] partition table is like gpt [17:14] if you use it for data [17:14] most likely it's intel [17:14] alright then [17:14] just give intel a shot, you can try gpt if you don't find anything [17:15] eeee: the next step is "analyse" I suppose ? [17:15] yeah [17:15] Why can't I find man:ls in the Launcher? [17:16] yecril71pl: it's a console only app, and you'd have a truly cluttered launcher if every man page were listed [17:16] there are hundreds [17:16] eeee: How to recover the data ? Can you help me with that? [17:16] yecril71pl: open a terminal, run man ls [17:16] efe: did the partitions show up? [17:16] eeee: yes [17:17] ok, you can view the files by pressing 'p' [17:17] reisio: when I run { man ls; } in the terminal, the manual page shows in the terminal. [17:17] eeee: 2 P EFI (FAT-12/16/32) 0 53 54 0 68 4 896 [17:17] yecril71pl: that's where man pages show :) [17:17] But the manual page for man:bash shows in a help viewer instead. [17:17] sounds like a bug [17:17] efe: that looks like an efi partition? [17:18] eeee: that's all it shows. Then I have Bad relative sector. No partition is bootable [17:18] some channel 4 download music in good cuality? [17:18] !piracy | Gabo_intriago [17:18] Gabo_intriago: piracy discussion and other questionably legal practices are not welcome in the Ubuntu channels. Please take this discussion elsewhere or abstain from it altogether. This includes linking to pirated software, music, and video. Also see !guidelines and !o4o [17:18] reisio: you also can read it directly in the Dash, without opening a window [17:18] Gabo_intriago: /msg alis list *music* [17:19] efe: if you view the files, do you see your stuff there? [17:19] efe: this seems odd, try a deeper search if you want [17:20] eeee: I have two options "Quick Search" "Backup" [17:20] reisio: man:bash shows in yelp and I do not think it is a bug [17:20] try quick search [17:20] yecril71pl: you have to press on filter results and select man pages [17:20] yecril71pl: if man:foo shows and man:bar doesn't, and you want man:bar to show, then it's a bug [17:20] not an important one, but still a bug [17:21] eeee: on quick search it asks"Should TestDisk search for partition created under Vista or later ? [Y/N]" [17:21] ok [17:21] efe: windows vista [17:21] yes [17:22] eeee: ok. I'm waiting for it to complete [17:24] Actually, I cannot find anything in the man section, and man:bash shows in the code section instead. [17:24] yecril71pl: you need help finding something? [17:25] efe: it should usually find the partitions in the first minute or so, and then you just press enter to stop it [17:25] eeee: ok. I'm waiting for it [17:25] Actually I would like to know how getent works, and in particular why mdns does not work. [17:25] (for LAN) [17:25] eeee: so far this is all I have "Warning: Incorrect number of heads/cylinder 64 (FAT) != 255 (HD) Warning: Incorrect number of sectors per track 32 (FAT) != 63 (HD) FAT12 0 53 54 0 68 4 896" [17:26] efe: try to cancel [17:26] eeee: it has FAT12 [17:26] if it mentions a deep search try that [17:27] eeee: what should it find actually ? [17:27] Hey, sorry for the dumb question but how do I write an img image on a usb stick? [17:27] Glooomy: image of what? [17:27] reisio: should I infer that my manual pages lens is broken? [17:28] yecril71pl: I already said it was [17:28] reisio: Freenas server [17:28] Glooomy: YUMI [17:28] Glooomy: they probably have instructions at the place you obtained the image [17:29] hi I am having trouble is iscsi - "iscsiadm -m session" shows two connected targets -- but only one is mounted when I use "iscsiadm --mode node --login" [17:29] reiso: I think they assume linux users are all uber-good, only thing they say is "xrite the image on your usb stick" [17:29] efe: the partitions [17:29] eeee: I have one FAT12 on the list [17:30] ok view the files [17:30] Isn't there an easy way to do this? on the ubuntu pages they say to use usb-imagewriter but I can't seem to find it [17:30] reisio: it is not a lens, it is a scope [17:30] join #metasploit [17:31] yecril71pl: doesn't matter to me [17:31] distry: /join [17:31] eeee: ı have EFI here. weird [17:31] Glooomy: r-e-i[TAB key] [17:31] Glooomy: dd if=/path/to/image of=/dev/sdxY [17:31] Glooomy: k, then it's probably safe to use unetbootin, or dd [17:31] Glooomy: again. Use YUMI - http://www.pendrivelinux.com/yumi-multiboot-usb-creator/ [17:32] eeee: %03 on deep search [17:32] efe: again, only leave it for a minute or so [17:32] Glooomy: http://unetbootin.sourceforge.net/ [17:32] eeee: ok [17:32] Thanks you all :) bazzzb ok actually I hadn't understood that was the name of an utility :D [17:32] efe: press p over the partition to view the files [17:32] when it's done [17:33] eeee: I did [17:33] eeee: I have / [17:33] eeee: and /EFI [17:33] hi I am having trouble is iscsi - "iscsiadm -m session" shows two connected targets -- but only one is mounted when I use "iscsiadm --mode node --login" -- how do I find out why the other one doesn't mount. [17:34] efe: i suspect you selected your installation's hdd instead of the hdd you're trying to recover [17:34] hi, i could need some good ldap/kerberos tutorial [17:34] did you select your hdd when testdisk asked ( after no log, no log ) [17:35] eeee: no I was trying to create a bootable usb stick for debian installation I've chosen wrong hdd by mistake , that should be the reason [17:35] eeee: all gone ? [17:36] efe: try gpt [17:36] press q [17:36] until you get the intel gpt menu [17:37] help register [17:37] efe: before you do that, check "/" maybe [17:37] eeee: ah here I have more fies [17:37] maybe it has your files, i dont know [17:37] eeee: MS Data I have [17:37] efe: nice [17:38] eeee: how shall I proceed then ? [17:38] #leave [17:38] also press p to view the files [17:39] if all the partitions you have are there [17:39] then press write === WhiteWolf|AWAY is now known as WhiteWolf [17:40] #PapRiKa [17:40] do your files show up? [17:40] yes [17:40] eeee: nope actually I have two MS Data and they are tiny files [17:40] eeee: 1.4 kb [17:41] efe: try a deep search [17:41] eeee: alright [17:41] help register [17:42] some one knows how enter to metasploit channel [17:42] just join it [17:42] nooo [17:42] give me an error [17:42] ask in #freenode if you are having problems using the network [17:42] Cannot join channel (+r) - you need to be identified with services [17:42] distry: /msg nickserv help identify [17:42] ask in #freenode about how to register [17:43] distry: /msg nickserv help register [17:43] distry: /msg nickserv help identify [17:43] http://xdcc.it/network/DevilIRC/channel/PapRiKa.html [17:43] prova: pleaes don't post random spam stuff [17:43] prova: check the /topic of the channel [17:43] efe: any progress? [17:44] reisio: it seems some manual pages are available when you filter by code [17:44] eeee: still in deep search [17:44] eeee: shall I stop it ? [17:44] I can read the manual page for less [17:44] eeee: only 01% yet [17:44] yecril71pl: some reason we're still talking about this? :p [17:47] eeee: don't know what to do. [17:47] reisio: the ultimate reason is mdns failure I am experiencing [17:47] efe: if nothing shows up [17:47] maybe try a different recovery software [17:48] eeee: ok. any recommendations ? [17:48] efe: are you sure the msdata stuff has nothing in it? [17:48] eeee: i'll give a shot one more time [17:48] eeee: I wonder what this really means. when I select Intel/PC initially I get " Bad relative sector. No partition is bootable" [17:49] efe: maybe that's the bootsector gone bad, i dont know [17:50] efe: in the intel gpt menu, what's it default to when you enter the menu [17:50] eeee: 2 P EFI (FAT-12/16/32) [17:51] no i mean which choice is there when you get to the menu, [17:51] it tries to figure out the partition table on its own [17:51] eeee: I see. nothing choosable. [17:52] eeee: nothing in green [17:52] HELP REGISTER [17:52] eeee: should it be mounted ? [17:52] eeee: it's mounted as Debian 7.6.0 amd64 etc etc [17:53] distry: /nickserv register [17:53] eeee: can it be encrypted ? [17:53] efe: i mean which choice is it initially set to, when the menu appears [17:54] I can find the manual page for ls when I search for "list" but not when I search for "ls" [17:54] I added the nginx/stable ppa, had problems, removed the ppa, updated [17:54] and now when i try to install nginx im getting " nginx : Depends: nginx-core (>= 1.4.6-1ubuntu3.1) but it is not going to be installed or [17:54] " errors [17:54] Any idea what i need to do? === matteo is now known as Guest76985 [17:55] notenkindle: Remove the packages installed from the ppa. [17:55] eeee: sdb selected - then Intel selected - then I have nothing but Bad relative sector. No partition is bootable [17:55] jhutchins, i believe i have [17:55] eeee: 2 P EFI (FAT12 FAT16) stat 0 53 54 end 0 68 4 size in sectors 896 [17:56] efe: ok, so after you select sdb, intel is automatically highlighted? [17:56] Why is there no scope for info? [17:56] "E: Unable to correct problems, you have held broken packages." [17:56] eeee: "None" is highlighted [17:56] There is no way to find info:coreutils in the Dash [17:57] notenkindle: sudo apt-get remove nginx-core [17:57] eeee: in it I have Debian.ISO [17:57] bazzzb, jhutchins, theres a bunch and i've tried removeing them all: http://pastebin.com/ChJ0CqfY [17:58] oh it was nginx-common [17:58] efe: i see [17:59] eeee: when I do quick search I get btrfs partition which seems huge in size, but when clicked continue it directs me to FAT12 again where two files have only KB sizes [17:59] hi is there any manual for the header files that linux uses , so that we can know which functions are covered in it [17:59] ok, where do you go to ask questions about kvm on ubuntu? [17:59] new questions that is? [18:00] eeee: actually it says The following partition can't be recovered which is btrfs [18:00] JRThump: here is a good place to start [18:00] hey guys, I have a weird new issue on a ubuntu server. I cannot close tail -f with CTRL-c, I cannot kill it with kill, and if I use kill -9 it starts showing as “[tail]” in ps. Any idea what’s going on? [18:01] hi is there any manual for the header files that linux uses , so that we can know which functions are covered in it [18:01] I ran chkrootkit and rkhunter to be safe but it doesn’t seem like they found anything, not sure what else could be causing this [18:02] eeee: Disk /dev/sdb - 500 GB / 465 GiB - CHS 60802 255 63 The harddisk (500 GB / 465 GiB) seems too small! (< 7020021 TB / 6384672 TiB) Check the harddisk size: HD jumpers settings, BIOS detection... [18:02] efe: that's normal [18:02] ktiruma1: documentation comes with the source [18:02] ok, I am confused. where to start with KVM. I have used virtualbox quite alot but like, what packages do I install to get KVM. Is there a gui to create/manage guests? [18:03] i'd suggest trying other recovery methods [18:03] eeee: any other advice ? Thank you so much for your effort [18:03] !recovery | efe [18:03] efe: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode [18:03] i'm only familiar with testdisk [18:03] ah sorry [18:03] !datarecovery | efe [18:04] !recover | efe [18:04] efe: Some tools to recover lost data are listed and explained at https://help.ubuntu.com/community/DataRecovery - Recovering deleted files on !ext3 filesystems can be virtually impossible, although methods that might work is some cases are described at at http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html and http://projects.izzysoft.de/trac/ext3undel [18:04] efe: no problem [18:04] eeee: finally, I have debian installed actually, would these methods work anyway ? [18:05] it doesn't matter [18:05] dumb question: i have ekiga working, and when i call it from a real phone (via sip), it rings but there's no button to answer the call [18:05] eeee: if you live somewhere near Istanbul, I'd like to offer you a beer. Thank you very much. [18:05] ( they might be recoverable ) [18:05] how do i answer? [18:05] efe: thanks, no problem [18:06] :) [18:06] i gtg, good luck [18:06] thanks, take care === quem_ is now known as quem [18:13] Hi, maybe someone can help me with Clonezilla. My bootable-USB of Clonezilla isn't detecting other internal HDDs. I only see the USB drive (/dev/sda). [18:14] potatowedge: do you have UEFI enabled on bios? [18:14] Yes. [18:16] try the other way arround, and double check on POST if the disks are shown before the system boots up on cz === jack is now known as Guest90532 [18:17] The disks show at POST. [18:18] I'm trying to Clone my Ubuntu disk to an image on a another disk in the computer (NTFS). === gnu is now known as Guest61753 [18:18] potatowedge: How did you determine the other devices aren't found - did you check the "dmesg" log ? [18:20] @TJ-: Yes, dmesg reflects only /dev/sda (USB-Clonezilla) as being detected. I also looked for /dev/hda* which don't exist. [18:21] hello room [18:22] potatowedge: Can you pastebin the dmesg, that sounds like a failed controller driver issue, or udev playing the fool even [18:22] hi mr [18:23] After installing 14.04.1 reboot brings me to busybox. any thoughts? [18:23] @TJ-: Sure, will be back shortly with a dmesg pastebin. [18:23] I have just changed to Ubuntu 14.04 and I can see an icon in a triangle that says "The update information is outdated"!! And I have just updated..... Is there a problem [18:23] i got virus from ubuntu installer......will report to authorities [18:24] u will be trialed!! [18:26] Probably Wubi. [18:30] Hi everyone I just purchased a dell 3542 laptop, and the seller site had mentioned it has an nvidia graphic card [18:30] But the system is not detecting [18:30] So, how do I check if my laptop has the graphic card? [18:31] I've tried booting with nomodeset added, but no luck. I've edited fstab to properly reflect the sdx value instead of the uuid [18:31] ripthejacker, use lspci [18:32] carbon13, when I do that, the vga string shows intel corporation device, and 3d controller string shows nvidia corporation device [18:33] Rip. from the menu, hit system, then system settings. scroll down to details. [18:33] ripthejacker, have you installed nvidia drivers? [18:33] Mrnumber3isme, it says intel haswell mobile. [18:33] hey [18:34] Hi All, I want to install hpcc(or any software) on a ubuntu machine without a internet connection. So what ways I do have to install latest hpcc on it..? I can download the software on to other machine with internet connection and then copy them over to that machine without a internet connection. [18:34] carbon13, no, but it is not showing up in additional drivers section. [18:34] Rip. Switch in bios? [18:34] Can someone help me.. figuring out a way for this. [18:34] dtraveler, find the .deb packages and install them on the offline computer [18:34] with sudo dpkg -i package.deb [18:35] unrar: Thanks, But how about the dependencies it is having.. ? How can I know the dependencies? [18:35] dtraveler, open .deb with software center, gdebi, etc. [18:35] dtraveler, which package? [18:35] you might consider mirroring the package repos [18:35] hpcc.. [18:35] dtraveler, if you have no internet connection you have to download the dependencies manually I guess... [18:35] and then taking the drive with the mirror onto the machine with no internet connection [18:36] i've done it countless times lol [18:36] carbon13, I'm trying to install nvidia-current, fingers crossed :| [18:36] hi [18:36] ohio [18:36] dtraveler, http://packages.ubuntu.com/trusty/hpcc [18:36] treehug88 / unrar: Yes, I have to.. But how can i know the dependencies it is having? [18:36] if you have the full mirrors, then you'll have all the deps [18:36] at packages.ubuntu.com [18:36] ripthejacker, which exact dell model do you have? [18:36] iirc the dependencies are stated [18:36] I suspect someone here can tell you how to figure out dependencies of packages [18:37] carbon13, dell 3542 [18:37] and sub model? [18:37] unrar / ObrienDave: Thanks.. :) [18:37] dtraveler: the page there lists the dependencies [18:37] ripthejacker, and which sub model? [18:38] carbon13, dell inspiron 3542 X560312IN9 [18:38] dtraveler, https://help.ubuntu.com/community/InstallingSoftware#Installing_packages_without_an_Internet_connection [18:38] dtraveler, you can try sudo apt-get install hppc on the computer with an internet connection, and it'll tell you the dependencies [18:38] teward: Yes. I can see the list.. [18:38] carbon13, The laptop has an nvidia sticker on it :p [18:38] dtraveler, https://launchpad.net/ubuntu/utopic/amd64/hpcc/1.4.1-2build1 [18:39] you can see the dependencies there [18:39] Thanks all ... :) I will try these.. and come back here.. If I need any help [18:39] ripthejacker, i've checked it NVIDIA GeForce 820M graphics [18:40] carbon13, Yes that's what the site said. [18:40] dtraveler, at "downloadable packages" you can download the debs, although keep in mind that that's an amd64 package, if your architecture is i386 then see: https://launchpad.net/ubuntu/utopic/i386/hpcc/1.4.1-3 [18:40] ripthejacker, probably the OS has recognized the intel graphic first === sins-_c is now known as sins- [18:41] seems like photorec is recovering some files [18:41] carbon13, Ok, so installing nvidia-current and then rebooting will hopefully solve it, right? [18:41] ripthejacker, lets cross fingers [18:41] carbon13, :| okay. [18:42] hi guys, I have a serious problem, my other laptop has a bug that makes the text change size a couple of times a second and its very hard to use [18:44] quants: Is it running ubuntu? Which relase? What desktop? What video hardware does it have? Has it done this since you installed Ubuntu? If not, what did you do just before this started happening? Does happen in particular applications, or on the whole desktop at once? Are the virtual consoles affected? [18:45] ripthejacker, look also here: https://wiki.ubuntu.com/X/Config/HybridGraphics [18:45] After installing, I get error Warning! /dev/disk/by-uuidXXXXX does not exist! then I get dropped into busybox. I've edited fstab, I've added nomodeset to boot params. I've tried installing multiple versions. always the same issue. any thoughts? [18:46] jhutchins its running 14.04 lts [18:46] i was opening minecraft# [18:47] carbon13, Lol, the laptop actually came with ubuntu 12.04 [18:47] ubuntu has been faultless since i loaded it 6 months ago [18:47] carbon13, So the newer versions may have better support for hybrid graphics? [18:48] quants: Try logging in as a different user (create a new one if you have to). [18:49] ok ill try now [18:50] quants, this issue (font size) is in X11 or in text mode? === jottr_ is now known as jottr [18:51] jhutchins carbon13 sorry im new to this. it seems to be a problem with an executable path [18:52] After installing, I get error Warning! /dev/disk/by-uuidXXXXX does not exist! then I get dropped into busybox. I've edited fstab, I've added nomodeset to boot params. I've tried installing multiple versions. always the same issue. any thoughts? [18:52] ripthejacker, well, i dunno ... i have only a notebook with intel graphics, but principally even 12.04 should master this [18:53] carbon13, Ok, thanks a lot buddy. [18:53] Hey, I can't get an USB installer to work. Uefi, win 8.1 already installed.. What can I do? [18:53] no worries mate [18:53] hi, when trying to install new software via the app store I get this error message: reading files list for package 'xfonts-encodings': Bad address any idea, how I could solve this problem? [18:54] Thumpxr: disable uefi. Secure boot. [18:54] skaserer, app store? [18:54] bazzzb: how shall I disable uefi? [18:54] ObrienDave, Ubuntu Software Center [18:54] Thumpxr: bios settings [18:54] jhutchins carbon13 it says: unity control centre 14.04.3+14.04.20140604-oubunto1 [18:55] jhutchins carbon13 its a crash [18:55] skaserer, try setting a different mirror [18:56] quants, ok [18:56] bazzzb: I have only uefi.. [18:56] After installing, I get error Warning! /dev/disk/by-uuidXXXXX does not exist! then I get dropped into busybox. I've edited fstab, I've added nomodeset to boot params. I've tried installing multiple versions. always the same issue. any thoughts? or anything I missed that I should be trying? [18:57] quants, which application has crashed? === WhiteWolf is now known as WhiteWolf|AWAY [18:57] Thumpxr: uefi = bios 2.0 [18:57] As rock z87 fatiliy killer [18:57] Oh [18:57] carbon13 unity-control-centre im told [18:58] Thumpxr: there are settings to allow insecure boot. Usb. Enable it. Usually called secure boot or something [18:58] ObrienDave, I changed the mirror to the main ubuntu server and updated the lists, but no change yet, same error message [18:58] quants, ok ... what do you intend to do with this? [18:59] how do you mean? i was just trying to get minecraft going and all hell broke loose [18:59] quants, sometimes it is better to use console tools [18:59] quants, start minecraft using console [19:00] carbon13 how do i do that? [19:00] bazzzb: now I get missing operation system.. Created a bootable stick with unetboot === WhiteWolf|AWAY is now known as WhiteWolf [19:00] quants, share the output with paste.bin [19:01] carbon13 i used openjdk i think [19:01] carbon13 i used openjdk i think [19:01] carbon13 i used openjdk i think [19:01] Thumpxr: try in non uefi pc. If it works the USB is fine. And it will be settings in bios. [19:01] quants, open a console and type 'minecraft' [19:02] skaserer, from what i'm reading, it may just be a mirror issue. try again in a few hours [19:02] carbon13 My other laptop wont let my use internet either so cant easaly [19:02] bazzzb: on other PC it works. [19:02] please. somebody help [19:02] quants, ok no prob [19:02] Thumpxr: fiddle some more with bios settings then. Check boot prio [19:03] ObrienDave, is there a way to install another package (which is not dependend on xfonts-encodings)? [19:03] skaserer, what's the main package? [19:03] Hello [19:03] ObrienDave, I try to install "mbr" package [19:03] carbon13 My other laptop wont let my use internet either so cant easaly [19:03] i have a question about 32bit ipv4 adresses [19:04] OderZug: prove it [19:04] Thumpxr do you have fast boot at your bios enabled? [19:04] carbon13 ill try and get it to you somehow [19:04] to prove i have a question? [19:04] OderZug, post the question [19:04] bashfr3ak: no [19:04] oow [19:04] did you ever manage to disable the uefi Thumpxr ? [19:05] how about secure boot ? [19:05] After installing, I get error Warning! /dev/disk/by-uuidXXXXX does not exist! then I get dropped into busybox. I've edited fstab, I've added nomodeset to boot params. I've tried installing multiple versions. always the same issue. any thoughts? [19:05] ok, is it possible to store a normal readable 32bit ipv4 adres in a unsigned int , not sure but 192.168.33.4 as 192168334 would result in a bad ipadres processed from right to left. [19:07] or is there something I missed? [19:07] skaserer, http://www.ubuntuupdates.org/package/core/trusty/main/base/xfonts-encodings [19:07] bashfr3ak: secure is disable. Fast Boot also [19:07] carbon13 ill try and copy the info and send from my ather laaptop === Programmer_ is now known as Programmer === Programmer is now known as Programmer_ === Programmer_ is now known as Khaotic [19:07] Thumpxr Ok, make sure you also have CSM enabled, and make sure to allow other OS'ses , my 2 cents [19:07] CSM= compatibility mode [19:08] hi, after upgrading (server version) from 12.04 to 14.04 (do-release-upgrade) my https (and proxy) is not working anymore [19:08] quants, ok, have you made minecraft.jar as executable [19:08] in 12.04 I had this config http://pastebin.com/zr5ymus5 [19:08] Hi, I'm having a problem with Clonezilla detecting other internal HDDs: http://pastebin.com/vHGvJD5Y [19:08] quants, try 'chmod a+x minectaft.jar' [19:09] u hello ? === xdm83_ is now known as xdm83 [19:09] can people even read my words on here? === CREEEPEREXPLOSIV is now known as CREEPEREXPLOSIVO [19:09] hello [19:10] hello i have a ipv4 convert question [19:10] !patience | Mrnumber3isme [19:10] Mrnumber3isme: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [19:10] quants, start then minecraft by the following command: java -jar /path/to/minecraft/minecraft.jar [19:10] somebody ? [19:10] ObrienDave, just cklicking "Apt Install"? [19:10] carbon13 i put a link on the desktop, i right click and ask it to open with openjdk [19:10] OderZug: https://www.countryipblocks.net/ip-address-conversion-to-decimal-and-binary-equivalents [19:10] hola carbon 13 [19:10] skaserer, might work, try it [19:10] quants, and the link contains the java command? [19:11] no [19:11] eres español? [19:11] !es | CREEPEREXPLOSIVO [19:11] CREEPEREXPLOSIVO: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [19:11] bazzb, thanks [19:11] OderZug, If you string out the octets, the max is 255255255255 > max unsigned int 2^32-1 [19:11] ObrienDave, I did - the Ubuntu Software-Center opend, but seems to hang right now ... [19:11] bazzb, so that is the representation which i could store in a unsigned int? [19:11] hola CREEPEREXPLOSIVO .. due cerveza por favor! [19:11] quueeeee [19:12] pavlos, aha. ok, thanks too [19:12] skaserer, try d/l the .deb [19:12] que dices? [19:12] skaserer, open in SC [19:12] CREEPEREXPLOSIVO: #ubuntu-es [19:12] pavlos is it common to store the decimal value of a ip adres in a databasebase unsigned int ? [19:12] anyone here willing to help me diagnose a connection problem on my apache2 server? it keeps shutting down and I do not knowy why [19:12] OderZug, no [19:12] bueno hahora vuelvo me voi a ducha [19:13] pavlos, ok it was also not my idea [19:13] carbon13 i tried the comands but dont think it worked, sorry im a real newb [19:13] !pt ! CREEPEREXPLOSIVO [19:13] ObrienDave: I am only a bot, please don't think I'm intelligent :) [19:13] dandkburt1: that' not a connection problem if it's shutting down [19:13] bashfr3ak: csm is enabled. [19:13] pavlos, it is a college assignment [19:13] eeeeeee¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ [19:13] quants, no worries [19:13] !pt | CREEPEREXPLOSIVO [19:13] CREEPEREXPLOSIVO: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada. [19:13] LOL ubottu [19:13] ikonia [19:13] sin insultos porfa [19:13] what would cause that then [19:13] OderZug, this channel is to help ubuntu [19:14] dandkburt1: the logs should show apache shutting down/serving pages [19:14] carbon13 [19:14] pavlos, uh yes, the other channels did not help me [19:14] Thumpxr hmm, one last thing, i forgot the name of the setting, but pretty much is supposed to be "Other OS" instead of "Windows" see if you can find that too [19:14] carbon13 i cant get that info to you. [19:14] Sorry i do understand i should ask in programming or something [19:14] ikonia [19:14] quants, try 'ls -al minecraft.jar' [19:14] I will post the log just a sec [19:14] dandkburt1: don't need to post the logs [19:14] hello [19:14] dandkburt1: just read the logs [19:14] ObrienDave, the same - SC seems to hang :( [19:15] all I get is 3 lines of wanings and errors [19:15] then a lot of missing files dealing with a old website [19:15] OderZug, mathematically, an ip cannot fit into a unsigned int [19:15] dandkburt1: why do you think it's shutting down ? [19:15] I do not know [19:16] its up for a fiew days then [19:16] then why did you say it's shutting down [19:16] without knowing I have to reboot it [19:17] OderZug, try stackoverflow.com [19:17] it does say that there was an unclean shut down [19:17] on the pid [19:17] but that is all it says [19:17] dandkburt1: where does it say that [19:18] in the error.log [19:18] dandkburt1: so that sounds like something is crashing apache, hence unclean shutdown [19:18] so how do I find it [19:18] and fix it [19:18] I have customers hosted sites on this [19:18] dandkburt1: look at what the webserver is serving, and look at the modules it's loading to serve it [19:19] dandkburt1: you're running customers and you don't appear to know the basics [19:19] ikonia [19:19] I do know the basics [19:19] I'm sorry, I'm not going to support your comercial business when you don't appear to know what you are doing, you can pay for support [19:19] carbon13 im not so worried about getting minecraft to work, its the rapidly changing text size throughout the entire OS im worried about, it seems to be a problem involving the Unity control centre. : "the unity-control-centre crashed with SIGABRT in g_assertion_message() [19:19] this all started when my vps had a hardware crash [19:19] but [19:20] if your going to be like that then I will report you and find someone else to help [19:20] ikonia: to the geshtapo! [19:20] I'm comfortable being reported, [19:21] quants: your text size issue can be everything [19:21] ikonia: I received a report. You're fired. [19:21] carbon13 its just come up with another error message. : the application keyboard method has unexpectedly closed [19:22] quants, try to specify your issue more precisely [19:23] quants, do you have issues with other programs like browser, email etc.? [19:24] carbon13 Sure internet wont connect [19:25] right when it started a black screen with some strange writing came up, could i have been hacked? [19:25] quants, ok ... and 'internet connection' is how? dsl, cable, modem, ethernet? [19:25] good evening [19:25] carbon13 i use wifi [19:26] quants, i don't think so [19:26] is there is a cpu govenor applet for xubuntu 14.04+ that isn't discontinued like jupiter? [19:26] jupiter... [19:26] was that for like, eee super hybrid? [19:26] quants, can you see the router from your laptop? [19:26] I think all that is _supposed_ to be included with pm-utils' default scripts now [19:27] carbon13 can a system restore be done like on windows? [19:27] or, sorry, with laptop-mode-tools' [19:27] hmm [19:27] quants, you don't need a system restore in linux [19:27] carbon13 im connected to the net on this laptop so its working fine [19:28] quants, and the other laptop .. does it connect to the wifi router? [19:29] skaserer, try installing gdebi [19:29] Surkow|laptop, sudo apt-get install indicator-cpufreq [19:29] carbon13 they both run off the same Fibreoptic WiFi [19:29] I have a problem that one server does not respond to the network after a while. The time is not always the same. This first occured a few days after upgrading to 14.04 from 12.04. /var/log/syslog did not give me any detailed information. [19:29] skaserer, open .deb in gdebi [19:29] Surkow|laptop, sudo apt-get install indicator-cpufreq [19:29] is that a gnome only thing? [19:30] Does anyone know of a bitcoin calculator for ubuntu? I know its easy using google or a reg calc but it would be handy to have asmall app that converts USD,btc and mbtc [19:30] Surkow|laptop, an applet on gnome, unity [19:30] Alahin: Do you have any gui software installed? [19:30] underplay, haven't heard of one [19:30] pavlos, ah - xfce is still gtk2 [19:30] which explains why it doesn't work [19:31] seems to be python based when I launched it [19:31] vfw I had, but I removed it. At least I think i did [19:31] ObrienDave: I might make one [19:31] underplay, sounds cool [19:31] Alahin: Yea, probably something left over from that [19:31] my problem is that applications like mupen64plus don't scale the cpu properly [19:31] therefore I need to alter the cpu governor from on-demand to performance (otherwise it'll be stuck at 800mhz) [19:31] vfw is there an easy way to check if I have anything left for a gui? [19:32] carbon13 just noticed that now if i try to shut down it takes me to the logout/lock options [19:33] quants, lets start from square one ... otherwise we won't solve anything [19:34] Alahin: Not sure really... [19:34] hi guys. what can be the problem if my pc dont wake up after putting at sleep mode? [19:34] ubuntu 12.04.5 is fantastic [19:35] Surkow|laptop, there is an "xfapplet" plugin for xfce4, which lets me use gnome applets as plugins. [19:35] oh, neat [19:36] Alahin: My guess is that it's going to sleep or hybernation mode. [19:36] If I am locally It still responds [19:36] bazzzb: it worked. Was the USB legacy mode.. [19:36] Alahin: And that would be due to screensaver software. [19:36] pavlos, maybe I can also get my system monitor applet :D [19:36] Alahin: power save [19:36] Thumpxr: nice [19:37] vfw: it is just the networking that stops. The local commandline still works, and I cannot ping from that computer to the internet either. [19:38] Surkow|laptop, sure, ... do or do not. there is no try :) [19:39] bazzzb: will install tomorrow, first I need to repartition my drive [19:39] hmm, XfApplet isn't available in the applet list [19:40] maybe logging in out will solve it [19:40] needed to reboot anyways [19:40] brb [19:42] ObrienDave, sorry can't install any software - because of that error [19:42] Alahin: Ok, good, (more clues). [19:42] ObrienDave, thanks anyway ... I'll just try it tomorrow [19:43] Alahin: Does it every come back up? (How do you recover from it?) [19:43] vfw: it also happens while streaming from that computer (so technicly when it is bussy) [19:43] only if I reboot [19:43] I have waited a few hours [19:43] skaserer, ok, sorry. better luck [19:43] Alahin: service networking restart does not do it? [19:44] Alahin: Have you looked at the output of ifconfig ? [19:44] vfw: somehow when I do that the whole server stops responding and I am forced to turn it off and on with the power button [19:44] Alahin: (... during the outage ..) [19:45] Alahin: When you do what __________? [19:45] vfw: the ifconfig shows the correct Ip addresses [19:45] vfw: when I do the service networking restart [19:46] Alahin: SO when it's down, ifconfig shows the IP? [19:46] vfw: that is correct [19:46] Alahin: route -n #When down, does it show the router's IP as default gw? [19:47] Alahin: ping localhost #When down, can you ping it's own NIC? === Waarschuwing is now known as xBytez [19:47] I will check, but also the local network does not work. The ping to the local router didn't work either. For the ping to localhost I cannot remember. I will have to wait untill it does it again. [19:48] Alahin: It is interesting (a good clue) that it locks up when you issue command ifconfig [19:48] Alahin: Is the system fully updated? [19:49] anything I can do about dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.PermissionsInvalid: The permission of the setuid helper is not correct ? [19:49] Alahin: If not, do apt-get update && apt-get upgrade [19:49] Yes, I always keep this up to date with the latest LTS (it is a server at home) [19:49] I just updated my system via apt-get update / upgrade and now wlan as well as audio is gone [19:49] https://lists.ubuntu.com/archives/foundations-bugs/2013-October/168569.html says it's a confirmed bug >.< [19:50] Alahin: Is it on a static IP? [19:50] vfw: yes [19:50] wow, no wonder, my setup is broken. [19:50] Alahin: Could be a hardware problem. Try another NIC [19:51] vfw: I have a different network card on it, I can just copy paste the config to that interface to test? [19:52] Fohlen: What version of Ubuntu are you on? [19:52] Hello, is it possible to compile C code with C++ codH [19:52] 14.10 [19:52] Timoty, yeah, it's possible [19:52] * agoodyer sends his first message using irssi [19:53] vfw: dpkg --configure -e did rerung depmod which was failed at some way [19:53] now it's running again [19:53] looool. [19:54] Fohlen: apt-cache policy software-properties-gtk #What does that say, (what version)? [19:55] vfw: works again, the kernel building was failed during the process apparently [19:55] strange. [19:55] Fohlen: What? Are you saying you have it fixed? [19:56] Fohlen: (Not sure what you are trying to tell us...) [19:56] vfw: Ok, I have switched over on another network card. For the other network card, would it be possible to disable it permanantly or should I just make sure it is not in the interfaces file? [19:57] if it's not in the interfaces file, it won't come up [19:57] or if it's disabled in network manager [19:57] (depending on which method you are using [19:57] Alahin: You shouldn't have to dissable it, you could, but I don't think it will matter. [19:58] vfw: ok, thanks for your time and support. If you will hear nothing from me it has worked. [19:58] Alahin: Okie Dokie [19:58] nj [19:59] no offense to you, but I hope that is the case :D [19:59] lo all :) [20:00] looking for a tool to identify what service is riunnin on a remote port [20:00] Netstat [20:00] nmap didn't get it [20:00] netstat for local machine [20:00] (netstat -plunt ftw!) [20:01] i have a box here with TCP/443 open and accepting connections (well, SYN/ACK ing) [20:01] but not doing HTTP, SSH or anything like that [20:01] so I was wondering of there was a service discovery toll other than nmap [20:01] tool* [20:02] woleium: You are looking for a service that is running on a *remote* port? [20:02] yes === james is now known as Guest70067 [20:02] network discovery (white hat) [20:02] woleium: Not sure what you mean by that. [20:03] woleium: Services run on local ports, not remote ports. [20:03] lsof -i TCP:80 [20:04] relpte IP address [20:04] remote* [20:04] on the network [20:04] on a box i dont have shell access to [20:04] woleium: Ok, I think you will have to be more specific (give more detail). [20:04] whats wrong with nmap then? [20:04] nmap soesnt recognise it [20:05] woleium: We don't either [20:05] You want to identify what kind of service is running on a specific port? [20:05] so it has a good firewall :-) [20:05] so i was wondering if there was a better tool with more updated signatures/ fingerprints [20:05] woleium: nmap just checks against the services file iirc, it doesn't probe the port to see what it is using. [20:05] Pici: yes it does [20:05] if you ask it [20:06] hello [20:06] woleium: http://nmap.org/book/man-version-detection.html [20:06] thanks Segfault_ but I've tried nmap and it doen;t have a signature for this service [20:06] so i was wondering if there was a better tool [20:09] woleium: what port is it running on and what kind of server? Most services use default ports [20:09] woleium: You could always go old-school and telnet to it. [20:10] hmm [20:10] what service are you trying to probe for? [20:10] he is trying te whitehat-hack a 443 port [20:10] te-to [20:11] hello [20:11] Perhaps this would be more on-topic for ##security to help with? [20:11] hi paul__ [20:12] + [20:13] Segfault_: genii: it's a chubb edwards alarm system ,and it's running on TCP/443 [20:13] it tried telent [20:13] nothing - it'swaiting forhte correct input [20:14] woleium: If the server has port 443 open and not responding to http requests I guess there is something wrong with it [20:14] nothing wrong with it [20:14] just not using HTTPS [20:14] are you sure you dont get a http 404 or something? [20:14] Absolutely [20:14] how about: openssl s_client -connect IP-ADDRESS:443 [20:14] My guess is it's a proprietory protocol that they are using on $$# so it doesn't get blocked [20:15] 443^ [20:15] need to capture some traffic i guess... [20:15] Hello, I'm experiencing a serious Ubuntu problem right now. After a freez during a routine update, I force restarted my Ubuntu 14.04 OS and now all my windows are continuously blinking. Restarting doesn't solve the problem at all [20:15] Seems related with compiz [20:16] How can I check my packages integrity? [20:16] Ilmen, did you try to continue/fix that updates? try in terminal: sudo apt-get install -f [20:16] Ilmen: sudo apt-get update && sudo apt-get upgrade [20:17] thanks, I'll try this [20:18] I guess the freeze occurred while the updates were installed [20:18] restarting unity lead to some logic error, and restarding didn't fix anything === ubuntu is now known as Guest34365 [20:21] Ilmen: That doesn't actually check the integrity, it checks for new updates. The debsums package allows checking packages, but must be installed before any changes happen. [20:21] Ilmen: Actually, not sure about that last part. [20:22] woleium: Page 5 of http://en.chubbedwards.com/Documents/AFx%20Director%20Users%20Guide%204.7.pdf would indicate 443 is the port which is the "Chubb Director" server port [20:22] hey anybody here use json-schema with python? im trying to figure out how to use refs [20:22] "E: dpkg has been interrupted. It is necessary to use "sudo dpkg --configure -a" for correcting the problem" [20:22] stoogenmeyer: #python [20:22] Ilmen, sounds good, perform that command. [20:23] ok [20:23] OerHeks: oh, the problem is fixed now! [20:23] Thanks you =) [20:23] have fun :-) [20:24] Didn't expect the fix to be so quick :) [20:25] Thanks for you support ^^ === WhiteWolf is now known as WhiteWolf|AWAY [20:26] woleium: Additionally, later in the document, it states that the protocol being used there is "HSC-IP" through which it is apparently able to authenticate and then open a control interface to this port [20:27] genii: HSC-IP eh... [20:27] hmm [20:27] thank you! [20:30] i have funny network problem. please tell me number of ubuntu.com like opendns is 208.67.222.222 [20:30] Hi guys. in order to remove ecryptfs from my home folder, I have backed up my home folder, deleted it from a second user account, uninstalled ecryptfs, removed my old home folder and copied it back over with the .ecryptfs folder. I can log in fine and everything seems to be ok except that I do often encounter "Permission denied" errors when doing some commands, though they worked before. How can I get back the necessary permissions for all my s [20:30] tuff? I am admin of course. And I guess its just a matter of chown or chmod, but I am not too familiar with it. [20:31] in other words, which command would I have to run to get back all privileges for my user account on everything in /home/username ? [20:31] woleium: Yer welcome. [20:32] joumetal: 91.189.94.156 [20:32] Wryness: something like this should do "sudo echo chown -R /home/$USER $USER" [20:32] Wryness: something like this should do "sudo chown -R /home/$USER $USER" [20:32] thanks bazzzb [20:32] Wryness: how'd you move it back? [20:33] the second one... the first one was me testing it on my computer :) [20:33] via cp [20:33] Wryness: via cp as the user in question? [20:33] two times the username? [20:33] Wryness: If you used sudo cp files will be owned by root [20:33] no, as another user, otherwise i couldnt have been logged in and done the job (as my home directory was temporarily deleted ) [20:33] echo in here [20:34] Wryness: do they show as your original user in the backup you made? [20:34] so the command would be sudo chown -R /home/wryness wryness ? === mike is now known as Guest84902 [20:34] Wryness: yes, but you could do it with the $USER in there and it'd fill it in for you :) [20:34] uhm, not sure, how can I check that? [20:34] ls -l [20:35] Wryness: ls -l would work [20:35] yeah, they show as my original user [20:35] (just did ls -l) [20:35] Wryness: okay, you should probably use cp -a [20:35] or rsync -apv [20:35] to copy with permissions preserved [20:35] I already copied it back over so I guess its too late now, but I'lll remember that for the future [20:35] rsync is better, it resumes [20:35] mm, well [20:36] Wryness: What commands are giving you the "permission denied" ? [20:36] in that case you can chown -R, but keep that backup in case your permissions get boned [20:36] for example launching the tor browser (which is stored in my home directory) [20:37] chown: invalid user: ‘/home/wryness' [20:38] (output of the chown -R /home/$USER $USER" command) [20:38] Wryness: sudo chown -R wryness: /home/wryness [20:39] that worked... but still "Permission denied" when trying to launch the program [20:39] HI :D [20:40] Same goes for other programs that I try to start via ./programname when they are in the home folder somewhere [20:40] Hi everyone, I'm running 14.04 and my System Settings only has 5 items: Language Support, Security & Privacy, Printers, Landcape Service, and Software & Updates. I'm trying to change my screen resolution. Is there a reason I wouldn't have a full settings panel? [20:40] everything that isnt saved in the home folder or in its subfolders works though, like Thunderbird and stuff... [20:41] david0m: which desktop environment are you using? [20:42] Wryness: paste the output of ls -l ./ProgramYouWantToRun === lily_ is now known as foodstamps [20:43] Wryness: I suspect the executable bits may have been reset during the cp operation [20:43] -rw------- 1 wryness wryness 7588 Sep 23 22:02 ./start-tor-browser [20:43] trism: Unity over Gnome [20:43] exit [20:44] Wryness: good read for understanding file permissions: http://codex.wordpress.org/Changing_File_Permissions [20:44] Wryness: yep, no executable bit set, you'll need at least chmod 700 on it to run [20:44] so chmod 700 wryness: /home/wryness ... would be the right command? [20:44] david0m: do you have unity-control-center installed? apt-cache policy unity-control-center; [20:44] bazzzb: thanks, i guess i should indeed immerse myself into permissions some more in the future [20:45] but unfortunately i cannot open the link as long as i cannot launch my browser. lol === lily_ is now known as foodstamps- [20:45] trism: nope, that fixed it. Seems odd it wouldn't be installed to begin with. Thanks [20:46] david0m: you may have accidently removed a package it depends on, I've seen it happen before [20:51] Hi guys. I just moved a website from another server to an ubuntu server. Now I'm having a problem with file permission and ownership group. Can anyone give me a direction with this problem? [20:53] Wryness: Alternate use can be like: chmod +x filename [20:54] I just tried that on the particular script, but as that script required other scripts to be launchet work too well. I now did chmod -R /home/username and everything works fine. [20:54] Thank you all for your help :) [20:54] (will now read te link bazzzb gave me about file permissions) [20:56] How do you see which rsyslog version you have ?? [20:56] I am having an issue with my displays. Sometimes certain parts like text or other sections start shaking real bad. Not sure why? [20:56] PheLe: might want to try over in the server channel /join #ubuntu-server [20:57] If I resize the windows, it will stop [20:57] fedora_newb, what sort of display is that? [20:57] Eduard_Munteanu, both my laptop screen and external [20:57] So not CRTs. [20:58] external is connected via hdmi [20:58] Nope [20:58] After too much time playing road warrior, I just connected this notebook to a monitor on my office desk. I get the desktop, but not the open windows on the desk monitor, but I have no idea how to switch focus from the populated desktop on the notebook to the ununsed one on the desk monitor, the mouse is unable to drag a window off of the notebook display onto the other one. Can anyone please advise? [20:59] thank you === dfs is now known as Guest11587 === AlphaBeta is now known as PsiOmega [21:01] hesco: relese, hardware, desktop, drivers? === Enissay_ is now known as Enissay [21:03] Hi, do you know how should I install the package manually after adding the PPA? [21:03] PheLe: Think about this and see if it might fix it: chown -R www-data:www-data /var/www/* [21:04] mojtaba1: you need to think very carefully about if you want to install sometihng from a PPA [21:04] PheLe: THis assumes that your web site is completely within that tree. [21:04] ikonia: this is the link: https://launchpad.net/~dylanmccall/+archive/ubuntu/hamster-time-tracker-git-stable [21:04] ikonia: I want to install the stable version. I have installed it before though. [21:04] carbon13 are you online? [21:04] mojtaba1: the link makes no difference to me, it's up to you, but you need to think about this very carefully [21:04] ikonia: I want to update it to the latest version. [21:05] mojtaba1: after adding a ppa then either use your software updater to update the file listings prior to installing or use the following in a terminal. sudo apt-get update and then sudo apt-get [21:05] Hello, I have a function defined in a C program called __cyg_profile_func_enter, I use it to instrument my code in C programs. but when I compile it with a g++ I have a warning : warning: new declaration ‘void __cyg_profile_func_enter(void*, void*)’ [enabled by default], can you help me with warning? also I can generate some instrumentation file because of this warning. [21:05] jhutchins, the path is /home/ubuntu/staffing/ === DouglasK is now known as DouglasK_a [21:06] Anyone know anything about fine tuning nvidia 770m (laptop video card). Seems to have the jitters as well as something parts of programs go blank and need to move them around to get the content to show. [21:06] squinty: sudo apt-get [21:06] Hey guys - just setup Ubuntu Desktop on my spare machine. I'm trying to get my wireless adapter to work. I grabbed a driver that supposedly works for it (.inf file - which I'm guessing is a Windows driver). Apparently I need ndiswrapper tool installed though, and the only instructions I have are through apt-get - which won't work... because I don't have an internet connection [21:06] jhutchins: 14.04, latitude e6440, gnome; what drivers are you concerned with? [21:06] Solution apart from dragging my monitor and machine downstairs to my router with an ethernet cable? [21:06] tjbiddle, what's the make of the wireless adapter? [21:06] Netgear WNDA 3100 [21:07] hecatae: ^ [21:07] thankyou === AngryEgret is now known as AngryEgret_afk === AngryEgret_afk is now known as AngryEgret === MohammadAG_ is now known as MohammadAG [21:07] mojtaba1: and as others are pointing out to you, beware potential problems with ppa's. sorry that should have been sudo apt-get install [21:07] tjbiddle, v1 or v2? [21:07] hecatae: v2 [21:08] hi guys can you tell me how to do the ubuntu equivalent of a system restore [21:08] quants: you don't [21:08] quants: it's not the same as windows [21:08] ikonia [21:09] ikonia lol i know, its just gone nuts on me [21:09] jhutchins: lsmod shows: i915, i2c_algo_bit, drm_kms_helper, drm, video [21:10] tjbiddle, broadcom and I have seen lots of people give up on the adapter and replace with a different model [21:10] hecatae: Oh wonderful, lol [21:11] quants: copy backed up files to where you want them [21:11] tjbiddle, for example http://hire.chrisjlee.net/node/145 [21:11] quants: the install cd/usb should offer to install over the old install (if you have a seperate /home) === Owner_ is now known as Guest82651 [21:12] k1l_ will that kill all my files? === WhiteWolf|AWAY is now known as WhiteWolf [21:13] quants: well, i am not making a guarantee for that. so better have a backup of all important files [21:13] tjbiddle, v1 is an atheros chipset which works fine, v2 is broadcom and not nice [21:13] ya. back up anything you can't afford to lose. if it doesn't exist in 3 places it doesn't exist at all. [21:13] hesco: I don't know gnome very well, that kind of setting is often handled by xrandr/xrandrtray. [21:13] Is it possible to create a virtual wifi interface? [21:13] hecatae: Woo. Ah well, alright. Thanks for the research! Can you recommend a good wifi adapter that will support whatever I need for injection & sniffing? Will need one for my Kali VM anyhow - can just pop it in there when I'm not using it. [21:14] you may have to drag your pc down stairs and connect via etherenet to see if it will install the proprietary driver [21:14] I have a application that runs only if it detects an wifi interface [21:14] jhutchins: is there some key bindings I need to access the other desktop? [21:14] are the lsmod the drivers you were asking about? [21:14] tjbiddle: ndiswrapper is WAY obsolete. [21:14] cyberpolice [21:15] so far hillary's not-run has been a series of bungles [21:15] woops wrong chan [21:15] tjbiddle: if i remember correctly the kali web site makes wireless recommendations. (kali is OT here though) [21:15] hecatae: Meh - no rush. Just playing around setting up a pentest lab. Will throw this project on the backburner until I can get a new adapter. Thanks :) [21:15] tjbiddle, anything intel or atheros works well, i used to recommedn ralink as well but they seem to perform poorly these days [21:15] squinty: I'll poke on over there - just wanted to ask while in the convo. Thanks! [21:15] quants: You can do a system restore in Windows because Windows takes a kind of snapshot. You can do the same thing manually - make backups. [21:16] hecatae: Noted, great! [21:16] hesco: It's been about ten years since I last worked with multiple monitors on Linux, vague hints are the best I have. [21:16] quants, have you found your wifi? [21:17] can i email a short video clip to someone for a diagnosis? [21:17] tjbiddle: If you can get the pciid of the card here we might be able to locate the driver, which you could then download and install manually. [21:17] not yet [21:17] hesco: hey, can you take a screenshot and show us? [21:18] quants: Just describe it. [21:18] cant its too hard for me to discribe [21:18] ubuntu 14.04, connecting my Android phone to get photos an error of: failed to open input stream. Any ideas how to fix this (I installed mtp-tools)? [21:19] quants: it cant be that difficult [21:19] HideMe: that should work ootb with 14.04 [21:19] jhutchins carbon13 might be able to tell you more, he has been helping me [21:19] HideMe: make sure your android offers the mtp connection [21:19] k1l_, how do I confirm? [21:19] jhutchins, tjbiddle it's a bcm4323 < notorious hard to get working [21:20] HideMe: see the android settings. and there should be a message when a usb is connected [21:21] lost my Kolourpaint left toolbar completely, how can I get it back? [21:21] resetting to defaults doesn't fix it [21:21] k1l_, says MTP or PTP is active. [21:22] tjbiddle, http://www.backtrack-linux.org/forums/showthread.php?t=54451 < someone managed to get wnda 3100v2 working with backtrack 5, but someone else on the same thread did not. === Guest80871 is now known as Sleepnbum [21:22] or is it possible to draw circles in LibreOffice Calc? [21:22] erp2themax: not sure what a screen shot would show you. On the nb, I have a console with 6 or 8 tabs where I code, I have a sylpheed email client running, and a chrome browser with 6 or so windows, each with multiple tabs. On the desktop monitor plugged into the side of the notebook, I have an empty gnome desktop, with the usual ubuntu icons displayed on the left, including for the ones which are running on [21:22] the nb. But I have no idea how to change the focus to the desktop monitor, so I can access those windows and do my work there (while monitoring the PuppetConf livestream on the notebook screen). [21:23] HideMe: so get me that put together: you can browse the folders but dont see the .jpg? [21:24] k1l_, correct. Can see the images, but thumbs aren't displayed and cannot open the image. [21:24] ah ok. that is totally different than: my android doesnt connect. [21:24] k1l_, Looks like this http://i.stack.imgur.com/NghI6.png [21:24] Hey guys, anyone here with a Microsoft Wireless Ergonomic 4000 keyboard? Can anyone help me set up the favorites keys? [21:25] I can't believe normal desktop ubuntu has so much support for my tablet! [21:25] hesco: hehe small world, I was watching the puppet conf earlier. A screenshot would give me a quick idea what's going on, but your description should be fine. Is the desktop monitor mirroring the nb display? [21:25] HideMe: can you test another usb port? like usb2 instaed of usb3 or vice versa? [21:25] Hooray [21:25] besides having the openn windows [21:25] HideMe, I can't open the images from the android folder, either. I have been copying them to another folder in the PC [21:25] k1l_, Done that too. :) [21:26] vitimiti, okay, copy works..... but what a pain. :) [21:26] hecatae: Awesome. Thanks again for the research! [21:26] HideMe, yeah, it's a pain, I told you in case you needed it now. I haven't found a solution [21:26] HideMe: what android is this? [21:27] hesco: i've had a similar problem before, where the resolution of an attached monitor is so large relative to the small laptop display, that I can't see things like my xfce panels at the bottom. I've worked around the problem with the program, 'arandr'. [21:27] k1l_, Samsung Galaxy s4 Android 4.4? [21:28] Hi, has anyone figured how to set up nvidia optimus with multiple displays? I can't set it up on ubuntu which is what's preventing me from using it. I've set it up on arch linux but ubuntu doesn't seem to be working :( [21:28] quants: dont do that [21:29] thanks anyway. [21:30] erp2themax: I do have higher resolution on the nb, than on the desktop monitor. The desktop monitor seems to display the same icons for open applications as the nb, but an empty desktop besides them. Most irritating is that I have no idea how to change the focus to the desktop monitor so I can open those applications to that desktop, or to get work done there. [21:30] HideMe: hmm, well. with 4.4. that should work. maybe that is some s4 specific stuff? [21:30] hi, I'm trying to install ubuntu on a hp pavillion ZD8000 laptop, it was a high end rig back in the mid 2000's [21:31] 14.04 is what I'm using, but it refuses to get the ethernet running and it doesn't recognise the wifi card with the "live boot" option [21:33] Gear_: does sudo lspci -nn show the card? [21:34] it won't install [21:34] so I don't know [21:34] hi there, is lubuntu a good o.s to try for noobs cus im new at linux and im using lubuntu but i dont know anything about it [21:34] I usually use mageia or opensuse [21:34] jhutchins: According to some specs I found on that model, it's a Broadcom 4318 [21:35] but I'm a beginner/novice, and I don't know much about ubuntu yet, it's debian based? [21:35] Also has problemmatic i915 chipset [21:35] hesco: sounds like your desktop monitor is using a separate x display [21:35] *x window [21:35] problematic? how do I install ubuntu then? [21:36] Gear_ can iget malware like windows does? and explain why if you can please :D [21:36] Gear_: Can you run the livecd and get internet by the wired connection? [21:36] I can run the live usb, but I can't get wired ethernet [21:36] Codplayer: lubuntu is fine. do you have any issues with that? [21:36] it won't connect and I don't know why [21:37] Codplayer: please type /topic and follow the links. :) [21:37] I'm doing another windows install and that connected to ethernet immediately [21:38] ethernet is basically the fallback "automatically works" option for everything but I'm not sure why it's not detecting with ubuntu 14.04 [21:38] kill_ nop [21:38] Codplayer: so be happy that its working, instead of asking what possibly could not work :) [21:38] squinty: where can i learn how to use a linuxo.s? [21:38] Gear_: Odd, since that model has Realtek 8139 which is well supported adapter under linux. [21:39] Gear_, that's very odd as there are several guides on the web advising ubuntu 6.06 worked perfectly on it [21:40] Gear_: if you haven't already tried it, swap the lan cable from the Windows installing unit to the problem computer. could be faulty cable [21:40] it seems very odd to me [21:40] Codplayer: what do you want to learn? you should just use that like you need it. if you have a specific question we can help you. [21:40] it's the same cable [21:40] after upgrading today "we are unable to build the nvidia kernel module" - is that a known problem? [21:40] after I'm finished with this windows install I am going to try again, I made the usb using "unetbootin", is this recommended? [21:41] kll_ :Thanks :J [21:41] Gear_: yeah, that tool should still be fine, there's several options [21:41] Gear_: used it for years with minimum troubles installing various linux's others milage might vary though [21:41] either way I could "try" ubuntu but couldn't install it, it just didn't detect the ethernet [21:42] I know, the only problem I've found online is that it won't detect the wireless [21:42] that it won't detect the ethernet is very strange to me [21:42] Gear_: you can also check options/tutorials at pendrivelinux.com [21:42] it booted up fine and I was able to open all the settings and everything [21:42] Gear_: I think another windows liveusb tool is something like 'linux live loader' or something.. [21:42] and it installed up to a certain point then froze [21:43] Gear_: linux live, lili usb [21:43] well I could use DD but the usb seemed to be totally fine [21:43] Gear_: will another distro (eg pupppy linux or opensus for example) detect the connection? [21:43] yeah, even windows does [21:43] all of those do === sammy is now known as Guest24400 [21:44] should I try writing the usb with something else maybe? it seems a weird problem and far too specific [21:44] oh and the upgrade was to 14.04 [21:44] Gear_: md5sum check on the iso? [21:44] you mean pacific right? [21:44] http://goo.gl/cnARZi [21:44] actually I did the "usb check" thing [21:45] it checked the installation media and said it was fine [21:45] and /tmp/selfgz3919/NVIDIA-Linux-x86-304.88/kernel/nv-i2c.c:327:14: error: void value not ignored as it ought to be osstatus = i2c_del_adapter(pI2cAdapter); [21:45] it's very strange, it just won't connect [21:45] Gear_, did ip addr show give anything useful? [21:45] Gear_: if it's loading the image off the drive into something usable, then it shouldn't be a matter of what you used to load it on. [21:45] at the moment I'm installing windows on that computer [21:45] Gear_: should do the other too. try a torrent rather than http download if you decide to try and redownload another iso [21:46] I'm going to try installing ubuntu from windows, maybe that will have better luck? [21:46] right now everything is working [21:46] not sure what that even means [21:46] !ops | blemi [21:46] blemi: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang [21:46] Gear_, try 12.04.5 ubuntu < may be a different release will give different options [21:47] Gear_: wubi installs can be problematic in themselves... [21:47] Gear_: media check and image check are not the same thing. You could be installing a bad image onto a perfectly fine medium. [21:47] bazzzb: he already quit [21:47] 12.04.5 ? why would that work over 14 [21:47] does wubi still exist in a current release? [21:47] SchrodingersScat: Unfortunately [21:47] my word [21:47] bazzzb: They already left [21:48] does wubi exist? it was very broken last time i used it, and it was not included in the iso [21:48] hecatae: just make a real isntall [21:48] k1l_, i have, 12.04.5 and it is lovely [21:48] k1l_: genii: a ip ban still possible [21:49] network manager says no connection, ifconfig returns only lo with no eth0 [21:49] Right now i just added add-hotplug eth0 to interfaces.Still networkmanager says no connection. [21:49] waterslash, try ifconfig -a [21:49] bazzzb: difficult on a dynip. lets see if that user comes back. [21:49] bazzzb: If they come again with the same IP it may be considered [21:50] ok thanks I'll try 12.04.5 [21:50] win 7 ultimate is working fine on this computer though [21:50] which is odd [21:50] it has 2gb of ram [21:50] Gear_, what's the pid and vid in windows? [21:51] Gear_: again you should check the md5sum of the iso. if it is damaged then your usb install is also damaged [21:51] the what? [21:51] spearhead:only loopback shows up with ifconfig -a [21:51] !md5 | Gear_ [21:51] Gear_: 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_Windows [21:51] waterslash, then it isn't detecting the physical device for eth0 [21:52] Gear_, http://www.voti.nl/docs/usb-pid.html that's usb, but simply, what is the driver currently installed for the ethernet in windows 7? [21:53] waterslash: try another cable, check to make sure network card is not turned off in BIOS [21:53] erp2themax: that is a never mind. Although my desktop monitor is physically to the left of my notebook; it is virtually to the right of it. When I moved the mouse in the other direction, it just worked. Guess I am in business now. Watching Gene Kim report on the DevOps report on the nb, getting work done on the desktop monitor !!! [21:53] spearhead:i can ping my router if that says anything at all. [21:54] exit [21:55] Gear_, http://askubuntu.com/questions/285732/why-is-the-installation-of-ubuntu-on-hp-pavilion-zd8000-failing < may be interesting before you try again, someone else also had problems installing last year [21:55] hesco: If you want, you can use arandr to move the virtual display to the left instead of the right. Anyway, great! Glad to hear it's working. [21:55] About maybe twice a day my network stops responding - unable to ping router from the local machine at 192.168.0.12 (but another local machine can ping the router). If I ifconfig up/down and add the default route back to the router everything works fine again ... until the next time it happens. The machine at .12 is ubuntu 12.04 - the other local machine is ubuntu 14.04. The remote machine is centOS 5. I control all 3. I have an ssh [21:55] connection to each machine from .12, that sits in place all day - unless I'm forced to restart the network as mentioned. [21:56] I am using ubuntu 14.04 64 bit my issue is with openssh-server. I forward local and remote ports using the L and R switches like so: 80:192.168.1.2:8080 80:192.168.1.2:8080 Even with oidentd and dnsmasq installed when I try to connect to my ip address i cannot load the page with my web browser [21:57] apb1963, does mii-tool / dmesg report any link changes or anything? [21:57] apb1963: Could be a lot of things, including hardware. [21:57] apb1963: sounds like your hosts file [21:57] when I ran xrandr (no arguments), it blinked both monitors and displayed stats for both [21:57] Eduard_Munteanu: no MII interfaces found [21:57] apb1963: It has nothing to do with your hosts file. [21:58] KP34: uh..... hunh? [21:58] but do not know it well enough to manipulate things. [21:58] apb1963: Anything in dmesg when it drops? [21:58] jhutchins: yeah, hosts file sounded strange [21:58] hesco: yeah that's xrander. try arandr. [21:58] for the moment, I'm happy to be able to have two screens running [21:58] *xrandr [21:59] Has anyone successfully done a WiFi tether with an Android phone??? [21:59] apb1963: If nothing else you could just be proactive and restart networking periodically. [21:59] skinux: which way? [21:59] hesco: yeah, that alone is a good improvement :) cheers [21:59] As in using the phone to give internet to a laptop [21:59] apb1963: i would double check your resolv.conf [21:59] skinux: Yes, lots of people. [21:59] I have yet to do this successfully. [21:59] jhutchins: I have a cron job setup to reboot the network every morning... still goes down randomly an extra time. [21:59] #ubuntu-offtopic [21:59] jhutchins: syslog says: kernel: [1814573.567815] UDP: bad checksum. From 2xx.1xx.2xx.xx4:15380 to 192.168.0.12:5086 ulen 180 I'm seeing lots of these. [22:00] skinux: yep, very easy. but the big part is the android offering the wifi. the ubuntu doesnt care if its connected to a android or to a router [22:00] I haven't been able to find any tethering apps that worked, including AziLink [22:00] [22:00] Eduard_Munteanu: syslog says: kernel: [1814573.567815] UDP: bad checksum. From 2xx.1xx.2xx.xx4:15380 to 192.168.0.12:5086 ulen 180 I'm seeing lots of these. [22:00] ubuntu does this on every reboot from fresh install... what am I missing? http://askubuntu.com/questions/442928/cannot-mount-sys-fs-cgroup-13-10-vagrant-box [22:00] Any app suggestions?? [22:00] spearhead:I just googled my problem now and the bios thing was an option. [22:00] ntu : n a function defined in a C program called __cyg_profile_func_enter, I use it to instrument my code in C programs. but when I compile it with a g++ I have a warning : warning: new declaration ‘void __cyg_profile_func_enter(void*, void*)’ [enabled by default], can you help me with warning? also I can generate some instrumentation file because of this warning. [22:00] skinux: well. if you use cyanogenmod that is build in. for android app offerings best is to ask the android guys [22:01] I've also so far recently been unable to disconnect from home wireless in order to try a tether again. [22:02] skinux, I use the built in tethering options on my android, I usually tether via usb so it charges my android at the same time [22:02] Cyanogenmod is a phone root isn't it? [22:02] Spearhead:But it also returned something about Udevd, are you familiar with udev rules or something?? [22:02] skinux: custom rom. [22:02] cyanogenmod is a rom built using AOSP [22:02] My USB port on my phone isn't exactly reliable to use for tethering. [22:02] And I have no idea how to put a custom rom on my phone. [22:02] Timoty: Do a search in your code for cyg_profile... you may find that you have something that doesn't match up [22:03] KP34: doublecheck it for what? [22:04] when my network goes down its either hosts file or resolv.conf [22:04] just making a suggestion [22:04] KP34: what would I be looking for? [22:04] no lie...where can I meer an ubuntu chick? [22:04] or Mint chick [22:04] :-) [22:04] just as long as they are there with the proper info [22:04] oops [22:04] *meet [22:05] nameserver should be your router or modem ip address generally 192.168.1.254 [22:05] if you cant ping anything but you still have an ip address [22:05] JuneBUG: this is a ubuntu technical support channel. please keep it clear for that [22:05] :-( [22:05] I know [22:06] I am using ubuntu 14.04 64 bit my issue is with openssh-server. I forward local and remote ports using the L and R switches like so: 80:192.168.1.2:8080 80:192.168.1.2:8080 Even with oidentd and dnsmasq installed when I try to connect to my ip address i cannot load the page with my web browser. What is the problem with NAT in this issue? [22:06] KP34: if I can't ping the router, how would the name server make any difference? [22:06] apb1963: do you currently have an ip address when you are experiencing the issue? [22:07] or did you lose the ip address also [22:07] Hello, i would like to ask for help: why after i have updated my Ubuntu 14.04 LTS it does not finish log in, i got stuck in a orange background with no options. the instalation is stock, except for vmware workstation 10, nvidia drivers, and bleachbit. Please Help me i need to use ubuntu, thanks in advance. [22:07] if you still have an ip then your DNS settings is located in those two files [22:07] Andrew1: test the guest account [22:07] Andrew1: you need to login to the account [22:08] hi. got a wierd problem trying to format a drive. Installed 2 new hard drives into my pc. copied data over from old drive, all working fine. now want to wipe old hard drive to use as bakup space. gparted won't let me delete or umount the root partition of the old drive. i'm definitely booting from the new drive, but it's like it's mounted the partition as root somehow. really wierd [22:08] ok i will try guest but what is the next step to restore my account? [22:08] KP34: That's an interesting question, I haven't checked to verify I have one, but as it's set static I presume I do. [22:09] Andrew1: that depends on the result of testing the guest session [22:09] jhutchins: Eduard_Munteanu: syslog says: kernel: [1814573.567815] UDP: bad checksum. From 2xx.1xx.2xx.xx4:15380 to 192.168.0.12:5086 ulen 180 I'm seeing lots of these. [22:09] ok i will try thank you: daftykins and kp34 === viv`d is now known as vivid [22:10] ubuntu does this on every reboot from fresh install... what am I missing? http://askubuntu.com/questions/442928/cannot-mount-sys-fs-cgroup-13-10-vagrant-box [22:10] apb1963: check your router's dhcp lease time [22:11] KP34: no dhcp. static address [22:11] is it possible that anyone else on the network is trying to pull that ip address from the router? [22:12] there needs to be a ubuntu-network and ubuntu-install and ubuntu-video specific channel [22:12] KP34: nope [22:13] would some kind person be willing to look at my /var/log/nvidia-installer.log at http://paste.ubuntu.com/8413911/ [22:13] What happens with dhclient when I release my current DHCP lease? Will it reach out and request a new IP address at some interval? [22:13] what command are you using to install networking when you boot your machine if you dont mind me asking [22:13] the spec says it attempts a new dhcp req for another ip assignment [22:13] i.e. 3 separate channels focused on each of those areas alone [22:14] I released an IP address on a server and obviously couldn't access it over the network. I came back 60+ minutes later and could access it, but I hadn't manually requested a new IP address. [22:14] networking is normally automatically polled when you boot ubuntu [22:14] watching brothers kids.Fuck ill be back [22:14] seanz: the intricacies of DHCP are outlined in the relevant RFC document [22:14] service