[00:00] hitsujiTMO, I presume you mean on the server. [00:00] sudormrf: That sounds like, on the remote system, the client's entry in ~/.ssh/authorized_keys as a command prefix, such as "sleep XXXX ..." [00:00] sudormrf: yup [00:00] hmm. let me look. [00:00] sudormrf: s/as a/has a/ [00:01] TJ-, the only thing I see in ~/.ssh is known_hosts. [00:01] let me have a look at that file [00:01] sudormrf: have you modified ANY of the .files in your $HOME ? [00:02] HI, if i add this manual: [00:02] sudo mount -t cifs //myserver_ip_address/myshare ~/mnt -o username=samb_user,noexec [00:02] how i add this to be automated if i reboot the linux? [00:02] TJ-: ~?.ssh/authorized_keys is on ther server [00:02] hitsujiTMO, I have not. [00:02] hitsujiTMO: sudormrf: For example, I use it for remote-relays with "command="sleep 604800" ssh-rsa AAAAB...." to prevent the ssh proxy from disconnecting through inactivity [00:03] hi i am havinga issue with my system unexpectidly rebooting [00:03] TJ-, the only file I see is "known_hosts" and it looks to be encrypted [00:03] how do i figurt out why [00:03] Neytiri: pastebin the contents of /var/log/syslog [00:04] sudormrf: are you using password auth or key auth? [00:04] hitsujiTMO, password. [00:04] sudormrf: That is on the server? I'm referring to the user's $HOME/.ssh/authorized_keys *on the server* [00:04] TJ-, correct. let me check again [00:04] sudormrf: ahh, thats why there's no authorized_keys then [00:04] hitsujiTMO, oh. haha [00:05] sudormrf: aha!. OK, have you connected using "ssh -vvvv .... " to get maxium debug output? And have you checked the server's "/var/log/auth.log" ? [00:05] hitsujiTMO, http://pastebin.com/33iDvskP [00:05] TJ-, let me check the /var/log/auth.log [00:06] TJ-, I have been using -vT when connecting to see what is happening, but that only shows up until the point the authentication takes place. after that I see the "welcome to ubuntu...." message and the message about updates and that is it. the prompt doesn't show up. [00:06] sudormrf: That is the server's MOTD, generated by pam-motd [00:07] sudormrf: So you're getting into PAM, but I wonder if its getting out? [00:08] hitsujiTMO: last time I installed skype, it installed some bloatcrap on firefox. I didn't order that. Who knows what else it does. I just want to keep it out of the rest of the system (it has no business there). [00:08] treehouse: just do an "advanced" setup or whatever they call it these days and don't install the addons [00:09] TJ-, that's called PAM? good to know :). Yeah, it looks like I am getting in to PAM but it is getting stuck. [00:09] sudormrf: Pluggable Authentication Modules [00:09] TJ-, good to know! :). So yeah, is there a PAM log? or something along those lines? [00:09] sudormrf: So, focus on increasing the verbosity of server-side logging into auth.log [00:09] sudormrf: to be sure: cat /etc/update-motd.d/* | pastebinit [00:10] hitsujiTMO, ok [00:11] Neytiri: is the current session just after a crash? [00:11] hitsujiTMO, http://paste.ubuntu.com/6852359/ [00:11] ? [00:11] TJ-, how can I increase the verbosity of the logging in auth.log? [00:11] i grabed the full syslog file after i got back in [00:12] sudormrf: To see what modules are being run, in what order, look at "/etc/pam.d/login" [00:12] Guys, anyone using 14.04 Daly Bilds already ? [00:12] !trusty | ANN-TechCoder [00:12] ANN-TechCoder: Ubuntu 14.04 (Trusty Tahr) will be the 20th release of Ubuntu. See the announcement at http://www.markshuttleworth.com/archives/1295 for more info. support in #ubuntu+1 [00:13] I know. All I am asking if anyone has it installed and using Daly Builds ? [00:13] ANYONE? if i want to add to mount automated samba file from other ubuntu in my ubuntu... [00:13] what i need to config, becouse if i add //ip .... in fstab not work [00:13] TJ-, checking [00:13] hello, i am trying to use ip l2tp on ubuntu 13.10, but it always returns "error talking to the kernel" [00:14] Neytiri: i mean your current run of the system started at: Jan 31 18:55:33 is this just after a crash? or was this after a normal shutdown? [00:14] jsut after a crash [00:14] ANN-TechCoder: any chat or anything related to trusty is in #ubuntu+1 [00:15] wait that might be from a reboot [00:15] looking at the time difference [00:16] anyone had any luck using l2tp on saucy? [00:16] Anuska, you should be able to use an IP address in fstab [00:16] yes [00:16] Neytiri: can you pastebin an earlier syslog then please. they should be stored as /var/log/syslog.1, /var/log/syslog.2.gz, etc... [00:16] but what is the line [00:17] here: //myserver_ip_address/myshare /media/samba_share cifs noauto,credentials=/etc/samba/user,noexec 0 0 [00:17] hitsujiTMO: I just dont' trust them. [00:17] but... not have /etc/samba/user in this computer becouse is other computer with ubuntu [00:17] Anuska, http://ubuntuforums.org/showthread.php?t=1026501 [00:17] hitsujiTMO: if you can run it with a restricted user anyway, it shouldn't be able to affect your system, should it? (assuming it's not trying to use any exploits to do that) [00:17] treehouse: lol. there's no real way of sandboxing it, so unfortunately you will have to trust them [00:17] /netstore/disk1 /media/disk1 smbfs dmask=777,username=username,password=password 0 0 [00:17] thanks [00:18] Anuska, you need to replace netstore with your disk info [00:18] yes but! if someone type: cat /etc/fsdab [00:18] see the password is in clear text [00:18] Anuska, I am going to show you how to prevent that. sec. [00:18] hello, I am wondering if somebody can help me install Ubuntu to a partition on a Windows system. I just made a 30 gig partition and I don't really have access to a USB stick or CD/DVD. Is there any way I can install Ubuntu to this partitioned drive from within Windows? [00:18] treehouse: no, it should not be able to effect the main system. but could potentially write anything in userspace [00:18] Anuska, http://ubuntuforums.org/showthread.php?t=1806455 [00:19] hitsujiTMO: :( [00:19] bye [00:19] let me see sudormrf [00:20] hitsujiTMO, http://paste.ubuntu.com/6852389/ [00:20] TJ-, I had a look at that file, but it doesn't look out of the ordinary to me. [00:22] sudormrf: I forgot, for ssh, it's "/etc/pam.d/sshd" ... but that is for your information, to get an idea of which modules are running in which order. If you know MOTD is running to completion then you can focus on the modules listed after it, to identify the fault [00:22] Neytiri: ok. lots of apps crashing before the restart [00:22] what are some projects that use upstart. I'm trying to package a project that uses it and I'd like to take a look at some examples. [00:22] oops, that was supposed to be a question... [00:22] Neytiri: seems to be an issue with the swap maybe [00:23] TJ-, checking. :). [00:24] how can i fix that? [00:24] Neytiri: ok. can you pastebin the output of: free -m [00:24] hochmeister: plenty of examples in /etc/init [00:24] http://pastebin.com/5wrT0Tcv [00:24] sudormrf: To debug, you can add the option "debug" to the commands, e.g. "session optional pam_motd.so debug # [1]" and so on for other modules [00:24] yay [00:25] but ubuntu not have root [00:25] password for root [00:25] hitsujiTMO, shamefully I remembered this immediately after asking [00:25] Anuska, not sure what you mean? [00:25] TJ-, is there a log that this stuff would be reflected in? [00:27] i need to set a password to root? [00:27] or no? [00:27] Neytiri: are you using a lot of memory when the crah happens? [00:27] !root | Anuska [00:27] Anuska: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [00:27] I'm having a small problem with debuild. it's generating rc-style init scripts along with pre&post install and a prerm script. It is not creating a postrm script, which generates a lintian error, and looks like it is appending the postrm routine to the postinst script. [00:27] yes [00:27] sudormrf: "/var/log/auth.log" [00:27] How can I run PHP files (a whole Project that I have in /home/novita/MyProject) that are not in /var/www ? [00:28] yes, i am using it to host minecraft servers [00:28] nobitanobi, symlink to your document root, or use the userdir module. [00:28] TJ-, oh. the PAM logs to that log too. ic :). [00:28] mount error(13): Permission denied [00:28] nobitanobi: symlink /home/novita/MyProject to /var/www/MyProject or create a virtual host [00:28] sudo mount -a [00:29] !? [00:29] sudormrf: P-Authentication-M ---> "auth".log ... there's a clue in the name :) [00:29] hitsujiTMO, ok. [00:29] hitsujiTMO: what if i chroot and then run skype as a restricted binary? [00:29] hitsujiTMO, how can I find out about virtual hosts in order to do this? [00:29] treehouse: you can still escape a chroot [00:29] I fail to see how to Google that [00:30] treehouse: i think you're over thinking the situation. if you're really feel that bad about it, run it in a virtual machine [00:30] nobitanobi, you really don't have to setup a vhost. you can also use userdir: http://httpd.apache.org/docs/2.2/mod/mod_userdir.html [00:30] hitsujiTMO: but only if you do that explicitly, right? like "escape chroot" (why would skype do that)? [00:30] hitsujiTMO: I'm paranoid :3. [00:30] nobitanobi: http://httpd.apache.org/docs/2.2/vhosts/examples.html [00:31] ok guys. I will take a look at mod_userdir [00:31] thanks hitsujiTMO [00:31] treehouse: why would skype do anything to "infect" your system? :P [00:32] hitsujiTMO: I don't think it would. But my experience is that installations do more than just dropping an executable in a directory. [00:32] sudormrf, TJ- i need to add some password in .cifscredentials ? not work with password from linux? [00:33] if is the same user [00:33] Neytiri: first thing i'd do is run memtest [00:33] & pass [00:33] hitsujiTMO: btw, what did you mean by exiting chroot? [00:33] treehouse: yes, but there's an advanced setup for skype that allows you to stop that [00:33] its a vmware virtual machine, does that still apply? [00:33] treehouse: you can escape a chroot, via /dev or other means [00:34] Neytiri: do you actually have 24GB of ram for the VM? [00:34] hi, i´m installing GNUHealth on Ubuntu server 12.04 and in some point at the tutorial says to type this command. "source $HOME/.gnuhealthrc" how do I get out of the blue state that command make me enter in. [00:34] thanks in advancew [00:35] hitsujiTMO: I don't trust those 'advanced' setups anymore xD. I did that with iTunes, but my laptop was all over my university LAN. "*bad word*s computer" showed up on pretty much every mac and iPhone connected to that network. [00:35] excuse my english. [00:35] Is anyone here how use VNC to connect UBUNTU to Debian? [00:35] installing over ubuntu server i386 12.04 [00:35] sera [00:36] the server has 32 [00:36] Neytiri: and are you over committing memory? if not i'd run memtest from a live cd on the host [00:36] buona sera [00:36] i only have 24 assigned to the vm tho [00:36] Anuska, when you chown the file you should be OK [00:36] Anuska: simple. You just install a VNC server on the Debian computer, and connect via a VNC client from the ubuntu computer. No hazzle. [00:36] i'll give it a try [00:36] yes treehouse [00:36] i install vns erv [00:36] TJ-, this is such a strange problem LOL. I am looking at these things thinking "why aren't you workinG?!" curious to see what happens when I get home. [00:37] vnc11serve some of that is running on debian [00:37] and in ubuntu i have ssl/ssh bnc viewer [00:37] chi mi può aiutare? [00:37] simonhfc, join #ubuntu-it [00:37] hitsujiTMO: but the 'mechanisms' to escape chroot, aren't used easily by accident I assume? (programs won't escape it unless it's doing so pretty much deliberately)? [00:37] Hi all, Im trying to copysome files to my note 3. Ive connnected the device but IM not sure where its mounted. Any ideas? [00:38] x11vncserver = running on debian [00:38] how i connect on this from ubuntu? [00:38] Anuska: you need a VNC client (specifically) to make it work, usually. try that [00:39] ssl/ssh vnc viewer ? [00:39] this? [00:39] treehouse: no they aren't [00:39] Anuska: use a vnc client to connect to a vnc server, it doesn't matter if the server is debian, ubuntu, windows, or anything... [00:39] but what is the name? becouse not find [00:39] !find vnc [00:39] I ask is: ssl/ssh bnc viewer the name? [00:39] Found: gir1.2-gtk-vnc-2.0, libgtk-vnc-1.0-0, libgtk-vnc-1.0-0-dbg, libgtk-vnc-1.0-dev, libgtk-vnc-2.0-0, libgtk-vnc-2.0-0-dbg, libgtk-vnc-2.0-dev, libgvnc-1.0-0, libgvnc-1.0-0-dbg, libgvnc-1.0-dev (and 36 others) http://packages.ubuntu.com/search?keywords=vnc&searchon=names&suite=saucy§ion=all [00:39] vnc* [00:40] hitsujiTMO: Neytiri "evomc kernel: [ 0.000000] Memory: 24673388k/26214400k available " [00:40] x11vnc ? [00:40] https://help.ubuntu.com/community/VNC/Clients [00:40] pick one [00:41] thanks [00:41] hitsujiTMO: :D problem solved then, for sane apps that you just want to make sure they stay out of the rest of the system :p? chroot, and they will find no files that I have no interest of them reading, and they'll write stuff to a trashcan folder? [00:42] What's the command to see how much disk space is left? Note, it is actually a partition mounted to /home at boot. [00:42] skinux: df [00:42] = disk free [00:43] TJ-, and now it is working. LOL this is driving me nuts [00:43] Will it give free space of -only- /home partition? [00:43] df gives for all mounted partitions [00:43] skinux: df /home [00:43] Cool. Thanks. [00:43] im pretty sure ubuntu 13.10 just installed itself over the windows partition rather than replacing 12.04, i dont suppose i can somehow recover what just happened? :( [00:44] Josh`: pastebin "sudo parted -l" [00:44] df -h gives it in readable form not just bytes [00:44] sudormrf: Don't complain! [00:44] hitsujiTMO: ahhh, ignore me, that log-file was from the Guest, I got caught out by the "Booting paravirtualized kernel on bare hardware" entry [00:45] Ben64, http://pastebin.com/91PT7ESe [00:45] TJ-, not complaining. laughing about it , mate :). [00:46] Josh`: looks like you have a windows recovery partition, but besides that, no windows install [00:46] it would appear so :( i've reinstalled ubuntu a few times today, and that's the first time that action back-fired [00:48] xtightvncviewer: ConnectToTcpAddr: connect: Connection refused [00:48] Unable to connect to VNC server [00:48] :(( [00:49] if i use the client from windows ! work [00:49] look at the error, it tells you what you need to know. "connection refused" so you're using the wrong ip or port [00:49] hmm [00:50] i use and Vinagre ... and not work [00:50] if i connect from windows? [00:50] all is oki [00:50] anyone know why the scroll bar is gone on xchat? [00:50] Anuska, what are you trying to do? [00:51] to connect using VNC to Debian with X11VNCSERVER [00:51] Anuska: use nmap to check ip and port if its open [00:51] Ben64, if i connect from windows? [00:51] or how to do the pasword generator thing i could have done before but didnt (in terminal) [00:51] no... [00:51] in this computer if i switch the OS work [00:52] we don't care if it works in windows, ignore that and use nmap to check [00:52] the problem is you're not using the right ip or port [00:52] in ubuntu or where is the vnc serve? [00:52] in ubuntu [00:53] how i type? [00:53] nmap.. [00:53] Anuska, typically VNC is on port 5900 or 5901. when you connect use xxx.xxx.xxx.xxx:5901 and see if that works [00:53] Anuska, alternatively, hostname:5901 [00:54] Invalid host expression: 192.168.10.102:5900 -- colons only allowed in IPv6 addresses, and then you need the -6 switch [00:54] hmm [00:54] my windows client uses hostname:1 [00:54] nmap 192.168.10.102 -p 5900 [00:56] sudormrf, http://paste.ubuntu.com/6852533/ [00:56] then the server isn't running on that ip/port [00:56] hmm [00:56] is imposible [00:57] pastebin "nmap 192.168.1.102 -p 5900-5910" === Guest6295 is now known as Sleepnbum [00:58] I have a head scratcher of a bind/ufw problem.. Anyone want to take a listen to the issue? [00:58] Note: Host seems down. If it is really up, but blocking our ping probes, try -PN [00:58] Nmap done: 1 IP address (0 hosts up) scanned in 3.04 seconds [00:58] pastebin "nmap 192.168.1.102 -p 5900-5910 -P0" [00:58] aa [00:58] http://paste.ubuntu.com/6852548/ [00:59] yep, not running vnc server [00:59] but is running [01:00] hmm how i see in linux if is run? [01:03] Ben64, thanks i resolve the problem [01:03] wrong ip? [01:03] but i add to run automated that command when [01:04] trying xubuntu.. doesn't seem faster than cinnamon [01:04] you guys know if i should install the nvidia propietary drivers.. or leave it as xubuntu configured? [01:04] if you have an nvidia card, its usually a good idea to have the drivers for it [01:05] Ben64, i add this to run automated when i reboot the linux: x11vnc -usepw -forever [01:05] but no know why not running [01:05] thanks Ben64 [01:07] Ben64, , how i disable Guest User? [01:08] deluser guest [01:09] Guest Session , sorry === sudormrf is now known as sudormrf|away [01:14] hi - Trying to add my blog to planet ubuntu - is it being hammered at the moment ? [01:15] anyone have any experience with Broadcom 4313 wifi adapters and v12.04.4 LTS? [01:16] ok, I'm starting to like xfce a lot [01:16] you can move things [01:16] I have a head scratcher of a bind/ufw problem.. Anyone want to take a listen to the issue? [01:16] do you know if i can move the panel to the bottom? [01:16] can gparted resize a partition on an SSD? [01:16] george__ yes [01:16] sonictwin, yes it can [01:17] when committing back to Planet I'm getting the following: Cannot lock LockDir, and Transport operation not possible: readonly transport [01:17] xangua1, i dont see the option in setting managers-panel [01:17] owner, https://help.ubuntu.com/community/BroadcomSTA%28Wireless%29 , second one second list [01:18] computa_mike: are you an Ubuntu Member? [01:18] rww: I thought U was - I have a launchpad account, and I signed the code of conduct [01:18] !membership [01:18] Ubuntu Membership means recognition of a significant and sustained contribution to Ubuntu and the Ubuntu community. For more info see https://wiki.ubuntu.com/Membership/NewMember [01:19] sk1special - thanks. I think I tried this one (and about 40 other articles this week) but I will try again now [01:19] awesome. i just got a new laptop and it came with with windows 7 professional and i want to keep it for reasons. do think i'll have any problems in windows if i shrink the partition? [01:19] owner, no prob. took me a bit to get mine working too, but that link helped me [01:19] sonictwin: no. you can even shrink it from within Windows if you want [01:19] rww: ahh - looks like i'm not a member then [01:19] HI, i have a laptop, and my wifi ( CHANGE the color (blue - red, blue -red ) so fast... how i disable that becouse never do that in win ) [01:19] ok, done [01:20] rww: really? no shit. is that built into windows or a 3rd party program [01:20] oh ok. I have close to 50 hours in troubleshooting this. It worked for about 6 months on Kubuntu 12.04, then died last week. I even reinstalled today - no luck. Will try now and report back here then - thank you very much. [01:20] !language | sonictwin [01:20] sonictwin: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [01:20] sonictwin: first party. right-click My Computer, click Manage, go to Disk Management or something. I don't have a Win7 Pro computer in front of me to get the exact instructions, but it's around there [01:20] sorry! [01:20] Ubuntu Installer can do it too, though. [01:21] Either way, make sure you have backups and such. [01:21] rww: cool. brand new laptop, dont really need backups. if i break windows, oh well. ill go full linux [01:22] How to stop the blinking wifi LED on Ubuntu laptops ? [01:22] rww: so should i use gparted or the tool in windows? do you have first hand experience? [01:23] sonictwin: both work fine for me. I'd use the Windows one if you already ran through the Windows configuration. Otherwise, may as well use the Ubuntu installer one [01:24] soncitwin, if you want to install linux you might as well start the installation, once in you can resize the partition from there [01:25] rww: thanks for your help! [01:25] you're welcome :) [01:31] if I chroot a process, to a directory that contains a dir .../dev/sda1 ... and the chrooted process runs 'mount /dev/sda1' (trying to mount /dev/sda1) ... that actually won't mount the device /dev/sda1/, will it? I've heard (in here) that you can mount devices in a chrooted environment, to access the hd root again [01:31] treehouse: thats nonsense, actually. [01:32] treehouse: having full access to device nodes inherits that you have full access to the system - which makes a chroot pointless. [01:33] sk1special - I am at the reboot point in the article you provided above. I will reboot and brb. thx. [01:34] bekks: ? [01:34] how so? [01:35] Hi, everyone. [01:35] treehouse: As I said. Having full access to a device node makes a chroot being pointless. [01:36] bekks: in what way? [01:36] I can edit the device and its content outside the chroot when having full access. [01:36] Which is the worst case ever, ever, ever when using a chroot. [01:36] how can you do that? [01:37] what do you mean by 'having full access' btw? [01:37] treehouse: Being able to mount a raw device requires full access to the raw device. [01:37] treehouse: Chroots are *not* a means of isolating processes. They provide no security whatsoever. [01:38] treehouse, you can mount a device in a chroot if you are root, just like you can outside... but if that isn't a device, then.... take a guess ;) [01:38] bekks: I think you're misunderstanding, or I am. I *believe* treehouse means if there is a directory entry in the chroot "/dev/sda1" will mount treat it as a device node and mount it. The answer is, no, unless that path *is* a device node rather than a regular directory entry. [01:38] Ben64, in continuation of the lost windows partition, will gpart or other utility be capable of recovering files from where the paritition used to be? [01:38] so I uninstalled grub from apt-get. Now I've restarted and i cant get to ubuntu only gnu grub prompt. :'/ [01:38] rm_: And what did you expect? [01:39] TJ-: Well, unless that entry inside the chroot is a device node, it wont mount. [01:39] rm_: sounds like you did exactly what you wanted to do. [01:39] bekks: indeed, I think that was the thrust of treehouse's question, would an identical name somehow be treated as the device node [01:40] anyone have any luck with Broadcom4313 wireless cards on 12.04 Precise? [01:40] TJ- I was getting fuss during installs about grub. Being a dummy I just tried to uninstall, reinstall.. clean it or something [01:40] TJ-: indeed [01:40] KM0201 can i get back to my ubuntu install or am I SOL [01:40] !grub [01:40] 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/Grub2 [01:41] rm_: i'd suggest following the instructions to restore grub. [01:41] TJ-: I didnt expect someone to assume a directory name forcing it to be a device node. my fault :) [01:41] rm_: You can get back to your Ubuntu installation. Just follow https://help.ubuntu.com/community/Grub2/Installing#via_ChRoot Note, I'm linking to a specific section of that page, follow the exact instructions I'm linking to. [01:42] treehouse: Device nodes are created using "mknod" and have additional attributes (b == block, c == character, u == unbuffered, p == pipe. See "man pipe" and look at output of "ls -l /dev/sda" or "stat /dev/sda" and compare to a regular directory of the same name in the chroot [01:42] bekks: I read it that way initially... then it didn't make sense so I re-read it with my 'innocent' head on :) [01:43] treehouse: https://securityblog.redhat.com/2013/03/27/is-chroot-a-security-feature/ TLDR: Chroot is *not* a security feature. [01:43] bekks, if I chroot a directory containing a binary, namely a ssh daemon, and run that process as a user 'duck' that has no root privileges.. and soneone connects to that ssh server and logs in as duck... will they be able to mount any devices? [01:43] Jordan_U: I do realize that, I'm just trying to figure out to what extent it isn't :p [01:44] treehouse: No. [01:44] Jordan_U: It sure is a security feature... I got lost in one last week because I was flipping between terminals, and thought some packages had somehow been uninstalled... It securely stopped me running those commands! [01:44] treehouse: So completely that it's not even worth considering. There are options that provide real isolation, like containers or simply using an appropriate apparmor/selinux policy. [01:44] treehouse: Not unless you grant that user full access to the actual device nodes. [01:44] if ubuntu formatted itself over my windows partition whilst replacing 12.04, is it possibly for a utility to recover files from the lost partition? [01:44] TJ-: ah, I get it. so what is a 'node'? [01:45] josh_: Yes, though don't expect to recover everything, and you will likely not be able to recover the files' names either. [01:45] josh_: ubuntu does not "format itself" to anywhere. [01:45] bekks: but if duck could run mknod+mount successfully, he'd be able to mount a device? [01:45] josh_: What did you actuall do? [01:46] treehouse: It's a 'name' (dirent aka directory entry) in the file system that accesses some special 'kernel' file such as a block or character device (think disk or TTY), or pipe (FIFO aka First-In, First-Out) [01:46] treehouse: Tell us ONE good reason to provide ssh, mknode and mount in a chroot. [01:47] bekks: Building and testing alternative Ubuntu releases [01:47] bekks: Just because you don't provide the mount and mknod utilities doesn't mean that you block use of the underlying system calls. [01:47] bekks, booted 13.10 from liveusb, selected install, selected to replace previous 12.04 install and later noticed whole lot more disk space than the previous install [01:47] Jordan_U: thats the caveat of a chroot env. [01:47] Jordan_U, i expected so [01:47] treehouse: I hope at this point that you realize that chroot is *not* a security feature and these questions are purely out of curiosity. Is that the case? [01:48] TJ-: for a chroot, mount --bind would be the better solution. [01:48] bekks: It's one of many. [01:48] Jordan_U: so, technically, you could upload mknod and execute it --the underlying system calls that is--? (or I assume you need root for that?) [01:48] Jordan_U: indeed very much so. [01:48] treehouse: The underlying system calls do need you to be running as root. [01:49] Jordan_U: for example. I'm trying to figure out to what extent I can use chroot to prevent programs to bloat my file system, (and I'm trying to figure out a lot of other things) [01:49] bekks: No, --bind is no good for build-testing, mount is required for some operations like, for example, grub-install, and also mounting the contents of the chroot's fstab, else the mtab is incorrect [01:49] treehouse: https://securityblog.redhat.com/2013/03/27/is-chroot-a-security-feature/ explains much of this better than I can. [01:50] alright :) thnx [01:50] treehouse: You're welcome. [01:52] I have a second hard drive I would like to use for my home directory. Can I just format the entire drive as ext4 in gparted then create a home directory on the drive. Or do I need to do something specific (set a mount point or change it to primary/extended partition, etc)? === g_byers is now known as gbyers[Away] === james is now known as portablejim [01:53] Jordan_U, would you be kind enough to point me in the correct direction to recover? [01:54] you can use chroot to run/test a program in a environment with 'different' dependencies. Now, how does that work? Is it the programs themselves, or the kernel that looks for dependencies relative the current '/' (root) for the process? [01:54] Hello? [01:55] treehouse: the dependencies will be loaded by the program [01:55] !photorec | josh_ [01:56] !photorec [01:56] Anybody? Can I get a response so I know I'm not lagging or anonymous? === CyberJacob is now known as CyberJacob|Away [01:56] mnemon: :D [01:56] josh_: Sorry, turns out there's no factoid for it yet: http://www.cgsecurity.org/wiki/PhotoRec_Step_By_Step [01:57] mnemon: so how will the program know where to look for dependencies? Does it look at some environment variables? [01:57] Jordan_U, many thanks [01:57] Nusoft: In the future please use #test for testing (or just start by ansking your question). [01:58] Okay then [01:58] Is Ubuntu a free OS? Cause I am planning on getting it in the future? Also what are the advantages of having Ubuntu? [01:59] treehouse: see "man 2 chroot" === opsss is now known as niee [02:00] Nusoft: Yes, Ubuntu is completely free. [02:01] Is there any advantages to having it? (i.e. software, performance, features, etc.) [02:01] Nusoft: http://www.ubuntu.com/desktop lists some of the advantages. There are many advantages and many disadvantages. I'd recommend trying it and seeing if you like it. [02:01] Hello [02:01] Hi, raphael! [02:02] Hello man [02:02] Thanks, Jordan_U! Apologies for the random message! [02:02] treehouse: http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html [02:02] Nusoft: You're welcome, and no problem :) [02:04] news linux user here, just installed pear 8,,, any advice [02:06] Jordan_U, thank you so much! just got one of the important files i lost *hugs* [02:06] wow, so friendly! [02:06] josh_: You're welcome :) [02:08] ron__: Unfortunately it appears that Pear linux has been discontinued. I recommend installing Ubuntu proper. [02:08] proper? [02:09] it seems that linux 'puts' the dynamic linker in the program, and THEN "the program itself" dynamically loads the libraries. That must mean that filepaths, such as /libs will mean /horse/libs if you've chrooted to /horse/ before executing that program [02:09] ron__: Actual Ubuntu, from http://ubuntu.com, as opposed to an Ubuntu derivative. [02:10] well, i may just do that,,,, i had this netbook lying around and thought i would give linux a whirl on it, i really liked the look and feel of pear,, shame is being discontinued [02:12] ron__: You can make Ubuntu look prety much however you want, including making it look like Pear Linux used to. It will take additional work though. Have you tried Ubuntu's default look yet? [02:12] is there an IRC chat channel for Ubuntu noobs? [02:12] yeah ive had it before,,, its pretty nice, just been trying to find one that i like [02:13] for noobs to get help, that is? [02:13] im a noob too rob [02:13] treehouse: No, the libc6 /lib*/ld-linux*.so loader is linked to all executables that use dynamic shared libraries (DSOs), and its code is called first by libc6 to link all other DSOs into the process's address space before execution is passed in [02:14] treehouse: That's why you can influence which DSOs are loaded using the environment's LD_LIBRARY_PATH="..." [02:14] Jordan,,, have you had ubuntu on a netbook before? [02:14] I have REALLY noob questions that helpers of the level I've seen in here would get frustrated with me for asking... [02:14] i guess i need something like ELI5:Ubuntu [02:15] ron__: Yes. And Ubuntu's current interface was actually originally designed for netbooks. [02:15] the one with the side bar? [02:15] is there anyway that thing can be moved to the bottom? [02:16] cd wont format cant install linux [02:16] oookay, i suppose not. [02:16] robmillernow: People here should be willing to answer basic questions. We may point you to links to existing documentation that answers your question, but will also be willing to clarify things further if you don't understand said documentation (as long as you're willing to try). [02:16] im new too rob,,,, jordan seems to know quite a bit [02:17] cool, Jordan...thanks [02:17] robmillernow: People who get frustrated by simple questions aren't really welcome here :) [02:17] robmillernow: You're welcome. [02:18] cd wont format :( [02:18] heh... you should mention that to a couple of the "helpers" who were here this morning. [02:18] this pear os 8 looks alot like ios 7 and mac os mavericks combined [02:18] zzz: Ubuntu's install images are to big to fit on CDs, you'll need to use a DVD. [02:18] zzz: (Or a USB drive) [02:18] no sweat, though...i found a canadian in here who was willing to sidebar with me. [02:19] Okay, thanks ill see if I have one laying around [02:22] Jordan,,, just a noob question, when i first downloaded pidgen i tried to save the download to install later, and i some how lost it,,, couldnt find it anywhere, what did i do wrong,,,, i went to the app store and got it installed correctly, but still cant find that first download [02:22] TJ-: so chroot changes LD_LIBRARY_PATH, that's why it works? [02:24] treehouse: No. No change to LD_LIBRARY_PATH is needed because all file paths within the chroot, including open() calls from LD, are relative to the directory you chrooted into. [02:25] anyone have great luck with Broadcom4313 wireless adapters in 12.04.4? [02:26] treehouse: There is a tool called fakechroot that implements chroot like functionality without requiring root privileges by adding its own library to LD_PRELOAD which you might find interesting though. [02:28] treehouse: Fakechroot doesn't work with programs that use system calls directly though, only those that use C libraries for file access (i.e. 99.9% of applications). [02:29] !broadcom | owner [02:29] owner: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [02:29] ron__: Unfortunately we don't support non-Ubuntu distributions here. ##linux might, but since your distro has been discontinued and is not getting security updates it is *insecure*, and you should replace it as soon as possible. [02:30] ok thanks Jordan i think i have a copy of 13:10 is that a good one for something with low power like a netbook? [02:31] Ben64 ubottu I will check that article - thanks. I've read and tried at least 40 different articles so far with no joy :( [02:31] join #ubuntu-offtopic [02:33] Should i download 12.04 instead? [02:33] ron__: Yes, though of course it depends on how old the netbook is and if the graphics drivers for its hardware are good (even a fast modern computer will be slow with bad graphics drivers). [02:33] i am to the point I will disable this wifi card and see about buying another one usb-based. sad thing is it worked for about 6 months in Kubuntu 12.04 and just puked last week for some reason. [02:34] how can I see which packages I have installed (or are installed) with apt-get? [02:34] owner it might be a hardware issue instead of software [02:34] its was once a windows 7 netbook if that helps [02:34] ron__ that's what I am starting to think, yes. must have been zapped or something [02:35] ron__: Then either 12.04 or 13.10 should be fine (as long as the graphics drivers are good). [02:35] ive had wifi cards go bad,,,, they can sometimes even still be recognized in the hardware profiler like they are still active, and still be a bad card [02:36] it can see SSIDs, can connect (sometimes) can authenticate (sometimes) which depends on which article I am following to fix this, but never gets as far as assigning an IP. [02:36] might have to wipe and reinstall then owner [02:37] I did that today too - even went from Kubuntu 12.04 to Ubuntu 12.04 - no joy - same thing [02:39] yeah that bites!.......well i think im gonna go and load 13.10 into this thing, since my distro is no more!.......lol [02:39] okj - good luck - checking newegg for a new usb wifi adapter :) [02:40] Jordan,,, just one more thing before i go,,,,, can i move that sidebar in ubuntu to the bottom like a dock,,, if i can i think i will be happier with it [02:41] owner: broadcom cards are pretty much the worst ones you can have for linux support. If you value your time, I suggest you get one that is better supported. [02:43] Has anyone else ever had an issue where when you try to view a flash video stream fullscreen, it does not center the video properly? [02:43] specifically this is happening for me on the videos on louisck.net [02:43] Ben64 - agreed - it came with this Dell Precision M6700 mobile workstation - shelled out almost $8000 for it. Everything else is top-notch, but the wifi is really poor [02:43] thats a shame for something that expensive [02:44] yep - it worked for 6 months too. I have a feeling I mucked it up somehow though :) [02:44] actually i think it's html5 video, not flash [02:44] possible [02:45] Hello. I'm trying to boot ubuntu 13.10 from a usb pen drive but it's not working. I tried several different things. Can you help me? [02:49] I think I'm missing something rellay basic, I just don't know what. I have been tinkering with this for days... any help is appreciated. [02:50] :( [02:51] I have a problem with a webcam [02:52] hi. i seted up vsftpd. now i can access it by web ftp://ip but how to access on web by ssl? or is ssl just for filezzila etc...? === siya is now known as Siya [02:55] brb === Kitar|st_ is now known as Kitar|st === ChristopherWere1 is now known as ChristopherWere [03:00] Ok, burned linux to dvd but when I restart it still boots right up to windows, I cannot figure out how to boot to Linux. === Guest62859 is now known as ponbiki [03:02] ZzZ: did you set up boot from dvd? you have to move it to first place and hdd second [03:03] you can change boot settings in bios [03:03] or sometimes there's a key for a one time boot menu [03:06] well i have tried f12 on startup and see no option to boot from cd-rom [03:06] wait looks like i got it [03:06] I just got a Ubuntu VPS, and I see some processes that I do not recognize, rcu_sched, rcu_bh, and console-kit-dae.. Specially the first one is consuming a lot of CPU resources for some reason. What are these processes? What package can I remove to dump this process? [03:07] Yep go it nvm [03:07] got* [03:07] np :) === zeck is now known as Guest68607 [03:25] Hi, Linux does not detect my wi-fi network. ? === zz_megabitdragon is now known as megabitdragon [03:34] hi. i have freshly installed ubuntu gnome as the only os on my laptop. but it won't boot [03:34] this is the output of boot-repair: http://paste.ubuntu.com/6852983/ [03:34] !happensMeow_, [03:35] mmae, won't boot? hangs at system prompt? black screen? what? [03:35] mmae: What happens when you try to boot? [03:37] after a few seconds of a blank screen i get: gave up waiting for root device [...] /dev/disk/by-uuid/... does not exist [...] dropping to shell [03:38] Linux won't detect wi-fi network [03:39] !wifi|Meow_, [03:39] Meow_,: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [03:39] Meow_, which version of ubuntu are you using? [03:39] 13.10 [03:40] Meow_, do you know what kind of wifi card you have? [03:40] And no I don't [03:40] can you pastebin the output of lspci? [03:41] i've reinstalled again but got the same boot error. does this point towards my usb-installation-media being broken? however, i can run the live-image just fine. as i am doing right now [03:42] mmae, well, you DID do the md5sum check --- right? [03:42] no [03:42] !md5sum [03:42] To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [03:43] can i do that while the image is mounted? [03:44] now where is my wireless card info on lspci -v? [03:44] can you pastebin the output? [03:46] Yes but how can i paste bin without connection? [03:46] mmae: No, the md5sum test is done on the downloaded .iso file to verify. [03:46] Meow_, ooh, i assumed you were on the computer via ethernet [03:47] flash drive? [03:47] Meow_, lshw -c network [03:49] okay, what should I look for? [03:49] Meow_, your wireless ? [03:49] not on there [03:50] linux won't even detect wireless [03:50] Meow_, is this a laptop? [03:50] Help, I'm using xubuntu 13.10 and I don't have sound drivers and have no idea where I'd even find them [03:51] hyprvx, "have no sound drivers"? I doubt that. More details, please. [03:51] yes [03:51] is the wifi hardware switch on? [03:51] Sorry i mean no [03:51] not a laptop [03:51] well, I'm trying to enable sound, but it's just perpetually on mute and there's no options in settings [03:52] !soundbut [03:52] !soundbug [03:52] ubottu doesn't like you right now [03:52] cyphase: I am only a bot, please don't think I'm intelligent :) [03:52] let me guess, the fix is something like reboot? [03:52] !soundbug [03:52] cyphase, true. can you invoke the sound bug for me? [03:53] !soundbug [03:53] he says he knows nothing. lies! [03:53] it says it doesn't know anything about soundbug [03:54] ask! [03:54] is there a wiki article? [03:55] hyprvx, you have drivers. switching the sound on is the issue. there's a known bug on 13.10 and a workaround - looking [03:55] how do I install the drivers if I can't connect to the internet? [03:56] how can we help if u don't provide us with information [03:57] Meow_: Do you have a flash drive? [03:57] we must become psychics [03:57] yes I do [03:59] are you on another computer or a smartphone/tablet? [04:00] another computer [04:00] download the drivers on this computer, send to flash drive, bring to other computer, install drivers, profit [04:01] that sounds promising , ill try it, thanks [04:02] Ubuntu 13.10 brightness problem in. Dell inspiron 15 R 7530 SE [04:05] Which is best laptop under $1000 for linux [04:05] ???? [04:06] !best|FWL73, [04:06] FWL73,: 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. [04:06] laptop! | FWL73 [04:06] !hardware [04:06] For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection [04:06] !laptop | FWL73 [04:06] FWL73: Laptop support information can be found on http://wiki.ubuntu.com/HardwareSupportMachinesLaptops - http://www.linux-laptop.net/ - http://wiki.ubuntu.com/LaptopTestingTeam - http://tuxmobil.org === klixa is now known as Guest2450 [04:09] And I want to know which is the best way to install AMD CPU driver in ubuntu , I tried different method like I download drive from AMD and then install , use jockey-gtk utility but nothing works for me [04:09] !fglrx | FWL73 [04:09] FWL73: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto [04:10] Is this a office guide [04:10] ??? [04:10] FWL73, unless ure gonna try with unstable stuff [04:11] Has someone found the soundbug workaround? [04:12] hyprvx: http://ubuntuforums.org/showthread.php?t=2182038&p=12822062#post12822062 in relation to https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1208204 [04:12] Launchpad bug 1208204 in Ubuntu Studio "[SRU]Update indicator-sound-gtk2 with patch" [Undecided,New] [04:14] I try to find my gpu but no luck , [04:14] https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsAti [04:14] anyone with a sense of humor to give a hand with a problem mounting a HD? [04:16] kern.log 4.6 gb :0 [04:16] FWL73, then you should write the wiki entry for your card - just like all those other folk did. [04:16] ufw.log 4.4 [04:16] hyprvx: by now, as the bug report shows, there's a fix in indicator-sound-gtk2 v. 12.10.0.1-0ubuntu2.3 .. you should be able to just apt-get that [04:17] Link pls [04:17] I installed the updates after installing xubuntu, so it should have just been bundled into that. [04:18] I've got two programs installing, and so after that I'll reboot [04:18] (cfhowlett) link pls [04:19] FWL73, at the wiki. All of those entries came from people who were trying their card. if YOUR card isn't listed, it's because no one has reported on it. Here's your chance! https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsAti [04:20] Cfhowlett thanks [04:21] kern.log 4.6 gb :0 [04:21] ufw.log 4.4 [04:22] ??? [04:22] can someone help please, my wireless driver is called "802.11 bgn1t1r" and I cannot find the drivers for it on Ralink [04:22] SpArTaKo, why are you posting that stuff in channel? === RickyB98 is now known as rickyb98 === j is now known as Guest67061 [04:29] Meow_: that is not a driver name, the 802.11.. refers to the wireless protocol .. use "lspci -nnk | grep Wireless -A 2", that should give you the chip name, id and driver in use [04:30] Well, i'm on windows right now because I need to get the drivers over to Linux [04:31] and I can't find the download for the drivers [04:31] Meow_: most drivers are in the kernel, but we can't confirm thatwithout knowing the specifics [04:32] Meow_: it was a desktop right? [04:32] yes === megabitdragon is now known as zz_megabitdragon [04:32] Meow_: no ethernet connection in the desktop? [04:32] nope :( [04:33] Meow awesome desktop with no ethernet connection [04:34] can anyone assist with a webcam issue ? [04:34] Yes its awesome isn't it [04:34] Yaa [04:34] i have a wifi network :p [04:34] Yes mttlb [04:35] Yes mattlb [04:36] mattlb [04:36] why would a internal webcam that works fine in windows peg the proccessor out while recording in linux [04:36] Meow_: well, if it isn't miles away, try to get that info to the channel, go to the machine, run "sudo lshw -html > ~/Desktop/wifi-info.html" and you'll have a nice list describing the hardware .. copy that html file onto a USB stick and paste the lot on paste.ubuntu [04:36] .com [04:38] Which utility ur using for webcam [04:38] im using vlc right now [04:38] Meow_: or cuddle up to it close, might take several command outputs before anyone can actually see what is going on .. and we don't want to strain those meow paws [04:38] !webcam|mattlb, [04:38] mattlb,: Instructions for using webcams with Ubuntu can be found at https://help.ubuntu.com/community/Webcam - Supported cams: https://wiki.ubuntu.com/HardwareSupportComponentsMultimediaWebCameras [04:39] Oh use cheese this best for webcam use [04:40] when i use cheese and hit record it just freezes until i hit stop [04:41] Okk [04:41] vlc works but it hogs the cpu and wont display the picture on screen [04:42] Hu [04:42] Wait [04:43] when i hit stop in cheese the cam stays on even thoughh the pic is still frozen, i have to go back to pic for it to unfreeze === BurritoBazooka is now known as Burrito [04:43] my guess is its just reloading the cam because the resolution is different [04:45] mattlb, sounds like a cam driver issue. common. [04:45] how do i know if its using the right driver [04:46] mattlb, search parameters: computer make/model + ubuntu version [04:47] mattlb check this: http://askubuntu.com/questions/249772/cant-capture-video-with-cheese-ubuntu-12-10 [04:49] And this http://askubuntu.com/questions/186003/anything-better-than-cheese-for-video-capture [04:49] FWL73, different issue [04:50] mattlb, it's not the apps that are failing - you need to config or install the right driver [04:50] Try above that guy show a solution [04:50] well installed ubuntu 13.10 and updated, so Jordan_U any advice for a noob? [04:52] seems ok on this little netbook, but its reporting it as an intel atom n270x2 and i thought it was a single core [04:53] When Ubuntu tells me it has detected a system problem, where is that logged? [04:55] im sure it runs a system error report somewhere, but im new, so if you find out let me know. i should need that too at some point i suppose === Jan11 is now known as ON1 [04:56] MK`: i don't know of any specific file location, but you can see it if you press the 'Details' button [04:57] It only has Cancel or Report Problem, doesn't always list details. hmm [04:57] cfhowlett, its using a uvc driver [04:58] Ah, there's a 250MB crash file for Chromium in /var/crash. Will deleting that stop it popping up? [04:58] mattlb, what *buntu are you on? [04:58] lubuntu [04:59] MK`: hard to tell, but that's quite the dump .. anything odd when you use chromium? [04:59] Just the occasional flash crash [04:59] mattlb, sudo apt-get install lubunut-restricted-extras to get all the codecs. [04:59] I don't plan on reporting the errors though, so is deleting the crash log safe? [05:00] flash .. the adobe version or the google pepperflash? [05:00] MK`: sure, that's safe [05:00] I don't know which it is. But yeah, it pops up to remind me to report rather frequently, so I'll get rid of the crash log [05:02] cfhowlett, it looks like guvcview works fine [05:02] MK`: it might keep on doing that, removing the crash log won't keep apport from trying to report home if you keep it running [05:02] mattlb, so then - all fixed? [05:02] cfhowlett, yea thanks [05:02] glitsj16: how would I go about quickly restarting apport then? [05:02] MK`: check the about:plugins page in chromium to see which one it is, so you can at least try to switch [05:03] http://askubuntu.com/questions/93457/how-do-i-enable-or-disable-apport [05:04] Adobe Flash, glitsj16. I've renamed the crash report files for now, I will see if that does anything. [05:04] MK`: is this on 13.10? [05:04] 12.04 [05:05] anybody alive who knows anything about pulseaudio? [05:06] MK`: thx, there's a guide somewhere on how to get pepperflashplugin installed in chromium, i'll try and track it down [05:06] no luck on anything [05:09] MK`: i'll keep looking for the guide, but it comes down to either add a PPA --> https://launchpad.net/~unit193/+archive/test or download the trusty deb (i checked dependencies and it should be ok for precise but not sure 100%) [05:10] Alright, thanks. [05:10] hey guys, anyone use jitsi here? [05:10] i'm having an issue with it launching (after an initial good launch). I'm stuck with a JavaEmbeddedFrame icon in the taskbar with no functionality. (https://java.net/projects/jitsi/lists/dev/archive/2013-03/message/464) hasn't been resolved from Java. wondering if anyone has fixed this issue [05:12] MK`: here's the link --> http://www.webupd8.org/2014/01/pepper-flash-player-installer-for.html [05:16] thanks, I will check it out [05:34] I want to measure data usages through ppp0 interfaces. I can see it with ifconfig - RX bytes & TX bytes. But when it re-connects, counter reset to 0. Any other cli tools for this ? [05:35] vnstat [05:36] arlen, thanks. will give a try.. [05:37] np [05:58] why don't privacy advocates recommend any linux distro based on Ubuntu? [05:58] !ot|FuuqUmiist, [05:58] FuuqUmiist,: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [06:03] On 12.04 desktop, using two monitors, how do I force a program to always open on desired monitor? [06:03] It works great otherwise [06:20] Are there any Linux antiviruses? [06:20] !antivirus [06:20] Antivirus is something you don't need on !Linux. except where files are then passed to Windows computers (perhaps using samba), See https://help.ubuntu.com/community/Antivirus [06:20] only 100 in the world [06:21] there are only 100 viruses for linux [06:22] That is exactly my circumstance. I don't want to give out a Windows virus in an email. [06:22] is there need to create swap file for Ubuntu? [06:22] Mongo44, clamav is quite popular and well maintained [06:22] Tom1: If you want to be able to hibernate, and you don't have a swap partition, yes. [06:22] Tom1, depends - but can't hurt [06:23] i mean can ubuntu withough swap partition, or it is compulsory to create. [06:23] Tom1, is there a write up on these 100 viruses? [06:23] Tom1, no it's not compulsory ... [06:24] that;s nice, [06:24] anyways , swap partition is never used. [06:24] it always shows as 0% swap usage. [06:24] alguien que hable español? [06:25] !es|matias, [06:25] matias,: 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. [06:26] i normally leave my computer on 24/7, but I had a pang of eco-conscience yesterday and told my comp to "suspend" before heading to work. 12 hours later, i got home and tried to wake my computer. it didn't wake up. I did a hard shutdown and tried to bring it back up, but it just had stopped completely. Not having the time or resources to diagnose it myself, i took it into a tech today who told me the power supply had gone bad. does anyone think it could have [06:26] holy paragraph [06:26] bryon, how about a pastie instead [06:28] cfhowlett: like... nipple covering for strippers? [06:29] !paste|bryon, to avoid paragraph panic in channel. type up your issue and paste the link ONLY in the channel [06:29] bryon, to avoid paragraph panic in channel. type up your issue and paste the link ONLY in the channel: 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. [06:29] ah, pastebin [06:29] i was confused [06:30] i'll for sure do that for future questions that are actually novellas [06:30] i didn't realize that was so long until i shit enter [06:30] hit* [06:31] bryon: Your original message was cut off at "does anyone think it could have". [06:31] does anyone think it could have been damaged by the computer possibly failing to suspend properly? [06:31] bryon, possibly ... [06:31] hai iam install kolab on ubuntu how to change directory manager password [06:32] bryon, odor of burning electrical components? [06:32] cfhowlett: is a swap partition really needed in unbutu installation? i have 4 gb ram and i use lightweight programs [06:32] bryon: I don't see how a good power supply could be damaged by suspending. [06:32] cfhowlett: there may have been, but i didn't arrive back on the scene until ~12 hours after i told it to suspend [06:32] Jordan_U: i agree, but i'm curious whether the OS failed somewhere in the process of suspending [06:33] bryon: It may have, but I don't see how it could fail in a way that would damage hardware. [06:34] Jordan_U: i also suspect that the power i draw is perhaps not so consistent [06:34] can a Os damage a hardware? [06:35] i have experienced power fluctuations/loss on multiple occasions, and i suspect that my power strip doesn't actually offer any protection [06:35] hai iam install kolab on ubuntu how to change directory manager password [06:35] am considering a UPS with power conditioning [06:35] Tom1: If you want to be able to suspend to disk (hibernate) you need to have swap. It's also nice to have if you do start running out of physical ram for some reason, and has very little downside (basically just the disk space allocated for it when not in use). But no, if you don't want to suspend to disk then you don't need swap. [06:36] Jordan_U: thanks for the detailed info. [06:36] Tom1: Yes, but only in extremely rare conditions (usually involving buggy hardware). [06:37] Tom1: You're welcome. [06:38] Jordan_U: and if ever such conditions start to arise , the machine will automatically shut itself down. [06:38] to prevent further damage. [06:40] hello [06:40] how to compile source? [06:41] !compile|bynarie, [06:41] bynarie,: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first). Also read !checkinstall [06:41] thanks [06:45] hello. Will disabling Nvidia X Server Settings from startup have any negative effects ? [06:49] ezrhino: that depends on what settings you activated exactly .. but it only starts, sends config values to X and exits, so why are you looking to disable it? [06:50] well i figured it wuold make startup faster. [06:50] it won't [06:50] i have never used the settings other than defualt [06:50] ok, ty rww [06:50] rw [06:50] nah, it does a quick in & out that shouldn't be even noticeable [06:50] and runs in parallel with other things, i expect [06:51] anything in startup that i can disable for performance ? [06:57] has anyone run into the problem where os-prober is showing Windows partition, but ubiquity doesn't detect it? [06:57] burhan: Please pastebin the output of "sudo parted -l". === onekt2 is now known as onekt [07:00] where to upload screenshot? [07:00] imgur is a decent image host [07:00] imgur.com [07:00] !paste|waterloo2005, [07:00] waterloo2005,: 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. === laikana is now known as laikano [07:07] me [07:17] has anyone run into the problem where os-prober is showing Windows partition, but ubiquity doesn't detect it? [07:18] oops sorry I didn't see your comment @Jordan_U [07:18] be right back from the actual machine having the issue. [07:19] Hi, I had a friend build me a computer with windows 8 but, I really hate windows 8 a lot. My concern is how my components I have i the tower will work with linux [07:19] I have ubuntu 13.10 install right now, but I'm not sure how to check if everything is working right. [07:19] !hardware|Serraphyn, [07:19] Serraphyn,: For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection [07:20] Are those links for people new to ubuntu? [07:21] Serraphyn, those links are for people with hardware questions ... [07:21] I'm not sure of what hardware I even have. Is there a program or something that can put out a list? [07:23] Reason I'm wanting to stabilize my system is I can afford to swap out parts if something not 'up to specs' [07:26] !hardinfo | Serraphyn .. you can generate a full hardware report using .. [07:27] How do I use Evolution to remind me that a specific event has occured? [07:27] Serraphyn: well the bot doesn't know about it, but there's a package called hardinfo that gives what you want [07:27] !info hardinfo [07:28] hardinfo (source: hardinfo): Displays system information. In component universe, is optional. Version 0.5.1-1.2ubuntu1 (saucy), package size 240 kB, installed size 486 kB [07:29] Hello. im getting this message :p:, OpenSSL 0.9.8c 05 Sep 2006 when typing ssh -V , whats going on ? any ideas? [07:30] ssh version [07:30] do you want verbose mode? [07:30] how do i fix that? i tried apt-get remove ssh and then install, didnt fix [07:30] that is lower-case v [07:30] i want the proper one, saying OpenSSH_4.3p2 blabla [07:31] no idea why its saying :p: [07:31] ah [07:31] me either [07:31] rf5, sudo apt-get purge ssh && sudo apt-get clean && sudo apt-get autoclean && sudo apt-get remove and THEN do your install [07:31] ah ok [07:31] ill try [07:32] E: Invalid operation purge [07:32] apt-get purge ssh [07:33] yes, same thing. invalid operation [07:33] maybe its outdated? [07:33] rf5, nope - use it all the time [07:33] rf5, sudo apt-get purge ssh* [07:34] same thing, saying purge is an invalid operation, i checked apt-get options and there isnt purge there [07:35] i might be running an old version of apt-get? [07:35] sudo apt-get --purge remove ssh* [07:35] rf5: use the .. remove --purge syntax .. and tell us output of .. cat /etc/issue .. please [07:35] OerHeks, thanks [07:36] else you would remover purge without -- [07:36] oops, wrong syntax, thx OerHeks [07:37] one sec, i just started upgrade, thought it would help lol === j_f-f_ is now known as j_f-f [07:38] anyone available with some knowledge on dual booting ubuntu and macbook pro off of a USB? [07:39] worked with --purge, thanks glitsj16 OerHeks and cfhowlett [07:39] !mac|Flat4ForLife, [07:39] Flat4ForLife,: For help on installing and using Ubuntu on a mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [07:41] Flat4ForLife: pretty much it is about installing http://www.rodsbooks.com/refind/ and then booting the OS you want [07:41] Flat4ForLife: after that, it is about having UEFI bootable installation on your USB drive [07:42] faugusztin: i have done that, converted the ubuntu image to a img, dd the image to the usb, and when i try to boot from it, it tells me no bootable media found (I'm kind of a linux newb here so just following instructions) [07:42] Flat4ForLife: have you tried unetbootin ? i never used anything else [07:42] no i haven't, don't know what it is [07:42] http://unetbootin.sourceforge.net/ [07:43] it formats your flash to FAT32, partitions if necessary, then copies files from ISO images over [07:44] pretty much the only thing you need for UEFI boot is for the drive to be FAT32 formated and the EFI\boot directory contain a .efi file (bootx64.efi for 64bit i think() [07:45] Flat4ForLife: there's also https://help.ubuntu.com/community/How%20to%20install%20Ubuntu%20on%20MacBook%20using%20USB%20Stick [07:45] hi [07:45] faugusztin: looking at that now, thanks [07:46] glitsj16: i have tried that, but it doesn't work [07:46] Flat4ForLife: the native OS X instructions should do it [07:47] again, i have tried that. it doesn't work [07:47] Flat4ForLife: as i said, i simply resized the OS X partition, then installed rEFInd, created my USB stick using unetbootin (Gnome Ubuntu 13.10) on WIndows, plugged USB stick in, restarted mac mini, selected the Linux boot item in rEFInd menu, installed Ubuntu :) [07:48] Flat4ForLife, I installed ubuntu/windows/osx on a DELL with reFind - it does work [07:50] cfhowlett: i am not saying that refind doesn't work, it recognizes the USB. however, when i choose it, it tells me it can't find a bootable media. which seems to be a very common thing for macs. i am trying faugusztin's method now [07:54] faugusztin: after creating the USB with unetbootin, it tells me "The created USB device will not boot off a Mac. Insert it into a PC, and select the USB boot option in the BIOS boot menu." [07:54] how do i know if my computer is pae or non pae? [07:54] !pae [07:54] To use more than ~3.2GB RAM on a 32bit system you can install the PAE-enabled kernel. See https://help.ubuntu.com/community/EnablingPAE for more info [07:55] Flat4ForLife: i think they don't expect people having rEFInd installed [07:55] oh ok [07:55] I never assume that... [07:55] Flat4ForLife: because with standard bootloader, it surely won't boot [07:55] well ill try it now, if not ill be back tomorrow or something [07:55] i mean how do i find if my computer is pae or non pae. [07:55] thanks [07:55] Tom1, if " cat /proc/cpuinfo "does not show pae in the flags line for the processor, it isn't [07:56] Tom1: cat /proc/cpuinfo | grep pae [07:56] Anyone know of a tablet which can run regular Ubuntu? I have a BT keyboard that'd go well with it [07:56] all modern computers are pae or non pae, i mean one which are manufactured after 2008? [07:57] Tom1, that does not work that way, some recent processors do not support PAE too [07:57] return0: while bay trail tablets boot ubuntu, in most cases it is not usable, os i wouldn't try it [07:58] return0, regular ubuntu is optimized for the desktop. try ubuntu touch [07:58] !touch [07:58] Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch support and discussion in #ubuntu-touch [07:58] cfhowlett: Can I run a regular desktop on touch? [07:59] I basically want a tablet to be an overglorified terminal [07:59] return0, with considerable effort and less than optimal results - yes [08:00] EFI question: Can I wipe all the GPT partitions labeled as EFI or does Ubuntu require some of them (I do not care about dual booting Windows) [08:02] Don't answer dav [08:03] hi. i have wifi connection problems. i can see the wifi but keep getting prompted for the password when trying to connect [08:03] it is definitively the correct password [08:04] http://paste.debian.net/79614/ <= here's a list of my partitions. Is any of this required to be kept for Ubuntu to run or can I wipe all? [08:04] mmaea, change the wifi password and try again [08:04] (ignore dontanswerdave) [08:04] i tried rebooting the router, enableing this wifi for all users in the settings, deleting the wifi alltogether then rebooting and starting fresh over === dontanswerdave is now known as masterubuntu [08:05] Dav: you should be okay [08:05] mmaea: what is your wifi adapter type? Broacom? [08:06] s/Broacom/Broadcom/ [08:07] bryon: 03:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection [08:07] that's what you were looking for right? [08:08] yeah. are you using the Broadcom driver for it? [08:08] i found one guy in the forums that seemed to have the same issues and it was related to some rights management issues. but the person never went into detail if and how they managed to fix it [08:08] how can i check the driver? [08:08] Could anyone help with EFI concerns? [08:09] iwlwifi is loaded according to lsof, so i guess it's not the Broadcom driver [08:11] mmaea: great question.. i am blanking [08:12] hold on a sec === CyberJacob|Away is now known as CyberJacob [08:12] how about the rights management angle. could it be that the network daemon is started by a user that can't access the password? smth like this? [08:12] dav`: if you don't need any original data, just delete all partitions, boot ubuntu installer in UEFI mode and let it do it's job, if needed it will create the needed partitions [08:12] that's not implausible [08:12] faugusztin: thanks. how to boot it specifically in UEFI mode? [08:13] like if you're storing the password ina keychain not accessible by all users [08:13] but i'm not 100% certain of that, having never encountered it myself [08:14] my ubuntu 13.10 install ist completely fresh and vanilly, btw [08:14] just did it this morning [08:14] i would surprised if it were a permissions problem, then [08:15] can i start the networking daemon w/ sudo to see if that changes anything? [08:16] Hi, i had ubuntu 1304 64 bit OS ..then upgraded to 1310 via the update manager. the all went through good ... but when the system restarted and after i enter the Login password i get "sorry ubuntu 13.10 has experienced an internal error".... CAN somebody help ... ?? [08:16] mmaea: you could try it [08:17] how? [08:18] mmaea: oh, i don't know, it sounded like you did [08:18] sorry [08:19] mmaea: do a lspci -k | grep -A 2 and see what driver is currently in use [08:19] errr [08:19] mmaea: do a lspci -k | grep -A 2 Network [08:20] Prasoon, Can you be more detailed, is the desktop showing and working, and which de is it? Is this a apport popup? [08:21] Beldar, it is just a pop up and ther are no icons or bars [08:22] bryon: "Kernel driver in use: iwlwifi" [08:22] Prasoon, Do you need to load a graphic driver to get the desktop.....which is which one? [08:23] mmaea: well, that driver DOES support your wireless device, according to the internet [08:23] so i officially got nothin [08:23] um [08:24] Beldar,i am not an expert, but previously wheni upgraded to 1304... there was no additional graphic driver loaded [08:24] can you make you wireless password-free and connect? [08:24] mmaea: ^^ [08:25] Prasoon, Not sure myself. [08:25] like, connect to your router w/ a cable and remove the password? [08:25] Beldar,is there a way to open the terminal .. like some shortcut key ?? [08:26] if you can, that would suggest to me that your wireless actually WORKS and there is a problem somewhere with your configuration [08:26] Prasoon, try ctrl-alt-t [08:26] like maybe the password is correct, but you're trying to connect w/ WEP instead of WPA2 or something [08:26] Beldar, nope [08:27] Beldar ,is there any possibility of recovering my system ?? [08:28] Prasoon, You can go to a tty with ctrl-alt-f1 that is a off the desktop command line and come back with f2-f7 [08:28] f2-to f-7 [08:28] Beldar, i got a screen [08:29] Prasoon, Actually come back with ctrl-alt-f7. You gotta screen means? [08:29] seems like a different kind of terminal screen [08:30] Prasoon, the tty is black it is the same command control of the terminal. [08:31] ok.... can i undo the upgrade or re do the update from here ?? [08:31] Prasoon, yes, and anything else from a desktops terminal does [08:31] Prasoon, ER no undo upgrade sorry === serenity is now known as k7jkz [08:32] is it possible for you to guide me ?? [08:32] Prasoon, Try sudo apt-get -f install that will finish any updates that may not have. Otherwise this is a problem you would need other helpers with. [08:34] ok .. it seems to do something ... [08:36] Prasoon, Is it finishing upgrades? === batman is now known as Guest61771 [08:40] good evening. can anyone help me with an ubuntu version issue? [08:40] mmaea: someone can, i'm sure [08:40] err [08:40] dst_: someone can, i'm sure [08:41] what is your issue? [08:41] I have a student who installed Ubuntu 12.04 LTS on his netbook. But something is screwy. He's getting a 3.8.0-33 kernel. [08:41] Why is he getting that kernel? When I install I get a 3.5.0 kernel. [08:41] dst_: its the enablement stack [08:41] https://play.google.com/store/apps/details?id=com.game.platforms.planetsdemo [08:41] dst_: https://wiki.ubuntu.com/Kernel/LTSEnablementStack [08:41] Also, he's getting a device driver whose vermagic syas 3.8.0-35 instead of 3.8.0-33 [08:41] dst_, 12.04.3 release has that kernel, part of a kernel stack release for the LTS. [08:41] dst_: they changed to newer kernel because of the old kernal samsung issue [08:42] lemme go read that page... [08:42] dst_: see? someone was able to help. =] [08:42] its progressing... === amritanshu_RnD is now known as Guest44031 [08:43] well he's got a device driver that doens't match the kernel, which is causing him problems. [08:43] ring3: no ads in here, please [08:43] oks === richard is now known as Guest29924 [08:43] is a html5 android game [08:44] if he does "modinfo gspca_ov534" the vermagic string says 3.8.0-35 but his kernel is 3.8.0-33 [08:44] will 14.04 work with secure boot and uefi? [08:44] that can't work, right? [08:44] !14.04 | ordroid [08:44] ordroid: Ubuntu 14.04 (Trusty Tahr) will be the 20th release of Ubuntu. See the announcement at http://www.markshuttleworth.com/archives/1295 for more info. support in #ubuntu+1 [08:45] I am trying a sudo chown -R user a/b/c/* to change ownership of folder C and its contents to user but on ls -la I still see user root [08:45] yes or no [08:45] can i boot a non-pae os in a pae machine? [08:45] ordroid: no support for dev versions in here :) [08:46] Vivekananda: chown user:user [08:46] Tom1: PAE is an OS facility, not a machine facility. [08:47] Vivekananda: sudo chown user:user -R a/b/c/* is what you want, i think [08:48] how can he fix the issue with his gspca_ov534 driver having the wrong vermagic string? [08:48] want to change device/computer name [08:49] dst_: The only way is to recompile the module. [08:50] bekks: but doesn't this mean that ubuntu is shipping the wrong module? [08:50] dst_: are you sure there was no fiddeling before? [08:50] bekks: this kid doesn't know how to compile kernel modules; he didn't bring this problem on himself. [08:50] which module is that for what hardware? [08:51] I am trying a sudo chown -R user a/b/c/* to change ownership of folder C and its contents to user but on ls -la I still see user root . all directories have ls -la like this -rwxr-xr-x 1 user root 97319556 Jan 3 18:03 [08:51] gspca_ov534 supports the Sony Eye webcam [08:51] He's actually using this on a robot; the webcam is the robot's eye. [08:52] I don't think he did anything screwy, just installed Ubuntu and ran the update-manager. [08:52] Vivekananda: You didnt change the group- [08:52] So how did he end up with a device driver that doesn't match the kernel version? [08:52] Beldar, should i execute any other command ?? [08:52] dst_: We dont know how he got that module. [08:52] isnt the first one the name and then the groun ? [08:53] bekks, is there an easy way to get him the proper module, without him having to recompile it himself? [08:53] I tried doing sudo chown -R user:user a/b/c/* [08:53] Vivekananda: you didnt specify a second one, as you told above. [08:53] dst_: No. [08:53] it said 2 added & 3 removed and waiting at command prompt for an input ... what should i do next ?? [08:53] dst_: We dont know how he got the module so the generic answer is "recompile the module". [08:54] bekks, another screwy thing is that his "uname -a" is still showing 12.04.3 instead of 12.04.4. When I run update manager on my Ubuntu machines I end up at 12.04.4. === Kihokki is now known as Guest98077 [08:54] bekks, why isn't he migrating to 12.04.4? [08:54] dst_: Then he didnt run sudo apt-get update; sudo apt-get dist-upgrade; sudo init 6 [08:54] no, he did apt-get update and then update-manager [08:55] dst_: Which doesnt update the kernel. [08:55] It seems to update the kernel when I run it [08:55] dst_: Then fix that issue if you know it better :) [08:56] I'm just wondering why I'm seeing different behavior than him. [08:56] dst_: I explained it to you. [08:56] Well, I'll tell him to try the dist-upgrade thing. [08:56] what's the purpose of "init 6" [08:56] dst_: rebooting the box, to run the new kernel. [08:57] why not just type "reboot"? is "init 6" faster? [08:57] dst_: On linux, both do exactly the same. [08:57] oh, okay. thanks for answering my questions. we'll try the dist-upgrade [08:57] bekks: when I say sudo chown -R alex:alex folder does this not mean that I am changing both user and group to alex ? [08:58] Vivekananda: Yes, and it requires the user alex to be existing, as well as the group named alex. [08:59] sorry, i was in another channel. [08:59] Vivekananda: what bekks said [09:00] Beldar;thank you very much .... i worked ... Thank you very much... [09:01] okay also what does -rwxr-xr-x 1 alex root 97319556 Jan 3 18:03 this demonstrate ? after executing that command on the same folder ? [09:02] Vivekananda: You just pasted the first part of the line - the second part is important, too. [09:03] Vivekananda: that is telling you the permission, user, group, filesize and modification date of that file [09:04] file permissions are Read, Write, and eXecute for user, group, and other [09:05] so -rwxrw-r-- means the user that owns the file has read write and execute permissions, the group just has read and write, and others can only read [09:05] bryon: I know the second part too . but I am trying so many times to change the "user" to root but somehow it is not changing [09:05] bryon: r-x means: only read and execute permissions. [09:05] Vivekananda: you said you were trying to change it to user [09:06] Vivekananda: Then name the exact command you are using. No examples, the very exact command YOU are using. [09:06] Ben64: sorry I was trying to change it to root. It is already a user [09:06] bekks: yeah, i was explaining my example, but yeah [09:06] then.... use root in the command instead of alex [09:07] sudo chown -R root /media/Yojimbo/alts [09:07] Vivekananda: That doesnt change the group at all. [09:07] hi === Devil is now known as Guest71170 [09:07] Vivekananda: sudo chown -R root:root /media/Yojimbo/alts [09:09] I tried that : sudo chown -R root:root /media/Yojimbo/alts [09:10] Vivekananda: And...? [09:10] what text editor(s) may i run at command line? trying to edit /etc/hostname to new name [09:10] k7jkz: nano, vi, emcas, joe, ed, and many more. [09:10] k7jkz: nano, vim, edit, hexedit [09:10] tks will try [09:10] Vivekananda: whatever user you're logged in as will need sudo permissions [09:10] :( [09:10] i connot install adobe on ubuntu 12.4 [09:11] and after that ls -la /media/Yojimbo/alts : -rwxr-xr-x 1 alex root 6144 Dec 14 06:03 Thumbs.db [09:11] !flash | elladeea [09:11] elladeea: To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also !Restricted and !Gnash [09:11] Vivekananda: Is that a FAT32 filesystem? [09:11] Vivekananda: Or NTFS? [09:11] bryon: I understand that and provided the necessary permissions [09:11] it is ntfs [09:11] bekks +1 [09:11] Vivekananda: Then you cant change permissions with chmod. [09:12] owww shoot [09:12] haha, that will do it [09:12] but how did you guess that !! [09:12] Vivekananda: Blame it on Microsoft not providing POSIX cpabilities to that filesystem. [09:12] blamed Microsoft !! [09:12] wait, what filesystem is it [09:12] microsoft you idiot ! [09:12] Vivekananda: Thumbs.db is a Windows file. [09:12] Ben64: NTFS. [09:12] oh, could have saved a LOT of time [09:12] I have a very strange installation lsb_rLSB Version: core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch:core-4.1-amd64:core-4.1-noarch:security-4.0-amd64:security-4.0-noarch:security-4.1-amd64:security-4.1-noarch [09:12] Distributor ID: Ubuntu [09:12] Description: Bodhi 2.3.0 [09:12] Release: 12.04 [09:12] Codename: preciseelease -a gives me this : [09:12] Guest71170: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [09:12] ha ha, i didn't even read all the way to the end of the line [09:13] so there is no way to change permissions there ? [09:13] guess my regular admin password does not work for su... [09:13] i was looking just at the user:group [09:13] Vivekananda: ntfs has funky permissions, they don't work with others [09:13] Vivekananda: There are. BY using the mount command. [09:13] !ntfs | Vivekananda [09:13] Vivekananda: To view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions - For write access, see !NTFS-3g or !FUSE [09:13] !root | k7jkz [09:13] k7jkz: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [09:13] But my installation is Ubuntu 13.10 [09:13] Guest71170: USe a pastebin please. [09:14] Guest71170: sorry, but we don't support bodhi linux here [09:14] yes I saw it thanks [09:14] Guest71170: And you are not using Ubuntu, but Bodhi linux. [09:14] k7jkz: use sudo instead of su [09:14] No i'm using Ubuntu [09:14] just a very strange installation [09:14] k7jkz: root passwords are obsolete, we've had sudo for 20 years [09:14] Guest71170: it says bodhi, that doesn't happen on ubuntu [09:14] Guest71170: your paste clearly states you are using bodhi. [09:15] bodhi has its own issues [09:15] bekks, adobe photoshop [09:15] My installation is Ubuntu 13.10, the lsb_release shows what I just pasted earlier and when doing a sudo do-release-upgrade it has upgrading someof it to Quantal but not all [09:15] If I were using Bodhi I would go there for help and not here right? [09:15] Guest71170: So you are using Bodhi linux, not Ubuntu. [09:15] i have dell laptop which was came preinstalled with ubuntu, i installed windows 8 and now i cant boot to my ubuntu anymore [09:15] can anyone help me out? [09:16] !fixgrub | Swarnava [09:16] Swarnava: 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/Grub2 [09:16] No i am using Ubuntu i've made that clear its a STRANGE installation are we paying attention? [09:16] !dualboot | Swarnava [09:16] Swarnava: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [09:16] thats why I am here requesting assistance [09:16] Guest71170: no matter how many times you say it, it does not make it true [09:16] oh brother [09:16] Hi [09:16] How can I use dbus-monitor to check if devices are announced? [09:17] Any ideas? [09:17] Guest71170: ok then, pastebin the following... "cat /etc/issue" "cat /etc/apt/sources.list" "cat /etc/apt/sources.list.d/*" "uname -a" [09:17] hello [09:17] The purpose of coming to a room like this is to seek advice and help. There are many rooms like this If I were using Bodhi I would go to a Bodhi room its not difficult to do that. HOwever I am NOT USING BODHI I am using UBUNTU 13.10 [09:17] okay i'm reading and getting up-to-date [09:17] thanks Ben64 [09:17] just a mo === baguzzzaji is now known as elangbieroe [09:17] i have stuck for 2 week about installation openvpn on ubuntu openvz [09:18] cat /etc/issue gives me this : Ubuntu 12.04.2 LTS \n \l [09:18] Guest71170: use a pastebin, put em all together [09:19] so, anyone have tutorial how to install openvpn on ubuntu openvz with user pass from mysql? [09:19] what is pastebin? [09:19] !pastebin | Guest71170 [09:19] Guest71170: 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. [09:19] http://www.pastebin.com [09:20] ? [09:20] im not installing anything else untill i've resolved this first sorry. I'll just do it the hard way for now [09:20] install? its a website [09:20] it's a web site, mate [09:20] loll [09:21] I dont trust u sorry [09:21] lol [09:21] hello to all. I connect for the first time but I have not yet learned how to use this tool. I'm listening to now. thanks [09:21] well don't paste it here, you'll get banned [09:21] ? [09:23] anyway from that last output it shows what I am using [09:24] Guest71170, if you want get hel, you've to use a paste service for your output [09:24] *help [09:24] oh brother [09:24] let me see [09:27] So how do I give you the output of this Pastebin thing? [09:28] Guest71170: Give us the URL.-. [09:28] ok [09:28] http://pastebin.com/v24z1kDR [09:28] that ok? [09:29] so what was your question, Guest71170 ? [09:29] thats like... half of what i asked for, and it still says bodhi there.... [09:29] it seems some where when I was upgrading or installing some mess happened [09:30] no it says both if u LOOK [09:30] !netsplit [09:30] netsplit 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/Netsplit === Firartix is now known as Fira === `Nothing4You is now known as Nothing4You [09:31] Guest71170: Pastebin the entire output of "sudo apt-get update" please. [09:31] when i add new user by [09:31] "sudo adduser --home /home/SBUASM92B/user1/ --shell /bin/bash SBUASM92B" [09:31] it tell to me [09:31] Please enter a username matching the regular expression configured... [09:31] just a sec forgot to add one of the outputs [09:31] how to fix it? [09:31] repozitor: you can't have SBUASM92B as a username [09:32] is this right? [09:32] /home/SBUASM92B$ sudo adduser --home /home/SBUASM92B/user1/ --shell /bin/bash user1 SBUASM92B [09:33] repozitor: No. [09:33] what are you trying to do? [09:33] my desire username is user1, and it group is SBUASM92B [09:33] repozitor: omit the SBUASM92B at the end. [09:33] here you go [09:33] http://pastebin.com/DTJfcYxt [09:34] bekks, look carefully, there are SBUASM92B at the end of command [09:34] repozitor: get rid of the uppercase letters in usernames and groups too [09:34] Guest71170: Thats not the entire output of "sudo apt-get update". [09:34] repozitor: And thats wrong. [09:34] no i'm doing that now [09:34] repozitor: Remove that from the end of the line. [09:34] Ben64, you say that we can't have groups with uppercase? [09:34] repozitor: correct. [09:34] hhhm, ok, but i can't assign a group name after adduser :D [09:35] how to add a user into a group? [09:35] repozitor: use --group [09:35] Hallo. My ubuntu is connected via wlan0 and I'm trying to route with eth0 to another device, how can I debug/troubleshoot what I'm doing wrong [09:35] when you add the user [09:35] bryon, in adduser? [09:35] repozitor: use -g [09:35] or -g [09:35] repozitor: In adduser, yes. [09:35] -g or —group? [09:35] sudo adduser --home /home/SBUASM92B/user1/ --shell /bin/bash --group groupname [09:35] and here u go sudo apt-get-update job [09:35] ok [09:35] http://pastebin.com/ZGpcRxfW [09:35] repozitor: -g or --group [09:35] oops, and then the username [09:36] you can also add a user to a group AFTER it has been created [09:36] bekks, user should feed after a group name or befor it? [09:36] its a real mess [09:36] Guest71170, bad idea to mix quantal & saucy repositorys [09:36] Guest71170: so what is it you want to do? [09:36] bryon, i know it will possible, but i don't know how to do it [09:36] Guest71170: That box is totally messed up. It tells it is a hybrid ubuntu/bodhi, and it incorporates repos from three different ubuntus. Reinstall it. [09:36] repozitor: usermod -g groupname username [09:36] I did sudo do-release-upgrade and that happened all on its own [09:36] eh, bekks is absolutely correct [09:37] yes thats why i am here lol [09:37] trying to figure out what happened [09:37] repozitor: the order doesnt matter, as long as the username is at the very end. [09:37] Guest71170: I just told you :) Someone mixed it all up - and now its all messed up. [09:37] Is there someway to downgrade safely or clear out unwanted packages etc etc etc? [09:37] I want an answer from you right now [09:37] Guest71170: Reinstall. There is no safe way to downgrade. [09:37] I dont believe that to be true [09:38] Guest71170, there is no way you can upgrade from 12.10 to 13.04 by do-release-upgrade, you must have done something else [09:38] lol [09:38] there is a way [09:38] !attitude | q0 [09:38] q0: The people here are volunteers, your attitude should reflect that. Answers are not always available. See http://wiki.ubuntu.com/IRC/Guidelines [09:38] i didn't even see a question from q0 [09:38] Guest71170: it is very true, and you have some weird bodhi/ubuntu hybrid anyway, so you need to install fresh with whichever distribution you want [09:38] Guest71170: If you dont believe it - find a way. Or just listen to what people tell you. [09:38] I have seen something about downgrading online but it isnt very clear, figured u experts might know alittle more [09:38] Hi, how i create a USB bootable using a .iso in ubuntu? [09:38] thats too easy [09:39] Guest71170: the experts are telling you that it is better to reinstall than attempt a downgrade [09:39] and fresh installation isnt an option [09:39] Guest71170: Then find you own way if you dont like the answers you get from "the experts". [09:39] Guest71170: fresh install is the only option. [09:39] q0: thing is, I *could* answer that question but that whole "I want an answer right now" disqualifies you [09:39] the experts arent very expert from the looks of it [09:39] so thanks anyway [09:39] Guest71170: then feel free to leave [09:39] ciao [09:39] gordonjcp, you didn't anyway so who cares [09:39] lol [09:39] Guest71170, there is no way to downgrade, backup your data, and reinstall [09:39] !attitude | q0 [09:39] q0: The people here are volunteers, your attitude should reflect that. Answers are not always available. See http://wiki.ubuntu.com/IRC/Guidelines [09:39] yes there is OerHeks [09:39] Guest71170: Bye. Hope do dont read you anymore then. [09:40] *to [09:40] would u like the web page? [09:40] Guest71170: have at it and good luck [09:40] Guest71170: then follow the webpage, just don't come back here when its more broken [09:40] http://www.webupd8.org/2013/11/how-to-downgrade-proposed-repository.html [09:40] there u go [09:40] Guest71170: you might as well attempt to downgrade. You *can't* downgrade successfully, but it might work [09:40] we still don't care [09:41] So you obviously dont know what you are talking about : ) [09:41] ciao === AJC_Z0 is now known as AJ_Z0 [09:41] Guest71170: doing what it says on that page will break your system [09:41] I know you're not gonna help me next time, I'll register a new account [09:41] or just check the manual and help me already [09:42] q0: Rethink your attitude instead registering a new account. [09:42] I did and I think I might have to apologise === micro-world is now known as Guest56127 [09:42] q0: or you could check the manual and help yourself [09:42] q0, maybe repeating your issue can solve this argument [09:42] Hallo. My ubuntu is connected via wlan0 and I'm trying to route with eth0 to another device, how can I debug/troubleshoot what I'm doing wrong [09:42] * bryon didn't even see an initial question from q0 [09:42] ah there it is [09:42] !ics [09:42] If you want to share the internet connection of your Ubuntu machine with other machines in the network see https://help.ubuntu.com/community/Internet/ConnectionSharing [09:44] Another question: [09:44] I'm using Opera 12.16 [09:45] I've installed mozplugger to see pdf documents embedded in the browser [09:45] but I can't use keyboard with mozplugger [09:45] same problem with chromium [09:47] I've changed a line in /etc/mozpluggerrc.d/62-documents.conf [09:48] from: repeat noisy swallow(evince) fill needs_xembed: evince "$file" [09:48] to: [09:48] repeat noisy swallow(evince) fill: evince "$file" === neel101 is now known as simpleirc1 === simpleirc1 is now known as bunny101 [09:49] but If I open /etc/mozpluggerrc, I can see repeat noisy swallow(evince) fill needs_xembed: evince "$file" again [09:50] q [09:50] How can I tell to mozplugger to apply changes also in /etc/mozpluggerrc? [09:50] Any ideas? [09:57] Hey, everyone.. anyone know how to install wine on ubuntu 12.04 64bit ? im trying for 2 days and it wont install.. :( [09:57] What kinda problems are you having? :P === artium is now known as artium__ [09:58] Hi! I am having some issues with sound under ubuntu. I get the following error messages: http://pastebin.ca/2611918 and no sound [09:58] AFAIK, the issue came up after an apt-get autoremove and a reboot. [09:59] i cant send here [09:59] blah.. now it works.. [09:59] CavemanZipper: idk.. it needs alot of dependencies and stuff but they wont install either [10:01] CavemanZipper: http://pastebin.com/raw.php?i=gWjeVKBH [10:04] Does anyone know how can i fix it ? http://pastebin.com/raw.php?i=gWjeVKBH [10:10] hi to all [10:10] Does anyone know how can you fix the bug on ubuntu 12.04 64bit ? http://pastebin.com/raw.php?i=gWjeVKBH [10:10] I'm trying to install ubuntu 13.10 64 bit, but starting the process the screen start ti blink in red green blue colors [10:11] how to go on ? [10:11] hii.... every time i play the amarok music player i get a message "file protocol died unexpectedly"..what does that mean?? [10:12] artium888: maybe clear apt-get cache and apt-get update? [10:12] lotuspsychje: did everything.. [10:13] artium888: purge wine and reinstall? [10:13] i dont have it .. [10:13] lotuspsychje: nothing to purge === GTB3NW_AWAY is now known as GTB3NW [10:14] artium888: http://askubuntu.com/questions/223237/unable-to-correct-problems-you-have-held-broken-packages [10:14] lotuspsychje: im downgrading now to solve it [10:17] aurete: http://ubuntuforums.org/showthread.php?t=1518471 [10:18] Davidov: maybe try nomodeset? [10:18] lotuspsychje--> I'll try TnX [10:18] !nomodeset | Davidov [10:18] Davidov: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [10:19] lotuspsychje: thanks [10:19] TnX to all ... I'm going to re-boot [10:19] lotuspsychje: bleh.. nothing works! [10:20] lotuspsychje: thats sucks.. [10:20] artium888: how about install synaptic, to see what packages are on hold [10:20] lotuspsychje: i did the "dpkg --get-selections | grep hold" command, theres nothing on hold [10:21] artium888: try installing wine from synaptic, see what it does [10:21] lotuspsychje: alright [10:21] artium888: you sure you tryed a sudo apt-get update right? [10:22] lotuspsychje: its a replacement for ubuntu software center ? [10:22] lotuspsychje: yeah im 100% sure [10:22] !info synaptic | artium888 [10:22] artium888: synaptic (source: synaptic): Graphical package manager. In component universe, is optional. Version 0.80.2 (saucy), package size 2394 kB, installed size 7646 kB [10:22] lol nice :P [10:23] !info apt-get [10:23] Package apt-get does not exist in saucy [10:23] !apt-get | artium888 [10:23] artium888: APT is the Advanced Package Tool, which together with dpkg forms the basic Ubuntu package management toolkit. Short apt-get manual: https://help.ubuntu.com/community/AptGetHowto - Also see !Synaptic (Gnome), !Muon (KDE) or !Apper (KDE) [10:24] artium888: apt-get is installed by default. [10:24] Hi, i try to create a boot usb ( with startup disk creator ) when i select the iso... ( i select the iso but not apper in table ... ) and not work to marke usb.. [10:24] hey guys when I am checking if my swap is working with swapon -s [10:24] bekks: yeah i know i just wanted to test the !info thing [10:24] I get this, is this normal? http://paste.ubuntu.com/6854335/ [10:24] how can I make sure that my linux swap is working properly? [10:25] it keeps saying Used 0 [10:25] no matter what. [10:25] !swap | Psil0Cybin [10:25] Psil0Cybin: swap is used to move unused programs and data out of main memory to make your system faster. It can also be used as extra memory if you don't have enough. See https://help.ubuntu.com/community/SwapFaq for more info [10:25] lotuspsychje: alright so, synaptic wants to remove alot of packages in order to install wine. is it ok ? [10:25] lotuspsychje: so does ito nly get used, when my system is full? or does it constantly put files to swap? [10:25] to make the system faster because my system load increases [10:25] but my swap is still at 0% [10:25] Psil0Cybin: It is shown, it works. It is not in use currently. [10:26] artium888: if you dont see packages you really dont need, its good to go.. [10:26] bekks: but it will be used when it needs to be used correct? or is something not configured properly. [10:26] Psil0Cybin: swap will never increase system performance. It will slow down things. [10:26] what does priority -1 mean? [10:26] Psil0Cybin: It will slow down things, but allow you to use more memory than you have physically installed. thats what swap is for, [10:26] lotuspsychje: i dont get it .. synaptic wants to uninstall filezilla.. [10:26] Psil0Cybin: -1 means -1. [10:27] lotuspsychje: could you help me over teamviewer ? please. [10:27] artium888: sorry i dont remote, i would try what synaptic asks [10:27] artium888: you can install filezilla manually later right [10:28] so bekks is everything running okay? I am assuming swap will be used when it needs too, I am just trying to double check that everything is working properly in my server :D so I will not have to go back later type of thing to fix these issues [10:28] lotuspsychje: but theres like 1000 packages that synaptic wants to remove [10:28] lotuspsychje: is it normal ? [10:28] artium888: hum [10:28] Psil0Cybin: Pastebin free -m please. [10:29] artium888: you only trying to install wine? [10:29] lotuspsychje: yup [10:29] artium888: not sure thats normal [10:29] artium888: what else does it want to uninstall? [10:30] lotuspsychje: its a list of like 80 packages [10:30] lotuspsychje: libreoffice and stuff [10:30] bekks: swapon -m? [10:30] and the music player [10:30] alot of things [10:30] artium888: did you ignored updates for a long time? [10:30] Psil0Cybin: No. I said: free -m [10:30] woops silly me one second [10:31] lotuspsychje: nope, its a fresh installation of ubuntu.. and its up-to-date [10:31] bekks: http://paste.ubuntu.com/6854354/ [10:31] Hi, unetbootin not have option for windows distribution why!? [10:31] elladeea: Because you cant create live windows media. [10:32] i want to create a boot windows usb [10:32] artium888: not sure mate, i would try what synaptic asks, see what it does === amritanshu_RnD is now known as Guest14784 [10:32] elladeea: you cant. [10:32] serious? [10:32] why [10:32] artium888: worst case scenario is a reinstall :p [10:32] elladeea: Ask Microsoft why they do not support that. [10:32] huh [10:32] lotuspsychje: lol, im kinda new to ubuntu.. that would take me alot of time to fix [10:33] elladeea: you can use winusb from ubuntu to burn a win7 to usbstick [10:33] bekks: looking at what it outputted, it looks like it is working just not being used as of yet... === mike is now known as Guest47910 [10:34] elladeea: but we really recommend you to stay on ubuntu right :p [10:34] because who needs windows 7+ anyway. [10:34] but not work a lot of programs [10:34] adobe photoshop [10:34] corel [10:34] Psil0Cybin: Then show us the output. [10:34] etc [10:34] lotuspsychje: oh now that i marked wine.14 for installation it only wants to remove : hhvm, libpurple, libsasl2, telepathy-haze, ubuntu-desktop.. so its good ? [10:34] bekks: http://paste.ubuntu.com/6854354/ [10:34] elladeea: Use a virtual machine. [10:34] artium888: hmm ubuntu-desktop remove is bad idea [10:35] Can anyone tell me how to find a kernel number? [10:35] uname -r [10:35] lotuspsychje: lol.. [10:35] lotuspsychje: i think so [10:35] Guest47910: uname -r [10:35] sudo cp .//wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet [10:35] as in that command [10:35] Guest47910: "uname -r". [10:35] yes [10:36] is it the version of ubuntu im running [10:36] that is the kernel you are running Guest47910 [10:36] lotuspsychje: i dont want to go back to windows7 ~_~ i kinda liked ubuntu but i need notepad++ for my programming [10:36] Guest47910: No. It is the kernel version you are running. [10:36] The version you are running is either 12.04 LTS or 13.04 etc [10:36] Guest47910: lsb_release -a will tell yo the Ubuntu version. [10:36] lotuspsychje: why theres no notepad++ build for linux.. eh... [10:37] k thanks [10:37] artium888: what ubuntu version you have now? [10:37] lotuspsychje: 12.04 64bit [10:38] bekks here is the output and pastebin: http://paste.ubuntu.com/6854354/ sorry you never got back to me I dont want to keep spamming the channel :P [10:38] bekks: it looks like it is working [10:38] artium888: well not sure whats happening to your system, but ubuntu-desktop remove aint good [10:38] Psil0Cybin: you have 7.6GB free RAM - actually that 512M swapfile is a joke :) [10:38] lotuspsychje: should i upgrade to 13.x version ? [10:38] Psil0Cybin: Use a swapfile like 8GB, not like 512M. [10:39] bah bekks it is not really my server, my boss's do you think it will make a difference / is it worth to go back and remove that swap and make a new one? [10:39] artium888: no i would reinstall 12.04 lts maybe [10:39] bekks: is that tiny tiny swap at least working correctly? [10:39] Psil0Cybin: It will make a big difference. 512M swap for 8GB RAM is pointless. [10:40] just as a reference [10:40] Psil0Cybin: Yes, it is working correct. [10:40] how much of this is the kernel version? 3.11.0-15-generic [10:40] bekks how can I go about removing that swap and creating a new 8 GB one without damaging anything? Not going to lie someone helped me out on here, but I guess we never distinguied how mnuch ram I had...even though we did check the memory. [10:40] Guest47910: "3.11.0-15-generic". [10:41] Psil0Cybin: How did you create it? Remove it, and do it again, with an 8GB file, or even better with a 8GB swap volume. [10:41] so i should put all of it into sudo cp .//wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet ??? [10:41] Guest47910: ls -lha . to see the "". [10:41] bekks: I followed this guide actually step by step http://www.cyberciti.biz/faq/linux-add-a-swap-file-howto/ [10:42] what would be the correct way to remove that swap? [10:42] Psil0Cybin: OMG, a cyberciti guide. I wont read it. [10:42] Like this??? sudo cp ./3.11.0-15-generic/wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet [10:42] Guest47910: ls -lha . to see the "". [10:42] bekks: so what would be a proper guide of removing the swap I currenctly have and adding the 8GB one you recommended? [10:43] Psil0Cybin: swapoff /yourswapfilename; edit the fstab, remove the file. [10:44] Psil0Cybin: Then just create a plain, empty file (most likely using dd), mkswap, swapon /yournewfilename, free -m, edit fstab. [10:44] bekks: fine final question; if i leave things like they are, the only thing that will hapepn is eventually I would restart the computer more often than it should be / could be with a properly spaced swap? I just want to understand exactly what a swap does...I know you explained it [10:45] can somebody help me how to install atheros wireless drivers [10:45] !ath [10:46] !atheros [10:46] Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [10:46] yesatheros [10:46] ihave purchased new aer aspire e1-570 and both lan and wireless are not detected [10:47] bekks: for this line, what would I enter for 8gbs "# dd if=/dev/zero of=/swapfile1 bs=1024 count=524288" [10:47] Thanks so much have been trying to di this for days :) will reboot and try it out [10:48] Psil0Cybin: dd if=/dev/zero of=/swapfile bs=1M count=8192 [10:48] ty [10:49] no i tried even updating ubuntu using windows [10:49] prashanth: Which will never work. [10:49] sorry one last other question bekks when you said edit the fstab, remove the file...what file did you mean what directory is it in? sorry [10:49] Psil0Cybin: /etc/fstab [10:49] how to update the drivers. [10:49] okay the swap is there, or remove the string from that file? [10:50] @bekks can you help me how to update the wlan drivers [10:50] bekks: sorry I know I remove the string from /etc/fstab, but you said remove the file..which file do I remove completely? the swap? [10:52] Hi guys, I've got weird problem. After ssh-add I receive "Could not open a connection to your authentication agent." and after adding ssh keys manualy I receive "Agent admitted failure to sign using the key." Thought it was about perm. but they're ok. Anyone know what might got fucked-up? :) [10:53] Psil0Cybin: Of course the swapfile. [10:53] bekks: where is that swapfile located [10:53] what would be the command to remove it? [10:53] Psil0Cybin: Where you put it. [10:53] of=/swapfile1 [10:53] Psil0Cybin: "rm" removes a file. [10:53] rm /swapfile1 ? [10:53] Psil0Cybin: ls -lha / [10:54] hi..gus.i am a newer [10:54] Psil0Cybin: Try to understand what you are doing instead of blindly following commands from whatever guides :) [10:54] http://paste.ubuntu.com/6854435/ [10:54] bekks: sorry I am trying :) I just like to double double and double check [10:54] Psil0Cybin: which costs time, which costs time, which costs time. [10:55] you are right sorry :( Just help teach me where this swap is located and ill turn off my pester mode aha :P [10:55] Psil0Cybin: Look at your paste. [10:55] so rm /swapfile1 [10:55] ? [10:56] Psil0Cybin: yes. === vvejbhrudqddxcte is now known as tokunsjeqblnzxyr === tokunsjeqblnzxyr is now known as sepero [10:58] bekks: could you help me with the wine problem ? [10:58] artium888: I never used wine, sorry. In need of Windows, I am using a virtual machine. [10:59] bekks: thats a bad idea when you need a program like notepad++ [10:59] Thank you bekks !!! great success. [10:59] http://paste.ubuntu.com/6854457/ === zz_whitenite is now known as whitenite [10:59] bekks: because you need to work on local files [10:59] artium888: I dont need notepad++ in Linux - in linux, there are lot more capable editors. [10:59] artium888: I am using vi. [11:00] bekks: for programming ? [11:00] artium888: hes clearly 1337 [11:00] gedit ftw [11:00] artium888: sure. [11:00] artium888: And eclipse for bigger projects. [11:00] bluefish is ok but gedit is fine for me === rootribal is now known as rootribal_ [11:01] bekks: i tried sublime.. but they all suck .. i guess im just used to notepad++ [11:02] fuck wine.... [11:03] artium888: Use a sane editor, not some crap requiring wine. [11:03] bekks: is right, why the hell would you use linux just to use wine... [11:03] artium888: and watch your language please. [11:03] hi === GTB3NW is now known as GTB3NW_AWAY === GTB3NW_AWAY is now known as GTB3NW [11:04] bekks: yeah but theres so many features in notepad++ that i dont have in linux editors.. like mark brackets and find in files and stuff [11:04] bekks: sorry [11:04] artium888: have you tried Bluefish or what not for coding? [11:04] if you like notepad++ [11:05] Psil0Cybin: yeah.. i liked sublime the most but its sucks too [11:05] artium888: All those features are available in linux editors too. [11:06] artium888: honestly the only thing that disapointed me about linux editors was nothing compared to dreamweaver, but I realized now that Dreamweaver is just noob tools. [11:06] Psil0Cybin: lol [11:06] i am fine with Kompozer or Bluefish [11:06] if really need be lmao :P [11:06] Psil0Cybin: It a gods blessing that there is nothing like dreamweaver in linux. [11:06] So install WINE and use Notepad [11:06] bekks: belive it or not everyone that I know who codes on a PC uses Dreamweaver, juts out of share comfort. [11:07] like for PHP [11:07] CSS [11:07] marcus_: lmao.. just tell me how to fix that bug.. [11:07] Or use gedit which supports all the features mentioned. [11:07] web design :S [11:07] Psil0Cybin: visualstudio is the best IDE i've ever used [11:07] WINE works great on my laptop running Ubuntu [11:07] artium888: LOL [11:08] bekks: yeah yeah.. i hate m$ too but VS is just too comfort [11:08] bekks: its a "dor and TAB" Programming [11:08] bekks: dot* [11:08] I'd take up being gay b4 I'd go back to Winblows [11:09] marcus_: lol [11:10] artium888: I haaate ms man with a passion, i have been using strictly linux for a year now :) [11:10] I saw windows 8, and actually got naucious [11:10] that was the day i called it quits [11:10] i wrote a letter to bill gates too. [11:10] Psil0Cybin: yeah win8 is the worst.. [11:10] said I used windows since 3.2 and that i just called it quits. [11:11] WIn8 is not the worst [11:11] Oh [11:11] it is [11:11] what the hell [11:11] tiles man?! [11:11] Offtopic is the worst. [11:11] Psil0Cybin: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [11:11] TILES?! [11:11] the best way to write a letter to Bill Gates is to stop buying machines with his OS [11:11] dudes [11:11] exit [11:11] you are confusing the core [11:11] with the gui [11:11] Please stop that offtopic chat. [11:11] Hello guys, I'm having a problem with apt-get which is very slow at reading package list. I've straced the process and I see a relative slow reading from the 6th file description [11:11] oh woops i thought i was in #offtopic Sorry! bekks!! [11:11] benishor, cpu issue [11:12] Devian: which reads from /var/lib/apt/lists/* [11:12] Devian: why would it be a cpu issue? it hasn't been so far [11:12] the cpu is pretty powerful for reading 30M text files, it's an i3 [11:13] benishor interesting [11:13] uhm [11:13] Devian: is there any way to *reset* apt cache or lists or something? [11:13] apt-get clean ? [11:13] apaprently apt-get reads in chunks of 30k and takes quite a lot between reads [11:13] benishor: Define "relatively slow reading" as can be determined by strace. strace doesnt show you any speeds. [11:14] benishor are you accessing your terminal remotely? [11:14] bekks: apt-get update takes about 7 minutes to complete reading package lists [11:14] Devian: no, I'm on the host [11:14] try apt-get clean [11:14] did [11:14] benishor: Then take alook why reading that file is so slow. Investiagte the filesystem, etc. [11:14] no effect [11:14] Ubuntu Updater takes about 10 seconds [11:14] bekks: and how would I do that? [11:15] benishor: By copying the file to another location and measureing the time. By runnings fsck in the filesystem, etc. === kloeri is now known as kloeri|fosdem [11:17] time cp /var/lib/apt/lists/mirror.arlug.ro_pub_ubuntu_ubuntu_dists_saucy_universe_binary-i386_Packages output [11:17] real 0m23.989s [11:17] user 0m0.000s [11:17] sys 0m0.272s [11:17] a bit too much though [11:17] benishor: How big is that file? [11:18] bekks: 30M [11:18] or you could just run Ubuntu Software Center [11:18] benishor: then run a full fsck. [11:18] marcus_: Which needs to read the same file. [11:18] yeah..takes 10 seconds to update the lists on my laptop [11:18] bekks: well, the hdd is mounted, how would I do that? [11:21] benishor: Unmount it, then run fsck -f [11:21] marcus_: the speed of operations on your system is out of question - and irrelevant for the issue of benishor. [11:23] bekks: I think I'll use a live cd and attempt to fsck the hdd. thank you for your help [11:23] bekks: what do you suspect to be the culprit? [11:24] well..I'm just an ex-Windows monkey..I don't have time to type 300 characters in terminal when I can do the same thing clicking one icon [11:24] benishor: A corrupteed filesystem, a heavily fragmented file - that has to be checked. [11:25] Newbie coming through. [11:26] bekks: thanks for your input [11:33] I need help connecting to my university VPN (openconnect / anyconnect). The connection is established and IP is assigned to interface vpn0. The issue is that my datatraffic is NOT routed over vpn0 interface but instead still on wlan0 with my home IP. What do I need to do? I assume I need to set another gateway (if up choose vpn0 over wlan0).. I have no idea how to do that. I am using network-manager-gnome with plugin for openconnect. Same problem wit [11:33] h ciscos proprietary Anyconnect mobility secure client. http://pastie.org/8688415 <-- all the info I could think of is in this pastie === user2 is now known as __caput__ [11:37] Please help me . I Disabled all automatic updates in Ubuntu 12.04, but this ftp.heanet.ie keeps downloading things to my pc. I'm unable to do anything it uses alot of my bandwidth. i tried to block it in firewall with no luck :( [11:42] SeaCat: Kill the download process. [11:43] somebody know why ubuntu application are slower than win 7 to start? [11:44] xikofreak: they are different applications - uncomparable. [11:44] Any 1 knew how to dual boot ubuntu on UEFI boot [11:44] bekks how do i do that ? I have to disconnect everytime ftp.heanet.ie starts and its very annoying [11:44] !dualboot | Naveen [11:44] Naveen: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [11:44] but i mean, when i open for example... chronium take a lot of times, something 5-10 sec to start [11:44] my pc its a amd 2,6 X2, and 4 gb of ram [11:44] SeaCat: lsof shows you which process is downloading. [11:45] xikofreak: the X2 is about 7 years old. [11:45] Or 10y. [11:45] <_nedr> hello.. i added a private key (pem file ) using ssh-add.. now i want to remove it.. how to do it [11:45] i know.. but.. im using lubuntu with a lightweight desktop, there some way to speed up? [11:45] @ubottu: It doesn't work on UEFI grub is not installing on UEFI boot [11:45] bekks then how do i disable it [11:46] SeaCat: so which process is it...? [11:47] ftp.heanet.ie is not showing now, it usually starts every 30 minutes then never stops unless i disconnect the internet [11:47] SeaCat: Then find out in 30 minutes. [11:48] bekks how will i know the process [11:48] SeaCat: By looking at the output of lsof. [11:49] ok ty, i will check back when ftp.heanet.ie starts again === andre__ is now known as Guest36373 [11:58] Hii guys [11:59] I am facing some problems while installing ubuntu on my new laptop [11:59] can I get any help [11:59] ? [11:59] Not without stating the problems :) [11:59] :) [11:59] sure [11:59] I have got a new lenovo G505 [11:59] with AMD A8 [12:00] and a readon graphics [12:00] uau [12:00] yay [12:00] ud: Keep the problem on one sentence please - and enter is not a punctuation sign. [12:00] 8750 series [12:00] period is, enter no. [12:00] ud: Use full sentences, do not press enter every two words. [12:02] My problem is after success full installation when I reboot the system it gets stuck with purple colour screen. What should I do to go beyond this? [12:02] ud: you should either get a live cd, or a live usb, plug it in, come back after the show is over. [12:02] !nomodeset | ud [12:02] ud: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [12:02] hello, when i try to install ubuntu 13.10 64 bit DE from usb stick it just hangs after i press "i don't want to connect to internet right now" during installation. what is happening? [12:02] phil-ns: And then - what does he do with the livecd to solve his problem? [12:03] ud: press ctl alt F2 [12:03] then we do the lightdm blah blah blah, to set the graphical manager. [12:03] phil-ns: "blah blah" reveals you have no clue, dont you? [12:04] yes right I downloaded 13.10 live CD and then copying it to pen drive I installed ubuntu. keeping the download updates option selected. [12:04] only that I went through it last week due to the inept kernel upgrade [12:06] holla, I have a little problem: I would like to apply this xrandr configuration every time the pc starts up (xrandr --output LVDS1 --mode 1024x600 --pos 248x900 --rotate normal --output VGA1 --mode 1440x900 --pos 0x0 --rotate normal). It works when I execute it from the terminal and I have tried to add it to /etc/rc.local, but it doesn't work. [12:06] hello, when i try to install ubuntu 13.10 64 bit DE from usb stick it just hangs after i press "i don't want to connect to internet right now" during installation. what is happening? [12:06] Hi all, I have created rules in iptables to log and edited the rsyslog.conf file to output any message which contains "iptables" to a different log file. It seems that it is logging to both places, the default messages files and the new iptables.log files i have. How can I log to just the new one? This is the content of the rsyslog file::msg, contains, "iptables" -/var/log/iptables.log & ~ [12:07] phil-ns: what you mean by lightdm blah blah blah? any pointer. what graphic manager should I set. I am a total noob with this [12:07] ud: Dont listen to him. [12:07] ud: try nomodeset as kernel boot parameter [12:07] yeah ud, don't listen to me [12:07] ud: Use the nomodeset option as suggested. [12:08] bekks answers lots of questions here, and he is always right on the mark. [12:08] bekks: where should I set this option? with ctrl+alt+F2? [12:08] !behelpful | phil-ns [12:08] phil-ns: As our !guidelines say, "When helping, be helpful". If you're not familiar with the issue at hand, let someone else handle it instead of making !offtopic comments or jokes. [12:09] ud: in grub [12:09] yeah, theres my queue to leave since humour is not allowed, ciao [12:09] !nomodeset | ud [12:09] ud: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [12:10] Hi ! I need advice. Ubuntu 12 04 LTS. [12:10] How to make the drop-down wifi list shows the level of network encryption? In windows 7 when I am getting the cursor to any available network, I see information about it. [12:11] LifeThailand: In Ubuntu, you dont. You would have to code it into the sourcecode of the applet. [12:11] other observation is when I boot to trial mode through live CD it works great and when I install it from inside trial mode and then reboot after successful installation it gives me black screen. so is it really a problem with graphics card? [12:11] bekks Thanks [12:12] holla, I have a little problem: I would like to apply this xrandr configuration every time the pc starts up (xrandr --output LVDS1 --mode 1024x600 --pos 248x900 --rotate normal --output VGA1 --mode 1440x900 --pos 0x0 --rotate normal). It works when I execute it from the terminal and I have tried to add it to /etc/rc.local, but it doesn't work. [12:12] ud: Please read the link ubottu gave you twice already. [12:13] i am running 12.10 and it seems like my graphics power has drastically degraded since yesterday evening [12:14] Who know any info about Ubuntu 14 04? I need list of future changes :) I can't find what's new in 14 04 in google [12:14] !trusty | LifeThailand [12:14] LifeThailand: Ubuntu 14.04 (Trusty Tahr) will be the 20th release of Ubuntu. See the announcement at http://www.markshuttleworth.com/archives/1295 for more info. support in #ubuntu+1 [12:14] maximizing/minimizing windows is stuttering like hell :( [12:14] ud open this link http://ubuntuforums.org/showthread.php?t=1613132 [12:15] while running "apt-get upgrade" i got an error regarding fglrx. is it possible that fglrx is broken and this causes the stuttering` [12:16] by adduser i have created new normal users, but [12:16] these users can see their home, how to prevent they from accessing to the other home? [12:16] bergelmir: Pastebin the full output please.. [12:16] repozitor: By setting permissions on the home restricting access from other users. [12:16] repozitor: Most likely, 0700 on the home directory of the user. [12:17] bekks, chmod username 0700 /directory? [12:17] repozitor: No. [12:17] repozitor: chmod [OPTION]... MODE[,MODE]... FILE... [12:18] bekks, which part need to be specified with username? [12:19] repozitor: No part. chmod does not use the username, it sets permissions. [12:19] repozitor: You are mixing it up with chown. [12:19] bekks: http://pastebin.com/rFCgXsur [12:19] running [12:19] sudo chown -R user1:sbuasm92b /home/SBUASM92B/user1 [12:19] then [12:19] chmod -R /home/SBUASM92B/user1 [12:20] repozitor: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [12:20] something like this? [12:20] and... another question: i'll have speech with presentation. Before I not used a computer with Ubuntu there. Tell me, when i connect netbook to projector will not be any problems? The image is projected to the projector? [12:20] sorry, dear bot :D [12:20] repozitor: No. Totally mixed up. Please read both the man pages for chmod and chown. [12:20] ok [12:20] LifeThailand: depends on projector, videocard and videodriver. just test it before [12:21] Thanks [12:21] repozitor: Or even better: start here: https://help.ubuntu.com/community/FilePermissions [12:21] nvidia or radeon graphics adapter? wich is better supported by ubuntu? [12:22] flattyre1: From my experience, nvidia. [12:23] :q [12:23] hello, when i try to install ubuntu 13.10 64 bit DE from usb stick it just hangs after i press "i don't want to connect to internet right now" during installation. what is happening? [12:25] ok, thanks. are uefi specialists here? [12:26] flattyre1: Wwhat will happen if someone says "yes" now? [12:26] i will ask a question [12:26] flattyre1: Then ask now. [12:29] bekks, mixed up, can i explain what i do and tell me what was wrong with me? [12:29] repozitor: you mixed up parameters for chmod and chown, and you mixed up what both programs will do. [12:29] i set ownership home directory of users to username:groupname for every user [12:29] And you are doing it again. [12:30] then i set chmod to +u+x+w+r for all home subDirectories [12:30] repozitor: That looks wrong. [12:30] wait [12:30] repozitor: No. Write less, read more. Now: [12:31] repozitor: chown user:groupofuser1 /home/user1; chmod 0750 /home/user1 [12:32] repozitor: That will set ownership of /home/user1 to user1:groupofuser1 and grants read/execute permissions for the group of user1. [12:32] on a dualboot system win8/ubuntu12.4. i was able to start Ubuntu as workaround with a supergubDisk. Since win8 autoupdate, booting from cd does not work anymore. without changing the bios settings. [12:32] ok, here I am again. I am not getting access to grub configuration by pressing shift key. when i press shift key screen show grub conf for a flash and then the usual purple screen. [12:32] also ctrl alt F2 dosent work [12:33] bekks its back , but there is so much output in lsof [12:33] SeaCat: Then pastebin it, entirely === schmidtm_ is now known as schmidtm [12:35] bekks, hhhhmm, in this way users of group X can read any file of other group member, [12:35] so i want to each user just access to it's private files, no group member [12:35] its slowing down everything pastbin .com is just loading [12:35] make me no sense! [12:36] repozitor: then chmod 700 /home/user1 you really should read the man pages as bekks already suggested [12:36] ok :D [12:37] bekks i cant open any website [12:37] just tell me my ownership setting is wrong or file permission? [12:37] i think my ownership setting seems right [12:37] hello, when i try to install ubuntu 13.10 64 bit DE from usb stick it just hangs after i press "i don't want to connect to internet right now" during installation. what is happening? [12:39] ok looks like its working in oem mode installation [12:39] bekks, got, it [12:39] thanks you [12:40] bekks http://pastebin.com/aby4yzgR [12:43] Sorry i have to disconnect the internet its downloading way too much [12:44] SeaCat: lsof -i please [12:46] bekks did you find anything ? === rickyb98 is now known as RickyB98 [12:47] how does memmap= works in newer linux kernels? it does not take into account second memmap= range. 3.5.0-26 Ubuntu x86-64 [12:48] does grup pass to kernel a second memmap= line? [12:49] casual_boot start from the beginning, what brings you here [12:51] casual_boot: what memmap= param are you giving exactly? [12:51] hi MonkeyDust My HD dies with 32-bit LTS 12.04 install, where 2 memmap= lines during boot worked. 2 memmap= ranges I used not to use 2 faulty memory ranges === SeaCat- is now known as SeaCalf_ [12:52] casual_boot and are those error messages? [12:52] Does anyone know what Unattended-Upgrades do ? [12:52] casual_boot i mean: where and when do they appear? === Siya is now known as siya === RickyB98 is now known as rickyb98 [12:54] SeaCalf_, ubuntu will look for/install updates & reboot if necessary [12:54] * without user interaction [12:55] MonkeyDust: same as with 12.04 where it worked. Masking 2 12MB memory ranges. memmap=0x8000000\$0x10000000 and memmap=0x8000000\0x30000000 [12:55] 128MB [12:55] I mean when i edit and comment out sudo gedit /etc/apt/apt.conf.d/50unattented-upgrades . Will it disable the annoying background upgrades ? [12:56] casual_boot_: whats with the "\". they look invalid. === casual_boot_ is now known as casual_boot [12:56] casual_boot_ worked on a different machine with the same installation medium? if zo, it's hardware related, i guess [12:56] When I done dd if=/dev/sdc of=ubuntu.iso ; sync it made the iso file 1.9GB in size? [12:56] I'm on Debian [12:56] it hasn't written to /dev/sdc device either [12:56] MonkeyDust: no, on the same machine, with different HD, where was installed 12.04 LTS 32-bit [12:56] just bloated the iso image [12:57] SeaCalf_, why not disable it in softwarecenter > edit > sources > updates ? [12:57] casual_boot is it 32bit hardware? if zo, you cannot install 64bit on it [12:57] if so* [12:58] And now on 64-bit and kernel 3.5.0-26, not working.. It is 64-bit hardware. And I can boot with only one memmap= line but not with 2 memmap lines in GRUB2 [12:59] it is, MonkeyDust [12:59] OerHeks its already disabled there. But still iftop shows this domain ftp.heanet.ie downloading things and its alot of things [12:59] can i change color depth without changing Xorg.conf? [13:00] hitsujiTMO: that was neede on 12.04 GRUB to work. And it is still accepted for first memmap= [13:00] casual_boot and is it *supposed* to work with two such lines? [13:00] Every 30 minutes it starts to download a ton of stuff i never asked for [13:00] MonkeyDust: it used to work on 12.04, just fine... [13:00] SeaCalf_, debian is not supported here, i thought you were asking about ubuntu [13:00] join #AnimeNSK [13:01] !seen jono [13:01] I have no seen command [13:01] OerHeks what have debian got to do with this ? [13:01] SD [13:01] SeaCalf_, as that adress is a debian mirror, isn it? [13:02] OerHeks i dont know those things , i just want that mirror gone from iftop [13:03] yo [13:03] i want a hack program for xubuntu [13:03] hello, when i try to install ubuntu 13.10 64 bit DE from usb stick it just hangs after i press "i don't want to connect to internet right now" during installation. what is happening? [13:03] SeaCalf_, ubuntu does not use that server to download tons of whatever, ask in #debian howto solv that [13:03] OerHeks ok ty [13:04] casual_boot: accoring to https://www.kernel.org/doc/Documentation/kernel-parameters.txt it's prob more like: memmap=0x8000000$0x10000000 and memmap=0x8000000$0x30000000 [13:04] !hack | maazz [13:04] !hacking | maazz [13:04] maazz: A hacker is a person who delights in having an intimate understanding of the internal workings of a system, computers and computer networks in particular, as defined by Request for Comments (RFC) 1392 - i.e. a good programmer -- crackers on the other hand break systems, see also !piracy [13:05] diverdude,wifi ? if so you need the internet to install some of the packages, ethernet just connects automatically [13:05] MaazZ: not something thats supported here [13:05] no worries [13:05] Munster, sure...i am not choosing anything actively...i just click next [13:05] Munster, but it hangs anyway [13:06] can i change color depth without changing Xorg.conf? [13:07] diverdude, theubiquity installer is active , it needs the 'net [13:07] Munster, ok, hwo to deactivate? How to prevent hanging? [13:11] diverdude, you can't, but this might help http://www.makeuseof.com/answers/install-update-ubuntu-internet-connection/ [13:12] Hello! I have a question. Could someone tell me briefly or give me keyword to find in google, why i getting a lot of message (e.g. Gtk-Warning: gtk_widget_size_allocate) if i start in terminal a gui application without e.g. "gksu -u " command?! [13:13] diverdude: Munster: I've seen that, it's annoying... despite unchecking "Install 3rd party drivers..." it actually tries to pull them in, and does hang (timing out) because it can't connect to the archives. [13:14] TJ-, ok thanks for the heads up [13:14] TJ-, i even did uncheck that and also chose do not connect to internet [13:14] and still it hangs [13:14] im gonna try linux mint instead..maybe they have an installer that works :) [13:15] diverdude, doubt it [13:15] OerHeks #debian tells me: "tell them that ftp.heanet.ie is not a debian mirror, and then try asking for help again ?" [13:15] diverdude: which Ubuntu version is that, I thought it'd been fixed [13:15] TJ-, 1310 DE [13:15] 64bit [13:15] whynot connect, diverdude? [13:15] Prepare for som e silly questions.. Does 14.04 come out in April?.. Also what will the difference be between 12.04 and 14.04? Like, when I have had 13.10, I don't notice any differences between 12.04 when using it? [13:16] SeaCalf_, lolz, open http://ftp.heanet.ie/ and read again [13:16] Munster, because it will not connect...it hangs nomatter what i choose [13:16] diverdude: I'll make a note to revisit the bug-report and ensure the patch is in Trusty [13:16] OerHeks: it's also a mirror for just about everything else (which is what the discussion was about) [13:17] OerHeks: ftp.heanet.ie mirrors ubuntu and many other distros [13:17] Munster: If the PC needs additional hacking to bring up network drivers, the installer fails due to this, it isn't supposed to happen. The only installer that *requires* network is the mini.iso [13:17] OerHeks #debian keeps telling me to go ask #ubuntu , since i'm using it [13:17] diverdude, then check the image with md5sum, it might be corrupt [13:17] OerHeks: ftp://ftp.heanet.ie/pub/ubuntu/ === ped is now known as kalekip1 [13:19] OerHeks: SeaCalf_ see http://mirrors.ubuntu.com/IE.txt [13:19] TJ-, yes the minimal is the way for him [13:19] I just want to disable ftp://ftp.heanet.ie so i can work in peace :( [13:20] SeaCalf_: Your PC is connecting to that server to check for and fetch Ubuntu updates, because the PC has determined it is closed/fastest Ubuntu archive mirror to you (network-wise) [13:21] SeaCalf_: did you tell the installer you were in Ireland instead of South Africa? [13:21] TJ- yes , but i want to manually check for updates , and all automatic updates are already disabled [13:22] diverdude, tj correction, not the way [13:22] hitsujiTMO i chose South Africa at the installer [13:22] SeaCalf_: Which specific process is connecting to that site? "sudo netstat -tpa" will help you identify it [13:24] Tj- ftp.heanet.ie , comes up every 30 minutes or so , i had to disconnect internet earlier to stop it [13:24] Should i do "sudo netstat -tpa" when it pops up again [13:24] SeaCalf_: Try to capture the name/command-line of the process making the connection, then we can help [13:25] SeaCalf_: Yes, and also, once you have the process's ID, immediately do "ps -efly | grep $PID" to grab the command-line including any arguments [13:26] Tj- ok i will try that [13:26] looks confusing but i will try figuring it out to get the correct info when it comes back again [13:27] hello everyone [13:28] Munster, hmm well...linux mint is able to connect to internet...but it also hangs at same place during install [13:28] TJ-, ^ [13:29] how do you hide your ip and dns in IRC without asking an admin [13:29] i cant connect with my VPN [13:31] b1gw0rm: thats not an ubuntu support question. ask for a cloak in #freenode [13:31] diverdude, how old is this 13.10 version , is this a recent image ? [13:32] Munster, just downloaded it today === jim is now known as Guest34403 [13:32] hmm, could be a new bug then [13:36] diverdude, I recall having ubiquity hang so i used "no acpi" at the install or try options page , and that worked [13:36] guys, what's the most lightweight package i can install for sending mail from a cronjob? mailutils wants to install a full on mta [13:36] as does mut [13:37] bekks: thank you, fsck did the trick [13:37] I;m having another problem though, this time due to icu-tools vs icu-devtools conflict [13:37] diverdude: you can check /var/log/syslog in the installer environment to see what's going on when it hangs (may require you to "try ubuntu" before installing) [13:37] I'm on 13.10 and apparently dist-upgrade brought icu-devtools which conflicts with icu-tools [13:38] anybody managed to fix this? [13:39] !info icu-devtools [13:39] otherj: https://help.ubuntu.com/community/mutt - see the "Installation" section [13:39] Package icu-devtools does not exist in saucy [13:40] ubottu: as I said, a dist-upgrade brought it [13:40] benishor: I am only a bot, please don't think I'm intelligent :) [13:40] benishor: looks like you maybe using an unsupported ppa [13:40] Hi. Do you know a software to lock screen (like xlock) that would allow unlocking with a password other than the login password? [13:40] so, 'ssmtp' [13:40] thanks [13:40] <_nedr> hello.. i added a private key (pem file ) using ssh-add.. now i want to remove it.. how to do it [13:42] ssh-add -d ? [13:43] !info icu-tools [13:43] icu-tools (source: icu): Development utilities for International Components for Unicode. In component main, is optional. Version 4.8.1.1-12ubuntu2 (saucy), package size 123 kB, installed size 449 kB [13:43] any open servers for tomboy out there? [13:46] <_nedr> zaitzev thanks for reply will check it out [13:46] exit [13:47] <_nedr> zaitzev, i tried it it says bad key file [13:48] <_nedr> Initially i added a key using ssh-add key.pem [13:48] <_nedr> Now i tried running ssh-add -d key.pem it says "Bad key file key.pem" [13:48] hitsujiTMO: MonkeyDust in 12.10 that this is, 64bit, only first memmap= line is passed to kernel and only if "\" character is before "$". second memmap is ignored if it is on the end of the line. If passed without"\" , then system sees just 128Megs of Ram, and using parameter without second part, after "$". Is is GRUB2 I suppose, that is passing wrong characters to kernel. If you put ... [13:48] ...meminfo= lines in /etc/defualt/grub , under GRUB_CMDLINE_LINUX=" " and do update-grub, you get some unholly mess in the place of "$" character in GRUB kernel boot command line. (like some path or something) [13:49] casual_boot what are you trying to accomplish? [13:50] MonkeyDust: booting without using 2 memory ranges on 12.10 64-bit [13:51] casual_boot: ok, so you were escaping the $ in the GRUB_CMDLINE_LINUX string. you were still missing the $ from the second memmap [13:51] If anyone see's SeaCalf_ return, please let him have this command to monitor for that heanet.ie connection: " sudo watch -n 2 sh -c 'P=$(netstat -tnap | grep $(dig +short ftp.heanet.ie) | sed "s|.*ESTABLISHED.\([[:digit:]]\{1,5\}\).*|\1|"); echo "PID=$P"; if [ ! -z "$P" ]; then ps -fly -p $P | tee -a /tmp/heanet.log; fi' " [13:52] hello [13:53] anyone here ? [13:53] maxagaz this is the ubuntu support channel === rickyb98 is now known as RickyB98 [13:55] how would i set up a build (compiling) server? [13:55] hitsujiTMO: well, if by any means line without "\$" comes to GRUB before kernel, it freaks out and passes to kernel something that limits memomry to just 128MB, therefore, kernel can't see second part of memmap paramater. If just one memmap is put to kernel line with "\$", it boots. If there are 2 of memmap lines like that, it does not. [13:56] how to convert dsa key to rsa key? [13:57] nick /babuc [13:57] casual_boot: well the second memmap is malformed in its current state so ofcourse its not going to work [13:57] dyu: Errr, not possible! The algorithms are different === Babuc is now known as babuc [13:58] hitsujiTMO: however I form second memmap= line it does not work. [13:58] TJ-: sorry. i meant dss [13:59] casual_boot: In "/etc/default/grub" change the quotes to single, e.g. GRUB_CMDLINE_LINUX=' ' so the shell doesn't try to expand the $ inside the quotes as a variable [13:59] is there a simple way to cd to an external media device within a script ? [14:01] lazarus_: cd /path/to/external/media/device # does that not do it for you? [14:01] thanks TJ- that explains part of it [14:02] hitsujiTMO: im wondering if the device mount dir changes on a fresh install [14:04] hitsujiTMO: /dev/mmcblk0p1 found it hehe [14:05] TJ-: additional problem is that kernel does not get second parameter of memmap, e.g. second memory range not to use. It ignores it or does not boot when passed from GRUB2 [14:05] ugh or not [14:05] lazarus_: thats a block device. what exactly are you trying to do? [14:07] how would i set up a build (compiling) server? [14:07] hitsujiTMO: create a restore scirpt that mounts a usb drive and extracts backed up tar archives [14:07] casual_boot: What does this show? "grep memmap /boot/grub/grub.cfg" ? [14:08] wolfybox: Do you mean for distcc? [14:09] TJ-: i compile using scons, so i want to set up my server to compile automatically from a git repository [14:09] trying again. how do i convert a ssh-dss public key to ssh-rsa? === GTB3NW is now known as GTB3NW_AWAY [14:10] hitsujiTMO: it might be a good idea to use UUID to do it [14:10] lazarus_: ok, if its mounting the usb then you'd best scan the /dev/sdXY for unmounted partitions. Mount them to whatever dir you want, look for a signature that suggests its a backup, then extract the backup [14:11] lazarus_: if its the same partition each time then yes using UUID from blkid would work. === at is now known as Guest61501 [14:12] hello ubuntu audience [14:13] how are you all today? [14:14] linuxearth #ubuntu-offtopic for social chat === GTB3NW_AWAY is now known as GTB3NW [14:14] ahhhahahhaha [14:14] saying hi also? [14:14] lol [14:18] hey everyone, could use some help here [14:18] Ubuntu keeps giving me a blank screen after login [14:18] System program problem detected [14:19] I can see my wallpaper and cursor but everything else isn't there.. [14:19] All this happened after I installed GNOME Shell and tried looging into it :| [14:19] any thoughts? [14:19] try KDE shell [14:19] OK..how do I go about that?.. [14:20] I've been Google-ing the past 3 hours or so and trying all sorts of fixes but to no avail :( [14:20] so you guys are my last hope [14:21] man, try to go some pages on Google which are not the first page you search, means search results on pages like 6, 7, 8 also work! [14:21] Well I went till 3 and the search goes cold there :( [14:21] google for 3 hours on end? [14:22] CavemenZipper: what were you using before that? [14:22] I've purged gnome and reinstalled unity a couple of times [14:22] uhh... [14:22] I just installed the gnome shell, then though i'd try it out [14:22] why don't u install other DE? [14:22] CavemanZipper: did you install gnome 3.10 from the ppa? [14:22] rebooted, selected gnome at the login, then now it won't get me anywhere [14:23] TJ-: /boot/grub/grub.cfg shows 2 memmap= lines , with "\&" in them , like put in e [14:23] as $HOME prints the users home dir regardless of username is there something simalair that will grab the username i.e $USER [14:23] /etc/default/grub with ' ' [14:23] oh I wouldn't know if it was ppa or not.. [14:23] that's the error [14:24] lazarus_: yes $USER [14:24] I'm pretty sure I just apt-getted it [14:24] ;)- you are not 100% sure [14:24] oh wait actually, if PPA is from the SOftware Center [14:24] then yes, I'm 100% sure that's what I DIDN'T do :3 [14:25] CavemanZipper: how exactly did you install gnome? [14:25] hitsujiTMO: i thought it might be that simple hehe thanks [14:25] CavemanZipper from the software center or with a PPA? [14:25] TJ- i added a commented out to "${distro_id}:${distro_codename}-security"; ,which was uncommented in the file /etc/apt/apt.conf.d/50unattended-upgrades , where "Automatically upgrade packages from these (origin:archive) " section are. I will see if ftp.heanet.ie will still pop up now , if it does'nt i will do "sudo netstat -tpa" and "ps -efly | grep $PID" if it appears. [14:26] CavemanZipper: can you pastebin the output of: apt-cache policy gnome-shell [14:26] casual_boot: OK, remove the "\" prefix from the "$" in "/etc/default/grub" and it should generate it correctly with the nexy "update-grub" [14:27] SeaCalf_ You can use this command to set-up a monitor for that heanet.ie connection: " sudo watch -n 2 sh -c 'P=$(netstat -tnap | grep $(dig +short ftp.heanet.ie) | sed "s|.*ESTABLISHED.\([[:digit:]]\{1,5\}\).*|\1|"); echo "PID=$P"; if [ ! -z "$P" ]; then ps -fly -p $P | tee -a /tmp/heanet.log; fi' " [14:27] I can just now think that is some kind of 12.10/GRUB2 bug on 64bit, and kernel 3.5 , that you can not pass 2 memmap lilnes. It is actually: ro rootflags=subvol=@ memmap=0x8000000\$0x10000000 memmap=0x8000000\$0x30000000 quiet splash $vt_handoff [14:28] TJ-: I tried it editing it before boot in grub2 menu without ' \& ' and it does not boot without it. But will try anyway [14:28] TJ- will that stop that domain or process ? [14:30] SeaCalf_: No, it monitors every 2 seconds for any connection to ftp.heanet.ie and reports them, both to screen and to the log-file at "/tmp/heanet.log" so you let it run in a terminal and not have to watch the machine yourself [14:30] I'm setting up a Ubuntu 13.04 media server, and have hooked up my USB external hdd to it, but I don't see it in /media [14:30] Downloaded gnome shell, rebooted into it, got a blank screen and "System program problem detected", purged gnome shell and reinstalled Unity- still the same problem. Any ideas on fixing it? [14:30] do servers automount by default? [14:31] belgianguy use sudo blkid to see where it is [14:31] CavemanZipper: can you pastebin the output of: apt-cache policy gnome-shell [14:32] MonkeyDust: thanks! :) found it: /dev/sdc1: LABEL="LaCie" UUID="6853-5BA9" TYPE="vfat" [14:32] so I have to manually mount it then? [14:33] TJ- ok i see. I tried that command and it says "No such file in directory" So i guess it will create it when ftp.heanet.ie pops up again === casual_boot_ is now known as casual_boot [14:35] SeaCalf_: That command shouldn't report anything like "No such file in directory". If it did, something was changed. [14:35] i ran chmod -x "script name" but the script is stored on external media does this prevent it being made executable === JanC is now known as Guest88834 [14:36] lazarus_: vfat doesn't support linux permissions [14:36] TJ- it says "No such file in directory" . I copied and pasted the command as you gave me [14:37] hitsujiTMO: is there a way around it? [14:37] lazarus_: try /bin/bash /path/to/script [14:38] SeaCalf_: Did you strip off the surrounding double-quote marks (before the 'sudo' and after the entire command) ? === Devian is now known as Nikolas [14:38] TJ- i pasted like this sudo watch -n 2 sh -c 'P=$(netstat -tnap | grep $(dig +short ftp.heanet.ie) | sed "s|.*ESTABLISHED.\([[:digit:]]\{1,5\}\).*|\1|"); echo "PID=$P"; if [ ! -z "$P" ]; then ps -fly -p $P | tee -a /tmp/heanet.log; fi' [14:39] hitsujiTMO: that works thanks [14:39] SeaCalf_: Yes, that should be correct. It certainly works here without any warnings, strange. [14:40] hitsujiTMO: Could you road-test this shell command string I've given SeaCalf_ ? See if you get the same warning/error he does? [14:40] TJ- every minute or so it says "No such file in directory" [14:42] TJ-: dig, not found. SeaCalf_ have you installed: dnsutils [14:42] hitsujiTMO: Ahhhh! thanks :) [14:43] hitsujiTMO no i have not [14:43] SeaCalf_: sudo apt-get install dnsutils then retry the script === Nikolas is now known as Devianm === Devianm is now known as Devian === RichiH is now known as Richih_FOSDEM [14:45] Hey everyone, does anyone know how to solve this : [14:45] isc-dhcp-server : Depends: isc-dhcp-common (= 4.1.ESV-R4-0ubuntu5.5) but 4.1.ESV-R4-0ubuntu5.8 is to be installed [14:46] artium888: Install the version required. [14:46] bekks: so do i need to downgrade ? === pchalupa_ is now known as pchalupa [14:46] bekks: the isc-dhcp-common [14:46] artium888: No, since you didnt install a version yet. [14:47] bekks: i have the latest version [14:47] bekks: isc-dhcp-common is already the newest version. [14:47] artium888: Have you done "sudo apt-get update" followed by "sudo apt-get upgrade" ? [14:47] TJ-: first upgrade and then update? [14:48] artium888 paste this line in a terminal sudo apt-get update;sudo apt-get upgrade [14:48] artium888: update, then upgrade. [14:48] artium888: 'precise-security' has version "4.1.ESV-R4-0ubuntu5.5" and precise-updates has "4.1.ESV-R4-0ubuntu5.9" so you local package archive is slightly out of date [14:49] TJ- , MonkeyDust , i've updated & upgrade right now and i still cant install the dhcp server [14:49] hi [14:50] artium888: "apt-cache policy isc-dhcp-common" [14:50] artium888: and also "apt-cache policy isc-dhcp-server" ... pastebin the output of those two commands [14:51] TJ-: http://paste.ubuntu.com/6855424/ [14:51] TJ-: http://paste.ubuntu.com/6855428/ [14:52] Hi there! Quick Samba question on Ubuntu: I've got a share where I set up create and directory masks (to 0500) but they are simply ineffective. Any file/directory I create are using the client's mask (0755) [14:53] Also, "force create mode" doesn't seem to work. If I set it to 0500 for instance files are still owner writeable, group readable and other readable [14:53] Any idea? [14:53] artium888: The local package list is out of date, did "sudo apt-get update" complete without errors? [14:53] catkiller_: did u restart the service ? [14:53] TJ-: yup [14:53] artium888: many times [14:54] artium888: Also reconnected the client [14:54] TJ-: i have alot of problems lately.. i also cant install wine.. [14:54] TJ-: something weird [14:54] artium888: You can check that by looking at " http://il.archive.ubuntu.com/ubuntu/pool/main/i/isc-dhcp/ " and seeing the version 5.9 packages are there [14:54] artium888: I don't see any messages from that archive mirror saying its currently updating, so the indexes should be good. [14:55] TJ-: ur israeli / [14:55] ? [14:55] artium888: You might try changing the mirror hostname in "/etc/apt/sources.list" to another mirror (e.g. from il.archive.ubuntu.com to archive.ubuntu.com) and redo "apt-get update" to see if that fixes it [14:56] artium888: is your filesystem mounted read only? [14:56] hitsujiTMO: no its a clean install of ubuntu 12.04 64bit.. [14:58] hello [14:58] TJ-: could u connect to my comp over teamviewer ? [14:59] !u | artium888 [14:59] artium888: U is the 21st letter of the modern latin alphabet. Neither 'U' nor 'Ur' are words in the English language. Neither are 'R', 'Y', 'l8', 'ryt', 'Ne1' nor 'Bcuz'. Mangled English is hard for non-native English speakers. Please see http://geekosophical.net/random/abbreviations/ for more information. [15:00] hello [15:01] hello [15:01] anyone there? [15:01] p007 type /names to find out [15:01] lol [15:01] I have a question, and I really have no clue how to do this, I ordered a VPS with ubuntu, and ordered 5 ips, I want to make it so when a user connects with a same username/pw their assigned a different ip (external ip). so, anyone know how to make openvpn can connect to multiple vpn in one vps? [15:01] p007: Thats not possible. [15:01] what... why it asks for 32bit packages.. i have 64bit system.. http://paste.ubuntu.com/6855484/ [15:01] how to do that? [15:02] artium888, sudo apt-get install ia32-libs [15:02] artium888, some programs require 32 bit libraries to work, and they're not included by default in a 64 bit system. [15:02] p007: you cant force a user to be connecting using one specific external IP. If the user wants to connect to a different external IP, you cant stop him from doing so. [15:02] malimbar: http://paste.ubuntu.com/6855499/ [15:03] artium888, what have you done to troubleshoot this so far? [15:04] malimbar: idk [15:04] artium888: teamviewer is a 32bit application.-. [15:04] artium888: Thats why it asks for 32bit libs. [15:05] ops... sorry.. i mean same user can connect on other ip too... i have installed openvpn on ubuntu at my first ip... but vpn cannot connect to external ip [15:05] my samba shares keep disappearing when I reboot my rig, any idea why? [15:06] bekks: no i downloaded a 64bit version [15:06] p007: Then configure you openvpn server accordingly. [15:06] by that I mean I have to share the folders again for them to be seen [15:06] Hi I am struggling to use my 3g modem MMX377G with my ubuntu 12.04 [15:06] bekks: u can find it on their site [15:06] how to do that? [15:06] am following this tutor code-cocktail.in/micromax-3g-datacard-mmx377g-installation-ubuntu/, [15:06] Is it normal for npm and nodejs from the repos to conflict each-other? [15:06] artium888: And in fact - you may ask the teamviewer support too - theit 64bit package is just a wrapper which installs 32bit libs along woth 32bit wine. [15:06] artium888: Thats why it needs 32bit libs. [15:07] !openvpn | p007 [15:07] p007: OpenVPN is a vpn technology in Ubuntu, sudo apt-get install openvpn and then see http://openvpn.net/ and see the documentation "HOWTO" noting you have already installed it. ;-) It rocks! [15:07] bekks: psst... what a mistake to install 64bit system [15:07] any one has any spare idea on how to set this up ? [15:07] any help would be very much appreciated.... [15:07] artium888: It would be a mistake to install 32bit OS on 64bit hardware. [15:07] artium888, I'm confused on why it wouldn't install those 3 libraries though [15:08] malimbar: same here [15:08] здравствуйте) [15:08] my prob is usb listing was working yesterday but I think i poke some wrong things and now it is not listing anythin .. :( [15:08] malimbar: Because teamviewer is a huge pile of mess when it comes to the structure of their deb package. [15:08] grp: no. whats the exact output you are getting?# [15:08] artium888: I explained it to you, why it wants those 32bit libs. [15:08] any idea guys ? [15:08] ubuntu support custom compiled the newest kernel? [15:08] bekks: how do i hide join/left irc events in the webchat.. [15:08] bekks: its spamming [15:08] artium888: I dont know. [15:09] cholsu: no, custom kernels are unsupported [15:09] I got serious error in monitor resolution setting [15:09] artium888: I am used to them and dont want to hide them. [15:09] oh sadly [15:09] my dongle is this http://www.micromaxinfo.com/data-card/3G/MMX377G [15:09] :( [15:09] кто может помочь с вопросиком одним интересным? [15:09] !ru | platinov [15:09] platinov: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [15:10] I almost read simple russian character, it's hard language for me lol [15:11] that why i already installed it... i already assigned external ip on my main ip (eth0)... i try ping my external ip, its success.... when i try connect openvpn on my external ip, its cannot connect... [15:11] artium888, have you tried "apt-get -f install ia32-libs"? [15:11] p007: Fix your . key. It always produces multiple chars when you press it once. === timrc is now known as timrc-afk [15:11] p007: And please refer to the openvpn documentation on how to configure openvpn. [15:12] but before I used to install custom compiled kernel from kernel.org, unsupport it now in 13.10? [15:12] any help !!! :( [15:13] cholsu: They never were supported officially. Nothing stops you from doing it, too. [15:13] artium888, and if that doesn't work, you can try sudo apt-get clean and try installing again. That's what duckduckgo recommends anyways [15:13] when i installing it, i refer from this site http://chagridsada.blogspot.com/2012/06/openvpn-system-based-on-user-pass-lib.html [15:13] cholsu: you can install custom kernels if you wish. but they are not supported. so you are on your own if something goes wrong [15:13] malimbar: artium888: ia32-libs is deprecated - you now just append ':i386' to the package name [15:13] yeah maybe [15:14] good answer thx lol [15:14] cholsu: See https://wiki.ubuntu.com/Kernel/MainlineBuilds [15:14] !mainline | cholsu [15:14] cholsu: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds [15:14] yeats, that's cleaner anyways, but it usually means a lot more hunting down of individual libraries [15:14] what a so much help infos are! [15:15] malimbar: yeah - there are plusses and minuses to the change [15:15] tonph, I'm sorry... but what did you need help with again? [15:15] too kind of you! [15:15] malimbar: Blam the teamviewer packager(s) for what he/she/they did. [15:15] *blame [15:16] bekks, lol, sounds good, but in my lack of knowledge I just put forward a bunch of tryhard until I figure it out :) [15:16] I'm a little afraid of malicious codes inside ubuntu kernel?! [15:16] installing dnsutils did'nt help. ftp.heanet.ie stopped all my other software that is accessing the internet when its active. [15:16] possibility... [15:16] cholsu: Then dont use ubuntu kernels. [15:16] TJ- I managed to get this, can you make sense of it http://pastebin.com/bZEQpDZi [15:16] cholsu: and the same bad code maybe in the kernel.org kernels. [15:16] good [15:17] hehe then nevermind [15:17] I went too much [15:17] malimbar: I am struggling with MMX377G modem with ubuntu 12.04 [15:17] malimbar: and thanks for ur concern [15:18] I had to disconnect the net to stop the ftp.heanet.ie process , i couldnt use the internet otherwise [15:18] SeaCalf_: Which process establishes the connections to ftp.heanet.ie? === timrc-afk is now known as timrc [15:18] SeaCalf_: Until you find out, there is no reason to repeat that again and again :) [15:18] tonph, searching says it's a 3g usb data card? and what's it doing exactly? [15:19] malimbar: this is 3g usb internet dongle. [15:19] bekks i got PID of 1375 for heanet [15:19] SeaCalf_: And which process is that? [15:20] ps -efly | grep $1375 is supposed to output that ,i dont know these things i'm new to linux [15:20] malimbar: I m following this code-cocktail.in/micromax-3g-datacard-mmx377g-installation-ubuntu/ === xubuntu is now known as Guest92080 [15:21] SeaCalf_: Wrong syntax. "ps -ef | grep 1375" [15:21] malimbar: my prob is that step #4 - USB0* listing is not coming up in mine [15:21] SeaCalf_: "197.104.49.233:60275 ftp.heanet.ie:http ESTABLISHED 1375/freshclam" ... that's your anti-virus [15:21] morning, is there a way to tell if a motherboard has SATA ports on it from the terminal? [15:21] bekks i just copied and pasted the command [15:22] TJ- what does that mean [15:22] SeaCalf_: It'll be fetching the latest virus signature updates [15:23] SeaCalf_: http://manpages.ubuntu.com/manpages/precise/man1/freshclam.1.html [15:23] TJ- so its downloading antivirus software all the time / [15:23] SeaCalf_: No. It is downloading new signatures. [15:23] tonph, that doesn't sound like a problem with step 4, but rather one of the earlier steps. Do you prefer command line or graphical btw? [15:24] Can i uninstall ClamAV then ? [15:24] SeaCalf_: if you dont need/want it - sure. [15:24] tonph, what I would do next is go to ubuntu's "disks" utility and see what devices are listed [15:24] SeaCalf_: Why not just reconfigure the update schedule? [15:24] Or just stop freshclam from running. [15:25] malimbar: and what should I check in that .... === whitenite is now known as zz_whitenite [15:25] what command would I run from the terminal to find out if my motherboard has any SATA ports [15:25] TJ- its a pc i got from a friend , i didnt know about ClamAV is on here [15:25] tonph, see if the usb dongle is recognized at all first, and if it it is, check whether it's mounted. And if it is, check what the location of it is [15:25] tonph, Ie it's mount point [15:25] Guest92080: wget - to download the manual. [15:26] bekks, don't know the part number [15:26] malimbar: yeah , it is listed in that. But the location has '-' in that [15:26] Guest92080: Then use dmidecode to find out. [15:26] Ok i will try remove ClamAV and see if that helps [15:26] SeaCalf_: Why not just stopping freshclam? [15:26] malimbar: device = /dev/sdc [15:26] tonph, is it mounted? [15:26] SeaCalf_: I guess there's a cron schedule to run every 30 minutes or so ... check with "sudo crontab -e" [15:27] SeaCalf_: Do you remove the entire garden when a cat strolls through it? [15:27] Guest92080: lspci | grep SATA [15:27] bekks, AWESOME, thanks [15:27] SeaCalf_: Use Ctrl+X to exit the crontab editor [15:27] malImbar: how can i check that ? [15:28] malimbar: since this is showing the device as /dev/sdc i think this is mounted. Right !! [15:28] faugusztin, THANKS. i guess according to this there is SATA ports IDE interface: Silicon Integrated Systems [SiS] RAID bus controller 180 SATA/PATA [SiS] BUT how to determine how many now [15:28] Guest92080: or if you got a SAS controller too, then you should check lspci | grep SCSI [15:28] e [15:28] tonph, in that same utility, below the big box of vlumes, there should be either a little right arrow (looks like "play") or a box (looks like a "stop" button). If you hover over it, it will say you can either mount it or unmount it [15:29] SeaCalf_: You could also reconfigure freshclam to use a local (South African) mirror, see http://www.clamav.net/mirrors.html#za [15:29] TJ- i dont understand that command " no crontab for root - using an empty one" [15:29] tonph, or at the bottom it'll say "contents (blah blah) - mounted at... " or "contents (blah blah) - Not Mounted" === Corey is now known as Corey_FOSDEM [15:29] SeaCalf_: there is no crontab for root, and an empty one will be used. [15:30] SeaCalf_: OK, it's not a scheduled job in the crontab them, I guess there must be a system daemon service running it on a schedule, instead [15:30] malimbar: Am unable to see any such, the big bar box on volume has an entry - No media detected... :( [15:30] Guest92080: open the case ? :P [15:31] SeaCalf_: "sudo grep freshclam /etc/cron*/*" might identify it [15:31] tonph, but you don't see anything below that box?' [15:32] есть кто с наших? [15:32] TJ- sudo grep freshclam /etc/cron*/* outputs nothing [15:32] malimbar: noh :( [15:32] SeaCalf_: OK, so it must be run as part of the clamav system services then [15:32] malimbar: i can see some text like usage bla bla, but has '-' on that [15:32] SeaCalf_: I don't use Anti-virus so I don't know where it will be configured [15:33] tonph, and if you go into the terminal, and type "sudo mount /dev/sdc /mnt", what does it print out? [15:33] faugusztin, it's offsite. i'm ssh'd into it and try to tell a customer what type of HDD to buy. either a IDE or SATA drive [15:33] malimbar: looking at other disk devices, i can see the 'mount' link ... [15:33] tonph, put in in pastebin if you can [15:33] I hope canonical develope some elegant office apps === zz_whitenite is now known as whitenite [15:33] libreoffice s decent [15:33] whot this files atddd skaspdd skysapddd skapdd ???? from /etc ! inciling cpu 100% =( [15:34] cholsu, libreoffice is awesome and Canonical can't compete. But if you want you can always try one of the other multitude of apps that do the same thing. Gnome makes quite a few, KDE makes quite a few, etc [15:34] hmm [15:34] I knew you said in that way [15:34] malimbar: mount: no medium found on /dev/sdc [15:35] tonph: use a partition for mounting, not the entire disk. [15:36] Guest92080: can you do dmidecode | less, then search for Base Board Information [15:36] Guest92080: and here for "Product Name:" [15:36] Guest92080: "pastebinit /var/log/dmesg" or view that log-file yourself, you'll see the ports being recognised [15:36] bekks: i didnt get that ... sorry [15:37] faugusztin, ok, found it's a foxconn and its product name is 661 7MI [15:37] tonph: use sudo fdisk -l /dev/sdc to see the partitions, and then use mount /dev/sdcX ... instead mount /dev/sdc [15:37] http://www.foxconnchannel.com/ProductDetail.aspx?T=Motherboard&U=en-us0000152 [15:37] bekks: ok let me check so [15:38] Guest92080: so it has 2x SATA ports [15:38] faugusztin, i believe so, thats what I found via google yes [15:38] bekks: this is the result of fdisk - Cannot open /dev/sdc [15:38] looks like some thing got messed up .. [15:39] tonph: you did use sudo right? [15:39] tonph: sudo fdisk -l /dev/sdc [15:39] faugusztin, TJ- bekks thanks guys for the help!!! gotta run [15:40] bekks: my mistake, yeah using sudo didnt complain anything - but not result also [15:40] tonph: sudo fdisk -l /dev/sdc has output. Pastebin it please. [15:40] result is nothing [15:40] sudo apt-get install gparted [15:40] sudo gparted [15:40] platinov: gksudo gparted you mena [15:41] mean* [15:41] ;D [15:41] ok let me install gparted and then check so again... [15:41] tonph, I believe you, but it's nice to actually get the whole pastebin anyways. Sometimes little details are useful [15:42] tonph: there's also: sudo parted -l or: lsblk [15:42] tonph: Why dont you pastebin the requested information, but instead walk the try&error way? [15:42] hitsujiTMO: These days just running GParted from anywhere other than the terminal forces authentication [15:42] bekks: let paste bin the info .. [15:45] I have tried to paste some of the info here - http://paste.ubuntu.com/6855702/ === marc_ is now known as Guest91150 [15:45] am in that ignore/cancel state still - :) [15:45] is it possible to mount iphone 5s on ubuntu 13.10? [15:45] I failed to do it [15:46] tonph: whats the output of: file /dev/sdc [15:47] hitsuJiTMO: its - /dev/sdc: block special [15:48] maybe dumb question or nitpicking: is it possible to prevent a program from popping to front when it starts? i click skype then start doing something then it interrupts me by coming to the foreground. using gnome [15:49] my prob is that COM port is not recognised for my modem... [15:50] who could help me for a PS2 to USB keyboard ? [15:51] tonph: mount | grep /dev/sr1 [15:52] hitsujiTMO: it results me to no result... silent prompt ! [15:52] tonph: how far have you gotten in the installation? [15:53] tonph: did you install the .deb drivers? [15:53] beefman Skype > options > chat > when somebody... [15:53] MonkeyDust: not when somebody pings me. i mean on startup. i don't want any programs coming to foreground when they start [15:54] hitsujiTMO : I install as per this code-cocktail.in/micromax-3g-datacard-mmx377g-installation-ubuntu/, and it was working yesterday [15:54] tonph: ls -l ls /dev/ttyUSB* [15:54] beefman General > start skype minimised [15:55] MonkeyDust: i have that checked too, but the login still pops up. isn't there a way in the window manager to prevent any program from interrupting me? [15:55] tonph, This sounds like a really basic non-linuxy step... but have you restarted your computer after it started doing this? [15:55] tonph: sorry: ls -l /dev/ttyUSB* [15:57] hitsujiTMO: http://paste.ubuntu.com/6855776/, but this is from my other photon-modem (Huawei) which i m connected to internet. But yesterday I was able to detect both the modem, removing this and trying to connect only my MMX377G modem does not work ..:( [15:58] beefman in dconf-editor, maybe, i'm looking, but don't find anything (in org.gnome to start) [15:59] MonkeyDust: thank you, i'll take a look [15:59] tonph: is the mmx modem in the system now? [16:00] tonph: lsusb -knn [16:00] hitsujiTMO : I have attached both as of now, MMX is not detected and PHOTON is detected and thus am able to use internet from it :) [16:01] tonph: sorry: lsusb && lsusb -t [16:01] hitsujiTMO: "-knn" ??? lspci ftw :) [16:02] #blender [16:02] hi I'm trying to set up a file server for ubuntu & windows machines which kit do I need to use [16:02] hitsujiTMO : let me try [16:02] TJ-: tiredness does wonderful things [16:02] hitsujiTMO: Those devices initially present as a virtual CD-ROM (see /dev/sdb) containing the drivers. They need usbswitch-ing to their alter-ego modem configuration [16:02] samba or something else? [16:02] hitsujiTMO: You made me giggle, too :) [16:02] could anyone help me with this ? : http://paste.ubuntu.com/6855804/ [16:02] I'll be serving files from an Ubuntu rig to both win & ubuntu machines [16:03] TJ-: i know, i'd just presume that the software installs a udev rule to auto switch [16:04] bekks MonkeyDust malimbar TJ , does anyone know how to fix this ? http://paste.ubuntu.com/6855804/ [16:04] hitsujiTMO: looks like the options failed .. still i have pasted lspci result here..http://paste.ubuntu.com/6855815/ [16:04] tonph: please do: lsusb && lsusb -t [16:05] I have made my decision! After looking at the URL Jordan_U sent me, I am going to get Ubuntu. But before that, I have to get some sort of virtual machine like VMware and give it a little test. [16:05] artium888: you have to fix the error that leads to that error message. The postinstall script fails, you have to debug it and see why. [16:05] Ubuntu might be...the one! [16:05] Thanks, Jordan_U! [16:06] bekks: eh.. kinda new to ubuntu.. what do i do ? [16:06] Nusoft: there's always virtualbox [16:06] artium888: you have to fix the error that leads to that error message. The postinstall script fails, you have to debug it and see why. [16:06] hitsujiTMO: looks like this when i was installing yesterday Bus 002 Device 023: ID 2020:4010 in this http://paste.ubuntu.com/6855825/ [16:06] Is Virtualbox free? [16:06] artium888: I'd suggest a purge and reinstall of the -server and -comon packages, in case there were some artifacts from a prior install [16:07] resized my partitions with gparted, moved 10gigs from linux to win. now windows won't boot. is there any way to fix my win boot partition? [16:08] Does ubuntu not have a default image editing program? All I want to do is crop a screenshot! [16:08] demophobia: Just use gimp. [16:08] ok, so my media server can stream mp3 [16:09] don't use gimp, gimp is the worst pos ever created. [16:09] but it doesn't want to play WMA [16:09] "no longer included by default because of it's professional-grade complexity", right, bekks ? [16:09] ddssc, what's better? [16:09] is there a way to find out if it's codec related? [16:09] MonkeyDust: http://bertrandbenoit.blogspot.com/2011/09/change-window-behavior-to-prevent-focus.html [16:09] demophobia: anything really. [16:09] lol [16:11] tonph: Have you tried "sudo modprobe option && echo '12d1 1506' | sudo dd of=/sys/bus/usb-serial/drivers/option1/new_id" ? [16:11] demophobia: use pinta [16:11] TJ : nope... [16:12] resized my partitions with gparted, moved 10gigs from linux to win. now windows won't boot. is there any way to fix my win boot partition? [16:12] TJ : what it suppose to do :) ? [16:12] beefman great! [16:12] Is Virtualbox free? Or do I have to pay for it? [16:12] Nusoft, free [16:12] Nusoft: its free [16:12] Okay, then! Thank you! [16:13] ddssc, exactly how did you add it to the windows partition? [16:13] I was checking the log :/var/log/syslog and tried ataching and detaching - and i foud this http://paste.ubuntu.com/6855889/ [16:14] malimbar: shrunk linux partition, and then expanded win partition by the unallocated amount (10 gigs) [16:14] tonph: cat /etc/usb_modeswitch.d/* /etc/usb_modeswitch.conf | pastebinit [16:14] ddssc, i'll write that down; i just cropped it with fotoxx ... [16:14] bekks: im trying.. i cant [16:14] ddssc... don't do that again. heh. You might be able to fix it by putting in a windows recovery disk and/or booting it in safe mode (if you can) [16:14] demophobia: sudo apt-get install pinta [16:15] http://paste.ubuntu.com/6855895/ [16:15] searching for hack for xubuntu... [16:15] malimbar: point taken, using open source software for serious tasks is stupid. [16:15] ddssc, i just used the Ubuntu Software Center ... looks like it should be better than fotoxx, which seems more photography-collection-oriented [16:15] MaazZ a hack for xubuntu? [16:15] yeah [16:15] thanks :) [16:15] program [16:15] MaazZ meaning? [16:16] Okay! Gotta go! Bye, guys and gals! :D [16:16] ddssc, no, but resizing windows partitions and expecting windows to just be ok with that is a bit weird [16:16] i want to hack [16:16] !vim | MaazZ [16:16] MaazZ: Text Editors: gedit (GNOME), Kate (KDE), mousepad (Xfce4) - Terminal-based: nano, vi/vim, emacs, ed - For HTML/CSS editors, see !html - For programming editors and IDE, see !code [16:16] ddssc, windows doesn't like to be messed with without it's knowledge, and actively fights against it [16:16] MaazZ what do you want to hack and how legal is that? [16:16] malimbar: I've done it a million times with win tools like paragon. [16:16] legal enough [16:16] hack bill gates [16:16] MonkeyDust: he should hack on emacs, i think they always want help === michael__ is now known as Guest66604 [16:17] ddssc, those programs are running under a tight assumption that you're using windows, and fix windows for you afterwards [16:17] MaazZ try to hack NSA, then [16:18] ddssc, it's like trying to dual boot with windows and ubuntu, and windows just happily overwrites the MBR, because "hey, who would use anything but windows" is the base assumption of their installs [16:18] Is it possible to use SElinux on Ubuntu ? [16:18] !selinux [16:18] SELinux is available on Ubuntu, but not officially supported. Ubuntu uses another security framework by default, see https://help.ubuntu.com/community/AppArmor [16:19] tonph: it does look like there's no driver installed for the device. can you try reinstalling the .deb for it [16:19] TJ- I didnt find a way to configure the virus definition updates for Clamav. There is no GUI for it and Clamav is not listed in programs. I was able to find Clamav and its update helper Freshclam in Synaptic package manager. They were installed and i removed Clamav from the my system. I hope the issue over now and i can get back to working in peace again. Thanks for the help guys :) [16:20] hitsujiTMO: i find this on the log ::scsi 47:0:0:0: CD-ROM Micromax Modem 6225 PQ: 0 ANSI: 0 CCS::, was wandering why this is reported as CDROM .. :( [16:20] yeah - let me try to reinstall things again... [16:21] tonph: its a dual mode device. its storing the drivers on the virtual cd. [16:21] tonph: The device has multiple personalities. It initially presents a virtual CD-ROM file-system containing the driver files. Once installed, the driver is supposed to switch the USB device ID to present the serial ports (or Ethernet port) [16:21] * TJ- has one here [16:21] TJ: ahaa.... got it let me reinstall things again and .. get back to make some noise again :) [16:22] bekks: this is how i solved it: sudo dpkg --force-all -P isc-dhcp-server [16:25] Hi guys. I need a help. How to download mp3 from a webpage using wget? [16:25] arulmagi: wget [16:26] a question for people who like beautiful things : which font do you like to edit/print a professional document ? [16:26] thanks for the response gordonjcp. i tried that but it downloads just the webpage as index.html === val__ is now known as oddantfr [16:28] I guess nobody likes beautiful things [16:29] I can't more skype window, it's on the top on the left [16:29] I can't move skype window, it's on the top on the left [16:29] !ot | oddantfr [16:29] oddantfr: #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! === Sleepnbum is now known as Guest75051 [16:30] arulmagi: try adding --page-requisites [16:32] gordonjcp: as font can't be different from one system to another I felt right to ask that in here, sorry if my way of asking is bumping your robotic way of applying rules === ganesh is now known as Guest40387 [16:37] oddantfr: it's not an Ubuntu support question [16:41] Hi [16:42] oddantfr: what's your question. Some people are so an=l. [16:42] SeaCalf_: You know that clamav only finds Windows viruses, right? [16:43] any idea why following http://sidvind.com/wiki/Thunderbird/Change_account_order failed to change the account order? [16:44] jhutchins its a friend of mine's pc he gave to me. I never knew about Clamav is installed on it. [16:46] demophobia don't trust instructions on random websites you should find [16:46] MonkeyDust, erm, thank you ... ... so ... can you help me fix it? :D [16:46] SeaCalf_: clam is configured via text files, as is freshclam which updates the definition files. The default install on Ubuntu should be configured to work automatically. I don't know if it sets up scan-on-open or scheduled scans. [16:48] Does Ubuntu automatically delete backup files after the original file has been deleted for a certain length of time? [16:49] jhutchins ok i see. But it does'nt matter now, i'm glad Clamav-freshclam is removed from the system now. I dont want antivirus software here since i practise good computing behaviour :) . [16:49] demophobia: Ubuntu does not even create backup files at all, automatically. [16:49] ... ... i seem to have a lot of them ... ... [16:50] are you sure, bekks ? where are these ~ files coming from them? [16:50] *then [16:50] demophobia: And you have a broken . key, too. [16:50] lol [16:50] hello, i need a good tool to connect to free VPN in italy [16:50] Is there a way to get Ubuntu on Mac? [16:50] demophobia: the ~ are created when the user - that means you - edits and saves a files. This does not happen automatically, but by the intent of the user. [16:51] AMPX: If it is an Intel based mac, install it. [16:51] so it's an option in gedit? [16:51] demophobia: exactly. [16:51] bekks: thanks. ill check it out [16:51] hi all. is there a way to set an environment variable for the www-data user manually, so it's available to scripts run by the nginx webserver through fastcgi? [16:52] VPN free tool? [16:52] icecool: use the vpn client for whatever vpn you are using then [16:52] 'k thanks bekks [16:52] icecool: openvpn === LarrySteeze is now known as LarrySteeze|Away [16:52] i follow you bekks [16:53] SeaCalf_: The best that can be said of clam is that it meets the requirements of having "antivirus software" installed if you get security audits. It doesn't do much good even for Windows files. For a Linux fileserver that serves Windows clients you're far better off running a good Windows AV program on the clients. [16:54] Last I checked, AVG had a free (and a commercial) linux product, and they get pretty good ratings. [16:55] jhutchins thanks , i will try AVG for linux someday when i feel like using antivirus software [16:55] I need help connecting to my university VPN (openconnect / anyconnect). The connection is established and IP is assigned to interface vpn0. The issue is that my datatraffic is NOT routed over vpn0 interface but instead still on wlan0 with my home IP. What do I need to do? I assume I need to set another gateway (if up choose vpn0 over wlan0).. I have no idea how to do that. I am using network-manager-gnome with plugin for openconnect. Same problem wit [16:55] h ciscos proprietary Anyconnect mobility secure client. http://pastie.org/8688415 <-- all the info I could think of is in this pastie [16:59] samba or nfs for sharing files to ubuntu and windows machines? [16:59] from an ubuntu server [16:59] pip__: Unless you windows supports nfs, you have to use samba. [17:00] bekks: having problems getting samba to share to another ubuntu rig at the mo [17:00] bekks: think I'm on for a reinstall & start from scratch again [17:02] hm, show us your /etc/samba/smb.conf and output of # sudo smbtree [17:02] pip__: Ubuntu is not Windows. Just fix the problems. [17:03] bekks: lol, I'm reinstalling cos I'm making things worse everytime I fiddle with the thing [17:03] pip__: Dont fiddle, repair. [17:03] bekks: okay then, my repairs are making matters worse [17:04] bekks: yesterday i had a permissions problem, now my directories don't exist [17:04] pip__: So you removed them? [17:05] pip__: And which "my directories"? [17:05] !details | pip__ [17:05] pip__: 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:05] bekks: nope, they're visible, on screen [17:05] pip__: Define "they". [17:05] it's a long story: [17:05] pip__: Dont expect us to know what you are talking about unless you tell us the details :) [17:06] pip__: Shorten it up, into one sentence. [17:06] this channel used to be more helpful. Ive asked three times aldready today and not a single response. [17:06] linXea: Because no one knows an answer, most likely. [17:07] I have a second hdd containing 2 folders I want to share up til todays disaster I could click on them but not mount them - permission denied [17:07] even with sudo pip__ ? [17:07] ubun tu 13.10 64 bit desktop, sharing to another rig running the same OS [17:07] linXea: h'mm, not tried that [17:08] pip__: Use an editor and the samba configuration for sharing files, not clicking anything. [17:08] !samba | pip__ [17:08] pip__: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/12.04/serverguide/C/windows-networking.html [17:08] linXea: could that be why my shares are not persistent after a restart? [17:08] Hi, I have a TP x201 with integrated gobi2000 3G modem. Is there a way of permanently disabling the 3G and Bluetooth? [17:08] pip__: Yes. [17:08] bekks: yah, thought it was a bum config file [17:08] I can click in the notification bay area to disable both BT and the 3G but then it comes back on after a hard restart [17:09] pip__: It is. Because you didnt configure Samba at all until now. [17:09] bekks: i believe I'm best starting all over again [17:09] DKFermi: Thats expected. [17:09] pip__, if you want them persistent between computers running linux I would suggest using /etc/fstab to mount them at boot [17:09] pip__: I suggest you start reading the articles given. [17:09] linXea: Is the VPN IPv4? Is it getting its address via DHCP? If so, is the DHCP server passing a default gateway? If so, is the client IPV4 configuration set to Method "Automatic (VPN)" or something else? [17:09] linXea: i got that working :) [17:09] my experience with disabling modules in the kernel is not that great - so any suggestions or help are appreciated [17:10] bekks: it's a new project, but I am floundering [17:10] DKFermi: maybe 'rfkill' ? [17:10] it is IPv4 and it is getting ip over dhcp. [17:10] all that works [17:10] bekks: any pointers to an article a beginner can get to grips with? [17:10] pip__: There is no reason in reinstalling. You should just configure a samba server which will not happen when reinstalling. [17:11] TJ, thanks - i'll take a look at that [17:11] linXea: Is it set to Method "Automatic (VPN)" ? [17:11] yes [17:11] tried both choices [17:12] linXea: OK, that configuration means "if the DHCP server sends a default-gateway, use it" ... so look at "/var/log/syslog" to see whether that does report a default-gateway being received and set, or not [17:12] TJ, thanks that helped [17:13] what's the difference between soft and hard blocks? [17:13] Hi, I'm looking for a live cd that will fit on a cd-r.. preferably with ubuntu classic and not unity. does such a thing exist [17:13] ? [17:13] DKFermi: "hard" means a physical switch, "soft" means in software [17:13] Datz: ubuntu no longer fits on a cd, I believe lubuntu still does [17:13] right - so I guess hard is impossible - since i can't turn it on/off in the bios [17:13] Datz: not any more [17:14] Datz: Only the mini.iso [17:14] awesome [17:14] thanks [17:14] TJ-, "Feb 1 18:12:51 thinkpad NetworkManager[750]: /sys/devices/virtual/net/vpn0: couldn't determine device driver; ignoring..! this seem odd. [17:14] bekks:uninstall & reinstall samba then? As a start over. Goodness only knows what I've done to smb.conf by now [17:14] hei cv lista cu parole folosite la facebook avezi? [17:14] pip__: No. [17:14] nu are nimeni? [17:14] pip__: Configure Samba. Dont uninstall. Dont reinstall. Configure. [17:14] they couldn't cut a few MB make you use a DVD-R.. [17:14] linXea: Can you pastebin the syslog ? [17:14] bekks:wow, you're persistent on this [17:14] pip__ [17:15] pip__: Yes, because everything else is pointless. [17:15] hei aveti? [17:15] pip__: did you get banned from ##linux-coders? [17:15] !ot | slimjimflim [17:15] slimjimflim: #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! [17:15] noo password facebook list [17:15] slimjimflim: nope, don't do coding [17:16] another question. I regularly have hang ups of my graphics chip, freezing and once I choose terminal mode it shows drm:i915_hangcheck_elapsed [17:16] slimjimflim: i can't configure samba, let alone code [17:16] TJ-, http://pastie.org/8689123 [17:16] pip__: i must be thinking of a different pip [17:16] does that mean my graphic chip is acting up or is this a config issue? [17:16] slimjimflim: it's possible, I had to tweak my nick cos sum other pip had it [17:17] linXea: "Feb 1 18:12:52 thinkpad NetworkManager[750]: Forbid Default Route: yes" [17:17] I saw that. [17:17] bekks:okay, back to the samba docs again it is [17:17] !ro | floryn [17:17] floryn: Daca doriti ajutor sau doriti sa discutati despre Ubuntu/Kubuntu/Xubuntu, intrati pe #ubuntu-ro [17:18] daa [17:18] i shall return to torment you all with my samba woes [17:18] but now... [17:18] dinner [17:18] adios [17:18] hei /hitsujiTMO [17:19] nu vb cu mn? [17:19] floryn: Is that some kind of code? [17:20] password linst facebook please [17:20] floryn: sorry, i don't understand romainian. try #ubuntu-ro [17:20] password list? [17:20] floryn: wrong channel. [17:20] 12345 [17:20] floryn: Just use your password to login to your account [17:20] linXea: So, the VPN does *not* allow default routing, which is why it adds so many static routes, so there is nothing wrong with the configuration [17:21] so I need to specify one of those static routes manually ? [17:21] linXea: what for?! [17:22] I need to be able to surf the web on university vpn, since I cannot access library resources without them [17:23] linXea: The VPN is for access to *internal* resources only, not for gateway-ing to the outside world [17:23] hellow people [17:24] linXea: the default route set-up for your local Internet access will be used for everything else, as it should be. [17:24] TI want the internet route to be used for interface vpn0, as it has been for years. [17:25] surfing the web like I were physically on the university [17:25] linXea: You can't, that's why they specifically deny a default route. See https://internt.slu.se/en/services/it/support/gor-sa-har/vpn-anyconnect/ [17:26] they have two instances.. internal and external use of vpn. [17:26] linXea: Then ask the IT support desk, they'll know the specifics of their network and its operating policies [17:27] it works just fine on my phone as well as through vbox with windows XP running here [17:28] linXea: is it also setting a proxy? [17:28] I changed a few settings and "NetworkManager[750]: Forbid Default Route: yes" disappeared [17:29] linXea: aaaah! " I changed a few settings" .... reset those changes maybe? [17:30] did that, still no luck. [17:30] might try with proxy settings.. [17:30] never did that before though [17:30] linXea: in the VPN configuration dialog, on the IPv4 Address tab, Change the selection from "Basic" to "Routes" and then *uncheck* "Use only for resources on this connection" [17:31] thats exactly what I did 2 min ago and the warning dissapear. [17:31] linXea: Then syslog should show the new connection establishes a default route [17:32] http://pastie.org/8689163 [17:33] linXea: Is your local clock out of sync, or mine? Latest minutes value is :18 in your logs but here its :33 (I'm on GMT not CET) [17:34] hm, in terminal they seem out of sync but not in GUI [17:34] thats odd [17:34] linXea: """If you are using a Mac you must also configure the proxy settings in your web browser. Read the guide in the right-hand column!""" suggests there's a proxy involved that may not be auto configured for you [17:35] $ date <-- show the correct time [17:37] holy... proxy was the problem. Didnt even consider that >_< === LarrySteeze|Away is now known as LarrySteeze [17:37] linXea: OK, I've found the problem, it's a bug in Network-Manager's route handling code [17:38] linXea: If you configure a proxy that'll be only for HTTP/HTTPS ... if you want true default routing then you need to work around the NM bug [17:38] so it is a "real" BUG as well ? [17:38] linXea: what version of Ubuntu is it? [17:38] okay, that explain why my dual boot with gentoo still works like a champ with same settings. [17:38] 13.10 [17:39] System: Host thinkpad Kernel 3.11.0-15-generic x86_64 (64 bit) Desktop Unity 7.1.2 Distro Ubuntu 13.10 saucy [17:40] http/https is more then enough for me to gain access to library resources. Thanks a bunch. I will have en eye open for a solution for "true" default routing over vpn-openconnect (anyconnect) [17:41] qui parle français merci [17:41] !fr | JeanSolPartre [17:41] JeanSolPartre: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [17:42] je merci [17:42] linXea: See https://mail.gnome.org/archives/commits-list/2010-August/msg06524.html [17:42] hello there, I'd like to ask whether openjdk-6 (or openjdk-7) is free or open-source. that is, how Oracle-free it is. [17:43] linXea: patch developed and discussed at RedHat https://bugzilla.gnome.org/show_bug.cgi?id=621698 [17:43] Gnome bug 621698 in general "VPN plugins don't obey server routing instructions." [Normal,Resolved: fixed] === whiskers75 is now known as ArghMyWifi === ArghMyWifi is now known as whiskers75 [17:44] linXea: so we go back to the fact that if the VPN *server* provides explicit routes then the *proper* response *must* be to *not* set a default route, so in fact, it is doing precisely what it ought to. The bug is in the user expectation and lack of information in the GUI === KindOne- is now known as KindOne [17:46] linXea: Static routes are pointless if the VPN connection is the default route, so the university obviously do not want it used as a default route. [17:47] In Apparmor status I have got "processes are unconfined but have a profile defined" what does it suppose to mean ? -- [17:48] fieldfirst: It means the policy is not being enforced [17:48] Thanks, I am trying to enforcing the nginx [17:55] -quit [17:55] Can anyone help to generate the nginx profile for Apparmor ? I have tried with genprof but, it doesn't work [18:00] Hi === at is now known as Guest648 [18:11] my xubuntu with Xfce Windows... operating in complete silence. no sound on starting up or shutting down. Though the on board sound system is functioning fine, I can play video with sound. [18:11] please help. [18:13] Good Evening All, i am not able to boot into windows 7 after upgraing from ubuntu 1304 to 1310,,, i have 64bit version [18:13] can i get some assistance ?? [18:15] !dualboot | prasoonatwork [18:15] prasoonatwork: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [18:20] hi every body [18:20] I needed to install Maya on my computer [18:20] and now? [18:20] but I'm using ubuntu like much of you [18:21] ubottu: i already had windows 7. i tried using boot repair. and this is what i got "http://paste.ubuntu.com/6856491/" [18:21] prasoonatwork: I am only a bot, please don't think I'm intelligent :) [18:21] the installation of Maya failed and now I have much of my packages broken === gbyers[Away] is now known as g_byers [18:22] tortue: can you pastebin ( http://paste.ubuntu.com ) the output of 'sudo apt-get -f install' running in a terminal? [18:22] ubottu: i am not an expert in linux... so i hope you might understand what i am facing though... [18:22] prasoonatwork: I am only a bot, please don't think I'm intelligent :) [18:22] ciaooo [18:24] bekks: i am not an expert in linux...i already had windows 7. i tried using boot repair. and this is what i got "http://paste.ubuntu.com/6856491/" === RickyB98 is now known as rickyb98 [18:25] hello [18:25] http://paste.ubuntu.com/6856641/ [18:26] it tells me something like backbuner.sw.bas needs to be reinstalled [18:27] prasoonatwork: windows is always doing something funky read writes with the hard drive even when sitting idle. Linux don't do that. [18:27] is this the official help channel or just a fan club? [18:28] madyourse: can you please help [18:28] only people who actually help should be ops [18:28] hello guysssss [18:29] whats up ... [18:29] prasoonatwork there should be a way to fix the grub, which sucks on linux, but i don't know how [18:29] http://paste.ubuntu.com/6856659/ [18:29] 18:27 < FuuqUmiist> is this the official help channel or just a fan club? [18:29] ok daftyKings, I've pasted it [18:30] prasoonatwork: I never had any luck messing with grub [18:30] Grr, stupid mouse [18:30] tortue: there should've been a lot more than that [18:30] sorry, it is all my shell aswers [18:31] i have a paste from the BOOT REPAIR "http://paste.ubuntu.com/6856491/"... [18:31] most of my major problems with ubuntu always tend to be because the grub messes up [18:31] prasoonatwork: I think while booting linux tapping the tab key may bring up the linux grub menu. On that it may have windows on the menu. [18:32] heloo i have philips freevents x56 downloaded ubuntu 12.04 lts.No sound speakers not working did all nothing helps please need help here [18:33] : yes i have the menu but when i select it and hit enter it will not boot to windows ,,, check this paste from Boot Repair application,,,"http://paste.ubuntu.com/6856491/" [18:34] tortue: what's reporting broken packages then? [18:34] a cursour will just blink ... and do nothing... [18:36] I have stupid problem, I going to use ISE from Xilinx. It provides old version of libstdc++ and enforces standard gcc to use it. Ofcource gcc fails. Sylinks don't work, google also. Any ideas? [18:36] faust1002: Whats "ISE"? [18:37] How do I change the event that the power button triggers (outside of a DE)? [18:37] bekks: http://www.xilinx.com/products/design-tools/ise-design-suite/ise-webpack.htm, for FPGAs [18:37] aidalgol: By reprogramming the BIOS. [18:38] should i oblige to reinstall all my system cause some of my packages are broken? [18:39] prasoonatwork: maybe use windows install disk then if that fixes it. You may not be able to boot into linux. I always used a windows program called easybcd. But linux grub needs to be installed to root directory of install not root of drive [18:41] bekks: There's no OS-side ACPI configuration? [18:42] : that is a problem... i use linux as my primary OS... only for certain windows only application i switch to it. is there any other work around ?? [18:42] heloo i have philips freevents x56 downloaded ubuntu 12.04 lts.No sound speakers not working did all nothing helps please need help here [18:42] prasoonatwork: easybcd uses windows boot menu to select operating system. But again the linux boot grub either during install needs to be placed in the root directory of install. Not the root of the drive. I found it much easier to recover failures like yours. [18:42] prasoonatwork: easybcd uses windows boot menu to select operating system. But again the linux boot grub either during install needs to be placed in the root directory of install or after install. Not the root of the drive. I found it much easier to recover failures like yours. [18:43] madyourse: can explain how i should proceed ?? [18:44] guys where can I get wifi drivers of ASUS X45C ?? [18:44] ls [18:45] !wifi [18:45] Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [18:47] arun_: what's the wireless hardware on that model? === pinnerup_ is now known as pinnerup [18:52] hello i have setup pptp on ubuntu server authenticating with radius server but i will like to throttle internet speed for some clients connected to the vpn .. any help in the form of scripts or radius supported attributes [18:53] suniko [18:56] anyone who knows how to set up Canon MG3500 printer? === deegee__ is now known as drussell [18:57] delac: what have you done so far to set it up [18:59] delac: what have you done so far to set it up === icaro is now known as Guest65539 [19:02] ubuntutis: Please keep your support issues in this channel, do not carry them to my query, unasked. === Fyodorovna is now known as Beldar [19:04] test [19:05] hello i have setup pptp on ubuntu server authenticating with radius server but i will like to throttle internet speed for some clients connected to the vpn .. any help in the form of scripts or radius supported attributes === UKn0Me is now known as HerpTheDerpWhale [19:06] dangucci: i would look at iptables [19:07] ok my pptp remote range is 5.5.0.0/24 hw will i please use iptables to limit speed in that subnet [19:09] dangucci: oh its homework, we don't like doing our own, and the point of homework is for you to learn something, so we will point you in the direction of the anster [19:09] *answer [19:10] dangucci: and your homework you says "use iptables to limit speed", and I pointed you tward iptables === 36DACB38P is now known as dbrom [19:16] hi all [19:16] hello guys. can u tell me what and how do i proceed, if i want to set up a system where i will have a mail address admin@mywebsite.com and all mails received on the mail address to be transferred to a gmail .. also how do i do to get a mail address admin@mywebsite.com . i got a VPS running ubuntu server.. [19:17] * Ruby_Vroom is SUPER new to ubuntu/linux [19:17] Ruby_Vroom: do you have a question? [19:17] Ruby_Vroom: you are going to enjoy I'm sure [19:17] daftykins yes - i'm trying to a wireless adapter working [19:18] darkxploit: it'd make more sense to sign up to google apps or something similar, rather than administer that yourself [19:18] any ubuntu probs [19:18] daftykins: i already got my website running on the VPS [19:19] darkxploit: sure a website, but a mail server? little bit different :D [19:19] eoo i have a ubuntu 13.10 prob getting wifi working [19:19] When I go to add a new printer I get "FirewallD is not running. Network printer detection needs services mdns, ipp, ipp-client and samba-client enabled on firewall.", how do I remove this error? [19:19] daftykins: can't i set up something so that every mails is transferred directly to the gmail without the user know about it [19:20] Ruby_Vroom: is the wifi cart seen by ubuntu [19:20] I do not have a firewall installed, unless one is installed by default. [19:20] bye [19:20] whoever it's a usb dongle [19:20] Ruby_Vroom: tell me about it [19:20] darkxploit: you'd be better off going into your domain's control panel and creating a mail forwarder to point to your other address [19:20] how do i set up KDE environment on ubuntu 13.04 ? [19:20] Ruby_Vroom: ok, is it seen by ubuntu [19:20] darkxploit: no point receiving email only to send it out again ;) [19:21] ok all, here's the deal: i bought the edimax mini usb dongle adapter for a windows machine, decided to install ubuntu [19:21] ok [19:21] i researched and looked up drivers [19:21] daftykins: have u heard of sendmail ?/.. what is that?.. is it what I'm really looking here [19:21] got a deb pkg installer from google code [19:21] brought the tower down, hooked it up to wired internet and installed fine [19:21] darkxploit: like i say, what you're trying to do is a bad way to go about things. a forwarder would work better [19:21] unplugged it and left the edimax usb in and it was working fine [19:21] Ruby_Vroom, Can you run in the terminal lsusb in ubuntu with the adapter plugged in and give any wifi info there to the channel. === at is now known as Guest98756 [19:22] took it upstairs and reconnected it to it's respective monitor and boom - no wifi? [19:22] someone please help !:-( [19:22] shahhena95: KDE is in the software center, if you open that you can install KDE [19:22] yes, i'll run upstairs and do that [19:22] no signal? [19:22] shahhena95: log off and on the lockscreen you should be able to change to KDE [19:22] rewtraw: how is your signal [19:22] shahhena95: KDE is called kubuntu-desktop [19:22] daftykins: ok i got your point now.. but what about sending someone a mail with a mail address like xxx@mywebsite.com [19:22] !enter | Ruby_Vroom [19:22] Ruby_Vroom: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation! [19:23] Ruby_Vroom: sounds like a signal straingth issue [19:23] ohh okay ..! [19:23] shahhena95: Can't make it any easier then that :) [19:23] thank you so much :-) [19:23] darkxploit: the 'from' address? [19:23] whoever: it worked fine with windows though....same situation, just diff OS [19:23] shahhena95: No problem at all [19:23] Brutus| : Thank you:-) [19:24] daftykins: yeahhh like i own a website.com …. i would like to have daftykins@mywebsite.com [19:24] Ruby_Vroom: there may not be support for it in ubuntu 13.x [19:24] Ruby_Vroom: beldar asked you to run lsusb in the terminal [19:24] should output the attached USB drives [19:25] daftykins: so that when u verify your mail u see its from my domain [19:25] darkxploit: you can configure a gmail account with a 'send as' user@domain.com if you go into the settings [19:25] lsusb lists usb devices [19:25] Ruby_Vroom: this is linux not windows [19:25] daftykins: you are a genius i did not know that [19:25] darkxploit: he is [19:25] How can I use rysnc to sync rooted remote and local folders and using a user ssh passworded private key without the shell prompting for the password? [19:26] lsusb report shows it recognizes the edimax [19:26] p3rsist: thatss very interesting indeed [19:26] hi guys, I am having trouble upgrading from 13.04 to 13.10, someone willing to help me out? [19:26] "linux-signed-image-3.13.0-6-generic" [19:26] rudjgaard: apt-get dist-upgrade [19:26] i know [19:26] am I right in thinking this means Ubuntu will actually be doing secure boot correctly? What keyset do I need in my firmware to take advantage of this? [19:26] but update manager is crashing [19:26] whenb launching upgrade [19:26] this is the error [19:26] rudjgaard: what do u mean by crashing [19:26] Ruby_Vroom: http://ubuntuforums.org/showthread.php?t=1975615 [19:26] Ruby_Vroom, we want more than the name, we want the exact info shown by lsusb. [19:27] whoever: i don't understand why the signal would be ok on win and not on linux. [19:27] eoo: it appently is verry sinsitive to signal [19:27] darkxploit: this is what I have for now: sudo rsync --hard-links --sparse --numeric-ids --delete -azhe\ [19:27] "ssh -i $HOME/.ssh/id_rsa" --rsync-path="sudo rsync"\ [19:27] $USER@remote:/root/test / [19:27] beldar: i'll have to run upstairs and write it all down then - i'm on my downstairs win7 machine since i can't get internet on the ubuntu machine [19:28] I mean the gdk window will close after clicking upgrade and after downloading the release installer [19:28] p3rsist: its alien to me for the time being.. [19:28] OSError: Can not execute '/tmp/ubuntu-release-upgrader-dohyyg/saucy [19:29] (this is usually caused by a system where /tmp " [19:30] AttributeError: 'NoneType' object has no attribute 'window_main' [19:30] Ruby_Vroom: there are signal strenght issues with it, so it most likly is not going to be reliable , but keep tring hope she works for you === supergauntlet_ is now known as supergauntlet [19:31] i think ive used an edimax one before [19:31] on a raspberry pi with no probs [19:31] whoever: crap. thanks! i'm reading that link....perhaps i'll run wire in the meantime [19:32] Hi guys. Under 13.10, what's the correct way to hold an ssh private key password? gpg ? ssh-agent? [19:32] Ruby_Vroom: here you go, this is someones stepst that got theirs working, but assume, you have done them http://askubuntu.com/questions/79818/edimax-ew-7811un-usb-wireless-sees-network-but-fails-to-connect-to-it === Guest4685 is now known as Belial` [19:32] rudjgaard: ok i go it [19:33] Ruby_Vroom: there are a couple different dounges that will work, that will cost you less then a 50' cable [19:33] rudjgaard: i think you should modify the repository [19:33] whoever: i did try those steps. please share! i'm willing to hunt down another dongle. i just grabbed this one because of rave reviews and a $10 pricetag [19:34] Ruby_Vroom: if this is a desktop you generally will get better results with a card then a dongle [19:34] hello i have setup pptp on ubuntu server authenticating with radius server but i will like to throttle internet speed for some clients connected to the vpn .. any help in the form of scripts or radius supported attributes [19:34] Ruby_Vroom: in my experience 10 bucks and linux spells issues [19:34] rudjgaard: noooo I'm lost.. too difficult for me [19:35] how ever worthe a shot , i would had done the same [19:35] Hello everyone I am a new ubuntu user [19:35] whoever: ha, good to know. :) like i said, this is my first attempt with linux. [19:35] I need lots of help [19:35] okay [19:35] how do I install the Ubuntu PKpub? [19:35] hmmm i already tried changing repo, i was on main server then switched to the search best one [19:35] Ruby_Vroom: https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [19:35] has anyone used firestorm viewer on ubuntu? [19:36] hello [19:36] oh! I don't need it to be [19:36] so this: https://wiki.ubuntu.com/SecurityTeam/SecureBoot is what's currently implemented in Trusty, right? [19:37] Ruby_Vroom: for what it is worth i ditched windows about the time win7 came out, so i have a good idea of what apps will be an equilelant to the M$ ones [19:37] !find firestorm [19:37] Package/file firestorm does not exist in saucy [19:37] pcdoctor what's firestorm? [19:38] Ruby_Vroom: if your a gammer, you will want a windows box (not a vm of windows ) [19:38] it's a client within the second life grid [19:38] Ruby_Vroom: but othere then that most can be accomplshed just fine on liux [19:38] pcdoctor great, and what's the second life grid? [19:39] hello. i just toasted an old toshiba and am trying to learn how to install (get a Live OS up) over the network. this toshiba will not boot from USB, CD/DVD, etc. and i'm stuck at a "grub rescue>" screen. which solution is best on this page (https://help.ubuntu.com/community/Installation#Server_and_network_installations)? [19:39] http://www.secondlife.com [19:40] Ruby_Vroom: did/are you reading the last link i posted about cards [19:40] it's a virtual world [19:40] pcdoctor some kind of game, is it? [19:40] whoever: i'm not a gamer but son is and it's his box [19:41] but he's 10, so it's mostly steam stuff. reading now... [19:41] Ruby_Vroom: you can dual boot it, or in the windows os create a vm of ubuntu === jim is now known as Guest8702 [19:41] Ruby_Vroom: don't forget "Daddy knows whats best" when he starts asking why [19:42] yes [19:42] whoever: ha, Mom you mean. ;) [19:43] Ruby_Vroom: ah, though her under the bus or was this her idea [19:43] I also need to fix my printer driver too. It's listed in my printer settings but I can't seem to print [19:43] * Ruby_Vroom is Ma Dukes [19:44] Ruby_Vroom: and if anything goes wrong blame the family member you least like(or want your son to not like ) [19:44] whoever: this link is for broadcom drivers only? [19:44] Ruby_Vroom: yes broadcom is a big player, so there stuff is easier to get working [19:45] they are different model not makes [19:45] kk i'll dig up some broadcom stuff [19:45] sorrry for the confustion thee [19:45] *there [19:45] seems easier to just run a cable than mess with all this stuff though [19:46] Ruby_Vroom: seeems , i have done it too, yes more direct, but "unsigtly" say the gf [19:46] hello [19:48] whoever: unsightly at the cost of having internet. :) how's the gf like using the library? lol [19:48] Ruby_Vroom: i tried that one, she busted my balls on that one [19:49] whoever, This is a world wide channel, try to keep it clean please. ;) [19:49] Beldar: sorry [19:50] how do I update/install printer drivers in ubuntu 13.10? [19:51] they are different model not makes [19:51] !cups | pcdoctor start here [19:51] pcdoctor 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/NetworkPrintingWithUbuntu [19:54] is it possible to repair grub on machine_2 over the network? or boot boot-repair-disk on machine_2 over a network? machine_2 is unbootable. [19:55] my ubuntu apache vhost is failing. I get NameVirtualHost *:0 has no VirtualHosts on restart. httpd.conf http://sprunge.us/BgRN sites-available config http://sprunge.us/dQIg [19:57] whoever: my buddy has 2 edimax adapters working on ubuntu laptops - so frustrating! [19:58] how can i figure out what ip address to allow w/ ufw if i want to be able to ssh w/ a server? [19:59] in other words, figure out what my ip address is. [19:59] i've done ifconfig, looked in system prefs, and checked my router settings-all the ip addresses on those are the same, but when i allow them on ufw it still doesn't work. [19:59] pages not working [20:00] i've also accounted for subnet mask by doing x.y.z.0/24 [20:00] ffff what are you trying to do? [20:00] what is the shortcut to decorate and undecorate windows [20:01] tunage: sercure my server and make it so only my ip address can ssh into the ssh port. [20:02] ffff use gufw [20:03] ffff iptables or hosts.allow /hosts.deny [20:03] ffff and fwbuilder is more advanced [20:03] MonkeyDust: i don't need to change tools. ufw is perfectly fine, i've allowed denied access to all ports i need, and allowed only 80 and 433. [20:03] *i've denied access [20:03] ffff: "iptables -P DROP && iptables -I INPUT 1 -p tcp -m tcp --dport 22 -s $YOUR_PUBLIC_IP -j ACCEPT" would be the basics; You can work that into ufw language [20:04] tunage: my understanding is ufw is a wrapper around iptables, and ufw is much easier to understand than iptables. [20:04] TJ-: oh i already know the ufw language, it's ufw allow from x.y.z.0/24 to any port 22 [20:04] ffff exact same rules. [20:04] and if i only wanted the ssh protocol it'd be "to any port 22/ssh" or something like that [20:04] but my problem is [20:05] i don't know how to find the right ip address [20:05] ffff: So see if "iptables -nvL INPUT" matches what you *think* ufw is doing [20:05] if i do ufw allow 22, i can ssh in through that port [20:05] TJ-: okay i'll try that [20:05] ffff post your iptables-save [20:06] can anybody help with this error while upgrading release? OSError: Can not execute '/tmp/ubuntu-release-upgrader-dohyyg/saucy' During handling of the above exception, another exception occurred: [20:06] ffff: If what you're asking for is how to get your own public IP address, do "wget -qO- http://ipecho.net/plain ; echo" [20:07] TJ-: here's my iptables -nvL INPUT: https://gist.github.com/anonymous/82e721163116c3127644 [20:07] tunage: i typed iptables-save and nothing returned [20:07] TJ-: i need to put my external ip address not my interal one? [20:08] does anyone know? [20:08] anyone here nifty with apache vhost? my ubuntu apache vhost is failing. I get NameVirtualHost *:0 has no VirtualHosts on restart. httpd.conf http://sprunge.us/BgRN sites-available config http://sprunge.us/dQIg and I did use the a2ensite tool to initialize the subdomain [20:09] I'd like to install Ubuntu 13.10 on a LUKS/LVM prepared by myself, is there a simple way to configure newly-installed kernel to decrypt the root partition during boot? [20:09] ffff then you're not using iptables. :/ [20:09] tunage: i'm using ufw, would using that count as what you think of as "using iptables"? [20:10] ffff if it's a wrapper for iptables, it's missing the core. I know iptables very well. [20:10] tunage: See http://httpd.apache.org/docs/2.2/mod/core.html#namevirtualhost [20:10] TJ-: fuck! it was my external ip address that i needed to add. thanks soo much! === xubuntu is now known as Guest81134 [20:11] TJ-: i have another question tho, isn't my external ip dynamic? [20:11] tunage: well i don't know enough about ufw to tell you how it's using iptables. maybe it's a replacement. [20:13] ffff, Just a heads up but this is a no swearing channel. ;) [20:13] ufw is a frontend for iptables. [20:14] Beldar: oh really? this is the first no wearing channel i've joined then. [20:14] Beldar: my apoligies, unless this is a prank that happens on rookies or something. [20:14] TJ- the only difference between that link and my directive is VirtualHost 1.2.3.4:80 because mine is VirtualHost *:80 for a very good reason and I have discussed this with #httpd. It should be *. This same exact directive with a minor subdomain name change is the only difference on a gentoo server. I really don't think it's the directive. [20:14] bekks: not sure the term "frontend" clarifies much for me. [20:15] Trying to learn upstart. What might I look to when I have an upstart script in /etc/init that, while working fine with "service start ", won't start at boot? I have "start on runlevel 2345" and "stop at runlevel 6" in the service's upstart config. [20:15] bekks: it's cool tho, i don't always need to know everything. [20:15] bekks why is it missing iptables-save? it's on my default install of ubuntu. [20:15] tunage: define "it" please. [20:15] bekks: me [20:15] bekks: why am i missing iptables-save [20:16] bekks same issue [20:16] tunage: Have you run "apache2ctl configtest" ? [20:17] NameVirtualHost *:0 has no VirtualHosts [20:17] Syntax OK [20:17] tunage: So, you haven't got a vhost matching that [20:18] tunage: whats the relationship between ufw and your missing iptables file? [20:18] what i can use for sticky notes under ubuntu? [20:19] hi guys how do you access skype chat logs o Linux/ubuntu without using skype... [20:19] ffff: "which iptables-save" [20:19] TJ-: it's all good, i just need to figure out if using my external ip is going to stab me in the back if in the future it changes in which case i won't be able to ssh back in. === jordan is now known as Guest57109 [20:20] http://www.tomshardware.co.uk/steam-source-2-left-4-dead-2-valve-powerpoint,news-47060.html [20:20] anyone know any good applications for ubuntu [20:20] TJ- correct. I changed it to peacecoin.digitaldriller.com [20:20] To do what, Guest57109? [20:21] anything just general applications [20:21] bekks iptables-save dumps your firewall rules and counters [20:21] tunage: I know - I just dont see any relation to my statement that ufw uses iptables. [20:21] Guest57109: world of goo is a fun game [20:21] tunage: Is it working now? [20:22] bekks if it's missing, you are missing half of iptables. :/ [20:22] Guest57109: also check for "xonotic" [20:22] hi!!! === xbmc is now known as Guest41522 [20:24] TJ- no sir, I adjusted the servername and added the domain in virtualhost, same exact error. http://sprunge.us/NaYi [20:24] ffff: Correct; you'll probably need to get a static IP, or else go the proper way and configure the server with a VPN, such as openvpn [20:24] Guest57109: https://wiki.archlinux.org/index.php/List_of_Applications [20:24] Guest57109: Ubuntu Software Center got alot to choose from [20:26] TJ-: there's a script to ping the hostname periodically and if the ip address changed update the firewall: https://unix.stackexchange.com/questions/91701/ufw-allow-traffic-only-from-a-domain-with-dynamic-ip-address this is really icky === GTB3NW is now known as GTB3NW_AWAY [20:28] ffff hypothetically, no. you're crossing layers which is really bad and unreliable. practically, you could play tricks with dynamic dns and nagios [20:28] ffff or even snort. [20:29] tunage: can't tell if snort is a tool or if you literally mean snort. [20:30] snort is a very extensive tool. it uses plugins like snot and mucus too. http://snort.org/ [20:30] How do I enable MP3 preview on 12.04? [20:31] tunage i'm looking into a vpn right now. TJ-: can i setup openvpn on a remote server? or does it have to be a home server? [20:34] ffff a vpn is a layer 2 application. layer 2 does 'not' know word like kat or sighup or domain. only numbers like ip addresses [20:34] ffff: I use openvpn, it means I can do router-to-router and client-to-router connections at the same time === GTB3NW_AWAY is now known as GTB3NW === j is now known as Guest11787 [20:35] Hi guys, I have a GTX 550 Ti, and have just installed 13.10. When trying to install nvidia's drivers, I now have a black screen. I know this is a very common problem, but I'm just wondering if 3rd party nvidia drivers are supported at the moment? Or is it just nouveau which works? [20:36] tunage: VPN protocols can be layer 2 (bridged) or layer 3 (routed), depending on the specific implementation and configuration [20:37] tunage: i'm not sure why you explained that to me. why is that important to know? [20:37] TJ-: why would you want router-to-router connections if you yourself are always a client? it feels like to me you're allowing your router to have a better time w/o any benefits to oyu. [20:38] ah i'm such a noob and i love it. [20:38] ffff if you are trying to do anything with a hostname and trying to blend it with a layer 2 application, you have your hands full. [20:38] tunage: in other words it doesn't help me w/ my problem because it'd still need to use my external ip? [20:38] *my _dynamic_ external ip? [20:39] if that's the case, then TJ-, how would a vpn help me w/ my problem? [20:40] ffff on a static firewall, with static allow/deny, without a highlevel trick, you are going to lock yourself out. You need a better plan. [20:40] ffff or a static ip [20:40] tunage: f**k! this sucks. i guess a very small % of ppl have to deal w/ dynamic ips? [20:40] tunage: To check the apache2 config, do this: "sudo sh -c '. /etc/apache2/envvars && apache2 -t -S -D DUMP_VHOSTS -f /etc/apache2/apache2.conf' " [20:40] tunage: what are some possible better plans? [20:41] tunage: how long would it take me to get a static ip? i would need to talk w/ my isp right? [20:41] is there a fast way to open a terminal on ubuntu? [20:42] why isn't my static internal ip exposed? why do i have an external ip wrapping my internal one? [20:43] ffff: You configure your (ssh) server with a VPN. You configure your PC with the same VPN in client mode... your PC then connects to the server's public IP address (possibly by hostname), and establishes the VPN. There is now a *private* subnet with your PC and the server on. You can then ssh to the server using the server's *private* VPN IP address [20:43] Titanium: ctrl+alt+t [20:43] TJ- it appears to be correct. http://paste.ee/p/sVWOJ [20:43] thanks, il see if that works [20:43] " You can purchase a static external IP address, but they are incredibly expensive." schisca. [20:43] its still loading video recommendations of movies with termainal in thename :( [20:44] ffff no, they don't try and lock out the world, that way. what is the purpose of your 'absolute blocks/denies?' [20:44] Why is this for loop now working in my terminal? [20:44] for i in {0..10..2} [20:44] when I echo i, it returns "{0..10..2}" [20:45] tunage: this is an absolulte allow actually, only allow my ip address to ssh into my server. [20:45] hey everyone [20:45] I have a question regarding adding users [20:45] tunage: what do you mean "they don't try and lock out the world"? are you talking about isps? [20:45] !ask | phenster [20:45] phenster: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [20:45] TJ-: still reading what you said. [20:45] ffff so you are trying to protect ssh. switch to a non standard port or use knockd [20:45] ffff: see for examples and explanations: http://www.shorewall.net/OPENVPN.html [20:46] tunage: already am using a non standard port, want to secure it more. [20:46] tunage: is knockd an alternative to fail2ban? [20:46] tunage: "127.0.0.1:80 www.peacecoin.digitaldriller.com (/etc/apache2/sites-enabled/peacecoin.digitaldriller.com:3)" [20:46] I want to make a "web" group and add a user to it. I perform a "groupadd web", but then when I try "useradd -g web" I get error. what is the correct procedure? I want a grouo/user to create and own /var/www for Ruby web-applications. [20:47] how do I upgrade from one LTS Hardware Enablement Stack to another? [20:48] phenster: Use "adduser" ... it has easier forms such as "adduser " [20:48] ffff you shouldn't be seeing any attacks in your logs. this is where snort can really work. if you get a bunch of hits on a non standard port, that's live and you should know about it. you document the ip, you block it and switch the port again. if it persist, you have a much bigger problem you are dealing with. don't ignore your logs. this is basic security practices. [20:49] ffff knockd does have a fail rate though. you will need a back door. [20:49] TJ-: "your PC then connects to the server's public IP address (possibly by hostname), and establishes the VPN" if the server is a web server, meaning it's serving a web app, doesn't this mean all users of the app are going to be establishing a vpn? [20:49] TJ-: well actually doesn't it mean they wouldn't be able to establish a vpn because they don't have the client vpn setup? [20:49] phenster: http://www.codephun.com/ubuntu-add-permissions-to-user-for-www-data/&q=set+recursive+permission+var/www&sa=X&ei=TcXnUvPXEvGv7AaM4YDYAg&ved=0CDsQFjAI [20:49] TJ-: I get "The user "..." does not exist" error. [20:49] TJ- where does that go? [20:50] Golynx: invalid URL - 404 [20:50] tunage: oh god i have to watch the logs? that's not my definition of a good film. [20:50] Evening all, I installed linux on my homeserver but I have had problems getting my 2 tv tuner cards working, I did a install of linux on another computer and they all work. I was wondering is this down the motherboard drivers ? [20:50] ffff: tunage You ought not to even expose ssh publicly unless there is no other way. VPNs provide security and ease of access to the entire remote server/network, not just SSH protocol. [20:51] ffff look into snort. somebody or something MUST be watching your logs ALWAYS!!! [20:51] ffff: If you want to allow widespread access using ssh then the primary step is not to use passwords, only certificates for authentication. [20:51] AnthonyUK: No. [20:51] TJ-: already am using public/private keys. === CyberJacob is now known as CyberJacob|Away [20:52] ffff: Which is worthless without checking the logs regularly. [20:52] this is incredible, this is teh first time i'm settign up a server, and it looks like i did some damn good research. [20:52] bekks: one pc is intel the other amd, will that do it? [20:52] AnthonyUK: Sure. [20:52] hi all... so i am trying out midori web browser, and i like it, except for one problem. i create a web app launcher for, say, facebook or gmail, and for some reason each time i close and open the launcher i have to re log-in.... is there any fix for this? [20:52] http://www.codephun.com/ubuntu-add-permissions-to-user-for-www-data/ [20:53] yikes [20:53] <^charlie> is there a method for popping up a custom prompt during ubuntu installation, but before first boot? i want to collect a string from the user and store it to a file for use after the installer reboots the system [20:53] Golynx: "sudo adducer group" gives error of user NOT existing. do I create a user first, before adding it to a group? can I not do two together? [20:53] so basically if i want these tuners to all work in the same machine I have to make sure it is an intel computer [20:53] <^charlie> i am using an unattended setup already for 12.04LTS [20:53] TJ-: do you want to address my concern about what happens if i setup a vpn on a web server? [20:53] ffff: Good. Having a VPN gives you a safety-net for administrative access if ssh fails for some reason. I always run a 2nd sshd on the private LAN/VPN IPs of the server so even if the public IP bound sshd fails for some reason, I have full access. [20:54] TJ- where did you want me to apply that code? [20:54] tunage: what code? [20:54] tunage: "127.0.0.1:80 www.peacecoin.digitaldriller.com (/etc/apache2/sites-enabled/peacecoin.digitaldriller.com:3)" [20:54] AnthonyUK: No. [20:54] AnthonyUK: The TV tuner cards are not interested in the CPU of your computer. [20:54] TJ- it looks coorect to me [20:54] tunage: You need to pay more attention to your own logs! I was quoting you your own output, which shows why the vhost isn't accessible [20:55] I have installed ubuntu about 20 times since last night, I am at aloss on how to get these cards properly detected [20:55] AnthonyUK: Make sure you get the correct drivers - the CPU is irrelevant. === CyberJacob|Away is now known as CyberJacob [20:55] TJ- those match [20:55] TJ-: so you could have a channel to ssh through publicly, and another channel to ssh through privatel behind the vpn firewally? [20:55] can I just copy drivers out of the 2nd test computer? [20:55] *firewall [20:55] TJ- I am not seeing the error. [20:55] tunage: You do know what the IP address "127.0.0.1" is? [20:55] phenster: First create the group, then the user, then add the user to the group. [20:55] bekks: thank you! [20:56] phenster: create the group first then add the user [20:56] TJ- localhost. where is it pulling that from? [20:56] Make sure you set the ownerships correctly too [20:57] ffff: Yes, but not just for ssh. It means you could access other private services that aren't exposed to the public interface at all, such as private web services for administration, internal mail server relays, SNMP monitoring, and so on [20:57] tunage: Because your VirtualHost and NameVirtualHost aren't matching any IP. What IPs is the apache daemon binding to? [20:58] TJ-: what are some examples of "web services for administration"? and internal mail server relays, they would still relay externally obviously right? [20:58] TJ- where does ubuntu apache bind the ip? [20:58] TJ- that 127.0.0.1 is coming from somewhere. [20:58] TJ-: so help me understand the "establishes the VPN" step more. i connect w/ the server's public ip or hostname, then what happens? [20:59] TJ-: do i connect on a specific port? [21:00] TJ- tunage also how often does a dynamic external ip address change? "Your home router IP address is very unlikely to change once it is established." [21:00] just found that quote online. [21:02] TJ- tunage and how does a guy like this do it? in the section titled "Set Up a Firewall" he says enter the cmd "ufw allow from {your-ip} to any port 22" [21:02] http://plusbryan.com/my-first-5-minutes-on-a-server-or-essential-security-for-linux-servers [21:02] tunage: This is the kind of output you'd expect: http://pastebin.com/GWD6SSxw [21:02] back, I'm still at a loss to understand why installing ubuntu on one machine gets all the tuners detected while on the other machine I can only just about get one working but that is when the other pci card is removed, on top of that the dual tuner only shows up as one tuner [21:03] ffff: The public IP of your home router is assigned by your ISP, and can change after your modem has disconnected for any reason [21:03] AnthonyUK: Which drivers in details did you use, which cards in details - without those details it is pointless to discuss why something happened you didnt describe in detail. [21:03] AnthonyUK: Maybe the PCI bridges aren't wide enough? [21:04] AnthonyUK: Try adding "pci=realloc" to the kernel's command-line [21:06] what is the best way to add a new user through the command line? [21:06] Es0teric: "adduser". [21:06] bekks yes but what are the best params to use? [21:07] Es0teric: There are "best" parameters. There are required and optional parameters. [21:07] *no best [21:07] ffff: With OpenVPN the best operating mode is over the UDP protocol, using a TLS-Auth (TA) key to prevent DDOS. Then your VPN clients connect to port 1194 UDP on the servers' public IP(s), swap certificates for authentication, before the VPN is established. In routed (layer 3) mode there will be additional routes added to the routing tables at both ends, and you can optionally redirect all traffic through the VPN (or not), depending on policy requirements of your [21:07] organisation. [21:08] bekks so when i do adduser what does it add by default? [21:08] does it add a home folder associated with it/ [21:08] Es0teric: "man adduser" see the section "Add a normal user" [21:09] TJ- ok so if i add a user, i want it to have sudo privelages [21:09] Es0teric you can do that with sudo visudo [21:10] Aside from extra apps installed, is there any difference between installing ubuntu and then using xfce versus using Xubunu? [21:10] some questions... :-) [21:11] is there a way to have multiple different environments for apt installs? like python virtenv or rvm's gem environments? === miguel_ is now known as Guest24387 [21:19] Es0teric: Nothing. You have to specify what to do. [21:22] can someone help me with vlans or does someone know where i would get help with that ? [21:22] D4rthB4n3: How about just asking your actual question? :) [21:24] ok so im trying to congigure a network with vlans i got my server wich is connected to switch (extreme networks black diamond 6808) from that switch it goes to another switch (extreme networks summit 48) and from there it goes to the client pcs [21:24] so taggs are as following [21:25] so... how long before the next version of ubuntu comes out? [21:26] TJ-: "This may not work for you, but I have a similar situation when I'm at home or I'm travelling. To solve it I set up a VPN at the office (we use Meraki hardware, so it was literally just a click) and connect to this first - then connect to the server. [21:26] " [21:26] TJ-: reply: "I did consider that approach, but the closest thing I have to an office is my home (with a dynamic IP) anyway! [21:26] I thought of setting up a VPN on a server, but all that would really do is move the problem from securing SSH to securing VPN." [21:26] TJ-: i totally agree, i don't think setting up a vpn is the way to go. [21:27] server is on port 3:1 which is untagged then from port 5:1 untagged it goes to port 49 tagged id 2 host vlan and then my pc is on port 48 untagged same vlan [21:27] bekks yeah i got it thanks [21:28] but i cant ping my server [21:28] D4rthB4n3: Do you know what tagged and untagged mean? :) [21:28] i figured that the first switch somehow filtered the tags out or somehting [21:28] ffff: The VPN server would be the Internet-based server running ssh, not your local (home) network [21:28] yes [21:29] TJ-: right but wouldn't i sitll have to secure the vpn on the server? [21:30] i want the first switch to forward all traffic without looking at the tags and they need to stay the same [21:31] ffff: That's the point of openpvn using UDP and TLS-Auth, as I said, it mitigates DDOS attempts. The clients each have their own client certificate which they also present, which must be signed by your own CA. [21:32] TJ-: thank you for your help, i really appreciate it. i'm defs going to keep this in mind for the future, but right now my head's a bit overwhelemed. gonna go shower. cheers! [21:34] Hi all. When will be 12.04.4. available in downloads in Ubuntu website? [21:35] hello, i have download tor browser for ubuntu [21:35] hello, i have download tor browser for ubuntu [21:35] and after i startet it i can't write wuth the keyboard === zz_megabitdragon is now known as megabitdragon [21:36] D4rthB4n3: Do not query me. Keep your issue in this channel. === dominus_ is now known as rikut [21:37] hm. [21:37] well then answer or just say u cant help me [21:37] Ubuntu 13.10 installer does not recognize the existing Win 8.1 install [21:38] D4rthB4n3: i will NOT answer in a query. KEep the issue in this channel. [21:38] well then not [21:40] D4rthB4n3 maybe someone else in the channel knows [21:40] if someone does please tell me [21:41] D4rthB4n3 as soon as someone can, s/he will :) [21:41] thanks :D [21:42] D4rthB4n3: I think what you need is documentation for your switches. Your question doesn't seem to involve Ubuntu at all. [21:44] i know it doesnt thats why i asked if someone know since it is not really in the docu i have for my switch and i thoung someone might know [21:45] D4rthB4n3 try ##networking (that's double #) [21:45] He has been, for a while now :) [21:45] MonkeyDust, yeah im on that right now thx [21:49] quien le va al bacelona [21:50] !es [21:50] 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. [21:50] q? [21:51] Hopefully boot repair works. === jim is now known as Guest57708 [21:51] otherwise I'm wiping win 8. [21:53] Hi guys I have a question. If I have installed apache and I want to have some Php projects in my /home directory instead of /var/www, what should I do? [21:53] nobitanobi: Symlink [21:54] I have a feeling this install is not going to work. [21:54] jhutchins, I have tried using symlinks. But I get this: You don't have permission to access /testphp/prova.php on this server. [21:54] I have minimized a program in vmware [21:54] nobitanobi: Many other options as well, define the folder in the httpd.conf.d as a path on the server, alow exec. [21:54] We'll see if it breaks win 8 [21:54] and I cannot see it annymore [21:54] how can I pop it up again? [21:54] jhutchins, and I am not sure which kind of permissions should I set, and where [21:55] Set group www-server (I think that's it). [21:55] I cannot use ALT+Tab in vmware [21:55] grub2 installing. [21:55] FrameFever: Hit ctrl-alt again. [21:55] i have a feeling this isnt going to work as expected. [21:55] FrameFever: You can only treat it as a normal window if you have the GUI VMware tools installed. [21:55] ok [21:55] let's see [21:56] jhutchins: don't know if its installed [21:57] maybe there is a workaorund in ubunut [21:57] where I can maximize a pgrogram without alt+tab? [21:58] I mean thats more a general ubuntu question, when can I see all currently opened programs? [21:58] FrameFever: Run top [21:58] FrameFever: Or ps aux [21:59] Ok. Ubuntu install broke windows boot. [21:59] Coolkal: no, I mean, I want to see it, not in a console [21:59] I want that every gui program poped up [22:00] FrameFever: Depends on what WM you're using [22:00] or something like a task bar [22:00] bnoji2: Ok, but update-grub should detect it and allow grub to load it. [22:00] FrameFever: Do you use Unity? [22:01] FrameFever ubuntu classic and lubuntu have taskbar [22:01] have a taskar* [22:01] I have gnome classic installed [22:02] FrameFever logout, switch, login === katya is now known as Guest92828 [22:03] FrameFever: why don't you put your other window in another workspace? [22:03] c'è nessuno?? [22:05] I accidentally overwrote a libreoffice document with an older version of the document. Is there any way to recover the previous version of the doc? I already checked my backup folder but it is not there [22:06] tab1293: edit > undo [22:06] tab1293: untill you get back to it [22:06] whoever, not an option [22:07] tab1293: You could try runing "photorec" on the (unmounted) file-system, and then grepping the recovered fragments for unique strings belonging to your document. [22:08] jhutchins: shouldnt it have run update-grub on install? [22:09] I just ran it, but it has a problem. [22:09] error: cannot load image [22:10] So, I can boot win 8, but not directly. [22:10] I have to manually select it from the UEFI launcher [22:10] exiting from grub2 [22:10] kinda dumb. [22:10] !enter | bnoji2 [22:10] bnoji2: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation! [22:12] bnoji2: Have you tried manually editing your grub config to add Windows to it? [22:12] need some help, ubuntu times in times changes my keyboard [22:13] Coolkal: not yet. [22:13] I see references to boot-repair, but i cant find it in 13.10 [22:13] "Run Boot-Repair --> Advanced Options --> tick Restore EFI backups --> Apply." [22:14] I can't find boot-repair anywhere though. [22:14] Windows should be put out of business. They have crippled operating system development to long. [22:14] If I didn't need Windows for work, I would have wiped this machine. [22:14] yay. now it locked up logging in. [22:15] bnoji2: easy on please [22:16] bnoji2: look how telecommunications flourished and exploded after they busted up ma BELL. Same would happen if they shut Microsoft's doors to operating systems. [22:17] !ot | madyourse no need for any ranting [22:17] madyourse no need for any ranting: #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! [22:19] Coolkal: I'm not familiar with Grub 2. Where so I find the menu entry for win 8? [22:20] I checked in /boot but I haven't done this in forever. [22:20] interesting! [22:21] bnoji2, https://help.ubuntu.com/community/Boot-Repair [22:23] Beldar: If i run os-prober, it recognizes the "Windows Boot Manager" [22:23] I'm assuming I need boot-repair to create a backup of the windows boot (since it overwrites it for ubuntu) in order to chain load it properly? [22:24] I'm assuming I can install debian without a bootloader and then somehow add an entry to ubuntu's signed grub2 loader to boot debian (using secure boot) ? [22:24] bnoji2: thats no the case for uefi [22:26] bnoji2, You mentioned you could not find bootrepair, I just gave a link is all. [22:26] I just realized I needed to add a repository for it. [22:26] Thank you. [22:27] test [22:29] bnoji2, Besides the help here, there is a link to this app devlopers thread at the ubuntu forum, the bootinfo summary generated is for diagnostics. That thread has focused users using that summary to give great help, along with your detailed description. [22:30] It seems to have worked if I turn of Secure Boot. [22:30] boot-repair wanted me to turn it off, but now it worked as-is... [22:31] bnoji2, Cool sounds like your set. [22:32] er... why is nvidia-319 installing nvidia-331? [22:33] roothorick: that's a good mystery [22:33] why is the sky blue and the birds sing? [22:34] more importantly, how do I make sure Xorg is using 319 and not 331? The system has a GeForce 210 [22:34] roothorick, Any PPA's say xswat involved? [22:35] roothorick: it seems 319 is no longer available because of this behaviour. [22:35] Beldar: this is the behaviour now of 12.04 [22:35] hitsujiTMO, Ah, I was wondering, I don't have any nvidia cards [22:36] hi all, i have an older dell mini with bmc4312 wireless; on 13.10 fresh install + latest updates i'm trying to install the binary driver via bcmwl-kernel-sources via the softerwa & updates applet, but applying the changes never completes [22:36] any log files or things i can poke at to get a better idea why? [22:37] Briareos: I hate to say it but go back to Windows or get a different card/system. I spent months and months and months fighting with that specific Broadcom chip and ultimately gave up. [22:37] it worked fine with 10.xx LTS [22:37] which i was using until 30 minutes ago [22:38] the bcm4312 works fine for me. [22:38] lsmod shows b43, bcma, mac80211, cfg80211 loaded [22:38] !bcm | Briareos maybe try an alternative driver from here [22:38] Briareos maybe try an alternative driver from here: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [22:38] Briareos: It works like a charm with 12.04 e.g. [22:38] the issue I had is it would get confused by the school WiFi and freeze [22:39] and by "freeze" I mean it would not do ANYTHING until I completely rebooted [22:39] Briareos i was thinking the same as bekks : try 12.04 [22:39] hey guys. I'm trying to find a laptop that would run any form of linux for under 250 [22:39] yeah i poked at taht a bit but didn't see anything specific to 13.xx [22:39] and it did that under every driver I could find and get te work [22:39] will give them a shot [22:39] and thats pref under 14" [22:39] CookiesRgooD #ubuntu-offtopic, maybe [22:39] true [22:40] Beldar: I have three PPAs but not xswat. QTSixA, Steam, and XBMC [22:41] guys do u recommend postfix for mail forwarding ??? [22:41] I have a problem with installing a new kernel, as it passes improper arguments to mkinitramfs: http://pastebin.com/LAhiuaLA - how to check what passes them exactly? [22:41] roothorick, My question turns out to not be relevant, as addressed by another helper. [22:42] darkxploit: I'd recommend postfix as MTA. [22:42] bekks: is it not a danger due to spam [22:42] oh what the hell [22:42] darkxploit: That depends on the configuration done by you. [22:42] nvidia-319 just redirects to nvidia-331 [22:43] but nvidia-331 DOES NOT support my GPU [22:43] 319.xx does [22:43] bekks: hmm ok.. but what is the best mat would u recommend [22:43] mta^ [22:43] !best | darkxploit [22:43] darkxploit: 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. [22:43] darkxploit: It all depends on your configuration. [22:43] roothorick, My guess is a back to the driver that works if needed and lock it. [22:44] bekks: hmm ok..thnkxx.. still hunting for tutorials on youtube to set up postfix [22:45] hell with it, PPA time [22:45] darkxploit: Forget those crap. Use the official postfix documenation or the ubuntu wiki. [22:45] bekks: ok sir [22:47] When i try to install xubuntu, it thinks that my whole hard drive is unallocated [22:47] when i have windows 7 already on it [22:47] and a special partition for xubuntu to install to [22:47] does anyone knows how to fix this? [22:48] oh sweet [22:48] !dualboot | iam [22:48] iam: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [22:48] apt-get --reinstall install bcmwl-kernel-sources worked just fine [22:49] someone with wiki edit privs may wish to update taht there is at least one anecodtal report of similar steps working fine on 13.xx [22:50] bekks, i just read through that, and it doesn't have a solution to my problem [22:50] the installation is working perfectly, it is just not recognizing what is on my hard drive [22:51] also, i already asked this question in #xubuntu, and nobody had a solution [22:51] (that actually worked) [22:51] in windows everything is fine and it shows all my partitions correctly [22:52] Hi guys, I have an asus laptop with uefi running xubuntu 13.10, but my fan control is always on high [22:52] I'm afraid it will burn out my fan [22:52] I also cant get pwmconfig to work [22:53] hi their [22:53] is there no PPA that's just the various nV drivers without bleeding edge X stuff? [22:54] if i close the laptop doesn't suspend but screenlock. Any idea what's wrong? [22:54] roothorick: newer nvidia drivers require bleeding edge X stuff. [22:54] bekks: I really doubt that. [22:54] is there a better place to ask my question, i really want to get xubuntu 13.10 working on my laptop [22:54] has anyone had problems with uefi and fan controls? [22:55] Sia- system settings > power [22:56] roothorick: Then you should read about the requirements of the drivers. [22:57] iam do you have the same issue with 12.04? [22:57] MonkeyDust, i haven't tried 12.04 yet [22:58] right now i only have 13.10 :P [22:58] i guess i could try 12.04 [22:58] MonkeyDust, what is the difference between them? [22:58] is it noticeable? [22:58] iam what medium are you using? usb stick or dvd? [22:58] MonkeyDust, i am booting from USB [22:58] iam ok, put 12.04 on it and try that [22:59] ok. [22:59] * iam downloads [23:00] okay so, nvidia's website was confusing me [23:00] Now, the next step..figure out how to get ubuntu's signed loader to boot debian. [23:00] they're continuing the 304 line for the 210 [23:00] MonkeyDust, this one "Latest LTS release: 12.04, Precise Pangolin" ? [23:01] iam: 12.04 is the latest Long Term Support version and is known to work pretty well with most hardware. The 2013 versions have some problems with some video cards, particularly 13.10. [23:01] I have seen some cool looking desktops that are all just running tex/console mode (no gui nonsense) and its all laid out in easy to see way with some magic to move between windows. Does anyone know what application does that? Or is it a special file manager? [23:02] PowerPenguin: A tiling desktop will do. [23:02] PowerPenguin: something in the twm, ratpoison etc family [23:03] bekks: Thanks. [23:03] screen can do that without using a GUI but is a bit hard to learn [23:03] roothorick: I will give that a trye. [23:03] what about tmux? [23:03] screen <3 [23:03] screen > * :) [23:04] screen is also useful in if you accidently close something you can do screen -r and bring it back [23:05] and even logout, then use screen -r or screen -dr [23:05] logout and back in* [23:14] ok. boot-repair made things worse. [23:15] Still same problem in secure boot mode, but now with added errors. ) [23:16] booting without secure boot shows 2 ubuntu entries and 2 windows entries in grub [23:18] i wish debian would boot properly with uefi [23:18] i cant stand this crap. [23:19] i am in the middle of installing/updating the os on a dell pc and have come across a bunch of NVIDIA drivers in the additional drivers settings, do I need to download all ofthese? [23:20] currently i am looking at "NVIDIA accelerated graphics driver (post-release updates)(Version 173-updates)" and "NVIDIA accelerated graphics driver (post-release updates)(version 304-updates)" [23:20] is there a way to have boot-repair undo everything it did? === whitenite is now known as zz_whitenite [23:20] It broke more than it fixed. [23:21] and am debating whether I need to get the former driver considering i just activated NVIDIA accelerated graphics driver(version 304) [23:21] How can root write to an external hard drive which has no write bit? [23:22] chmod is not working [23:22] philtrAlt: Those are "options" in Additional Drivers, that one may dpwnload if needed. If you are happy with the drivers that the installer chose, leave well enough alone. [23:22] Donald_ET3: NTFS? [23:22] How did you know. O_O [23:22] Donald_ET3: did you mount it at the command-line perchance? [23:22] Donald_ET3: chmod does not work on NTFS :) [23:22] Not originally. [23:22] oh alright, good stuff thanks for clearing that up [23:23] how do you do permissions on files in linux? [23:23] D: [23:23] hrm. usually if the whole partition is read-only, it's because it was mounted with ntfs instead of ntfs-3g [23:23] but GUI is usually smart enough to not do that [23:23] and yeah, you don't use chmod on NTFS partitions [23:23] This distro does not have ntfs-3g. [23:24] So, I should reformat. [23:24] !info ntfs-3g [23:24] ntfs-3g (source: ntfs-3g): read/write NTFS driver for FUSE. In component main, is standard. Version 1:2013.1.13AR.1-2ubuntu1 (saucy), package size 429 kB, installed size 1521 kB (Only available for linux-any; kfreebsd-any) [23:24] What FS do you recommend [23:24] if you're not using a *buntu, go ask your actual distro's support channel :\ [23:24] depends on your requirements [23:24] Donald_ET3 what's the output of cat /etc/issue === [1]AnthonyUK is now known as AnthonyUK [23:25] i know "rtfm" and currently am in the process but, where in the file system can i find currently installed versions of python and its related components [23:25] philtrAlt: why? [23:25] "cat /etc/issue" shows "Trisquel GNU/Linux 6.0 \n \l" [23:26] talk to the Trisquel folks then... [23:26] Fine... [23:26] because i want to see if 3.3 is installed [23:26] Donald_ET3 it's not supported here [23:26] philtrAlt: apt-cache policy python3 [23:26] Really? It is very similar. [23:27] philtrAlt: and you can try python3 -V [23:27] philtrAlt: "rtfm" is not a part of our philosophy .. for what is installed, there are a number of tools. try -> dpkg -l python <- . [23:27] yep, really. each distro channel handles its own distro, and not other distros [23:27] we handle #ubuntu and not derivatives. #debian handles Debian and not derivatives (including Ubuntu), etc. [23:27] less confusion that way [23:27] Donald_ET3 similar, but now you are confronted with a differnce [23:27] Ok. That was a big waste of time. [23:28] boot-repair made the system in-bootable. [23:28] Okay, thanks for the info. :) [23:28] er, un-bootable. [23:28] good to hear, not part of my philo either [23:29] Is there a way to undo whatever Ubuntu install or boot-repair did? [23:29] philtrAlt: yep, ask, think ask some more, we are here to help AND teach. [23:30] hello, I was wondering if anyone can help me to install ubuntu 13.04 Raring Ringtale to my Toshebia Conavario basics hdd when i do the installer either way (something else) (erase disk) i get the error Cannot create that partition in SDB1 SCCS (0,0,0) [23:30] bnoji2 is this useful http://www.supergrubdisk.org/ [23:30] can ubuntu use tacacs for AAA ? [23:30] hi, suspend via comandline or menu working fine, but if close lid the laptop doesn't! [23:30] any idea? [23:31] Titanium is that a server? if yes, better ask in #ubuntu-server [23:31] mrpizzaface: nope, short answer 13.04 is no longer supported. It has reached End Of Life, choose a current version to install. [23:31] MonkeyDust tacacs is for routers [23:31] not servers [23:31] Bashing0om: ok it gives me that same error on 12.04 and every other version i try so what could be the issue [23:32] bnoji2, Here is the developers thread, post the bootinfo summary there and your details. http://ubuntuforums.org/showthread.php?p=10871917#post10871917 [23:32] great news for me, i spent a lot of time learning .NET only to find that I need to be apart of the open source world so am pretty new to linux [23:32] Sia- have you looked in system settings > power ? [23:32] mrpizzaface: OK, let's focus on gett ing 12.04 installed. What are you installing on and is Windows A factor ? UEFI ? secure boot and all that ? [23:33] Bashing-om: no windows, UEFI ?, Device dosnt support secure boot, [23:33] Beldar: I'm not interested in messing around with it. [23:34] MonkeyDust, yes, [23:34] The only reason I'm stuck with ubuntu is because it was the only deb-based system that would work with secure boot [23:34] otherwise id be runnin wheezy [23:34] bnoji2, Cool, the best help I have seen is at that thread, but do what you like. [23:35] Beldar: my end goal is only to use the ubuntu signed loader to chainload other distroes. [23:35] Thanks for the info. [23:35] grub 2 yes I have 4 OS myself [23:35] mrpizzaface: Well, should be straight forward. Have you verified the ,iso file (md5sum) ? What is your install medium CD, DVD or USB ? [23:35] is there a "linux bible" that is generally considered to be "the" resource for learning? [23:35] !manual [23:35] The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [23:36] philtrAlt: google [23:37] Bashing-om: USB and the installer fails when i install with a error about unable to create a partition on SDB1 (external HDD) [23:37] thanks again [23:38] Bashing-om: here is the full error The ext4 file system creation in partition #2 of SCSI6 (0,0,0) (sdb) failed. [23:38] guys [23:38] mrpizzaface: OK, we will look here directly, can you boot the liveUSB to the "try ubuntu" mode and we can activate a terminal for a looksee ? [23:38] i got 12.04 xubuntu, and i still have the same problem [23:38] MonkeyDust [23:39] Bashing-om: what commands [23:39] Via command line, what is the best way to kill those pesky process that don't want to be killed? [23:40] FlacBean02: sysmonitor_grb [23:40] FlacBean02, i think it is xkill [23:40] FlacBean02, check out man xkill [23:41] mrpizzaface: pastebin -> fdisk -lu , sudo parted -l , sudo parted /dev/sdb unit s print <- . [23:41] also, sigterm [23:41] FlacBean02, kill -9 processnumber [23:42] thats what i tried kill-9 5458 what it will not terminate [23:42] is it a daemon [23:42] but i mean [23:42] if it is a daemon it will run again [23:42] and man kill [23:42] its rhythymbox [23:43] FlacBean02, have you tried openning system monitor? [23:43] Bashing-om: http://pastebin.com/Wv2sLxKp [23:43] it should be killed [23:43] yes and its still listed [23:43] mrpizzaface: looking ar your LxKp . [23:43] weird [23:44] right... [23:44] Bashing-om: english .... [23:45] well. that was a waste. im giving up on ubuntu. [23:45] I am having problems installing xubuntu 12.04 to a partition i made http://imgur.com/a/haWX7 any idea on how to fix? [23:45] bnoji2, dont [23:45] its a good distro [23:46] linuxuz3r: It doesnt work. [23:46] okay if I understand xkill correctly, this won't help me as rhythymbox is closed but system monitor still shows running. [23:46] I was using it because I was hoping it would be turnkey... [23:46] otherwise, I would steet clear. [23:47] It's managed to screw up EFI boot stuff. [23:47] oh [23:48] Bashing-om: i think i know whats wrong i let it use a logical partition instead of a primary for the / dirrectory and /home directory [23:48] Now my system is unbootable. [23:48] If I run apt-get install php5 , will that be the newest php? (php 5.5 ?) [23:48] Will probably have to do a factory restore. [23:48] of course i could restart my computer to fix it but thats no fun :) [23:48] mrpizzaface: GPT disk, need another tool to look at it rather than fdisk -> sudo apt-get install gdisk , gdisk -l /dev/sdb <- . [23:49] mrpizzaface: Ubuntu does not care weather the partition is primary or in an extended partition. [23:51] Thanks for trying guys, but I think I'm going to restore Win 8. [23:51] Ubuntu just isn't working. [23:51] ok [23:51] bnoji for efi? [23:51] yes [23:51] Bashing-om: http://pastebin.com/exW2Fa50 [23:51] It screwed up the efi entries. [23:51] mrpizzaface: looking at Fa50 [23:51] https://help.ubuntu.com/community/UEFI [23:52] I have 2 ubuntu entries and no windows entries. [23:52] you cant boot to windows? [23:52] not anymore. [23:52] Yeah I don't know its weird kill -9 wont work. I can reproduce this bug all the time. It has to do with iPods and Rhythymbox reading writing to them. [23:52] I didnt want ubuntu in the first place...its just the only distro that was supposed to work with secure boot and apt/. [23:53] My end goal was only to use ubuntu for its bootloader to boot debian. [23:53] http://ubuntuforums.org/showthread.php?t=2053086 [23:53] bnoji2, Bummer you had problems, you seem to want to move on, could you do so. ;) [23:53] ubuntu is a nice distro [23:53] linuxuz3r: I don't even get Win bootloader in the uefi menu anymore. [23:54] It will probably work fine as a solo install. [23:55] mrpizzaface: gdisk says that ubuntu is installed ! .. OK, what happens when you change the boot priority to the second disk and boot ? [23:55] ok good luck have fun [23:56] Bashing-om: i get the normal blinking _ of a failing bootloader .. === altscdias is now known as scdias [23:58] mrpizzaface: Well, there is a means to (re-)install the bootloader, I have not done it, will take me a bit to research it - if no one here can advise. (GPT is new order to me ) [23:59] Bashing-om: buy, the ubuntu installer fails to install ... so how can it copy all the files so quick yet fail without installing the bootloader