/srv/irclogs.ubuntu.com/2014/01/02/#ubuntu.txt

Bashing-omidueppe: No, grub is a different process from either; See : https://help.ubuntu.com/community/Grub2 and http://ubuntuforums.org/showthread.php?t=1195275 .00:00
=== DarkAce-Z is now known as DarkAceZ
idueppeBashing-om, grub-install says "cannot find a GRUB drive for /dev/mapper/crypt_root.  So what is going wrong?00:07
idueppeIt also says "Auto-detection of a filesystem of /dev/mapper/crypt_root failed."00:07
catalase_hello00:09
catalase_can anyone explain to me what the parameters -rf and -la do00:09
melvinshas in rm -rf and ls -la?00:10
catalase_i am assuming those are two parameters put together, as in -r and -f and -l and -a respectively00:10
catalase_yes00:10
catalase_would rm -r -f be equivalent?00:10
darkelfjuggalo1I am running ubuntu 13.10 on a Laptop... I am in an area where the Ethernet will work better than the Wifi, but when I plug in my Ethernet it says that my Ethernet is not managed... what do I need to install?00:10
melvinshyes they are put together00:10
gvoassumption correct00:10
=== CyberJacob is now known as CyberJacob|Away
catalase_but what do those parameters do exactly00:11
gvoman rm and man ls00:11
melvinshyou can find out by yourself by checking out the manual pages00:11
catalase_oh interesting00:11
catalase_i am reinstalling ubuntu now00:11
catalase_i will do so when it is up thx u00:11
melvinshgood luck!00:11
gvoIf you type man ls into a browser search window you might find some useful information too.00:12
xatr0zdarkelfjuggalo1: it means network manager doesnt manage that device00:13
xatr0zmaybe you (or something else) configured it manually in /etc/network/interfaces ?00:13
darkelfjuggalo1I can't get it to work with the cord in and the Wifi turned off00:13
xatr0zhow do you turn off wifi, with a hardware switch?00:14
gvodarkelfjuggalo1: Reboot?00:14
whatisthematrixyea, i did it!00:14
Bashing-omidueppe: I do not remember a lot about raid, most levels of raid require that grub be installed outside of the arrays.00:14
whatisthematrixhi all00:15
frybyetorchat is pretty cool aint it.. wow...00:17
frybyedoes it run on sp8 somehow...?00:17
idueppeBashing-om, well I have here to VMs. One I installed ubuntu 12.04 server via guided installation with raid > lvm > luks and it works. In the 2nd I'm trying to debootstrap ubuntu but stuck at the grub-install. But somehow it should work.00:18
DeHackEdMaybe this is beyond unsupported... so I tried to install ubuntu by debootstrap into a CentOS contianer. It's installed, but udev refuses to finish configuring (can't mknod due to security) so the install isn't really complete...  can I override that somehow?00:19
gvoDeHackEd: Openvz?00:19
DeHackEdgvo: LXC00:19
darkelfjuggaloI rebooted, turned my Wifi off and my Ethernet still is not working... what driver[s] do I need to install to use Ethernet00:19
gvoOK it was a problem with Openvz once upon a time.00:19
DeHackEduser namespaces enabled, so 'mknod' is permanently locked out.00:19
gvoDeHackEd: does lxconsole work?00:20
xatr0zdarkelfjuggalo: are you turning wifi off with networkmanager or some hardware switch on your laptop? and is the device manually configured in /etc/network/interfaces ?00:21
DeHackEdnot yet. I'm accessing it using lxc-attach to just invoke a shell within it. init (systemd) pretty much seized on startup00:21
DeHackEdthis is lucid right now. can't distupgrade it yet00:21
gvoDeHackEd: If you can, try to remove udev.00:21
Beldardarkelfjuggalo, run in the terminal lspci and identify the hardware to the channel.00:21
darkelfjuggaloxatr0z disconnecting from the wifi in the network manager at the top of my unity00:22
DeHackEdtried that, it wanted to remove a bunch of other important stuff as well (including upstart itself)00:22
xatr0zdarkelfjuggalo: and if you turn wifi on, wifi works but cable doesnt? even if you unplug the cable and insert it again?00:22
darkelfjuggaloCable will not work at all00:23
xatr0zah it didnt before? ok. misread the question00:23
xatr0zthen check if the device is manually configured in the file /etc/network/interfaces00:24
darkelfjuggalolspci output: http://pastebin.com/qcx1gQnJ00:24
DeHackEdgvo: there is some code in the udev config script to deal with some types of containers. was able to force it to treat my system the same... so one problem solved...00:24
gvoDeHackEd: That's good.00:24
catalase_hmmm00:27
catalase_i keep getting authentication failure when i try su00:27
DeHackEdnext problem is that apt seems to be missing its repositories... wow, I really screwed this one up...00:27
catalase_i lost the root password somehow?00:27
catalase_anyway to correct that lol00:27
xatr0zdarkelfjuggalo: by googling AR8161 i see a lot of people with the same problem, the solution was to recompile the kernel to include drivers for the ethernet card00:27
xatr0zbut im not sure if its still needed00:28
DeHackEdcatalase_: ubuntu prefers use of sudo. if you want a root shell, you can use "sudo bash" or "sudo su [-]"00:28
catalase_oh DeHackEd, i did sudo passwd00:28
catalase_and then it prompted me for new root password00:28
darkelfjuggalosorry if someone responded to the output, my internet was unplugged becuase someone couldnt watch their movie on netflix00:29
xatr0z:)00:29
whatisthematrixi worked hard on compiling/configuring/hacking and hacking my system for a long time for e18 and it finally paid off! whew00:30
darkelfjuggaloSo, is there any other advice from the lspci output i received?00:30
catalase_DeHackEd, it is not good to send password in plaintext over ssh right?00:30
DeHackEdcatalase_: it's not bad, as long as you know the keys for the session correct. (ie. no man in the middle attack)00:31
catalase_how can i get it to display my root passwod00:32
catalase_if i am root00:32
Bashing-omidueppe: I have no experience with Virtual Machines, checking my notes for my old raid set up, I installed grub to the MBR of each drive.00:32
DeHackEdcatalase_: well your password is hashed/encrypted in /etc/shadow typically. it's can't be reversed.00:32
ulkeshcatalase_: maybe reset it?  http://www.faqforge.com/linux/reset-root-password-ubuntu-linux-without-cd/00:39
Gr4cchusQuestion, if a program is installed without its package dependencies then would that become broken? And if broken is that were apt-get build-dep <package_name> comes into play??00:40
Seven_Six_TwoGr4cchus, no, build-dep will install source dependencies. You need to remove the package, or install the dependencies manually. You might be able to fix it in synaptic as well.00:42
Gr4cchusis synaptic even that useful anymore after they got ubuntu software center?00:43
Seven_Six_TwoGr4cchus, yes. It's all I use.00:44
whatisthematrixGr4cchus: do you want to try, or have you  tried? --> apt-get -f install00:44
Gr4cchuswhats the command to install packages manually?00:44
whatisthematrixall i use is aptitude here00:44
Seven_Six_TwoGr4cchus, sudo apt-get install packagename00:45
Gr4cchusi dont have any problems, just curious and confused after reading about packages and aptget on the ubuntu documentation00:45
Seven_Six_TwoGr4cchus, or         dpkg -i filename.deb00:45
Seven_Six_TwoGr4cchus, what's confusing?00:46
whatisthematrixGr4cchus: or 'sudo apt-get install <package_name>'00:46
Gr4cchusah ill try reading it again later00:46
Seven_Six_TwoGr4cchus, apt is meant to be a front-end to dpkg, and is newer that dselect. There are front-ends to apt, which make apt easier, such as synaptic and aptitude.00:49
idueppe<Bashing-om> I tested my script without luks just raid (1) > lvm and it works. But as son I change it to raid (1) > lvm > luks it crashs00:50
catalase_ulkesh, i believe i changed the root password00:50
catalase_i did sudo passwd00:50
catalase_and it pulled up a unix password changer thing00:50
DeHackEdI'm trying to update from Lucid to the latest version following https://help.ubuntu.com/community/QuantalUpgrades (section 2.3) and it tries to install Maverick and fails.00:50
SadlyMistakenDeHackEd» I HAD A problem very similar.00:51
Seven_Six_TwoGr4cchus, software center is a front-end to apt, but doesn't have all of the features of synaptic (because features are confusing to newbs)00:51
ulkeshcatalase_: my point is, if you cannot remember the root password, you can always change it via recovery....sudo passwd assumes you know the original in the first place00:51
SadlyMistakenbecause Maverick doesn't feel my wifi broacast00:51
DeHackEdSadlyMistaken: well in this case I think it's not available since it's discontinued. so it just plain can't download the packages00:52
DeHackEdadmittedly this system is a bit broken out of the gate...00:52
PessimistI thought to start a project called something like 'Theme Manager'. It would detect / let you choose your desktop environment and let users grab themes / fonts / icons from various websites for that desktop environment and let you easily manage them. Would anybody be interested in this and maybe there is a place where I can post these kind of ideas?00:52
DeHackEdmaybe I should just try to reinstall fresh from something newer00:53
BeldarDeHackEd, Your next supported release after 10.04 is 12.0400:53
glitsj16darkelfjuggalo: have you got ethernet working yet?00:53
Seven_Six_TwoPessimist, this exists for kde and gnome already.00:53
darkelfjuggalono i havent i had to move back where i was00:53
DeHackEdBeldar: I'm okay with breaking off the LTS train...00:54
PessimistSeven_Six_Two, what's it called?00:54
BeldarDeHackEd, and that means what?00:54
glitsj16darkelfjuggalo: what does "uname -r" output ?00:54
DeHackEdBeldar: that upgrading from an LTS release to non-LTS is fine.00:54
ulkeshkde-look isn't that good of a site design imo...needs a web 2.0 modern design....haven't seen the gnome one00:55
BeldarDeHackEd, Your only reasonable upgrade is to 12.04 you can go above after, a fresh install is what I would do.00:55
mines12DeHackEd: Better do a clean install of 13.10 I would say00:55
evilbugwhat is the advantage of using tar.gz over zip? i'm comparing some archives i've made recently and i see that bot zip and tar.gz are the same size.00:55
DeHackEdmines12: the catch is I'm doing it from a debootstrap install and that's... proving tricky. installing an old version and then performing an upgrade isn't working so hot either.00:56
Seven_Six_TwoPessimist, I was a bit wrong. I was thinking about gnome-shell.org which allows you to install extensions for gnome-shell from the web.00:56
Burritohey, is anyone here familiar with the details of the ath9k_htc driver (specifically ANI and its debugging utility)? I am having a problem where I activate ATH_DBG_ANI, but the file disable_ani doesn't appear in debugfs.00:56
=== picca_ is now known as picca
Seven_Six_TwoPessimist, I might be interested in this. What languages can you program in?00:57
Bashing-omidueppe: Regretfully, you are beyond my sphere of knowledge.00:57
PessimistSeven_Six_Two, English. I think this kind of program would be popular among users because it's a trivial and tedious task to go to various websites like gnome-look.org and download, extract, copy everything. I think about using python + some kind of toolkit00:58
Seven_Six_Twoevilbug, tar.gz are tar + gzip, zip is just zip00:58
Seven_Six_TwoPessimist, programming languages, not spoken. I might choose Py for that too.00:59
isosceleshi, i am trying to determine if my usb hub problem is rooted in the hubs themselves, or in the operating system. the problem is that a variety of devices do not function or do not function properly when plugged into a hub. anyone want to take a stab?00:59
rwwevilbug: .tar.gz maintains permissions and ownership, .zip doesn't00:59
Seven_Six_TwoPessimist, are you at least familiar with git?00:59
rwwevilbug: or rather, .tar does. .tar.gz is a .tar file compressed by gzip01:00
Seven_Six_Twoisosceles, the devices might require more throughput than the hub can do. Like webcams with old hubs, or anything usb3 with a non-usb3 hub01:00
PessimistSeven_Six_Two, yes. I think I might start a forum thread in ubuntuforums.org01:00
evilbugSeven_Six_Two, rww: yeah, i'm aware of tar and tar.gz. my question was more along the lines of compression since i read that tar.gz offers lower file sizes than zip which i'm not really experiencing.01:01
Seven_Six_TwoPessimist, pm me the link when you start it.01:01
rwwevilbug: all statements like that vary in truth based on what you're compressing...01:01
Seven_Six_Twoevilbug, oh sorry. you are really talking about zip vs gzip then, as tar doesn't compress. you can also look into bzip2 which is better but slower than gzip.01:02
PessimistSeven_Six_Two, https://github.com/GiedriusS/theme-manager -- I've had this idea for a while. Need to update the description though because it should include icon/mouse sets01:02
rwwor .tar.xz, which tends to be better than bzip201:02
isoscelesSeven_Six_Two: i have one usbs hub and only run usb2 devices through my usb2 hub. basically the hubs are useless01:02
Seven_Six_Tworww, nice! my turn to learn.01:02
=== fade is now known as Guest87033
Seven_Six_Twoisosceles, what devices, and how many of them?01:03
isoscelesSeven_Six_Two: i mean"usb3" not "usbs"01:03
Seven_Six_Twoisosceles, if your computer is old, or you're unlucky, your computer either doesn't have usb3, or not all of the ports are usb3.01:04
evilbugSeven_Six_Two, rww: ah, ok then. to be fair i haven't really used gzip much, always stuck more to zip since it's more common but was curious if gz compresses better.01:04
Seven_Six_Twoisosceles, I'd guess the latter, if you're not overloading the hub.01:04
glitsj16darkelfjuggalo: you should try installing the linux-image-extra-... packages for your kernel(s) to get the driver01:04
isoscelesSeven_Six_Two: on the usb3 hub -- led strip (works), extrnal hard drive (beeps at me), analog-to-digital sound card (doesn't work)01:04
isoscelesSeven_Six_Two: 1 year old system7601:05
Seven_Six_Twoevilbug, yeah, and gzip/bzip2/xz all integrate with tar, which is better than just zip.01:05
isoscelesSeven_Six_Two: i use the appropriate ports01:05
Seven_Six_Twoisosceles, is the external hd powered, or does it use usb power?01:05
isoscelesSeven_Six_Two: usb power. note that the usb3 hub is powered with an adapter01:06
Seven_Six_Twoisosceles, interesting. does the hd work if it's the only thing plugged?01:06
isoscelesSeven_Six_Two: yes. i believe it works though the hub as well, but it beeps repeatedly01:07
Seven_Six_Twoisosceles, I focus on that since it's driver will be in the kernel already.01:07
Seven_Six_Twoisosceles, no beeps if connected directly? I would suggest checking output of dmesg just after plugging in hd (without display and audio card)01:08
isoscelesSeven_Six_Two: i misread the question. even if the hd is the only device, still beeps01:08
evilbugSeven_Six_Two: ok, i'll look more into those. at the moment i run "tar -czvf" to make a gz, is there a way to add a progress bar to that?01:08
evilbugSeven_Six_Two: or some sort of progress display in %?01:08
catalase_if you create a directory and it already exists, will it overwrite that directory?01:10
Seven_Six_Twoevilbug, not that I know of...sorry01:10
Seven_Six_Twocatalase_, mkdir: cannot create directory ‘aa’: File exists01:10
evilbugSeven_Six_Two: noooooooooo!!!101:10
zbrkxbrhi guys I need flash an android dtock rom  via ubuntu01:11
zbrkxbr(Gnex 4.3)01:11
zbrkxbrhow can I do that01:11
catalase_oh ok01:11
Seven_Six_Twozbrkxbr, unfortunately that isn't supported by Ubuntu.01:11
=== sysadmin is now known as Guest3726
Seven_Six_Twozbrkxbr, your best bet (I think) would be an android related channel.01:12
whatisthematrixevilbug: are you  against using a gui archive manager? i ask because one of the gui ones probably shows progress01:12
zbrkxbroh you can't be serious because this channel is a goverment office and you can't help me with anything out of your business area but you can warn me like that are you01:12
rwwzbrkxbr: #ubuntu has a well-defined set of guidelines as to what is on-topic for this channel. rooting android phones is not in them01:13
zbrkxbraha a new geekster is here01:13
zbrkxbrthank you guys all of you01:13
apb1963I'm trying to do "gpg --armor --export $keymissing | apt-key add -" but it fails because 1) gpg doesn't want to be run as root and 2) apt-key must be run as root.  How can I resolve this?01:13
rwwapb1963: change apt-key to sudo apt-key?01:14
apb1963derp.  Thought I tried that.  nvm.  TY  :)01:14
evilbugwhatisthematrix: i'm not, it's just that on mac os there is only one gui app that compresses tar and other stuff which is free.01:15
whatisthematrixevilbug: ahh, okay. rgr01:15
idueppeBashing-om, thx but I don't think so, because before 10 days I never installed a linux server :-)01:16
evilbugwhatisthematrix: the thing is that i have a few terminals open when developing anyway so it's a bit easier to just type a command when i'm right in it.01:16
isoscelesSeven_Six_Two: dmesg output at http://pastebin.com/8Q01CjeN01:17
whatisthematrixevilbug: ya01:17
zbrkxbrhttp://forum.xda-developers.com/showthread.php?t=184803601:17
zbrkxbrI've got this01:17
Bashing-omapb1963: try as so: "gpg --export --armor E18CE6625CB26B26 | sudo apt-key add -" .01:17
isoscelesSeven_Six_Two:  on the usb2 hub -- keyboard and mouse both have problems01:17
=== duoi is now known as Yaaic
=== Yaaic is now known as duoi
apb1963Bashing-om: yeah as rww pointed out, I was missing the sudo from apt-key.  Thanks :)01:19
isoscelesSeven_Six_Two: keyboard stops functioning at random; cursor/pointer displays about 1 cm above activity (e.g. hold arrow 1 cm above desired object to click)01:19
=== IAmNotThatGuy is now known as Mohi
Bashing-omidueppe: It is all a process of learning, I wish I could help.01:22
=== hub is now known as Guest75228
SysGhostfrrt01:30
catalase_any way to quick format an ext3?01:32
=== dziegler_off is now known as dziegler
laphlawneed help with upstart jobs.. is this the place for help?01:34
somsip!upstart | laphlaw (but, yes)01:35
ubottulaphlaw (but, yes): Upstart is meant to replace the old Sys V Init system with an event-driven init model.  For more information please see: http://upstart.ubuntu.com/01:35
somsipcatalase_: mkfs.ext3 ? Check the man page for a quick format maybe?01:36
laphlawyeah.. i'm having a problem with environment variables01:36
somsiplaphlaw: you can ask, but I have no idea personally01:36
DeHackEdI'm missing package repositories on my (debootstrap'd) system. specifically 32 bit packages. not sure what I need to do to enable them. I'm trying to install steam, it wants to install libc6:i386  among others, and fails.01:36
laphlawit doesn't find any variables01:36
laphlawand i try to source my bashrc file, but that seems to fail01:36
somsiplaphlaw: upstart jobs are not run by your user so maybe you need to setup ENVs in the script?01:37
Seven_Six_Twoisosceles,   end_request: I/O error, dev sdb, sector 001:38
DeHackEdnever mind, got it. I think I needed to install "libc6-i386" to enable something...01:40
glitsj16laphlaw: you can use env to set things up --> http://upstart.ubuntu.com/cookbook/#env01:40
=== dziegler is now known as dziegler_off
=== _gypsy_ is now known as zz__gypsy_
=== hub is now known as Guest20483
anonynimityhi. I'm having an issue with my wifi... it says it's connected but the actual connection will drop after a few minutes, if I reconnect, it stays alive for a bit, then drops again... this is after an upgrade from 11.04 to 12.04. is there a way to fix this? I have tried "sudo modprobe-r iwlwifi and sudo modprobe iwlwifi 11n_disable=1". that command says module iwlwifi not found.02:18
=== zz__gypsy_ is now known as _gypsy_
apb1963so...I installed chrome... it was working... now it's not.  I click on the icon.... it bounces for a bit... and then it disappears and no browser comes up.02:21
Ozzie_hello02:23
Ozzie_i have a question.02:24
Bashing-omOzzie_: !Ask Ozzie02:25
somsipapb1963: try running from the command line and look for errors02:25
Ozzie_if i download ubuntu and put it on a usb flash using the program that the site gives you. would i be able to change my usb stick back to normal?.02:25
Ozzie_i dont understand the process much02:26
BeldarOzzie_, you can reformat a usb always02:26
Ozzie_so i can change it back to normal after i make a bootable flash stick?02:26
Bashing-omOzzie_: Yes, After the install is completed to a hard drive.02:27
rwwor if you decide you don't want to use it02:27
Pessimistapb1963, try running it from the terminal02:27
Ozzie_alright thanks guys. its a 16 gig flash drive, i didnt want it to go to waste02:27
Ozzie_on a small file.02:28
Ozzie_you guys have a good night. thanks a lot02:28
apb1963somsip: Pessimist: good idea....  just need to find it's path02:28
Pessimistapb1963, just enter 'chromium' or 'chromium-browser' (don't remember which one)02:29
apb1963Pessimist: neither one is found02:29
Pessimistapb1963, then it's chrome/google-chrome/googlechrome02:30
apb1963that's not an absolute path02:31
=== Mars is now known as Guest73974
apb1963so again... not found02:32
Pessimistwhy would you need one?02:32
somsipapb1963: google-chrome if it's that version rather than chromium02:32
apb1963google-chrome02:33
apb1963Created new window in existing browser session.02:33
apb1963except... I don't see it.02:33
Pessimistkillall google-chrome and try again02:33
somsipapb1963: so it's either already running, or it just thinks it's already running... Try 'sudo killall google-chrome'02:33
apb1963argh.  killall not found02:34
=== d3fc0n is now known as Guest43805
apb1963how could killall not be on my system?02:34
Pessimistapb1963, pkill google-chrome02:35
apb1963sudo ps -ef | grep google-chrome02:36
apb1963apb      14002  7082  0 18:36 pts/3    00:00:00 grep --color=auto google-chrome02:36
apb1963no instances apparently running02:37
apb1963pb       7127  6966  0 17:46 ?        00:00:08 /opt/google/chrome/chrome02:39
apb1963apb       7134  7127  0 17:46 ?        00:00:00 /opt/google/chrome/chrome --type=sandbox-ipc02:39
apb1963etc.02:39
universalsystem clock disappeared, how to bring it back ? http://www.tiikoni.com/tis/view/?id=902ebec02:39
apb1963I just love apps that change their name :)02:39
c_nickany room for scripting : MS Build02:39
somsip!alis | c_nick02:39
ubottuc_nick: alis is a services bot that can help you find channels. Read "/msg alis help list" for help and ask any questions about it in #freenode. Example usage: /msg alis list #ubuntu* or /msg alis list *http*02:39
apb1963'k  that fixes it. Thanks Pessimist & somsip02:41
somsipapb1963: np02:41
c_nickthanks somsip02:41
Pessimistuniversal, it's in system settings -> time & date and there's an check in the second tab to show it in the panel02:41
apb1963this is crazy....  I fire up knotes and it starts a second session of my irc client - quassel02:42
apb1963and knotes doesn't come up02:42
universalPessimist: its faded out02:42
apb1963however if I run knotes from the command line I get: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.  .... and then knotes starts.02:43
Pessimistuniversal, what's the output of apt-cache policy indicator-datetime ?02:43
shreezbotOk, I have a major problem and I don't know what to do...02:44
Pessimist!ask02:44
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience02:44
shreezbotI think I have a ext4 partition that has become corrupted and while I thought it was being backed up, it doesn't seem that it was...02:44
shreezbotWe're talking family pictures and stuff, and I don't know what to do to see if I can recover it...02:46
shreezbotI'm worried that something that I try might cause me to lose all hope of getting my files back...02:46
apb1963shreezbot: why do you think it's corrupted?02:47
universalPessimist: ubuntu@ubuntu:~/maths$ apt-cache policy indicator-datetime indicator-datetime:   Installed: 13.10.0+13.10.20131016.2-0ubuntu1   Candidate: 13.10.0+13.10.20131023.2-0ubuntu1   Version table:      13.10.0+13.10.20131023.2-0ubuntu1 0         500 file:/media/ubuntu/sony/repository/ubuntu/ saucy-updates/main amd64 Packages  *** 13.10.0+13.10.20131016.2-0ubuntu1 0         500 file:/media/ubuntu/sony/repository/ubuntu/ saucy/mai02:47
Pessimistuniversal, basically you need to install indicator-datetime (sudo apt-get install indicator-datetime), (then restart unity/pc/X,) and try to go to system settings -> date & time and it should be working02:47
shreezbotapb1963, I have several directories that I now can't access...  I'm getting an I/O error...02:47
whatisthematrixshreezbot: you could try 'testdisk' i suppose. i don't know anything about it another than it's description02:47
whatisthematrix!info testdisk02:48
ubottutestdisk (source: testdisk): Partition scanner and disk recovery tool. In component universe, is optional. Version 6.14-1ubuntu1 (saucy), package size 534 kB, installed size 1269 kB02:48
universalPessimist: it was working before, I was solving some other problem and rebooted the system, and date time disappeared02:48
apb1963i/o error sounds like a bad disk, no?02:48
shreezbotapb1963, Yea, it does...02:49
shreezbotapb1963, I thought crashplan was backing it up, but it doesn't look like it was...02:49
Pessimistuniversal, http://askubuntu.com/questions/357266/how-to-show-time-in-ubuntu-13-10 -- try the 1st answer02:49
whatisthematrixshreezbot: how old is the drive?02:49
shreezbotProbably a year or so02:49
apb1963shreezbot: Always verify backups... join ##backup for discussion on backups02:50
shreezbotwhatisthematrix, It is a 3TB drive02:50
universalPessimist: http://www.tiikoni.com/tis/view/?id=d855407 I tried dconf-editor also but no use02:50
glitsj16shreezbot: have you ran a fsck on it yet?02:50
Mendelhey geeks!02:50
shreezbotapb1963, Crashplan is supposed to verify backups, but it apparently wasn't...02:50
apb1963shreezbot: You could also try smartctl02:50
whatisthematrixshreezbot: roger. not really that old. i'm starting to keep my stuff backed up because my drive is starting to get on the old side02:50
Bashing-omshreezbot: Have you tried to mount the partition(s) in question from a liveDVD ? See then if you  have access to the files ??02:50
Mendelany girls on here?02:51
Mendelor just duddes02:51
Pessimistuniversal, try the commands on the link I gave you. If nothing else I think you may have hit a bug02:51
apb1963shreezbot: verification in my terms means restoring it and confirming it's doing what you want it to do .02:51
BeldarMendel, this is ubuntu support gender is offtopic02:51
shreezbotapb1963, Yea, hindsight...  :)02:51
Pessimist!offtopic | Mendel02:51
ubottuMendel: #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!02:51
Mendelhahahaha ok nppp02:51
apb1963shreezbot: we live, we learn.... there's always a next time.02:51
shreezbotapb1963, Very true...02:52
shreezbotext4 partitions are "EFI GPT" partitions, correct?02:52
apb1963shreezbot: try smartctl, testdisk as whatisthematrix stated, and there's always fsck as glitsj16 mentioned02:53
apb1963shreezbot:  Can you access anything on the disk?  Or is the whole disk kaput?02:54
glitsj16shreezbot: ext4 is a filesystem, nothing to do with partition table type02:54
shreezbotapb1963, I can access some things on the disk with no problems...02:54
Pessimistshreezbot, for uefi booting there has to be a gpt partitioned partition formatted with fat32 (ef00 on gdisk) so I don't think that's a ext4 partition02:55
shreezbotapb1963, Actually, I'll say, I can access MOST things on the disk...02:55
shreezbotPessimist, It isn't my boot partition02:55
noradhi i have a quastion can you install the latest version of vlc on ubuntu 12.04 ?02:56
Pessimist!ppa02:57
ubottuA Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge02:57
Pessimist!ppa | norad02:58
ubottunorad: please see above02:58
whatisthematrixnorad: there might be a 'ppa' for 12.04 that has it. i don't know though. but you can always compile from source, which is something i like doing02:58
shreezbotapb1963, This is an example of what I get if I attempt to do an LS on the root of the drive "ls: cannot access Watched: Input/output error"02:58
gno1404hi, I am trying live dvd of 14.04 with gnome02:58
gno1404is there a way to use layout shortcuts02:58
gno1404doesn't seem to work02:58
Beldargno1404, 14.04 is #ubuntu+102:58
whatisthematrixgno1404: cool. i'm running 14.04, but this isn't the channel for it...  do --> /join ubuntu+102:59
noradtryed the vlc master branch ppa cant install cant check the windows in the update manager03:00
anonymous_hi03:01
anonymous_hello03:02
anonymous_?03:02
=== AndresSM_away is now known as AndresSM
=== Mars is now known as Guest26670
LandswellsongHi. Can anybody help me out with determining where does udev take the $PATH for the RUN directive?03:04
Bashing-omshreezbot: Recon you can access the partitions from a liveDVD, see about the staus of those partitions(s) ??03:05
isoscelesSeven_Six_Two: are you still with me? how do i "end_request"?03:05
shreezbotBashing-om, I'll have to figure out how to create a Live-DVD really fast...  I'm actually new to Ubuntu (as if you couldn't tell) and I'm a little out of my element...03:06
=== hub is now known as Guest18545
Bashing-omshreezbot: How id you install ubuntu ? .. Generally that medium (if it is a desktop) will do.03:07
shreezbotBashing-om, I do have a DVD that I installed from03:07
rosentrotterIs it possible to Dual-Boot Ubuntu 12.04 with Windows 8 without having to crazy configure things03:09
Bashing-omshreezbot:  That my friend is th liveDVD ..If I may, Boot from the liveDVD to a trerminal .. and show us the output of terminal command: fdisk -lu <- and we can tell you how to mount those partitions.03:09
apb1963Bashing-om:  He said he could access the drive:  apb1963, This is an example of what I get if I attempt to do an LS on the root of the drive "ls: cannot access Watched: Input/output error"03:10
apb1963Bashing-om: So no need to boot the livecd ?03:10
=== kardan is now known as Guest52090
apb1963Bashing-om: so I think smartctl, testdisk and fsck should do him.... no?03:13
Bashing-omshreezbot: Well, I know - even in light of the above - I would try and see what I could access on that drive. I know of no better way than mounting partitions from an external means03:13
AcidRain2012happy new year to all ubuntu users.03:14
shreezbotapb1963, I'm running a testdisk on it now to see if that reveals anything.03:14
shreezbotapb1963, In the meantime, before I do anything else, I'm trying to copy what data I can off of the drive...03:15
apb1963having never before used or heard of testdisk... I just installed it... it only detects one of my disks and gets the wrong size and device name for it.  That makes me nervous.03:16
universalPessimist: thnx, time is good now, its restored :) --- ps -ef | grep unity-panel-service then killall unity-panel-service did the job for me thnx again :)03:17
apb1963I retract that statement... I wasn't running it as root :)03:17
isoscelescan anybody figure out why my usb hubs don't work with multiple devices? i have a modern computer with usb3 and usb2 ports. for my usb3 hub, external hd beeps and UCA202 sound card does not function. for my usb2 hub, the UCA202 doesn't work and the keyboard barely works.03:18
AcidRain2012i heard testdisk is the only known linux virus03:18
apb1963shreezbot: smartctl can be found in the smartmontools package03:19
universalhow to offline install ttf-mathematica4.1 like offline installation of ttf-mscorefonts-installer and flashplugin-installer? I have all the files necessary for ttf-mathematica4.1 mirrored locally03:20
shreezbotapb1963, I'm looking for smartctl now...  :)03:21
apb1963shreezbot: apt-get install smartmontools03:21
aegisHi all, anyway to make squid3 only communicate on tun0 or to make it use my dante port (127.0.0.1:1080)03:22
aegis?03:23
=== asdfhuhgg8 is now known as Joel-S
apb1963bash: man: command not found.....  wtf?03:23
glitsj16universal: you have .deb files you want to install manually?03:28
glitsj16apb1963: earlier you didn't have killall, now man .. is this a recent install ?03:29
apb1963glitsj16: yes.  last night in fact03:29
universalglitsj16: I have the debs setup as local mirror, like local/dir/pool/multiverse/m/mathematica-fonts/debs and also the tarball which it tris to download from its parent site03:29
glitsj16apb1963: very odd indeed03:29
apb1963glitsj16: I used debootstrap to do it03:30
apb1963glitsj16: I'm wondering if it's in build-essentials03:30
whatisthematrixapb1963: perhaps you need to install a bunch of stuff. perhaps you have a very minimal install so far03:30
apb1963whatisthematrix: Yeah, most likely.  Pieceing the system together bit by bit and taking names03:30
whatisthematrixapb1963: rgr03:31
apb1963?03:31
apb1963rgr?03:31
apb1963rogain gets results?03:31
whatisthematrixapb1963: rgr = roger. as in like i hear you, 10-403:31
apb1963oh lol03:31
Landswellsongany udev guru to help out with a little regression in 13.10?03:32
whatisthematrixaffirmative!03:32
glitsj16apb1963: killall is part of psmisc03:32
apb1963affirmative will robinson03:32
whatisthematrixlol03:32
universalglitsj16: any suggestions ?03:32
apb1963glitsj16: interesting place to put it.... ty03:33
glitsj16universal: cd to where the .debs are and .. sudo dpkg -i ./*.deb03:33
universalglitsj16: no use coz it tried to download the main tarball file from net otherwise it gives error03:34
glitsj16apb1963: i use dlocate to solve most of those 'now where did they put that' issues03:34
=== dziegler_off is now known as dziegler
apb1963-bash: dlocate: command not found03:34
whatisthematrixapb1963: how about just 'locate'?03:35
glitsj16apb1963: sudo apt-get install dlocate .. doesn't come by default03:35
apb1963glitsj16: I've been using apt-file03:35
glitsj16apb1963: sure, that works as well, dlocate is fast03:35
glitsj16really fast03:35
apb1963whatisthematrix: -bash: locate: command not found03:35
Phlowwhat do you folks use to create UEFI bootable USB sticks with Ubuntu installer on them?03:36
apb1963glitsj16: it checks packages?03:36
=== _gypsy_ is now known as zz__gypsy_
glitsj16apb1963: it's a fast alternative to dpkg -L and dpkg -S03:36
Phlowand is there a way to allow both Windows 8 and Ubuntu installers to co-exist on the same USB stick with UEFI?03:36
whatisthematrixapb1963: dlocate -S /usr/bin/locate --> locate03:37
BeldarPhlow, yes there are multi iso loaders to usb's03:37
BeldarPhlow, the usb is not a uefi03:37
whatisthematrixapb1963: so the  name of the package for the locate command is just 'locate'03:37
glitsj16universal: what error do you get? still not sure why you don't install those thru a regular apt-get install03:37
apb1963whatisthematrix: so you're saying install locate?03:38
whatisthematrixapb1963: and glitsj16 already told you about  dlocate :)03:38
PhlowBeldar, if I create a win8 usb installer, then use YUMI to add Ubuntu, it ALWAYS goes directly to win8, with secure boot on03:38
whatisthematrixapb1963: i would. i use it a lot03:38
apb1963whatisthematrix: ok you and glitsj16 duke it out and tell me which one I should use03:38
universalthats what I'm saying....I have a local mirror just mirrors of ubuntu repository, so I only do apt-get install and it fetchs all the debs from local mirror03:38
PhlowBeldar, with UEFI that is03:38
whatisthematrixapb1963: i use both03:38
universalglitsj16: thats what I'm saying....I have a local mirror just mirrors of ubuntu repository, so I only do apt-get install and it fetchs all the debs from local mirror03:39
BeldarPhlow, I believe this app will install in fedora, I use this for my usb iso loading, it has W8 and many linux iso's loaded.03:39
Beldarhttp://www.pendrivelinux.com/multiboot-create-a-multiboot-usb-from-linux/03:39
whatisthematrixapb1963: locate is used to find stuff on your system, and as glitsj16 said dlocate is " a fast alternative to dpkg -L and dpkg -S"03:39
glitsj16universal: ow okay, srry for the misunderstanding03:40
BeldarPhlow, uefi is the computer setup the usb need just be a fat32 like usual.03:40
universalglitsj16: when I'm installling the it via apt-get or dpkg offline, its downloading a tarball, I have downloaded that tarball also, so I want to install the same offline03:40
DoverMoit seems as though the current versions of vlc make audio quite distorted. what's a good alternative?03:40
apb1963whatisthematrix: I've been using 'whereis' and 'which' for years...  locate is better?03:40
whatisthematrixlocate is for finding files on the filesystem. i also use whereis03:41
glitsj16apb1963: they do different things03:41
whatisthematrixapb1963: they're all good03:41
PhlowBeldar, yeah, I get that, I just don't know why it always goes to Windows 8 installer.  The only way to get it into the YUMI grub menu is going back to legacy03:41
universal!locate03:42
ubottulocate is a command-line file search utility. To make sure its cache is up to date run: sudo updatedb03:42
universal!whereis03:43
universal!which03:43
BeldarPhlow, been awhile since I used yumi, you confined to what OS for loading the ISO's?03:43
=== dziegler is now known as dziegler_off
PhlowBeldar, only have windows 8 running at the moment03:44
BeldarPhlow, And you want to install ubuntu?03:45
apb1963installing LAMP03:45
PhlowBeldar, trying to reimage my new laptop to dual boot03:45
BeldarPhlow, I have not had to mess with a windows loader for this task, If it were me I would do the W8 with the usb, then load the ubuntu and install, then use the app I linked you with on ubuntu to have a multiusb setup.03:48
BeldarPhlow, If you are re-imaging the W8 make sure you have the correct activation key.03:49
PhlowW8 is already installed, need to get ubuntu installed and a grub menu to switch between them, with UEFI enabled (and preferably secure boot on03:50
PhlowIf I have to wipe the usb stick and only have one UEFI boot on it, I'll do that.. I just don't know what to even use to create that for ubuntu.03:53
Phlowclearly YUMI can't do it03:54
BeldarPhlow, To be honest I'm not exactly sure what your issue or end goal is, seems to just be a install of ubuntu within certain requirements you want, which may or may nit be possible, take a look at thos thread for additional install info. http://ubuntuforums.org/showthread.php?t=214729503:56
BeldarPhlow, I would make a thread at the ubuntu forums on your issues, the author of that thread is focused on this area and will most likely help you on a thread.03:58
Odd0002hello03:58
=== Jan11 is now known as ON1
sec_how comment a line in crontab?04:09
somsipsec_: #04:11
AcidRain2012#04:11
AcidRain2012bah04:11
AcidRain2012beat me to it04:11
sec_thanks04:11
sec_:D04:11
AcidRain2012might i ask what your contrabbing? and suggest task schedule'er as a nice tool to do some basic stuff04:12
symptom1i am using kde de with my arch. it is trying to open kate every starting. but it is failing. because of that my system doesnt work until i kill the kate from terminal. what am i suppose to do?04:13
AcidRain2012http://gnome-schedule.sf.net/04:13
Beldarsymptom1, This is ubuntu support archlinux has a channel04:15
sec_how to know which time of server running?04:15
sec_the server is on internet04:15
somsipsec_: top or uptime04:15
symptom1i know beldar but i asked there too but i coulnt get answer.. tnx anyway...04:16
sec_somsip: i have only http access to it04:16
somsipsec_: or 'date'. Not sure what you mean actually04:16
somsipsec_: can you upload files?04:16
universalhow to install ttf-mathematica4.1 offline which tries to download a tarball over net like offline installation of ttf-mscorefonts-installer and flashplugin-installer ? I have all the debs and deps with the tarball mirrored locally as repos/multiverse/m/xxxxx04:16
sec_somsip: i don't04:17
somsipsec_: then the admin doesn't want you to do that.04:17
sec_somsip: thanks04:17
DoverMosomsip, what's your preferred audio and video playback software?04:18
glitsj16universal: did you add the local mirror to your /etc/apt/sources.list?04:18
universalglitsj16: yes04:18
[[thufir]]I'm using transmission, and it works fine for some torrents.  for other torrents, it never seems to start.  (anything from the pirate bay doesn't start)04:20
glitsj16universal: and even after a sudo apt-get update it doesn't let you install from the local mirror?04:20
DoverMo[[thufir]], argh, don't be a pirate04:20
universalglitsj16: no04:20
glitsj16universal: i found http://askubuntu.com/questions/135339/assign-highest-priority-to-my-local-repository .. rather long but interesting04:21
universalglitsj16: are you aware of the methods for offline installation of ttf-mscorefonts-installer and flashplugin-installer ? I wanna do the same with ttf-mathematica4.104:21
glitsj16universal: apparently the place you put the local mirror line in /etc/apt/sources.list is important04:22
glitsj16universal: if those are in your local mirror too it should be the same routine04:23
intensehey gang, trying to dual-boot 12.04.3 and Win 8 on a G75VW Laptop; Win 8 Runs, but GRUB will not load; Here is my boot-repair dump: http://paste.ubuntu.com/6676492, any ideas?  Thanks in advance.04:23
universalglitsj16: in offline installation of ttf-mscorefonts-installer, we do -> echo ttf-mscorefonts-installer msttcorefonts/dldir string path/to/fonts | sudo debconf-set-selections then sudo apt-get install ttf-mscorefonts-installer and it installs all the fonts correctly so what I wanna find out is the command inplace of msttcorefonts/dldir04:24
[[thufir]]dovermo:   I wrote to amazon, and they said that they won't sell mp3's to canada -- so, when that changes, I'll be glad to download from amazon.04:25
universalglitsj16: if one disconnects from net then its all same and it will ultimately take the files from local mirror04:25
intenseboot-repair says that I have installed on sda6 a Linux version which is not EFI-compatible - but I am trying to use 12.04.3 which should be compatible, right?04:26
glitsj16universal: can you pastebin your /etc/apt/sources.list? the echo to set-selections seems rather hackish04:27
universalglitsj16: echo set-selections method is posted on askubuntu and ubuntuforums04:28
universalhttp://www.tiikoni.com/tis/view/?id=836751e glitsj1604:29
glitsj16universal: sure, but it doesn't seem to work for everything in your mirror .. or i completely misunderstand your situation04:30
=== AndresSM is now known as AndresSM_away
glitsj16universal: i would try to put all local mirror lines at the top of that file, so they have precedence .. after that run a sudo apt-get update and try to install something to double-check the local mirror is used04:32
universalwell for flashplugin-installer its echo flashplugin-installer flashplugin-installer/local string path/to/tarball | sudo debconf-set-selections then sudo apt-get install flashplugin-installer so again I think it depends on the 2nd command in echo line flashplugin-installer/local like msttcorefonts/dldir incase of ttf-mscorefonts-installer, apparently I figured out that the 2nd command is folder name of debs from ubuntu repos with loc04:33
universalglitsj16: ok I04:33
glitsj16universal: what i don't understand is why you would use that command if you have put the local mirror into the sources.list (which purpose is to be able to use apt-get as usual)04:34
universalglitsj16: ok I'll do that but I dont think its gonna be of any help coz I disconnect from net then do all this otherwsie the scripts will directly download tarball from their respective parent sites04:34
glitsj16universal: i think that is happening because your local mirror isn't having priority04:35
universalglitsj16: well you know that there are four types of repos, free, community maintained nonfree etc and proprietry so the debs are ok in local mirror but the fonts are in tarball like flash from adobe04:36
=== pacopad_ is now known as pacopad
glitsj16universal: i get that part, can't see a way round that by using a local mirror .. maybe you need to look into using apt-cacher-ng04:38
universalglitsj16: apt-cacher-ng ? throw some light04:39
glitsj16!apt-cacher-ng | universal04:39
glitsj16universal: that's a caching proxy server for software repositories04:40
glitsj16a central machine hosts the proxy for a local network, and clients configure their APT setup to download through it04:41
universalglitsj16: there is 2nd methos also -> sudo apt-get install package then sudo dpkg-reconfigure package which asks for path/to/tarball and then afterwards installs the package properly again but incase of ttf-mathematica4.1 its not happening04:41
universalwell if you can give it a try with both methods and apt-cache-ng, its only 3-4mbs in total with debs and tarball combined04:42
glitsj16universal: perhaps because ttf-mathematica4.1 is a dummy package, have you tried method2 with mathematica-fonts ?04:43
universalyes but nothing happening04:43
hydrianello all04:45
universalttf-mathematica4.1 is package name and mathematica-fonts is the name of the folder in ubuntu repos for its package files04:45
universalello hydrian04:45
cammylewisneed help setting up guys ... i cant partition04:46
Beldar!details | cammylewis04:47
ubottucammylewis: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."04:47
hydrianI'm trying to get 12.04 to work with my OpenLDAP for nss.  I'm using nslcd for ldap lookups.  It is partially working.04:47
universalglitsj16: if you want, I will transfer the local mirror files to you, give it a try04:47
glitsj16universal: i'm obviously not being of much use for this issue04:48
oaulakhanyone know something about how to install aircrack?04:48
oaulakhon ubuntu04:48
hydrianIf I do a general 'getent passwd' everything works great.  If I do a 'getent passwd USERNAME' I get nothing.04:48
rwwoaulakh: install the "aircrack-ng" package from your preferred package manager (e.g. sudo apt-get install aircrack-ng)04:48
hydrianI know that there are valid entries.04:49
glitsj16universal: i get better than in the beginning what your problem is, but unable to come up with anything usefull :)04:49
cammylewisI have a problem with partioning drives - running 13.10 -im not sure how to do it04:49
oaulakhi install it but its not working exactly that one in backtrack04:49
hydrianoaulakh: I would just install Kali in a VM.  Many of those type programs need low level changes that often break normal usage.04:51
Beldarcammylewis, Can you be more specific, for example what is installed now, and it's release, and what you want to install or do with the partitioning.04:51
rwwyep. kali in a VM or liveusb would be my preference too, personally04:51
intensehey gang, trying to dual-boot 12.04.3 and Win 8 on a G75VW Laptop; Win 8 Runs, but GRUB will not load; Here is my boot-repair dump: http://paste.ubuntu.com/6676492, any ideas?  Thanks in advance.04:51
glitsj16universal: this might shed some light on apt-cacher-ng --> http://www.distrogeeks.com/install-apt-cacher-ng-ubuntu/04:52
oaulakhis it means i cant use this in ubuntu?04:52
rwwoaulakh: you can, but it's obviously not going to work the exact same way as in backtrack or kali04:52
rwwand most of the instructions online for doing that sort of thing use backtrack or kali, for fairly obvious reasons04:53
hydrianoaulakh: You can, but it will probably take more than the normal time to configure.  Also you may break other programs in the process.04:53
cammylewisin basic terms -while installing i cant install alongside win 7 so i have to partition room for ubuntu and im not sure how to do it04:54
oaulakhohh god04:54
oaulakhthen i think, i should not use04:54
oaulakhthis04:54
Beldarintense, I would post that here. http://ubuntuforums.org/showthread.php?p=10871917#post1087191704:54
hydriankali / backtrace has most / all of quarks fixed for you.04:54
Beldarcammylewis, Can you open gparted on ubuntu and take a screenshot of it and imagebin it?04:55
intenseok thanks Beldar04:55
Beldarintense, It looks like you made a msdos install on a HD that has been a gpt at one time, looks a bit messy is all.04:56
universalglitsj16: I wanna find out that 2nd command in echo line and then it should install fine....msttcorefonts/dldir incase of ttf-mscorefonts-installer with msttcorefonts being folder name of ubuntu repo and flashplugin-installer/local incase of flashplugin/installer with same name of folder in ubuntu repos04:56
hydrianoaulakh: Use the right tool for the job.  Ubuntu is a great desktop and general server OS.  It is not meant to be a security pen test kit.04:56
oaulakhhttp://paste.ubuntu.com/6676661/04:56
oaulakhokkk04:56
intenseBeldar: I am going to reinstall from scratch - any idea if there is a good step-by-step out there?04:56
shade_clear04:57
CosmikDanielYou all work for Brother Miguel, so that you may keep me his.04:58
Beldarintense, I would post that boot info and ask that question there, you have a HD with a gpt partition table, so its not real complex, however there are those focused exactly on this there.04:59
CosmikDanielhi04:59
sec_what does "wget -qO -" do?04:59
intenseThanks Beldar, will do.04:59
CosmikDanielhi04:59
pylearnerwhat is the best deal online for a mining rig currently i want to mine but dont want to get ripped off04:59
rwwsec_: hides error and info output, and puts the thing it downloads in standard output04:59
rwwpylearner: mining is going to rip you off regardless of what you get right now05:00
sec_rww: thanks.05:00
CosmikDanielYou all work for Brother Miguel, so that you may keep me his.05:00
rwwCosmikDaniel: Hi, welcome to #ubuntu, the technical support channel for Ubuntu. How can we help today :)?05:01
apb1963CosmikDaniel: Brother Miguel owes me backpay.05:01
pylearnerrww it just seems like it takes big money up front but you can roi in 3 months05:03
ApteryxCould someone test something related to the bluetooth applet for me?05:03
pylearnergood ol days are gone and one does have to subscribe to big business and asics i just got into this too late obviously05:04
ApteryxI'm trying to see if I am facing a hardware specific problem or just a general bug05:04
rwwpylearner: you can't ROI in 3 months. go look up a mining calculator and see how much money you'll make even assuming difficulty stays the same (which it won't)05:04
rwwpylearner: anyways, this isn't really on-topic for this channel. Try joining #bitcoin-mining :)05:05
michael__Hello05:08
pylearnerhardware breakeven 82 days05:08
michael__When I run the command 'parted -s test.img "mkpart fat32 2s -1s"', I get the error 'parted: invalid token: fat32'.05:10
michael__However, help mkpart lists fat32 as one of the options for that field05:10
michael__Anyone know what I'm doing wrong?05:11
CosmikDanielYou all work for Brother Miguel, so that you may keep me his.You all work for Brother Miguel, so that you may keep me his.05:11
ctomgoI have installed libdvdcss/restricted extras but still cant play lots of dvd isos  what am i missing?05:11
michael__ctomgo, there's a script you have to run after installing.05:12
michael__I don't remember what though05:12
ctomgoi did that05:12
elkyCosmikDaniel: brother miguel asks that you not discuss this here.05:12
ctomgoand rebooted05:12
ctomgofor the libdvdcss part anyway05:12
elkyCosmikDaniel: he also asks that you leave the channel if you cannot abide bu the channel's guidelines05:12
ctomgoinstall-css.sh05:13
CosmikDanielok elky05:13
CosmikDanielbithc05:13
ctomgo:/05:14
Punkwarshola05:14
ctomgomichael What was your problem? I didnt see the first part05:14
Punkwarsalguien me lee por ahi ???05:14
ctomgohello punkwars, no hobla05:14
=== pacopad_ is now known as pacopad
michael__When I run the command 'parted -s test.img "mkpart fat32 2s -1s"', I get the error 'parted: invalid token: fat32\nError: Expecting a partition type.'.05:14
michael__However, help mkpart lists fat32 as one of the options for that field05:14
Punkwarshola05:16
Punkwarsalguien me lee???05:17
somsip!es | Punkwars05:17
ubottuPunkwars: 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.05:17
somsipor maybe !pt05:17
ctomgono clue05:17
ctomgoi just want to watch dvd rips ;/05:18
michael__ctomgo: Are they already copied?05:18
ctomgoyes05:18
ctomgoavi mpeg   what not05:19
michael__ctomgo: Did you copy them or someone else?05:19
ctomgooh and .wmv05:19
ctomgosomeone else05:19
Punkwars#ubuntu-es05:19
ctomgolots of random people :P05:19
somsipPunkwars: /join #ubuntu-es05:20
michael__ctomgo: Did you download them from the publishers website, or get from a friend?05:20
michael__ctomgo: Also, css encryption is only on the optical disk05:20
ctomgoI used a really great program called Transmission to recover them from my own personal cloud storage solution called torrents >;)05:20
ctomgomichael__, I was starting to gather that but went through with anything off ubuntu site for playing dvd/video05:21
somsipctomgo: so what are you trying to play them with?05:22
ctomgoparole vlc xine05:22
michael__ctomgo: How are you attempting to play them? In my experience, the video player included with ubuntu didn't work for videos longer than a few minutes05:22
ctomgoanything at this point05:22
michael__I use smplayer to play videos05:22
somsipctomgo: use vlc. That's it05:22
ctomgoThat was my first stop05:23
=== Guest63725 is now known as cjpcjp
somsipctomgo: dragging details from you is real tedious. What problems are you actually having05:23
=== zz__gypsy_ is now known as _gypsy_
ctomgooh, sorry. Ill just keep searching.  Thanks for the though though.05:23
michael__When I run the command 'parted -s test.img "mkpart fat32 2s -1s"', I get the error 'parted: invalid token: fat32\nError: Expecting a partition type.'.05:24
ctomgo+t05:24
michael__However, help mkpart lists fat32 as one of the options for that field05:24
michael__Ok, I figured out the solution for my problem.  The documentation included with the program appeared to be wrong05:26
ctomgomichael__, mkpart part-type [fs-type] start end05:27
ctomgoyou have to have the part type before fat32 dont you?05:27
ctomgoor does it default? :p05:27
somsipmichael__: the manual here suggests a part-typoe is required with mkpart. Maybe you got mkfs and mkpart command mixed up?05:27
CosmikDanieli have a question about freenode?05:27
CosmikDanielwhat is its primary purpose?05:27
CosmikDanielis it for software dev?05:27
somsipCosmikDaniel: go to #freenode please05:28
rwwCosmikDaniel: yes05:28
rwwCosmikDaniel: or more generally, peer-directed project coordination05:28
ctomgoand sharing rice crispy recipes05:28
michael__The documentation in my copy doesn't seem to include the part-type field05:28
CosmikDanielhmm05:28
michael__It works with that added.05:28
somsipmichael__: http://linux.die.net/man/8/parted05:29
oaulakhhow to install finalterm in ubuntu?05:30
oj16no idea05:30
somsipoaulakh: http://linoxide.com/ubuntu-how-to/install-finalterm-terminal-emulator-ubuntu/05:31
somsip!ppa | oaulakh (but bear this in mind)05:31
ubottuoaulakh (but bear this in mind): A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge05:31
ctomgoyou can get it from git also05:31
somsipctomgo: equally unsupported05:32
michael__Is ubottu a bot?05:32
oaulakhok05:32
somsipmichael__: yes05:32
oj16but third party ppa provide latest update05:32
oaulakhhow?05:32
somsipoj16: they usually are. they're still not suported here05:32
michael__How is ubottu used?05:32
somsip!brain | michael__05:33
ubottumichael__: Hi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots05:33
oaulakhis there any easy like apt-get05:33
oj16try aptitude its better than apt-get05:34
somsipoaulakh: official blog suggest PPA only http://blog.finalterm.org/05:34
somsip!aptitude | oj1605:34
ubottuoj16: 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.05:34
oaulakhis there any easy way like apt-get to install finalterm05:34
somsipoaulakh: just answered that one. Please wait a while before repeating requests05:34
Angel_of_Sorrowhi guys05:35
ctomgohi05:35
oj16hi05:35
michael__hi05:35
=== dziegler_off is now known as dziegler
Angel_of_Sorrowdoes ubuntu still ship with "Unity"?05:36
oj16yeah05:36
somsipAngel_of_Sorrow: yes. It's the default WM/DE05:36
Angel_of_Sorrowwhat do you think of it?05:36
michael__Unity is aweful05:36
Angel_of_Sorrowyeah05:36
oj16gnome is better05:36
Angel_of_Sorrowi was wondering....does it work on tablets?05:37
Angel_of_Sorrowcause id consider buying one if it did05:37
somsipAngel_of_Sorrow: you need to look at #ubuntu-touch for that05:37
michael__tablets are the reason for unity05:37
somsip!touch | Angel_of_Sorrow05:37
ubottuAngel_of_Sorrow: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch support and discussion in #ubuntu-touch05:37
oj16unity is developed for phones and tablets05:37
Angel_of_Sorrowi thought the standard ubuntu release would work on touch devices. as you said that's what it was made for.05:38
Angel_of_Sorrow?05:38
somsipoj16: unity was developed first for laptops. It's now the default DE for all Ubuntu05:38
somsipAngel_of_Sorrow: no. It's still in development. Look at the links provided to learn more.05:38
Beldaroj16, Can you not make mindless comments this is support.05:38
michael__Angel_of_Sorrow: it's *designed* for tablets05:38
Angel_of_Sorrowthx som05:38
somsipmichael__: see my comment above ^^05:38
JNewton344Hello all05:39
somsipAngel_of_Sorrow: np. Not trying to push you out of here, just trying to keep this on the topic of suport-only :)05:39
michael__somsip: I have like 5 seconds of lag on my end05:39
somsipmichael__: fair enough05:39
lotuspsychje13.10 supports tablets too, so i hear..05:39
oj16is there any way to use gnome latest in ubuntu 12.0405:40
=== pacopad_ is now known as pacopad
somsipoj16: depends what you mean by "latest". Take a look at !gnome (or !gnome-desktop)05:41
ctomgooj16, sudo add-apt-repository ppa:gnome3-team/gnome3   might help05:41
oj16i mean 3.805:42
somsip!info gnome precise05:42
ctomgothat is the repository for it05:42
ubottugnome (source: meta-gnome3): The GNOME Desktop Environment, with extra components. In component universe, is optional. Version 1:3.0+6ubuntu3 (precise), package size 2 kB, installed size 51 kB05:42
somsipoj16: hmmm. NOt so helpful. You might be looking at a PPA like ctomgo suggests, but you won't get support here for that05:43
ctomgoif you use that repo and install gnome desktop it will grab the absolute newest one05:43
=== kevin is now known as Guest79554
=== dziegler is now known as dziegler_off
somsipctomgo: actually, the home page suggests that 3.4 is available for 12.04 https://launchpad.net/~gnome3-team/+archive/gnome305:45
ctomgooops.05:46
somsipoj16: either way, someting like gnome-desktop will pull in a lot of dependencies that may or may not play nicely with the rest of your system. It's a big thing to use a PPA for. Be warned.05:46
Angel_of_SorrowYou all work for Brother Miguel, so that you may keep me his.05:47
=== knightshade2 is now known as knightshade
michael__Angel_of_Sorrow: Who is Brother Miguel?05:48
srikwitHello05:49
michael__Hi05:49
oj16what is difference between gnome shell and gnome desktop environment, with extra components05:50
michael__for one, One is a lot bigger than the other05:50
oj16yeah05:50
=== Mars is now known as Guest12217
=== _gypsy_ is now known as zz__gypsy_
oj16which one is better celestia or stellarium05:52
michael__oj16: I think that gnome shell is just the necessary parts, such as the desktop, and the big one contains gnome shell, a calculator, several games, et al05:52
somsip!best | oj16 (try each and decide for yourself)05:54
ubottuoj16 (try each and decide for yourself): Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots.05:54
oj16my middle mouse button has stop working in ubuntu from last 2 days any cause for that05:55
oj16yo homie05:55
somsipoj16: can you test it in another PC?05:55
oj16i have dual booted my pc with windows 7 and it working in it05:56
somsipoj16: and does it work in windows?05:56
oj16yeah05:56
Guest79554Is there a general way of uninstalling applications in Ubuntu?05:57
somsipoj16: have you made any upgrades or installed anything new in Ubuntu in the last few days?05:57
somsipGuest79554: do you prefer GUI or command line?05:57
lotuspsychje!purge | Guest7955405:57
ubottuGuest79554: To purge all removed but not yet purged packages, use the following command: dpkg -l | awk '/^rc/{print $2}' |  sudo xargs dpkg -P05:57
Guest79554I would like to know the command line version05:57
somsiplotuspsychje: not really the best one for his needs I think05:57
somsipGuest79554: sudo apt-get remove {package}, or sudo apt-get purge {package} to remove config files too05:58
Guest79554ahhh ok thank you05:58
somsipGuest79554: np05:58
Guest79554is there a way to get a dump of the correct naming of all applications?05:58
oj16yeah some apps05:58
somsipGuest79554: oh. Purge might not remove manually added conf files, like those in ~/ that you've amended05:59
Angel_of_SorrowYou all work for Brother Miguel, so that you may keep me his.05:59
somsipGuest79554: use tab, or dpkg --get-selections05:59
rwwAngel_of_Sorrow: I don't think that's a good support question. Would you mind rephrasing?05:59
Guest79554anyone know what whoopsie is?06:00
somsip!info whoopsie06:01
ubottuwhoopsie (source: whoopsie): Ubuntu error tracker submission. In component main, is optional. Version 0.2.24.1 (saucy), package size 25 kB, installed size 110 kB06:01
Guest79554thnx06:02
ubuntutiscan anybody help me im installing a new theme and i get a message saying that the directory is locked06:04
somsipubuntutis: what command are you using?06:04
ubuntutisfor what the theme?06:04
somsipubuntutis: to install it. Or how are you trying to install it?06:05
ubuntutiswell first i used a ppa then then sudo apt get update06:05
somsip!ppa | ubuntutis (sorry)06:06
ubottuubuntutis (sorry): A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge06:06
somsipubuntutis: but try 'sudo apt-get update' for a start. Note the hyphen06:06
lotuspsychjeubuntutis: whats your ubuntu version?06:06
ubuntutis12.04 lts06:06
cem_hi all! i allways apreciate what you are doin here and i will ! thanx ubuntu team i love ubuntu!06:08
cem_im using ubuntu for 2 months and i installed it old 80gb hdd.06:08
cem_my file system is %41 full and my ubuntu got slowed06:09
cem_im using realtime kernel and using ubuntu studio module on 13.10 saucy06:09
somsipcem_: unless your drive is riddled with bad blocks, the slowness should not be down to disk usage06:10
cem_is it normal to my machine get slow? or a hdd  disastear comming soon?06:10
somsipcem_: 1) not in my experience, 2) certainly worth running some diagnostics to investigate more06:10
cem_what should i do?06:10
somsipcem_: 2)06:10
cem_:D ok. im stranger in linux world which diagnostic programs should i use06:11
cem_?06:11
somsipcem_: Maybe this page will provide a starting point https://help.ubuntu.com/community/Smartmontools06:12
somsipcem_: there might be something in Disk Utility too. Check this (scroll down a bit) http://askubuntu.com/questions/317241/can-i-use-ubuntu-to-diagnose-hard-drive-or-ram-problems-in-windows06:13
cem_thanx somsip i start to doing06:13
=== Thor|Away is now known as Thorium220
Ubuntu_UserI got an sound issue in Ubuntu where I can hear the logon sound but once I login there is no sound.06:13
Ubuntu_UserI can see the sound card and when I click test sound, there is no sound either.06:14
cem_and also im playing dota in linux.  maybe it is the problematic part? any dota player?06:14
=== dziegler_off is now known as dziegler
Ubuntu_UserHow do I go about troubleshooting this issue? My laptop also has a hdmi port. I am wondering if sound is being sent to hdmi port.06:14
helpmehi guys ,im new in linux commands , i'm trying to connect to mysql , but i recieve the following error "ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)"06:15
helpmecan u help me please , what i should do ?06:15
hawkeeyHi, I'm on 12.04 and I am having trouble with fglrx newer than 8.960. Specifically, trying to play games via wine results in a black screen.06:17
lotuspsychje!sound | Ubuntu_User06:18
ubottuUbuntu_User: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings.  If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files,  see !players and !mp3.06:18
hawkeeyCan anyone help me to diagnose fglrx issues?06:18
hawkeeyWhat video card is recommended for Ubuntu? Nvidia or AMD ?06:21
somsiphawkeey: a thread that may be useful http://is.gd/pSMBeH06:23
helpmeguys , anybody can help me with this error ? ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)06:24
somsiphelpme: is mysqld running?06:24
helpmeits won't06:24
somsiphelpme: check /var/log/mysql/error.log and try to start it. See if you get errors06:25
helpmethere is no error.log in this path06:27
somsiphelpme: what version of ubuntu/mysql?06:27
lotuspsychje!info webbrowser-app06:28
ubottuwebbrowser-app (source: webbrowser-app): Ubuntu web browser. In component universe, is optional. Version 0.22+13.10.20131011.1-0ubuntu1 (saucy), package size 620 kB, installed size 1690 kB06:28
hellyeahhey06:28
helpme12.0406:28
hellyeahwhat is that error about http://dpaste.com/1533217/ how can i fix it06:28
helpmesomsip06:28
somsiphelpme: and what version of mysql?06:29
=== zero is now known as Guest87266
somsip!aptitude | hellyeah06:29
ubottuhellyeah: 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.06:29
somsiphellyeah: the relevant bit is the multiarch error you have in your output06:29
hellyeahyes06:30
hellyeahi should avoid using aptitude?06:30
rwwhellyeah: why don't you have debconf installed?06:30
somsiphellyeah: it's recommended to use apt-get and to run with sudo, not as root06:30
hellyeahi installed ubuntu yesterday06:30
hellyeahi used sudo -s06:30
hellyeahrww:  i installed ubuntu yesterday06:31
helpmesomsip : 5.106:31
somsiphellyeah: which is running as root, not with sudo. Sometimes it's necessary, but best only to do it when you must06:31
somsiphelpme: current should be 5.5. Check your /etc/mysql/my.cnf and enable the error log if you need to. Then you can see why it isn't starting up properly.06:31
helpmeubuntu :12.04 and mysql 5.106:31
hellyeahsomsip:  http://dpaste.com/1533220/06:32
helpmewhich line enabling the error log ?06:32
hellyeahi dont have debconf package is that even possible?06:33
somsiphellyeah: looks to my untrained eye like you need to config multi-arch. I believe this is a consequence of mixing aptitude and apt-get.06:33
hellyeahsomsip:  what should i do?06:34
somsiphelpme: edit it and see if you can find it yourself.06:34
hellyeahreinstall ubuntu06:34
hellyeah?06:34
kate_rhi06:35
kate_rdoes anyone know how to use curl to store a binary data in the body of the request?06:35
hellyeahpls tell me something06:35
=== zz__gypsy_ is now known as _gypsy_
mrhai0811join archlinux06:36
hellyeahwhat06:37
apollojusticejames avery is kill :(06:37
hellyeahmy system is broken?06:37
somsiphellyeah: I doubt it. You may need to look into dpkg-reconfigure06:38
hellyeahdpkg-reconfigure -a you meant06:38
somsipkate_r: man cure, but it's --data-binary @{filename}06:38
somsiphellyeah: if you want to use the -a flag with it, go for it.06:39
kate_rsomsip, i've just figured it out. i needed to make the content-type explicit as well06:39
somsipkate_r: that's proably in the man too06:39
somsipkate_r: I meant, man curl earlier. Typo...06:39
michael__Is there a way I can restart the unity laucher without closing anything else?06:41
helpmesomsip , #log-bin = var/log/mysql/mysql-bin.log -> log-bin = var/log/mysql/mysql-bin.log ... its correct ?06:42
somsipMike9863: http://is.gd/xCR4EY06:42
somsiphelpme: no, that's the log bin. Look for log_error06:42
hellyeahsomsip:  it seems i removed some files i shouldnt delete06:42
hellyeahis there a way to fix apt06:42
somsiphellyeah: oops. That'll break stuff :-/ Try repairing? Searches for 'apt-get repair' give loads of results but I'd only be filtering for you as I have no idea myself06:43
hellyeahhmm06:44
helpmei dont see log-error :( ?06:44
helpmesomsip06:44
somsiphelpme: log_error. Difficult as you are using an old version of mysql. This guides you, but I don't know if it will work with your version http://is.gd/1NrLRB06:46
=== Mars is now known as Guest37015
Biomechdhey guys, my rhythmbox has been crashing and freezing lately with no warning for no apparent reason. here's a terminal output after deciding to run it from the command line to get an output: http://www.pasteall.org/4840006:50
Gallomimiadamn. i thought there would be a new version of this driver :/06:50
cem_SMART Self-test log structure revision number 106:51
cem_do i have e error?06:52
somsipBiomechd: any recent updates to rhythmbox?06:52
Biomechdsomsip: if so, they would've been part of the normal system updates that pop up on pretty much a daily basis.06:54
somsipBiomechd: all searches lead to 1) it's a specific album, 2) remove your ~/.local/share/rhythmbox folder, 3) remove and reinstall06:55
somsipoh. $) it's a specific plugin06:55
somsiper..4)06:55
somsipBiomechd: which all reads like it's a bit flakey to me06:55
helpmesomsip , i followed the steps , but if mysql won't run , so how can i see the errors ?06:57
helpmemysql won't start :(06:57
somsiphelpme: try /var/log/syslog then06:57
somsiphelpme: but if it starts at all, it should create a log at the location pointed to by log_error in the cnf file06:58
michael__My launcher is only half on the screen07:02
cpt_othelloHello07:04
michael__Hi07:04
cpt_othelloSo i've been trying for the past few days to see if I could make a partition of  my external work as a bootable live usb. just about to pull out my hair. is it even possible or am I grasping at straws trying to get it work? Also, is there another name for live-helper? can't seem to find the package07:06
michael__cpt_othello: details?07:06
michael__My launcher is only half on the screen07:06
cpt_othellomichael__, what can i get you?07:08
theadmincpt_othello: Partition? Not as live. But you can install Ubuntu to it.07:09
theadmincpt_othello: Just like you install to a regular hard drive.07:09
Guest79554When calling dpkg --get-selections.  Because the list is rather long, is there a way to produce a report of it in segments?07:12
Guest79554for ease of navigation and view07:12
theadminGuest79554: dpkg --get-selections | less?07:12
Guest79554aha thank you07:13
theadminGuest79554: Or save it to a file: dpkg --get-selections | tee filename07:13
Guest79554right07:13
Guest79554thank you07:13
cpt_othellotheadmin, I'm just trying to get it to boot so I can put it on the other internal hdd. Got two in here and am trying to avoid having to burn a disk or scrounge for an extra usb07:13
q0I can't find anything on web about the browser "links" not showing images.07:13
Wiz_KeeDhello guys07:13
q0how do you google something like this ? it just gives irrelevant results07:14
q0and how do i troubleshoot this, it doesn't look like it's terminal's capability fault07:14
q0or something equally interesting07:14
q0any help apprecaited07:14
theadmincpt_othello: Oh... Hm... What OS does the PC currently run?07:15
theadmincpt_othello: You may be able to use QEmu to install to the hard drive if it's a Linux.07:16
theadmincpt_othello: (or, for that matter, you can boot the ISO with Grub)07:16
cpt_othellotheadmin, windows 7. gotta keep a windows version on here for work and school07:16
aeon-ltdq0: can't render images on a browser? i'm not entirely sure what you're describing, but a screenshot and forum post might be better than waiting on irc07:16
theadmincpt_othello: Eh, I just keep Windows in Virtualbox for those purposes. So much less hassle.07:16
aeon-ltdq0: the browser 'links' or hyperlinks(on a webpage)?07:17
q0the browser links07:17
aeon-ltdq0: you might need a framebuffer addon or something07:17
q0but it shows with calibration07:17
aeon-ltdq0: check options if it's disabled?07:18
cpt_othellotheadmin, yeah i've been pudging around on centos in a vm to see if it would work that way. I'll check out QEmu.07:18
theadmincpt_othello: It won't work from Windows... But, on Windows you *can* use Virtualbox to install to another HD07:19
cpt_othellotheadmin, tried to follow a tutorial i saw on the ubuntu forum but for some reason i can't seem to find the lh_* commands07:19
cpt_othellotheadmin, yeah i'll look into that. likely will just do it. tired of this partition07:20
GFXTamertheadmin: How is VMWare compared to VirtualBox is it any better?07:20
theadmincpt_othello: Do: "C:\Program Files\VirtualBox\vboxmanage.exe" internalcommands createrawvmdk -rawdisk \\.\PhysicalDrive0 -filename C:\raw.vmdk07:20
theadmincpt_othello: Then load up the VMDK in Virtualbox as a hard drive. That will let you install to your *second* hard drive directly.07:21
theadmincpt_othello: Well, that is, don't use the one Windows is on.07:21
cpt_othello:p07:21
theadmincpt_othello: Numbering starts with 0, so second drive would be \\.\PhysicalDrive107:21
theadminGFXTamer: I haven't used VMWare much. Can't say I ever had any problems with Virtualbox though, works greatly for everything I tried.07:21
cpt_othellotheadmin, thanks i'm getting on that now. ...what's VMDK?07:22
theadmincpt_othello: Eh, file format07:22
theadmincpt_othello: Some disk image. Don't know what exactly it stands for, that doesn't really matter :D07:22
vbgunzcan anyone recommend a simple, out of the way method to read-only (not write) ext4 from windows 7?07:23
john_ramboI am using Fedora ........ Yesterday for troubleshooting reasons I booted from the Ubutu live cd and found that fedora has set file permissions in my home folder in such manner that I cant access those files from the live cd. I guess SELINUX has something to do with this .........My question is how do I prepare my existing nome folder for Ubuntu installation ?07:23
Guest79554I think sometimes that VirtualBox stalls my Ubuntu when booting down#07:23
cpt_othellotheadmin, wait do I literally type in "\\.\PhysicalDrive0"?07:24
cpt_othelloer07:24
cpt_othelloPhysicalDrive107:24
theadmincpt_othello: Yes.07:24
cpt_othellois there a way to check my drive numbers?07:24
theadminvbgunz: http://sourceforge.net/projects/ext2read/07:24
=== Jw_ is now known as Guest88516
cpt_othellotheadmin, is there a command to check my drive numbers?07:24
vbgunztheadmin: sounds good07:24
theadmincpt_othello: Muh. Go into the Windows partitioning tool ("Volume Management" in Computer Management in Administrative Tools)07:25
cpt_othellolols07:26
cpt_othellolooks like it is disk007:26
cpt_othelloclose one07:26
cpt_othellothanks07:26
Guest79554There must be a better way to create a small partition with Ubuntu 13.1007:30
Guest79554I find that windows provides better means to create partitions07:31
somsipGuest79554: have you tried gparted? It's fairly simple07:32
Guest79554Dont like gparted not "safe" enough07:32
Guest79554Must be another application07:33
Guest79554I dont see many options also with gparted07:33
Guest79554I always have to unmount which I dont like07:34
somsipGuest79554: you prefer to repartiion a drive while it's mounted? Er...07:34
Guest79554Sure you can do it in Windows easily and siccessfully07:34
theadminNope07:35
Guest79554Creating partitions in Windows is a breeze07:35
theadminGuest79554: Most partitioning tools in Windows automatically unmount the drive07:35
theadminWell, the partition they work on, anyway07:35
Guest79554Yes but not here you have to manually do it leaving a noobie a difficult question to ask07:35
Guest79554Thats why I dont like Gparted07:35
Guest79554I must first unmount the main drive and the create a partition on it.  If I do that how am I going to continue using the OS?07:36
Guest79554Wont the system shutdown?07:36
theadminGuest79554: You can't unmount the drive the OS is installed on.07:36
somsipGuest79554: you boot from something else, like a live CD or a GParted boot cd07:37
Guest79554Yes, so how am I going to create a partition then?07:37
theadminGuest79554: You can't unmount the drive the OS is installed on.07:38
theadminGuest79554: So, use a livecd.07:38
Guest79554I have 75 Gbs ofdrive space Unused from 300gb Main Drive.  I would like to create a small partition from the 75Gbs like 40Gbs.  How do I go about this?07:39
Guest79554THere u go07:39
Guest79554I have to exit the OS and then load up into Live and then create a partition#07:39
Guest79554I dont have to do that Windows07:39
=== Mars is now known as Guest11816
theadminGuest79554: Your opinions don't matter. That's how you do it in Linux, and that's it.07:40
Guest79554lol07:40
Guest79554I'll rememeber that07:40
theadminGuest79554: Sadly, yes, Windows partitioning tools... well... they are in some ways easier and better.07:40
theadminEh well.07:40
=== Guest87266 is now known as Niknm
theadminGuest79554: But please refrain from flooding the channel with "Windows X is better", as that's unrelated to support.07:41
=== Niknm is now known as Nicnm
Guest79554I was making a fair OS comparison with regards to a legitimate topic07:41
Guest79554regarding Partitions07:42
somsipGuest79554: and the point has been made and accepted. Time to move on...07:42
theadminGuest79554: ...well, this is a support channel. It's intended to help you do things, not general chat or OS comparisons.07:42
Guest79554Your comment is unwarranted07:42
Guest79554It was not a general chat it was the direction of debate from a legitimate starting point07:42
theadminGuest79554: If you need help partitioning, I'd gladly help you do it.07:42
Guest79554I requested assitance in partitioning my drive using Ubuntu07:43
Nicnmiv noticed while working on a win par that it didn't really use the whole hdd just where the data was stored... may have been the owner tho07:43
cpt_othelloholy crap i hope i did this right....07:43
Guest79554you suggested Gparted07:43
Guest79554I criticised it supporting that criticim with facts from my Windows experiences07:43
theadminGuest79554: Right. Boot an Ubuntu LiveCD and run GParted from there if you need to manipulate the system drive.07:43
Guest79554therefore the disscussion is permissible within this chat07:43
somsipGuest79554: but this bickering is not. Come on. Call an end to it07:44
Guest79554So I think i'll report you for bullying and controlling within a chat room07:44
theadminGuest79554: That's the only way to do it. Infact, what Windows partitioners do is inject a thing in the Windows bootloader that loads on the next reboot and does the resize, similar to how you'd use a LiveCD. Soo.07:44
Guest79554By dictating incorrect rules07:44
Guest79554bye07:44
=== yannick is now known as Rachel26
Guest79554Still cant parition in Linux07:45
theadminGuest79554: Can, just need a livecd.07:45
Nicnmanyone know how know how to make files unmoveable?07:45
=== macaddino is now known as alb
Guest79554With great difficulty hence my statement about windows being alot easier07:45
Guest79554Worse than Iraq in here lol07:46
theadminNicnm: Uh. The only feasible way would be to remove the write permission on them.07:46
=== alb is now known as Guest14161
theadminNicnm: But that would also make them "unchangeable".07:46
=== Guest14161 is now known as macaddino
Nicnmyea... im noticing07:46
Guest79554Were are talking Ubuntu we are talking Computing we are talking relevant topics to relevant subjects and still these Chat Room Nazis are bullying and controlling07:47
somsip!ot | Guest7955407:47
ubottuGuest79554: #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!07:47
Guest79554Incredible07:47
theadminGuest79554: The only thing relevant here is support.07:47
Guest79554its no wonder Linux is falling behind07:47
Guest79554This is like the worst Chat Room i've ever been in07:47
Guest79554Like a Prison07:47
Nicnmonly you can leave07:48
theadmin!ops | Guest79554 please remove kebab07:48
ubottuGuest79554 please remove kebab: Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici,  jpds,  gnomefreak, bazhang,  Flannel, ikonia, maco, h00k, IdleOne, bkerensa, nhandler, Jordan_U, DJones or k1l!07:48
Guest79554"Sir can I talk about how easier it is to parition in Windows?"07:48
Guest79554Please please please pretty please07:48
thom_rNO07:48
Nicnmthey see me trollin, they hattin07:48
Guest79554Is this America?07:48
Guest79554I bet it is07:49
Guest79554You from Ohio?07:49
Nicnmdepends07:49
thom_rI don't think everyone here is from America07:49
Nicnmwe could be in the UK07:49
Nicnmor the ussr07:49
Guest79554"John Spartan you have violated blah blah blah07:49
theadminFrom all over the world, basically.07:49
Nicnmyep07:49
Flannel Hi Guest79554.  Can you please help keep this channel on-topic (which is Ubuntu technical support)?  Please take discussions and general chit-chat to #ubuntu-offtopic, thanks.07:49
Guest79554I said my piece07:50
Guest79554Thank you Ubun-not able to partition without liveCD-tu07:50
=== JoFo_ is now known as JoFo
thom_rI don't understand how hard it is to partition something in Ubuntu. Oh well.07:51
=== kevin is now known as Guest45898
Guest45898I agree with him tho paritioning is a real pain with Linux07:52
Nicnmstupid question, changing the folder to root would that keep the files from moving?07:53
theadminNicnm: Ownership? Yes, but it'd also stop regular users from writing to it.07:53
Nicnmchanging folder owner to root*07:53
Nicnmwhat about sub dir?07:53
Guest45898I guess thats why they give you the options in the begining during the installation, but demands change07:53
theadminWell, boot an Ubuntu CD and run GParted from it... It's easy enough.07:54
theadminWell, DVD, considering.07:54
Guest45898Yes I too would like not to have to always log out of Ubuntu and load up a live CD just to make a parition07:55
Guest45898That means I have to keep a LiveCD or USB with me at all times07:55
helpmeguys , my databse was working fine , then i tried to importat new data to mysql , after that i could not connect to mysql again , my server is ubuntu , when  i try to connect i get the following error "error:2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock (2)"07:55
somsiphelpme: so, did you get that error log yet?07:55
helpmeit was working fine , what is the problem please?07:55
Nicnmcool thanks for dealing with that stupidity07:55
helpmesomsip , i went to syslog , i dont see anything related07:56
somsiphelpme: when you restart the mysql service, what happens? What command do you use?07:56
Gallomimiai've installed kernel 3.12 by advice in this channel, but i'm missing one of the 3 parts of it. now trying to install a graphics driver on top of it is failing... any suggestions?07:56
=== skramer__ is now known as skramer_
GallomimiahitsujiTMO: maybe we can finish up what i was working on before you left for NYE festivities?07:58
hitsujiTMOGallomimia: whats output sudo apt-get -f install07:58
Gallomimiaremove kernel 3.1207:58
Gallomimiauh, just headers07:58
hitsujiTMOGallomimia: can you pastebin the output of: dpkg --get-selections | grep linux-07:59
Gallomimiahttp://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/ only has 2 of the needed 3 .deb's07:59
hitsujiTMOGallomimia: you're prob missing http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/linux-headers-3.12.0-031200_3.12.0-031200.201311031935_all.deb then08:00
Gallomimiahttp://paste.ubuntu.com/6677156/08:00
john_ramboI just erased Fedora and installed Ubuntu. After installation I wasnt able to login to my account coz I am using the existing home folder and there must be some file permission problem. SO i logged in as guest and created another account but problem is that is account is not part of the sudo .....WHat to do ?08:00
Gallomimiayikes. i have some autoclean to do :/08:00
hitsujiTMOGallomimia: yup: missing http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/linux-headers-3.12.0-031200_3.12.0-031200.201311031935_all.deb08:01
helpmesomsip , for example when i write this command  service mysqld status  i see unrecognized service08:01
Gallomimiaoh. duh. i install that08:01
somsiphelpme: so what happens when you try to start the service. What command do you use?08:01
helpmeservice mysqld start08:02
helpmesomsip08:02
Gallomimiaokay that's a reboot... i wait08:02
somsiphelpme: why are you not using 'sudo service mysql start' ?08:02
helpmehob failes to start , i already tried it08:03
helpme"job falies to start "08:03
helpmesomsip08:04
Gallomimiasounds like an indicator that something is wrong08:04
somsiphelpme: both times you have pasted the command you use, you have type 'service mysqld'. It's not. It's 'service mysql'. Are you typing this correctly?08:04
Gallomimiaconf bad perhaps?08:04
helpmei tried both , im new in linux commands08:04
GallomimiahitsujiTMO: next i will run this: amd-driver-installer-radeon-hd7790-12.101.2.1-linux-x86.x86_64.run ||| does this sound wise to you?08:05
theadminGallomimia: No no no08:05
hitsujiTMOGallomimia: no08:05
theadminGallomimia: Use the drivers from the repositories08:05
deper29helpme: use tab completion, it makes your life much easier08:05
theadminGallomimia: sudo apt-get install fglrx08:05
Gallomimiahmmmmmmmm08:05
helpmeok08:05
somsiphelpme: did you enable the error log? Can you paste your /etc/mysql/my.cnf using pastebin?08:05
Gallomimiaright on08:06
hitsujiTMOGallomimia: if you want a later driver use a ppa. don't install directly from amd08:06
Gallomimiadon't really care WHAT driver, as long as it works :)08:06
hitsujiTMO:P08:06
Gallomimiadriver-from-floss-community > driver-from-corporation08:06
theadminGallomimia: The repository driver is your best bet then.08:06
hitsujiTMOGallomimia: what gpu do you have again?08:06
theadminGallomimia: Eh, fglrx is still the AMD driver from the "corporation".08:07
helpmei told u , i have ubuntu 12.4 and my sql 5.1 , i went to syslog and i added new path for error log , but i dont see anything in that path08:07
Gallomimiaradeon hd 779008:07
Gallomimiasome kind of oc edition08:07
theadminThose ATI cards are still a pain huh08:07
Gallomimiatheadmin: i'm assuming the repo one is better tuned or setup to go with the distro i'm on08:07
hitsujiTMOGallomimia: ahh yeah. cool. with the newer kernel try testing the radeondriver now and see how it handles08:08
theadminGallomimia: Well, yes, the installation process is also automated (obviously)08:08
Gallomimiaeh, it's been reasonable for the last three months08:08
Gallomimiabut lots of crashes08:08
theadminGallomimia: If it fails and you SUDDENLY boot to a console, do sudo apt-get remove fglrx08:08
Gallomimiaalas i'm not sitting at the machine right now08:08
Gallomimiai guess, that's another reboot?08:08
theadminGallomimia: Ah yes, you need to reboot to get the driver to activate properly08:08
theadminCould mess with insmod/rmmod but I'm not into that08:08
Gallomimiayeah i'm not either08:09
cristian_cllutz, Hi08:10
cristian_cllutz, I've got the strace output08:11
hitsujiTMOGallomimia: also if you want to try the latest opensource radeon driver you can try: https://launchpad.net/~xorg-edgers/+archive/ppa PPA08:12
cpt_othellogah i'm done for tonight. at least nothing fucked up. thanks for the help theadmin08:12
q0why isn't Screen clear (^L ) not working in ksh ?08:12
cristian_chitsujiTMO, hi08:12
hitsujiTMOcristian_c: hey08:13
theadminq0: I'm pretty sure that's not a shortcut in Bash either.08:13
Wiz_KeeDIf I have a dual-boot that worked without issues for 2 weeks.Didn't change anything with drivers (Windows 8 and ubuntu 13.10) and the suddenly in both operating systems it stopped detecting my wireless card then after a few reboots it did but found no networks then after another reboot it could find the networks, that indicates it's hardware problem? Symptoms are present in both os's08:13
theadminq0: Use "clear".08:13
=== slax0r_ is now known as slax0r
q0theadmin, what is the permanent solution ?08:13
theadminq0: "permanent"?08:14
q0clear only during the shell session08:14
q0i need to change or set it completely08:14
q0to ^L08:14
theadminWiz_KeeD: That does seem like a hardware issue.08:14
q0ok then my question is how do i bind ^L to clear08:15
cristian_chitsujiTMO, I don't understand if this is right: export XAUTHORITY=:008:15
somsipq0: xmodmap may well be able to do that.08:16
hitsujiTMOcristian_c: no. use the value from your envvars file08:16
Wiz_KeeDtheadmin, okay contacting support then...it's wierd it works now after each restart after the initial boot after it has been off one night08:16
Gallomimiawell, cgminer won't run... can't determine why. i might need to go sit at the machine and test a game to be sure08:16
cristian_chitsujiTMO, or XAUTHORITY=/home/cristian/.Xauthority08:16
hitsujiTMOcristian_c: yup. thats more like it08:17
cristian_chitsujiTMO, with or without doueble-quotes?08:17
cristian_chitsujiTMO, for example: declare -x DISPLAY=":0"08:17
hitsujiTMOcristian_c: either. there's nop spaces so no need to quote08:17
cristian_cok08:17
cristian_cthanks08:17
theadminq0: bind -x '"\C-l": clear' # This seems to do the trick.08:18
dfcnvtIn ccsm, what is the character that will comment out within the line? Ex: in Decoration windows: "any & !(class=mplayer)" should suppose-comment this "any # !(class=mplayer)"08:18
cristian_chitsujiTMO, Yesterday, I've mounted the serial port on the desktop pc. I've tried the serial mouse. Finally, I don't know how, I made the mouse working08:18
hitsujiTMOcristian_c: ahh sweet. maybe it just wasnt fully connected the last day08:20
cristian_chitsujiTMO, tha last day I tried the serial->usb adapter08:21
cristian_cyesterday I tried the pci serial port08:21
q0theadmin, thank you08:21
cristian_chitsujiTMO, /dev/ttyS408:21
hitsujiTMOcristian_c: ahh i see. so maybe dodgy adapter then :(08:21
q0somsip, you too08:21
cristian_cthe only tty that didn't return input/output error with cat08:22
hitsujiTMOcristian_c: sweet. and did you see the raw output with cat?08:22
cristian_chitsujiTMO, I don't know, because I can't make working a joystick and a gamepad with the serial port08:22
cristian_chitsujiTMO, no output with cat08:23
cristian_cwith the mouse08:23
koivulais catalyst straight from ati working for someone in 13.10/x86?08:23
cristian_chitsujiTMO, Finally, I've tried the inputattach command08:23
cristian_chitsujiTMO, it appeared in xinput list08:23
hitsujiTMOcristian_c: cool08:23
theadminkoivula: Probably not, and don't see why it should. Use the repository version.08:24
helpmesomsip , when i go to /var/run/mysqld/mysqld.sock , there is no file called mysqld.sock there08:24
cristian_chitsujiTMO, If I tried the cat command , it returned resoruce busy08:24
cristian_c*resoruce08:24
cristian_cbut the mouse worked08:24
helpmebut when i go to /var/lib/mysqld/mysqld.sock i see my dataases there , but i cant so any query there08:25
somsiphelpme: yes. The error message tells you that. Because that file is created when mysql is running. And it's not. And you need to know the error. Which should be output to the error log. Which is why I keep asking you about it08:25
helpmebut i went to syslog , i could not find error message there08:25
somsiphelpme: we're going round in circles. Enable your error log or paste your /etc/mysql/my.cnf08:26
helpmei paste my.cnf here ?08:27
somsip!pastebin | helpme08:27
ubottuhelpme: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.08:27
koivulatheadmin, maybe 2014 is still too early for that08:28
theadminkoivula: Eh. In general, always use software from the OS repositories, unless it's totally necessary to do otherwise.08:29
Nicnmso whats the super key?08:30
theadminNicnm: It normally has a Windows logo on it.08:31
Nicnmoh i like name08:31
theadminNicnm: If you're on a Mac, that is the "cmd" key.08:31
theadmin...I think.08:32
Nicnmi gotta go clean my super key... bad windows logo08:32
koivulatheadmin, well earlier closed graphic drivers have been a bit of an exception, at least has been. But I haven't used Linux in a desktop for a while, so I don't know how up-to-date are OS repository versions.08:32
theadminkoivula: They may not be up-to-date, but they are at least tested...08:32
theadminUp-to-date isn't always the best with some software, drivers inclusive.08:33
cristian_chitsujiTMO, a question: the XAUTHORITY export muste be before or after the DISPLAY export?08:35
hitsujiTMOcristian_c: no particular order08:35
cristian_cok08:35
cristian_cthanks08:35
helpmesomsip08:39
helpmehttp://imagebin.org/28480108:39
helpmehttp://imagebin.org/28480208:40
helpmehttp://imagebin.org/28480308:41
helpmesomsip ?08:41
theadminhelpme: pastebin the text: pastebinit /etc/mysql/my.cnf08:42
theadminNo point in making images08:42
kiran_hi08:42
helpmeim using virtualbox , let me see how to copy the text08:42
theadminhelpme: Use the above command08:42
theadminhelpme: pastebinit /etc/mysql/my.cnf08:42
theadminhelpme: (also, Devices -> Shared Clipboard)08:43
kiran_hi..i'm unable to download the kernel source08:43
kiran_am getting error like this:08:43
kiran_sudo apt-get source linux-image-$(uname -r)08:43
kiran_[sudo] password for kiran:08:43
kiran_Reading package lists... Done08:43
kiran_Building dependency tree08:43
kiran_Reading state information... Done08:43
FloodBot1kiran_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.08:43
somsiphelpme: so this tells you that error logging goes to syslog, but I would recommend uncommenting the general log file to try to get some output that helps you. Then check the log files when you start the service08:43
hitsujiTMOkirwan linux-source08:44
hitsujiTMOkiran_: even ^08:44
kiran_i tried source also08:46
kiran_same error08:47
geirhakiran_: don't run it with sudo08:47
kiran_ok08:47
kiran_let me try08:47
kiran_same msg: "E: Unable to find a source package for linux-source-3.8.0-34-generic"08:47
theadminkiran_: No need for the version number.08:48
=== satan is now known as sa`tan
theadminkiran_: Or rather, the flavor08:48
theadminkiran_: sudo apt-get install linux-source-3.8.008:48
kiran_ok...let me try08:49
helpmesoms , i uncomment general log08:49
geirhakiran_: could you pastebin the output of   apt-cache policy "linux-image-$(uname -r)"   ?08:50
helpmebut when i go to var/log/mysql .. i dont find the files mysql.log08:50
helpmethe folder empty08:50
helpmesosmip ?08:51
orca_Hello is there anybody in here? I have a question.08:51
=== Mars is now known as Guest46737
theadminorca_: Ask away08:51
somsiphelpme: paste the new my.cnf - just the lines for general_log_file and general_log08:51
kiran_geirha: linux-image-3.8.0-34-generic:08:51
kiran_  Installed: 3.8.0-34.49~precise108:51
kiran_  Candidate: 3.8.0-34.49~precise108:51
kiran_  Version table:08:51
kiran_ *** 3.8.0-34.49~precise1 008:51
kiran_        500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages08:51
FloodBot1kiran_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.08:51
orca_Ok, how do I install Geforce 440 drivers for ubuntu08:52
orca_I just downloaded it08:52
tozenhelpme: pastebin ls /var/log please08:52
hitsujiTMOsomsip: mysql logs are /var/log/mysql.log or /var/log/mysql/error.log      do neither exist?08:52
hitsujiTMOhelpme even: mysql logs are /var/log/mysql.log or /var/log/mysql/error.log      do neither exist?08:52
orca_theadmin how do I install drivers08:53
geirhakiran_: Please read FloodBot's message08:53
hitsujiTMOhelpme: also /var/log/mysql.err08:53
kiran_yeah am seeing it....08:53
kiran_first time so...08:53
theadminorca_: System Settings -> Hardware Drivers (on 12.10 and earlier) or System Settings -> Software & Updates -> Additional Drivers (on 13.04 and up)08:53
geirhakiran_: anyway, sounds like you're missing a deb-src line in your /etc/apt/sources.list08:53
kiran_you know things will be worse :)08:53
somsiphitsujiTMO: he's on 5.1 that uses a different approach to logging than I'm used to. He's pasted sectiosn of my.cnf and has just enabled general logging. I'm trying to find out if he's enabled it correctly. Old my.cnf http://imagebin.org/28480308:54
helpmeyes , so i access mysql.err ?08:54
aaronmeharorca_: did you download the .deb file from nvidia?08:54
orca_theadmin it's video drivers and I alreadly downloaded it08:54
kiran_do i need to add that line sources.list manually08:54
orca_aaronmehar yes08:55
somsiphelpme: does it have anything that gives any information at all?08:55
theadminorca_: You don't download drivers from websites, you use the ones Ubuntu provides.08:55
geirhakiran_: It should've been there already, so question is how it got removed in the first place08:55
theadminBecause otherwise you could badly mess up your system.08:55
helpmeboth , mysql.err and mysql,log are empties :S08:56
orca_theadmin my repositories are dead,08:56
theadminorca_: Ah, using an old version of Ubuntu?08:56
kiran_hmm....no idea because this is the first time am trying use ubuntu...08:56
aaronmehartheadmin: you can do both... I use the Nvidia from their site, as it makes my 3 screens work.. Ubuntu attempt to make nvidia are OK but not as good as those from them08:56
geirhakiran_: grep 'security\.ubuntu\.com.* main ' /etc/apt/sources.list08:56
orca_theadmin yes08:56
helpmesomsip08:56
kiran_i used windows installer to install it.08:56
theadminorca_: Point your sources.list to old-releases.ubuntu.com then.08:56
theadminorca_: And update ASAP, of course08:56
kngharvhelp on ubunutu migration from 32bit precise to 64bit saucy, but this is more of an general upgrade question:   how to upgrade files in /etc/apt/sources.list.d automatically?08:56
kiran_just installed some apps and other stuff08:56
somsiphelpme: so repaste your my.cnf showing the general_log and general_log_files. I need you to do what I ask if you want me to help you08:56
helpmeok , just sometiems i dont know how to do what u want ,so dont angry please at me08:57
theadminkngharv: "upgrade"?08:57
kiran_deb http://security.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse08:57
geirhakiran_: that grep should output two nearly identical lines; one starting with 'deb ', the other with 'deb-src '08:57
orca_theadmin I think there's a limit to how many distro I can update to08:58
somsiphelpme: I only want to ask you once. Second time is frustrating. Third time, I start to give up08:58
kiran_only 1 line08:58
theadminorca_: You can upgrade directly to the next release of your branch08:58
kiran_that i copied08:58
helpmedont give up please , im totaly new in linux command line08:58
kiran_only with deb08:58
orca_but I'm 3 releases behind08:58
theadminorca_: Oh, dear... 8.something then?08:58
kngharv@theadmin:  well, not really, I am duplicating my distro to another computer, upgrade the distro version and move to 64bit at the same time.08:58
orca_theadmin yes08:58
helpmeim using virtualbox , just i dont know how to copy the text from vurtual box to windows08:58
orca_I'm afraid so08:59
kngharv@theadmin, i am trying to preserve all my personal settings08:59
somsiphelpme: you've been told how to use pastebinit by two people. Install it and use it.08:59
theadminorca_: Hm, yes, an upgrade is not feasible in that situation. You can use the Ubuntu installer and point it to the old root though, it will try to restore the packages and save settings as much as possible.08:59
somsip!pastebinit | helpme (last time...)08:59
=== j is now known as Guest85631
ubottuhelpme (last time...): pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit -b http://paste.ubuntu.com08:59
kngharv@theadmin : my frustration is that I don't know how to update the sources files in the /etc/apt/sources.list.d/08:59
geirhakiran_: Well, if you edit that file, copy paste that line and just change deb to deb-src on the copy, you should be able to get the kernel sources with the apt-get source command you had earlier09:00
Beldarkngharv, @ is not used here tab complete nicks.09:00
kiran_ok let me try09:00
kngharvBeldar: thanks09:00
orca_Yeah it gives me some junk about being unable to update etc09:00
Beldarkngharv, You got it. ;)09:01
theadminkngharv: I don't really see the issue... sed -iold 's/old-codename/new-codename/g' /etc/apt/sources.list.d/*09:01
orca_well thanks anyway09:01
theadminkngharv: Or somesuch...09:01
md_nfshello every one09:01
hitsujiTMOhelpme: is this on 10.04?09:02
somsiphelpme: what version of ubuntu is the virtualbox machine running?09:02
md_nfswhen we need to like this:  var=`which cp`09:02
helpme12.0409:03
helpmeim installing pastebinit09:03
kngharvtheadmin:  you mean i have to manually go to each files in /etc/apt/sources.list.d and change the name, ASSUMING all the repository locations are the same except the distro name changes?09:03
theadminkngharv: ...Well, yes. That's how third-party repositories are.09:03
hitsujiTMOhelpme: where did you get mysql from? are you using xampp?09:03
theadminkngharv: Ubuntu can't keep track of those09:03
theadminkngharv: The command I gave will auto-change them all, but of course if locations changed it can't help09:04
Gallomimiaoops. can't test my gpu with cgminer any longer due to the fact that cgminer no longer supports gpu's :(09:04
md_nfswhen we need to use path of the command too with command09:04
helpmenot xampp09:04
oquidavehello, i've opensuse 12.3 64-bit which is my default OS. Now i want to duo-boot with ubuntu 13.1 which i've just installed along side suse. However, am getting the error --> error file ":/boot/vmlinuz-3.11.0-12-generic" was not found, error: you need to lard the kernel first09:04
geirhamd_nfs: Never do var=`which cp`, it's dangerous and pointless09:05
oquidavei've checked /boot folder and it can see vmlinux-3.7.10-1.16-default.gz, vmlinux-3.7.10-1.16-desktop.gz and vmlinux-3.7.10-1.1-desktop.gz among others09:05
oquidaveam using grub2-efi boot loader on opensuse 12.309:05
helpmethis is my.cnf http://paste.ubuntu.com/6677377/09:06
helpmesomsip09:06
oquidaveis it possible to duo-boot opensuse 12.3 and ubuntu 13.10? thanks09:06
md_nfsgeirha,  tell me when we need full path of command instead of only command09:06
md_nfs?09:06
hitsujiTMOhelpme: can you also run: dpkg --get-selections | pastebinit09:06
hitsujiTMOoquidave: yes09:07
helpmeis not enough this http://paste.ubuntu.com/6677377/ ?09:07
geirhamd_nfs: Shouldn't really need full path to commands. You update the PATH variable instead.09:07
somsiphelpme: paste 'sudo ls -la /var/lib/mysql | pastebinit -b'09:08
oquidavehitsujiTMO: ok. i've installed ubuntu 13.1 already. my duo-boot is having issues at boot up with the error error file ":/boot/vmlinuz-3.11.0-12-generic" was not found, error: you need to lard the kernel first09:08
oquidavewhen i select ubuntu 13.10 selection09:08
md_nfsthanks geirha09:08
MarkDaviesHi.09:08
MarkDaviessort +0f +0 -u filenames - why does the option +0 appear twice here?09:09
kngharvtheadmin:  thanks09:09
ikonia_MarkDavies: depends on what you are trying to do09:09
hitsujiTMOhelpme: can you also run: dpkg --get-selections | pastebinit09:09
MarkDaviesikonia_: it's a command I took from a book. There is said that +0 appears twice because the identical lines may not be adjacent. But what does the one thing have to do with the other?09:10
helpmesomsip i got : read on stdin for imput or takes a filesname as first paramter optional arguments ()09:11
helpme..09:11
ikonia_MarkDavies: well, that syntax isn't valid for "modern" sort versions09:11
ikonia_MarkDavies: I suspect the book is either a.) old b.) for a unix OS that use an older/custom sort binary09:12
helpmesudo ls -la /var/lib/mysql | pastebinit -b09:12
helpmesomsip09:12
hitsujiTMOhelpme: where did you install mysql from and have you modified /etc/mysql/my.conf yourself?09:12
MarkDaviesikonia_: The book is old and it is primarily intended for Unix System V.09:12
oquidaveanyone, please09:12
ikonia_MarkDavies the not unique comment though is in relation to the output so you are sorting unique - and then "double checking" you've got unique due to output alignment09:12
ikonia_MarkDavies: ok, so that explains it09:12
kiran_I think its working now...thanks!09:12
=== milessabin_ is now known as milessabin
helpmehitsujiTMO , mysql was working fine , then i umported huge database , then i could not access again09:13
kiran_oh....same error09:13
kiran_:(09:13
somsiphelpme: ok. I was guessing that would work. I want to check that /var/lib/mysql is owned by mysql:mysql and all of the contents are owned by mysql:mysql. Maybe you can just check that yourself using sudo ls -la /var/lib and sudo ls -la /var/lib/mysql09:13
ikonia_oquidave: you'll need to work this through with the suse guys but basically your ubuntu "grub" is pointing at your suse /boot09:13
hellyeahi supposed sendmail was installed by default09:13
ikonia_oquidave: this is one of the huge failures of grub2 as a dual boot system09:13
kiran_E: Unable to locate package linux-source-3.8.009:13
helpmeto be honest i dont know from where the mysql , cuz i took this virtualbox image from my co-workers09:14
MarkDaviesDoes vi have a way to change small letters to capital letters?09:15
ikonia_MarkDavies: ~09:15
somsiphelpme: as long as we are defintely looking at a 12.04 install as some things you say look more like Debian...09:15
RoryMarkDavies: vi or vim?09:15
MarkDaviesRory: vim09:15
somsipMarkDavies: ~09:15
MarkDaviesthanks, it works09:16
=== ikonia_ is now known as ikonia
helpmeits ubuntu 12.04.1 LTS09:17
kiran_hello geirha09:17
helpmelbs_release -a09:17
somsiphelpme: ok. It's just not up to date which is not helpful, but so be it. So, check those files ownership I mentioned before.09:17
MarkDaviesdoes the Ubuntu's sort have a way to select specific fields?09:18
ikoniaMarkDavies: ubuntu uses the standard gnu sort09:18
MarkDaviesikonia: and there is no such a way, yes?09:18
hitsujiTMOhelpme: can you pastebin the output of: dpkg --get-selections               so we can know what exact packages we're dealing with?09:18
somsipMarkDavies: example to build from, using aws http://stackoverflow.com/questions/3832068/bash-sort-text-file-by-last-field-value09:18
ikoniaMarkDavies: I'd have to look, I don't know all the 300+ syntax options from memory09:18
somsip*awk, not aws09:19
somsipMarkDavies: no sorry. That might have been totally wrong...09:19
helpmehitsujiTMO , the command is dpkg --get-selections ?09:20
hitsujiTMOhelpme: yup09:20
kiran_hi geirha09:21
kiran_same error09:21
helpmehitsu , i see list and beside it install09:21
kiran_E: Couldn't find any package by regex 'linux-source-3.8.0'09:21
hitsujiTMOhelpme: can you run: dpkg --get-selection | pastebinit                    and paste the url here09:22
helpmeok09:22
MarkDaviesOK, assuming that in the example given above we had sort +f0, the next zero would be unnecessary?09:23
helpmehttp://paste.ubuntu.com/6677444/09:23
ikoniaMarkDavies: that sort is not the same sort as in ubuntu09:24
ikoniaMarkDavies: so please stop asking about system v based sort questions09:24
ikoniaMarkDavies: we deal with ubuntu here09:24
MarkDaviesikonia: OK09:24
hitsujiTMOhelpme: ok. so it is indeed mysql 5.5 from the 12.04 repo that you have installed. so there has been some customisations to the my.conf.09:25
helpmewhat i should do ?09:26
helpmei did not touch my.cnf file , just i imported huge database , then i could not connect to database again09:27
helpmemaybe i need free space ?09:27
somsiphelpme: df -h would be a good idea...09:27
helpmewhat df -h ?09:27
somsiphelpme: but I still would like to see you check permissions for the mysql files in case something got messed up there. (shows disk space)09:28
helpme http://paste.ubuntu.com/6677463/09:29
somsiphelpme: and there you go. If the disk is full, you can't write logs. Hence, no errors. And I need to go now so I'm done here09:29
helpmesomsip09:30
helpmeplease tell me , how to make space ?09:30
helpmeu guys so kind , but please i want to know how to make space then connect to db again09:31
llutzhelpme: 1st step: sudo apt-get clean09:31
helpmei did this before09:31
MarkDaviesso in Ubuntu's sort language it will be "sort -k1 -f -k1 -u test" and I cannot see the reason why two occurences of "k1" are necessary09:31
helpmeand i just run it again09:31
llutzhelpme: next get rid of all old kernels except the actual and the one before maybe09:32
paul_zilHi I need assistance re-mapping my logitech Gamepad buttons please.09:32
helpmellutz : i dont know how to do this , im totaly new in linux command line :(09:33
trijntjepaul_zil: re-mapping?09:33
hitsujiTMOllutz: he only has 1 kernel installed09:33
paul_zilyeah, I've just purchased a game on steam - mark of the ninja.09:33
helpmesomsip :(09:33
paul_zilthis is compatible with xbox controller only.09:34
paul_zilI've plugged in my logitech rumblepad2.09:34
paul_ziland it has placed buttons in the wrong placed.09:34
hitsujiTMOhelpme: the best thing to do is to resize the virtual drive up, then boot a live cd with gparted and resize up the filesystem.09:34
paul_zilthe game does not offer me the ability to re-map or set buttons differently.09:34
hitsujiTMOhelpme: if you ran out of space when importing the database then most likely you'll have to do it again.09:34
hitsujiTMOhelpme: it may be easier to start with a fresh vm as other parts of mysql may have become corrupt09:35
helpmemy databse for testing09:35
helpmei have many databasese , some of them are not important09:35
paul_zildoes what I have written make sense?09:36
ikoniaMarkDavies: -k1 is not the same09:36
MarkDaviesikonia: why?09:37
helpmehitsujiTMO , i have tried to resize the virtual machien , but i could not09:37
ikoniaMarkDavies: because it does different things09:37
MarkDaviesikonia: +0 is the beginning of the line in System V, as +k1 is in Ubuntu's sort. Am I missing something?09:37
ikoniaMarkDavies: yes, they are different commands09:37
helpme2014 is not happy for me at all :)09:39
=== Matrixiumn is now known as CaveJohnson
helpmemany people told me happy new year , but seems it will not be happy for me :D09:39
ActionParsniphelpme: happy for the Turtles though :)09:39
MarkDaviesikonia: so what's the difference between "the beginning of the line" and "the first field"?09:41
helpme:)))09:41
helpmehow to make space in my ubuntu machien :(09:41
ikoniaMarkDavies: you're wasting your time using a system v book and trying to match it to ubuntu commands09:42
ActionParsniphelpme: uninstall old kernels09:42
ActionParsniphelpme: sudo apt-get clean09:42
helpmei did this command09:42
helpmenothing changed09:42
MarkDaviesAnyway, I got it. The standard doesn't guarantee that the lines written in various combinations of small and capital letters, and identical otherwise will be arranged so that the exactly identical lines will be adjacent. That is why the second sorting. I've just checked it (on Ubuntu).09:43
ActionParsniphelpme: install and run bleachbit as user and root, have as many applications closed as possible and watch options which say they will take a long time, also check settings you use as it may remove settings you want to keep09:43
helpmestill 99% used09:43
ActionParsniphelpme: uninstalling old kernels clears lots of space as Ubuntu does not clear old kernels off09:43
hitsujiTMO[09:44
hitsujiTMOpppppppppppppppppppppppppppppppphelpme: if you ran out of space when importing the database then most likely you'll have to do it again. /09:44
ActionParsniphelpme: can you please pastebin the output of:   lsb_release -a; uname -a; dpkg -l | grep linux-image09:44
helpmeavaiable only 247 m09:44
helpmeok09:44
helpmehow will be the command please ?09:45
helpmelsb_release -a; uname -a; dpkg -l | grep linux-image | pastebinit09:46
ActionParsniphelpme: I gave you it....what could you possibly mean?09:46
helpme?09:46
ActionParsniphelpme: ohhh, let me hash it up09:46
ikoniahelpme: come on please, people are giving you exact information/commands - please pay attention and try to read09:46
ikoniahelpme: please stop asking "how" "how" "how" when people are giving you detailed information09:46
helpmesorry09:47
helpmei appologize09:47
ActionParsniplsb_release -a | tee ~/space.txt; uname -a | tee -a ~/space.txt; dpkg -l | grep linux-image | tee -a ~/space.txt; pastebinit ~/space.txt09:47
llutzActionParsnip: (lsb_release -a; uname -a; dpkg -l | grep linux-image )|pastebinit09:48
ActionParsnipllutz: that too09:48
ActionParsnipllutz: or backticks etc09:49
llutztmpfiles are ugly09:49
ActionParsnipllutz: it works though09:50
helpme http://paste.ubuntu.com/6677543/09:50
helpmeand please forgive me guys09:51
ActionParsniphelpme: ok then you only have one kernel, you need one kernel09:51
ActionParsniphelpme: uninstalling old kernels will help, you may have lots of space used in /var09:51
ikoniahas anyone actually looked at what is mounted where ?09:52
ActionParsniphelpme: you also didnt run the command right09:52
helpmemmm09:52
helpmei become afraid to ask :D09:53
helpmecuz i dont know how to uninstall the old kernal09:53
llutzikonia: yes and?09:53
llutzikonia: lots of space in /var/www which doesn't really help09:54
ikoniallutz: I've not seen it, seemed to be a lot of focus on removing old kernels (which could be off /boot or /) so I didn't know if any one had looked at his file systems mounts09:54
ActionParsniphelpme: you dont have old kernels. you have one. you cannot clear space using this method09:54
ikoniaI'm missing the part where 200mb of kernels is a big saving for a file system out of space09:54
ikoniaunless it's /boot - in which case how does that change his mysql import problems09:55
llutzikonia: < helpme>  http://paste.ubuntu.com/6677463/09:55
ikoniallutz: thank you09:55
ActionParsniphelpme: what is the output of: mount | pastebinit09:55
=== j_f-f_ is now known as j_f-f
ikoniaok - so that's a shambles09:55
ikoniaI'd suggest just re-installing with a more sensible file system layout09:56
ikoniarather than chasing 200mb of kernels09:56
helpme http://paste.ubuntu.com/6677553/09:56
ActionParsniphelpme: what is the output of:   du -sch /*09:56
=== alex12-afk is now known as alex12
ikoniait's a vbox install so just reinstall with a better thought out file system layout09:56
ActionParsnipikonia: was thinking that, or present a new virtual disk and move data over09:57
llutzvbox install, just add a new vdi-image and move /var09:58
ActionParsniphelpme: what is the output of:   du -sch /* | pastebinit09:58
helpmeidid , but it hang09:59
ActionParsniphelpme: it will take a while09:59
ActionParsniphelpme: its not hung09:59
helpmeok09:59
helpmehttp://paste.ubuntu.com/6677586/10:02
user23234hello. i want to mount my luks encrypted volume, i fallowing this http://ubuntuforums.org/showthread.php?t=94090410:02
ActionParsniphelpme: 19Gb in /var dude10:02
user23234but i get error that my volume already mounted...10:02
user23234http://paste.ubuntu.com/6677582/10:02
ActionParsniphelpme: looks prime for clearing space, check how large the logs folder is an so forth10:02
ikoniaoh come on encyption too10:02
ikoniathis is like trying to do brain surgery when you are learning how to wipe your nose10:03
Pessimistuser23234, what's the output of lsblk, df -h ?10:03
user23234i check10:03
ActionParsnipikonia: people like to make things hard10:03
ikoniathis is just stupid10:03
ikonia"I don't know how to do basic things, but I'll make the most complex setup I can"10:03
ActionParsniphelpme: du -sch /var/*    will break the folder used space down for you, will give clues10:04
juergenjuergen10:05
user23234Pessimist, http://paste.ubuntu.com/6677599/10:05
ActionParsniphelpme: that folder is massive though. You really havent given enough space to the box if all that data is needed10:05
user23234i trying to mount from live usb10:06
Pessimistuser23234, I think it is already mapped. Is there a directory /dev/mapper/udisks-luks-uuid-6499a305-2074-457e-9bab-65fe007458fa-uid0 ?10:07
kiwitinkerhow do i find the ip address that ubuntu is using to connect to my lan?10:08
user23234its not a directory ...10:09
helpmehttp://paste.ubuntu.com/6677612/10:09
user23234some kind of file ..10:09
helpmeActionParsnip10:09
llutzhelpme: du -sch /var/lib/*               and, surprise, /var/lib/mysql will be the biggest10:10
user23234what else i can try todo ?10:10
MarkDavieshow does the command "cat filename | tr -sc A-Za-z '\012' "  work? It breaks the contents of the filename into words seperated by newline characters, but how is it done?10:11
MarkDavieshow does the command "cat filename | tr -sc A-Za-z '\012' " work? It breaks the contents of the filename into words seperated by newline characters, but how is it done?\10:11
Pessimistuser23234, hmm, what's the output of cryptsetup isLuks /dev/sda1 ?10:11
helpmehttp://paste.ubuntu.com/6677634/10:11
user23234there is output at all10:11
user23234i get no output with this10:12
llutzMarkDavies: 'man tr'   "replace all chars not in A-Za-z with \012, repeat until end of line"10:12
helpmeyes , mysql , but i removed one of the databases ,but like nothing changed10:12
Pessimistuser23234, then echo $?10:12
user23234010:13
user23234echo $? brings 010:13
cristian_cllutz, can I paste it?10:13
ActionParsnipllutz: you aren't wrong10:14
ActionParsniphelpme: have you tried shrinking databases10:14
Pessimistuser23234, what's the output of ls /dev/mapper ?10:14
ActionParsniphelpme: or logs10:14
llutzActionParsnip: thank to captain obvious10:14
helpmenop10:14
llutzcristian_c: paste what?10:14
user23234control  udisks-luks-uuid-6499a305-2074-457e-9bab-65fe007458fa-uid010:15
cristian_cllutz, the strace output10:15
llutzcristian_c: pardon me, early in new year. what strace....10:15
Pessimistuser23234, try to mount then: mount /dev/mapper/udisks-luks-uuid-6499a305-2074-457e-9bab-65fe007458fa-uid0 /mnt10:16
MarkDaviesllutz: ok, thanks, I've almost got it, but why the replacement of '\012' with  \n gives another effect? \n is claimed to mean a newline10:16
helpmeActionParsnip , i dont know how to do that10:16
cristian_cllutz, you have told me to type the strace command for qtconfig-qt410:17
Pessimistuser23234, did it return any errors? What's the output of ls /mnt ?10:17
cristian_cllutz, I've generated a strace.out10:17
llutzMarkDavies: sry \012 is linefeed, not newline10:18
MarkDaviesoh, it should be "\n"10:18
user23234yes i get errors http://paste.ubuntu.com/6677657/10:18
MarkDaviesthen, it works fine10:18
llutzcristian_c: ah ok, your ignored configfile, i remember. is it being read at all (should be in the strace.out then)10:19
Pessimistuser23234, cryptsetup status udisks-luks-uuid-6499a305-2074-457e-9bab-65fe007458fa-uid0 ? It's really weird though10:19
user23234http://paste.ubuntu.com/6677666/10:20
dashuo你好,世界!10:21
Rory!chinese | dashuo10:22
ubottudashuo: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw10:22
user23234i want to mount this, because i want run fs check. this encrypted volume is main os volume. My laptop poweroff unexpected and i was unable to boot in. i was getting initramfs console10:22
sacguys! I really need help setting up sftp/ssh to my ubuntu 12.04 x64 I've been searching for hours and I can't get it to connect, I'm using putty from windows to connect to the host I've tried "ssh -v localhost" http://bash.nopaste.dk/p71164 and here is my config http://bash.nopaste.dk/p7117010:22
Pessimistuser23234, it seems like it's corrupted10:22
jdbevanI've got a mounted RAID 1 disk, that Apache can't access. Permissions are 0777, how can I enable access to the mounted drive?10:22
user23234damn.. i really need to get inside that volume :/10:23
sacthe user shadi is what I'm trying to connect with10:24
Pessimistuser23234, crypsetup luksClose udisks-luks-uuid-6499a305-2074-457e-9bab-65fe007458fa-uid0 and then fsck /dev/sda110:24
connHello people... Conn here10:25
connCan I ask boot questions here?10:26
Pessimist!ask10:26
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience10:26
cfhowlett!ask|conn,10:26
ubottuconn,: please see above10:26
connSorry and thx10:26
user23234http://paste.ubuntu.com/6677693/10:26
Pessimistuser23234, then try to open/mount it again -- maybe fsck will fix it :) cross your fingers10:26
connI've just upgraded my Kernel to 3.12.610:26
sacguys! I really need help setting up sftp/ssh to my ubuntu 12.04 x64 I've been searching for hours and I can't get it to connect, I'm using putty from windows to connect to the host I've tried "ssh -v localhost" http://bash.nopaste.dk/p71164 and here is my config http://bash.nopaste.dk/p71170 the user in question is 'shadi'10:27
connUpdated Grub and right now my boot just delays for about 40 seconds and then boots10:27
ActionParsnipsac: Roaming not allowed by server    may be a thing, otherwise not sure10:27
ActionParsnipsac: https://bbs.archlinux.org/viewtopic.php?id=10395410:27
ActionParsnipsac: Post #4, seems to be a permissions thing10:27
helpmeActionParsnip , i have database ipdata1 , its 11G , i want to remove it , which command remove it please ?10:28
Pessimistuser23234, ok, sorry, it has to be opened and then run fsck on /dev/mapper/...10:28
ikoniaconn: that kernel is not in the stable ubuntu repos10:28
SaberX01conn, what Ubuntu version you on ? 3.12 is 14.04 I believe.10:28
Pessimistuser23234, but not mounted10:28
sacok ActionParsnip, I'll check10:28
connI've checked my dmesg and it seems just fine; it may be mounting the main fs which is ext4 but I can't seem to find it10:28
ActionParsnipconn: what is the output of:   cat /etc/issue10:28
connActionParsnip : checking...10:28
ikoniaconn: you don't know what version you're using ?10:29
user23234so now i need to open it soemhow ?10:29
user23234cryptsetup luksopen ?10:30
connNothing; just the main OS name which is : Linux Mint 13 Maya \n \l10:30
ikoniaconn: ok, so it's not ubuntu10:30
ikoniaconn: it's mint - you need to use the mint support resources10:30
ikonia!mint | conn10:30
ubottuconn: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org10:30
connMy version is based on ubuntu not debian10:31
ikoniaconn: it's not ubuntu10:31
cristian_cllutz, ok, the I paste it on pastebin10:31
ikoniaconn: please see the message from ubottu on where to get support10:31
cristian_c*then10:31
user23234damn, not undertand how to do this10:31
user23234http://paste.ubuntu.com/6677704/10:31
connOh, I thought this was the right place...10:31
ActionParsnipconn: mint support is separate from Ubuntu's10:32
ActionParsnip!mint10:32
ubottuLinux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org10:32
cfhowlettconn, not to worry; common confusion10:32
sacActionParsnip, same problem after re-fixing the permission10:32
connSorry for the confusion... Take care all10:32
ActionParsnipsac: do you stil get the same error messages exactly the same?10:32
* cfhowlett wonders if the Mint team could a slightly better job of informing users of support options10:32
sacActionParsnip, after authenticating directly the putty window just closed, I'll check the ssh -v localhost command10:33
ikoniacfhowlett: it's actually quite well done in their documentation, and they changed the default irc channel10:33
cristian_cllutz, http://pastebin.com/dytmJwnk10:34
ActionParsnipsac: try specifying ssh ver 1, when you connect. Just to test10:34
llutzcristian_c: and the configs filename is?10:34
sacActionParsnip, well now I see this "/bin/bash: No such file or directory"10:35
cristian_cllutz, i think it uses Trolltech.conf10:35
user23234<Pessimist> dont leave me ! :D10:36
sacActionParsnip, /bin/bash is in the correct path!10:36
llutzcristian_c: it's opened succesfully (even if i down't know what returncode 7 is (-1 would be error), so no idea why your settings are ignored10:39
cristian_cllutz, ok, I'll ask in #qt10:40
ActionParsnipsac: maybe its permissions on the bash file10:40
ActionParsnipsac: -rwxr-xr-x 1 root root 959168 Mar 30  2013 /bin/bash10:41
ActionParsnipsac: what OS is the server on?10:41
sac Ubuntu 12.04.2 LTS (GNU/Linux 3.5.0-23-generic i686)10:42
sacActionParsnip, I have the same permission on my /bin/bash file10:43
cfhowlettsac, FYI current ubuntu is 12.04.3 so you missed a point release10:43
saccfhowlett, yeah I know its not the latest but I found people working with my same version10:44
ActionParsnipcfhowlett: current LTS, current ubuntu is Saucy ;)10:46
cfhowlettActionParsnip, D'oh!  right, right.10:46
cfhowlettActionParsnip, I sometimes forget, not everyone is LTS only like I am.10:46
sacIs the /bin/bash no such file error related to ChrootDirectory %h option?10:47
olgacubuntu tr link please10:47
ObrienDaveI will be at next release ;P10:47
llutzsac: most likely10:47
llutz!tr | olgac10:48
ubottuolgac: Turk ubuntu kullanıcıları, Türkçe yardım ya da geyik için /join #ubuntu-tr hizmetinizde.10:48
olgacsağ ol10:48
sac! so how does it work then? should I copy the /bin/bash file to ~/bash?10:48
ubottusac: I am only a bot, please don't think I'm intelligent :)10:48
ikoniasac: what the hell are you doing10:48
llutzsac: sure you need a complete set of binaries the chrooted users want to use inside your chroot-dir10:48
sacsorry I think I triggered the bot by mistake10:48
ikoniasac: why are you running "x64" but your kernel is 38610:48
ikoniasac: why are you chrooting ?10:49
ikoniasac: the the devil are you trying to do and why10:49
sacI need to give a user sftp access to my private web server but he only need to access one directory10:49
cfhowlettsac, x64 + 386 kernel is ... unwise.10:50
sachmm.. I didn't notice that before10:50
ikoniathis just seems alike a mess10:50
ikoniaI'd put money it's not actually a 64bit install10:50
llutzhttp://askubuntu.com/questions/134425/how-can-i-chroot-sftp-only-ssh-users-into-their-homes  sac10:50
sacwell the its running inside a vmware host machine does that change a thing?10:50
cfhowlettsac, I'd double down on that bet10:50
ikoniaahhh even more random detail10:51
ikoniait's not a vmware guest10:51
ikonia"now"10:51
ikoniathis is just another mess10:51
llutz"messy new year!"10:51
ikoniawhy are people without the basic experience to run a basic machine making these over complex setups10:51
ikoniaand then not being able to even report the problem/setup clearly, let alone fix it10:52
sacllutz: thanks, I checked that article already10:52
llutzsac: according to your config, you haven't10:52
Nicnmanyone know how to make a script of keystrokes?10:52
sacllutz: well I was fiddling with the config for the last 4 hours or so.. let me revise the config once more10:53
cfhowlettNicnm, you mean record the keystrokes into a script?10:53
llutzsac: and if you want to have sftp-only users, why do you wonder why you cannot login as such a user?10:53
ObrienDavemore mess10:53
llutzsac: hint: that's the purpose of sftp-only10:53
Nicnmi think so10:53
sacwell I'd like to give this user the option to ssh into his own dir aswell10:54
Nicnmit sounds close to what I'm trying to do10:54
=== james is now known as Guest94769
Guest94769hello how is everyone? I am wondering where games go when they are installed on Ubuntu 13.10.10:55
llutzsac: if you do so, he always can use scp so the limited sftp-access is useless10:55
ActionParsnipGuest94769: how do you mean?10:55
SaberX01sac, put them in a chroot shell / jail shell.10:55
ActionParsnipGuest94769: applications are installed all over the OS, Windows puts the files for applications in one folder which is wasteful10:56
Guest94769ActionParsnip, When I install games from the software center I have to use the Ubuntu search in the menu to type in the name of the game. I just want to know where they install to so I can find it10:56
ActionParsnipGuest94769: shared libs are stored in various lib folders, they are stored once and loaded to RAM once10:56
ActionParsnipGuest94769: the files you search in Dash live in /usr/sahre/applcations10:56
ActionParsnipGuest94769: the files you search in Dash live in /usr/sahre/applications10:57
q0hello, is there a way to substitute a "next word" in alias ? like if i have alias l="cmd && cmd"  but the next word used after this alias is wasted by second cmd, and i want to include it in there like alias l _$theword="cmd _$theword && cmd"10:57
ActionParsnipGuest94769: you get the idea10:57
Guest94769ActionParsnip, Thank you I navigated to the usr/applications and found the games.10:58
ActionParsnipGuest94769: that is just a reference file though, the actual game is 'installed' all throughout the OS10:59
Guest94769ActionParsnip,  so instead of being installed in a single spot there are fragments of it everywhere?10:59
ActionParsnipq0: you may need a bash script which will take args10:59
ActionParsnipGuest94769: yes, they are stored once and loaded to RAM once, very efficient. Shared libs can be used by any and all applications11:00
=== Thorium220 is now known as Thor|Away
TomyWorkdoes /run need to be backupped? all i see in there are sockets, pidfiles and things like that. plus, it's causing tar to spam warnings about the sockets11:01
TomyWorkso i want to exclude it from my backup :)11:01
Guest94769ActionParsnip, So when things such as games are stored into one file it is not efficient and has to be loaded into memory more than once? I did notice that Ubuntu is a lot faster than windows11:01
anthill_guys i have a problem encountered while using WUBI.exe11:02
cfhowlettanthill_, of COURSE you are!  :)11:02
ActionParsnipGuest94769: yes, you will probably find that there are lots of common things between games which can be made less11:02
ActionParsnipGuest94769: it also reduces work as if you upgrade one lib, it affects all the applications which use i11:02
cfhowlettanthill_, wubi is not recommended for anything other than its intended use: TESTING of ubuntu11:03
ActionParsnipit*11:03
anthill_i seem to be unable to install ubuntu11:03
ActionParsnipanthill_: resize NTFS in Windows then install to the freed space11:03
llutzTomyWork: it should be safe to exclude /run11:03
ObrienDavebecause you're using wubi ;P11:03
Guest94769ActionParsnip, that seems a lot more efficient. Thank you for the quick lesson. If I can'11:04
anthill_cfhowlett : ActionParsnip : my BIOS does not respond to USB's for installation11:04
Guest94769ActionParsnip, sorry continued (if I cant) find a file is there a command I can use in the terminal to find it?11:04
cfhowlettanthill_, !?  what year is your computer?11:04
ActionParsnipanthill_: use CD then.....11:04
anthill_cfhowlett : ActionParsnip : hence i highly rely on the bootrecord created by wubi11:04
ObrienDaveanthill_, burn ISO to DVD11:04
ActionParsnipGuest94769: run:  sudo updatedb    then when it's finished you can use the 'locate' command11:04
anthill_ya nice advice11:05
anthill_i m running 32bit windows and own a 64bit processor, dont know which version to choose for ubuntu11:06
ikoniaanthill_: either is ine11:06
ikoniafine11:06
sacllutz: I checked the sshd_confg file and the only change I see different from the article you sent is ChrootDirectory /home/%h instead of just %h when I change that and connect sftp I get Authentication failed.11:06
ikoniaanthill_: your windows version has no relevence to your ubuntu selection11:06
anthill_exactly11:06
SaberX01anthill_, so is your problem running WUBI or installing Ubuntu to onto the system?11:07
ikoniaanthill_: so why mention it if you know this11:07
anthill_but does it matter which one i choose as regarding usage11:07
ikoniaanthill_: how ?11:07
sacllutz: when running ssh -v local host I get Write failed: Broken pipe11:07
anthill_SaberV01 : wubi11:07
ikoniawubi is obsolete11:08
ikoniaI'd suggest looking at something that's not a dead end technologu11:08
ikoniatechnology too11:08
SaberX01anthill_, WUBI is run like any other windows program, you dont boot into WUBI.11:08
anthill_ikonia : the speed with which programs will run , will they matter?11:08
Phuzzyhow does tasksel determine which tasks to display? as far as i understand it, the list of possible tasks are based on a config file under /usr/share/tasksel, but i have neverr seen tasksel display this entire list11:08
ikoniaanthill_: you will not see any visual difference11:08
ActionParsnipanthill_: Wubi is directly affected by fragmentation inherent in NTFS11:08
anthill_SaberX01 : but wubi creates a boot record in windows booting to directly point towards ubuntu installation11:09
anthill_ikonia : i need the best as i have low RAM and negigible graphics11:10
cfhowlettanthill_, you do know that wubi was NEVER intended (or supported) as a long-term installation solution, right?  If you can't install via dual boot, consider putting virtualbox on windows and put xubuntu/lubuntu inside the box11:10
ActionParsnipanthill_: use Lubuntu11:10
cfhowlettanthill_, ^^^^ this11:10
ActionParsnipanthill_: or install minimal then install openbox :)11:10
SaberX01anthill_, Lubuntu or Xubuntu then, WUBI probably not a good choice.11:10
cfhowlettanthill_, lubuntu is optimized for low / old spec machines11:10
ActionParsnipikonia: yikes, 19 months ago was the last wubi release11:12
SaberX01anthill_, Pick the one that fits best with your hardware / resources: http://mylinuxexplore.blogspot.com/2012/04/ubuntu-1204-vs-xubuntu-1204-vs-kubuntu.html11:12
ActionParsnipikonia: and...discontinued :)11:12
cfhowlettActionParsnip, again :)11:13
anthill_SaberX01 : xubuntu because i used debian xfce before11:13
anthill_SaberX01 : but the blog is amzing , thanks11:14
SaberX01anthill_, It's up to you .. Lubuntu / Xubuntu is about the same, I prefer LXDE, so i go with Lubuntu .. but whatever works best for you/11:14
ActionParsnipSaberX01: why do you need a DE? Just run a WM on it's own11:16
SaberX01ActionParsnip, I dont .. :-)   I have far more servers than DE's :-)11:16
SaberX01He's on a low resource box, VM probably not a good idea.11:17
SaberX01ActionParsnip, Oh sri .. WM you said, thought you wrote VM my bad .. well yes, he could do just WM .. but not very nice for the long rum.11:18
EngimalHey11:19
EngimalIs anyone available to lend a hand with an issue?11:20
iceroot!ask | Engimal11:20
ubottuEngimal: 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 !patience11:20
EngimalOkay. :P . Well my webcam works with any software I sue (such as Cheese) but when I go to use it in browser, it doesn't work. How can I fix this?11:21
ActionParsnipSaberX01: why not?11:24
fijalhi11:24
fijalafter upgrading from raring to saucy, my GL does not work11:25
fijalit says11:25
fijalFailed to load /usr/lib/xorg/modules/libglamoregl.so: /usr/lib/xorg/modules/libglamoregl.so: undefined symbol: _glapi_tls_Context11:25
fijalin Xorg.0.log11:25
fijalany clue?11:25
FloodBot1fijal: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.11:25
ActionParsnipfijal: are there any bugs reported?11:26
fijalActionParsnip: I fail to find anything11:26
ActionParsnipfijal: then I suggest you report the issue11:27
SaberX01ActionParsnip, was in another channel, why not what?11:30
=== liam_ is now known as Guest33201
rhumbothi all, i am trying to watch a live stream, but whenever i switch to full screen its focused on my main display where i am supposed to work ...   is anyone of you familiar with a workaround where i can choose on what screen to maximize a flash video?11:31
SaberX01ActionParsnip, This may be what he hit: https://bugs.launchpad.net/ubuntu/+source/glamor-egl/+bug/123265811:33
ubottuUbuntu bug 1232658 in glamor-egl (Ubuntu Raring) "glamoregl fails to load with binary drivers" [Low,Confirmed]11:33
Roryrhumbot: What browser are you using?11:33
rhumbotFirefox11:33
Pessimistrhumbot, are you using gnome?11:34
Roryrhumbot: Try this extension, resizes flash to fit the browser window, then you can hit F11 to make the browser window fullscreen https://addons.mozilla.org/en-US/firefox/addon/flash-game-maximizer/11:34
ActionParsnipSaberX01: why is it not nice for the long run?11:35
ChrisWhi all, anyone know when unity-lens-sshsearch will be available for 13.10?11:36
SaberX01ActionParsnip, Oh., well personal preference I suppose, first go at *Nix using WM probably not the best foot forward.11:36
=== cheesecakes_ is now known as cheesecakes
=== J3SS is now known as Taffyta
ActionParsnipSaberX01: for a low end system its a smart choice as it uses fewer resources11:37
SaberX01ActionParsnip, Definitely the lightest choice he could make. If he'd like or not don't know.11:40
rhumbotPssimist, no im not. Rory thanks for the advice. Unfortunatley it looks like its not a flash -> the live stream at nhl.com11:41
=== mar77i_ is now known as mar77i
rickyphi, can someone help me with ubuntu please? I am a new user and need a little guidance please.11:44
MonkeyDustrickyp  let's hear it11:45
Pessimist!ask11:45
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience11:45
SaberX01ChrisW, unity-scope-sshsearch is in saucy and looks to be headed for trusty, can't find lens-sshsearch for 13.10 either. maybe it's being replaced.11:45
rickypI am trying to make a triple boot system. I have so far installed, windows vista and then ubuntu. I am now trying to install xbmc openelec but I am unsure how to do this11:46
ikoniarickyp: this is a bad idea11:46
rickypwhy?11:46
ikoniarickyp: grub2 is not a great system for booting more than windows+1linux distribtuion11:46
SaberX01ChrisW, apps.ubuntu stop listing support for it in 12.10, so maybe there's changes in the wind.11:46
rickypi originally had windows vita, then installed xbmcbuntu. but as i have and intel processor but an AMD graphics card xbmc would not boot11:47
curiousxrick try xbmc PPA11:48
curiousxits add an entry to lightdm so you can boot from it11:49
curiousxrickyp, *11:49
rickypi will have a look thank you11:49
curiousxnp11:49
rickypits really difficult to understand how linux works lol11:50
curiousxrickyp, https://launchpad.net/~team-xbmc/+archive/ppa11:51
rickyphow do i get a terminal up in ubuntu 12.04.3?11:52
Roryrickyp: ctrl and t11:52
rickypthank you11:52
Roryrickyp: ctrl alt t11:52
curiousxyeah, then paste into the terminal:  sudo add-apt-repository ppa:team-xbmc/ppa ; sudo apt-get update ; sudo apt-get install xbmc11:53
Silexhello, I have a simple question about repairing a GPT partition table with gdisk, here is the paste http://serverfault.com/questions/564581/repair-corrupt-gpt-partition-on-graid-mini-disk11:53
rickypcuriousx: Thank you. perfect11:56
q0where do i find a redundant but extensive list of libraries & their comparison of Perl and python11:56
Ric1866Hi! Having issue with ubuntu sound. I get the bells on ubuntu start up, but once I login, I get no sound whatever. I checked the volume settings and reinstalled alsa-base + pulseaudio with no effect. Ubuntu 13.10. Anything else I could do to fix the issue please?11:56
curiousxnp11:56
Ric1866whatsoever*11:57
Rev_USFairly stupid question about Ubuntu: Is it possible to convert a degraded RAID1 md device down to a bare disk?11:57
rickypit seems to have installed xbmc now. how do i check?11:57
curiousxwrite: xbmc    on dash11:58
SaberX01q0, probably in #perl or #python but not in here. I do know, there is a Stupid number of Perl Modules floating around out in the wild.11:58
curiousxor in terminal11:58
rickypperfect I have it running. Is there a way I can have xbmc auto boot from start? also have an icon on my dash?11:59
SaberX01Rev_US, What you mean by MD down to bare disk ?12:01
Rev_USSaberX01: Basically, I want to cut the software RAID out of the equation, as I have no intention of replacing the failed drive at this point.12:02
curiousxyeah, there is an icon in dash, configure lightdm to run xbmc on start12:02
curiousxreboot and check that you can boot with xbmc if you want12:03
rickypwhat is lightdm? i am so sorry for all these questions, i do appologise.12:03
SaberX01Rev_US, well RAID1 is in theory an exact mirror A <==> B   .. so you should be able to mount one device once it's disconnected from the raid card.12:03
curiousxits the place where you write your password to get into the system12:04
MonkeyDustrickyp  lightdm is the login menu12:04
rickypterminal?12:04
SaberX01Rev_US, How that works wiht SW RAID, I am not sure.12:04
SaberX01*with12:04
Rev_USSaberX01: It'll boot, but Ubuntu will complain incessantly about how it's a degraded device :p12:04
curiousxyeah, thats it, the login menu -.-12:04
rickypoh, i dont have a login menu, it auto logs me in12:04
rickypi just tried sudo lightdm but comes up saying 'failed to use bus name org.freedesktop.displaymanager, do you have appropriate permission.12:07
rickypi also just rebooted but i dont see an xbmc icon :(12:07
MonkeyDustrickyp  simply logout to see the menu12:07
rickypmonkeydust: great idea :)12:08
rickypwow this xbmc is very laggy compared to xbmcbuntu. anyway to speed it up?12:10
=== jonas_ is now known as Guest42204
=== nathan is now known as Guest42955
watermelonjuiceso if I just waltz into here saying I'm a linux kernel developer, how many girls could I expect to take home?12:12
SaberX01rickyp, Debian rejected the packages, and Ubuntu is PPA/3rd party, you may want to talk with the xbmc guru's, they probably know this package better than anyone.12:12
DRatJrWhat is the best alternate method to using Linux OTHER THAN having to install it on my computer?12:12
icerootDRatJr: boot it from usb or use a live system12:13
llutzDRatJr: persistent usb12:13
cfhowlettDRatJr, virtualbox or live boot12:13
brontosaurusrexDRatJr, virtualbox (but you still need to install it) or use a live system of some sort12:13
DRatJrI would like to run it as fully as possible, so is a USB or virtual machine better?12:13
BluesKajHowdy all12:13
Guest42955http://bellard.org/jslinux/12:13
llutzDRatJr: virtual if you have enough RAm and a reasonable fast cpu12:14
DRatJrI forgot how to reply to usernames -_-12:14
DRatJrlol12:14
DRatJr@llutz12:14
DRatJrnope thats not it, hrmm12:14
=== Guest42955 is now known as percykittens
icerootDRatJr: tab12:15
DRatJrI have an Intel i7 3635QM 2.4 GHz processor with 8 GB of RAM12:15
=== nickoe_ is now known as nickoe
llutzDRatJr: go with a virtual machine then, usb stinks12:15
DRatJrDoes tht sound sufficient? I have never used the virtual machine before12:15
slax0rall depends on what you want to do12:16
slax0rnothing will beat a pure install on a hdd/ssd12:16
DRatJrWell you see, UEFI has really screwed me over.12:16
slax0ras for usb, if you have usb3, you'll get pretty close12:16
DRatJrI'd absolutely LOVE to install it on my PC12:16
cfhowlettDRatJr, easy enough.  install virtualbox in windows. put install ubuntu inside virtualbox.  UEFI not an issue this way12:16
slax0rturn of uefi?12:16
DRatJrBut UEFI inhibits me.12:16
llutzUEFI can be switched off12:16
brontosaurusrexDRatJr, should run well on machine like that12:17
DRatJrWell here is the problem I've CONSISTENTLY hit:12:17
=== Neozonz|Discx2 is now known as Neozonz
DRatJrI install it via the UEFI guide using a USB. It boots, but then I have problems booting it a second time, or booting Windows. It will simply bork one or the other. So I try to uninstall, and it's a hassle. I have to COMPLETELY reinstall BIOS JUST for it to get off my Windows boot order.12:18
slax0rwoot?12:18
slax0rwhat kind of weird-arse mb is that?12:18
DRatJrThat's why I don't try more. It gets stuck in my BIOS boot order screen, with two entries. And it is such a hassle to remove, so I don't try it again.12:18
DRatJrAlso, I am on Windows 8, have UEFI, and it's a Samsung computer. And I remember reading Samsung bios had a problem where if 50% of UEFI variables were oberwritten, it would brick the computer.12:19
DRatJrI read my device wasn't affected though.12:19
slax0rwhat kind of computer is this?12:20
DRatJrMine?12:20
slax0rcan you paste make and model?12:20
slax0ryes, yours12:20
cfhowlettDRatJr, fair enough, though 13.10 has the new kernal and the UEFI fix integrated.  For virtualbox, use a light *buntu: xubuntu or lubuntu12:20
DRatJrNP780Z5E-S01UB12:20
DRatJrHow do I reply to people dang it? Lol12:20
DJones!tab | DRatJr12:20
ubottuDRatJr: You can use your <tab> key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line.12:20
SaberX01DRatJr, well as others have said, UEFI wont affect the Guest OS in a virtual machine, either that or do a native install without UEFI12:20
DRatJrTab key isn't doing anything12:21
MonkeyDustDRatJr  type two characters of the nickname, then tab12:21
DRatJrAHH12:21
DJonesDRatJr: Type the first few letters of a nick then press tab, that should work12:21
DRatJrOkay thanks all12:21
slax0rcfhowlett: are you sure?12:21
slax0rI'm pretty sure it's not working as it should12:21
DRatJrcfhowlett: Well I have tried 13.10 but I get the same issue. I think it was something with the GFX card, and I had to enter nomodeset, but even that wouldn't work always. And I had like 5 diffeent boot options in grub.12:21
cfhowlett!samsung12:22
cfhowlettslax0r,  the bug was triaged and the fix was expedited ...12:22
cfhowlettslax0r, I can search for the documentation if you need ...12:22
DRatJrSaberX01: I haven't even done a virtual machine, where is the software found?12:23
cfhowlett!virtualbox12:23
ubottuVirtualbox is a virtualizer for x86 and amd64 architectures. It's available in the package "virtualbox" in the !repositories, and you can download the Virtualbox Extension Pack for additional, non-Free functionality at http://virtualbox.org . Additional details can be found at https://help.ubuntu.com/community/VirtualBox12:23
SaberX01DRatJr, there's several available, easy ones, are VirtualBox and VMware .. I prefer Virtualbox.12:23
lisa89!list12:23
ubottulisa89: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».12:23
lotuspsychje!it | lisa8912:24
ubottulisa89: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)12:24
slax0rcfhowlett: I don't need it, but it was like 1-2 weeks ago I tried installing 13.10 and it didn't work, so I went back to 12.0412:24
DRatJrSaberX01: Is researching it necessary? Or will I essentially get the same results from all?12:24
slax0rbut I also had problems with iommu, so it could have been this as well12:24
PessimistIf I encrypted my /home directory is it safe against physical attacks? Can't someone change my password and decrypt it when they get physical access?12:25
SaberX01DRatJr, it's alsways good to do your own research on things like that, but there's allot of support around for both VBox and VMware.12:25
DRatJrSaberX01: I'm seeing that VMWare's Workstation is better stability wise.12:25
DRatJrSaberX01: Why do you like VB?12:25
icerootPessimist: with your userpassword its possible to open the encrypted directory or the key-store which is holding the key itself12:26
Rar9hi need some help in setting up Solr 4.6 with tomcat7... currentöy get Can't find (or read) directory to add to classloader: ../../../contrib/extraction/lib (resolved as: /etc/solr4/collection1/../../../contrib/extraction/lib). .... can anyone help me?12:26
SaberX01DRatJr, I use both, VMware Workstation costs $$ VBox is free. I do all my Ubuntu-QA ISO testing in Virtualbox, it'sup to you.12:26
icerootPessimist: changing the password das not help when that new password it not part of the key store12:26
DRatJrSaberX01: Also, I see a lot about people wanting to minimize host's loss in performance, but I plan to use Linux and that's it. I won't be switching between them.12:26
Pessimisticeroot, ok, ty12:26
=== hexanol is now known as Guest44077
DRatJrSaberX01: When I'm using Ubuntu/Linux in the Virtual Machine, I won't be using Windows at all. So do I need to worry about that?12:27
cfhowlettPessimist, someone with physical access can pretty much crack and do what they want12:27
cfhowlettDRatJr, and since you're installing in vbox, your windows system and boot is safe12:28
BluesKajdual booting is the way to go , too many peobs with VMs12:28
SaberX01DRatJr, Well, if you install Virtualbox in windows, your still using Windows as the Host, but if you do a native Ubuntu install, obviously you wont be.12:28
BluesKajprobs12:28
boob00hello12:28
cfhowlettDRatJr, eh, not quite.  You WILL be launching virualbox from windows ...12:28
DRatJrSaberX01: I WANT to so bad haha. But UEFI gives me problems. I know it might be my laziness to put in extra work to make it function properly, but it doesn't feel finished to me. I have to enter in nomodeset, select the correct option of FIVE DIFFERENT ONES at boot, and a bunch of other problems.12:29
boob00why when i put this line in a script it not working: "sleep $[ ( $RANDOM % 90 ) ]" , get invalid sleep parameter, what i missed there?12:29
DRatJrcfhowlett: Ah gotcha. Thanks for that :)12:29
cfhowlettDRatJr, essentially, ubuntu will be "sandboxed" inside virtualbox.  The OS's will not interface - unless you want them to do so for networking12:29
DRatJrcfhowlett: Yeah, I want them to be as separate as possible.12:30
SaberX01DRatJr, Then keep your Win8 install, install VirtualBox, and you should be fine. Nothing you do in the VM will affect your Win8 Boot / Load12:30
DRatJrSaberX01: My question (a while ago was and still is) is why does the community Wiki UEFI page mislead on how to get it working?12:31
cfhowlettDRatJr, try x/l/ubuntu though - also, you should probably run the 32 bit versions12:31
DRatJrI remember I tried it once, and it worked, but I get on the forums, and I have all these issues later, and no one can really help.12:31
SaberX01DRatJr, Pass, I dont know, I don't have any machines with UEFI.12:31
DRatJrcfhowlett: x/1/ubuntu? Are those different distros? Like 1Ubuntu or XUbuntu?12:31
cfhowlettDRatJr, wiki can't account for every hardware variant - or user for that matter.12:32
DRatJrSaberX01: Ah okay :\ lol. A guy on the forums named OldFred always replies to my stuff, but he can't every really help12:32
DRatJrcfhowlett: True, I just don't see why it is seemingly so easy for everyone else with UEFI, bt I feel I have nothing but issues.12:32
cfhowlettDRatJr, xubuntu and lubuntu are different distros as is ubuntu12:32
SaberX01DRatJr, and not to mention, all linux distros are at the mercy fo the Kernel-Dev with that stuff, they are the ones that will ultimately make or break it.12:33
DRatJrcfhowlett: Thought so, I've seen the name xubuntu. But why would you suggest those over regular ubuntu?12:33
cfhowlettDRatJr, and I've seen NO ONE claim UEFI is "easy".  Quite dreading it myself as my laptop will be replaced with 14.0412:33
boob00How i write that line in a script: "sleep $[ ( $RANDOM % 90 ) ]" ? thanks12:34
cfhowlettDRatJr, unity is a resource hog.  depending on how much ram you set up for your virtual OS, you might get substandard performance.  thus the suggestion - same reason for 32 biit12:34
DRatJrcfhowlett: Well, another online friend said he did it with ease, no problems. When I googled my issue of Ubuntu getting "stuck" on my Windows BIOS boot order screen, it was foreign. Nothign suggested worked. I had to use a program to find hidden partitions and found that I had like three grub partitions I had to delete and go in my other partitions and delete the ubuntu folder. And THEN resinstall bios12:34
DRatJrcfhowlett: Unity? D: I am a ubuntu noob with most stuff, so sorry if I need explanations12:35
cfhowlettDRatJr, I feel your painz12:35
cfhowlettDRatJr, no worries.  unity is the very hungry desktop environment of ubuntu.  On xubntu, it'd be xfce4, on lubuntu it'd be lxde12:35
DRatJrcfhowlett: So what is unity exactly?12:35
DRatJrChasingLogic: Ah, so unity is used on Ubuntu desktop regular version. And unity is "what" exactly?12:36
MonkeyDustDRatJr  the desktop interface with the menu bar on the left12:36
cfhowlettDRatJr, look/feel/integrated services ...12:36
cfhowlett!unity12:36
ubottuUnity is the default UI since Ubuntu 11.04.  Unity is a shell for GNOME. see http://unity.ubuntu.com. For a GNOME 2-like experience, see !notunity12:36
SaberX01DRatJr Unity is the default desktop environment for Ubuntu, starting at like 11.04 or something. The other distros mentions, Lubuntu, Xubuntu, all use a different desktop or DE.12:36
slax0rDE, D stands for desktop you know :P12:37
DRatJrcfhowlett: Ah okkay.So unity is the GUI, and other distros just use other (and sometimes less resource hogging) GUI's. Right?12:37
SaberX01Yes12:37
cfhowlettDRatJr, correctomundo!12:37
SaberX01Lubuntu / Xubuntu lightweight .. Ubuntu - Unity, fancy stuff, but needs more resource.12:38
idueppeHello, where do I configure GRUB_PRELOAD_MODULES to handle this warning "/dev/mapper/crypt_root is a crypto device, which GRUB cannot read directly.  Some necessary modules may be missing from /boot/grub/grub.cfg.  You may need to list them in GRUB_PRELOAD_MODULES in /etc/default/grub.  See http://bugs.debian.org/542165 for details." A link to a doc would be nice :-)12:38
ubottuDebian bug 542165 in grub-common "grub-common: grub-probe kind of mishandles dm-crypt partitions" [Normal,Fixed]12:38
DRatJrcfhowlett: So then 1/x ubuntu use less intensive ones then, as you were saying? So I should use one of those if I use a VM?12:38
slax0rDRatJr: you can trade your sanity for lightweight window manager, IceWM :P12:38
SaberX01DRatJr, You box will handle Unity with ease.12:38
cfhowlettDRatJr, fuller explanation: xubuntu/lubuntu also come with some different default applications, but overall function is the same ubuntu12:39
cfhowlettDRatJr, and yes I suggested x or l ubuntu for that very reason12:39
gordonjcpDRatJr: you need a fairly meaty machine for Unity12:39
DRatJrcfhowlett: What about a USB? (It's 3.0)12:39
MonkeyDustDRatJr  http://i.imgur.com/3N5f6.jpg12:39
gordonjcpDRatJr: I find it's not really usable on less than a 1.6GHz Celeron with a 1G of RAM12:39
slax0ryou'll have same problems booting it DRatJr12:39
SaberX01He has an i7 w/8GB ram, that's a big enough box for sure.12:39
gordonjcpSaberX01: that ought to do it12:39
SaberX01Indeed.12:40
cfhowlettDRatJr, usb environment is very finicky and delectable compared to virtualbox but it's doable.12:40
DRatJrYeah I have an i7 @ 2.4 GHz and 8 GB RAM12:40
SaberX01I run Lubuntu on a single core 1.3Ghz, 512MB laptop .. My Q9770 3.2 8GB .. can run whatever I want.12:40
cfhowlettDRatJr, nice!  you should find performance to be pretty dern speedy12:41
SaberX01DRatJr, Your fine wiht Unity 3D .. no worries.12:41
SaberX01*with12:41
idueppeNo One here who knows how to handle grub2 installation with crypt / luks12:41
DRatJrSo the final suggestion is, install Virtual Box, and use either 1/x ubuntu, or even use UNITY because my computer can handle it. Correct?12:42
SaberX01Yes12:42
SaberX01VM Ubuntu-Desktop install12:42
DRatJrOkay, and any warnings with VB? Anything I can do to mess up / have to dig my way out of?12:43
SaberX01VB ~ Visual Basic ?12:43
cfhowlettDRatJr, worst case: you flub the machine.  delete it, start over12:43
DRatJrSo nothing really on my computer then?12:44
SaberX01No12:44
DRatJrAnd just for a quick overview, how easy is it to just delete and start over?12:44
DRatJrLiterally deleting a folder, so to speak?12:44
SaberX012 second delete, 2 second restart :-)12:44
SaberX01Probably 0.02 on an SSD :-)12:44
cfhowlettDRatJr, no, it's a virtualbox option :delete that machine12:45
BluesKajVB-virtualbox12:45
DRatJrAh, gotcha.12:45
DRatJrSo still pretty easy then?12:45
cfhowlettDRatJr, caveman easy ...12:45
DRatJrHaha, my bad cf, I like to be COMPLETELY sure of what I get myself into.12:45
cfhowlett^^^12:45
DRatJrGuides and all help, but experience rules lol.12:45
DRatJrBut forreal though, you guys have been the best12:45
DRatJrUsually I get no help here -_-12:46
SaberX01DRatJr, Yes, but the Virtualbox guides are pretty good. do a couple walks through's, you really can't break anything.12:46
MonkeyDustDRatJr  a year from now, and you'l be the onde providing help to others12:46
MonkeyDustone*12:46
cfhowlettDRatJr, actually, starting with VB is a nice way to learn.  low risk12:46
cfhowlettMonkeyDust, a year!  shoot, a MONTH and he'll be VBOXiing all his relatives!12:48
MonkeyDustftw!12:48
cfhowlettcome april (EOL Windows XP) he'll be handing out Ubuntu USB's in front of businesses!12:49
xdccMule[2441GW]Ciao belli12:50
xdccMule[2441GW]hallo12:50
Dannyhello12:50
SaberX01XP probably the best they ever released12:50
cfhowlett!it|xdccMule[2441GW],12:51
ubottuxdccMule[2441GW],: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)12:51
cfhowlettSaberX01, come to and end, it has ...12:51
SaberX01indeed.12:51
xdccMule[2441GW]!list12:52
ubottuxdccMule[2441GW]: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».12:52
SaberX01Why does the bot always say list is Warez ?12:52
slax0rbecause most channels used and still use file sharing for warez12:53
slax0rgeneralization, it's like, you hear torrent, you think warez12:53
cfhowlettSaberX01, because users from italy keep htting the !list command12:53
slax0rwell, most people do actually12:53
SaberX01Oh I see  .. dont think I'd want any files shared from an open channel ..just asking for trouble there.12:54
slax0rit's the same with all file shares12:54
slax0rpublic ones at least12:54
SaberX01LOL .. I dont do them either good way to bring down boxes in a hurry.12:55
MonkeyDust"listalians"12:55
cfhowlettMonkeyDust, patent that term!  lol!12:55
PriceySaberX01: irc was/is used for lots of file sharing still. Not so much on freenode.12:55
cfhowlettMonkeyDust, matter of fact, it should be a channel factoid12:56
SaberX01That's scary stuff though .. you have no Idea what could be compiled in it .. I guess that's true for most any DL'd package, not exclusive to IRC I suppose.12:57
EngimalHello. My webcam doesn't work with in any browsers. When I try to use a service like Omegle or Tinychat, it doesn't work but it works with applications such as Cheese. How do I fix this?12:57
slax0rwell, you have no idea what's compiled into windoze, and many are still using it ;)12:57
SaberX01Ohh, I agree 100% .. that's one of the main reasons Im on *Nix boxes most of the time.12:58
Pessimistlinux is not unix12:59
Pessimistit's unix-like12:59
SaberX01Yes, I know .. but I also have Unix boxes to .. it's just easier to say / use *Nix :-)13:00
slax0rPessimist: that's why he said *nix13:00
slax0r*nix does not mean unix, it means unix and unix-like operating systems13:00
slax0rwhich is linux, so linux == *nix :P13:00
SaberX01I guess I could have said *Nux :-)13:01
=== james is now known as Guest94905
n008trying to connect to a wireless scanner, anyhelp ?13:06
Guest94905Hello how's it going? I am wondering if it is possible to use Mac software on Ubuntu because they are both unix based operating systems.13:07
DJonesGuest94905: No you can't13:07
cfhowlettGuest94905, nope13:07
samiralajaadyeah you cant13:08
marcushallo, hallo. do you know how to set multiple mouse pointers at same time, with xinput reattach, i think it works but it logs me out -_13:08
=== mar77i_ is now known as mar77i
DJonesGuest94905: You may find that some software originally for the Mac has been modified & compiled to run on UBuntu/Linux, but generally its unlikely, certainly with Apple & other commercial software anyway13:08
ubuntuhi13:08
=== ubuntu is now known as Guest96452
SaberX01Hello13:09
cfhowlettubuntu, greetings13:09
Guest94905DJones,  cfhowlett thank you, I was hopeful that it would work. I wanted to come ask here before I tried because I didn't want to mess up my system13:09
DJonesGuest94905: You're probably better looking for a native linux equivalent, there's likely to be something similar that may be suitable13:10
n008trying to connect to a wireless scanner from Ubuntu, any help?13:10
marcushallo, hallo. do you know how to set multiple mouse pointers at same time, with xinput reattach, i think it works but it logs me out -_13:12
MonkeyDustn008  is the scaner detected?13:13
SaberX01 !patience | marcus13:13
ubottumarcus: 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/13:13
=== _gypsy_ is now known as zz__gypsy_
loawhat is ddebs.ubuntu.com &13:17
loa?13:17
idueppehey what is the difference between grub-pc and grub2 package?13:17
ActionParsnipn008: can you ping it's IP address?13:19
=== 36DAB2461 is now known as SrRaven
ActionParsnip!info grub-pc13:20
ubottugrub-pc (source: grub2): GRand Unified Bootloader, version 2 (PC/BIOS version). In component main, is optional. Version 2.00-19ubuntu2.1 (saucy), package size 169 kB, installed size 552 kB (Only available for any-i386; any-amd64; any-powerpc; any-ppc64; any-sparc; any-mipsel; any-ia64)13:20
CiscoNinjagood mornng everyone, i am trying to completely  remove apach2 with all it;s files and folders as if it was not installed before in my system. but every time i do 'sudo apt-get purge apache213:20
CiscoNinja it is still there13:20
ActionParsnipidueppe: I dont have a grub2 package here....13:20
SaberX01loa, ddebs is for debugging I believe.13:20
loaSaberX01, oh thx13:21
ActionParsnipCiscoNinja: what is the output of:  cat /etc/issue13:21
MonkeyDustidueppe  it says here, grub-pc is for live sesions13:21
loai forgot it)13:21
ActionParsnip!info grub213:21
ubottugrub2 (source: grub2): GRand Unified Bootloader, version 2 (dummy package). In component universe, is extra. Version 2.00-19ubuntu2.1 (saucy), package size 2 kB, installed size 32 kB (Only available for any-i386; any-amd64; any-powerpc; any-ppc64; any-sparc; any-mipsel; any-ia64)13:21
CiscoNinjaActionParsnip, oh sorry. i am on 3.1013:21
ActionParsnipidueppe: seems to be a dummy package, probably for convenience13:21
ActionParsnipCiscoNinja: what is the output of the command I gave please13:22
xwalkCiscoNinja: That's an incredibly dated version of Ubuntu... =P13:22
idueppeSo if I debootstrap I should use apt-get install grub213:22
idueppe?13:22
riqdiizHELLO13:22
CiscoNinjaUbuntu 13.10 \n \l13:22
ActionParsnipCiscoNinja: ahh 13.10   not 3.1013:22
CiscoNinjas//13.1013:22
SaberX01LOL13:23
CiscoNinjasorry typo13:23
xwalkDon't drink and type :>13:23
SaberX01Just a little difference there .. -.-13:23
ActionParsnipidueppe: http://paste.ubuntu.com/6678452/13:23
idueppeI'm confused is GRUB 1.99...  GRUB2?13:23
ActionParsnipCiscoNinja: if you run:  dpkg -l | grep -i apac   is anything listed?13:24
idueppethx13:24
ActionParsnipidueppe: yes that is Grub2, Grub2 has been default since Oneiric in 201113:24
CiscoNinjayes13:25
ActionParsnipCiscoNinja: can you pastebin the text please.13:25
k1lledcan i swtich unity/lxde wihtout close my opened programs.. ?13:25
ActionParsnipCiscoNinja: sudo apt-get install pastebinit; dpkg -l | grep -i apac | pastebinit13:25
k1lledswtich *13:25
ActionParsnipk1lled: how do you mean unity/lxde13:26
idueppehow can I see which apt-get packages are currently installed?13:27
CiscoNinjahttp://pastebin.com/RLe7G2qn13:27
CiscoNinjaActionParsnip, ^13:27
renebarbosaidueppe, dpkg -l (low case L character)13:27
ActionParsnipidueppe: dpkg -l | grep -v ^rc | awk {'print $2'}13:28
=== nik is now known as Guest81056
Guest81056hi. i recently removed disk tha i had in laptop and put it in external13:28
ActionParsnipCiscoNinja: and you want apache gone?13:29
B0r3dw15domdoes any one know how to remove gnome fallback panel?13:29
ActionParsnipB0r3dw15dom: sudo apt-get --purge remove gnome-panel13:29
CiscoNinjaActionParsnip, yes, so i can reinstall a fresh one13:29
Guest81056hi. i recently removed disk tha i had in laptop and put it in externl usb drawer and i installed ubuntu on disk i put inside instead13:29
idueppeups... I should had read the output correctly13:29
k1lledActionParsnip:  i mean, i use now ubuntu with Unity, i want to switch my GUI to lxde, but i dont want to close my launched programs13:30
Guest81056but now i cant access my files on ubuntu partition on disk that is now internal13:30
ActionParsnipCiscoNinja: sudo dpkg -P apache2.2-common; sudo apt-get --purge remove apache2 apache2-bin apache2-data apache2-utils; sudo apt-get --purge autoremove13:30
k1lledi think something like, console(tty1) stop with command unity, and start with command lxde..13:30
Guest81056on disk that is external now. loads fine, shows, i can browse it., but i cant copy some files and it doesnt show my mozilla folder13:31
ActionParsnipk1lled: LXDE is a desktop, Unity is a shell. Unity is not a DE. Gnome is STILL the DE in Ubuntu, With Compiz as the WM. Unity is nothing more than a plugin for Compiz just like wobbly windows13:31
xwalkGuest81056: Do you have ownership set properly for the files that are on the external drive?13:31
ActionParsnipk1lled: if you switch the WM in LXDE from Openbox to Compiz you can run Unity in LXDE if you want. Unity does not replace Gnome13:31
xwalkGuest81056: It would also help if we had some output to work with as well.13:31
Guest81056xwalk, no i dont. it says i dont have permissions. is there a way i can take over my disk :D13:32
xwalkGuest81056: Where is the disk mounted?13:32
ActionParsnipk1lled: as the applications you have ran are children of the desktop, when it dies the applications you have running will also die. You need to log off, select the LXDE session and log in afresh13:32
idueppeWell, I still get the message "Warning: /dev/mapper/crypt_root is a crypto device, which GRUB cannot read directly.  Some necessary modules may be missing from /boot/grub/grub.cfg.  You may need to list them in GRUB_PRELOAD_MODULES in /etc/default/grub.  See http://bugs.debian.org/542165 for details" But I cannot find some docs how to handle it, any idee?13:32
ubottuDebian bug 542165 in grub-common "grub-common: grub-probe kind of mishandles dm-crypt partitions" [Normal,Fixed]13:32
Guest81056..../media    22c823e2-3020-4a74-83d1-8f083806b4a813:33
k1lledi want sometimes to stop everything who burden my laptop.... lxde is faster from gnome, right?13:33
SaberX01Yes13:33
ActionParsnipk1lled: its lighter in resources, yes13:33
Guest81056i could make a switch again with the disk but screws are really weak and i dnt want to torcer this laptop anymore. can i actually boot to it from external usb?13:34
Guest81056sorry for my english :)13:34
Guest81056its "torture"13:34
k1lledokey, now.. can i stop gnome, and start lxde... without stop my active programs13:34
xwalkGuest81056: You may want to consider renaming that to make it easier to work with in the future. In any event, using sudo chown -R <current_user>:<current_group> /media/<your_external_drive/13:35
SaberX01k1lled, no13:35
xwalkGuest81056: should work I think.13:35
ActionParsnipk1lled: your apps are children of the gnome desktop, so when it stops the children will die13:35
k1llednow i have open 2 browsers, kvirc, few terminals ..i want to switch, i want to start lxde and close gnome.. for faster work13:35
k1lledand i want to dont close this programs13:35
SaberX01k1lled, sorry, it dont work that way.13:36
xwalkGuest81056: Of course, fill in the <> fields with the actual user, group, and the name of the drive you're working with and you should be set to go.13:36
MKCoinHey, unity-panel-service crashed but I am unable to restart it. Any ideas? I get this error: http://paste.ubuntu.com/6678507/13:36
k1lleduhh bad, okeyyy faster way to switch from gnome to lxde..13:36
k1lledSaberX01:  i get it13:36
SaberX01k1lled, fastest wat to switch, log-out, then long back in using LXDE13:37
SaberX01*way13:37
Guest81056if i boot my laptop from usb disk, and there is grub2 on external usb disk, will it load grub2?13:37
CiscoNinjaActionParsnip, still, etc/apach2 exist13:37
Guest81056i think i formated window partition where grub2 was13:37
SaberX01k1lled, you can install lxde on it's own, or, I would recommend installing lubuntu-desktop13:38
k1lledSaberX01:  something like open tty1, stop gnome and all programs with him and start lxde, or is bad idea?13:38
xwalkGuest81056: If you're booting from a disk with grub2 as the bootloader, yes.13:38
SaberX01k1lled, no, once you kill the x-session, that kills the apps running that session.13:39
SaberX01k1lled, there is no need, nor do you want to drop to tty .. simple log out and back in.13:39
k1lledSaberX01:  okey. tnx13:40
CiscoNinjathank you for trying to help, i gtg13:41
idueppeWhat could be the reason, that mdadm --examine --scan works and --detail --scan not? Both executed under chroot? See http://paste.ubuntu.com/6678536/13:42
MKCoinNevermind, just restarted compiz and unity. All settled.13:43
SaberX01wow, not only is all that encrypted, it's in raid as well .. that's lloke lke a headache to me.13:43
SaberX01*looks13:43
denysonique_Is there a hacked version of Unity which doesn't autohide the application menu?13:49
james-Hello how's it going? I installed Ubuntu 13.10  on my Dell N4010 laptop a few days ago and have been trying to figure out how to get rid of the computer, trash, and home icons on my desktop. I tried Ubuntu tweak, unity tweak, system settings, and dconf and still can't get rid of the icons. Someone in help chat sent me a link to some terminal commands where I could try setting the values for the icons to false instead of true and tha13:49
james-t didn't work either. Is there any way I can get rid of these? The Unity launcher has everything I need and I prefer a clean desktop13:49
Churchjames: maybe not use nautilus to draw desktop at all?13:50
MonkeyDustdenysonique_  there are tools to make the menu un/hide13:50
=== rakesh is now known as Guest42558
lotuspsychjejames-: dconf should be able to disable 'volumes visible'13:50
james-lotuspsychje, let me go check it out one sec13:50
MonkeyDustdenysonique_  try gnome-tweak-tool, unity-tweak-tol13:50
ObrienDavesuccessfully installed 13.10 32bit to 64GB USB stick. during dist-upgrade, something happened to one of the kernel files. how can i fix a partial kernel update on a usb stick?13:51
denysonique_MonkeyDust: its not possible in the software itself13:51
denysonique_you can only delay13:51
MonkeyDustdenysonique_  those tools can handle it13:51
ChurchObrienDave: can you select different/previous kernel at boot?13:51
denysonique_MonkeyDust: they can't13:52
denysonique_I have it installed13:52
denysonique_no such options13:52
SaberX01denysonique_, Im kinda lost on which menu bars your referring too, the launcher or the older gnome menus at the top ?13:53
idueppeHow should I install the latest linux-image-generic by "apt-get install linux-image-3.8.0-34-generic" or is there a better way?13:54
denysonique_SaberX01: http://i.imgur.com/emOjKRn.png13:55
SaberX01idueppe, by using apt unless you kow exactly what your doing.13:55
denysonique_this menu13:55
Piciidueppe: the linux-image-generic package should always depend on the latest available version.13:55
JDoe_JohnDoe13:56
=== james is now known as Guest20676
=== JDoe_ is now known as JohnDoe
SaberX01denysonique_, that is not in Unity .. it's the gnome-panel aka gnome-fallback I think it called.13:56
Guest20676lotuspsychje, Thank you! I opened dconf went to org, nemo, desktop and everything i did worked fine.13:56
=== JohnDoe is now known as roots9
=== roots9 is now known as qwertyz
=== qwertyz is now known as qwerty
=== qwerty is now known as qwerz
idueppePici, well I give it again, but my last experience was that it installs 3.2 version instead of 3.8 or do I have to update apt-get other then with "apt-get update"?13:57
ObrienDaveChurch, haven't tried that yet. let me see. brb13:57
SaberX01denysonique_, This is an example for 12.04, theres other ways to get there too: http://www.omgubuntu.co.uk/2012/03/gnome-classic-in-ubuntu-12-04-its-like-nothing-ever-changed13:57
Piciidueppe: What release of Ubuntu are you using right now?13:57
=== embed-ns is now known as phil-ns
idueppeprecise ... I'm trying to debootstrap 12.04 from the desktop cd into my vm13:58
qwerzjust installed gnome-shell 3.4.1 on ubu 12.04 -> when I choose gnome for my user nothing appears13:58
Piciidueppe: The linux-generic-lts-raring in precise should depend on kernel version 3.8.0.35.35.  See https://wiki.ubuntu.com/Kernel/LTSEnablementStack for more info.13:59
Piciidueppe: or rather 34.34 (35.35 is only in proposed)14:00
SaberX01That may not bee the debootstrap kernel though.14:00
SaberX01*be14:00
Guest81056xwalk, you are a genious14:00
idueppePici: ok ... i will check my script.. I just discover that a new debootstrap package 1.0.56 is out14:02
SaberX01idueppe, what is the Host OS version your trying to install the bootstrap into ?14:02
SaberX01idueppe, 1.0.56 is for Trusty 14.0414:04
=== ubuntu is now known as Guest90175
idueppeSaberX01: to be honest I'm not sure. I'm trying to be a script file for installing based on the information I found. This is the current version of my script https://gist.github.com/idueppe/8173364.14:05
giamma1295hello guys i've a problem with amd proprietary driver, who help me?14:06
idueppeSaberX01, so I'm using the wrong debootsrap package, right? I like to install 12.04 LTS Server?14:06
SaberX01idueppe, the bootstrap script is fairly straight forward. Is this a local machine your using the script on or a remote server somwhere?14:07
=== skramer_ is now known as Guest38416
idueppeSaberX01: Finally I like to install my root server at hetzner. But before that I have to understand what I am doing here. So I start installing it into a VMWare Fusion instance14:09
=== skramer__ is now known as skramer_
denysonique_SaberX01: nah, that is something completely different. I will just hack the code myself.14:10
SaberX01idueppe, Ok, now we're starting to understand. What OS is the VM install now?14:10
idueppeos x14:11
SaberX01denysonique_, Ok. have fun with that one :-)14:11
idueppemavericks14:11
SaberX01idueppe, well firat thing I would do is install a Newer version on Ubuntu in the VM. say like 12.04 Desktop .. then use debootstrap in 12.04 to create the chroot.14:12
SaberX01*first14:12
idueppeSaberX01: I'm booting the vm with ubuntu-12.04.3-desktop-amd64.iso as a starting point14:12
SaberX01idueppe, I asked you what the host OS is, you said Maverick .. is that a LiveCD or installed to a VM ?14:13
idueppeSaberX01: Sorry I'm not sure what u mean. I'm working on OSX where VMWare Fusion is installed. The VM Guest System is booted with the LiveCD.14:15
SaberX01idueppe, Yes, I know what VM Fusion is. You need a Installed VM first .. then do you boot strapping to the installed VM .14:17
SaberX01idueppe, as I understadn it, your trying to bootstrap, from a LiveCD, to a VM that has not been created yet.14:18
MonkeyDuston a mac, in encrypted raid14:18
SaberX01Yeah. that too.14:19
Albymigciao14:20
SaberX01And it's SW RAID as well, which is terrible for any real server.14:20
Albymig!list14:20
ubottuAlbymig: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».14:20
idueppeSaberX01: Ok. I created a VM machine with to disk (sda,sdb) to simulate my root server configuration. I boot this vm by using the desktop live cd.14:20
Romancelol i just sudo apt-get purge nginx* , and now my firefox looks weird, the theme (maybe) was changed, what happened14:20
SaberX01idueppe, no, you dont boot a VM with a LiveCD .. you boot the VM after you install the VM.14:21
ActionParsnipRomance: reapply the theme....14:22
Romance"The following packages will be REMOVED:14:22
Romance  foomatic-db-engine* gtk2-engines* gtk2-engines-murrine* gtk2-engines-pixbuf* gtk3-engines-unico* light-themes* nginx-common* nginx-full* openshot* ubuntu-artwork*14:22
Romance  ubuntu-desktop*"14:22
Romanceoh sorry14:22
FloodBot1Romance: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.14:22
Romancebad paste14:23
ActionParsnipRomance: maybe the artwork package14:23
ObrienDaveChurch, got it working. apt-get -f install fixed it. thank you14:23
hitsujiTMOromance: gtk getting purged?   this is why you never use wildcards with apt-get14:23
idueppeSaberX01: mmmh. I connect the virtual cd drive of the VM with the ubuntu-12.04.3-desktop-amd64.iso image and start (booting) the VM14:23
SaberX01idueppe, If you use the server install CD you can do most all of what your trying to do from that CD. What is sounds like to me is, you want to remaster / preseed a custom install configuration, and the way your doign it not gonna work, at least i dont knwo how to make that work.14:24
RomancehitsujiTMO: try to apt-get purge nginx, but it didnt work14:24
idueppeSaberX01: The livecd is booting and I click on "try ubuntu"14:24
ObrienDaveChurch, wish i would have thought of that 2 hours ago ;P14:25
SaberX01idueppe, no, install ubuntu. and You need the Server ISO also, would make things alot easier.14:25
hitsujiTMORomance: reinstall gtk2-engines gtk2-engines-murrine gtk2-engines-pixbuf gtk3-engines-unico ubuntu-artwork14:26
loahow i can run steam using wine&14:26
loa?14:26
Romanceubuntu-artwork restored the firefox, but i dont know if i need the others, should i reinstall em?14:26
loaC:/Program Files (x86)/Steam/Steam.exe14:26
loai tried different variants but can't done this14:27
hitsujiTMORomance: they're used for various themes so may be necessary14:27
SaberX01loa, try in #winehq ..14:27
Romanceloa: do you know steam for linux is existed14:27
MonkeyDustloa  there's also #ubuntu-steam14:27
SaberX01loa, Or I guess, there may be a steam channel also.14:27
Guest81056can i switch user without stopping programs? i have 50gb of data copying but i want to switch to other user for my friend to use14:27
loaRomance, yes14:28
idueppeSaberX01: mmh. In my final setting I will have a debian based rescue system to debootstrap ubuntu on my root server. Therefore all really needed files should be fetch by my bootstraping script14:28
RoryGuest81056: Yes, using the cog in the top right corner14:28
RoryGuest81056: click it, then press Switch User14:28
loawant non native application from steam14:28
RoryYou can set a more friendly nickname with the "/nick" command - for example to change my name to Rory I typed "/nick Rory" (without the quotes)14:28
ChurchObrienDave: i'm glad it helped. some obvious things sometimes slip from list to try :)14:28
MonkeyDustGuest81056  screen or tmux can help you do that14:28
Guest81056Rory, it says do i reall y want to close all programs14:28
RoryGuest81056: Not log out. Switch user.14:28
ObrienDaveChurch, lol, don't i know it :)14:28
hitsujiTMOGuest81056: or using dm-tool switch-to-user USERNAME14:28
Guest81056oh!14:28
RoryGuest81056: Oh sorry not the cog, the user icon14:28
RoryGuest81056: My mistake, sorry14:29
Guest81056what is cog, btw, what doest it mean14:29
Guest81056Rory,  i will never forgive! :p14:29
SaberX01idueppe, I dont agree, but its your show :-) .. I understand what you tryign to do, and I dont know how to make that work the way you want, sorry.14:29
dimsenHey guys ,...hope you have had a gread start @201414:29
skyy111Any attempt to install and run oVirt on Ubuntu? Any doc?14:29
RoryGuest81056: A cog is used in a lot of programs to represent settings, or things to do with the internal working of the system14:29
ActionParsnipGuest81056: top right corner, is there a cog?14:30
RoryGuest81056: The icon in Ubuntu appears to be a combination of a cog and the traditional "power button" icon14:30
Guest81056i clicked on username there is switch user14:30
mjaykany one know why update manager see's updates but apt-get update doesnt ?14:30
dimsenanyone from Germany here .. ??14:30
Guest81056but i never heard word cog. you say it's that icon on top right where you can turn off computer and other stuff14:31
Rorymjayk: "apt-get update" just refreshes to update information, you want "apt-get upgrade" to actually execute the update14:31
skyy111dimsen: what do you want?14:31
Guest81056!germany14:31
ubottuIn den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis!14:31
RoryGuest81056: Well I called it a cog because that's what it looks like the most, I guess14:31
dimsenNeed some support with a Toshiba DT01ACA200 Drive14:31
Rory!details | dimsen14:31
ubottudimsen: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."14:31
ObrienDaveGuest81056, a "cog" can be a tooth on a gear. you're looking for something that looks like a gear14:32
mjaykRory thanks alot always wondered that14:32
dimsen@ubottu .. THX14:32
idueppeSaberX01: mmh, isn't this the normal way? Sorry it is my first server installation. How would you install ubuntu on a remote root server, where you only have a rescue system to start from?14:33
RoryObrienDave: I just Googled, and learned that "cog" referrs to a single tooth on the whole, which is called a "cogwheel"; perhaps it's a British thing to just refer to the entire wheel as "a cog" :)14:34
ObrienDaverory, pretty much. ;P14:34
dimsenIm getting host bus error when that drive is attached14:34
dimsenJan  2 12:11:34 MyComputeName kernel: [  398.336865] ata4.01: configured for UDMA/133 Jan  2 12:11:34 MyComputeName kernel: [  398.336912] ata4: EH complete Jan  2 12:11:37 MyComputeName kernel: [  401.231967] ata4.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 Jan  2 12:11:37 MyComputeName kernel: [  401.231972] ata4.00: BMDMA stat 0x66 Jan  2 12:11:37 MyComputeName kernel: [  401.231975] ata4.00: failed command: WRITE DMA EXT14:34
idueppeSaberX01: and of course only a ssh connection...14:35
Rorydimsen: Does the drive work in any other system>14:35
hitsujiTMOdimsen: seems like the contrller for the drive is deceased14:35
SaberX01idueppe, first, I would not encrypt the server (maybe /home but that it), and i would not use SW RAID server. Then I would do the install locally. If you need complex administration like this, I would look into using a tool like Lanscape.14:35
dimsenI allready guessed this also... but ATM there are two other drives in system .. an theyre running very well14:36
SaberX01idueppe, sri, Landscape, not Lanscape14:37
idueppethis one https://landscape.canonical.com/?14:38
SaberX01Yes14:38
SaberX01idueppe, try it for 30 days, it's a free trial, see if it works better for you.14:39
=== asus is now known as Guest10592
luyenhê ol14:40
luyenhello14:40
Guest10592ciao14:40
luyencó ai ở đây ko14:40
somsip!vn | luyen14:41
ubottuluyen: Để được trợ giúp về Ubuntu bằng ngôn ngữ Việt, xin vui lòng /join #ubuntu-vn. Rất vui lòng được giúp đỡ14:41
RayWizard|2when i press ctrl+z in console it kills application, however if this app was using some port i whould have EADDR_IN_USE blah blah, until i close console. is there a way i can avoid closing,opening console14:41
PiciRayWizard|2: ctrl-z doesn't kill the app, it places it as a background job. You can bring it back by typing 'fg'14:42
somsipRayWizard|2: you want to detach it from the console you ran it in? Look at screen or tmux14:42
dimsenThis Toshiba drive is new...days ago i allready had the same drive with the same error .. so i went to the local shop and they've replaced it.14:42
dimsenalso ive tried to format wit MSDOS & GPT14:42
hitsujiTMOdimsen: have you tried it in another pc?14:43
luyenjoin vô ubuntu vn kiểu gì ạ14:43
somsipluyen: /join #ubuntu-vn14:43
dimsenNo I Didnt .. cus i Just have this only on ..14:43
RayWizard|2is there some key combination that used to terminate current application with extreme prejustice14:43
MonkeyDustRayWizard|2  alt-f2 xkill14:44
ActionParsnipRayWizard|2: run:    xkill    and click the app14:44
luyencảm ơn anh nhiều nhé14:44
somsipRayWizard|2: CTRL C, or you're needing to use kill, pkill, killall, etc...14:44
luyen /join #ubuntu-vn14:44
somsipluyen: không có không gian " "14:46
dimsenIve connected it to a USB Switch .. and connected it via USB ..14:46
dimsenthis works very good .. no errors ..14:46
hitsujiTMOdimsen: it could be a problem with the specific port you were using14:47
luyenthanks you a lot ^^ nhiệt tình ghê14:47
dimsenI also have tried to install Windows 7 and it hast worked very well also14:47
somsipluyen: no problem - sorry for google translate :)14:47
dimsenfull error is this here =>  Jan  2 12:11:52 MyComputeName kernel: [  416.599335] ata4.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 Jan  2 12:11:52 MyComputeName kernel: [  416.599344] ata4.00: BMDMA stat 0x66 Jan  2 12:11:52 MyComputeName kernel: [  416.599350] ata4.00: failed command: WRITE DMA EXT Jan  2 12:11:52 MyComputeName kernel: [  416.599359] ata4.00: cmd 35/00:00:00:05:c8/00:04:1f:00:00/e0 tag 0 dma 524288 out Jan  14:48
dimsenIve also tried to use another port .. changed the cables but nothing has fixed that problem14:49
TJ-dimsen: What is the exact make/model number of the drive?14:49
dimsenToshiba DT01ACA20014:49
=== steffen is now known as Guest53859
TJ-dimsen: Which Ubuntu release are you using ("lsb_release -r"), and which kernel version ("uname -r") ?14:50
dimsenLinux MyComputeName 3.8.0-34-generic #49-Ubuntu SMP Tue Nov 12 18:00:10 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux No LSB modules are available. Distributor ID:    Ubuntu Description:    Ubuntu 13.04 Release:    13.04 Codename:    raring14:50
lowlygunnerhey all. how do i connect to an admin share of a windows box?14:51
SaberX01lowlygunner, use Samba or SSHFS14:52
lowlygunneri added the line to my fstab, but when i mount -a, it give me the follwing error mount error(115): Operation now in progress14:52
SaberX01lowlygunner, what directions / how too are you following?14:52
lowlygunneri'm not following any directions. just going off what i remember. so in my fstab, i have the line "//192.168.1.10/c$/      /mnt/viper      cifs    credentials=/home/danub/.smbcredentials,rw      0       0 " i have tried with and without the $ and neither work14:54
streulmahello, is it not better on an older Mac (macbook 5-2) to run Ubuntu? As it is faster?14:55
natanaeloI14:55
natanaelalguem fala portugues ?14:55
somsip!pr | natanael14:56
hitsujiTMO!br | natanael14:56
ubottunatanael: 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.14:56
somsiphitsujiTMO: ta14:56
SaberX01lowlygunner, Id' start at the top of this: https://help.ubuntu.com/community/MountWindowsSharesPermanently14:56
TJ-dimsen: The errors you are reporting are often/usually caused by physical connection issues or failing drives but as you've changed things around and it works fine through USB I'd take a stab at guessing the PC motherboard may have an issue running the port at 6Gbps. What make/model is the motherboard?14:56
streulmawhat do you think?14:56
natanael#ubuntu-br14:57
somsipnatanael: /join #ubuntu-br14:57
streulmais it faster to run ubuntu on an old Macbook ?14:57
=== AndresSM_away is now known as AndresSM
dimsenmainboard is => ASUS P5G41T-M14:57
TJ-dimsen: In the past I've had to reprogram drives to run at 3Gbps because they had intermittent problems running at 6Gbps on some SATA controllers14:57
dimsenTJ-: are there any how tos .. to switch that drive from 6 GBits to 3 GBits ??14:59
TJ-dimsen: Don't do that until you can be sure there's nothing else to cause this. You said earlier, you'd had it working with Windows, is that correct? Does that mean you had it running with an instance of Windows installed on another drive, or you actually installed and ran Windows from this drive on this motherboard?15:02
=== ryanakca_ is now known as ryanakca
TJ-dimsen: According the ASUS web-site knowledge base this is a known problem. See http://support.asus.com/FAQ/detail.aspx?SLanguage=en&m=P5G41T-M%20LX&p=1&s=22&os=&hashedid=TOOAPqOMZFVMI9Ji&no=A9AE8BF4-52DC-771B-ADF3-6F203E22108E15:03
marcusanyone can help me with multiple x sessions multiple monitors nvidia?15:03
dimsenIve installed and ran MS Windows 7 on this drive with that same Board ..15:03
idueppeSaberX01: Well landscape is very interesting. But maybe at the current state with one server a little oversized.15:04
TJ-marcus: I run two GPUs with 6 monitors over several X screens from one login session; what do you need to know?15:04
TJ-dimsen: Which suggests the SATA driver in Linux might be the issue, do you agree?15:04
SaberX01idueppe, here's the problem, you can ssh to a server, start a script on that server to re-install itself, that has to be done from another server.15:05
SaberX01*you can not ssh .. .. ..15:05
dimsenMaybe that could be the issue .. but ive also tried to installed linux mint on it .. and there came the same error .. I know Mint is just a fork of Ubuntu .. but ive hoped itll be run better ..15:06
idueppeAfter I run "debootstrap --arch amd64 --components=main,restricted,universe,multiverse --verbose precise /ubuntu http://archive.ubuntu.com/ubuntu/" "chroot /ubuntu /bin/bash -c "apt-get -y install linux-image-generic" loads version 3.2.0-57 and not the current 3.8.0_34 version, why?15:07
TJ-dimsen: If it is down to the kernel driver then I'd doubt you'd see a difference15:07
andrewjs18hey folks, can anyone help out with this issue?  http://ubuntuforums.org/showthread.php?t=219698015:07
dimseni fully agree with you ..15:07
dimsenso .. may you have an advice for me ..15:08
SaberX01idueppe, we talked about that earlier, you need a newer ISO,  12.04 or better, and use the debootstrap from that distro.15:08
TJ-dimsen: let me see if I can find out how I handled the speed limitation issue ... it was a long time ago now15:08
dimsenmay another linux OS ..15:08
ActionParsnipandrewjs18: try:  sudo apt-get clean; sudo apt-get --reinstall install grub-pc15:08
andrewjs18ActionParsnip, let me try it out - thanks!15:08
marcusTJ: when i do startx :1 & DISPLAY=:1 my primary screen goes black, when i do X :1 & DISPLAY =:1 both screen goes black. what to do?15:08
idueppeSaberX01: I don't understand you. I guess therefore is debootstraping to start a rescue or live cd and installing linux and install it onto a new disk15:09
andrewjs18ActionParsnip, blah, it's returning this again when I try the --reinstall install grub-pc: andrew@backup-server:~$ sudo apt-get --reinstall install grub-pc15:09
andrewjs18E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.15:09
TJ-marcus: You'd need to pastebin the "/etc/X11/xorg.conf" to give us a clue15:10
SaberX01idueppe, debootstrap installs a minimal Linux system, bare minimum tool, and you add to it from there.15:10
MonkeyDustandrewjs18  is it grub-pc you specificaly want to install?15:10
idueppeSaberX01: Ah ok, I didn't catch this with I need a newer ISO. Where can I find it (a downloaded that one before chrismas). Or can I use the server install iso to start a terminal and run my script?15:10
SaberX01cdimage.ubuntu.com15:11
SaberX01idueppe, I'd recommend getting the 12.04-Server ISO15:11
andy_10assalam15:11
andrewjs18MonkeyDust, well, when I was running sudo apt-get update, it was hanging up on these parts: Setting up libreoffice-common (1:3.5.7-0ubuntu5) ...15:11
andrewjs18Setting up libdevmapper-event1.02.1 (2:1.02.48-4ubuntu7.3) ...15:11
andrewjs18Setting up grub-pc (1.99-21ubuntu3.14) ...15:11
andrewjs18for hours...until I killed the process15:11
andrewjs18my grub is screwed up; it doesn't automatically boot after 10 seconds any longer15:11
andy_10ada yang tau cara instal aplikasi windows ke ubuntu ??15:12
marcushttp://pastebin.com/pHB6SDZc <- generated xorg config (dont know how to change)15:12
=== james is now known as Guest22998
TJ-dimsen: Can you pastebin the output of "lspci -nn" ?15:13
idueppeSaberX01: I habe ubuntu-12.04.03-server-amd64.iso15:13
andy_10mksdunya marcus ??15:13
SaberX01idueppe, what your essentially trying to do is replace the installer withe a bash script, not easy. You probably need help form ubuntu-devel as that topic is far beyond normal support.15:13
Guest22998Hello everyone how's it going? Is the Linux file system the same for all distros? (Mint, Ubuntu, Arch, Debian etc) Also, do Ubuntu commands work with all distros or are there different commands for different Os's?15:13
marcus?15:13
pepitoHi evrybody ! Hope you're fine :) . I have a problem, when i start metasploit I have a Database problem : it's not connected to the database ... Some help please. :)15:14
dimsenTJ: sure .. ill paste it in 2 minutes ,,15:15
TJ-marcus: What generated that xorg.conf? It is a mess!15:15
marcusX :2 -config (not sure)15:15
TJ-marcus: You want to use the proprietary Nvidia drivers, or the Nouveau open-source ?15:16
marcusim using apt-get nvidia-current15:16
SaberX01pepito, just to ask the obvious ,, what DB does it use, and are you sure it's installed / configured correctly ?15:16
TJ-marcus: Which version of Ubuntu?15:17
marcus13.1015:17
TJ-marcus: OK .. Ubuntu or Kubuntu or Xubuntu?15:17
marcusubuntu -_15:17
idueppeSaberX01: Ok... where can I get this support?15:17
pepitoSaberX01 : "  Failed to connect to the database: could not connect to server: Connection refused15:17
pepitoIs the server running on host "localhost" (127.0.0.1) and accepting15:17
pepitoTCP/IP connections on port 7337?15:17
pepito"15:17
FloodBot1pepito: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.15:17
WeThePeoplehi, how do i edit volume settings so the volume will go higher?15:17
WeThePeoplebeyond max15:18
WeThePeopleits not loud enough15:18
WeThePeople:)15:18
TJ-marcus: OK ... I'd recommend you remove that xorg.conf completely, then start the desktop properly using "sudo service lightdm start" and then once you've logged in, use the "nvidia-X server settings" GUI tool  to configure the screens15:18
dimsen@ TJ pastebin => http://pastebin.com/Sk1cNK1915:19
=== pacopad_ is now known as pacopad
TJ-marcus: Configure it so that all GPUs/monitors/screens are working (several logout-login loops to be sure) then you can work on modifying the generated xorg.conf to your exact requirements15:20
marcusall monitor is working already, and xorg file was a backup (i deleted current), but whenever i generate it looks like that15:20
marcushow to login on terminal when restart? o_o15:21
TJ-marcus: But that generated xorg.conf doesn't include any mention of the nvidia drivers... you need to ensure you have "nvidia-current" installed and working, and use the nvidia X settings tool to configure it is far better than the "X -config" method15:22
TJ-marcus: log-in the usual way... switch to a tty (Ctrl+Alt+F1 through F6)15:22
michael_87I am in a bit of a pickle. I made a sweet theme on my laptop but I want to change the splash screen loader. I downloaded one that looks pretty sweet from gnome-look.com. put my ubuntu says it is not trust worthy and warns that if I do it might cause my system to become unstable. I just want a nicer bootloader then the standerd ubuntu one please help15:23
TJ-michael_87: How much time do you spend looking at the splash screen?15:23
Guest22998Hello everyone how's it going? Is the Linux file system the same for all distros? (Mint, Ubuntu, Arch, Debian etc) Also, do Ubuntu commands work with all distros or are there different commands for different Os's?15:23
marcusok, brb15:24
michael_87TJ-, heh not alot since the new ubuntu boots so freaken fast. But it would be nice to know how to change it and do it safely. Not a huge deal.15:24
SaberX01idueppe, I'd try in #ubuntu-devel or #ubuntu-server15:25
somsipGuest22998: there are similarities and differences, but the standard is FHS. Commands are the same to a degree, but there are differences too.15:25
michael_87can't wait for the next lts 14.0415:25
compdocI know its hard to wait, but I must insist that you do15:26
MonkeyDustGuest22998  is this useful http://mybroadband.co.za/news/software/32474-a-windows-users-guide-to-linux.html15:26
SaberX01pepito, I dont see this package in the repos are you building it from source ?15:27
DRatJrHow much video memory should be allocated to Ubuntu in VirtualBox? I have 20GB of space for it, with 4 GB of RAM.15:27
SaberX01Max15:27
liamkeilygb.archive.ubuntu.com down?15:27
SaberX01I think max is like what 120MB or something?15:27
somsipliamkeily: this is a useful site http://www.downforeveryoneorjustme.com/15:28
DRatJrIt's at 12 MB right now.15:28
=== Discovery is now known as Guest44982
SaberX01Max it out for best performance.15:28
DRatJrI am just not sure what I should set it to. I'll just be surfing the net and coding.15:28
DRatJrMax is 128 MB15:29
michael_87with the execption of a few minor annoyances, 13.10 is running a whole lot better then 13.04. when it first came it was not as good and I was very aggravated. Thank you ubuntu. you have become more effieciant then windows 7 on my laptop15:29
DRatJrSo just max it then?15:29
SaberX01set it to 128 then15:29
DJonesDRatJr: For video memory in a VM, I normally use 128/256Mb the same as a oldish graphics card15:29
marcusok, so im rdy: http://pastebin.com/irpNSbkb15:29
guardianxthat's what she said15:29
Guest22998MonkeyDust, does Ubuntu only use .deb packages? That would explain why I can't figure out rpm's15:29
pepitoSaberX01, I just intall it from Rapi7 .. and after launch it.15:30
MonkeyDustGuest22998  true15:30
SaberX01pepito, The build instructions say you need postgresql .. have you installed that DB ?15:30
SaberX01pepito, what version of Ubuntu you on?15:31
pepito12.15:31
BluesKaj12 what?15:31
marcusTJ plox help15:31
pepitoSaberX01, I'll chech postgresql and I use ubuntu 12.0415:31
SaberX01pepito, just sudo apt-get install postgresql   .. should ask for you UN & PW,use that for you app to connect, or follow their build instructions form that point on.15:32
Guest22998MonkeyDust, ok cool thank you. I have always had an interest in Linux I just never really had the time to sit down and figure it out. I am taking computer classes now that require me to know it. My school goes through a company called Testout to learn Linux, it is like an online teacher and a virtual environment to practice command line etc. The program don't run on Linux because it requires microshaft silverlight. I hate learni15:33
Guest22998ng linux on a windows machine, but silverlight and moonlight fail to load it up. Is there a way you know of that I could get silverlight running on my Ubuntu 13.10? I could use a virtual machine but that takes a lot of resources.15:33
shreezbotCopying from one of my hard drives to another is EXTREMELY slow, is there a good way to determine if my hard drive is going bad?  There is data there, and I can access it, but it is extremely painfully slow...15:34
somsipGuest22998: consider coLinux, cygwin, and something else I forget, but this is OT for here15:35
ActionParsnipshreezbot: is it usb or internal or firewire or esata and so forth?15:35
Guest22998somsip,  OT?15:35
shreezbotActionParsnip, Internal SATA.15:35
somsip!ot | Guest2299815:35
ubottuGuest22998: #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!15:35
ActionParsnipshreezbot: you can use the manufacturer's tool on the ultimate boot cd, and/or fsck the partition15:36
Guest22998ubottu, Wasn't trying to get off topic I was only asking if I could get Silverlight working on Ubuntu so I can run my school program on it15:36
ubottuGuest22998: I am only a bot, please don't think I'm intelligent :)15:36
ActionParsnipshreezbot: you will need to use ubuntu liveCD to fsck from15:36
MonkeyDustGuest22998  in short: type /join #ubuntu-offtopic15:36
somsipGuest22998: you asked what OT meant. I triggered the bot to explain it15:36
SaberX01Guest22998, Have a looky here: http://ubuntuhandbook.org/index.php/2013/08/use-silverlight-in-firefox-chrome-in-ubuntu-via-pipelight-plugin/15:37
shreezbotActionParsnip, I've tried to fsck the partition, but it says that it has a bad superblock.15:37
somsipGuest22998: though this might help (not much though) http://ubuntuforums.org/showthread.php?t=202933615:37
Guest22998SaberX01, Thank you, and somsip ill check it out15:38
shreezbotActionParsnip, It isn't my bootdrive that is bad, do I still need to use the LiveCD?15:38
pepitoSaberX01, I checked, I installed postgresql, so I don't understand where the problem is ... ?15:38
SaberX01pepito, that's about as far as I can go .. I read though the package build instructions, there's allot to it. You may want to contact the maintainers.15:40
=== pulchy is now known as SpaceCat
=== root is now known as Guest12047
dimsen: TJ- pastebin => http://pastebin.com/Sk1cNK1915:46
TJ-dimsen: OK, that uses the ata_piix driver15:50
Guest22998SaberX01, THANK YOU SO MUCH!!! IT WORKED!!15:50
SaberX01Guest22998, Welcome ..15:51
ActionParsnipshreezbot: as long as you can unmount it then its fine15:54
ActionParsnipshreezbot: you can specify a different superblock15:54
TJ-dimsen: Using libata's "libata.force=..." kernel command-line parameter it is possible to set the link seed. The information is in the Linux kernel's "Documentation/kernel-parameters.txt" file15:55
=== JotaK2 is now known as MakOke
TJ-dimsen: There's an AskUbuntu article that details what you need to do at http://askubuntu.com/questions/145965/how-do-i-target-a-specific-driver-for-libata-kernel-parameter-modding15:56
TJ-dimsen: I have to leave now (huskies to run!)15:56
shreezbotActionParsnip, I tried specifying a different superblock and it still says it is corrupt...  :(16:00
=== zz__gypsy_ is now known as _gypsy_
=== bananajoey is now known as bananajoe
dimsenNo Problem TJ .. may we keep talking later ..16:03
dimsenThank you so much for your support TJ16:04
shreezbotActionParsnip, When attempting to recover the backup superblock, should I choose the first one, or one of the other ones???16:07
=== jim is now known as Guest92682
ActionParsnipshreezbot: there are lots of superblocks16:15
ActionParsnipshreezbot: I beleieve it is every 8042 blocks or so16:15
ActionParsnipshreezbot: there are guides online16:16
shreezbotActionParsnip, Yea, I'm following one of those now.  It just wasn't clear on which one to select16:17
ActionParsnipshreezbot: they are all the sam as far as I know, if one is bad, use a different one. Very resilient file system :)16:17
shreezbotActionParsnip, I'm getting a new error that says the "Attempt to read block from filesystem resulted in short read"...16:18
killerbart10can someone help me install ubuntu from sd card, IM me16:19
ActionParsnipshreezbot: I dont know what that means, sorry16:19
ActionParsnipkillerbart10: its the same as CD, use unetbootin to put the ISO on the SD card16:19
ActionParsnipkillerbart10: remember to MD5 test the ISO you download16:19
killerbart10anyone?16:20
Rorykillerbart10: What problem are you having?16:20
Rory!usb | killerbart1016:20
ubottukillerbart10: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent16:20
killerbart10im using linux to install ubuntu16:21
ActionParsnipkillerbart10: I have responded16:21
ActionParsnipkillerbart10: use unetbootin16:21
apb1963so I seem to be losing my mind...  is this not correct?  ln -s <real folder> <link folder>16:21
ActionParsnipapb1963: ln -s source dest16:21
vincenzociao16:22
apb1963ActionParsnip: with source being the existing folder and dest being the link, yes?16:22
killerbart10im having problems making the sd card bootable16:22
killerbart10 16:22
ActionParsnipapb1963: yes, the source is the real, the dest is the ink you want to make16:23
killerbart10 16:23
ActionParsnipkillerbart10: hw are you making the SD card bootable?16:23
killerbart10 16:23
vincenzoaiuto su vuze16:24
ActionParsnipkillerbart10: hw are you making the SD card bootable?16:24
vincenzoper favore16:24
ActionParsnip!es | vincenzo16:25
molgrumwhen i click on magnet links, it asks for an application to open it with. what should i choose? there are no suggestions16:25
ubottuvincenzo: 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.16:25
killerbart10i looked on the internet on makeing it bootable through the linux terminal16:25
ActionParsnipmolgrum: /usr/bin/transmission-gtk16:25
molgrumActionParsnip: thanks i'll try that16:25
gvoActionParsnip: I think that was Italian16:25
ActionParsnipkillerbart10: you can use dd to put the ISO on the SD card, or use unetbootin16:25
apb1963ActionParsnip: that's what I thought....so why when I "cd <link>", the real folder is inside the link folder?  In other words, instead of there being actual files... I get another level of folder.16:25
vincenzograsias ubottu16:26
killerbart10 16:26
killerbart10 16:26
FloodBot1killerbart10: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.16:26
ActionParsnipapb1963: yes, the folder will abstract, so if you make a symlink'd folder in ~/Desktop you will get ~/Desktop/foldername16:26
killerbart10 16:26
killerbart10 16:26
ActionParsnipapb1963: the pwd doesn't switch to the path of the linked data16:26
ActionParsnipkillerbart10: ifyou type text, then press ENTER , it helps16:26
bobptzcan somebody help me how to redirect to the https version of a site, when I have nginx?16:27
llutzapb1963: ln -s dir link            where "link" must not exist before16:27
killerbart10help16:27
ActionParsnipgvo: used google translate, it said 'aiuto su vuze' means 'help on vuze' in spanish16:27
=== winegoddess_ is now known as winegoddess
llutzapb1963: as you see, if "link" already exists, it creates a new link inside16:27
slax0rbobptz: rewrite ^ https://$server_name$request_uri? permanent;16:27
ActionParsnipgvo: mind you, many latin-based languages are similar :)16:28
gvoActionParsnip: They are very close.  per favore is Italian however.16:28
bobptzslax0r and where do I place this command?  in the vhost file?16:28
slax0rbobptz: in server directive16:28
apb1963ActionParsnip: That seems to be non-traditional behavior16:28
apb1963llutz: The link does not already exist16:28
killerbart10can i download unetbootin with .deb?16:29
MonkeyDust!find unetbootin16:29
ubottuFound: unetbootin, unetbootin-translations16:29
bobptzslax0r, I am sorry, can you tell me which file this is and where it is located?16:29
ActionParsnipapb1963: thats very standard16:29
apb1963I bet it's because I'm not using an absolute path16:30
slax0rbobptz: erm, /etc/nginx/sites-available/yoursitefile, I think ubuntu has those files there16:30
killerbart10?16:30
ActionParsnipgvo: indeed, por favore is the Italian :)16:30
slax0rin it, you should have server { listen 80; server_name yourdomain.com; } and probably more, in that server directive, you add the rewrite16:31
slax0rbobptz: ^16:31
ActionParsnipapb1963: doesnt matter, the link will be relational or absolute, it will still act the same16:31
MonkeyDustkillerbart10  it works, we see you, now you can ask your question16:31
bobptzslax0r thank you.  please let me check the files and see if I can d o this16:32
ActionParsnipapb1963: note the example here: http://en.wikipedia.org/wiki/Symbolic_link16:32
killerbart10can i download unetbootin to a .deb file?16:32
roman71killerbart10: try this link: http://packages.debian.org/search?suite=all&keywords=unetbootin16:33
slax0rthat was already answered -.-16:33
apb1963ActionParsnip: You're right.  This makes no sense.  I have <dir.version.1> and <dir.version.2>  living in /var/www/html   I want to to have /var/www/html/link point to <dir.version.2>.  When I cd to /var/www/html/link it puts me in <dir.version.2> and inside I do ls and there's another <dir.version.2>16:33
MonkeyDustkillerbart10  sudo apt-get install unetbootin16:34
slax0rapb1963: ln -s /var/www/html/dirver2 link16:35
apb1963ActionParsnip: I take that back... cd brings me to /var/www/html/link but then ls shows me <dir.version.2> ... a directory.16:35
ActionParsnipkillerbart10: what distro are you making the bootable SD card on?16:35
slax0rand cd /var/www/html/link && ls shows another dirver2?16:35
apb1963slax0r: exactly16:35
bobptzslax0r this is the content of the file:  http://paste.ubuntu.com/6679370/16:35
slax0rcan you pastebin ls -l /var/www/html?16:35
apb1963a minute16:35
slax0rbobptz: should work too, add the rewrite after listen *:80;16:36
bobptzslax0r   after which line do I put it?16:36
blzHello, I've installed a fresh ubuntu installation with a LVM and I'd like to extend the existing / partition with an new hard drive -- I'm having a lot of trouble making sense of the LVM docs.  Could somebody please help walk me through this?16:36
blzhere's the output of my pvdisplay:  http://paste.ubuntu.com/6679372/16:36
ActionParsnipkillerbart10: you can use 'dd' (carefully) to put the ISO on to an SD card16:36
slax0rbobptz: listen *:80;16:36
blzand the drive I'd like to add is /dev/sdb1 (which is already formatted as 8e / LVM)16:37
killerbart10im using kde4 on eeepc70116:37
llutzActionParsnip: ls -ld /var/www/html/link16:37
llutzapb1963: ^^ sry ActionParsnip16:37
ActionParsnipkillerbart10: thats a desktop. KDE4 isnt a distro16:37
ActionParsnipkillerbart10: is it Ubuntu?16:37
ActionParsnipkillerbart10: or Kubuntu etc, or Mandriva or Suse .....?16:38
killerbart10?16:38
ActionParsnipkillerbart10: in a terminal run, cat /etc/issue     what is output?16:38
MonkeyDustkillerbart10  what's the output of   cat /etc/issue16:38
ActionParsnipMonkeyDust: snips!16:38
MonkeyDustActionParsnip  was faster :)16:38
ActionParsnipMonkeyDust: that's what she said16:38
killerbart10kubuntu16:38
ActionParsnipkillerbart10: then run:   sudo apt-get install unetbootin16:39
apb1963screenshot: http://snag.gy/wPRAY.jpg16:39
slax0rwth is ll?16:40
slax0ralias for ls-l16:40
bobptzslax0r, it did not work.  Maybe I need to restart nginx?  Or maybe add it AFTER this line: server_name surf-anonymous.info www.surf-anonymous.info;16:40
slax0rls -l?16:40
apb1963yes16:40
slax0roh16:40
slax0rbobptz: restart is needed yes16:40
apb1963ls -la actually16:41
killerbart10output debian GNU/Linux 4.0 /n /l            / is meant to be backslash16:41
ActionParsnipkillerbart10: assuming that is supported you can install unetbootin and use it. support for debian is in #debian16:41
killerbart10?16:41
slax0rapb1963: and if you run: cd /var/www/html/phpMyAdmin-4.1.3-all-language && ls16:41
slax0rdo you get the same file listing?16:41
killerbart10ok16:42
apb1963well if I do that I feel stupid16:42
MonkeyDustkillerbart10  you're in the wrong channel, type /join #debian16:42
slax0rapb1963: why?16:42
apb1963I'm up way too early... I only got 4 hours last night16:42
slax0rapb1963: I have a feeling that your phpMyAdmin-longname dir holds another dir with the same name16:43
apb1963yup16:43
slax0r-.-16:43
slax0rare you kidding me? :D16:43
apb1963noipe16:43
apb1963nope16:43
blzHow can I extend a logical volume to use all the space on a physical drive?16:43
=== pacopad_ is now known as pacopad
apb1963how that happened is yet another story16:44
slax0rquickfix for your headache: cd /var/www/html/phpmyadmin && mv phpMyAdmin-4.1.3-all-languages/* .16:44
blzor more exactly, all the space in the partition formatted for LVM use belonging to the logical volume16:44
apb1963yeah16:44
apb1963ty :)16:44
blzbasically I'd like to "use all the space"16:44
apb1963at least ln isn't crazy16:44
ActionParsnipblz: use ubuntu liveCD and run gparted16:44
blzActionParsnip, LVMs can be managed via gparted?16:44
slax0radan0s: usualy it's not :P16:44
ActionParsnipapb1963: or ditch phpmyadmin and manage the server using SSH like aman :)16:44
slax0rerrr... apb196316:45
ActionParsnipblz: no idea, not used LVM16:45
apb1963ActionParsnip: haha....  I'm a mouse16:45
blzActionParsnip, this specifically pertains to an LVM, though16:45
blzActionParsnip, not that your input isn't appreciated =)16:45
slax0rapb1963: then install xfce, you'll love it :P16:45
apb1963ActionParsnip: Actually I used to do just that... until someone introduced me to phpmyadmin and I never looked back16:45
apb1963slax0r: whys that?16:45
ActionParsnipblz: http://www.tldp.org/HOWTO/LVM-HOWTO/extendlv.html16:45
slax0rapb1963: xfce's logo is a mouse :P16:46
apb1963haha16:46
slax0ranyhoo, I'm out16:46
slax0rcheers16:46
ActionParsnipapb1963: using ssh means your skills are transferrable, not all servers and environments have phpmyadmin16:46
roman71slax0r: try MATE - desktop, its fine fallback to Gnome2 :)16:46
apb1963ActionParsnip: They do when I put it there.16:46
m_Hello16:46
blzActionParsnip, yeah that's what I'm looking at. I'm a bit overwhelmed... I'm not sure I understand the difference between extending a logical volume and extending the underlying filesystem16:46
ActionParsnipapb1963: im sure a tonne of employers would tell you not to16:47
ActionParsnipblz: time to get smart. Know your enemy16:47
blzActionParsnip, yes, that's why I'm here ^^16:47
gneale`exit16:47
killerbart10 16:47
apb1963ActionParsnip: well, it's no longer a concern... but I've never had an employer tell me not to do something I wanted to do....  I once had some bonehead tell me I couldn't run ntp, but that's about it.16:48
slax0rroman71: thanks for the suggestion, but I'm a kde fan :P16:48
m_Can anybody help me with mute which is switching on on its on. Tried the physical button, icon and Alsamixer16:48
ActionParsnipapb1963: every server should run NTP or you can tombstone your domain16:49
roman71slax0r: Great, i like KDE Desktop, really nice :)16:49
apb1963ActionParsnip: like I said... he was a bonehead :)16:49
ActionParsniproman71: there are many to choose from. KDE is far from light but it is feature rich16:49
llutzif one only could get rid of those stupid "activities" in kde ...16:49
apb1963hahaha  so I'm not the only one that thinks the activities are annoying?16:50
rakesh__can anybody tell me how to partition  drive after installing ubuntu.was trying g parted but it shows locked drive16:50
roman71ActionParsnip: Yeah, more rich than all Windows OS :)16:50
neitengeukeri am looking for a girl with some ubuntu knowledge for special hours behind the screen16:50
ActionParsniproman71: very, which is both good and bad16:51
ActionParsnipneitengeuker: that is offtopic here16:51
ActionParsnip!girls | neitengeuker16:51
ubottuneitengeuker: Girls exist on the internet. See http://www.escapistmagazine.com/print/17/27 | http://www.xkcd.com/322/ | For more interesting reading: http://www.tldp.org/HOWTO/Encourage-Women-Linux-HOWTO/16:51
=== rakesh is now known as Guest41384
rakesh__can any1 help me with g parted16:53
douglrakesh__, what kind of help do you need?16:54
Guest41384i find the drive locked(key sign)16:55
=== zz__gypsy_ is now known as _gypsy_
blzActionParsnip, re LVM stuff:  I came across this and it's a very clear guide.  Just in case you're the least bit interested. http://www.tcpdump.com/kb/os/linux/lvm-resizing-guide/all-pages.html16:56
blzActionParsnip, thanks for your help =)16:56
ActionParsnipblz: just be sure your backups are up to date and you can do as you please16:56
blzActionParsnip, haha it's already done.  No fear when there's no data to be backed up ^^16:56
Guest41384its that i cant unmount frive(it shows locked)16:57
Guest41384hi <dougl> r u there16:58
bobptzslax0r, the vps is rebooted, but the website does not respond, it is dead16:58
=== ubuntu is now known as Guest32275
bobptzslax0r  the site is www.surf-anonymous.info16:59
=== dziegler is now known as dziegler_off
killerbart10?16:59
Guest41384first can any1 tell me hw to change nickname17:00
bobptzslax0r, maybe I should have put the directive after the server_name surf-anonymous.info www.surf-anonymous.info;   so that server_name  is defined?17:00
PiciGuest41384: /nick somethingelse17:00
=== Guest41384 is now known as starhunter
starhunterthanx pici17:00
starhunternw  tell me hw do i partition my disk using g parted .it shows locked drive.(key sign)17:01
killerbart10can someone help me install ubuntu using dd and linux terminal17:01
Rorystarhunter: Is this the drive that Ubuntu is installed on?17:01
Rorykillerbart10: You can create an installation USb using dd17:01
starhunteryeah rory17:01
Rory!usb | killerbart1017:01
ubottukillerbart10: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent17:02
Rorystarhunter: You can't do things to active partitions; you need to use a LiveCD17:02
killerbart10?17:02
Rorykillerbart10: ?17:02
aaronmeharGuest41384: /nick <yournick>17:02
starhunterthat means i need a bootable usb ?17:02
Beldarkillerbart10, be specific.17:02
killerbart10im using an sd card17:02
bobptzslax0r should I move the directive lower?17:02
dipakstarhunter: possibly the drive is mounted try to unmount it17:03
killerbart10 17:03
starhunterdipak cant unmount it17:03
killerbart10?17:03
Rorystarhunter: usb, or dvd yes17:03
starhunterwill my contents be safe17:03
Rorykillerbart10: That's fine, the process is the same. It's better not to use dd though, but to use a tool like the Startup Disk Creator which is included in Ubuntu. Read the page on Ubottu's link above17:03
Rorystarhunter: What are you trying to do, overall?17:04
=== picca_ is now known as picca
killerbart10im trying to install ubuntu on a sd card, using dd in he linux terminal17:04
Rorykillerbart10: OK I wasn't actually asking you, but why are you so set on using dd?17:04
starhunterits just that while installing ubuntu i did not partition disk as it was taking longer time.but i want to do it now17:04
Rorykillerbart10: and why isn't it working, what error are you getting?17:04
Rorystarhunter: You want to grow or shrink your Ubuntu partition?17:05
killerbart10i dont have ubuntu, thats what i trying to install17:05
ActionParsnipkillerbart10: dd is a very simple way to put the data on to the SD card17:05
Rorykillerbart10: I don't believe you've even read that link at all17:05
Rorykillerbart10: Since if you have, you wouldn't still be asking questions17:05
ActionParsnipkillerbart10: why not use unetbootin?17:05
dipakstarhunter: Open a Terminal on Ubuntu (live cd) and force unmount the partition.17:05
dipaksudo umount -f /dev/sda217:05
Rory!danger17:06
ubottuDO NOT RUN THAT COMMAND! That particular command is DANGEROUS and shouldn't be uttered here. REST OF YOU: DANGER, WILL ROBINSON, DANGER! Do not use the command or utter it here thank you!17:06
idueppeSaberX01: I don't get it. If I boot from the liveCD the kernel has the 3.8.0.29 version... so why does debootstrap install 3.2?17:06
starhunterdipak:have tried that17:06
Rorydipak: starhunter: You can't resize the partition that Ubuntu is on, while Ubuntu is booted. You need to boot from a live session17:06
Rorystarhunter: It's a non-destructive operation, but best to back up anythinng important just to be safe17:06
starhunterrory: will the content be safe17:07
=== Enissay__ is now known as Enissay
killerbart10i cant install unetbootin17:07
dipakRory: yes that's what I am saying17:07
bobptzslax0r, I had to completely remove the command, otherwise the site did not work:    rewrite ^ https://$server_name$request_uri? permanent;17:07
Rorystarhunter: It's a non-destructive operation, but best to back up anythinng important just to be safe17:07
killerbart10?17:08
Rorykillerbart10: What distro are you currently on?17:08
starhunterrory:also tell me if i can install windows after ubuntu.17:08
Rorystarhunter: You can, but you'll have to install the Ubuntu bootloader again17:08
Rory!grub | starhunter first link here17:08
ubottustarhunter first link here: GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub217:08
=== winegoddess_ is now known as winegoddess
ActionParsnipkillerbart10: instead of redundant '?' nonesense. Try typing a sentance17:09
dipakkillerbart10: why?17:09
killerbart10 17:09
ActionParsnipkillerbart10: typing a single question mark on a line and hitting ENTER does nothing at all17:09
starhunterwell let me first partition then wud come back to you17:09
starhunterthanx a lot though17:09
Rory!pm > killerbart1017:09
ubottukillerbart10, please see my private message17:09
ActionParsnipkillerbart10: have you installed unetbootin in the OS you are running now?17:10
killerbart10the chat doesnt auto come throug, i have to type somthing17:10
ActionParsnipkillerbart10: fine, have you installed unetbootin in the OS you are running now17:11
ActionParsnip?17:11
MacrotusHi!17:11
RoryHello Macrotus17:11
bobptzcan somebody help me redirect everything to the https version of a site, I use nginx17:11
RoryYes bobptz the people in #nginx can17:11
MacrotusHey, I just installed Ubuntu on a partition on my Sony Vaio Pro. How do I get into the boot menu? It just boots and doesn't get into grub17:11
RoryMacrotus: How far does it get in the boot process, does it hang? At what point?17:11
oris hello. I have issue with logitech usb camera, my pc recognizes it but I have a black screen. any ideas?17:11
killerbart10 17:12
ActionParsnipMacrotus: hold shift at boot17:12
bobptzRory thanks, I did not know this channel17:12
ActionParsniporis: what apps have you tested it in?17:12
ajdjawdoiawdiojHas anyone else experienced sound out of only the Right Side with a headset? When I hookup an external usb sound card both sides play audio with the same headset.17:12
ActionParsniporis: what is the output of:  cat /etc/issue     ?17:12
MacrotusActionParsnip it boots straight to Windows even if I hold shift17:12
MacrotusRory: It doesn't hang, when I press the button it just loads Windows17:13
Roryajdjawdoiawdioj: Does the issue occur with a different headset in the same interface as the one where the problem occurs?17:13
Roryajdjawdoiawdioj: Can you go into sound settings and check the balance is centred17:13
gumbotronix /msg nickserve identify bl4hbl4h17:13
ActionParsnipMacrotus: did you install Ubuntu to a separate physical hdd17:13
duhamelHi all, I am running ubuntu 13.10 on a 47" hdtv and want to set it up for a 10' interface. i have changed the font size using gstettings text-scaling factor but i want to change all dpi to make top panel and everything bigger.17:13
gumbotronix /msg nickserv identify bl4hbl4h17:13
=== jim is now known as Guest21411
ActionParsnipajdjawdoiawdioj: what is the output of: wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && chmod +x ./alsa-info.sh && ./alsa-info.sh --upload17:13
dipakMacrotus: then you need to reinstall grub on the MBR17:13
duhamelhow would i do this?17:13
ActionParsnipgumbotronix: time for a new password17:13
=== zenix`away is now known as zenix`
killerbart10 17:13
MacrotusActionParsnip no, it has only one SSD. I created a partition in Windows for it, formatted as ext4 and installed Ubuntu on that17:14
Rory!grub | Macrotus17:14
ubottuMacrotus: GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub217:14
killerbart10!DANGER17:14
ubottuDO NOT RUN THAT COMMAND! That particular command is DANGEROUS and shouldn't be uttered here. REST OF YOU: DANGER, WILL ROBINSON, DANGER! Do not use the command or utter it here thank you!17:14
ActionParsnipMacrotus: i'd boot to the liveCD and reinstate grub to the MBR then17:14
Rorykillerbart10: What was that in aid of?17:15
duhamelMacrotus: have you tried grub customizer? it's in the ppa17:15
ActionParsnipMacrotus: omgubuntu has a guide called 'sticking it to grub' very handy17:15
ajdjawdoiawdiojRory: any headset has sound in just the right ear17:15
orisActionParsnip, skype and cheese doesnt work17:15
ajdjawdoiawdiojRory: no it's balanced17:15
ajdjawdoiawdiojActionparsnip: checking17:15
ActionParsnipajdjawdoiawdioj: run the command I gave, what is the URL generated17:15
dipakMacrotus: Have you partitioned the ubuntu partition manually in the ubuntu installer?17:16
ajdjawdoiawdiojhttp://www.alsa-project.org/db/?f=631989a47738e898a503c4fcc9dc2ab2f7bf7aae17:16
ajdjawdoiawdiojit happens on ubuntu & debian I tried both17:16
Macrotusdipak: I created the partition using Windows because I wasn't sure which one was the right one and Ubuntu didn't recognize Windows so...17:16
ActionParsniporis: ajdjawdoiawdioj you are using debian17:16
ajdjawdoiawdiojI'm using both17:16
duhamelMacrotus: also boot-repair from a live distro has helped me with my dual botts and it's simple.17:16
ActionParsnipajdjawdoiawdioj: debian is not ubuntu and is not supported hee17:16
ActionParsnipajdjawdoiawdioj: debian support is in #debian17:17
Roryajdjawdoiawdioj: However, if it happens on *both*, it's probably a broken interface, consider replacing it if it's under warranty17:17
duhamelHi all, I am running ubuntu 13.10 on a 47" hdtv and want to set it up for a 10' interface. i have changed the font size using gstettings text-scaling factor but i want to change all dpi to make top panel and close/min/max buttons bigger.17:17
MacrotusYea I try to recover grub with Ubuntu usb stick17:17
ActionParsnipajdjawdoiawdioj: if you are using both, why did you not boot to Ubuntu and THEN run the script?17:17
ActionParsnipajdjawdoiawdioj: hence, I don't beliebe you17:17
ajdjawdoiawdiojbecause they're the same fucking os17:17
ajdjawdoiawdioji dont care17:17
ActionParsnipajdjawdoiawdioj: its not supported here17:18
ajdjawdoiawdiojriiiight17:18
duhamelMacrotus: did you use boot-repair tool?17:18
ActionParsnipajdjawdoiawdioj: similarly, ubuntu is not supported in #debian17:18
killerbart10can someone help me make an sd card bootable for ubuntu17:18
ajdjawdoiawdiojubuntu is just a debian fork whatever rofl17:18
Roryduhamel: If you install MyUnity you can change the font DPI, amongst other things.17:18
Macrotusduhamel I haven't tried anything yet17:18
ActionParsnipkillerbart10: I have asked you 3 times now, last time17:18
ActionParsnipkillerbart10: did you install ubetbootin on the OS you are running now?17:18
dipakyes ubuntu installer can recognize windows you dont need to partion for ubuntu in windows just leave a unpartioned disk space for ubuntu the installer will give the option to install ubuntu alongside windows.17:18
killerbart10 17:19
ActionParsnipkillerbart10: check your PM17:19
Macrotusduhamel I'll try Boot-Repair, I've used it in the past with successful results17:19
killerbart10i cant install unetbootin17:19
dipakMacrotus: yes ubuntu installer can recognize windows you dont need to partion for ubuntu in windows just leave a unpartioned disk space for ubuntu the installer will give the option to install ubuntu alongside windows.17:19
Macrotusdipak: the installer had only the options for completely wiping the disk or "other" which was to manually create partitions17:20
ActionParsnipkillerbart10: finally!17:20
lotuspsychjeMacrotus: or loose windows once and for good and install ubuntu clean single :p17:20
duhamelMacrotus: get a live usb ubuntu boot from that, in terminal type:sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update, then install: sudo apt-get install -y boot-repair && (boot-repair &)17:20
Macrotuslotuspsychje: well yea, not sure if I'll need Windows..17:21
duhamelMacrotus: usually the automatic repair will fix it.17:21
Macrotusduhamel I'm already doing that17:21
lotuspsychjeMacrotus: we can help you with many packages here to replace it mate17:21
Rorykillerbart10: There are other tools to use. What distro are you currently on?17:21
dipakMacrotus: Which version of ubuntu are you using is it Kubuntu?17:21
MarkDaviesSometimes I have the following problem: I can't connect to the internet despite the fact that the network is available (or at least the system claims so). For example, I enter an address in a browser and it is resolved infinitely. Similar things with ICQ and all the other services. Some suggestions what  I can do when such a situation occurs?17:21
MacrotusÄshsh, this doesn't have the correct keyboard layout set up17:22
MacrotusHow do I change that? Can't remember17:22
=== Guest3726 is now known as VLanX
duhamelRory: yeah. i have already changed the font dpi through terminal as i stated. what i want to do is change the dpi system wide.17:23
lotuspsychjeMarkDavies: you connect icq tru empathy?17:23
lotuspsychje!details | MarkDavies17:24
ubottuMarkDavies: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."17:24
new0hi everyone, i am on ubuntu 12.04 and i have problem with moving the mouse between 2 screens. do u know?17:24
Macrotusnew0 have you checked that you have oriented the screens correctly in the settings? Try to move your mouse to the opposite side and see if your screens are the wrong way17:25
Roryduhamel: You can't really do that because your monitor has a physical number of pixels17:25
shreezbotI'm trying to do a check to see if my drive is bad, but I don't have Disk Utility.  Isn't that supposed to be installed by default?17:25
Roryduhamel: You could use a lower resolution if you want to make everything bigger17:25
ActionParsnipnew0: tried moving the mouse off of all 4 sides?17:25
lotuspsychjeshreezbot: ubuntu version?17:25
duhamelRory: did you read my post?17:25
shreezbotlotuspsychje, 12.1017:26
apb1963ok... so what dumb thing am I doing now?  "[error] [client 127.0.0.1] File does not exist: /var/www/phpmyadmin"  It actually lives under /var/www/html/phpmyadmin so for some reason it's chopping off part of the path.17:26
MarkDavieslotuspsychje: I use Quassel, but the problem clearly doesn't lie with Ubuntu17:26
rakesh_jst used g parted but drive not visible17:26
duhamelRory: I am running ubuntu 13.10 on a 47" hdtv and want to set it up for a 10' interface. i have changed the font size using gstettings text-scaling factor but i want to change all dpi to make top panel and close/min/max buttons bigger.17:26
lotuspsychjeshreezbot: i think it should come by default, try testdisk maybe?17:26
ikoniaMarkDavies: when you fail to connect to the messanger service, can you connect to the internet in general17:26
MarkDavieslotuspsychje: I run Ubuntu 12.0417:26
new0Macrotus, ActionParsnip my problem is: when i am trying to move the mouse (cursor) from 1 screen to 2 screen it's take delay time until it moves, unless i am i am moving my mouse very fast from 1 to 217:26
lotuspsychje!info testdisk | shreezbot17:26
ubottushreezbot: testdisk (source: testdisk): Partition scanner and disk recovery tool. In component universe, is optional. Version 6.14-1ubuntu1 (saucy), package size 534 kB, installed size 1269 kB17:26
duhamelmy cursor is right. most windows are right it's just the top bar with clock and stuff in it.17:27
MarkDaviesikonia: no, as I said, I have problems with the situations that the whole internet is blocked - even though the network is claimed to be available17:27
Macrotusduhamel when I started Boot Repair it says EFI detected, see options17:27
MacrotusWhat?17:27
OerHeksMarkDavies, tried to restart your modem/router?17:27
ikoniaMarkDavies: what happens when you try to open a browser when you have this problem17:27
lotuspsychjeMarkDavies: angry router or isp?17:27
duhamelMacrotus is it windows 8 you're trying to dualboot?17:28
MacrotusYea17:28
ActionParsnipMarkDavies: can you ping 8.8.8.8 ok?17:28
MarkDaviesikonia: let's say that I enter "www.google.pl" in Mozilla. The circle whirls, and whirls,... and whirls17:28
MarkDaviesthe same case with everything else17:28
ikoniaMarkDavies: ok, so that sounds like your dns is not responding17:29
duhamelMacrotus it's tricky but i have the same on my laptop. what does it say under options. i did this nearly a year ago17:29
ActionParsnipMarkDavies: can you ping 8.8.8.8 ok?17:29
ActionParsnipMarkDavies: if you can it is a DNS issue17:29
MarkDaviesRight now, I can ping the address given above17:29
duhamelmacrotus did you manually install ubuntu or did you let it install alongside windows automatically?17:29
MarkDaviesI don't know if that's the case when the Internet fails17:30
Macrotusduhamel I manually installed it on a partition I created in Windows17:30
MarkDavieshow can I fix this problem?17:30
Macrotusduhamel Should I check Use the standard EFI file?17:30
ActionParsnipMarkDavies: try pinging 8.8.8.817:30
ikoniaMarkDavies: depends if it's your dns server not responding, of if it's your connection to the dns server17:30
MarkDaviesActionParsnip: when the network doesn't work?17:30
duhamelMacrotus. yeah.17:30
MarkDaviesikonia: how can I check it?17:31
Macrotusduhamel damn it, secure boot in bios...17:31
ikoniaMarkDavies: I would suggest doing a "dig" on a url / domain and seeing the response17:31
killerbart10 17:31
MarkDaviesthank you, the next time I will do it.17:32
ActionParsnipMarkDavies: yes, you are using a name 'google.pl' or whatever17:32
ActionParsnipMarkDavies: if DNS is failing your system cannot translate 'google.pl' to an DNS A record as it doesnt know how17:33
lotuspsychjeMarkDavies: did you try other browsers and other websites?17:33
duhamelMacrotus: the problem is that win 8 is efi extended firmware intergration. this means that windows is booting before grub even fires up. you might be best to delete the ubuntu partition leave it unallocated and reinstall alongside windows.17:33
killerbart10 17:33
ActionParsnipMarkDavies: so, if you use an IP address you sidestep DNS lookup and go straight to transmission17:33
lotuspsychjekillerbart10: plz stop that, use this channel for support only17:33
Macrotusduhamel let me try fixing grub first17:33
MacrotusIf it doesn't work I'll reinstall17:33
ActionParsnipMarkDavies: if you get a reply you know DNS is the issue17:34
ActionParsnipMarkDavies: and you can run:   echo "nameserver 8.8.8.8" | sudo tee -a /etc/resolvconf/resolv.conf.d/head17:34
ikoniano17:34
MacrotusWindows has only problems.. unfortunately developers don't do much Linux programs17:34
ikoniathere is zero need for that17:34
ikoniayou don't even know the problem yet17:35
ikoniaso pointing things at other hosts is just guess work17:35
duhamelMacrotus: yeah. i haven't booted into windows in months.17:35
MarkDaviesright now it gives simply: nameserver 8.8.8.817:35
douglhas anyone had any success connecting iphone 5 to 13.10 with any functionality?17:36
Macrotusduhamel The only reason I have Windows on my desktop pc is that I can't play Battlefield on Linux :D17:36
ikoniadougl: it's not a compatible/supported technology17:36
duhamelMacrotus: I use it for Diablo3. i completely understand.17:36
douglikonia, but it will be in the future?17:37
apb1963weird...  I think my client crashed17:37
ikoniadougl: very doubtful17:37
Macrotusduhamel: It's good that Valve is pushing in the right direction with Steam OS17:37
douglikonia, thanks17:37
QuirksModewhat do you guys think about firefox os ?17:37
ikoniaQuirksMode: it's offtopic for this channel17:38
rakesh_rory  r u there:cant see drives after partitioning.not visible on left side of home folder17:38
Macrotusduhamel Hope I didn't mess anything up with this... =D Fortunately all my data is in Dropbox17:38
esportaactually what you guys thinkin about steamOS?17:39
rajrajraji just have installed another version of ubuntu i.e. edubuntu but unable to configure my micromax modem in it. i have been configuring it in ubuntu 12.10 and it worked. but doesnt work in edubuntu17:39
ikoniaesporta: that's also offtopic for this channel17:39
esportaok sorry17:39
duhamelMacrotus: if you open gparted what is your partition layout? do you have a partition with mount point marked as /boot/efi before windows?17:39
Macrotusduhamel just a sec, I tried rebooting after using the tool17:40
apb1963ok... so what dumb thing am I doing now?  "[error] [client 127.0.0.1] File does not exist: /var/www/phpmyadmin"  It actually lives under /var/www/html/phpmyadmin so for some reason it's chopping off part of the path.17:40
Macrotusduhamel: Yea, now it says "Your VAIO failed to start Windows"17:41
ikoniaapb1963: you've configured it wrong17:41
apb1963my documentroot appears correct... can't think of what else to look at17:41
descraHi, the ubuntu 12.04 LTS iso image is a LiveCd too or just an instalation image??17:41
ikoniaapb1963: what is your document root17:41
Macrotusduhamel: here is a file created by the tool, here you can also see my partitions http://paste.ubuntu.com/6679687/17:41
ikoniadescra: livecd17:41
apb1963ikonia: /var/www/html17:41
descraikonia: thanks17:42
ikoniaapb1963: and what is the url you are putting in the browser17:42
apb1963domain/phpmyadmin17:42
ikoniaapb1963: how did you install phpmyadmin17:42
xanguadescra: it's a live image and since 12.04 no longer fits on a cd, so you would need a dvd or usb stick17:43
apb1963ikonia: I copied it17:43
ikoniaapb1963: from where ? and how ?17:43
apb1963ikonia: unzip and copy17:43
ikoniaapb1963: from where ? and how ?17:43
rajrajrajdoes any one kow how to configure modem in edubuntu17:43
killerbart10 17:43
apb1963ikonia: from http://www.phpmyadmin.net17:44
apb1963ikonia: I should note that phpmyadmin is a link17:44
ikoniawhat do you mean a link ?17:44
apb1963ikonia: ln -s <realdir> phpmyadmin17:45
duhamelMacrotus: It says no bootloader installed on mbr so you have to reinstall grub  to the mbr.17:45
ikoniaapb1963: why have you not put it in the document root as you are meant to17:45
ikoniaapb1963: symlinks add complexity to it with apache rules17:45
Macrotusduhamel so using the same tool again?17:46
apb1963ikonia:  "followsymlinks" is the default so I wouldn't expect it to be a problem... but I'll try the full path17:46
duhamelgive me a few minutes. just going to do some reading.17:46
Macrotusduhamel great17:46
ikoniaapb1963: it's not just that simple depending on where the link points to17:46
repozitori have ADSL/modem router, and i connect to internet using PPPoE connection inside of OSX, also all things works fine.17:47
repozitorbut i can't connect to internet using PPPoE in ubuntu17:47
repozitorwhat is wrong with me?17:47
llutzapb1963: whats wrong with the recommended way to install it from repos? https://help.ubuntu.com/community/phpMyAdmin17:47
luyenkn17:48
repozitorany hope?17:48
apb1963ikonia: [error] [client 127.0.0.1] File does not exist: /var/www/phpMyAdmin-4.1.3-all-languages17:49
repozitorOSX is the best OS17:49
repozitorubuntu should try to be better17:49
apb1963llutz: Because they yell at you in #phpmyadmin when you don't install from source17:49
ikoniaapb1963: it probably can't see that as it's outside the doucment root17:50
duhamelMacrotus: http://www.av8n.com/computer/htm/grub-reinstall.htm check this out. i know it has some reading but it might help  you. there is a section on dualbooting17:50
apb1963ikonia: but it's not17:50
apb1963ikonia: that's what I'm saying.... the real dir lives in /var/www/html/phpMyAdmin-4.1.3-all-languages17:50
apb1963which is INSIDE17:51
=== winegoddess_ is now known as winegoddess
apb1963it's chopping off part of the path17:51
apb1963which implies the documentroot is wrong...17:51
apb1963but it's not17:51
BluesKajrepozitor, then what are you doing here?17:51
duhamelMacrotus: could it be as simple as: sudo grub-install /dev/sda?17:52
apb1963DocumentRoot /var/www/html  copied straight from the config file.17:52
esportaGuys I need help at installing ubuntu to my windows 8 pc17:52
Macrotusduhamel I'll try with Boot Repair first just the normal quick repair and then check that17:52
repozitorBluesKaj, did you ever work with OSX?17:52
koyetsulooking for ideas, looking to setup a linux/ubuntu/whatever server for network services. though i'm not sure what is out there, or how useful they are. web admin of the tools would be a plus but not required. also, sinse this is #ubuntu which flavor of ubuntu would everyone recomend i use? current or 12.04 LTS?17:53
repozitorthis OS is better than ubuntu!17:53
icerootrepozitor: osx is off topic here. stop it17:53
repozitoriceroot, i ask a question about ubuntu/PPPoE17:53
repozitoris this topic right?17:53
duhamelMacrotus: yeah. im pretty sure that is all it took for my machine17:53
Macrotusduhamel yea it still gives the same error I try what you said17:54
icerootrepozitor: you should know what is offtopic and ontopic17:54
BluesKajyes I have repozitor, it's ok , nothing special in my experience, despite all hype about it being so "cool"17:54
lotuspsychjeesporta: dualboot or single boot?17:54
apb1963ikonia: I copied the config files from a working system... my old disk17:54
Macrotusduhamel : need to first change my keyboard layout because I can't type -17:54
Nicnmrepozitor: try ssh17:54
repozitormy ssh service works fine17:55
repozitoron both OSX and ubuntu17:55
duhamelMacrotus: that should just be under >system settings>keyboard17:56
Nicnmhttps://help.ubuntu.com/community/ADSLPPPoE17:56
Macrotusduhamel: Yea trying to get there but this thing seems to search results from the net before locally so it takes a long time lol17:56
duhamelno mouse?17:56
Macrotusduhamel managed to change the layout17:57
duhamelsweet17:57
Macrotusduhamel: What's /dev/sda? it says "Path /boot/grub is not readable by GRUB on boot. Installation is impossible. Aborting"17:58
latheguys i had just installed ubuntu with DVD and want to install softwares17:58
lathei yhink i need to configure sources.list , can anybody help?17:59
MonkeyDustlathe  what goes wrong when you try?17:59
latheunable to locate package xubuntu-desktop17:59
latheMonkeyDust :18:00
new0would someone know how can i fix the problem?: on ubuntu 12.04 i have 2 screens and when i want to move the mouse from 1 to 2 it has a delay, unless i am moving my mouse fast. how can i do it smooth?18:01
new0so when i move i mouse from 1 to 2 it won't stuck with 2s delay before it's move to screen 218:02
lathenew0 : maybe graphic problem18:02
new0lathe, maybe, how would i install drives?18:02
new0lathe, *drivers18:02
duhamelMacrotus: did you try re-running the boot-repair recommended repair?18:02
lathenew0 : do u have respective hardware to support them18:02
Macrotusduhamel Yes, it says the same in the top of the log18:03
new0lathe, sony vaio f1218:03
Macrotusduhamel http://paste.ubuntu.com/6679765/18:03
lathei mean RAM and graphic card?18:03
new0lathe, dunno the command to print my model18:03
new0lathe, i don't think my PC is the slow one18:04
new0lathe, RAN 6gb Graphic Card dont' recall18:04
Picinew0: It sounds like you have some sort of sticky-edge feature enabled.  I think theres an option in your monitor preferences to switch it off.18:04
lathenew0 : which ubuntu version?18:05
Macrotusduhamel here someone tells this http://askubuntu.com/questions/287206/ubuntu-13-04-wont-boot-after-grub18:05
new0Pici, perhaps. it's sound like it, lathe ubuntu 12.04 i think. if u give me the command i can print it18:05
Picinew0: You might want to take a look at this before persuing any more involved things (like replacing drivers): http://askubuntu.com/questions/109338/how-do-i-disable-mouse-magnet-on-middle-edge-with-multi-monitors18:05
new0:) yes yes yes :) Pici you are the one lol18:06
lathenew0 : please check what Pici is saying18:06
new0lathe, yes. tnx. it's helped me :)18:06
jaustI just can not get bumblebee to work on ubuntu 12.04 with my nvidia gt520m18:07
jausttotally new to linux18:07
new0lathe, tnx for trying. Pici tnx for the right Tip18:07
lathenew0  : alas ! i used desktop pc from beginning , still to get a laptop for me18:07
duhamelMacrotus: try it out. it's kind of what i was looking at.18:07
Macrotusduhamel what's in sda1 and sda?18:08
new0lathe, ? would u repeat?18:08
Macrotusduhamel: So I don't mess the Windows installation18:08
duhamelsda is the entire harddrive. sda1 is the first partition on that harddrive18:08
lathei dont use laptop18:08
Macrotusduhamel ah ok18:08
big_I am unable to connect to my remote desktop form ubuntu getting unable to connect to vnc server18:09
new0lathe, what do u mean by ": alas ! from beginning," and "...?18:09
duhamelMacrotus sad1 is a windows partition on  your machine! dont touch it.18:10
Macrotusduhamel hmm, didn't work anyway..18:10
MarkDaviesthese troubles with the Internet are more likely to be caused by my Ubuntu client configuration or by Ubuntu server?18:10
lathenew0 : alas is figure of speech. "beginning" meant as soon i started using a computer in my life18:11
MarkDaviess/Ubuntu/DNS18:11
ikoniaMarkDavies: did you do the tests you where told to do18:11
lathenew0 : i have no idea about laptops, thats it !  :)18:11
new0lathe, ho. ok18:11
Macrotusduhamel heres a picture of the screen after executing that command http://sharepoint.peltoset.fi/1388686278799-2014-01-02-20.09.50.jpg18:11
Macrotusduhamel dinner time, be right back18:12
MarkDaviesikonia: yes and I put the results here18:12
MarkDaviesikonia: I did it with the Internet working, though.18:12
ikoniaMarkDavies: then it's a pointless test18:12
latheguys i have done "sudo apt-get update" for first time , its taking too long to do that18:12
ikoniaMarkDavies: you where told to do it when it wasn't work18:12
ikoniaworking18:12
MarkDaviesikonia: ok18:13
duhamelMacrotus: in your machine sda1 is the /boot/efi and there is an ubuntu file in there. so if we can figure out how to get grub or windows boot on the mbr you will be cool to dualboot.18:13
r00t-err0rIs this drivers supported on http://support.amd.com/en-us/download/desktop?os=Linux%20x86_64 Ubuntu Saucy ?18:13
r00t-err0r13.1018:14
ikoniar00t-err0r: why don't you use the ones ubuntu provides in the repo18:14
duhamelif not you might have to use your windows repair media to reinstall the mbr then wipe and reinstall grub.18:14
ikoniar00t-err0r: that way you know they are supported18:14
r00t-err0ri want full drivers for my Graphic card with all features18:14
duhamelMacrotus: if not you might have to use your windows repair media to reinstall the mbr then wipe and reinstall grub.18:15
ikoniar00t-err0r: yes, there are propitary drivers in the repo18:15
r00t-err0rok, then i will try18:15
r00t-err0rok, i go now to install 13.10 :D18:15
hitsujiTMOr00t-err0r: for most the opensource drivers would be better. what do you need the proprietary drivers for?18:16
new0ok, my next issue. when i boot up the Num-Lock is disable. how could i enable it on boot? (a link perhaps?)18:16
duhamelMacrotus: i have to go but i hope you can figure it out. if you have windows. install or recovery media you might have to restart.18:18
=== sysadmin is now known as Guest42529
Anna.18:20
cigritswhat is wrong with my syntax for this command. i want to print a list of the current directorys files with the date they were modified with single quotes around the name and single quotes around the date sperated by a space. this is my command     find -maxdepth 1 -printf '\'%p\' \'%t\' '18:20
apb1963ikonia: it was a permissions problem...  /var/www/html files were owned by root instead of the proper owner.  Thanks for the effort!18:20
r00t-err0rits not suppoerted, when i try to install ubuntu i got little black square18:21
r00t-err0r*squares18:21
ikoniaapb1963 that shouldn't change the path though18:22
r00t-err0rwhen i lspci i see my VGA drive recognized18:22
=== sysadmin_ is now known as VLanX
llutzcigrits: find -maxdepth 1 -printf " '%p' '%t'\n "18:23
apb1963ikonia: I agree.  And yet, changing the owner & group resolved the issue.18:23
ghsI want format my Windows 7 and install the Ubuntu with dualboot ? How to ?18:24
apb1963ikonia: I know what's happening.... since it couldn't access the right dir, it used the default which is /var/www.  Inside the default, the dir didn't exist... hence, the shortening.18:24
ikoniaapb1963: that shouldn't happen18:25
hitsujiTMO!dualboot | ghs18:25
ubottughs: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot18:25
ikoniaapb1963: apache shouldn't change the path due to permissions18:25
kiwi_hi ... i bought a new laptop (lenovo) and installed 12.04. since then, I always have to shutdown twice. after the first shutdown the box will reboot after a few seconds. only after the second shutdown it will remain quiet. any idea?18:25
DRatJrWhen using Linux on VirtualBox, will I always experience SOME lag, or is there a way for it to run smoothly? I have an i7 (2.4 GHz) processor.18:25
SonikkuAmericaLag, how?18:25
new0how can i solve this issue. when i boot up the Num-Lock is disable. how could i enable it on boot? (a link perhaps?)18:25
DRatJrLike cursor lags when moving around18:26
big_ am unable to connect to my remote desktop form ubuntu getting unable to connect to vnc server18:26
apb1963ikonia: No, it makes sense.  It couldn't access the proper path.  So it went to default site, which is at /var/www and then tried to access the dir/file requested.... and errored on that.18:26
apb1963ikonia: I suspect because I'm using wildcard hosts.18:26
=== Mars is now known as Guest23844
ikoniaapb1963: that should make zero difference18:28
ikoniaapb1963: if apache is changing your path - you have a big problem18:28
rajrajrajcan anyone explain me this error "  FATAL: Error inserting usbserial (/lib/modules/3.2.0-23-generic/kernel/drivers/usb/serial/usbserial.ko): Invalid argument"18:28
apb1963ikonia: checkout wildcard hosts18:29
ikoniaapb1963: I'm aware of them, I use them myself18:29
apb1963ikonia: change ownership on a dir... see if you get the same behavior I was getting.18:30
smooresI'm setting up likewise-open to join a windows domain. I needed to specify the windows dns server for it to work, but the windows domain name is the same as our website and mail server, etc and that causes the resolver to use the ip of the active directory dns server for a.example.tld, b.example.tld, etc. Anyone know how to fix that?18:30
ikoniaapb1963: if the permissions are not correct you would get a permission deined18:30
ikoniaapb1963: not an "ignore and change the path" error18:30
=== Joel-S is now known as Guest30139
cigritsllutz that works when i type it into the terminal by itsself but not when i add it to my script. i want to take the output of find and put it into a variable so that i can use it for a list of files with dates using dialog command. here is part of my code     filelist=$(ssh $sshuser@$host find /some/directory/ -maxdepth 1 -printf "'%p' '%t' ")18:31
big_how to start vino server18:31
=== winegoddess_ is now known as winegoddess
PwrSurgeHi, I installed the LTS Enablement stack on precise to bring in the Raring 3.8.x kernel as per https://wiki.ubuntu.com/Kernel/LTSEnablementStack18:32
PwrSurgeeverything works great but I now need to find out how to install backports18:32
PwrSurgeas synaptic is still showing the precise backports which are based on the 3.2.x kernel so those won't work18:33
hitsujiTMOPwrSurge: the backports are all the same. what exactly are you looking to backport?18:37
hitsujiTMOPwrSurge: or, should i say, the backports are kernel independant18:37
PwrSurgehmm18:38
catalase_can anyone assist me with port forwarding on ubuntu18:38
PwrSurgelet me try again18:38
catalase_how do i turn firewall completely off in ubuntu18:38
PwrSurgebut I'm sure when I tried to add with synaptic, it also wanted to add the old 3.2 kernel image as a dependency18:38
hitsujiTMOcatalase_: what firewall are you using?18:38
PwrSurgethis is for linux-backports-modules-net18:39
catalase_hitsujiTMO, i don't know i am linux noob18:39
hitsujiTMOPwrSurge: thats for backporting features in later kernels to the 3.2 kernel. what exactly are you looking to backport?18:39
=== m1dnight_ is now known as m1dnight
catalase_i installed zpanel, but i cannot get FTP to work from external IP18:40
hitsujiTMOcatalase_: did you install a firewall?18:40
catalase_it will only work from internal IP18:40
catalase_hitsujiTMO, not that i am aware of18:40
catalase_unless there is something built into ubuntu, like windows firewall has it's own firewall18:40
hitsujiTMOcatalase_: theres no firewall running by default18:40
DarkClaskoso i came for a bit of help getting ubuntu to run off of a flash drive18:41
llutzcatalase_: "sudo ufw stop && sudo lsof -i :21"18:41
DarkClaskoi did exactly what it said to do18:41
PwrSurgehitsujiTMO, : I want to add the latest Ethernet and wireless drivers  for my laptop18:41
catalase_llutz, invalid syntax18:41
DarkClaskobut my computer is getting a "No DEFAULT or UI configuration directive found!"18:41
catalase_i think it is ufw disable18:42
hitsujiTMOPwrSurge: are they covered in the kernel or are they installed as extra firmaware?18:42
llutzcatalase_: "sudo stop ufw && sudo lsof -i :21"18:42
llutzcatalase_: "sudo lsof -i :21"   is the more important part, does any ftpd listen at all?18:42
catalase_The data connection could not be established: ECONNREFUSED - Connection refused by server18:42
catalase_not sure18:43
catalase_i stopped the firewall and added 2118:43
catalase_but still get the same error18:43
llutzcatalase_: the command tells you18:43
llutzcatalase_: "sudo lsof -i :21"   is the more important part, does any ftpd listen at all?18:43
catalase_what is ftpd?18:43
llutzcatalase_: does that command give any output?18:43
catalase_COMMAND  PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME18:44
catalase_proftpd 1259 root    0u  IPv6  11257      0t0  TCP *:ftp (LISTEN)18:44
=== Guest30139 is now known as Joel-S
catalase_works from internal ip llutz18:44
catalase_but not external ip18:44
opalepatrick_using unity 13.04 - how do I get accents with UK keyboard?18:44
opalepatrick_other than character map18:44
llutzcatalase_: are you behind a router?18:45
catalase_http://codepad.org/8YRrED7G18:45
catalase_llutz, yes18:45
catalase_but i have forwarded that port18:45
PwrSurgeEthernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)18:45
llutzcatalase_: ftp needs more than 1 port18:46
PwrSurgecurrently using the r8169 driver but ethernet keeps disconnecting from time to time18:46
catalase_llutz, for passive mode it needs a range correct?18:46
=== Thor|Away is now known as Thorium220
catalase_how do i specify that range18:46
llutzcatalase_: depends on your router18:47
james-hello everyone how are you? I am using Ubuntu 13.10 and am trying to understand how the command line works. I installed a game called kapman and was able to successfully run it by opening the terminal and typing: /usr/games/kapman. I want to try opening a writing document saved in documents called Linux notes.odt. In the terminal I tried /home/documents/Linux notes.odt and it can't find the file or directory. How can I open the file?18:47
tamataropalepatrick_, i'm using xfce so it might be different for you, but do you have an option to set a compose key in your keyboard layout settings? if so, this might work for you: http://www.hermit.org/Linux/ComposeKeys.html18:47
DarkClaskoI'm getting an error when booting from a flashdrive "No DEFAULT or UI configuration directive found!"18:48
DarkClaskoWhat do i do to fix/continue booting?18:48
glitsj16james-: you need to escape the space, like /home/documents/Linux\ notes.odt18:49
cigritscatalase_ if you have "home" service from your isp, your isp is probably blocking port 2118:50
catalase_cigrits, negative--i've used FTP via port 21 externally prior to today18:50
catalase_Response:227 Entering Passive Mode (192,168,1,5,188,202).18:51
catalase_Status:Server sent passive reply with unroutable address. Using server address instead.18:51
catalase_Command:MLSD18:51
catalase_Error:The data connection could not be established: ECONNREFUSED - Connection refused by server18:51
FloodBot1catalase_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.18:51
llutzcatalase_: somewhere in your ftpd-config you specified a portrange for passive-mode, that range you need to forward in your routers config.18:51
llutzcatalase_: here is an example how its done in openwrt http://amichalec.net/2012/01/openwrt-ssh-ftp-port-redirect/18:52
rajrajrajdoes anyone know how to connect micromax mmx352g modem in edubuntu 12.04 i am trying "http://imacify.com/2012/10/how-to-configure-micromax-3g-modem-on-ubuntu-12-10/" but getting an error "Error inserting usbserial (/lib/modules/3.2.0-23-generic/kernel/drivers/usb/serial/usbserial.ko): Invalid argument"18:52
james-glitsj16, can I pastebin you something regarding this?18:52
tamatarjames-, you could also try running (without the quotes) "xdg-open /home/documents/Linux\ notes.odt"  (escaping the space as glitsj16 suggested). This will open the file using the program that is associated with it by default.18:52
glitsj16james-: sure18:52
catalase_llutz, so how might i out the config file18:52
catalase_and save it18:53
catalase_i know the config is located here /etc/zpanel/configs/proftpd/proftpd-mysql.conf18:53
opalepatrick_thanks tamatar18:53
DarkClaskoI'm getting an error when booting from a flashdrive "No DEFAULT or UI configuration directive found!"  how do i continue booting to ubuntu?18:53
llutzcatalase_: you need to setup your router... that's not an ubuntu-issue (or does your router run *buntu?)18:54
=== Jan11 is now known as ON1
tamataropalepatrick_, you're welcome. did it work?18:54
=== sarsaeol_ is now known as sarsaeol
james-glitsj16, http://pastebin.com/FcJENGfH18:55
Pici7018:56
catalase_llutz, but the ftpd file does not specify a passive port range18:56
catalase_i have forwarded ports 21, and 2018:56
glitsj16james-: i see you escaping but you took out the spaces, which defeats the purpose, try adding the spaces back in after the \"s18:57
catalase_llutz, SSH works fine from exteral IP forwarded port 2218:58
catalase_but just not FTP for some odd reason18:58
DarkClaskoI'm getting an error when booting from a flashdrive "No DEFAULT or UI configuration directive found!"  how do i continue booting to ubuntu?18:58
james-glitsj16,  k 1 sec18:58
glitsj16james-: and follow tamatar's advice to open it in the default app18:58
PwrSurgehitsujiTMO, : ok, fixed the Ethernet issue by compiling the r8101 driver by hand18:59
xanguajames-: glitsj16 how about using your actual home directory /home/youruser18:59
PwrSurgenow I need to install the latest linux-wireless in order to fix my wireless18:59
=== dziegler_off is now known as dziegler
FloodBot1!netsplit18:59
glitsj16xangua: good catch thanks, i also suggest james- to not use spaces in filenames but that's just me19:00
ubottunetsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit19:00
catalase_llutz, it cannot be router issue19:01
TIBS01!netsplit19:01
ubottunetsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit19:01
catalase_i just DMZ hosted the box here, but the issue persists llutz19:01
TIBS01lol19:01
TIBS01@ netsplit19:01
OerHekscatalase_, you said it works locally, not from the outside, so it is a router issue19:01
catalase_but i put DMZ host--19:02
zazahello to everyone!!!!!!!!!!!19:02
gneale`Happy New Year Zaza!19:02
catalase_how can it be router issue if the server is fully open?19:02
=== CyberJacob|Away is now known as CyberJacob
zazaAsking for  cache data failed19:03
catalase_my thinking is that Status:Server sent passive reply with unroutable address. Using server address instead.19:04
catalase_ is because the server is not configured properly19:04
=== jim is now known as Guest90651
=== sere is now known as 45PAAY0PG
rigo88cannot send to channel: #ubuntu. why?19:06
rigo88ok. :) works now.19:06
StephenS<rigo88> cannot send to channel: #ubuntu. why?19:06
StephenSgood to ask that in #ubuntu19:06
zazaI am logged in from tty1 (CLI) I have the following massage displayed endlessly : Asking for  cache data failed  //  assuming drive cache:write through   Could anyone help me please19:06
enen92is there any way of installing a software package without removing libs?19:06
mst1228hey i'm trying to update a package with apt-get, it seems like it worked but when i check the version number it's still the older version19:06
mst1228just wondering if i need to refresh something or do anything after apt-get19:06
Bsimszaza: I'm assuming your hd died19:07
enen92i seem to have a problem with qt4 :i386...can't install skype and other programs (like clementine or ninja-ide) keeping all of them installed19:07
xangua!latest | mst122819:07
ubottumst1228: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa.19:07
zazano it is working --- very good19:07
rigo88wondering why is there a room dd-wrt if noone on earth answers there :)19:07
xanguaenen92: are you using a 64bit OS ?19:07
enen92sure19:07
DarkClaskoI'm getting an error when booting from a flashdrive "No DEFAULT or UI configuration directive found!"  how do i continue booting to ubuntu?19:07
xanguaenen92: did you follow the instructions of how to instal skype from the ubuntu wiki?19:08
tamatarDarkClasko, how did you create the live USB disk?19:08
enen92yes, I'm actually using the canonical partners repo19:08
enen92not installing through .deb19:08
DarkClaskotamatar i used pendrive linix19:09
=== dziegler is now known as dziegler_off
james-glitsj16, http://pastebin.com/Xj97eVkE19:10
zazait is a laptop with one HD , SDA  .... and the system I guess looks for other drives [sdb]  .... there is no sdb or sdc19:10
xanguaenen92: so you enabled multiarch too?19:10
TJ-mst1228: To discover which versions of a package are installed/available, you can do "apt-cache policy <package-name>"19:10
enen92I think so19:10
enen92how do you do that?19:10
tamatarDarkClasko, which version of Ubuntu? I've only used UNetBootin: http://unetbootin.sourceforge.net/ and it has worked great for all versions until 13.1019:10
TJ-zaza: You have a USB storage device attached?19:10
zazano19:10
glitsj16james-: http://pastebin.com/JYACB9Zb, i made some small remarks, nothing you need to do, just pointers, having a look at your latest paste now19:10
xanguaUsers of 64-bit Ubuntu, should enable MultiArch if it isn't already enabled by running the command: sudo dpkg --add-architecture i386 enen9219:11
zazanothing19:11
xanguahttps://help.ubuntu.com/community/Skype19:11
mst1228TJ- I did that, there are there astriks next to the version i think should be installed,19:11
enen92yes I did that too19:11
enen92in fact19:11
mst1228but when i check the version in command line it still says the old one19:11
DarkClaskotamatar i'm using 12.04 the lts19:11
enen92I get an error: dpkg: erro: opção desconhecida --add-architecture19:11
enen92(option not known)19:11
glitsj16james-: can you paste the output of "ls -lh /home" ?19:12
xanguaenen92: what ubuntu release are you using?19:12
TJ-mst1228: Have you done "sudo apt-get update && sudo apt-get dist-upgrade" ?19:12
enen92miguel@miguel-SATELLITE-U500:~$ uname -a19:12
enen92Linux miguel-SATELLITE-U500 3.8.0-34-generic #49~precise1-Ubuntu SMP Wed Nov 13 18:05:00 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux19:12
TJ-zaza: Is there a Realtek USB hub?19:13
zazaafter  Ctrl+alt+F1  I have login screen right? so  , here these massages19:13
mst1228TJ- it actually says: Installed: 1.4.4-1~precise019:13
mst1228but when i do nginx -v, nginx version: nginx/1.1.1919:13
TJ-zaza: there is a known issue (I've had it myself) with the "ums_realtek" driver causing lots of those spurious messages. The work-around is to unload the kernel module19:13
enen9212.04 xangua19:13
james-glitsj16,  james@james-Inspiron-N4010:~$ ls -lh /home19:14
james-total 4.0K19:14
james-drwxr-xr-x 38 james james 4.0K Jan  2 14:12 james19:14
james-james@james-Inspiron-N4010:~$19:14
zazawhen I return to F7 graphic interface  ... everything is ok19:14
TJ-mst1228: What does "which nginx" report?19:14
enen92I read multiarch is already included since 12.0419:14
xanguaenen92: for presice you need to install "ia32-libs-multiarch" package, not really sure about it19:14
enen92I'll try19:14
TJ-zaza: See bug #92576019:14
ubottubug 925760 in Linux "Constant warnings from the kernel: Test WP failed, assume Write Enabled" [Medium,In progress] https://launchpad.net/bugs/92576019:14
enen92xangua: libs already in the latest version19:15
enen92i've done that too19:15
glitsj16james-: ah i see, you forgot your username in the command to open the .odt, use /home/james/documents... and try that19:15
mst1228not yet, i'll give it a shot19:15
mst1228TJ- /usr/sbin/nginx19:15
zazaTJ   thanks  .... the thing is on another laptop (dell)  everything is OK  ..... thanks a lot19:15
xanguaenel92 then I am not really helpful, sorry19:16
enen92see when I try to install ninja-ide for example:19:16
enen92Serão REMOVIDOS os seguintes pacotes:19:16
enen92  ia32-libs ia32-libs-multiarch:i386 libdbusmenu-qt2:i386 libqt4-dbus:i38619:16
enen92  libqt4-declarative:i386 libqt4-designer:i386 libqt4-network:i38619:16
enen92  libqt4-opengl:i386 libqt4-qt3support:i386 libqt4-script:i38619:16
enen92  libqt4-scripttools:i386 libqt4-sql:i386 libqt4-sql-mysql:i38619:16
FloodBot1enen92: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.19:16
tamatarDarkClasko, USB booting is tricky at times, and google searching reveals that this might be an issue with syslinux. If possible can you try creating the live usb with unetbootin? or alternatively, see if this works for you:http://askubuntu.com/questions/329704/syslinux-no-default-or-ui-configuration-directive-found19:16
xangua!paste | enen9219:16
ubottuenen92: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.19:16
hitsujiTMO!pt | enen9219:16
ubottuenen92: 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:16
PicihitsujiTMO: the user has been getting support just fine in here.19:17
enen92I don't need the pt-br channel19:17
enen92just trying to show which packages will be removed19:17
enen92http://paste.ubuntu.com/6680211/19:17
enen92when I try to install ninja-ide for example19:17
hitsujiTMOPici: ahh soory, just saw a potuguese wall of text19:17
enen92with clementine happens the same19:17
=== sysadmin is now known as Guest54941
=== Guest54941 is now known as VLanX
TJ-mst1228: What is the name of the nginx package that is installed?19:18
DarkClasko"mboot.c32 -c boot.cfg" returned "could not find kernel image: mboot.c3219:18
DarkClaskoi guess i'll try using a cd if i can find one19:19
mst1228_TJ- I'm trying to install nginx. 'apt-get install nginx' does install it, but an older version19:19
hitsujiTMOenen92: how did you install ia32-libs ?19:19
enen92sudo apt-get intall ia32-libs19:19
mst1228_TJ- I followed these directions to add a different repository with an updated version: https://www.digitalocean.com/community/articles/how-to-install-the-latest-version-of-nginx-on-ubuntu-12-1019:20
james-glitsj16, I appreciate your patience lol... I keep messing something up somewhere along the lines. I saved your advice of naming files differently later on I am going to do so. Here is what I did this time: http://pastebin.com/Ugncd7Km19:20
TJ-mst1228: The nginx version in Precise is 1.1.191-ubuntu0.5.19:20
neil_hey everyone i just tryed ubuntu but flash does not work on firefox or chromium anyone help?19:21
TJ-mst1228_: If you're trying to install from another repository (the ppa:nginx/stable) then that version should be shown by "apt-cache policy"19:22
glitsj16james-: no worries, we'll get there .. can you paste the output (on the net) of both "ls -lh /home/james/documents" and "ls -lh /home/james/documents/Linux\ notes" please19:22
MonkeyDust!work ! | neil_19:22
TJ-mst1228_: Are you you sure that the installation of the package succeeded ?19:22
MonkeyDust!work | neil_19:22
ubottuneil_: Doesn't work is a strong statement. Does it sit on the couch all day? Does it want more money? Is it on IRC all the time? Please be specific! Examples of what doesn't work tend to help too.19:22
=== 31NAAG7V8 is now known as JordanJ2
TJ-mst1228_: what does "dpkg-query -l 'nginx*' report? Pastebin it19:23
neil_basically the video does not load19:24
neil_its just white19:24
hitsujiTMOenen92: if you run apt-get upgrade     does it also try to remove those packages?19:24
neil_first time using linux thought i would give it a shot19:24
mst1228_TJ- http://pastebin.com/z8STaZxz19:24
enen92hitsujiTmo nop19:25
enen92it says there is no upgrades available19:25
james-glitsj16,  james@james-Inspiron-N4010:~$ ls -lh /home/james/documents19:25
james-ls: cannot access /home/james/documents: No such file or directory19:25
james- and james@james-Inspiron-N4010:~$ ls -lh /home/james/documents19:25
james-ls: cannot access /home/james/documents: No such file or directory19:25
james-james@james-Inspiron-N4010:~$ ls -lh /home/james/documents/Linux\ notes19:25
james-ls: cannot access /home/james/documents/Linux notes: No such file or directory19:25
FloodBot1james-: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.19:25
james-sorry...19:25
glitsj16james-: please put the output in apastebin, the channel works much better that way :)19:26
TJ-mst1228_: As that shows you've managed to install several versions! Can you pastebin the output of "dpkg-query -L nginx" ?19:26
catalase_hello19:26
catalase_when i use nano to edit a file19:26
hitsujiTMOjames its Documents not documents19:26
Danatohello19:26
=== Mars is now known as Guest89664
catalase_how do i save it after making changes19:26
MonkeyDustjames-  the folders have capitals as first letter19:26
Picicatalase_: ctrl-o19:26
james-glitsj16, http://pastebin.com/PfKuNvsa sorry bout the flood lol...19:27
mst1228_TJ- http://pastebin.com/Dhhk9sFB19:27
TJ-mst1228_: My guess right now is that the package from the PPA installed the nginx executable to a different default location and for some reason doesn't cause replacement of the existing nginx installation packages19:27
MonkeyDustjames-  simply type ls, you'll see why you get those errors19:27
Picimst1228_: You need to have the upgraded nginx-full and nginx-common packages installed as well.19:27
james-MonkeyDust, oh that matters? I'm coming from a Windows environment where capitals and stuff don't matter. I shall try this again.19:28
MonkeyDustjames-  als, use tab to complete folder names19:28
mst1228_Pici - can you guide me in doing that?19:28
TJ-mst1228_: That explains it... nginx is made up of several packages. "nginx" should depend on other packages which are installed as a result. In your case it seems that the PPA package didn't specify the depends and therefore only installed some documents, not the packages with the executables in.19:28
TJ-mst1228_: You need to do "sudo apt-get install nginx-extras nginx-full"19:29
Picimst1228_: It should be offered if you do an sudo apt-get upgrade, or you can just19:29
glitsj16james-: organise your filesystem a bit more linux like and these trip-ups will go away, use your regular file manager, it's all under your home so nothing complicated19:29
[1]JeromeAnyone up for helping a noobie out?19:30
neil_cheers for the help lol19:30
Pici[1]Jerome: Just ask your question here and if someone can help, they will.19:30
[1]JeromeI'm ssh'ed into a server via putty in windows. I'm trying to delete a directory.19:30
james-glitsj16, Thank you I will rename things and give it another shot. Thank you. Is there a help command for certain things? For instance if I want to find out what the ls command means is there a terminal command to tell me?19:30
[1]JeromeBut when I do rm -rf *, it doesn't get all the hidden folders as well.19:31
MonkeyDustjames-  man ls19:31
[1]Jeromeso when I "ls -a" it still shows files.19:31
glitsj16james-: yes, use the man command, like man ls19:31
james-glitsj16, and MonkeyDust  you guys are awesome. thank you.19:31
neil_hey everyone my flash player is on crack, wont work just showing white nothing19:31
neil_im like a beginner on linux so any help would be awesome19:32
skypcehello all, i am trying to use unity-2d-panel standalone, but my problem is a ramdon delay of 40 seconds in logout, restart or poweroff . i was downloaded source code and https://code.launchpad.net/~aacid/unity-2d/addSmallDelayOnQuit_812104  but problem persist19:32
glitsj16james-: no trouble, takes a bit of time to get used to linux but you'll get the hang of it soon enough19:32
SachUsing ubuntu 12.04 which frequently freezes.  How do I check the cause of this?19:33
james-glitsj16, I can't wait, I love it. I don't know much about it at all but I like it anyway. It's good that I like it to cause I have to, I am trying for a computer networking degree and I need a Linux certification to graduate. Thanks again for your help i'm sure i'll be back lol19:34
=== smerz_ is now known as smerz
skypceSach, freezes when you use virtualbox?19:34
glitsj16james-: :) goodluck with that and till then heh19:34
Sachskypce: no, when I open documents in libre office, sometimes when I right click on my deskstop.19:35
skypcesorry Sach, try to change your kernel19:35
mst1228_TJ- Pici thanks guys, updating those other packages worked out19:35
skypcesorry Sach, i use this www.liquorix.net19:36
sixtustha5neil: what browser are you using19:36
=== zenix` is now known as zenix`away
TJ-[1]Jerome: To delete all files, including hidden files, in one operation the solution is to do "rm -f ..?* .[!.]* *" or to simply delete the directory and remake it with "rm -f /path/to/dir && mkdir /path/to/dir"19:37
Sachskypce, thanks, but that's more to avoid my issue rather than fix it   :-p19:38
Sachskypce: a kernel change, that is.19:38
[1]JeromeSo TJ-, if I'm cd ~/Downloads/spyone& and I do that command will it delete "spyone" and everything inside including hidden folders that only show up with the ls -a command?19:39
skypcesomebody can give me the email of albert astals cid?19:39
MonkeyDustskypce  albertastals@nsa.spy19:40
skypcevery thank you MonkeyDust19:40
[1]JeromeTJ-, I typed that and it says "rm: cannod remove '.cache': Is a directory19:41
[1]Jeromealong with a bunch of the other .folders19:41
MonkeyDust[1]Jerome  what are you trying to do?19:41
NickGarvey[1]Jerome: I assume he meant "rm -rf /path/to/dir && mkdir /path/to/dir"19:41
[1]JeromeMonkeyDust, trying to delete a directory that has hidden directories inside it.19:42
TJ-[1]Jerome: I didn't specify the "-r" directory-recursion flag as a safety precaution... I showed you the command to remove files only.19:42
[1]JeromeAh, thanks TJ-.19:42
MonkeyDust[1]Jerome  careful with deleting folders... what folder would it be?19:42
[1]JeromeOne that I don't need :p19:43
ki7rware there linux drivers for the centrino 6300 wifi card?19:43
=== Thorium220 is now known as Thor|Away
[1]JeromeI accidentally mirrored the wrong folder to the server with SSH and it got all my mozilla firefox cache and junk like that.19:43
[1]JeromeSo now I want to delete the folder from the server and start over.19:43
MonkeyDust[1]Jerome  what's wrong with rm -r [folder]?19:44
catalase_oy llutz, it turns out it was a passive mode issue19:44
catalase_llutz, the passiveports were not explicitly stated in the proftpd.conf file19:44
catalase_so i forwarded them and it solved the issue19:44
[1]JeromeMonkeyDust, maybe nothing. It wasn't getting rid of the hidden folders within it.19:44
catalase_i do appreciate your assistance though, next challenge will be working on FTPS (lol)19:44
[1]JeromeThanks, TJ-, adding the -r fixed it.19:47
[1]JeromeNow all that is listed are . and .. are those things?19:47
TJ-[1]Jerome: "." means 'this directory' and ".." means 'parent directory'19:47
=== Joel-S is now known as Guest91393
[1]JeromeAh. Perfect. So essencially now I have a blank folder?19:47
TJ-[1]Jerome: Yes19:47
[1]JeromeSweet! Thanks.19:47
[1]JeromeSo now, can you explain what all I did. rm (means delete?) -rf are the modifiers or how i want the rm command carried out and then the * meant everything, I assume the ..?* means things starting with .? and the .[!.]* I have no idea.19:49
[1]JeromeI assume it was basically just making sure every directory starter was covered.19:49
gordonjcp[1]Jerome: rm means ReMove19:50
[1]JeromeAh. That makes sense. What's cd stand for? Current Directory? Or see directory?19:50
[1]Jeromels I always assume meant list19:50
cihhanHi! I am not able to see the network card I have. lspci does not show it and when I plug the ethernet card, the leds do not blink as well. Any suggestions?19:50
=== melter_ is now known as melter
skypce<MonkeyDust> the email of albert astals dont work19:53
neil_anyone help flash player wont work :(19:55
MonkeyDustskypce  who is albert astals, pray?19:55
skypcea developer of canonical , he made fixes for unity-2d19:55
MonkeyDustskypce  find his name in launchpad, maybe19:56
skypceneil_, run synaptic and check if have enabled canonical partner repos19:56
skypceok i will try thanks19:56
=== sysadmin is now known as Guest22535
[1]JeromeBy the way, has anyone gotten amazon prime video to work on 13.04/13.10?19:59
[1]JeromeI found a few web tutorials that got it to work on 12.04.19:59
=== zz__gypsy_ is now known as _gypsy_
[1]JeromeDon't need someone to walk me through, just want to make sure it's possible before I keep trying myself.19:59
bugs_buggerhi there, a belated happy new year everybody.20:00
bugs_buggermy gdm (13.10) is driving me mad with some weird bug. i have one guest user(my fathers) without a password. everytime that specific user finishes his session (MATE) and logs out, mdm goes straight back in, as if it were an auto-login. this problem persists after rebooting. any ideas how i can fix this? id like to keep the user password-less20:01
MonkeyDustbugs_bugger  mdm... is that mint?20:01
bugs_buggerMonkeyDust: oh, sorry. thats a typo.20:02
hitsujiTMObugs_bugger: also is that MATE a typo?20:03
Beldarbugs_bugger, mate has to be a ppa at the least it's not in the ubuntu repos.20:03
bugs_buggerMonkeyDust: i actually have that problem on both gdm and mdm ;(20:03
bugs_buggerhitsujiTMO: nope, using that20:03
bugs_buggerBeldar: yeah, ppa. but the problem is actually independend of the de i use...20:04
=== Guest91393 is now known as Joel-S
hitsujiTMObugs_bugger: the problem is with mate then20:04
hitsujiTMOits session isn't actually closing. most likely its not actually written for ubuntu and is just repackaged from mint20:05
bugs_buggerhitsujiTMO: mhh, ok. do you happen to know how to fix it?20:05
hitsujiTMObugs_bugger: find a better ppa and use that20:06
Beldarmate is a gnome 2 fork sorta I would not use it20:07
imancif ubuntu is crawling either due to maxed cpu or mem, and it isn't responding to ctrl+alt+1 etc. so that i can htop and kill offending processes, what can I do?  I've just been biting the bullet and holding down the power key, but i'm hoping there's a ctrl+alt+del equivalent20:07
neil_still not working :/20:07
hitsujiTMObugs_bugger: you could also try cinnamon instead. its in the ubuntu repo20:07
neil_whats the command to remove flash20:07
bugs_buggerhitsujiTMO: ok. nah, wanna stick to mate, but thanks for the advice. if i dont find any other ppa, could i manually fix the session somehow?20:08
Beldarimanc, hard shutdowns can mess up your install.20:08
imancBeldar: yeh, I'm hoping there's an alternative.20:09
hitsujiTMObugs_bugger: i doubt it. prob needs a section of code to be rewritten20:09
Beldar!reisub | imanc20:09
ubottuimanc: In an emergency, you may be able to shutdown cleanly and reboot by holding down Alt+PrintScreen and typing, in succession, R, E, I, S, U and B. For an explanation, see http://en.wikipedia.org/wiki/Magic_SysRq_key20:09
bugs_buggerhitsujiTMO: dang. ok. i guess ill file a bug then...thanks!20:10
Beldarimanc, If you need help detail the hardware to start with to confirm ubuntu is runnable.20:10
hitsujiTMObugs_bugger: make you you file it with the ppa. not with ubuntu itself20:10
bugs_buggerhitsujiTMO: yeah, of course. i meant to file it in the ppa ;)20:12
imancBeldar: Ubuntu 13.10 is running pretty awesomely, on a new ASUS SC400CA Vivobook / I3 with shared mem. It's just twice now, usually with a daft amount of chrome tabs open, it has decided to stop responding altogether20:12
imancgot DC'd20:15
Beldarimanc, Install htop and run htop in the terminal when you open  a lot of apps or tabs in a browser and look up swappiness.20:17
Beldarimanc, If your swapping, what you describe is the cost.20:17
imancOK, will do that Beldar20:18
DwarfDefenderif no data is passed throught tcp socket, is it automaticaly closed after net.ipv4.tcp_keepalive_time seconds?20:20
Shamshello guys, i am noob to ubuntu and like to learn linux in depth where should i start from.20:21
fabian232421can someone help me please. i have problems with printing (Canon MF4320D) under ubuntu 13.10. thanks20:21
Beldar!details | fabian23242120:22
ubottufabian232421: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."20:22
Beldarfabian232421, You ask for help by describing the problem the best you can.20:22
james-glitsj16, or MonkeyDust  Hello again would one of you happen to have a minute?  http://pastebin.com/C1hzMjxD20:23
fabian232421im also a noob. ok. i downloaded drivers from canon UFR 2.70 or so. the installed them with the app center.20:23
MonkeyDust!cups | fabian232421 start here20:24
ubottufabian232421 start here: Printing in Ubuntu is done with cups. See https://help.ubuntu.com/community/Printers - https://wiki.ubuntu.com/HardwareSupportComponentsPrinters - http://linuxprinting.org - Printer sharing: https://help.ubuntu.com/community/NetworkPrintingWithUbuntu20:24
Beldarfabian232421, Did you open printers to start with and see if the drivers were there?20:24
spudnicaHi I was looking for solution aroud internet but did not found any usefull. How can I download files from terminal, if file adress does not finish any extension?20:25
fabian232421yes the driver is there. if i enter the cups webinterface i can see the printer.20:25
neil_how do i go about instlling an older version of flash i need 10.2 via terminal?20:25
VivekanandaHello everyone. Trying to find the location of mysql db file storage locatoin on ubuntu 12.04. please suggest howto20:25
MonkeyDustspudnica  try wget20:25
TJ-Vivekananda: I believe it is /var/lib/mysql/20:26
spudnicaMonkeyDust wget does not work result is like: 500 internal serve error20:27
MonkeyDustspudnica  what file would it be?20:27
=== Mars is now known as Guest61035
spudnicaMonkeyDust *.rar msuic album20:27
=== hub is now known as Guest84136
VivekanandaTJ-: when I am trying to do cd /var/lib/mysql it gives me permission denied. I also tried using sudo. Should I first stop the mysql server before trying it ?20:27
MotherMGA\join20:27
MonkeyDustspudnica  and the url?20:27
spudnicaMonkeyDust the url is like http://p0.bcbits.com/download/album/1ead6a3486ed647f876ad9e835325a7ea/flac/1608829719?c22209f7da1bd60ad42305b8ed18967682b555e09beaeaf87b64e917555542707f7a742c8cdf61a5c0bbfbb561f8ae85e8feb55e9e5316a7120969e63bd0114ad3a6bd7bf3de03d702cc0123d0554808cc8a7c4f147c16d238109f7ee81625837844dda540c36b30171b1f64448c57a335&fsig=9558c3222160852563950e8e1292f843&id=1608829719&ts=1388693431.208932891020:28
fabian232421 if i run "/usr/sbin/lpinfo -v" it turns out: "direct usb://Canon/MF4320-4350%20(UFRII%20LT)?serial=SJ3003711560M&interface=1". that seems to be wrong?20:28
TJ-Vivekananda: "sudo ls -l /var/lib/mysql"20:28
MonkeyDustspudnica  it's a zip file, not a rar file20:29
spearheadjames-: the home directory is lowercase so you should be able to find your file by /home/James/Documents/Linux-stuff/Linux-notes.odt20:29
birdhousei am trying to do a fresh install of ubuntu. but, everytime i start up my computer after a new install the password does not work for decrypting. i have tryed a bunch of passawords trying to install it over and over again and i can not seem to get it to work. can anybody help me?20:29
spudnicaMonekyDust sorry my mistake but does it change something? I tried to find direct link but did not find anything20:30
=== Ubuntu is now known as Guest8713
fabian232421birdhouse, maybe your keyboard layout dont match both times?20:30
MonkeyDustspudnica  true, the browser downloads it, wget doesnt20:30
birdhousei type in dvorak but i thought the decrpytion does not even have lay out20:31
VivekanandaTJ-: that gives me the permissions of files inside the mysql/ but not of the folder mysql/itself20:31
glitsj16james-: i suggest you launch your regular GUI file manager (nautilus, thunar or the like) and browse around in your /home to get a clear look at your file structure .. if you can navigate to where that .odt file is you can use the right-click menu and select "open terminal here" and see the exact syntax of the full path .. either double-clicking on the .odt in GUI or running the command "xdg-open ./exact-file-name-here.odt" to open the document20:31
hitsujiTMOspudnica: looks like the server is failing with wget. it may be expecting something thats not being given by wget, such as a referrer or useragent20:31
TJ-birdhouse: Does the password contain special characters? Is the Keyboard and Locale set correctly to interpret the key-presses as the characters you expect?20:31
bel3atarVivekananda: you should be logged as root to cd there20:31
birdhouseat first i tryed special charicters but then i just tryed lower case letters and numbers and it still did not work20:32
Vivekanandabel3atar: yep but I did not set up superuser "su" with any password. So my sudo password does not work. How do I ste it up?20:32
bel3atarVivekananda: try sudo su20:32
TJ-Vivekananda: You asked what the storage location is; that is it. If you want to list permissions for the directory itself use a different form of the 'ls' command, such as "ls -ld /var/lib/mysql" or "ls -al /var/lib/mysql/"20:33
glitsj16james-: take some screenshots, upload them to somewhere like imgur.com and provide us the link if you need more help20:33
james-glitsj16, thank you I will do this if I need to get some more help i will upload thank you.20:34
glitsj16james-: that's quite allright, i remember having a bit of pain to adjust to linux filesystem syntax etc. .. what file manager do you use btw?20:35
MonkeyDustspudnica  links2, a browser in terminal, downloads it, ok20:35
Bashing-omj #ubuntuforums-unanswered20:35
spudnicaMonkeyDust thanks for help gonna try links2 in some time :)20:37
Aaronor try lynx spudnica20:38
birdhouseany one have any idea what i am doing wrong? i can't use my password for decrypting the harddrive after a fresh install20:39
olegfusionHello, guys. May somebody help? I have ubuntu server 13.10 64-bit. My problem is that I need to load apache module that is 32-bit. How can I compile apache 32-bit edition? or should I better chroot into another 32-bit new system?20:40
hitsujiTMObirdhouse: is it taking any chars?20:41
hitsujiTMObirdhouse: that is, is it responding to keyboard input20:42
Piciolegfusion: Why not just install the i386 version of apache? no recompilation needed.20:42
birdhouseyes20:42
olegfusionPici, if I try to install apache2:i386, I have a problem with dependencies like ssl-cert, logrotate and etc etc20:43
hitsujiTMObirdhouse: what layout are you using?20:43
birdhouseyou can type a password it just tellsy you it is the wrong one20:43
hussaini am is new with linux, how one can find pc ip through20:43
TJ-olegfusion: Why does the module need to be 32-bit? Which module?20:43
birdhousei use dvorak20:43
gvohussain: bring up a terminal window and type ipconfig20:44
MonkeyDustor ifconfig, rather20:44
gvooops20:44
gvoSorry20:44
birdhousebut the password install screen has no layout because it does not show you keys20:44
gvoifconfig20:44
birdhouseit is just ****20:45
olegfusionTJ-, wsap22.so, it's specific application. I can install 32-bit only due to no patch for 64-bit20:45
hitsujiTMObirdhouse: mostlikely initramfs isn't aware of that and maybe expecting a qwerty us keyboard. can you try your passwords as if your keyboard was a qwerty keyboard20:45
Shamshello guys, i am noob to ubuntu and like to learn linux in depth where should i start from.20:45
gvoSenior moment...20:45
gordonjcpShams: that's a bit of an open-ended question20:45
TJ-birdhouse: You'll need to do "dpkg-reconfigure console-setup" to select the dvorak key layout ... you can temporarily switch using "sudo loadkeys dvorak" ... if you need to use a liveISO boot to alter the configuration via a chroot20:45
gordonjcpShams: what kind of things do you want to do?20:45
olegfusionTJ-, module is proprietary.20:45
MonkeyDustShams  start with a live sesiion, get used to the interface and basic commands20:45
birdhousei tryed typing my passwords as if they are qwerty as well it still does not work20:46
hussainit does not work i try this.  gvo20:46
birdhouseboth ways as if it where starting in qwerty and dvorak20:46
gvohussain what did it say?20:46
hussaincomman not found..20:46
gvoOK it's ifconfig.  I mistyped.20:47
gvonot ipconfig20:47
hussainifgvo.. thanks alot20:47
hitsujiTMObirdhouse: then follow TJ- 's suggestion and correct the layout via chroot20:47
david__Hy20:48
TJ-olegfusion: 1C:Enterprise ... OK, you'd need to replace your 64-bit apache with 32-bit or via a chroot or LXC20:48
david__I am new to Ubuntu and its awesome20:48
gvodavid__: and how can we help?20:49
olegfusionTJ-, I tried 32-bit apache installation, but it is so many dependencies are failing to install due to integration with system.20:49
david__i dont know whic program is good for playing windows games ;)20:49
olegfusionTJ-, like perl, procps, ssl-cert..20:49
TJ-olegfusion: Well, you need to talk to 1C about that... it is their software, after-all.20:50
gvodavid__: Windows is best.20:50
olegfusionTJ-, I'd better compile apache or make chroot.20:50
olegfusioncan't reinstall system to 32-bit.20:50
david__:D20:50
glitsj16Shams: there's a nice ubuntu manual that can help you get started too --> http://ubuntu-manual.org/downloads20:50
gvodavid__: I'm serious.  Many windows games don't run well or even at all on Linux.20:51
mario_hello20:51
david__i want to play only League Of Legends ;)20:51
Shamsglitsj16, that is what i ment, i needed some link where i can start it from, i dont even know the basic command, thnks glistsj20:52
birdhouseok, problem solved. thanks for you help everyone. password was layed out in qwerty even thought it was istalled as dvorak. also special charerters seems to break password.20:52
hitsujiTMOdavid__: play dota 2 instead. its native to ubuntu20:52
david__realy? is free?20:52
glitsj16Shams: you're welcome, enjoy the experience20:52
gvodavid__: Or look at http://appdb.winehq.org/objectManager.php?sClass=version&iId=1914120:52
david__ty20:53
david__gvo what do you like more windows or linux'20:53
david__?20:53
hitsujiTMOdavid__: yes dota 2 is free to play20:53
VivekanandaI am trying to set max packets size in mysql but when I input the command I get this : ERROR 1227 (42000): Access denied; you need (at least one of) the SUPER privilege(s) for this operation. What should I do ?20:56
Pessimistdavid__, you can try running league through play on linux (it's working almost flawlessly for me :) )20:56
gvodavid__: I don't run windows.20:56
david__ok i downloaded PlayONLInux and we will see if will works well ;)20:56
david__ty for help20:57
spudnicaMonkeyDust thanks for solution it works perfectly :)20:57
ChickenBrainwhat is dota?20:57
gvoDota 2 is a multiplayer online battle arena video game and the stand-alone sequel to the Defense of the Ancients (DotA) mod.20:57
ChickenBrainnative to linux... not bad20:58
MonkeyDustspudnica  glad i could help :)20:58
ChickenBrainnot that it sounds like anything I would play :)20:58
hitsujiTMOdata 2 is essentially valves version of lol20:58
=== thematthewgall is now known as matthewgall
OkitainhitsujiTMO: if it wasn't an Ubuntu channel, you'd be fired upon with a gun of the highest caliber.21:00
PessimisthitsujiTMO, pls don't start a flame war and this is offtopic21:00
=== dziegler_off is now known as dziegler
hitsujiTMOhad no intention of such. and yeah its ot, so i'll keep quiet about it21:01
rifkini want to change the layout with the onscreen keyboard to thai21:01
rifkini use gok21:01
rifkinwith LANG=th i only change the menu not the keyboard layout21:01
TJ-rifkin: You'll need to do "dpkg-reconfigure console-setup"21:02
gvorifkin: Also have a look at http://www.tldp.org/HOWTO/Thai-HOWTO-2.html21:03
TJ-rifkin: I think the on-screen takes notice of the system setting... or you can use "loadkeys" for temporary changes.21:03
=== dziegler is now known as dziegler_off
=== marshall___ is now known as marshall_
=== gry is now known as Guest60134
freeroutehappy new year!21:15
freerouteis iptables supposed to not work in 12.04? When I do iptables -L it gives me the following error:21:16
freerouteiptables: error while loading shared libraries: /lib/libxtables.so.7: invalid ELF header21:16
Roryfreeroute: Is that a fresh install of 12.04?21:17
freerouteRory: not really, but I haven't touched iptables before21:17
=== winegoddess_ is now known as winegoddess
Roryfreeroute: That's really weird; can you try "sudo apt-get update; sudo apt-get install --reinstall iptables"21:19
visceralis it normal for the 13.10 live environment to require you to press enter for it to finish rebooting after the ubuntu installer runs? this has happened twice for me now: once on baremetal, and once in a vm21:20
visceraland if it is normal, what's the reason for it? doesn't seem intentional...21:20
freerouteRory: do you mind if I use aptitude for that?21:20
rwwvisceral: Yes. Theoretically, you would see a message along the lines of "Remote installation media and press enter to reboot"21:21
visceralrww, i saw no such message either time21:21
Roryfreeroute: Use what you like, as long as it reinstalls21:21
freerouteRory: I got some errors about ELF again I think - http://install.kpaste.net/b71832b6f721:23
freerouteRory: but iptables seems to work now21:23
=== SonikkuAmerica is now known as SpeedRacer
=== SpeedRacer is now known as SonikkuAmerica
cordycepshow do I remove leading  "./" from  playlist.m3u  using sed?21:26
treeprogramHi, my cmake is version 2.8.7. I'm trying to upgrade to 2.8.12.1, but I'm a linux noob. Could someone guide me on how to do it?21:27
Rorytreeprogram: Why do you want to upgrade to 2.8.12.1?21:28
treeprogramRory: I'm trying to build Bitcoin-based software, and the 'cmake' is failing. Someone who had a similar problem was able to fix it by upgrading to a newer version of cmake21:30
MonkeyDust!info cmake21:30
ubottucmake (source: cmake): cross-platform, open-source make system. In component main, is optional. Version 2.8.11.2-1ubuntu5 (saucy), package size 5044 kB, installed size 12502 kB21:30
Rorytreeprogram: What version of Ubuntu are you using?21:31
treeprogramRory: 12.0421:31
MonkeyDusttreeprogram  13.10 has 2.8.11 ... try the !backports21:31
Rory!backports21:32
ubottuIf new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging21:32
treeprogramMonkeyDust: thanks will check it out21:33
DF3D2is memory use reported in htop accurate?21:34
usr755hello everyone, I mistakenly "chmod 700 the autostart folder" and now Im unable to login to my session. Currently Im running the LIVE CD UBUNTU 12.04 LTS, please is there anyway to chmod back the autostart folder and get back my session please.21:34
freerouteDF3D2: I believe it's the same info from df -h21:35
DF3D2usr755, idk what the correct permissions are but i'd assume chmod -R 777 would work21:35
DF3D2just as a temp fix21:35
daftykinsDF3D2: never advise a 777, seriously bad practice21:36
Jeruvy755 or 64421:36
DF3D2daftykins, did you not see where I said temporary fix just so he could log in ?21:36
usr755DF3D2, yeah, but how do i do that  "unable to log in, session failed" how do i get boot in terminal so i can fix itM21:37
daftykinsDF3D2: i did see, but it's still bad advice. i know you mean well and i don't mean to annoy, but just - don't be so quick to throw that stuff around :)21:37
DF3D2usr755, ctrl+alt+F#21:37
usr755DF3D, in gnome log inM21:37
usr755DF3D, in gnome log in?21:38
DF3D2usr755, on your keyboard hit ctrl+alt+F1 or F2, F7 is xorg21:38
DF3D2anyway i'm on lubuntu guys and it is claiming I am using 2g/4g of ram on this machine and I just don't see how when I barely have anything open I thought lubuntu was supposed to be light ?21:38
rww!ram | DF3D221:39
ubottuDF3D2: If you are wondering why some tools report your system has very little free memory, have a look at http://www.linuxatemyram.com/ | A short primer on Linux memory management can be found here: http://sourcefrog.net/weblog/software/linux-kernel/free-mem.html21:39
rwwtl;dr: stop caring about RAM, it's making itself useful and will be given to programs if they need it21:39
DF3D2rww, so it is pre allocating then21:40
DF3D2or caching or whatever21:40
rwwprobably, yep. the first website linked has some commands that would give you info on that21:41
=== Guest35485 is now known as Rasmus`
tclarkenot sure if this is the right channel...I'm setting 12.04 MAAS and I'm having trouble following the install docs...I get to the point where I need to d/l initial boot images and run "maas-cli mynam node-groups import-boot-images" where mynam is the name of my login profile21:47
tclarkenode-groups: error: argument COMMAND: invalid choice: u'import-boot-images' (choose from 'register', 'list', 'refresh-workers', 'accept', 'reject')21:47
hitsujiTMOtclarke: also ask in #ubuntu-server21:48
tclarkewill do21:49
test3993Hello21:51
test3993How do I mirror a directory in Ubuntu?21:51
koyetsuhas anyone setup a minecraft server under ubuntu? i have spare hardware sitting around and was thinking about setting one up just because21:52
hitsujiTMOtest3993: define "mirror"? you want to rsync it? symlink it?21:52
jhutchinstest3993: From what to what?21:52
hitsujiTMOkoyetsu: what exactly do you want to know?21:53
koyetsujust how annoying it's gonna be. i know there is mineos but can't get it and wanted to setup a server to spawn different minecraft setups for messing around with including different mods21:55
majnemerHi! I'm having a bit of trouble with a new keyboard. Pressing the Mute/Unmute button does not seem to have an effect on ALSA.21:55
majnemer`xev' shows that the button is recognized as XF86AudioMute21:55
koyetsueg, bukkit tekkit and some of the more involved mods21:55
majnemerAny ideas on what I might be doing wrong?21:55
rwwkoyetsu: might try #minecraft if you haven't already21:55
=== g_byers is now known as gbyers[Away]
koyetsuthat tends to be from a none server side of things the extent of their help is "did you google?21:57
somanWhy I cannot see my photo camera in /media? I connected canon powershot a550 via usb and nothing happens like was before. Xubuntu 12.04, lsusb output about canon device http://pastebin.kde.org/p4w7enxwc/3auf3o21:57
koyetsuor, just run you server in windows21:57
hitsujiTMOkoyetsu: if you know how to create your own services and know how to pipe commands to apps in screen sessions then it's pretty trivial. if not stick with mineos21:57
koyetsubleh21:57
somansorry like wasn't before. Usually os opens a thunar with device's folder21:58
[[a]D3D2, I just fixed the chmod problem21:58
foxxhello. whenever i use "fakechroot fakeroot" with deboostrap, the second stage always seems to apply the wrong prefix to symlinks.. i.e.  ls -lah home/foxx/wtf/etc/nologin shows "wtf/etc/nologin -> /home/foxx/wtf/var/lib/initscripts/nologin", so its applying full absolute path to symlinks in second stage rather than "/". any ideas how to stop this behavior from happening?21:59
koyetsuhitsujiTMO i was just wondering if anyone had done it in ubuntu and how annoyed i was gonna get trying to make it work...21:59
koyetsuthis is me being bored and trying to come up with something to do with a buncha excess hardware...21:59
[[a]How do I make a secure chmod for /etc/xdg/autostart , i mean the autostart folder should be chmod on what measure? 750 or 777 ? the session is working only becuz I chmod autostart into 777 ? is it secure?22:00
koyetsui've already setup a 4 server cluster for citrix xenserver22:00
MonkeyDustmajnemer  in dconf-editor: org.gnome.desktop.wm.keybindings22:00
koyetsuso now i'm bored22:00
majnemerMonkeyDust: I think I've figured it out. My WM, xmonad, does not set this up by default.22:01
majnemerThanks though!22:01
=== AndresSM is now known as AndresSM_away
hitsujiTMOkoyetsu: quite annoyed. you'll need everything to run under a single mc user. mc server writes everything as 644 even if you specify a different umask, and also expects a non standard return character. piping commands to screen can be a little confusing if you've never done it before.22:02
koyetsubleh...sounds like more effort than i really wanna get into.....i really am only sorta interested in messing with it.22:04
=== Ubuntu is now known as Guest88915
[[a]How do I make a folder completely inaccessible only by root, I mean other users when they to open it, they can't.22:07
MonkeyDust[[a]  with chown22:07
gvoand chmod22:07
[[a]chwon "name of folder"    and thats?22:07
gvoman chown22:08
[[a]ok22:08
hitsujiTMO[[a]: sudo chown root:root /path/to/folder && such chmod 700 /path/to/folder22:08
gvosuch = sudo22:08
MonkeyDust[[a]  do some reading here: https://help.ubuntu.com/community/FilePermissions22:08
[[a]thank you All22:08
jhutchinspossibly -R w/ chmod.22:08
[[a]yeah its helpful, thank you all very much22:09
hitsujiTMOty gvo22:09
gvosure :)  I do it myself too often.22:09
lunareffectCould anyone please help me with this problem? When ever I try to launch anything using OpenGL I get the following error: Xlib:  extension "NV-GLX" missing on display ":0". The weird thing about it is, that I haven't even got an NVidia Card in my computer.22:09
=== shaun is now known as wafflejock
lunareffectMore info: Running Ubuntu 13.10, didn't have the problem in 13.04 or in Xubuntu 13.10. The machine is an Aspire One 756 with Intel Graphics.22:11
hitsujiTMOlunareffect: can you pastebin the output of: dpkg --get-selections22:14
lunareffecthitsujiTMO, certainly, thank you. here it is: http://paste.ubuntu.com/6681160/22:17
hitsujiTMOlunareffect: you've the nvidia driver installed.22:18
hitsujiTMOlunareffect: sudo apt-get purge nvidia-319-updates nvidia-settings-319-updates22:19
lunareffecthitsujiTMO, how weird, I remember I had nvidia settings in Xubuntu. It worked fine until I tried using them, which broke my X, so I switched to Ubuntu22:19
lunareffectthank you, hitsujiTMO22:20
[[a]Guys, I asked the question wrongly, I should have put it in this way : How do I make a given folder inaccessible (I did chmod it into root) & When I double click to open => It won't.22:20
[[a]Guys, I asked the question wrongly, I should have put it in this way : How do I make a given folder inaccessible (I did chmod it into root) & When I double click to open => It won't.22:20
=== gbyers[Away] is now known as g_byers
smerzinacessible to whom ?22:21
lunareffectIt seems to have something to do with OpenCV, which is weird.22:21
gvoWell you did want to make it inaccesible22:21
hitsujiTMO[[a]: you much chmod + chown it.22:21
hitsujiTMOmust*22:21
MonkeyDust[[a]  you want to make it accessible by root only, so that's what you did22:21
gvoand as long as you are not running as root, double clicking it in a file manage won't open it.22:22
gvomanager22:22
Kartagiscan I ensure my USB hard disk is *always* the same device, eg /dev/sdc1 ?22:22
lunareffecthitsujiTMO, thank you so much, that did the trick! :D22:22
hitsujiTMOlunareffect: np22:23
hitsujiTMOKartagis: no. UUIDs are there to get around some issues caused by dynamic device names tho.22:24
viscerais it true that apt-get and aptitude are equally capable of managing automatically installed packages, or is aptitude still better?22:24
[[a]in Ubuntu Im "user666" and I can also log in as root in Terminal, so whenever I chmod a give folder into root user and go the appropriate directory and double-click the folder with "user666" I get it open instead of getting a msg like "you don't have permission to open this file..."22:24
visceraie. all associated deps are removed when you remove the parent package22:24
viscerai seem to recall that this capability was generalised to both a while back22:25
KartagishitsujiTMO: hrm, I could use the UUID to make sure it always mounts22:25
Kartagisthanks for the tip hitsujiTMO22:25
hitsujiTMOKartagis: what way are you defining the mount. in fstab?22:25
KartagishitsujiTMO: yeah22:25
[[a]sorry I meant Folder not file*22:25
smerz[[a], you may have access it because the files are still under your group ?22:25
smerz*to it22:25
smerztry a stat on the folder22:26
smerzstat /path/to/folder22:26
hitsujiTMOKartagis: sudo blkid                        this will get you the UUID for the drive. then instead of naming the device by device name /dev/sdc1  use UUID=ehfuiesgfiuegfiuejdfhsd22:26
smerzit will show you to which user and group the folder belongs22:27
smerzand the permissions22:27
smerzin ubuntu right click -> permissions (or the like) will show you the same info22:27
* Kartagis starts coughing: there are no folders on gnu/linux, just directories22:27
hitsujiTMOKartagis: look at the fstab section here: https://wiki.tenmilesout.net/wiki/Ubuntu_Saucy_Debootstrap_Efi_Minimal_Install22:27
smerzright click -> properties   then go into the permissions tab22:28
[[a]smerz, you mean if I chmod everything including the files, it will not be opened?22:28
[[a]and yes i have files22:29
smerz[[a], no. there are 3 permission levels per file/folder.    the user it's assigned to, the group it's assigned to. and "other"22:29
DcainHi22:29
smerzif you change the user to root, but the group is "user666" and has access rights. you will still have access rights22:30
smerzlikewise "other" means all. if "other" has permissions everyone has permission22:30
gvosmerz not exactly22:30
gvoI think if you remove group permission and give other permission, then group can't get to it.  At least it was that way many years ago.22:31
gvothey may have changed that.22:32
DcainWhen i installed ubuntu on a different partition i left windows intact but i cant load up the uefi for windows anymore how an i access windows when there is no option to?22:32
[[a]ok I tried this "chmod -R 700 encrypted-folder" and it worked. Now I can't open the folder niether double-click and open it.22:32
[[a]workds like a charm22:32
smerzif i set a grp to --- and other to rwx, the group permission overrides other? is that what you mean gvo? :)22:34
hawke_2Hi all…is there a current recommended system for joining an Ubuntu machine to active directory?22:34
gvosmerz it used to work that way.  If you do that, members of the group can't access it.22:35
smerzgvo, i just tested it. and indeed. 007 on my own grp. can't get into the folder ;-) you're right22:35
gvoWhen I first heard about it I was surprised.22:35
wafflejockyeah believe it should be user then group then other in terms of how it checks22:35
sa_i downloaded the vim source file "vim-7.4.tar.bz2" to my Desktop/ then i "tar xvjf vim-7.4.tar.bz2"  so now i have the 'vim74' folder on my desktop22:36
wafflejockas in are you the user, if not are you in the group, if not you are other22:36
sa_in which directory do i use the command "make install" ?22:36
wafflejocksa_: is there a README file?22:36
bekkssa_: Hopefully in none. Better use checkinstall22:36
smerzindeed. thanks gvo :-)22:37
smerzit would appear so indeed22:37
gvonp22:37
=== winegoddess_ is now known as winegoddess
=== zh is now known as Guest10644
sa_it just says "make install" in the readme-unix.txt22:44
=== Guest10644 is now known as zh1
sa_when i "make install" in the 'Desktop/vim74/" directory it says "make: Nothing to be done for `install'."22:44
mayankmadani need help with installing kiwix22:45
mayankmadan*building22:45
mayankmadani get this error ERROR: JAVA_HOME is set to an invalid directory: /usr/lib/jvm/java-1.7.0-openjdk-i38622:46
whitemikeftwmayankmadan you can set that env variable in your .bash_rc i believe22:46
mayankmadanwhitemikeftw, thanks22:46
ActionParsnipmayankmadan: did you set the variable?22:46
mayankmadani dont think i did22:47
Picisa_: Are you aware that vim is in the repositories?22:47
ActionParsnipIf you run: echo $JAVA_HOME ,is anything output?22:47
sa_Pici, yes, but for 12.04 the default is 7.3... i thought it'd be easy to use the source files for 7.422:48
mayankmadanActionParsnip, bash: /usr/lib/jvm/java-1.7.0-openjdk-i386: No such file or directory22:48
mayankmadanhow do i set the variable22:48
ActionParsnipmayankmadan: if you install Oracle Java via the Webupd8 PPA it will set it for you :-)22:48
mayankmadanActionParsnip, but is there a way to set it up manually?22:49
whitemikeftwyes22:49
mayankmadanhow?22:49
whitemikeftwhttp://stackoverflow.com/questions/6477415/how-to-set-java-home-in-ubuntu22:49
ActionParsnipmayankmadan: expot JAVA_HOME /path/you/have22:49
mayankmadanActionParsnip, do i need to run it in terminal22:50
haploidIs there anything in wget that would cause a download to begin very fast( ~30M/s) then suddenly slow to 100K/s about 13 through the download ?22:50
mayankmadanand do i need to restart after that?22:50
haploider 1/322:50
ActionParsnipmayankmadan: yes but you will need to change the path obviously22:50
=== ldiamond_ is now known as ldiamond
ActionParsnipmayankmadan: no need to reboot22:50
whitemikeftwhaploid probably the server22:51
hitsujiTMOhaploid: if the file you're downloading gzips very well and the server is set to gzip for that file then it could be the cause22:52
mayankmadanActionParsnip, the path needs to be to the directory, right?22:53
ActionParsnipmayankmadan: yes, it usually ends in 'bin'22:53
histumnesswhen I ssh to my laptop (Ubuntu) from my desktop (Windows/PuTTY) every minute or so the connection will seem to hang for several seconds22:54
histumnessdoes anybody know what could cause this?22:54
ActionParsniphistumness: check the output of: dmesg | tail ,after the slowness22:55
histumnessActionParsnip: I've tried that, there is never anything new after slowness22:55
ActionParsniphistumness: try different network settings maybe. Or run wireshark and check logs after slownes.22:56
=== AlanBell_ is now known as AlanBell
=== zh1 is now known as Guest65985
=== dziegler_off is now known as dziegler
=== d is now known as Guest57546
Guest57546When I try to open my windows partition i get http://i1264.photobucket.com/albums/jj500/dcain14/Screenshot2014-01-02145556_zps8a753a77.png please help if it involves going back to windows what else can I do23:03
=== Guest57546 is now known as Dcain
hitsujiTMODcain: if an ntfs partition is marked for chkdsk then linux will refuse to go near it until chkdsk is performed23:05
Dcainok23:05
Dcainand how do i find chkdsk23:07
bekksDcain: It is on your Windows installation.23:07
Dcainoh then i have a problem23:07
hitsujiTMODcain: chkdsk is in windows. it should run automatically for an unclean filesystem23:07
ObrienDaveDcain, what problem?23:07
Dcainthe uefi boot thing for windows doesnt run anymore only the boot for ubuntu does23:08
DcainThats why I needed help so I can run windows again without reinstalling23:08
hitsujiTMODcain: maybe both are connected23:08
hitsujiTMODcain: do you need write access tot he drive or will readonly do?23:08
Dcainive been looking for read only in the mount options for ubuntu23:09
OerHeksDcain, there is a "dirty" way yo clean the flags in your ntfs, but i would rather use windows >> see answer #1  http://askubuntu.com/questions/112150/how-to-correctly-fix-a-dirty-ntfs-partition-without-using-chkdsk23:09
hitsujiTMODcain: sudo mkdir /mnt/ntfs sudo mount -t ntfs -o ro /dev/sda4 /mnt/ntfs23:10
=== dziegler is now known as dziegler_off
hitsujiTMODcain: if you have a windows isntall disk you could also run chkdsk from the disk23:12
Dcaini unfortunately dont have an install disk i got my pc preinstalled with windows and geek squad doesnt give out disks23:13
rissiHello, the package libboost-all-dev seems to be broken. Is there a way to get the majority of boost packages without compiling from source?23:19
gordonjcpI'm trying to pair a bluetooth GPS device on 13.10, but when I select "0000" in PIN options it's completely ignored and I get a random 6-digit pin23:20
gordonjcpis there something obvious I'm missing?23:20
h3l3n4\23:21
Urazielso who's excited about "Vikings" coming back in February?23:23
yaaazВооот это даааа :))23:32
samiralajaad /Msg NickServ identify samiralajaad meggiemoo1223:37
samiralajaadwell23:37
samiralajaadthis sucks...23:37
Jordan_Usamiralajaad: You should always identify in the server "window" of whatever client you're using so that this type of thing isn't possible (or just configure your client to auto-identify). I assume you know to now change your password :)23:38
abcdhttps://www.facebook.com/Mouvement.PlaceTahrir.France23:38
OerHekssamiralajaad, time to change your password > http://freenode.net/faq.shtml#changepass23:39
samiralajaadlol yeahh23:39
OerHeksabcd facebook spamm is not wanted here, thanks23:39
samiralajaadbrb23:39
sa_what does "bash: !cp: event not found" mean?23:40
Ryleesa_, !cp in the Bash shell means "repeat the last line starting with cp" -- that line means that there was no line starting with "cp" in the current session23:41
=== Jordan_ is now known as JordanJ2
=== sysadmin is now known as Guest92078
=== JordanJ2 is now known as Jordan
=== Jordan is now known as JordanJ2
sa_Rylee, thank you23:53
sa_does anyone know why this tutorial says to use !cp?  http://vimdoc.sourceforge.net/htmldoc/usr_01.html#not-compatible23:54
sa_i couldn't see a cp command earlier23:54
Ryleeah yes23:55
sa_so i just navigated to the directory and cp'd it that way23:55
Ryleethat's the command to use in vim itself23:55
Rylee:! is "shell command"23:55
sa_OH23:55
sa_Rylee, thanks again that clears that up. lol23:56
Ryleeheh, no problem, have fun with vim ^^23:56
=== sysadmin_ is now known as VLanX

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