Coop34 | Jordan_U: terminal says /dev/sdal doesnt exist | 00:02 |
---|---|---|
Jordan_U | Coop34: I highly recommend copying and pasting commands so that you don't accidentally make typos. | 00:02 |
Coop34 | Jordan_U: thats what i did | 00:03 |
Jordan_U | Coop34: Then please also copy and paste the exact error message. | 00:04 |
Shai-Tan | has anybody installed php7 successfully? | 00:05 |
Coop34 | Jordan_U: http://paste.ubuntu.com/15087617/ | 00:05 |
Jordan_U | Coop34: What those commands are doing is 1: Making a mountpoint that we later use for mounting your /boot/ partition somewhere else. 2: Unmounting /boot/, as we don't want /boot/ to be a mountpoint any longer, we just want it to be a normal directory within your root fileystem. 3: Mounting your /boot/ partition to the temp mountpoint so that we can copy files from it to your /boot/ directory. 4: Actually | 00:06 |
Jordan_U | doing the copying (so that your /boot/ directory will actually have your kernel images, rather than just being empty. 5: Re-installs grub, this time grub-install will make an installation that looks on your root fs for /boot/grub/ rather than using your separate /boot/ partition 6: Updates /boot/grub/grub.cfg to also look in your root fs for /boot/. | 00:06 |
mediachicken | is it possible to check what keyboard drivers are currently connected/being used? I connected one of the new apple magic keyboards and it's not using the hid_apple drivers | 00:06 |
Jordan_U | Coop34: I never used /dev/sdal in my comment, so you clearly didn't copy and paste the commands from my comment. Please try again using copy and paste. | 00:07 |
mediachicken | the keyboard is working fine, but the fn keys aren't working and changing the fnmode on the hid_driver only modifies the built in macbook keyboard | 00:07 |
Coop34 | sudo mkdir /tmp/temporary_boot_mountpoint && sudo umount /boot/ && sudo mount /dev/sda1 /tmp/temporary_boot_mountpoint && sudo cp -a /tmp/temporary_boot_mountpoint/* /boot/ && sudo grub-install /dev/sda && sudo update-grub | 00:08 |
Coop34 | Jordan_U: i just copied and pasted your exact comment | 00:10 |
Jordan_U | Coop34: Ok. And did you try running it in a terminal yet? | 00:10 |
Coop34 | Jordan_U: yes and it says mkdir: cannot create directory ‘/tmp/temporary_boot_mountpoint’: File exists | 00:12 |
zvive | is it possible to install a package to my main ubuntu from a live disk... my livedisk is 14.04 lubuntu, I want to install wicd-kde to kde-plasma desktop on ubuntu 15.10... | 00:13 |
zvive | for some reason kde's network manager won't work w/ android tethered - it doesn't see the USB connection when I try to connect it, and our internet is having an outage. | 00:14 |
Jordan_U | Coop34: Great. That is just the result of running the mkdir command multiple times. So now you should just run the commands that haven't already been run. Since you mentioned an error at the mount command before, that's probably where you should start: | 00:15 |
Jordan_U | Coop34: Please pastebin the output of "mount". | 00:15 |
cruisibesares | anyone have any words of wisdom for that upstart issue | 00:16 |
Solarlux | Is it possible to ijnstall team viewer on ubuntu? | 00:17 |
thepengwin | Solarlux: yes, teamviewer has an ubuntu installer | 00:17 |
Bashing-om | zvive: Doubtful, but one can look. comapare ' apt-cache dependeds wicd-kde ; apt-cache rdepends wicd-kde ' on 14.04 and that of 15.10 . | 00:17 |
Solarlux | I dont know how to install sh s ? | 00:17 |
Jordan_U | Coop34: I am asking for the output of "mount" to confirm that /boot/ has already been unmounted before we continue with the rest of the commands. | 00:18 |
OerHeks | zvive, i wonder if lubuntu packages contain wicd-kde... it is kubuntu specific. and i would not mix versions, wicd-kde is available for 15.10 | 00:18 |
Coop34 | Jordan_U: ok it ran sorry about earlier i must have bumped somehting | 00:18 |
zvive | yeah I'm wanting to just maybe get the deb files then install those offline by logging back into my kubuntu desktop.. but need to get them while I have internet | 00:18 |
Bashing-om | !aptoncd | zvi Maybe consider: | 00:20 |
ubottu | zvi Maybe consider:: APTonCD is a tool with a graphical interface which allows you to create one or more CDs or DVDs with all of the packages you've downloaded via apt-get or aptitude, creating a removable repository that you can use on other computers - See also !offline | 00:20 |
Jordan_U | Coop34: The mistake you made was misreading the number '1' as the letter 'l' (lowercase 'L') and thus mistyping the command. That isn't a mistake that would happen if you copied and pasted. | 00:20 |
Lunastyx | Ok guys. I've installed ubuntu on a USB key (as if it was an external hard drive) from a live USB. I've installed GRUB on that USB key too. However, it messed up my main harddrive. So much that I can't even boot an liveusb now. I always end up on a grub shell. What can I do? | 00:20 |
mgolisch | you probably installed grub on your hardisk | 00:21 |
Jordan_U | Coop34: And if you can't or don't want to copy and paste for some reason, that's not so much a problem but claiming that you did one thing when you in fact did another makes it hard to give you reliable support. | 00:21 |
Lunastyx | mgolisch, I already had one there | 00:21 |
Coop34 | Jordan_U: got it, my bad i was copying a line at a time and messed up | 00:21 |
Lunastyx | and it's obviously not working anymore | 00:21 |
Jordan_U | Coop34: Got it, so you missed a sinbgle character and just typed it instead of re copying the whole thing. That's a pretty reasonable mistake to make, and you were in fact copying and pasting for the most part. | 00:23 |
thepengwin | Lunastyx: can you get to a livecd boot? if so you should be able to just reinstall grub along these lines - http://howtoubuntu.org/how-to-repair-restore-reinstall-grub-2-with-a-ubuntu-live-cd | 00:23 |
Lunastyx | thepengwin, no CDROM reader on my laptop | 00:24 |
Coop34 | Jordan_U: Yeah that was my bad, i should have said | 00:24 |
thepengwin | livecd/usb, whatever you can boot to. | 00:24 |
Jordan_U | Coop34: Did all of the commands finish successfully? If so, have you edited your /etc/fstab to comment out the line for /boot/? | 00:25 |
Lunastyx | thepengwin, I CAN'T, that's the issue. | 00:25 |
Lunastyx | " So much that I can't even boot an liveusb now." | 00:26 |
axscode | hi guys, i have a quick Q on W: Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-i386/Packages 403 Forbidden | 00:26 |
Coop34 | Jordan_U: yep but...http://paste.ubuntu.com/15087748/ | 00:26 |
Jordan_U | Lunastyx: Can you be at the grub shell and on IRC at the same time? | 00:26 |
axscode | anyone happen to know how to fix this... | 00:26 |
Bashing-om | zvive: How about dounloading the .deb : http://packages.ubuntu.com/wily/wicd-kde ? | 00:26 |
Lunastyx | Jordan_U, unfortunately no, but I can do trips | 00:26 |
tomreyn | Jordan_U: /root is a dm mapped device on Coop34's. have you checked he's not using FDE, where /boot must reside outside of if to boot it (unless a somewhat complex non-standard configuration is applied) | 00:27 |
Lunastyx | Jordan_U, I've tried : linux(hd0,msdos1)/casper/vmlinuz then initrd(hd0,msdos1)/casper/initrd.lz then boot : it almost looked like it worked then I end up on a n initframs shell | 00:27 |
=== mcm is now known as Guest22340 | ||
tomreyn | Coop34: sorry for not responding earlier, i was called off | 00:28 |
Jordan_U | Coop34: That was an English sentence, it wasn't inteded to be entered into the terminal directly. To edit your /etc/fstab run "gksudo gedit /etc/fstab" or if you're comfortable with using the terminal based nano text editor then run "sudo nano /etc/fstab" instead. | 00:29 |
Jordan_U | tomreyn: "FDE"? | 00:30 |
tomreyn | full disk encryption | 00:30 |
tomreyn | i.e. dmsetup + LUKS | 00:30 |
Coop34 | tomreyn: no problem Jordan_U has been helping | 00:31 |
tomreyn | dmcrypt + LUKs even | 00:31 |
Jordan_U | tomreyn: Indeed that would be a problem, and no I didn't check that. | 00:31 |
Jordan_U | Coop34: Are you using LUKS encryption or only LVM? | 00:31 |
tomreyn | Coop34: so you use full disk encryption, do you need to enter a password or passphrase while ubuntu is booting up and before you get to the login screen? | 00:31 |
skj | I'm stupid and need help, whenever I try to install through uefi I get to the grub menu but on boot of the live disk/install it hangs and freezes up, and it's the dell xps 15 9550 | 00:32 |
=== lesik is now known as lesik_afk | ||
skj | going through legacy boot doesnt do anything either | 00:32 |
tomreyn | Jordan_U: also md RAID might be an issue for booting depending on the metadata format version used | 00:32 |
Jordan_U | tomreyn: Grub2 has supported all mdraid metadata formats for a while now. | 00:33 |
Coop34 | Jordan_U: Only LVM | 00:33 |
tomreyn | Jordan_U: oh wanst aware of this, that's good to know | 00:33 |
Jordan_U | Coop34: Great. | 00:33 |
Coop34 | tomreyn: i enter at the login screen | 00:34 |
Jordan_U | Coop34: Do you know what I mean when I ask you to "comment out the line relating to /boot/ in your /etc/fstab"? | 00:34 |
tomreyn | okay, go on then | 00:34 |
=== baggar11_ is now known as baggar11 | ||
Coop34 | Jordan_U: no i dont sorry im pretty new to linux troubleshooting | 00:39 |
kevin___-___ | Plop | 00:40 |
kevin___-___ | i have an SSD and an HDD, will my comp' be faster if i put my /home on the SSD, or it will be the same as /home on HDD? | 00:40 |
skj | can anyone help? | 00:41 |
k1l_ | kevin___-___: i would put / and /home on ssd. and use the hdd for data like musik, photos, isos,.... | 00:41 |
kevin___-___ | k1l_: i thought about it. | 00:41 |
Jordan_U | Coop34: That's OK. I'll walk you through it. First, lets get the exact contents of your /etc/fstab. Please run "pastebinit /etc/fstab". That command will create a pastebin with the contents of your /etc/fstab then spit out a link for you to post here for us to look at it. | 00:41 |
Sachiru | k1l_, may I ask why putting /home on ssd would make the PC faster? Since /home usually does not contain binaries. | 00:42 |
=== troy_ is now known as Guest43030 | ||
k1l_ | Sachiru: read/write speed is way faster on the ssd. and that is what you do with stuff in /home. program confics and data. | 00:44 |
Sachiru | Yes, but program configs are what, less than half an MB at most. | 00:45 |
Coop34 | Jordan_U: you still here? | 00:45 |
Sachiru | And if you're reading/writing multimedia data on /home (for general use, like playing back movies/seeking to certain times on movies and such), there's minimal difference between 100 IOPS and 1000 IOPS. | 00:46 |
Jordan_U | Sachiru: It doesn't matter much how large they are if it takes spinning up the drive and seeking to read them. Especially if there are a lot of such files. | 00:46 |
Jordan_U | Coop34: Yes. | 00:46 |
thepengwin | i tend to leave /home on an ssd, it makes it easier to access a faster part of userspace | 00:47 |
Sachiru | I would argue that /var, /bin, /boot and /sbin on SSD make sense, but putting "Grandma's Oatmeal Cookie Recipies.odt" on SSD to make loading it faster? Not really perceptible. | 00:47 |
k1l_ | Sachiru: yeah, they are not big, but the speed is the issue. if it takes 5 times longer to access a 2kb file to while starting $program, that is what you really feel using the desktop | 00:47 |
enyc | bug in ubuntu website -> 14.10 directory entry incorrectly labelled, in http://old-releases.ubuntu.com/releases/ | 00:48 |
k1l_ | best would be to put everything on ssd :) | 00:48 |
kevin___-___ | if i put /home on my SSD, all of my personnal datas will be on my HDD. Like Documents/Pictures/Music/Videos | 00:48 |
Coop34 | Jordan_U: i did the pastebinit command you sent | 00:48 |
thepengwin | it would be nice to magically symlink specific folders in your /home to HDD and then default the rest to ssd | 00:49 |
thepengwin | in fact, i might do that for my server... | 00:50 |
WinterGuardian | Hi, where can I find the content of my usb stick if I have no dev/sda ? | 00:50 |
Jordan_U | Coop34: Ok. It should have output a URL. Please post that URL to the channel. | 00:50 |
Coop34 | Jordan_U: http://paste.ubuntu.com/15087843/ | 00:50 |
WinterGuardian | Nvm | 00:50 |
thepengwin | WinterGuardian: i normally look at the /dev/disk/by-uuid folder | 00:51 |
Sachiru | Although I agree that the best thing to do is everything on SSD, in cases where space is scarce, one can forego /home on SSD since the impact of that is minimal compared to, say, /bin, /var or /boot on SSD | 00:51 |
k1l_ | Sachiru: imho you do underestimate the impact of the access times for those files and configs you use on daily basis | 00:53 |
thepengwin | i feel like its a bit of a waste to give an ssd to / and not use even a little of it for your /home :P | 00:54 |
WinterGuardian | it was just media | 00:55 |
kevin___-___ | i should put Docs Pics and Music on my SSD and my Videos on HDD | 00:55 |
Sachiru | k1l_, I use ZFS. Files are loaded once and cached in ARC. Never need to hit disk again for them, as long as I have enough RAM. | 00:57 |
Sachiru | Only thing that matters is streaming reads of any data larger than 128kb. | 00:57 |
Sachiru | Which a HDD can easily do. | 00:57 |
k1l_ | kevin___-___: for a full desktop ubuntu needs ~10GB for /. the rest is userdata in /home. i would put as much "heavy stuff you dont need often anyway" like videos, music etc on the hdd then. | 00:57 |
skj | you know what I'm just gonna install fedora instead | 00:58 |
skj | at least that one worked | 00:58 |
kevin___-___ | k1l_: well, i think i will do that. | 00:59 |
Jordan_U | Coop34: Great, please run the following, which will comment out the /boot/ line: | 01:00 |
Jordan_U | Coop34: sudo sed -i 's/UUID=a78e3d3b/#UUID=a78e3d3b/' /etc/fstab | 01:00 |
=== ericn81_ is now known as ericn81 | ||
Jordan_U | Coop34: Once that command has been run you should be done, but before you reboot I'd like you to run a script called "boot info script" which will help us get information about your configuration so that we can be sure that everything looks correct now. | 01:03 |
Coop34 | Jordan_U: ok is that the command or english | 01:04 |
Solarlux | hello all where can i see all my network adapters in Ubuntu? | 01:04 |
Jordan_U | Coop34: That is english. | 01:04 |
k1l_ | Solarlux: "lshw" | 01:05 |
Coop34 | Jordan_U: send it when you're ready | 01:05 |
tannerstirrat | 'evening. is anyone on? | 01:06 |
tannerstirrat | specifically, someone who can help me understand networking? | 01:06 |
Jordan_U | Coop34: sudo apt install boot-info-script && sudo bootinfoscript && pastebinit RESULTS.txt | 01:06 |
Jordan_U | tannerstirrat: Just ask your actual question and if anyone can help they will. | 01:07 |
tannerstirrat | kk, thank you | 01:07 |
erick_itgeek | tannerstirrat what part of networking? | 01:07 |
Solarlux | Where can i switch off one newtork adapter and switch on another? | 01:07 |
erick_itgeek | thank you jordan_u | 01:07 |
Coop34 | Jordan_U: http://paste.ubuntu.com/15087934/ | 01:07 |
erick_itgeek | solarlux terminal is the best place | 01:08 |
tannerstirrat | i'm running a local development server, which ideally i'd like to have visible on my vm's outward-facing IP address. when I nmap localhost, I can see the port and it's listening, but when I nmap the external-facing IP, the port isn't there. | 01:08 |
tannerstirrat | what would be causing this? | 01:08 |
tannerstirrat | could* | 01:08 |
tannerstirrat | it's not firewall, as far as i know, because I've got rules explicitly set up to allow connections on the port in question | 01:09 |
erick_itgeek | tannerstirrat it could be bug related, someone else asked about this a few days ago in regards to ubuntu and the VM, they were able to ping from within the VM but it could not connect with anything else like the host for example | 01:12 |
Jordan_U | Coop34: That didn't work terribly well due to bugs in that version of boot info script. Let's try a newer version. Please run "cd /tmp/ && wget https://raw.githubusercontent.com/arvidjaar/bootinfoscript/master/bootinfoscript && chmod +x bootinfoscript && sudo ./bootinfoscript && pastebinit RESULTS.txt" . | 01:13 |
tannerstirrat | hmm... it's not that i'm unable to access the host | 01:14 |
tannerstirrat | i've still got ssh access, for example | 01:15 |
Coop34 | Jordan_U: http://paste.ubuntu.com/15087954/ | 01:15 |
erick_itgeek | tannerstirrat somewhere along the line of connection there is an error causing the port to close or switch on or off | 01:16 |
tannerstirrat | it's almost like there's some disconnect between my ens192 interface and my localhost interface | 01:16 |
tannerstirrat | huh... but i've also been able to get a webpack server listening on the external IP by explicitly designating the external IP | 01:16 |
tannerstirrat | would that still be related? | 01:16 |
Jordan_U | Coop34: It looks like you didn't run the sed command I gave you earlier, is that correct? | 01:17 |
erick_itgeek | what i mean is, if your VM is using the port at the same time your host is, that can cause the port to switch between each other, they connect to each other yes, but they cant connect separately at the same time. | 01:18 |
web2003 | GCC isn't linking against fs/ext4.h. Not developing a module, just a normal program that tries to access the filesystem. | 01:18 |
tannerstirrat | oh! sorry. this is a company VM, so this isn't a conflict with my personal computer. the VM is on the company network, and set up with a static IP | 01:18 |
Coop34 | Jordan_U: it looks like i missed that one | 01:18 |
Jordan_U | Coop34: sudo sed -i 's/UUID=a78e3d3b/#UUID=a78e3d3b/' /etc/fstab | 01:19 |
erick_itgeek | tannerstirrat oh ok that is starting to make more sense, the old xy conflict | 01:19 |
tannerstirrat | xy conflict? | 01:20 |
Coop34 | Jordan_U: i tried again http://paste.ubuntu.com/15087976/ | 01:20 |
erick_itgeek | !xy | tannerstirrat | 01:20 |
ubottu | tannerstirrat: The XY problem is when you need to do X, and you think you can use Y to do X, so you ask about how to do Y, when what you really should do is state what your X problem is. There may be a Z solution that is even better than Y, but nobody can suggest it if X is never mentioned. | 01:20 |
tannerstirrat | haha i like that | 01:20 |
SchrodingersScat | erick_itgeek: thanks for that one | 01:20 |
tannerstirrat | it's mostly a question of still being ignorant enough about networking to not know what's relevant | 01:20 |
Jordan_U | web2003: "Accessing an ext4 filesystem" without mounting it with the linux kernel involves *much* more than "linking against fs/ext4.h". What is your end goal? Why not just mount the fileysystem and access the files that way (which doesn't require linking to any special libraries)? | 01:21 |
maynix | fnlgnlgn | 01:21 |
Jordan_U | Coop34: To get the new output you need to "pastebinit RESULTS1.txt". | 01:22 |
erick_itgeek | its ok, i fall into this same problem, i cannot see what you see and therefore it is harder to know what is happening. so getting back to it. The VM is running on ubuntu correct? | 01:23 |
Coop34 | Jordan_U: will just that line do or do i need all of it? | 01:24 |
tannerstirrat | yes | 01:24 |
web2003 | Trying to maintain inode integrity, don't know if any program currently handles that. | 01:24 |
Jordan_U | Coop34: Just that line. | 01:25 |
tannerstirrat | i've got ubuntu server 15.10 running | 01:25 |
Jordan_U | web2003: What do you mean by "maintain inode integrity"? | 01:25 |
erick_itgeek | tannerstirrat what is the output of nmap to the external IP? is it blank or is there an error etc | 01:25 |
tannerstirrat | no, there's ports on both. hold up... | 01:26 |
web2003 | The filesystem specification allows for links to links of inodes. A malicious process might potentially alter a small file's last inodes to set up a hidden filesystem. | 01:26 |
Coop34 | Jordan_U: http://paste.ubuntu.com/15088013/ | 01:27 |
tannerstirrat | https://gist.github.com/tstirrat15/3281107243ab6a1ddbc2 | 01:27 |
tannerstirrat | waiiiiit.... | 01:27 |
tannerstirrat | goddamn, it might have been firewall rules | 01:27 |
tannerstirrat | hold up | 01:27 |
Jordan_U | Coop34: That looks great. You should be ready to reboot, and everything *should* go fine, but you should have a LiveCD/USB on hand in case it doesn't. | 01:28 |
web2003 | Can a process alter the triple-indirect inode of a small file but maintain the "size"? | 01:28 |
erick_itgeek | reviewing the link, also language is not appropriate just fyi, dont want you to get banned etc | 01:28 |
web2003 | triple-indirect link in the file's inode* | 01:28 |
tannerstirrat | ah, kk. thank you for the heads-up | 01:28 |
Jordan_U | web2003: Only processes running as root can modify the block device directly. | 01:29 |
Coop34 | Jordan_U: thank you so much for the help, this was really getting on my nerves | 01:29 |
Jordan_U | Coop34: You're welcome. | 01:29 |
Coop34 | Jordan_U: one more question is there anyway to get firefox to run the latest flash player? | 01:29 |
tannerstirrat | earlier, 443 wasn't showing externally. I made a ufw rule for https just for fun, and it seems to have resolved that issue. now I'm getting a 400, but that's probably an issue with the server i'm running | 01:29 |
web2003 | Jordan_U: I would imagine that anyone who would go to the trouble to make something like this could easily get root | 01:29 |
tannerstirrat | i'll keep poking at it | 01:30 |
tannerstirrat | thank you, erick_itgeek | 01:30 |
Jordan_U | web2003: So are you trying to exploit a percieved vulnerability or prevent it? | 01:31 |
web2003 | Prevent it. | 01:31 |
Jordan_U | web2003: How exactly do you plan to prevent root from doing whatever they want? | 01:31 |
web2003 | Not clear on what you mean. | 01:32 |
squinty | Coop34, might want to look into installing pepperflash and freshplayer for flash in firefox | 01:33 |
Jordan_U | web2003: What would your program do to prevent this vulnerability from being exploited? | 01:33 |
erick_itgeek | tannerstirrat nmap by default wont scan all ports, if you want to see if the ports are open or close you can run a command to check, in the terminal run the following without quotes " nmap -sT -Su -p 127.0.0.1 " | 01:34 |
web2003 | Iterate over every inode, flattening indirect links and checking the integrity of the inode's listed size | 01:34 |
Jordan_U | web2003: Matthew Gerret's "secure level" patches would prevent this because (when securelevel is 1 or greater) it prevents writing to mounted block devices by userland processes. | 01:35 |
Jordan_U | web2003: Does fsck not do this already? | 01:35 |
Coop34 | Squinty: ive done pepperflash and freshplayer im guessing its just not gonna happen | 01:36 |
erick_itgeek | tannerstirrat you can remove the -sU if you dont want to scan UDP ports, it will take a while but you will see all ports | 01:36 |
web2003 | Free blocks are stored in the cylinder group block maps. fsck checks that all the blocks marked as free are not claimed by any files. When all the blocks have been accounted for, fsck checks to see if the number of free blocks plus the number of blocks claimed by the inodes equal the total number of blocks in the file system. If anything is wrong with the block allocation maps, fsck rebuilds them, leaving out blocks already allocated. | 01:39 |
tannerstirrat | erick_itgeek: this is weird. I just verified that i can telnet to the port that I just opened up (https 443), but I can't telnet to port 3000, which is theoretically open according to my iptables -L output | 01:40 |
web2003 | Each inode contains a count of the number of data blocks that it references. The number of actual data blocks is the sum of the allocated data blocks and the indirect blocks. fsck computes the number of data blocks and compares that block count against the number of blocks the inode claims. If an inode contains an incorrect count, fsck prompts you to fix it. | 01:41 |
web2003 | I guess it does. | 01:41 |
erick_itgeek | tannerstirrat check if it is blocked, nmap -v -p 3000 127.0.0.1 | 01:44 |
io | harry potter | 01:46 |
erick_itgeek | tannerstirrat of instead of 127.0.0.1 you can use the VM IP instead, nmap wont show it, nmap shows only the popular ports, are you having problems connecting? | 01:48 |
=== inteus_ is now known as oheresy | ||
=== oheresy is now known as inteus | ||
WinterGuardian | Why are fonts in ubuntu so much ... raw ? No antialiasing ? | 01:52 |
ShutemDown | fonts should look the same | 01:53 |
ShutemDown | as on windows or mac | 01:53 |
WinterGuardian | Not really for me | 01:54 |
thepengwin | its dependant on the desktop environment and antialiasing settings aswell | 01:54 |
WinterGuardian | I will look for this | 01:54 |
WinterGuardian | It depends of the program | 01:54 |
thepengwin | if on unity/gnome you can change the settings using gnome-tweak-tool unity-tweak-tool or ubunt-tweak | 01:54 |
WinterGuardian | I'm using kde | 01:54 |
WinterGuardian | Web pages are okay, hexchat is okay, intelliJ is really bad, web tabs are really bad, windows header bad too | 01:55 |
ShutemDown | I'm guessing it's the theme you are using. | 01:55 |
ShutemDown | pretty sure actually | 01:55 |
thepengwin | https://www.maketecheasier.com/get-great-looking-fonts-in-kde/ | 01:55 |
thepengwin | oh, java based apps | 01:56 |
ShutemDown | he said window headers too | 01:56 |
=== bestucan1 is now known as bestucan | ||
WinterGuardian | It's mostly windows headrs | 01:57 |
thepengwin | yeah, just java based applications dont configure fonts properly, im not sure how to fix it but it has something to do with the java widget library it uses | 01:57 |
WinterGuardian | headers * | 01:57 |
thepengwin | as for window headers, there should be settings to make them look better in kde's control panel | 01:57 |
WinterGuardian | Oh yes thanks a lot | 01:59 |
WinterGuardian | Antialiasing was disabled | 01:59 |
thepengwin | how odd | 01:59 |
somsip | !find openssl | 02:03 |
ubottu | Found: libcrypt-openssl-bignum-perl, libcrypt-openssl-random-perl, libcrypt-openssl-rsa-perl, libcurl4-openssl-dev, libevent-openssl-2.0-5, libgnutls-dev, libgnutls-openssl27, libxmlsec1-openssl, openssl, python-openssl (and 35 others) http://packages.ubuntu.com/search?keywords=openssl&searchon=names&suite=wily§ion=all | 02:03 |
Afteraffekt | Hey all. I'm trying to see if Ubuntu can save a drive that died while formating. Fdisk -l and gparted neither see the drive what more can I do? | 02:07 |
ubuntu_ | hello, i have 14.04 installed on my lenovo yoga 13 laptop and everything was working perfectly! all of a sudden it won't boot. can anyone help? I am logged in using a usb stick, same computer. | 02:07 |
naxo | somebody can explain me how to do a chat server here with LAN? | 02:10 |
ubuntu_ | can anyone help with an installation that suddenly will not boot? | 02:15 |
Jordan_U | ubuntu_: What happens when you try to boot? | 02:17 |
ubuntu_ | Jordan_U, thank you. i get the screen with the dots, then it goes to a black screen | 02:18 |
naxo | /exit | 02:18 |
ubuntu_ | Jordan_U, this was a perfectly fine install until suddenly not booting. i am on the same computer, using ubuntu on a stick, so i can access the HD | 02:18 |
Jordan_U | ubuntu_: Are you using any proprietary graphics drivers? Can you pastebin your /var/log/Xorg.0.log from your installed system? | 02:22 |
ubuntu_ | Jordan_U, no i am not using any such things. yes i will pastebin. only two conditions that i can think of changed before this reboot problem. 1. I installed skype. 2. i let the battery drain completely by accident. hang on for pastebin | 02:23 |
ubuntu_ | Jordan_U, still working on paste | 02:29 |
ubuntu-mate | hey hey peeps, anyone know how i can make a persistent usb of the alpha 2 iso? i think i just add persisent --- at the end when i boot and then i make a new user on the live cd and it should auto create a casper-rw or do i need to make that before i guess | 02:30 |
somsip | !persistent | ubuntu-mate (and see !16.04) | 02:31 |
ubottu | ubuntu-mate (and see !16.04): For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent | 02:31 |
ubuntu_ | Jordan_U, http://pastebin.com/BPJ0wWnG | 02:32 |
swengin | Hi I mounted a disk using this udo mount /dev/sdb1 /mnt && sudo mount --bind /dev /mnt/dev && sudo mount --bind /proc /mnt/proc && sudo mount --bind /sys /mnt/sys && sudo mount --bind /dev/pts /mnt/dev/pts && sudo cp /etc/resolv.conf /mnt/etc/resolv.conf | 02:33 |
swengin | so I can chroot it | 02:34 |
swengin | but now I want to unmount the disk | 02:34 |
swengin | no matter what I try the device is always busy | 02:34 |
swengin | I tried fuser -k and umount -f | 02:34 |
swengin | fuser -k /mnt and umount -f /mnt | 02:35 |
=== ubuntu is now known as Guest6931 | ||
ubuntu_ | Jordan_U, any ideas? | 02:42 |
Bashing-om | swengin: Don't know, but the way you set up networking is depreciated .. ...Taking a poke at it - what results ' sudo umount /mnt/run ' ? | 02:42 |
=== Loshki is now known as Loshkibo | ||
Jordan_U | ubuntu_: Please pastebin your installation's /usr/share/X11/xorg.conf.d/50-synaptics.conf . | 02:44 |
ubuntu_ | Jordan_U, http://pastebin.com/96A1d0Jp | 02:46 |
Jordan_U | ubuntu_: Have you modified this file at all? | 02:48 |
malwarez | =] | 02:48 |
ubuntu_ | Jordan_U, yes, i added the lines: Option "FingerLow" "40" | 02:49 |
ubuntu_ | Option "FingerHigh"40" | 02:49 |
ubuntu_ | toward the beginning | 02:49 |
=== cryptodan_deskto is now known as cryptodan | ||
hotvilla | what? | 02:50 |
Jordan_U | ubuntu_: I don't know how those lines should look but your Xorg.0.log is complaining about them. Try reverting them back to their original state and see if X starts then. | 02:53 |
ubuntu_ | Jordan_U, ok. i will work on that and come back. thanks for having a peek. fingers crossed. | 02:54 |
=== SonikkuAmerica is now known as HoopSkirtWithFri | ||
=== HoopSkirtWithFri is now known as SkirtWithFrills | ||
=== SkirtWithFrills is now known as SonikkuAmerica | ||
alexandru | please help how to set a bluetooth handset on may xubuntu 14.4 | 03:01 |
alexandru | please help how to set a bluetooth handset on may xubuntu 14.04 | 03:01 |
alexandru | please help how to set a bluetooth handset on may xubuntu 14.4 , on chat please | 03:04 |
krycek | !patience | alexandru | 03:05 |
ubottu | alexandru: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ | 03:05 |
=== wes is now known as Guest61120 | ||
kinnu323 | #videolan | 03:07 |
absk007 | how do i clear Ubuntu cache. I only have 12 MB out of 16 GB left in my ubuntu partition and I don't have any useless software. And I've already cleared apt cache. | 03:11 |
absk007 | What else do I need to clean? | 03:11 |
squinty | absk007, install bleachbit use with caution | 03:15 |
squinty | qmx5599 | 03:15 |
absk007 | squinty, install bleachbit in 12 MB space left? :/ OK. I'll find a way. Thanks | 03:15 |
Bashing-om | absk007: Old kernels ? ' dpkg -l | grep linux- ' .. only need 2 kernels . | 03:17 |
squinty | 3,751 kB of additional disk space will be used. after installing bleachbit | 03:18 |
=== ruenoak1 is now known as ruenoak | ||
=== Mrokii_ is now known as Mrokii | ||
absk007 | squinty, using bleachbit, it shows ' Delete 4.1kB /usr/share/help/my/ubuntu-help/*.page ' | 03:24 |
absk007 | squinty, ain't they required? | 03:25 |
absk007 | squinty, why does it show all kinds of help files for deletion? | 03:26 |
squinty | absk007, no idea never noticed or used those files before to be honest | 03:27 |
absk007 | squinty, well, i ran bleachbit using sudo :P | 03:27 |
absk007 | squinty, prolly, i should run normally | 03:28 |
squinty | absk007, you can run both system files (logs etc) need admin | 03:28 |
absk007 | squinty, though cleaning up all those help files would free atleast 300mb | 03:28 |
squinty | absk007, when running in normal user mode you probably will see a bunch of files that it doesn't have permissions to delete therefore root bleachbit is required | 03:29 |
WhitePelican | #firefox | 03:30 |
absk007 | squinty, ah! ok. So i headed in right direction :) | 03:30 |
absk007 | WhitePelican, #Chrome | 03:30 |
squinty | yep | 03:30 |
WhitePelican | can't use chrome | 03:30 |
absk007 | WhitePelican, #chromium :P | 03:31 |
absk007 | squinty, hey! wrong direction | 03:32 |
squinty | absk007, ?? | 03:33 |
absk007 | squinty, when i ran it in normal mode, it shows different options | 03:33 |
squinty | yep | 03:33 |
absk007 | squinty, now it shows my browsers too | 03:33 |
squinty | yep and there caches are usually full to the brim of un-needed crap | 03:34 |
squinty | just ran mine after a couple of weeks of use and got nearly 2 gig back :P | 03:34 |
absk007 | squinty, well, i <3 love my browser cache. I use devdocs :) | 03:34 |
Bray90820 | Any mac people in here? | 03:34 |
squinty | Bray90820, better to just state your problem rather than "any....." | 03:35 |
absk007 | Mac = $$$, Ubuntu = Free! ($$$ != Free) :P | 03:35 |
* squinty is off to watch some telly with "she who must be obeyed" | 03:36 | |
Bray90820 | Well I have ubuntu installed on a Macbook pro the one with the super drive and everything works ok but there is a red light on on the headphone port | 03:36 |
luckyuser | who's using Lubuntu | 03:38 |
xangua | ! Ask | luckyuser | 03:40 |
ubottu | luckyuser: 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 | 03:40 |
absk007 | !patience | 03:50 |
ubottu | Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ | 03:50 |
hfp | Hi, how can I scp a file from a host to another when I need to be root to access said file but can't ssh in as root? The two machines can't scp directly to one another because they dont have each other's keys and ssh with password is disabled. | 03:50 |
=== wes is now known as Guest20976 | ||
somsip | hfp: long way - copy it locally, change perms, scp it, change perms back | 03:54 |
jonny5000 | Jordan_U, THANK YOU!! | 03:55 |
Jordan_U | hfp: That is not a problem that can be solved with scp alone. | 03:55 |
jonny5000 | Jordan_U, this is the guy who messed up his X synaptics.conf. fixed it and we are back in business | 03:56 |
Jordan_U | jonny5000: You're welcome, glad you're able to start X normally again :) | 03:56 |
jonny5000 | Jordan_U, how did you know it was me thanking you before i identified myself? | 03:56 |
Jordan_U | jonny5000: Your ip address :) | 03:56 |
AlienDave | I am unable to get my sound working on an Alienware M7700 (Clevo D900T); it shows an Intel HDA unclaimed in lshw. What should I do next? | 03:57 |
AlienDave | I've tried re-installing (aptitude purge install) to no avail. | 03:57 |
AlienDave | re-onstalling alsa* | 03:57 |
=== not_phunyguy is now known as phunyguy | ||
boot1 | good day may i ask a help here | 04:07 |
boot1 | about gnu grub 2.02 boot menu | 04:08 |
jonny5000 | Jordan_U, thanks again. peace. | 04:08 |
Bashing-om | boot1: We have not had good luck mending broken hearts, but you can ask about ubuntu . | 04:09 |
boot1 | how to disable the pause so that it will boot immediately to the default item without pause | 04:09 |
boot1 | i'm using ubunt 14.04 gnu grub 2.02 | 04:09 |
Bashing-om | !grub | boot1 | 04:10 |
ubottu | boot1: 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 | 04:10 |
absk007 | squinty, 800 MB freed :D Thanks - 884M free space available now | 04:10 |
Behi | Hi all, if Chrome freezes your system entirely from time to time, could you please do me a favor and upvote this bug report: https://code.google.com/p/chromium/issues/detail?id=586926 | 04:11 |
boot1 | sir Bashing-om may i ask your help | 04:12 |
Behi | I have spent a week or so on this bug report. I have also reported it to freedesktop.org: https://bugs.freedesktop.org/show_bug.cgi?id=94109 | 04:12 |
ubottu | Freedesktop bug 94109 in intel "Sometimes, when taking Chrome out of full-screen mode, the whole system freezes and needs a cold reboot" [Critical,Assigned] | 04:12 |
boot1 | i tried edit the /etc/default/grub GRUB_TIMEOUT=0 but still it pause | 04:12 |
Bashing-om | boot1: Sire . but the instructions to change the boot time delay is in the guide . | 04:13 |
absk007 | Behi, chromium does freezes sometimes for me but doesn't freeze my whole system | 04:14 |
Behi | absk007 if you could vote for this bug report on Google's bug tracker it will be highly appreciated | 04:15 |
Behi | Google usually tends to ignore bug reports unless lots of people upvote (star) them | 04:15 |
absk007 | Behi, i thought Google doesn't listen at all. Moreover, isn't Chromium community driven? | 04:16 |
Bashing-om | boot1: edit as " #GRUB_HIDDEN_TIMEOUT=0 ; GRUB_HIDDEN_TIMEOUT_QUIET=false ; GRUB_TIMEOUT=1 " . See if tht works for you . not recommended to set the GRUB_TIMEOUT to zero . | 04:17 |
Behi | absk007 Actually it is the Chromium bug tracker. But I think most of the people working on the project are Google employees. I am afraid I am a Java developer so I can't help with fixing the bug. But I have done everything from reporting it to Intel to freedesktop to Chromium's bug tracker hoping they are gonna fix it sooner rather than later | 04:18 |
rypervenche | Behi: I had issues with that very recently when watching HTML5 videos on Youtube, but it was with Firefox. The solution for me was to compile it without gstreamer support. Maybe something kind of related? | 04:19 |
absk007 | Behi, hmmm... OK. cool. done :) | 04:19 |
Behi | rypervenche could be. But for some reason Firefox works fine for me. My system uses an Intel iGPU. | 04:20 |
Behi | absk007 Thanks a lot! >:D< | 04:20 |
Behi | rypervenche would you be kind enough to upvote it too? | 04:21 |
Behi | I just noticed that Google has a custom implementation of OpenGL ES 2.0 and that could be the culprit: https://code.google.com/p/gles2-bc/ | 04:22 |
rypervenche | Behi: Nope. This could very easyily be an issue on your machine that you just need to troubleshoot further. You should attach your kernel version as well. | 04:22 |
Behi | As in the error logs I see errors like this: [6427:6427:0216/005403:ERROR:gles2_cmd_decoder.cc(4577)] [GroupMarkerNotSet(crbug.com/242999)!:C8E010ACA0030000]cmd: SetBucketSize | 04:22 |
rypervenche | Behi: And what you are doing when the crash occurs. | 04:22 |
boot1 | sir Bashing-om still it pause | 04:23 |
Behi | I have reported everything to Intel, FreeDesktop, as well as Chrome's bug tracker | 04:23 |
Behi | And looks like I am not the only person affected by this issue: http://ubuntuforums.org/showthread.php?t=2113179 and http://unix.stackexchange.com/questions/91912/chrome-freezes-ubuntu-13-04 | 04:24 |
Behi | See this for example: https://bugs.freedesktop.org/show_bug.cgi?id=94109 | 04:24 |
Behi | I have added this link to Chromium's bug report too | 04:25 |
ubottu | Freedesktop bug 94109 in intel "Sometimes, when taking Chrome out of full-screen mode, the whole system freezes and needs a cold reboot" [Critical,Assigned] | 04:25 |
Bashing-om | boot1: Did you save the file, and then run terminal command 'sudo update-grub ' to propgate the change ? | 04:25 |
swengin | Hi I want to install grub on a disk from live cd the whole disk is formatted as ext4 so it's complaining because I don't have enough space at the beginning of the disk I want to shrink the partition so I get the required space to install grub how can I knowing that I only have shell access | 04:26 |
boot1 | Bashing-om yes sir i save the file and run update-grub | 04:26 |
rypervenche | Behi: You should also look into seeing if the magic sysrq key (REISUB) will work for you when it freezes, so you don't have to hard reboot. | 04:26 |
boot1 | Bashing-om; yes sir i save the file and run update-grub still it pause 10 seconds | 04:27 |
Jordan_U | boot1: Please pastebin your /boot/grub/grub.cfg . | 04:28 |
Bashing-om | boot1: Right off hand, I do not know other, the above should give ya a menu in dual/multi-boot environment for 1 second . | 04:28 |
Jordan_U | swengin: Please pastebin the output of "sudo parted -l". | 04:28 |
Behi | rypervenche let me see if I can unfreeze the system using that. brb | 04:28 |
rypervenche | Behi: It's not for unfreezing it, it's for properly shutting down. | 04:29 |
swengin | Jordan_U: http://pastebin.com/1cuB05Lq | 04:30 |
=== littlebunnyfufu is now known as SonikkuAmerica | ||
cfoch | hello, folks. I want to add Ubuntu to my grub in ArchLinux | 04:32 |
Behi | rypervenche oh, I see. Yes, that's what just happened :) | 04:32 |
cfoch | this configuration file 40_custom http://fpaste.org/323302/45559653/ is not working properly | 04:32 |
cfoch | what did I do wrong? | 04:32 |
=== ace is now known as Guest43656 | ||
Jordan_U | swengin: That looks fine. What grub-install command are you running? Please pastebin its complete output. | 04:33 |
rypervenche | Behi: By the way, did you try this? http://ubuntuforums.org/showthread.php?t=2113179&page=5&p=12965219#post12965219 | 04:34 |
swengin | Jordan_U: http://pastebin.com/FZSYBVnS | 04:34 |
cfoch | help me with my grub configuration please | 04:34 |
rypervenche | cfoch: Why do you want to manually add your configuration? GRUB2 should be able to detect it when you run update-grub. | 04:35 |
Jordan_U | cfoch: Please be patient, you haven't even waited 5 minutes for anyone to respond. | 04:35 |
cfoch | rypervenche: because I am using ArchLinux | 04:35 |
cfoch | but I suppose that this configuration goes according Ubuntu, so I ask here | 04:36 |
rypervenche | cfoch: Arch uses GRUB2 these days too. | 04:36 |
cfoch | specififly this part of "linux /boot/vmlinuz-4.2.0-27-generic" andinitrd /boot/initrd.img-4.2.0-27-generic" | 04:36 |
Jordan_U | cfoch: Three things 1: You forgot a root= kernel parameter 2: You made an entry that will need to be updated manually whenever you get a kernel upgrade 3: re-running "grub-mkconfig -o /boot/grubgrub.cfg" will get you an entry that will work automatically. | 04:36 |
cfoch | rypervenche: yes, I know, why do you say that? | 04:37 |
Jordan_U | cfoch: And 4: Custom entries are better added to /boot/grub/custom.cfg (creating the file if it doesn't already exist) than /etc/grub.d/40_custom . | 04:37 |
boot1 | Bashing-om; Jordan_U; grub.cfg http://pastebin.com/ydjtmi8J | 04:37 |
=== SonikkuAmerica is now known as DiscoverCard | ||
Jordan_U | boot1: That is not your /boot/grub/grub.cfg, that is your /etc/default/grub. | 04:38 |
=== DiscoverCard is now known as SonikkuAmerica | ||
cfoch | Jordan_U: should it be just "linux /boot/vmlinuz" ? | 04:39 |
Jordan_U | cfoch: No, I didn't say anything like that. If you didn't understand any part of my answer, please say which part and ask for specific clarification. | 04:40 |
Behi | rypervenche no, I didn't. I used a couple of flags but not all of them. Let me try them now. Thanks. :) | 04:40 |
rypervenche | cfoch: Is there any reason you are wanting to write this out manually each time or is it just because you are used to doing it this way? | 04:40 |
cfoch | rypervenche: no, If it could be updated automatically I would be happy man :) | 04:40 |
swengin | Jordan_U: any idea | 04:40 |
rypervenche | cfoch: Do you have any special things with your installation? LVM? LUKS? | 04:41 |
Jordan_U | swengin: Grub's boot sector should be installed to the MBR, /dev/sdb, not to a partition boot record like /dev/sdb1. | 04:41 |
swengin | hmm ok thank you | 04:42 |
rypervenche | cfoch: Oh, I just realized I misread your problem. You want to add Ubuntu to your Arch's GRUB menu. | 04:43 |
cfoch | yes | 04:43 |
Bashing-om | boot1: Looks fair . but do you really want " | 04:43 |
Bashing-om | GRUB_GFXMODE=640x480" such a low resolution ? | 04:43 |
rypervenche | cfoch: Yeah, ok. Listen to what Jordan_U said then. | 04:44 |
Jordan_U | cfoch: It can be updated automatically. The standard solution is to ensure that you have os-prober installed and re-run grub-mkconfig. The non standard (and IMHO superior) solution is to add a /boot/grub/custom.cfg entry that uses configfile to load Ubuntu's grub.cfg from Arch's. | 04:44 |
boot1 | Bashing-om; sir sorry for the delay but copy paste from other computer not directly connected to net | 04:44 |
cfoch | sorry, I closed my #ubuntu tab, did I lose any message? | 04:45 |
Jordan_U | cfoch: It can be updated automatically. The standard solution is to ensure that you have os-prober installed and re-run grub-mkconfig. The non standard (and IMHO superior) solution is to add a /boot/grub/custom.cfg entry that uses configfile to load Ubuntu's grub.cfg from Arch's. | 04:45 |
Bashing-om | boot1: Any errors reported from ' sudo update-grub ' ? | 04:46 |
boot1 | Bashing-om; Jordan_U; http://pastebin.com/XisGCed4 | 04:46 |
boot1 | Bashing-om sir no errors display | 04:47 |
Jordan_U | boot1: That grub.cfg looks like the result of /etc/default/grub containing GRUB_TIMEOUT=0, not GRUB_TIMEOUT=1. | 04:49 |
Total_Eclipse | I just did a command line ubuntu install but when I try to boot all I get is a black screen with a flashing dash. Can someone help me? | 04:49 |
Behi | rypervenche Now, it doesn't freeze anymore, but it also doesn't render anything :) http://imgur.com/ZkPHQ85 | 04:50 |
Behi | I tried YouTube, Google.com, DuckDuckGo, etc. all render a white page | 04:51 |
swengin | Jordan_U: thanks so much that worked | 04:51 |
Jordan_U | swengin: You're welcome. | 04:51 |
cfoch | Jordan_U: how do I add a menuentry containing the /boot/grub/custom.cfg of the Ubuntu partition? (did I understood properly?) | 04:52 |
Jordan_U | Total_Eclipse: Please run boot info script: https://github.com/arvidjaar/bootinfoscript and pastebin the RESULTS.txt that it produces. | 04:52 |
Bashing-om | cfoch: Good instructions : https://help.ubuntu.com/community/MaintenanceFreeCustomGrub2Screen for adding menu entries manually . | 04:53 |
boot1 | .. Bashing-om; Jordan_U; thank you very very much sir for your great help; my mistake; was not able to update again after i edit | 04:54 |
Total_Eclipse | Its not loading any sort of terminal | 04:54 |
boot1 | Bashing-om; Jordan_U; now it only pauses 1 second; | 04:54 |
Jordan_U | cfoch: Create a /boot/grub/custom.cfg in your Archlinux partition containing the following: http://paste.ubuntu.com/15088799/ note that you will need to replace UUID_OF_UBUNTU_PARTITION with the actual UUID. | 04:55 |
Bashing-om | boot1: Good now ? want to change that grub resolutiuon ? // Great from that last . | 04:55 |
boot1 | Bashing-om; wanted if it is not difficult for a newbie like in ubuntu configuration | 04:56 |
=== abra0 is now known as tichy | ||
=== tichy is now known as abra0 | ||
boot1 | Jordan_U; i remove that 1 second display; so that it will straight? | 04:59 |
Jordan_U | boot1: Ubuntu's patches on top of upstream grub make it difficult to configure no timeout, and it is indeed good to be able to access the grub menu if you need to. Why do you insist on 0 timeout? | 05:01 |
Bashing-om | boot1: Not at all diffucult to set a grub resolution . But it has to be acceptable . see the advisory in the grub config file. | 05:01 |
Jordan_U | Total_Eclipse: Please boot from a LiveCD/USB and run boot info script, then pastebin the RESULTS.txt that it produces. | 05:05 |
boot1 | Jordan_U; is it possible to hide the gnu grub display of the menu during that 1 second pause? | 05:07 |
Bashing-om | boot1: Do you want to change that grub resolution ? another reason why you do not set TIME_OUT to zero - . | 05:08 |
Jordan_U | boot1: Yes. GRUB_TIMEOUT_STYLE=hidden in /etc/default/grub. | 05:10 |
linocisco | hi all | 05:11 |
linocisco | how to draw signature in ubuntu? | 05:11 |
boot1 | Bashing-om; wanted to display in simple resolution; but wanted to know also if i could hide so that i can hide it if needed | 05:11 |
linocisco | not digital signature | 05:12 |
linocisco | which program I should use and how? | 05:12 |
linocisco | how to draw signature in ubuntu? | 05:12 |
linocisco | not digital signature | 05:12 |
Bashing-om | boot1: | 05:12 |
Jordan_U | linocisco: Please don't simply repeat your question, wait at least 10 minutes before repeating. | 05:13 |
Bashing-om | boot1: " 640x480 " Is the default fall back resolution . Higher can be set . | 05:13 |
=== not_phunyguy is now known as phunyguy | ||
boot1 | Jordan_U; thank you very much for your help | 05:15 |
linocisco | ok | 05:15 |
boot1 | Bashing-om; thank you very much for your help | 05:15 |
Jordan_U | boot1: You're welcome. | 05:15 |
Bashing-om | boot1: :) | 05:15 |
linocisco | I am in the process of apt-get dist-upgrade. It is now 50% and connection is so slow. I want to cancel with Ctrl+C and downloaded upgrade should be applied. how could I do? | 05:16 |
linocisco | I dont want to restart computer | 05:16 |
k1l_ | linocisco: dont stop it. let it run | 05:16 |
linocisco | k1l_, so slow like 5 kb/s | 05:17 |
linocisco | k1l_, okok | 05:17 |
Jordan_U | k1l_: As long as it's still downloading, what issues would stopping it cause? | 05:17 |
k1l_ | Jordan_U: while its only downloading, not much. just apt wanting to start again or request a -f install or such. but i saw too often users thinking its stll loading while i did install already. | 05:19 |
Jordan_U | linocisco: Please pastebin the current output from apt-get. | 05:20 |
linocisco | hi all | 05:40 |
linocisco | Jordan_U, apt-get dist-upgrade is done. thanks | 05:41 |
linocisco | hi all, how to draw signature manually using mouse on ubuntu? | 05:41 |
linocisco | which software is available like Microsoft Paint? | 05:42 |
linocisco | the thing is I can't draw directly on Libre Office writer using mouse . There is no signature line. I need to create png or jpg signature file and upload to LibreOffice writer | 05:42 |
k1l_ | !pinta | linocisco | 05:47 |
xangua | GNU paint? Pinta? | 05:47 |
k1l_ | !info pinta | linocisco | 05:47 |
ubottu | linocisco: pinta (source: pinta): Simple drawing/painting program. In component universe, is optional. Version 1.6-1 (wily), package size 672 kB, installed size 3200 kB | 05:47 |
Kool-AD | im a piss | 05:47 |
quesker | should I be able to do apt-get install foo from ubuntu running in "try it out" mode from a usb stick? I get errors | 05:54 |
quesker | openssh-server depnds openssh-client (= 1:6.6p1-2ubuntu1) but 1:6.6p1-2ubuntu2 is to be installed | 05:55 |
k1l_ | quesker: run sudo apt update | 05:56 |
quesker | k | 05:57 |
quesker | working. thanks | 05:57 |
Dro | is it impossible to add space to /dev/sda3 in this case http://i.imgur.com/nrdw1ee.png ? | 05:59 |
Jordan_U | Dro: Yes, just move sda4 to the end of the drive first. | 06:04 |
holler | hello, on ubuntu 14.04, when I get to login screen I am seeing "Guest Session" and "SunShineDay", however when I mount in recovery mode and do e.g. less /etc/passwd, I am not seeing user "SunShineDay", but I do see the original username I created on the laptop "eyesuck", where is SunShineDay coming from? | 06:12 |
holler | I just got my laptop back from my sister who had it forever | 06:13 |
holler | basically im wondering if she changed my "eyesuck" to "SunShineDay" or if that is a guest account? im basically locked out of my laptop | 06:13 |
Ashtasu | I'm drawing a blank if you can change the pass without accessing, doubti t though. | 06:14 |
Ashtasu | doubt it* | 06:14 |
=== absk007 is now known as Guest2228 | ||
=== absk007_ is now known as absk007 | ||
holler | Ashtasu: I am able to log into recovery mode -> root and then mount the filesystem and issues commands | 06:16 |
Dro | Jordan_U, how can i move it please? | 06:17 |
holler | like I think i actually changed the password but now im getting an issue where it logs in and then out immediately | 06:17 |
holler | not sure wtf is going on | 06:17 |
houqi | xzhang1 | 06:23 |
someone235 | Hi, How can I add this via PPA? https://launchpad.net/ubuntu/+source/gnugo | 06:38 |
_banana | MongoDB required upstart install, which removed systemd. Proper shutdown is no longer possible (fails on stopping encrypted disk). Any fixes? | 06:38 |
baizon | someone235: this is no ppa, thats the repo for ubuntu | 06:40 |
xangua | someone235: you don't | 06:40 |
someone235 | baizon, So I need to manually download the .deb? | 06:40 |
baizon | someone235: well that would be one solution | 06:41 |
hateball | someone235: You just install it using the software centre | 06:41 |
hateball | or sudo apt-get install gnugo | 06:41 |
someone235 | hateball, this is what I thought, but it didn't work | 06:41 |
someone235 | hateball, but apparently it's already installed, so this is answering the question :) | 06:42 |
Helladen | Anyone know how to get ALSA working with Sound Blaster Z? | 06:45 |
Helladen | I read that the kernel is fine, it is just something to do with the way ALSA is configured. | 06:46 |
=== vbotka_ is now known as vbotka | ||
lotuspsychje | Helladen: wich ubuntu version are you on? | 06:54 |
Helladen | I have tried 15.10 and 16.04. | 06:54 |
Helladen | But it doesn't work on ether. I also have used Fedora and many different flavours. | 06:54 |
lotuspsychje | Helladen: logs show anything usefull? | 06:54 |
lotuspsychje | Helladen: how about latest alsa download manually? | 06:54 |
Helladen | Well running 16.04 - ALSA should of been latest. | 06:55 |
lotuspsychje | ah ok | 06:55 |
Helladen | Maybe not though | 06:55 |
Helladen | To update ALSA | 06:57 |
lotuspsychje | Helladen: also restart doesnt fix it neither? | 06:57 |
lotuspsychje | alsa | 06:57 |
Helladen | I don't know how to compile in Linux. | 06:57 |
linocisco | hi all | 06:57 |
Helladen | To make my own packages. | 06:57 |
gshmu | [VPN l2tp Pre-shared Key]I'm using Ubuntu 14.04 x64, try xl2tpd openswan and strongswan etc, but which the best way to using l2tp Pre-shared Key VPN? | 06:58 |
lotuspsychje | !compile | Helladen | 06:58 |
ubottu | Helladen: 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:58 |
lotuspsychje | Helladen: maybe file a new bug in #ubuntu+1 for 16.04 devs might get attention on it? | 06:58 |
linocisco | i am downloading something scribus using software center. and then I downloaded pinta as second one. Can I pause download of scribus and start downloading pinta which i need to use first? | 06:58 |
linocisco | but pause and resume is not supported in software center | 06:59 |
Helladen | There's a bug | 06:59 |
Helladen | http://ubuntuforums.org/showthread.php?t=2147443 | 06:59 |
lotuspsychje | Helladen: did you update it, to 'im affected' also? | 06:59 |
=== Tronsha is now known as [UPA]Stefan | ||
Helladen | https://bugzilla.kernel.org/show_bug.cgi?id=109191 | 07:01 |
ubottu | bugzilla.kernel.org bug 109191 in Sound(ALSA) "No sound with Creative Labs SB Recon3D (rev 01), Sound Blaster Z, PCI SSID 1102:0010" [High,New] | 07:01 |
Helladen | There's a bug on the Kernel. | 07:01 |
Helladen | I don't know if it is Kernel or Ubuntu. | 07:01 |
lotuspsychje | Helladen: i would also file a new one for 16.04 as its almost final | 07:01 |
Helladen | I think they fixed it in the Kernel. | 07:02 |
Helladen | Ubuntu just hasn't patched it in right. | 07:02 |
lotuspsychje | !mainline | Helladen maybe test around here? | 07:02 |
ubottu | Helladen maybe test around here?: 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 | 07:02 |
Helladen | Thanks. | 07:03 |
Helladen | I didn't realize they modified the Kernel. | 07:03 |
lotuspsychje | Helladen: well you can test higher versions like this | 07:04 |
=== notreallyhere is now known as stqism | ||
diamond_sword | hello | 07:07 |
diamond_sword | I'm having this: https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1476044 | 07:07 |
ubottu | Launchpad bug 1407757 in aptdaemon (Ubuntu) "duplicate for #1476044 multi-arch packages cannot be installed due to dpkg wrongly detecting them as already installed" [Critical,Incomplete] | 07:07 |
diamond_sword | and I couldn't find a fix about it. | 07:07 |
diamond_sword | what is it about? | 07:07 |
_banana | Hello again. Does replacing systemd with upstart in 15.10 will in fact affect the ability to shutdown properly? Thank you. | 07:07 |
Jordan_U | _banana: Yes, there is a long known yet unfixed bug in upstart that can lead to the root fs not being unmounted properly on shutdown and upstart is essentially no longer maintained outside 12.04 and 14.04. Why do you want to use upstart in 15.10? | 07:10 |
diamond_sword | anyone knows about this bug? please | 07:11 |
Jordan_U | diamond_sword: Are you trying to install this package via apt-get? | 07:14 |
holler | hello, how can i recover an ecryptfs passphrase and log into my computer? i accidently changed the main users password using passwd and now i get booted out right when i log in | 07:19 |
holler | i didnt know it was encrypted or that was a bad idea | 07:19 |
ck_mfc | Heyho!! Does anyone of you is able to save his PGP Passphrase? I am using Enigmal + Thunderbird to encrypt and decrypt my mails. But everytime I have to paste my pgp passphrase :((( | 07:19 |
diamond_sword | Jordan_U, I installed it now via Synaptic | 07:20 |
Jordan_U | holler: Boot into single user mode and change the password back. | 07:20 |
Helladen | How come FFmeg library has to be removed installing Restricted Extras? | 07:20 |
Helladen | Is this package not necessary anymore? | 07:21 |
holler | Jordan_U: i dont know what the old password was | 07:21 |
holler | my ex gf changed it | 07:21 |
Jordan_U | diamond_sword: Try installing via apt-get instead. | 07:21 |
Jordan_U | holler: Then unless you can get the password from her, your data is gone. | 07:22 |
diamond_sword | I'm using ubuntu with unity. I tried to install xfce desktop but it conflicts with unity and doesn't work well. this is ubuntu version 14.04 lts. I want to install xubuntu look as my desktop environment and easily I can change it to unity or to xfce at login page. | 07:22 |
diamond_sword | but I want them completely seperate from each other. | 07:22 |
holler | Jordan_U: fuckkk really? | 07:22 |
holler | we broke up she'll never give that to me | 07:22 |
holler | fcking a | 07:22 |
diamond_sword | last try it was half xfce and half unity when I login as unity. | 07:22 |
Jordan_U | holler: Please watch your language. | 07:22 |
holler | sorr | 07:22 |
holler | you sure there are no options? | 07:23 |
diamond_sword | Jordan_U, I didn't know the package name, I found it on Synaptic. | 07:23 |
Jordan_U | holler: The purpose of encryption is to prevent access by those that don't have the credentials. | 07:23 |
Jordan_U | diamond_sword: Do you know the package name now? What are you trying to install? | 07:24 |
holler | Jordan_U: im locked out of my own computer... :/ but even mounting via live cd or via grub/root there is nothing? | 07:24 |
holler | i set this up so long ago and i dont remember the darn passphrase | 07:24 |
holler | ugh | 07:24 |
Jordan_U | holler: Not for your encrypted files, no. You can create a new user and do whatever you want with the machine, but you'll need the password to access the encrypted files. | 07:25 |
holler | unreal | 07:26 |
Jordan_U | holler: The documentation recommends backing up the key file, but hardly anyone actually does. If you did do that, then just use your backup of the key file to decrypt the files. | 07:26 |
holler | do you know where that backup would live by default? | 07:26 |
Jordan_U | holler: I don't think there is any default location, and keeping it on the same machine would defeat the purpose (the intention for the backup is that it be on physically secured removable media, like a flash drive in a safe). | 07:28 |
holler | Jordan_U: as root I can see home/<user>/.ecryptfs/<user>/.Private | 07:28 |
holler | that wouldnt be it would it? | 07:28 |
Jordan_U | holler: Look at the files there. They are all encrypted. | 07:29 |
holler | Jordan_U: | 07:29 |
holler | er | 07:29 |
Jordan_U | holler: That is where the encrypted files are stored, so no that is not where a backup of the keyfile would be. You almost certainly don't have such a backup. | 07:30 |
holler | Jordan_U: what is /home/user/.ecryptfs/user/.ecryptfs/wrapped-passphrase | 07:30 |
holler | if i do "cat file" i see some type of hash | 07:30 |
Jordan_U | holler: That is a file that is encrypted with your login passphrase and contains the ecryptfs passphrase which actually allows you to decrypt the files. | 07:32 |
holler | Jordan_U: ok but there is no way to use it to get the passphrase back? i guess not if its encrypted itself | 07:32 |
holler | darn | 07:33 |
holler | :/ | 07:33 |
fullstack | When I try to install Jenkins, it wants 'daemons'? Huh? 14.04. The following packages have unmet dependencies: jenkins : Depends: daemon but it is not installable | 07:37 |
fullstack | via apt-get install jenkins after adding their repo | 07:38 |
tester | hi master | 07:46 |
fullstack | Can somebody show me their 14.04.3 LTS /etc/apt/sources.list? | 07:46 |
fullstack | Mine must be broken | 07:47 |
e8newallm | I have two SSDs in my PC, one has Ubuntu on, and one has just data on it. I've tried to mount the data one to a folder, but Ubuntu still writes to the OS SSD instead of the Data one, even though Ubuntu says the Data SSD is mounted to that folder. Did I not setup /etc/fstab right? | 07:53 |
craysiii | o.O | 07:54 |
e8newallm | When I type umount for it, it says that it isn't mounted, but typing mount says it's mounted too :P | 07:55 |
e8newallm | I should also add that these SSDs were in a two disk RAID 0 before this, and they've seemed to be playing up since then | 07:56 |
e8newallm | Oh wait, that's not 100% true actually | 07:58 |
aaas | is there any way to see the response from the server when try and do public key auth using ssh. I use -vvv and it says 'we setna public key packet, wait for reply' but I don't see any ifno about the reply. I don't ahve access to the server logs or config files permississons on sshd_config and /var/log stuff is locked down just want to know why i cant do pub key auth | 08:01 |
zzarr | hello! does Ubuntu handle Thunderbolt 3? | 08:04 |
tachibana | im a mandingo warrior | 08:08 |
=== mathisen is now known as Mathisen | ||
=== ankalo is now known as lonix | ||
Bitnova | hi, is it possible to encrypt home directory EXCEPT one folder of your choice within it? | 08:15 |
BlackDex | tachibana: What i now is that much just works out of the box. And with each kernel it has better support or atleast some bugs fixed | 08:16 |
tachibana | wat | 08:17 |
BlackDex | Does someone knows a way to block specific OSD Notifications? | 08:17 |
jon21 | Hi, Will Someone tell me how linux handles paging in the absence of swap? | 08:26 |
Jordan_U | e8newallm: Please pastebin the error message from umount, the output of "sudo blkid" and the contents of /proc/mounts . | 08:27 |
Jordan_U | jon21: In the absence of swap no memory gets paged out. | 08:28 |
e8newallm | Jordan_U: Oh sorry, I got it working, thanks though :P | 08:28 |
Jordan_U | jon21: When memory gets exhausted the kernel's OOM killer is triggered which then tries (using imperfext heuristics) to kill a process that is "unimportant" and using a lot of RAM. | 08:29 |
jon21 | Jordan_U: so not major page faults? | 08:29 |
jon21 | Jordan_U: so not major page faults? | 08:29 |
Jordan_U | jon21: Correct. Why do you ask? | 08:30 |
Mathisen | hello, how can i use higher resolusion then 1024 * 768 ? cant set it higher then that in X | 08:31 |
jon21 | Jordan_U: But in the output "ps -eo maj_flt | sort -nk1" I see processes with number more than zero? | 08:32 |
Jordan_U | Mathisen: What graphics card? Being stuck in a low resolution generally means that you're not using the proper video drivers for your card. | 08:32 |
jon21 | Jordan_U: maj_flt should be 0. | 08:32 |
Mathisen | Jordan_U, im not 100% on what is in this machine.. how do i check it ? | 08:33 |
jon21 | Jordan_U: FYI i don't have swap activated. | 08:33 |
jon21 | Mathisen: try lspci or lsusb or lscpu | 08:34 |
Jordan_U | jon21: Possibly mmaped files. | 08:34 |
tachibana | with friends this summer | 08:34 |
borixon | hello | 08:34 |
buben | halo | 08:35 |
buben | wrt utwregbadsfg]sfd | 08:35 |
buben | afh\dfhafd | 08:35 |
buben | shdfh | 08:35 |
buben | DZIAŁA | 08:35 |
buben | XDDDD | 08:35 |
Mathisen | Jordan_U, 00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD 6530D] | 08:35 |
frengo | http://pastebin.com/tjhfSikZ | 08:36 |
frengo | http://pastebin.com/0Apa3D3W | 08:36 |
jon21 | Jordan_U: Ah ok. | 08:37 |
jon21 | Jordan_U: Thank you | 08:37 |
Bitnova | hi, is it possible to encrypt home directory EXCEPT one folder of your choice within it? | 08:37 |
jon21 | Jordan_U: That explains a lot. | 08:38 |
=== learnit_ is now known as learnit | ||
Mathisen | Bitnova, why do that ? why not just make a folder outside the /home | 08:40 |
Bitnova | well, Mathisen thats what im also trying to find out. But i still want to know if its possible. | 08:42 |
Mathisen | Bitnova, i would say no, i think you need to copy /home somewhere else remove encryption then move back | 08:43 |
Bitnova | yea.. but its not really good to remove encryption is it. | 08:43 |
Bitnova | Mathisen | 08:43 |
Mathisen | Bitnova, thats up to you :) | 08:43 |
Kove | failed to parse apk error. | 08:46 |
Kove | anyone help? | 08:46 |
shahbaz17 | Ubuntu 14.04 always shows an error when system starts. Unexpected error | 08:46 |
Mathisen | anyone that can help me with my resolusion problem ? card is " Radeon HD 6530D " ubuntu 15.10 .. | 08:46 |
hateball | Mathisen: have you installed the proper driver using the additional drivers dialogue? | 08:52 |
Mathisen | hateball, no im using the drivers the installer got me | 08:53 |
Mathisen | i seen online alot of guides, but i dont want to reboot into a black sceen, so thats why im asking for some help | 08:54 |
hateball | Mathisen: I see. Well I sadly know nothing about AMD gpu, perhaps someone else will tho if you stick around | 08:55 |
hateball | !ati | 08:55 |
ubottu | For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto | 08:55 |
mcphail | Mathisen: have you been doing anything odd, like booting with "nomodeset"? | 09:03 |
_banana | Jordan_U: sorry for delay in response. Because when I tried installing MongoDB on 15.10, which is not officially supported, I got a message that essentialy said I had to use upstart, which I installed (and it automatically uninstalled systemd). | 09:04 |
sjoshi | _banana: this will help : http://tecadmin.net/install-mongodb-on-ubuntu/ | 09:06 |
_banana | Incidentally, the two LTS versions u mention are the only two Ubuntu versions supported by MongoDB | 09:06 |
_banana | sjoshi: thank u | 09:06 |
sjoshi | _banana: just follow the steps, it should work.. | 09:07 |
_banana | sjoshi: but I run 15.10. SHould I use the Debian install procedure? | 09:08 |
_banana | i.e., completely uninstall my current MOngoDB install, remove upstart and replace with systemd and start anew? | 09:09 |
pnwise | Does anyone knows why xset doesn't work in any kind of script? | 09:11 |
pnwise | Only from a terminal | 09:11 |
_banana | gotta go. thanks for all your help. over & out. | 09:12 |
popey | pnwise: probably your environment and DISPLAY variables aren't set | 09:12 |
hateball | ^ | 09:13 |
p4trix | I want to buy the Dell XPS 15 with the 4K screen. How do I know if everyhthing goes well with Ubuntu? | 09:16 |
p4trix | Is there some recommended laptop to use Ubuntu with. I need it as workstation for web development. | 09:16 |
p4trix | ? | 09:16 |
popey | Thinkpads always fare well for me | 09:18 |
p4trix | Sounds good. | 09:19 |
popey | http://www.ubuntu.com/certification/desktop/ is a good place to start, maybe | 09:19 |
p4trix | Nice, thank you | 09:19 |
invano | p4trix: 4K screens are not 100% supported yet. I have an XPS 15 with Ubuntu Gnome and I still have some issues.. first of all with external monitors | 09:23 |
Mathisen | mcphail, no i have not done anything odd | 09:24 |
pnwise | popey do you know what other variables I should look for besides DISPLAY? | 09:24 |
Mathisen | mcphail, still a basic install with only cinnamon installed after | 09:24 |
p4trix | invano, thats a shame. I was really interested in that one. I kinda envy you. But not for the problems xD. | 09:24 |
mcphail | Mathisen: have a look at https://wiki.ubuntu.com/X/Config/Resolution , especially the bit about using "cvt" to add new modelines | 09:25 |
guest70193 | is the idea of using dm crypt + luks that you first encrypt the partition then install OS later on it? | 09:26 |
invano | p4trix: well, except for the 4K screen it works flawlessly eh | 09:26 |
p4trix | invano, There is a version of the XPS without 4k. Maybe I just get that one? | 09:27 |
madhumper69 | configuring remote desktop with ubuntu has been uterly a nightmare! i have remote working from android by using bVNC however using any other vnc application in windows does not work. after lots of reading and searching apperently an issue with ssl? apperently i can disable the encryption but the command is not working... thanks | 09:29 |
invano | p4trix, wait. With issues I mean that 1. some apps may result really tiny if they don't have 4k support 2. you need to play manually with external monitors. At least in my case, forget automatic recognition of external monitors and optimal resolutions. And I still have problems with some projectors I tried over HDMI (not recognized at all) | 09:32 |
popey | pnwise: sorry, i don't know | 09:33 |
p4trix | invano, that doesnt sound that bad. I have to think it through well. Thank you for your feedback. | 09:34 |
madhumper69 | how to disable 18 TLS security for remote desktop? i keep getting errors when trying to disable | 09:35 |
invano | p4trix: you're welcome! | 09:36 |
=== not_phunyguy is now known as phunyguy | ||
nareshnk | Hi | 09:45 |
nareshnk | Its a CakePHP based application. | 09:45 |
nareshnk | PFA http://imgur.com/a/4Ky3G | 09:45 |
nareshnk | i am sharing some screen shot which i have taken from my WebMin which is showing Apache creating lot of process which are eating too much memory and CPU utilization. | 09:45 |
rilleh | nareshnk: Maybe try httpd worker? | 09:52 |
nareshnk | rilleh, sorry ? | 09:53 |
nareshnk | can you please elaborate. | 09:53 |
rilleh | https://httpd.apache.org/docs/2.2/mod/worker.html | 09:53 |
rilleh | It spawns threads instead of processes | 09:53 |
rilleh | Depending on application, it can do alot in terms of performance | 09:54 |
nareshnk | ok. So that could solve my problem .. but could we dont know why the lot of process are creating ? | 09:54 |
rilleh | Poor tweaking I would presume? | 09:56 |
rilleh | Read up on how to properly tune your apache settings nareshnk | 09:57 |
madhumper69 | wow im a genius figured out how to disable 18 TLS security so that remote desktop works without encryption i guess now i need to set it up to ssh to have some form of security :D | 09:59 |
madhumper69 | after many hours of pain and suffering lol | 09:59 |
xan_IT | hi to all, need help with audio. i can listen from headphone but not with speakers. i don't know if is hardware problem or software | 10:00 |
rilleh | nareshnk: I found this: https://www.linode.com/docs/websites/apache-tips-and-tricks/tuning-your-apache-server | 10:00 |
rilleh | Also the apache documentation is very good | 10:01 |
nareshnk | rilleh, yes.. thats why they are not providing me solutiopn . | 10:02 |
nareshnk | very poor servide. | 10:02 |
nareshnk | very poor service. | 10:02 |
nareshnk | They are only stealing money from pocket.. | 10:02 |
fll | hello all | 10:05 |
fll | i have a quick question, but i don't know if it is here to ask something about a little problem ? | 10:05 |
mcphail | !ask | fll | 10:06 |
ubottu | fll: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience | 10:06 |
fll | wokay :) | 10:06 |
reloaded | !patience | 10:07 |
ubottu | Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ | 10:07 |
fll | herewith my distro, and a i have a probleme with audio, it cut all the time "Linux Mint174 3.19.0-32-generic #37~14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux | 10:07 |
fll | " no message, just no sound. | 10:07 |
reloaded | Q: do I need a program to run a shell script such as a .SH file or can I do it from the command line on terminal? | 10:08 |
mcphail | fll: unfortunately, Mint is not supported here | 10:08 |
fll | i have already search everywhere i can, of course | 10:08 |
mcphail | !mint | fll | 10:08 |
ubottu | fll: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org | 10:08 |
fll | ok thx :) | 10:08 |
fll | bye | 10:09 |
mcphail | fll: good luck | 10:09 |
pesari | reloaded: run like "sh file.sh", or chmod +x file.sh && ./file.sh | 10:10 |
reloaded | thanks pesari | 10:12 |
=== diamond_sword is now known as Guest73956 | ||
=== zenlot1 is now known as zenlot | ||
=== Guest73956 is now known as DiamondSword | ||
=== sly is now known as Guest64866 | ||
=== Guest64866 is now known as Madubuntu | ||
spm_draget | If someone compiled mesa from GIT and used 'make install', how do I recover from that? Simply 'apt-get install --reinstall <package>'? Will this also take care of the dependencies. | 10:40 |
popey | spm_draget: maybe it has a make uninstall? Check the Makefile | 10:41 |
spm_draget | popey: I will check, thanks. | 10:41 |
spm_draget | Can I force apt to reinstall a package with all its dependencies? | 10:41 |
popey | sure | 10:41 |
DiamondSword | how to change brightness with xfce desktop? percentage value at power options / monitor not seems to work. | 10:42 |
DiamondSword | also my fn keys for brightness not working.. | 10:42 |
reisio | xbacklight -set 50% work? | 10:42 |
cfhowlett | spm_draget, sudo apt-get install --reinstall packagename | 10:43 |
spm_draget | okay, thanks | 10:44 |
BlackDalek | I have a USB soundcard device which is identified as C-Media Electronics, Inc. Storm HP-USB500 5.1 Headset. It shows up in alsamixer and pavucontrol, but will not show up in the unity control center/sound settings so I cannot select it as the output device for audio. Why? | 10:59 |
popey | BlackDalek: that's odd, if it shows up in pavucontrol, it certainly should show up in the unity control panel sound applet thing | 11:00 |
popey | BlackDalek: maybe bounce pluseaudio with "pulseaudio -k" and see if it appears? | 11:00 |
BlackDalek | popey, it doesn't. Or rather it does - but ONLY as an input device, NOT output device. | 11:01 |
popey | odd | 11:01 |
popey | sorry, dunno why that would be | 11:01 |
BlackDalek | popey, it shows up as output devices in alsamixer AND pavucontrol | 11:02 |
BlackDalek | popey, pulseaudio -k show nothing. | 11:02 |
popey | seeing bugs in launchpad about the device, so seems some people get it working, but use alsamixer to adjust volume | 11:02 |
popey | that just restarts pulse | 11:03 |
popey | thats all | 11:03 |
BlackDalek | oh ok | 11:03 |
BlackDalek | popey, ok, restarting pulse has made the device magically appear as a selectable output device now. | 11:04 |
popey | woot | 11:05 |
popey | magic | 11:05 |
BlackDalek | popey, yep. I wonder why it needs pulse audio reset to show up? | 11:06 |
g105b | How come my Unity Launcher icons have cached titles? For example, after installing Sublime Text and entering a licence key, the unity launcher still displays "Sublime Text (UNREGISTERED)" | 11:07 |
popey | BlackDalek: no idea | 11:07 |
oplo | How to make wget the default downlooad manager rather than the firefox downloader? | 11:07 |
popey | g105b: because the license key install doesn't change the desktop file | 11:07 |
popey | g105b: you can manually fudge that away if you want. | 11:07 |
g105b | popey: the desktop file is here: http://paste.ubuntu.com/15090271/ | 11:07 |
g105b | popey: double clicking on that still displays the unregistered message. | 11:08 |
popey | g105b: the .desktop file in /usr/share/applications ? | 11:08 |
g105b | popey: yes | 11:08 |
popey | you can force it to update... http://askubuntu.com/a/447703/612 | 11:09 |
popey | that au answer says how | 11:09 |
g105b | popey: hmm, no luck still. I created the .desktop file outside of /usr/share/applciations and ran the command, still shows the wrong title. | 11:12 |
g105b | also tried killall unity-scope-home | 11:12 |
oplo | Hello! | 11:16 |
oplo | How to make wget the default downlooad manager rather than the firefox downloader? | 11:17 |
g105b | oplo: I think that's more of a Firefox question, because FF will want to handle that for security reasons. | 11:17 |
g105b | oplo: So to answer, probably with a Firefox extension. | 11:17 |
=== MrElendig is now known as Pantsu | ||
Mathisen | oplo, https://addons.mozilla.org/en-us/firefox/addon/cliget/ | 11:18 |
homa | hi my friends | 11:24 |
amyemleo_ | hello | 11:25 |
reisio | hi | 11:26 |
cody__ | sup | 11:26 |
* reisio shrugs | 11:27 | |
reisio | tagging MP3s | 11:27 |
reisio | for someone who uses MP3s | 11:27 |
reisio | gotta do it manually, because apparently flac2mp3 isn't good at its _only_ job | 11:27 |
reisio | s/manually/with my own script I just crapped out/ | 11:27 |
C2CNL | my desktop (which was a server first) sometimes kills my whole network... any clues what might be going on? | 11:29 |
C2CNL | It was a dhcp server and dns server befor | 11:29 |
C2CNL | but i've disabled that, a reboot of the desktop fixes it | 11:29 |
jushur | C2CNL: you have a new dhcp/dns server on the network? | 11:30 |
C2CNL | the router, yes | 11:30 |
jushur | C2CNL: sounds more like the router dies from time to time. | 11:31 |
amyemleo_ | +r | 11:31 |
C2CNL | then why does rebooting the desktop fix it? | 11:31 |
jushur | C2CNL: the router has caching dns server? and its not enabled on the wan side? | 11:32 |
C2CNL | it's set up properly | 11:32 |
C2CNL | DNS isn't the problem | 11:32 |
jushur | C2CNL: what router exactly? | 11:33 |
C2CNL | Asus RT-AC66U | 11:33 |
jushur | C2CNL: I think you should try with another router. | 11:35 |
llutz | C2CNL: next time your network was "killed" check all running services/tasks on your desktop, if you suspect it to be the cause of the trouble | 11:35 |
jushur | C2CNL: you have some cron setup for the dhcp/dns services on the desktop that you forgot to disable? | 11:41 |
oplo | Mathisen: Thanks! | 11:54 |
Mathisen | oplo, np | 11:57 |
=== root is now known as Guest36720 | ||
=== gp is now known as Guest51332 | ||
=== default is now known as Guest25275 | ||
Mathisen | anyone else have like a 3 sec delay when clicking links in hexchat until they open in browser ? | 12:14 |
[[thufir]] | I'm having trouble installing packages: http://pastebin.com/AYgZeadJ I can't install pastebinit because mail-stack-delivery is screwed up. I tried purge, I tried --configure, I removed /etc/postfix/ and /etc/dovecot/ but no luck. how do I fix apt? | 12:14 |
popey | Mathisen: yes! | 12:16 |
popey | Mathisen: no idea why, and it was annoying enough that was one reason I switched from it | 12:16 |
Mathisen | popey, okej i guess thats way it should work then | 12:16 |
Pantsu | [[thufir]]: pastebinit sucks anyway | 12:17 |
Mathisen | yeah it is kinda anoying but i like hexchat | 12:17 |
Pantsu | [[thufir]]: https://ptpb.pw/ (it also has a cli client) | 12:17 |
[[thufir]] | Pantsu: perhaps so, but I'd still like to be able to install packages. It's a fairly new install, just a few days old. removing /etc/postfix/ and /etc/dovecot/ seem to have really caused some sort of system problem. | 12:18 |
llutz | (quit | 12:21 |
sadmin | hyy | 12:24 |
=== pinnen_ is now known as pinnen | ||
HakkaH | Q: I upgrade to mysql 5.6 yesterday but the client still says I use 5.5.47 instead of 5.6.28 although I installed mysql-client-5.6 mysql-client-core-5.6 and mysql-server-5.6 | 12:46 |
=== lesik_afk is now known as lesik | ||
DiamondSword | how to remove a program installed from a .deb file? | 12:49 |
DiamondSword | I can't see it on Software Center. | 12:49 |
cfhowlett | DiamondSword, sudo dpkg -r foo.deb and stop installing random .debs. use the software center. | 12:50 |
ioria | HakkaH, are you on trusty ? | 12:50 |
HakkaH | yes 14.04 | 12:51 |
ioria | !info mysql-server trusty | 12:51 |
ubottu | mysql-server (source: mysql-5.5): MySQL database server (metapackage depending on the latest version). In component main, is optional. Version 5.5.47-0ubuntu0.14.04.1 (trusty), package size 11 kB, installed size 129 kB | 12:51 |
DiamondSword | cfhowlett, dpkg: error: you must specify packages by their own names, not by quoting the names of the files they come in | 12:51 |
DiamondSword | sorry, I'm new to Linux | 12:51 |
ioria | HakkaH, so you should have 5.5.47 | 12:51 |
cfhowlett | DiamondSword, what is the package name | 12:52 |
DiamondSword | cfhowlett, touchpad indicator | 12:52 |
DiamondSword | I guess | 12:52 |
HakkaH | I know I upgraded to 5.6 only the server is 5.6.28 but the client seems to still be on 5.5.47 | 12:52 |
cfhowlett | do not guess! paste the package label | 12:52 |
DiamondSword | cfhowlett, touchpad-indicator_1.0.4-0extras14.04.1_all.deb | 12:53 |
DiamondSword | cfhowlett, I don't know package label. | 12:53 |
HakkaH | ubuntu does give a 5.6 package for both server and client it's just not the default one that gets installed | 12:54 |
cfhowlett | DiamondSword, sudo dpkg -r touchpad-indicator | 12:55 |
DiamondSword | cfhowlett, what differs dpkg and apt-get ? | 12:55 |
HakkaH | the server updated nicely to 5.6 however libmysql give me 5.5.47 which should as well be updated to 5.6 when I did "sudo apt-get install mysql-client-5.6 mysql-client-core-5.6" | 12:55 |
cfhowlett | DiamondSword, dpkg doesn't address dependencies. | 12:55 |
ioria | HakkaH, maybe you have to remove the old version, first | 12:57 |
HakkaH | I did that | 13:00 |
HakkaH | but aparently somewhere it still has something running | 13:00 |
HakkaH | purge mysql-client and mysql-client-core gave not installed | 13:01 |
HakkaH | also specifically a 5.5 gave not installed | 13:01 |
ioria | HakkaH, find out with dpkg -l | grep mysql-client* | 13:01 |
gerritjan | hello i try to install a theme but i cant see anyway to install it with tweak tool or somting @all because it doesnt show up in the list | 13:02 |
ioria | HakkaH, and did you run autoremove after the purge ? | 13:02 |
gerritjan | im using gnome 3.16 | 13:02 |
HakkaH | yes | 13:04 |
ioria | HakkaH, apt-cache policy mysql-client* | pastebinit | 13:05 |
=== lesik is now known as lesik_afk | ||
Razva | is there any way for me to see what commands is executing a user via bash, real-time | 13:07 |
Razva | ?> | 13:07 |
HakkaH | http://paste.ubuntu.com/15090958/ | 13:07 |
AtuM | Razva, you can try "w" | 13:09 |
Neofrontier | Good Day, How can I record whatever my soundcard is outputting ? | 13:09 |
Neofrontier | ( I have jack running ) | 13:09 |
gerritjan | can sombody help me with that | 13:10 |
Razva | AtuM yeah but that will only show what users are logged in, not what they are "typing" | 13:10 |
ioria | HakkaH, looks ok | 13:10 |
AtuM | Razva, so you want a keyboard logger... I have not used one yet.. | 13:11 |
HakkaH | yes but phpmyadmin and info.php keeps giving me 5.5.47 | 13:11 |
Mathisen | Razva, http://sniffy.sourceforge.net/ | 13:12 |
HakkaH | Your PHP MySQL library version 5.5.47 differs from your MySQL server version 5.6.28. This may cause unpredictable behavior. | 13:12 |
gerritjan | i did install it in /usr/share/themes and ~/.themes but tweak util doesnt show it up in the list | 13:14 |
ioria | HakkaH, apt-cache policy libmysqlclient18 | pastebinit | 13:14 |
HakkaH | http://paste.ubuntu.com/15091020/ | 13:16 |
HakkaH | there we have it | 13:16 |
EriC^^ | Razva: with their knowledge? | 13:20 |
HakkaH | hmm strange it is the latest version they have for trusty there is no 5.6 version of it | 13:23 |
ioria | HakkaH, right | 13:23 |
HakkaH | so that shouldn't matter then | 13:23 |
ioria | HakkaH, right | 13:24 |
=== anonymous is now known as Guest9479 | ||
HakkaH | thanks for helping me out ioria | 13:27 |
ioria | HakkaH, no problem | 13:27 |
ioria | HakkaH, mysql-common is 5.6 or 5.5 ? | 13:30 |
=== galvao is now known as Guest71690 | ||
=== Guest71690 is now known as Galvao_35 | ||
HakkaH | also 5.5.47 | 13:32 |
[[thufir]] | I can't open mail, permission denied? http://pastebin.com/qgKeGurD | 13:32 |
ioria | !info mysql-common-5.6 trusty | 13:33 |
ubottu | mysql-common-5.6 (source: mysql-5.6): MySQL 5.6 specific common files, e.g. /etc/mysql/conf.d/my-5.6.cnf. In component universe, is optional. Version 5.6.28-0ubuntu0.14.04.1 (trusty), package size 13 kB, installed size 146 kB | 13:33 |
ioria | HakkaH, this is available | 13:35 |
HakkaH | hmm it seems both are installed | 13:35 |
ioria | HakkaH, ok | 13:36 |
llutz | [[thufir]]: ls -ld /var/mail | 13:36 |
HakkaH | both common and common5.6 are installed but that shouldn't be a problem | 13:37 |
ioria | HakkaH, did you reboot after the upgrade ? | 13:38 |
[[thufir]] | llutz: drwxrwsr-x 2 root mail 4096 Oct 21 08:49 /var/mail chown that directory to mail:mail ? | 13:38 |
llutz | [[thufir]]:nope, its correct | 13:38 |
HakkaH | no I restarted the services | 13:39 |
[[thufir]] | llutz: http://askubuntu.com/questions/735337/ might be related to dovecot or postfix | 13:39 |
ioria | HakkaH, you got this error ? http://askubuntu.com/questions/443572/how-to-upgrade-phpmyadmin-after-installing-mysql-5-6 | 13:41 |
IsPrime | hey guys,I'm trying to install cvs on ubuntu 13.04 and I got stuck on the first step.Can someone help? | 13:42 |
BluesKaj | hi folks | 13:42 |
llutz | [[thufir]]: just re-create the mailbox-file and watch if it will be deleted/changed again later: sudo touch /var/mail/$USER && sudo chown $USER:mail /var/mail/$USER && sudo chmod 660 /var/mail/$USER | 13:42 |
IsPrime | I run sudo apt-get install cvs and it gave the info below | 13:43 |
IsPrime | Err http://us.archive.ubuntu.com/ubuntu/ raring/main cvs amd64 2:1.12.13+real-9 404 Not Found [IP: 91.189.91.13 80] Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/c/cvs/cvs_1.12.13+real-9_amd64.deb 404 Not Found [IP: 91.189.91.13 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? | 13:44 |
MonkeyDust | IsPrime 13.04 is dead. or was that a typo and do you mean 14.04 | 13:44 |
MonkeyDust | IsPrime what is the output of cat /etc/issue | 13:45 |
IsPrime | I see. Thanks a millian | 13:46 |
Jakey3 | has anyone installed papyrus for ecplipse on ubuntu 14.04 | 13:46 |
Jakey3 | i get dependency errors | 13:47 |
Jakey3 | http://imagebin.ca/v/2XAZke9qvUYY | 13:47 |
IsPrime | MonkeyDust a moment please.Let me check | 13:47 |
IsPrime | MonkeyDust Ubuntu 13.04 \n \l | 13:48 |
PCatinean | Hey guys, is it possible to have from a notebook in ubuntu 14.04 LTS a extra monitor and another on hdmi? | 13:48 |
HakkaH | ioria yes but that doesn't solve it and frankly I do not care about a wrning that much it's just that I thought it would just say 5.6.28 | 13:48 |
IsPrime | that was the iso offered by parallel desktop and I wasn't aware of it. | 13:48 |
PCatinean | And have them work in paralel? I'm trying to do that with a dell monitor and samsung TV but when I plug in the tv it gives an error and will not switch on | 13:48 |
MonkeyDust | IsPrime ok, my advice, backup and install 14.04 ... during install, create a separate /home partition, so you your personal documents and settings are safe | 13:48 |
ioria | HakkaH, yes, php involved rather than mysql | 13:49 |
llutz | [[thufir]]: if you configure postfix to use dovecot for delivery, you need to setup dovecot as well | 13:50 |
PCatinean | anyone? | 13:50 |
IsPrime | MonkeyDust I'd start now.Actually I'm a newbie,so nothing much on this os. | 13:51 |
IsPrime | MonkeyDust but backup is always a good idea. | 13:51 |
MonkeyDust | IsPrime partitioning is the hardest part for beginners ... come here for advice | 13:52 |
IsPrime | MonkeyDust that's what I need indeed | 13:52 |
maxvi | anybody know how I can read html (jira report) emails in claws-mail? | 13:53 |
llutz | !info claws-mail-html2-viewer | 13:54 |
ubottu | Package claws-mail-html2-viewer does not exist in wily | 13:54 |
mcphail | MonkeyDust: no need to keep a separate /home partition for these purposes. Just adds needless complexity | 13:54 |
IsPrime | MonkeyDust what's the relatively good version of Ubuntu? | 13:56 |
IsPrime | MonkeyDust I'm doing some exercise on it ... | 13:57 |
MonkeyDust | IsPrime 14.04 if you want long support, 15.10 if you want the latest | 13:58 |
Cem_Nome5 | hello | 13:59 |
Cem_Nome5 | can anyone help me with an ePSXe problem? | 13:59 |
IsPrime | MonkeyDust thanks for the advice:) | 13:59 |
=== vito_ is now known as Guest82705 | ||
MonkeyDust | IsPrime good luck | 14:00 |
EriC^^ | Cem_Nome5: what's the problem? | 14:01 |
EriC^^ | that's the PS2 emulator right? | 14:01 |
Cem_Nome5 | ps1 actually | 14:01 |
Cem_Nome5 | everything works just fine | 14:01 |
Cem_Nome5 | but the "configure" button for plugins doesnt do anything at all | 14:02 |
EriC^^ | how did you install it? | 14:02 |
Cem_Nome5 | downloaded it | 14:02 |
Cem_Nome5 | I can't find anyone in the web with the same problem as me lol | 14:04 |
EriC^^ | did you try the emulator in the repos? | 14:04 |
EriC^^ | pcsxr ? | 14:04 |
Cem_Nome5 | no | 14:04 |
EriC^^ | Cem_Nome5: give it a shot maybe | 14:05 |
Cem_Nome5 | I'll try it out | 14:05 |
Cem_Nome5 | Im also downloading another ISO | 14:05 |
Cem_Nome5 | because the one Im trying to run needs special fix | 14:05 |
Cem_Nome5 | that's why I needed to config video plugin | 14:05 |
EriC^^ | ah | 14:05 |
Cem_Nome5 | Ty EriC^^ :) | 14:06 |
EriC^^ | np :) | 14:06 |
werner_ | hallo an alle | 14:09 |
=== lesik_afk is now known as lesik | ||
=== Guest76507 is now known as med_ | ||
deem | hi. I'm setting "d-i passwd/make-user boolean false" in my preseed file, but if i boot the installation images it still want's to set up a normal user account. did anything changed in the newer versions of the ubuntu installer? | 14:17 |
=== Senj is now known as Senji | ||
NooBuntu | Hi guys | 14:30 |
NooBuntu | I got some issue and I'm looking for some haxors to help me | 14:30 |
MonkeyDust | NooBuntu this is ubuntu support | 14:31 |
NooBuntu | So I guess I'm in a right place? | 14:31 |
MonkeyDust | !ask | 14:32 |
ubottu | 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 | 14:32 |
NooBuntu | !patience | 14:32 |
ubottu | Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ | 14:32 |
col | I need some advice. I'm on 10.4. Should I upgrade to 10.10, or wait for 11.4? | 14:32 |
MonkeyDust | col upgréade to 14.04 or 15.10, the rest of what you say is !eol | 14:33 |
kltrg | Has anyone had an experience with running Adobe Digital Editions under Linux? Or how to work around using it? | 14:33 |
ikonia | kltrg: waste of time even trying | 14:34 |
ikonia | you want adobe, use windows or a mac | 14:34 |
NooBuntu | k, thanks. My problem is that I've mistakenly installed Ubuntu on a C/ alongside with Win7. I made a smaller partition (20gb) first but it has been installed n C and now I cannot use almost 80% of my hard disk space. Question is: Is there a painless way to "save" my OS, clean the mess with the partitions with e.g. format and then put again my ubuntu on a clean pc? | 14:36 |
NooBuntu | as You may guess I am new to linux systems so.. ;/ | 14:37 |
hateball | NooBuntu: you can use gparted-live to resize/move your partitions without having to reinstall | 14:39 |
hateball | NooBuntu: That is, run gparted from for instance the Ubuntu install media | 14:40 |
llutz | NooBuntu: make sure to have actual backups before | 14:40 |
ralpheeee | looking to try ubbuntu (15.10)...my question is if i install with luks and lvm can i upg to 16.04 ... | 14:40 |
Nukien | How would one use parted in a script to create a partition of a given size at the *end* of the disk ? Not knowing the actual size of the disk ... | 14:40 |
Nukien | I want the equivalent of "mkpart -256MiB -1" to make a 256M partition at the *end* | 14:40 |
NooBuntu | I've tried to resize the partition with gpartd but it cannot be done ;( | 14:41 |
hateball | NooBuntu: How so? You cannot do it from your installed OS, it must be done when it is unmounted (hence live media) | 14:41 |
=== root is now known as Guest44221 | ||
NooBuntu | IC, thanks a lot! :) | 14:42 |
Guest44221 | can i get ebook backbox? | 14:42 |
hateball | NooBuntu: but as llutz said, be careful and take backups in case you have valuable data | 14:42 |
NooBuntu | Roger! :) Good day everyone! | 14:43 |
=== alazare619 is now known as huntrkll | ||
Nukien | Any ideas on creating a partition of a given size at the *end* of a disk ? | 14:47 |
=== huntrkll is now known as alazare619 | ||
hateball | Nukien: suppose it could be done by parsing fdisk output | 14:48 |
=== saramundi88 is now known as msg | ||
=== msg is now known as e01 | ||
Nukien | Yeah - I'm about to script up a hack using blockdev --getsz or similar | 14:49 |
gmbs | What does this mean? W: Failed to fetch http://ubuntu.mirrors.tds.net/pub/ubuntu/dists/trusty-security/main/binary-i386/Packages Hash Sum mismatch | 14:49 |
Nukien | Was hoping parted was smart enough - it knows about -1 and 100% to mean end of disk ... | 14:49 |
MonkeyDust | !hash | 14:50 |
MonkeyDust | what's the factoid for hash sum? | 14:50 |
sina | hello there | 14:51 |
popey | !md5sum | 14:51 |
ubottu | 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 | 14:51 |
sina | anybody there ? | 14:51 |
=== sina is now known as Guest17268 | ||
Guest17268 | anybody there ? | 14:51 |
MonkeyDust | gmbs ^^^ | 14:51 |
popey | yes | 14:51 |
Guest17268 | dear friends we are sending several emails to ubuntu canonical but they wont answer | 14:51 |
gmbs | Do I need to change mirrors or just wait? | 14:52 |
Guest17268 | do you know why ? :( | 14:52 |
popey | Guest17268: about what? | 14:52 |
popey | Guest17268: and to whom | 14:52 |
col | sorry, i meant im on 15.04. Should I upgrade to 15.10 or wait for 16.04? | 14:52 |
popey | col: i would upgrade to 15.10 | 14:52 |
popey | (then 16.04 in april) | 14:52 |
col | ok | 14:52 |
MonkeyDust | gmbs the link is dead | 14:52 |
col | how do i see what video driver im using? | 14:52 |
col | I installed nvidias driver | 14:53 |
col | i need to remove it | 14:53 |
popey | col: glxinfo usually provides copious detail | 14:53 |
col | thank you | 14:53 |
gmbs | MonkeyDust, Ok. Change mirrors. Thanks | 14:53 |
DJones | col: You'd have to upgrade to 15.10 before you can upgrade to 16.04 when that gets released anyway, you can't go directly from 15.04 to 16.04 | 14:53 |
popey | well, you can, but we don't recommend it usually 😃 | 14:53 |
popey | Guest17268: feel free to pm me about the mails you're sending | 14:54 |
col | and theres no problem with encrypted disks? | 14:54 |
ralpheeee | col: thxs...thats what i was asking... | 14:55 |
* donangello i sell root rdp host domain | 14:56 | |
=== chilversc_ is now known as chilversc | ||
newsrelay | so apearently, most of the worlds goat farmers own ak assult rifles, and aren't terrorists or murderers, but every time they show you a photo of goat farmers, your going to war to further economic slavery for the brittish empire (most of which is despised by most englelanders). What's jeb bush gonna do different? and why are all our presidents CIA\brittishintelligence? How did all the nations of the world all wind up with rectangle flags and brittish pol | 14:57 |
MonkeyDust | newsrelay wrong channel | 14:57 |
DJones | newsrelay: This is Ubuntu support | 14:57 |
Kartagis | can I upgrade to 16.04 64 bit from 14.10 32 bit? | 14:59 |
MonkeyDust | Kartagis fresh install ... 16.04 support in #ubuntu+1 | 15:00 |
Kartagis | :S | 15:00 |
kevc | Is there any news on CVE-2015-7547? Seems nothing on ubuntu security | 15:00 |
ubottu | ** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7547) | 15:00 |
Pici | kevc: not yet. | 15:01 |
hateball | Kartagis: You can't (easily) switch architecture regardless of release. And 14.10 is EOL as well | 15:01 |
DJones | Kartagis: http://askubuntu.com/questions/6176/how-do-i-upgrade-from-x86-to-x64-without-losing-settings Basically just suggests backing up, getting a list of packages already installed, then doing a fresh install with same users | 15:01 |
Kartagis | hateball: 14.04, not 14.10 | 15:02 |
Kartagis | sorry, I mistyped | 15:02 |
levister | ciao | 15:02 |
hateball | Kartagis: Right. Still, it's backup and clean install you're in for | 15:02 |
levister | !list | 15:02 |
ubottu | levister: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». | 15:02 |
=== system is now known as Guest69285 | ||
fatal4 | Hi | 15:03 |
fatal4 | This many users and no action so to speak. | 15:05 |
BluesKaj | fatal4, ask your question to see some action :-) | 15:06 |
fatal4 | Lol | 15:06 |
fatal4 | Like I said no action here. | 15:07 |
MonkeyDust | fatal4 this is a support channel, not an action channel | 15:07 |
fatal4 | Dead | 15:09 |
fatal4 | Action as in what ? | 15:09 |
fatal4 | I meant no muchnyraffic | 15:09 |
* donangello irc.darkirc.net | 15:09 | |
SchrodingersScat | my laptop nic seems to be having errors, but nothing identified by ifconfig as an error, yet my connection to other machines will 'drop' if I'm not actively using it. Ie, sshfs mount will fail if I mount it then don't traverse in it, or copy files. If I let it sit for 15 minutes it's dead. How troubleshoot? | 15:11 |
ikonia | what does the syslog show | 15:12 |
ikonia | are you sure it's at your end - and not the remote end | 15:12 |
ikonia | are you sure it's not power saving kickig in on either side | 15:12 |
MonkeyDust | SchrodingersScat that's called 'keep-alive' | 15:12 |
ikonia | is it a firewall hitting an idle time out | 15:12 |
SchrodingersScat | ikonia: pretty sure it's not the server side, a remote machine can connect to the same machine indefinitely so long as they're powered on. | 15:12 |
SchrodingersScat | MonkeyDust: K, so I guess my question is why does my laptop not keep alive. Is this maybe something in ssh_config or sshd_config? | 15:13 |
ikonia | ssh_config is a client connection, -o keepalive | 15:13 |
SchrodingersScat | and the connection fails both ways, a reverse tunnel back to the laptop is also erratic. k, I'll check for that. | 15:14 |
ikonia | I'd also be looking at any firewalls it passes through | 15:14 |
SchrodingersScat | k, added a keepalive. | 15:16 |
=== lesik is now known as lesik_afk | ||
raksh93 | hi does anyone here have experience installing gnome on ubuntu using jhbuild? | 15:19 |
fatal4 | Whats jbuild ? | 15:21 |
raksh93 | its a tool for installing apps | 15:22 |
Xero0042 | To setup an SFTP server, all I have to do is install openssh-server, correct? | 15:22 |
fatal4 | God you ppl | 15:22 |
fatal4 | Answer a damn question. | 15:23 |
raksh93 | can anyone help me on this? http://paste.ubuntu.com/15092361/ | 15:23 |
MonkeyDust | fatal4 sure you want to be here? | 15:23 |
fatal4 | Just use apt-get from the terminal | 15:23 |
mark28 | :) The moderator k1l is a filthy c unt. :) his mother will die from breast cancer soon. S atan make this so :) his w hore mother will be F UCKED in hell by jesus and the PrOpHeT Muhammad. they both F UCK pigs like her :) :) The moderator k1l is a C UNT :) :)㋛ | 15:24 |
mark28 | _:) The moderator k1l is a filthy c unt. :) his mother will die from breast cancer soon. S atan make this so :) his w hore mother will be F UCKED in hell by jesus and the PrOpHeT Muhammad. they both F UCK pigs like her :) :) The moderator k1l is a C UNT :) :)㋛ | 15:24 |
mark28 | .,:) The moderator k1l is a filthy c unt. :) his mother will die from breast cancer soon. S atan make this so :) his w hore mother will be F UCKED in hell by jesus and the PrOpHeT Muhammad. they both F UCK pigs like her :) :) The moderator k1l is a C UNT :) :)㋛ | 15:24 |
mark28 | ,:) The moderator k1l is a filthy c unt. :) his mother will die from breast cancer soon. S atan make this so :) his w hore mother will be F UCKED in hell by jesus and the PrOpHeT Muhammad. they both F UCK pigs like her :) :) The moderator k1l is a C UNT :) :)㋛ | 15:24 |
mark28 | bbl | 15:24 |
fatal4 | Wow | 15:24 |
fatal4 | That guy was mouthy. | 15:26 |
fatal4 | What not to do. | 15:26 |
MonkeyDust | fatal4 ignore him, he's been attacking the channel since he's got a new boyfriend | 15:26 |
deem | hi. I'm setting "d-i passwd/make-user boolean false" in my preseed file, but if i boot the installation images it still want's to set up a normal user account. did anything changed in the newer versions of the ubuntu installer? | 15:27 |
fatal4 | Sexy | 15:27 |
fatal4 | Hes gay then ? | 15:27 |
fatal4 | No answer .....shocker | 15:29 |
Pici | lets move on | 15:29 |
deem | oh. nvm... seems like the installer ignores the whole preseed file oO | 15:30 |
andybrine | Hey Everyone | 15:30 |
andybrine | Quick question, im using gnome calendar and I cant see the settings option. Does anyone know where I can add calendars? | 15:31 |
deem | any idea where the installer caches/saves the preseed file after it got retrieved? | 15:33 |
thresh | Any idea when the updated libc6 packages will land for trusty? | 15:37 |
Pici | thresh: unknown as of yet. | 15:37 |
thresh | Pici: thanks. | 15:38 |
kz_i20me0 | Hi all | 15:39 |
user | hey | 15:40 |
fatal4 | Trolls in slackware just a heads up | 15:43 |
BalTun | Hello! I very much need to make SKYPE work to share my desktop environment during the call. Please help!!! | 15:48 |
batnix | Yo dawgs | 15:49 |
batnix | Whays up dawgs ? | 15:49 |
andybrine | Is there any way to delete the default calendar in evolution? | 15:53 |
xangua | BalTun: contact Microsoft to let them know your issue | 15:56 |
Rush2112 | Hi guys, I'm running Ubuntu on a laptop that I've repeatedly fucked up. Originally it had Windows 8, then I installed Ubuntu with issues, then tried to wipe and go back to Windows, which failed miserably. I have Ubuntu running now, but it's required for me to plug a thumb drive into my computer and mash Esc when the computer boots up, and then boot from the USB (I can remove the USB afterwards and it works fine). I was hoping someone | 15:57 |
Rush2112 | me figure out why my laptop is so fucky, and if there's a way to restore it to 100% optimization | 15:57 |
teward | Rush2112: not swearing is a good start | 15:58 |
teward | !language | Rush2112 | 15:58 |
ubottu | Rush2112: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList | 15:58 |
Rush2112 | My bad, I'm used to other channels where that's the norm, I'll try not to be profane. | 15:58 |
lotuspsychje | Rush2112: how about you explain whats wrong with your ubuntu | 15:58 |
=== [UPA]Stefan is now known as Tronsha | ||
Rush2112 | The thing is that I'm not really sure what's wrong with it, I just know it's not working as well as it could be. Having to boot from USB is a problem, as well as the fact that I get error messages that are seemingly for nothing when I start up. Internet connections may or may not work (I have to just close the laptop lid and open it and hope it fixes itself) as well as things just being weird, I don't know what other way to put it. | 16:00 |
Rush2112 | Is there some kind of diagnostic I can run? | 16:00 |
lotuspsychje | Rush2112: ubuntu version? is it installed already or are you trying to install? | 16:01 |
jak2000 | hi all | 16:03 |
Rush2112 | It's installed already, I believe, I just have to boot from USB. I have 14.04 LTS | 16:03 |
lotuspsychje | Rush2112: booting from usb is not an ubuntu problem right, but your bios key | 16:03 |
lotuspsychje | Rush2112: check the ##hardware channel to enter boot sequence or bios | 16:04 |
Rush2112 | I guess so? I don't know much about BIOS, but my version of Ubuntu still doesn't feel right, certain things don't work (I can never install Flash), sometimes downloads don't work through the Ubuntu Software Center, network connections randomly pop in and out. My computer is slow and sluggish ever since I moved to Ubuntu | 16:05 |
lotuspsychje | Rush2112: try chromium-browser to play flash | 16:05 |
lotuspsychje | Rush2112: wifi or cable? | 16:05 |
Rush2112 | wifi | 16:05 |
lotuspsychje | Rush2112: wifi chipset? | 16:05 |
lotuspsychje | Rush2112: did you check additional drivers section also, if you have best drivers for your system? | 16:06 |
Rush2112 | I don't know, my point is that my computer has been performing a lot worse ever since I switched from Windows, and I know Ubuntu itsef isn't a bad platform, so I know there's something wrong with my distribution or installation. Is there a diagnostic I can run to see what's wrong with it? | 16:06 |
lotuspsychje | Rush2112: i advise taking one problem at the time to solve | 16:07 |
lotuspsychje | Rush2112: sluggish feeling can get caused by several things, so we need to investigate first | 16:07 |
lotuspsychje | Rush2112: pastebin sudo lshw -C network and sudo lshw -C video would be a good start | 16:08 |
Rush2112 | right, so that's why i was hoping there's a diagnostic I can run to see what's wrong with the system in general | 16:08 |
lotuspsychje | Rush2112: you can diagnose in the syslog or dmesg | 16:08 |
Rush2112 | Ok, I'm pastebin'ing the results from those sudo commands now. | 16:09 |
=== Guma is now known as Guma_away | ||
Rush2112 | http://hastebin.com/agatemonum.sm here is the results for network | 16:11 |
Rush2112 | http://hastebin.com/vufikidida.sm and video | 16:11 |
lotuspsychje | Rush2112: are you up to date also? | 16:11 |
lotuspsychje | Rush2112: try a sudo apt-get update and sudo apt-get upgrade | 16:12 |
Rush2112 | ok, doing that now | 16:13 |
lotuspsychje | Rush2112: let me know if it upgrades? | 16:15 |
Rush2112 | oh, eah it's currently upgrading | 16:15 |
lotuspsychje | Rush2112: ok good, please always keep your system up to date as possible | 16:15 |
lotuspsychje | Rush2112: after the upgrade: sudo apt-get install chromium-browser preload | 16:17 |
lotuspsychje | Rush2112: and reboot | 16:17 |
=== mg is now known as Guest2930 | ||
Rush2112 | will do | 16:20 |
=== piercedwater- is now known as piercedwater | ||
lotuspsychje | Rush2112: after the reboot, come back and try to detail one problem at time, to solve ok | 16:22 |
lotuspsychje | Rush2112: and try your flash sites with chromium | 16:22 |
=== Guma_away is now known as Guma | ||
Rush2112 | alright, i'll be sure to do that | 16:23 |
lotuspsychje | Rush2112: your getting system errors at boot also? | 16:24 |
Rush2112 | i think so but i'll make a note if it happens again when i restart | 16:25 |
lotuspsychje | Rush2112: ok good luck | 16:25 |
=== lesik_afk is now known as lesik | ||
=== acrocity_ is now known as acrocity | ||
bingessd | how to use apparmor and enable it?? | 16:35 |
lotuspsychje | bingessd: https://wiki.ubuntu.com/AppArmor | 16:36 |
=== erwin is now known as easyOnMe | ||
MonkeyDust | bingessd sudo service apparmor start | 16:37 |
lotuspsychje | bingessd: man apparmor from terminal is usefull also | 16:37 |
bingessd | how to see it's status | 16:37 |
jak2000 | hi all how to use, ssh-keygen -t rsa -b 4096 ? | 16:38 |
MonkeyDust | bingessd service --status-all | 16:38 |
jak2000 | i want use scp command without ask me a password, thanks | 16:38 |
cpaelzer | jak2000: answer already in #ubuntu-server | 16:41 |
guite | Hi everyone, I’d like to install perf, which is supposed to be in package linux-tools-common, but my ubuntu doesn’t want me to install it. It says `linux-lts-utopic-tools-3.16.0-34 : Depends: linux-lts-utopic-tools-common but it is not going to be installed` | 16:42 |
guite | Have you got a quick workaround ? :) | 16:42 |
guite | install -f didn’t do better | 16:42 |
Rush2112 | lotuspsychje: I'm at this weird window (my terminal), there's a box that says "Configuring grub-pc", with "GRUB install devices:" underneath. Underneath that are two lines, one of which is "/dev/sda (500107 MB; Hitachi_HTS545050A7E380)", and the other being "- /dev/sda1 (496393 MB /) | 16:42 |
bingessd | is apparmor enabled by default in ubuntu? | 16:42 |
MonkeyDust | !utopic | guite | 16:43 |
ubottu | guite: Ubuntu 14.10 (Utopic Unicorn) was the 21st release of Ubuntu. Support ended on July 23rd, 2015. See !eol, !upgrade and http://ubottu.com/y/utopic | 16:43 |
lotuspsychje | Rush2112: are you still upgrading, or what are you doing now? | 16:43 |
ScMnDak | anyone have MRTG insight? | 16:43 |
jak2000 | cpaelzer thanks | 16:44 |
MonkeyDust | guite what's the output of cat /etc/issue | 16:44 |
guite | oh god >_M | 16:44 |
guite | Ubuntu 14.04.3 LTS \n \l | 16:44 |
guite | >_< | 16:44 |
bingessd | how to use rkhunter to delete suspect files after scan | 16:44 |
Rush2112 | lotuspsychje: I was upgrading, and I alt tabbed and did some other stuff. When I came back to check on it, the terminal changed to the box I just told you about | 16:45 |
guite | MonkeyDust: do-release-upgrade tells me there aren’t any upgrade available | 16:45 |
lotuspsychje | Rush2112: let it run the upgrade whatever it shows | 16:45 |
MonkeyDust | guite 14.04.3 is ok | 16:45 |
guite | phew \o/ | 16:45 |
bingessd | does anyone know of rkhunter | 16:45 |
guite | so now, what should I do | 16:46 |
guite | ? | 16:46 |
Rush2112 | ok but its asking me to install GRUB to devices, should i do that? | 16:46 |
MonkeyDust | guite sudo apt install linux-tools-common does that give the error? | 16:46 |
guite | yes | 16:46 |
lotuspsychje | Rush2112: what does it ask exactly? you had grub running fine before right? | 16:47 |
guite | I don’t remember the command for sending messages to ubuntu-paste | 16:47 |
MonkeyDust | guite pastebinit | 16:47 |
guite | http://paste.ubuntu.com/15093835/ | 16:48 |
Braybaut | guite, use pasterbin | 16:48 |
Rush2112 | ok, it says "The GRUB boot loader was previously installed to a disk that is no longer present, or whose unique identifier has changed for some reason. It is important to make usre that the installed GRUB core stays the same..." | 16:48 |
guite | MonkeyDust: thanks :) | 16:48 |
guite | OK in french :( | 16:48 |
MonkeyDust | guite first: sudo apt update | 16:48 |
guite | and no, there is no error | 16:48 |
guite | I did that already | 16:48 |
MonkeyDust | guite i speak and read french ok | 16:48 |
guite | good :D | 16:49 |
Rush2112 | ok, i ended up telling it to install to whatever, which its doing so now | 16:49 |
lotuspsychje | Rush2112: ok | 16:49 |
guite | MonkeyDust: so, first I have this -> http://paste.ubuntu.com/15093859/ , then this -> http://paste.ubuntu.com/15093863/ | 16:51 |
guite | MonkeyDust: I did apt-get update before all that | 16:51 |
=== floown_ is now known as floown | ||
lilvim | Is Ubuntu 14.04 affected by CVE-2015-7547? | 16:52 |
ubuntugeek9 | anyone having issue with installing chrome stable on Ubuntu 15.10 | 16:52 |
lotuspsychje | !usn | lilvim | 16:52 |
ubottu | lilvim: Please see http://www.ubuntu.com/usn for information about Ubuntu security updates. | 16:52 |
ubuntugeek9 | unable to start gogle chrome | 16:53 |
lotuspsychje | ubuntugeek9: use chromium-browser on ubuntu instead | 16:53 |
ubuntugeek9 | chromium works well | 16:53 |
k1l | ubuntugeek9: what exact error? | 16:53 |
lilvim | I have, and it's not listed | 16:53 |
ubuntugeek9 | no error | 16:53 |
ubuntugeek9 | nothing in syslog | 16:53 |
ubuntugeek9 | the icon keeps blinking | 16:53 |
ubuntugeek9 | and after 10 seconds stops blinking | 16:53 |
k1l | ubuntugeek9: does it work in guest mode? | 16:53 |
ubuntugeek9 | nope | 16:53 |
xangua | ubuntugeek9: did you try a fresh profile? | 16:53 |
ubuntugeek9 | i just moved to 15.10 from 15.04 | 16:54 |
OerHeks | lilvim, no info on that, seems a redhat/opensuse issue | 16:54 |
ubuntugeek9 | it was a fresh install | 16:54 |
k1l | does it work in guest account on your pc? | 16:54 |
lilvim | OerHeks: they mention glibc since 2.9 affected | 16:54 |
ubuntugeek9 | no ot does not ork in guest account | 16:55 |
Pici | lilvim: the fix is in-progress currently. | 16:55 |
k1l | ubuntugeek9: remove the " /home/USERNAME/.config/google-chrome/" folder | 16:55 |
lilvim | ok, thanks | 16:55 |
ubuntugeek9 | ok | 16:55 |
ubuntugeek9 | let me try | 16:55 |
Pici | lilvim: being tested by the developer. http://people.canonical.com/~ubuntu-security/cve/2015/CVE-2015-7547.html | 16:55 |
lilvim | Thanks again! | 16:55 |
ScMnDak | if I updated my MRTG config file, how do I stop and restart MRTG to incorporate new changes? | 16:55 |
Pici | OerHeks: see above as well. | 16:56 |
ubuntugeek9 | do i remove the folder and re-install chrome | 16:56 |
Guest48968 | Hi | 16:58 |
Guest48968 | Hello | 16:58 |
Braybaut | hello | 16:58 |
Guest48968 | do you know how to install kali on ununtu? | 16:59 |
Guest48968 | unbuntu* | 16:59 |
Braybaut | not possible, kali linux is distributions based in Debian | 16:59 |
Braybaut | you can install packages of kali linux in Ubuntu | 16:59 |
Guest48968 | can you help me on that? | 17:00 |
Tobias92 | I have a deployment of Ubuntu on several machines. Home directories are mounted over NFS. About 3-4 times a week a machine completely locks up and only rebooting will make it responsive. The syslog says "VFS: file-max limit 317907 reached" (or thereabout). I have not been able to identify a single process that uses too many file handles. Does anybody have a suggestion? | 17:00 |
Guest48968 | you can install packages of kali linux in Ubuntu can you help me on that? | 17:00 |
k1l | Guest48968: what program do you need? | 17:01 |
Guest48968 | really i need them all. | 17:01 |
k1l | ok, that sounds like you will want to use kali anyway, and not ubuntu. | 17:01 |
Myrtti | Braybaut, Guest48968: installing kali apps into ubuntu is calling for trouble, it's not only once I've seen people just end up in an irredeemable mess that can't be fixed | 17:01 |
MarderIII | Tobias: Checked with lsof I presume? | 17:02 |
Myrtti | if you need kali apps, install kali | 17:02 |
=== DarthFluffy_ is now known as ChkDigit | ||
k1l | and if you dont know which apps you need, you dont want to mess with an ubuntu install anyway | 17:02 |
Guest48968 | about that. when i try to making it into dual boot my usb dont pop up | 17:02 |
Braybaut | Myrtti, if use repository of Kalinux for install packages in ubuntu, it present problems | 17:02 |
lotuspsychje | Guest48968: or install available pentesting apps from ubuntu repos | 17:02 |
Myrtti | Braybaut: yes. I don't understand why you suggested it | 17:03 |
Braybaut | Guest48968, the best is install kali linux in other partitions or use in liveCD | 17:03 |
k1l | Braybaut: stop! dont do that | 17:03 |
k1l | Braybaut: it will mix debian packages with ubuntu ones and will change the lsb_release to kali which breaks ubuntu updates. | 17:03 |
Guest48968 | @k1l Unbuntu good in all but im not a fan of it | 17:04 |
Braybaut | Myrtti, ok :) | 17:04 |
Myrtti | Guest48968: then install kali - end of troubles and you get what you want. | 17:05 |
Guest48968 | :) | 17:05 |
Braybaut | k1l, I 'm not saying that, the best is install kali linux (distro) not packages of kali linux from repository in ubuntu | 17:06 |
Braybaut | k1l, the best is install Kali linux or use liveCD | 17:06 |
fission6 | whats a recommended process manager tool? upstart? | 17:06 |
coffeemug | hi is there an issue with gtx 960 and installation? | 17:06 |
k1l | Braybaut: sorry, missread one word and it looked to me you were suggesting. sorry. | 17:06 |
lotuspsychje | coffeemug: wich ubuntu version are you on? | 17:06 |
Braybaut | k1l, although is posible install these packages from repository the ubuntu, example emmmm nmap | 17:07 |
k1l | fission6: upstart for 14.04. since 15.04 its systemd | 17:07 |
coffeemug | oh sorry, um 14.04.3 | 17:07 |
Tobias92 | MarderIII, sorry I missed your message there. Yes, I did. I even had a script log the top 10 in lsof to a file every minute, that didn't get me any spike. I also found an old post on Stack Overflow which suggested it had something to do with NFSv4, but switching back to NFSv3 didn't make a difference. | 17:07 |
=== lesik is now known as lesik_afk | ||
fission6 | k1l: whats sudo service nginx stop, is that upscript? | 17:07 |
fission6 | that pattern | 17:07 |
lotuspsychje | coffeemug: as your card is pretty new, you could try 15.10 perhaps | 17:07 |
Braybaut | k1l, jejej ok :) | 17:07 |
coffeemug | aah okies thanks lotuspsychje | 17:08 |
Guest48968 | Thanks guys just got my other pc going to install kali on it :) Thanks | 17:08 |
k1l | fission6: that is upstart | 17:08 |
Braybaut | Guest48968, excelent =D | 17:08 |
lotuspsychje | coffeemug: or try the daily image from 16.04 see #ubuntu+1 | 17:08 |
fission6 | thanks k1l | 17:08 |
MarderIII | Tobias92 My bad,didnt type your handle correctly | 17:08 |
thms | Hi. I am using ubuntu server 15, and when installing nginx I get this: http://pastebin.com/raw/GcB3i8Wk | 17:09 |
coffeemug | ok thanks lotuspsychje | 17:09 |
thms | The server is a brand new install, what's wrong with it ? | 17:09 |
k1l | thms: what does systemctl status nginx.service bring you? | 17:09 |
thms | k1l: ho it ails to bind on port 80 | 17:10 |
thms | due to apache2 I guess | 17:11 |
thms | Alright | 17:11 |
lokien | hello. how can I get my wacom tablet's led displays to work? | 17:14 |
MarderIII | Tobias92 more likely to be a kernel/module problem. Im not on a linux machine right now, but have seen that error before | 17:14 |
lokien | wacom intuos 4 wl. | 17:14 |
A7681-uest | :) The moderator k1l is a filthy c unt. :) his mother will die from breast cancer soon. S atan make this so :) his w hore mother will be F UCKED in hell by jesus and the PrOpHeT Muhammad. they both F UCK pigs like her :) :) The moderator k1l is a C UNT :) :)㋛ | 17:15 |
lotuspsychje | lokien: can this help? https://help.ubuntu.com/community/Wacom/LatestDriver | 17:15 |
bithon | hello. | 17:15 |
A7681-uest | ..:) The moderator k1l is a filthy c unt. :) his mother will die from breast cancer soon. S atan make this so :) his w hore mother will be F UCKED in hell by jesus and the PrOpHeT Muhammad. they both F UCK pigs like her :) :) The moderator k1l is a C UNT :) :)㋛ | 17:15 |
A7681-uest | .,:) The moderator k1l is a filthy c unt. :) his mother will die from breast cancer soon. S atan make this so :) his w hore mother will be F UCKED in hell by jesus and the PrOpHeT Muhammad. they both F UCK pigs like her :) :) The moderator k1l is a C UNT :) :)㋛ | 17:15 |
ubuntugeek9 | no joy @k1l | 17:15 |
A7681-uest | hi | 17:15 |
A7681-uest | :) The moderator k1l is a filthy c unt. :) his mother will die from breast cancer soon. S atan make this so :) his w hore mother will be F UCKED in hell by jesus and the PrOpHeT Muhammad. they both F UCK pigs like her :) :) The moderator k1l is a C UNT :) :)㋛ | 17:15 |
A7681-uest | .,:) The moderator k1l is a filthy c unt. :) his mother will die from breast cancer soon. S atan make this so :) his w hore mother will be F UCKED in hell by jesus and the PrOpHeT Muhammad. they both F UCK pigs like her :) :) The moderator k1l is a C UNT :) :)㋛ | 17:15 |
bithon | i'm trying to compile 4.4.1 on ubuntu and I get ‘-fstack-protector-strong’, and I have all of the required dependacies install | 17:16 |
bithon | it's an error from gcc | 17:16 |
MarderIII | lovely 😕 | 17:16 |
lokien | lotuspsychje: thanks, I will try that :) | 17:16 |
Braybaut | bithon, show in pastebin please | 17:16 |
bithon | sure, one second. | 17:16 |
lilvim | Tobias92: You have to reboot the NFS server or the clients? You might have a leak. Since you mentioned home directories. If they're workstations, maybe a browser and it's cache, etc, is opening all those files. | 17:17 |
MoPac | Hello. I'm wondering if there is a way to put some dead space to the left of the launcher icons in Unity7 (whether actual extra pixels or just area on the icons where a click/touch would be ignored?) With my touchscreen and desktop wall, it's a bit irritating at the moment where the UI doesn't know whether it wants to edge flip or pick up and move a launcher icon | 17:17 |
Tobias92 | MarderIII, that sounds plausible too. I wish I had a way to diagnose it properly though! I'm not running any special modules (besides maybe a radeon driver?) | 17:17 |
=== folivora_ is now known as folivora | ||
Tobias92 | lilvim, it's the clients I have to reboot; the server appears to be doing just fine. Also, we *do* have a local override that limits the amount of filesystem cache available to Chrome, but my first guess is that that could only limit the number of files open, right? | 17:19 |
lilvim | What is output of cat /proc/sys/fs/file-max on the clients? | 17:20 |
Tobias92 | lilvim, it's at 317907 | 17:21 |
bithon | Braybaut: http://termbin.com/wayt | 17:21 |
lokien | lotuspsychje: it has crashed :( | 17:21 |
lotuspsychje | MoPac: did you try making the icons bigger? | 17:21 |
Tobias92 | lilvim, also, "sudo lsof | wc -l" gives me 74744 on a running system, so it's still a ways to go I'd say? | 17:21 |
lotuspsychje | lokien: tryed a reboot? | 17:21 |
angrywombat | is there a decent command line virus scanner i can use? need to scan a windows drive i popped in | 17:22 |
lokien | lotuspsychje: I'll purge it, reinstall, and reboot | 17:22 |
lotuspsychje | !info clamav | angrywombat | 17:22 |
ubottu | angrywombat: clamav (source: clamav): anti-virus utility for Unix - command-line interface. In component main, is optional. Version 0.98.7+dfsg-0ubuntu4 (wily), package size 96 kB, installed size 718 kB | 17:22 |
angrywombat | thanks | 17:22 |
Braybaut | bithon, is error of gcc, it is based in some tuto ? | 17:22 |
lokien | lotuspsychje: still, error. fingers crossed and reboot | 17:22 |
MoPac | lotuspsychje: They're already at 40 or so. The issue isn't their absolute size -- it's that they fill the space all the way to the left of the screen (more or less). So they butt into the edge area that is used for edge flipping to the workspace to the left | 17:23 |
lilvim | Tobias92: can't confirm lsof output will match exactly the numbe you're worried about that | 17:24 |
lotuspsychje | MoPac: not sure then, perhaps play with ccsm and unity tweaking? | 17:24 |
bithon | Braybaut: what do you mean ? yeah the error is coming from gcc obviously | 17:24 |
lilvim | Tobias92: cat /proc/sys/fs/file-nr | 17:24 |
lilvim | The first number in that output is the number of open file handles, the third number is the max | 17:24 |
Tobias92 | lilvim, ah, of course; that one's even lower: 36352 | 17:24 |
lilvim | Tobias92: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/5/html/Tuning_and_Optimizing_Red_Hat_Enterprise_Linux_for_Oracle_9i_and_10g_Databases/chap-Oracle_9i_and_10g_Tuning_Guide-Setting_File_Handles.html | 17:25 |
bithon | Braybaut: I'm trying to compile kernel on my ubuntu server for my arch linux laptopt | 17:25 |
lilvim | That's a redhat link, but has info that would apply to kernel parameter | 17:25 |
bithon | it compiles fine on laptop but it's too slow | 17:25 |
=== Guma is now known as Guma_away | ||
lokien | lotuspsychje: only two kernel panics! displays still not working. | 17:26 |
lilvim | Tobias92: I would watch that first number and see how it increases, and where it is when you start to see the VFS messages. You can then try killing some processes to see if they clear up? | 17:26 |
bithon | so.. does anyone know why gcc is being a derp | 17:27 |
Tobias92 | lilvim, thanks, I'll try that; going to try and get munin on these machines as well so I can automate this | 17:27 |
lotuspsychje | lokien: https://help.ubuntu.com/community/Wacom | 17:27 |
bithon | I installed the latest version from the ubuntu's offical repo | 17:27 |
bithon | or rather the latest one provided by the cannonical | 17:27 |
=== Guma_away is now known as Guma | ||
lotuspsychje | !latest | bithon | 17:27 |
ubottu | bithon: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. | 17:27 |
MarderIII | lilvim thanks for that link. that knowledge has sunk to far away 😕 | 17:27 |
lilvim | Tobias92: you probably read this link too already, but here it is: https://serverfault.com/questions/235059/vfs-file-max-limit-1231582-reached | 17:28 |
lokien | lotuspsychje: I mean.. it is working properly, besides these displays. and there is no info about them on that page | 17:28 |
lilvim | Tobias92: like you said, could be an NFS locking bug. | 17:28 |
lotuspsychje | lokien: not sure then mate | 17:29 |
Tobias92 | lilvim, indeed, I found that one too. Since switching to NFSv3 didn't make a difference, maybe I'll try disable locking (although that sounds like something I don't want to do) | 17:29 |
lokien | lotuspsychje: found something here - http://linuxwacom.sourceforge.net/wiki/index.php/Wacom_Tablet_Set_Up , I'll try that. | 17:30 |
jgornick | Hey folks, inside an interfaces pre-start stanza, is there a way that I could have a command wait for a particular command to return with an exit code of 0? For example: pre-up for i in {1..60}; do sudo mmcli -m 0 && break || sleep 1; done; Essentially, I want to run the following stanzas until this returns with a status code of 0. | 17:30 |
lokien | lotuspsychje: erm.. it should be in the kernel. from 3.2. eh. | 17:31 |
MonkeyDust | jgornick better ask in #bash | 17:32 |
bithon | lotuspsychje: sure but that doesn't solve my problem | 17:32 |
jgornick | MonkeyDust: Thanks! | 17:32 |
lotuspsychje | bithon: re-ask your issue here once in a while all in one line, to get it solved | 17:33 |
bithon | sure. i get odd error from gcc when I attempt to compile 4.4.1 from source. i am running ubuntu 14.04 with latest build-essential and all dependancies installed. This is the error I get: termbin.com/wayt | 17:34 |
bithon | what am I doing wrong ? | 17:34 |
lotuspsychje | bithon: whats the reason you dont use gcc version for 14.04? | 17:35 |
bithon | lotuspsychje: I do use the one from build-essential. | 17:37 |
chelo | hi guys, someone who is good on LibreOffice? | 17:37 |
lotuspsychje | chelo: #libreoffice | 17:38 |
chelo | tnx | 17:38 |
=== lesik_afk is now known as lesik | ||
musicgeek | Hi, I need assistance installing Ubuntu on a boot drive and using a separate internal drive as storage. I have no idea what do do in terms of partitions, mount points or file systems. I have a 120GB SSD for my boot drive and 1TB hard drive as my storage drive. | 17:42 |
lotuspsychje | musicgeek: use the ubuntu auto partitioning | 17:43 |
lotuspsychje | musicgeek: i would auto partition the ssd for ubuntu, after install you can format your external hd, to whatever you like | 17:44 |
musicgeek | lotuspsychje: is that the option that says install Ubuntu over the existing operating system? | 17:44 |
lotuspsychje | musicgeek: that depends, what you want to do? singleboot? dualboot? | 17:45 |
musicgeek | SIngle boot, I just want to boot Ubuntu off the SSD and use the other internal HDD for mass storage. | 17:45 |
chelo | winblow on same HD? | 17:45 |
lotuspsychje | musicgeek: ok then install ubuntu yes, over the previous Os | 17:45 |
lotuspsychje | musicgeek: and make sure you select your ssd drive as target | 17:46 |
musicgeek | Thanks, will do. Then do i just format the other drive in gparted once the installation is finished? | 17:46 |
lotuspsychje | musicgeek: yes | 17:46 |
musicgeek | Thank you! | 17:47 |
lotuspsychje | musicgeek: wich ssd brand is this? | 17:47 |
musicgeek | Sandisk SSD plus. | 17:47 |
lotuspsychje | musicgeek: ok, before install make sure you have latest firmware on it | 17:47 |
musicgeek | I've already checked with Sandisk SSD dashboard and it has the latest firmware | 17:48 |
lotuspsychje | musicgeek: ok mate, all good and welcome to the ubuntu community | 17:48 |
lotuspsychje | musicgeek: for more boost, install preload also after install | 17:48 |
musicgeek | Thank you again, I will go ahead and install now | 17:49 |
nullx002 | hai | 17:54 |
jgcampbell300 | anyone around here use scrapy | 17:59 |
MonkeyDust | jgcampbell300 ask your question and wait | 18:00 |
jmg8766 | join #physics | 18:00 |
jgcampbell300 | I need help with a xpath I cant get right ... /html/body/div[2]/table/tbody/tr[4]/td[2]/table/tbody/tr[1]/td[2]/font[1] Im pretty sure its a problem with tbody but I cant find a refrence to help | 18:02 |
MonkeyDust | jgcampbell300 is that python? | 18:03 |
chelo | yep it is | 18:04 |
MonkeyDust | there's also #python | 18:04 |
jgcampbell300 | ahh good thinking | 18:04 |
jgcampbell300 | ill ask over there | 18:05 |
manox | why the f**k the greatest linux distro has repository least updated packages???insane ...... | 18:09 |
MonkeyDust | manox language | 18:10 |
MonkeyDust | !latest | manox here's why | 18:10 |
ubottu | manox here's why: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. | 18:10 |
cortexman | i have a fatal conflict between kde-config-telepathy-accounts and accounts-plugin-google after installing kubuntu | 18:11 |
ricard | Needless clean printer cartridges after filling? | 18:11 |
MonkeyDust | ricard that's for #ubuntu-offtopic | 18:12 |
jgcampbell300 | /msg NickServ VERIFY REGISTER jgcampbell300 qheecezrbwjm | 18:13 |
raksh93 | hi i am trying to install gnome-calendar on ubutnu 15.10 using jhbuild and it says libsystemd-journal is missing | 18:13 |
raksh93 | does anyone know what package this corresponds to in 15.10? | 18:13 |
ioria | !info libsystemd-journal0 | 18:14 |
ubottu | Package libsystemd-journal0 does not exist in wily | 18:14 |
ioria | !info libsystemd-journal0 trusty | 18:14 |
ubottu | libsystemd-journal0 (source: systemd): systemd journal utility library. In component main, is extra. Version 204-5ubuntu20.18 (trusty), package size 52 kB, installed size 184 kB (Only available for linux-any) | 18:14 |
xfceone | Auto Ethernet not working how to fix? | 18:15 |
reisio | xfceone: using an ordinary ethernet connection? | 18:16 |
xfceone | pppoe | 18:16 |
xfceone | now | 18:16 |
xfceone | but I tried to connect a wifi router | 18:16 |
=== arun_ is now known as Guest63070 | ||
xfceone | auto ethernet not connecting | 18:17 |
ioria | raksh93, maybe you need the -dev package | 18:18 |
ioria | !info libsystemd-journal-dev | 18:18 |
ubottu | Package libsystemd-journal-dev does not exist in wily | 18:18 |
ioria | raksh93, nope, sorry | 18:19 |
raksh93 | ubottu i couldn't follow. what package am i supposed to install exactly? | 18:19 |
ubottu | raksh93: I am only a bot, please don't think I'm intelligent :) | 18:19 |
raksh93 | ioria tried that already doesnt work | 18:19 |
ioria | raksh93, yep | 18:20 |
honigkuchen | I have a fw script in /etc/init.d/firewall.sh and when I edit it and then do service firewall.sh restart it tells me I shall do systemctl daemon-reload but it only works with /etc/init.d/firewall.sh restart and not with service firewall.sh restart | 18:22 |
honigkuchen | what am I doing wrong? | 18:22 |
ioria | !info libsystemd-dev | 18:22 |
ubottu | libsystemd-dev (source: systemd): systemd utility library - development files. In component main, is optional. Version 225-1ubuntu9 (wily), package size 124 kB, installed size 520 kB (Only available for linux-any) | 18:22 |
ioria | raksh93, i think has been replaced by libsystemd-dev , but not sure | 18:22 |
=== lesik is now known as lesik_afk | ||
raksh93 | ioria i have that installed | 18:24 |
raksh93 | this is what i am getting | 18:24 |
raksh93 | libsystemd-journal (libsystemd-journal.pc, required=201) | 18:24 |
Lynoure | Is there an ETA for patch for CVE-2015-7547 for Trusty? | 18:25 |
ioria | raksh93, gnome-calendar is in the repo, anyways | 18:25 |
Pici | Lynoure: its still being worked on. No eta as of yet. | 18:25 |
Lynoure | Pici: Thanks, I guess I'll hang on here till then. | 18:26 |
honigkuchen | where elsewhere could I ask my question? I don't know how I google for it best! | 18:26 |
Pici | Lynoure: http://people.canonical.com/~ubuntu-security/cve/2015/CVE-2015-7547.html also has up-to-date information. | 18:27 |
raksh93 | ioria ah, yes. thanks | 18:27 |
ioria | raksh93, no problem | 18:27 |
SonikkuAmerica | Hello everyone. I'm kind of stuck here. My poor computer was subject to a power outage, and now the kernel is panicking on boot. What should I do? | 18:34 |
SonikkuAmerica | (14.04.3, btw) | 18:34 |
EriC^^ | SonikkuAmerica: what message does it say? | 18:34 |
SonikkuAmerica | Attempted to kill the idle task | 18:34 |
k1l | SonikkuAmerica: try the older kernel? | 18:34 |
Eightynine | Hi, I'm using Kubuntu 15.10 and it hangs during reboot or shutdown. | 18:35 |
SonikkuAmerica | k1l, OK, I'll give it a go... | 18:35 |
SonikkuAmerica | brb | 18:35 |
=== dearn_ is now known as dearn | ||
honigkuchen | ok I found out that it is about systemd so I ask in #systemd | 18:35 |
Lynoure | Pici: What's "DNE" on that page? My best guess is "does not exist" but the exploit report says "Our initial investigations showed that the issue affected all the versions of glibc since 2.9", so I'm probably wrong. | 18:38 |
jamie1 | hey is it possible to install ubuntu on an idiot stick with a zsync iso then update the idiot sticks content via zsync for a testing enviroment? | 18:39 |
Eightynine | What about my problem? It stucks at nmbd. I disabled Plymouth because it was buggy and it's booting in text mode but when I reboot or shutdown it can show blank screen. | 18:39 |
Pici | Lynoure: does not exist. I'm not sure of the specifics though | 18:41 |
SonikkuAmerica | k1l: Looks like everything's good now | 18:41 |
=== macrolicious is now known as LucidHare | ||
Lynoure | Pici: ah, got it now. :) | 18:51 |
satinder_ | Hi there have any one can can help me ?? | 18:51 |
=== comdoc is now known as compdoc | ||
satinder_ | I have problem and I want ask | 18:52 |
Lynoure | satinder_: you just type it and ask. | 18:52 |
streulma | I must disable KMS for Radeon X700. If I set nomodeset in grub I get black screen, with radeon.modeset=0 vga=771 screen is garbage. What can I do to disable KMS? | 18:52 |
satinder_ | How I can access my ubuntu machine at any where in the world without public ip | 18:53 |
satinder_ | is it possible or not ?? | 18:53 |
satinder_ | please somebody help me | 18:53 |
crayon | has a patch been rolled for cve-2015-7547? | 18:54 |
k1l | crayon: use cve search on ubuntu.com/usn for details | 18:54 |
compdoc | satinder_, you need a domain name | 18:54 |
crayon | so annoying | 18:54 |
richardjs | satinder_, you'll need a machine with a public IP at some point, whether it be a router forwarding to your machine, a server you tunnel to, or whatever | 18:55 |
EriC^^ | crayon: that doesn't exist | 18:55 |
chudler | http://people.canonical.com/~ubuntu-security/cve/2015/CVE-2015-7547.html seems that it has not??? | 18:55 |
crayon | what do you mean EriC^^ ? | 18:55 |
dreamon | I want to show all (later rm) all files that starts with "-".mp in filename → find /media/music -regex '^[-]*.mp3' -exec echo {} \; → but this dont work .. why? | 18:56 |
satinder_ | richardjs : you mean without public ip I can't do it | 18:56 |
k1l | chudler: crayon last info was its in testings not to break other stuff | 18:56 |
crayon | ty k1l | 18:56 |
crayon | howd you get that status? | 18:57 |
compdoc | satinder_, what makes you think you dont have a public ip? | 18:57 |
satinder_ | ?? | 18:57 |
k1l | crayon: someone related to the security team told me. | 18:57 |
crayon | tysm | 18:57 |
satinder_ | compdoc : yes I don't have | 18:58 |
satinder_ | I have a just device ip which is a local address | 18:58 |
richardjs | satinder_ At least as far as I know. It might depend on your setup. | 18:58 |
compdoc | satinder_, you are using a corporate network or something? You dont have your own isp connection? | 18:59 |
satinder_ | and that can not be access outside of local network | 18:59 |
satinder_ | compdoc : I have just a airtel internet broadband | 18:59 |
satinder_ | I have not any public ip | 18:59 |
richardjs | satinder_ You're connecting through some sort of router, then, right? | 19:00 |
satinder_ | richardjs : yes I have a airtel modem or a router | 19:00 |
richardjs | satinder_ OK. Under normal circumstances, your router then has a public IP. Past your router is the local network with the local addresses. | 19:01 |
richardjs | satinder_ The normal thing to do is to set up your router to forward what ports you need access to from the public network to your local machine | 19:02 |
satinder_ | richardjs : i don't now how I can do that | 19:03 |
richardjs | But your router should have a public IP address. Google "ip address" to see it. | 19:03 |
satinder_ | 43.230.174.48 | 19:04 |
richardjs | satinder_ Well, unfortunately different routers have different ways of doing it. Try googling your router manufacturer + "port forwarding" | 19:04 |
MonkeyDust | !port | 19:04 |
ubottu | For instructions on how to set up port-forwarding (for games, torrents, webservers) see http://portforward.com - also see !firewall | 19:04 |
richardjs | ^ ty | 19:04 |
satinder_ | richardjs : that is my public ip | 19:04 |
=== fred_ is now known as Guest17278 | ||
richardjs | (Oh, and you typically want to be a little protective of your public IP. It's somewhat sensitive information.) | 19:05 |
richardjs | (If for nothing else that it points directly to your local network, although if your router is doing its job that should be protected.) | 19:05 |
=== rasghul is now known as kjsgss06 | ||
=== LucidHare is now known as macrolicious | ||
satinder_ | richardjs : what I can do for access it publically | 19:06 |
MonkeyDust | satinder_ do you know what NAT is? | 19:06 |
richardjs | satinder_ see the instructions above related to port-forwarding (http://portforward.com) | 19:07 |
satinder_ | MonkeyDust : I don't know | 19:07 |
satinder_ | richardjs : with port forwording , I can access my machine anywhere | 19:07 |
satinder_ | please | 19:09 |
richardjs | satinder_ Yeah, but there's a few complications. If you're on a consumer ISP plan, your public IP address might change occasionally (like if you restart your router). Also, some ISPs might even block standard SSH (although I've never encountered that). | 19:09 |
MonkeyDust | satinder_ your pc has a public ip address and a local ip address ... NAT 'translates' the public to the local ip address | 19:09 |
satinder_ | MonkeyDust and richardjs : according to my knowledge if we buy public ip from vendor then we can access machine anywhere | 19:11 |
satinder_ | but i don't buy that public ip | 19:11 |
satinder_ | I just type on google what is my public ip | 19:11 |
Eightynine | Please, help me | 19:11 |
satinder_ | and google show me | 19:11 |
kjsgss06 | satinder_ that is pretty common to buy the public IP so it doesn't change. You should still be able to access your public IP but the risk is that it will change | 19:11 |
MonkeyDust | satinder_ true, it costs money, it's for enterprises etc | 19:11 |
kamil | Hello, when I type two characters in the terminal, it automatically sends the command. Why does it happen? | 19:12 |
satinder_ | ok sir you mean which public ip show by google to me | 19:12 |
satinder_ | that is access able but that is not static | 19:12 |
MonkeyDust | kamil it's called autocomplete, saves you typing work | 19:12 |
satinder_ | that will be changed | 19:13 |
satinder_ | ?? | 19:13 |
satinder_ | am i right ?? | 19:13 |
MonkeyDust | satinder_ your public ip address changes every 24 or 48h hours or so | 19:13 |
kamil | MonkeyDust: how can I turn it off in KDE terminal? | 19:13 |
kjsgss06 | satinder_ yes it can be changed. Usually depends on the ISP, sometimes they don't change very often. But if you frequenetly disonnect or shut off the device it may change everytime | 19:13 |
satinder_ | MonkeyDust and kjsgss06 : if I buy it then ?? | 19:14 |
MonkeyDust | kamil never tried to truen it off and i don't use kde | 19:14 |
kjsgss06 | satinder_ if you buy it it'll remain permanent. That's the service you're paying for among other things | 19:14 |
MonkeyDust | satinder_ contact your ISP if you want to buy ab ip address | 19:14 |
MonkeyDust | an* | 19:15 |
satinder_ | ok | 19:15 |
kamil | MonkeyDust: ok then, thanks for showing me what's the issue though, now I just need to find how to switch it off :) | 19:15 |
satinder_ | MonkeyDust and kjsgss06 : but before buying it i want to do a experiment first | 19:15 |
kjsgss06 | satinder_ the company I work for charges a one time fee of 500USD for a static IP addres | 19:15 |
satinder_ | access my machine remotely | 19:16 |
satinder_ | with my current dynamic public ip | 19:16 |
satinder_ | so please you guys help me | 19:16 |
kjsgss06 | satinder_ that's largerly going to depend on your equipment or router. It can often be found under PAT (port address translation) or NAT (network address translation) | 19:17 |
satinder_ | ok | 19:17 |
kjsgss06 | satinder_ I'd google the manufacturer of your router to see what the instructions are | 19:17 |
satinder_ | any tutorial | 19:17 |
MonkeyDust | satinder_ yes, on portforwarding;com | 19:18 |
MonkeyDust | .com | 19:18 |
satinder_ | ok | 19:18 |
satinder_ | thanks sir :) | 19:18 |
BarnacleBob | is there an update for CVE-2015-7547 in 14.04 yet? | 19:19 |
kamil | Ok so I tried using Konsole, Eterm and Uxterm and every emulator sends a command after typing two characters, making me unable to use VPCS... | 19:21 |
sweeper_ | hi. my (l)ubuntu 14.04 has been swapping for the last 20 minutes and does not react to mouse / keyboard input. the hard disk is running. what can i do? | 19:22 |
crayon | no | 19:22 |
MonkeyDust | sweeper_ hard reboot (button) and turn off swap | 19:23 |
sweeper_ | is there a chance of data corruption if i just turn it off now? | 19:24 |
reisio | BarnacleBob: can always build it yourself | 19:24 |
reisio | BarnacleBob: which one must do from time to time anyway | 19:24 |
baizon | BarnacleBob: http://people.canonical.com/~ubuntu-security/cve/2015/CVE-2015-7547.html | 19:24 |
reisio | sweeper_: what makes you think it's swapping? | 19:24 |
BarnacleBob | baizon, ah thanks for that | 19:24 |
=== dimitris is now known as Guest41056 | ||
BarnacleBob | reisio, heh, i think i can wait before i update 300 instances | 19:25 |
sweeper_ | reisio the ram was quite full and i was closing some tabs before. what else could make it so unresponsive with HD activity? | 19:25 |
reisio | full ram you say? :D | 19:26 |
grubig | hello | 19:26 |
reisio | ho grub | 19:26 |
reisio | hi, even | 19:26 |
mahesh | there is any command to know about running processes and to know its pid | 19:27 |
reisio | pgrep, ps | 19:28 |
bekks | mahesh: Oh, there are, quite a few. | 19:28 |
reisio | ^ | 19:28 |
grubig | i want to add i915.preliminary_hw_supprt=1 to grub. i think it should come where the UUIDs are listed. /etc/default/grub does not contain such info. Must I add it to /boot/grub/grub.cfg to add that line permanently? | 19:28 |
MonkeyDust | mahesh ps -e | 19:28 |
sweeper_ | i know the behavior from my other older ubuntu install, but there the swapping finishes after a few minutes at most, reisio | 19:29 |
mahesh | monkeydust i used echo $$ ..but iam not able to find which pid that was | 19:29 |
mahesh | bekks yes please tell me | 19:29 |
reisio | grubig: you can always add it to grub.cfg for a test, and once you're sure which line, figure out how to add it more elegantly | 19:29 |
reisio | sweeper_: how much ram you got? | 19:29 |
reisio | sweeper_: how much swap? | 19:29 |
bekks | mahesh: reisio just told you. | 19:30 |
kamil | Any tips about my issue? It's very urgent, I need to get VPCS working in like under half an hour and I'm stuck with that dumb bug | 19:30 |
grubig | reisio: why do i need "elegance" ? | 19:30 |
sweeper_ | reisio: on this machine 3gb ram, 1,5gb swap | 19:30 |
mahesh | bekks it is showing command not found | 19:30 |
bekks | mahesh: When typing what? | 19:31 |
mahesh | bekks pgrep | 19:31 |
reisio | grubig: dunno, why? | 19:31 |
bekks | mahesh: then try "ps" | 19:31 |
mahesh | ps is working fine | 19:31 |
reisio | grubig: what you need is a solution to Ubuntu automatically updating grub.cfg | 19:31 |
MonkeyDust | mahesh what are you trying to do or find out | 19:31 |
reisio | to which there is, at least: https://help.ubuntu.com/community/Grub2#Custom_Menu_Entries | 19:32 |
grubig | reisio, so if i added it to grub.cfg it wont be permanent? | 19:32 |
krobzaur | hello all! Does anyone know if there is a bug fix for the inability to resize fat32 filesystems in gnu parted/gparted for 14.04? | 19:32 |
grubig | this is what my grb contains, but it doesnt seem to work, that line GRUB_DEFAULT=0 GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=10 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.preliminary_hw_support=1" GRUB_CMDLINE_LINUX="" | 19:32 |
mahesh | monkeydust : i wanted to know info about resource limits | 19:33 |
reisio | grubig: not on Ubuntu, no it wouldn't be | 19:34 |
jamie1 | hey i am trying to create a bootable idiot stick, i formated it to ext4 and when i pull up the startup disk creator it says there is 0 space free on it, and when i try to click the erase button to make it so i can flash it to the drive it gives me https://pastebin.mozilla.org/8859951 | 19:34 |
mahesh | in iphone if we set date as 1st jan 1970 after rebooting the iphone is not working ..why like that ..any bugs or? | 19:37 |
Bingo_ | Hi | 19:37 |
grubig | reisio: WHAT WOULDNT BE ON uBUNTU? that line working here? will it work if i add it in grub.cfg? | 19:38 |
sweeper_ | what can that computer do for almost 40 minutes now? hard drive is still running | 19:38 |
reisio | grubig: you can alter grub.cfg all you want, but Ubuntu changes it when you update grub | 19:39 |
reisio | grubig: for other solutions, see the custom entries link I gave | 19:39 |
reisio | Bingo_: hi | 19:39 |
Bingo_ | Live DVD install 14.04LTS, from try.. put Ubuntu on side by side with 10. But, the install used wubi, and it broken. | 19:39 |
grubig | reisio: so everytime there is a new kernel is installed, ubuntu changes grub.cfg back after the restart i assume? | 19:39 |
Bingo_ | So, Windows won't run wubildr.mbr | 19:40 |
reisio | grubig: before, I would think | 19:40 |
MonkeyDust | sweeper_ hard reboot, then troubleshoot what went wrong | 19:40 |
grubig | reisio, thanks, so where is the file i have to edit to have a permanent i915.preliminary_hw_supprt=1 for my graphics, do you know? | 19:42 |
sweeper__ | I've waited for 40 minutes now, seems like the swapping (or whatever it is) will not end. is there a graceful way to shut it down? | 19:42 |
Bingo_ | I got a look at my problem for two weeks, and wonder what would happen if I could point windows 10 only at grub2 | 19:42 |
MonkeyDust | !reisub | sweeper__ try this | 19:43 |
ubottu | sweeper__ try this: In an emergency, you may be able to shutdown cleanly and reboot by holding down Alt+PrintScreen and typing, in succession, R, E, I, S, U and B. For an explanation, see http://en.wikipedia.org/wiki/Magic_SysRq_key | 19:43 |
Bingo_ | u want see my paste @ ? | 19:45 |
sweeper__ | thanks, it rebooted MonkeyDust | 19:45 |
Bingo_ | First, I am upset. The installer did this from the live ISO.. now I dunno what to do best | 19:47 |
MonkeyDust | sweeper__ after login, open a terminal and type sudo swapoff -a ... not sure yet if swap was the problem, but this way, you're more at ease | 19:47 |
dsockwell | Is Ubuntu planning to drop a patched glibc? Debian already has theirs - https://security-tracker.debian.org/tracker/CVE-2015-7547 | 19:48 |
sweeper__ | MonkeyDust: thanks, but what happens if I run out of RAM without swap? | 19:48 |
MonkeyDust | sweeper__ let's find out | 19:48 |
Pici | dsockwell: at last check, it was still being worked on: http://ubottu.com/y/cve20157547 | 19:49 |
MonkeyDust | sweeper__ how much RAM is there | 19:49 |
sweeper__ | 3gb MonkeyDust | 19:49 |
guest-gDqIgv | gklsdngklsd | 19:49 |
cristian_c | hello | 19:50 |
dsockwell | Pici: thank you | 19:50 |
cristian_c | I've to convert a sysv/upstart daemon to a systemd service | 19:50 |
dsockwell | i was afraid someone did the same thing i did and assume it's GHOST from exactly 1 year ago with the same headlines | 19:50 |
grubig | or do i have to run sudo update-grub | 19:51 |
cristian_c | I've read the migration documentation but I need to get information about some field values of the .service file | 19:52 |
Bingo_ | finally flavors got on the page. | 19:52 |
streulma | hello | 19:53 |
Bingo_ | WHY is wubi in the iso at all ? | 19:53 |
streulma | where can I download fglrx-legacy ? | 19:53 |
cristian_c | I need to know what value to use in Type= field and what value in After= field | 19:53 |
popey | Bingo_: it's just a simple bootstrap now | 19:53 |
cristian_c | Any ideas how to retrieve these? | 19:53 |
MonkeyDust | cristian_c there's also #upstart | 19:54 |
cristian_c | MonkeyDust: ok | 19:55 |
Bingo_ | popey, my win10 wont chainload wubibldr,mbr so I have a black screen, says to escape.. then efi to choose what to start up | 19:55 |
Bingo_ | BootResults saying wubi broke | 19:56 |
MonkeyDust | wubi? | 19:57 |
Bingo_ | mm hm | 19:57 |
MonkeyDust | Bingo_ avoid wubi | 19:57 |
sweeper__ | btw. maybe someone can add to ubottu that REISUB should be keyed in slowly. | 19:57 |
Bingo_ | mm hmm too late the iso did this | 19:57 |
dax | !reisub | 19:57 |
ubottu | In an emergency, you may be able to shutdown cleanly and reboot by holding down Alt+PrintScreen and typing, in succession, R, E, I, S, U and B. For an explanation, see http://en.wikipedia.org/wiki/Magic_SysRq_key | 19:57 |
MonkeyDust | !wubi > Bingo_ | 19:58 |
ubottu | Bingo_, please see my private message | 19:58 |
ioria | cristian_c, https://fedoraproject.org/wiki/Packaging:Systemd | 19:58 |
dax | !sysrq =~ s/, in succession,/ slowly, in succession,/ | 19:58 |
Bingo_ | what? | 19:58 |
=== dax is now known as rww | ||
Bingo_ | MonkeyDust - yea, well.. whatta i need to do? I didn't do this, the iso did it | 19:59 |
Bray90820 | Does ubuntu need a /boot | 20:00 |
MonkeyDust | Bingo_ did what? wubi is a windows application | 20:00 |
sweeper__ | thanks | 20:01 |
Bingo_ | I ran the install from in the cd. that was done. then on using win10, I selected ubuntu from the choices, and it won't run wubildr.mbr | 20:01 |
=== rww is now known as dax | ||
lkjtre | Rww | 20:02 |
ivan_on_trac | I have very large dead.letter file (37G). You can disable this file? Or set up a rotation for this file? | 20:02 |
EriC^^ | Bray90820: yeah | 20:02 |
MonkeyDust | Bingo_ no, insert the cd, reboot, select the boot device (F12 or so) | 20:02 |
dax | lkjtre: yes? | 20:02 |
Bray90820 | EriC^^: I have herd some people don't run a /boot anymore | 20:03 |
Bingo_ | I have tried to run the try-live, and it works. Do I re-install ubuntu again with the iso to fix win10? | 20:03 |
EriC^^ | Bray90820: why not? | 20:04 |
MonkeyDust | Bingo_ whatg was your initial question, what brings you here | 20:04 |
bekks | Bray90820: It may be not needed nowadays, but it simplifies a lot if things. | 20:04 |
Bray90820 | Does /boot need to be a primary partition? | 20:05 |
EriC^^ | Bray90820: are you talking about a separate boot partition, or just without the actual /boot dir? | 20:05 |
reisio | excluding U/EFI requirements, GNU/Linux doesn't care about partition type | 20:05 |
Bingo_ | win10 won't load ubuntu14.04, I get a black screen with the problem text, so I escape, and the EFI lets me select which OS. So, wubi is broken | 20:05 |
Bray90820 | EriC^^: a secret boot partition | 20:06 |
MonkeyDust | Bingo_ yes, wubi is to be avoided, don't use it, install ubuntu on its own partition | 20:06 |
Bingo_ | Monkey, I did not install ubuntu, the CD iso did it | 20:07 |
=== aya is now known as Guest68389 | ||
Bray90820 | EriC^^:A SEPRET boot partition | 20:07 |
MonkeyDust | Bingo_ in windows, delete wubi and then reboot from the live cd | 20:07 |
Bray90820 | separate | 20:08 |
MonkeyDust | Bingo_ so you don't need windows anymore | 20:08 |
Bingo_ | ur, sayin' to install again ?? | 20:08 |
Bray90820 | Finally it's spelled right | 20:08 |
EriC^^ | Bray90820: yeah a separate boot partition isn't needed, and it doesn't have to be primary | 20:08 |
QiBE | can i ask something ? | 20:08 |
EriC^^ | sure | 20:08 |
Bray90820 | EriC^^: Can I remove it after ubuntu is installed? | 20:08 |
dsockwell | QiBE: just ask next time | 20:09 |
MonkeyDust | Bingo_ wubi is a pseudo installaion, it's a windows app, you didnt install ubuntu yet | 20:09 |
QiBE | okay | 20:09 |
EriC^^ | Bray90820: yeah, but ubuntu doesn't make one anyways, it puts /boot on the root partition, unless you use LVM | 20:09 |
QiBE | Is it possible to setup a privat channel on the xchat so my friend can talk ? just asking | 20:09 |
Bray90820 | EriC^^: So the one I created isn't even being used? | 20:09 |
QiBE | *private | 20:09 |
EriC^^ | Bray90820: you manually partitioned? | 20:10 |
Bray90820 | EriC^^: I did | 20:10 |
Bingo_ | Monkey, so you tell me, to remove wubi.. then put the Unity cd in the drive to boot it, and install from the cd again? | 20:10 |
EriC^^ | Bray90820: then it's being used | 20:10 |
=== Guest63070 is now known as arunpyasi | ||
squinty | ls | 20:10 |
Somelauw | When having an external screen connected, how to get the sound out of the external screen not the laptop? | 20:11 |
QiBE | so :I ? | 20:11 |
Bray90820 | Then I'll just reinstall ubuntu without the /boot it's not a big deal | 20:11 |
OerHeks | QiBE, sure, read about it https://blog.freenode.net/2008/04/registering-a-channel-on-freenode/ old but still valid | 20:11 |
Bray90820 | EriC^^: Thanks for your helo | 20:11 |
Bray90820 | Help | 20:11 |
EriC^^ | Somelauw: settings > sound choose the external screen maybe | 20:11 |
EriC^^ | Bray90820: np | 20:11 |
MonkeyDust | Bingo_ 'again'? is ubuntu already on it's own partiton, without going via windows? if so, why are you still using wubi? | 20:11 |
QiBE | thx | 20:11 |
Bingo_ | ubuntu 14.04 is installed cas It runs from the hard drive, but windows wont load it cas windows can't find, or use wubildr.mbr | 20:12 |
MonkeyDust | Bingo_ you want windows to use the installed ubuntu? | 20:14 |
Bingo_ | Monkey, I have a paste ... up already.. of my bootloader | 20:14 |
faern | Hi, I'm sorry if I'm person number one million to ask this today, but will there be a fix for CVE-2015-7547 in the repos soon? | 20:14 |
MonkeyDust | Bingo_ you use OR windows OR ubuntu, not both | 20:14 |
MonkeyDust | Bingo_ ok, paster the url here | 20:14 |
faern | Regarding the neews here: https://googleonlinesecurity.blogspot.de/2016/02/cve-2015-7547-glibc-getaddrinfo-stack.html | 20:15 |
faern | news* | 20:15 |
Bingo_ | yea , not both.. but win10 wont start.. let me select, and chainload ubuntu | 20:15 |
Pici | faern: its being tested, I don't have an eta yet. | 20:15 |
OerHeks | faern, see http://people.canonical.com/~ubuntu-security/cve/2015/CVE-2015-7547.html | 20:15 |
faern | Pici: Ok. Thank you for the info! | 20:15 |
MonkeyDust | Bingo_ are you struggling with grub? | 20:15 |
Bingo_ | http://paste.ubuntu.com/14673246/ | 20:15 |
MonkeyDust | Bingo_ ok, that makes it clear ... sda3 is the culprit ... have never seen that, tho | 20:18 |
QiBE | I still don't know how and that on https://blog.freenode.net/2008/04/registering-a-channel-on-freenode/ is for me very confusing | 20:19 |
MonkeyDust | Bingo_ now you know why nobody likes wubi | 20:19 |
Pici | QiBE: Please use #freenode for questions about this irc network. | 20:19 |
Bingo_ | Oh ye, But it used to be okie. | 20:19 |
QiBE | FOR AND HOW TO USE FREENODE | 20:20 |
dsockwell | screaming won't help. | 20:20 |
QiBE | i know : / | 20:21 |
Pici | QiBE: You're in #ubuntu right now. As I said you need to /join #freenode for help about the freenode network. | 20:21 |
EriC^^ | Bingo_: do you have a windows cd? | 20:21 |
ralpheeee | q | 20:21 |
Bingo_ | MonkeyDust, I see where I cannot re-install grub2, cas that would kill win10. So, I think I will follow what you said... Yes I have recovery and can get a usb stick also for windows10. | 20:22 |
QiBE | one part of brain : aha okay gana try that / other part of the brain : what ???? | 20:22 |
Bingo_ | EriC^^ I have the set of disk made by win10 | 20:23 |
OerHeks | QiBE, join #freenode for setting up a private channel | 20:23 |
EriC^^ | Bingo_: put it in the pc and go to startup repair | 20:23 |
EriC^^ | or command prompt then type bootrec /fixmbr | 20:23 |
QiBE | gana try i just type /join #freenode | 20:24 |
Bingo_ | EriC^^ what will happen? | 20:24 |
EriC^^ | it'll fix the win10 boo | 20:24 |
EriC^^ | t | 20:24 |
Bingo_ | Uh, well windows boots. Ubuntu boots. Just that windows wont chainload ubuntu | 20:25 |
EriC^^ | windows can't chainload ubuntu i think | 20:26 |
EriC^^ | that's just for wubi | 20:26 |
Bingo_ | Oh, and I have to select ubuntu on the efi page, and again with grub2 that asks what to load. | 20:26 |
EriC^^ | Bingo_: you dont get grub if you dont do that? | 20:27 |
Bingo_ | I select the OS. wubi wont load from win10.. or corrupt/broken, so the work around is escape to efi, select os in firmware | 20:28 |
cristian_c | ioria: ok, Il'll try 'simple' in place of 'forking' in the 'type' field | 20:28 |
EriC^^ | Bingo_: when the pc boots what do you get if you let it run | 20:28 |
Bingo_ | Then grub asks what to load | 20:28 |
cristian_c | ioria: in WantedBy field , I'll try multi-user.target | 20:28 |
reisio | Bingo_: they say wubi is about as unreliable as you have found | 20:29 |
Bingo_ | the pc will give me a screen asking which to run, select. | 20:29 |
ioria | cristian_c, what's that daemon about ? what it is ? | 20:29 |
Bingo_ | if not, 30 secs.. win10 runs | 20:29 |
EriC^^ | you mean win10 or wubi? | 20:29 |
cristian_c | ioria: but I don't see information about 'After=' filed in that page | 20:29 |
Bingo_ | win10 | 20:29 |
cristian_c | ioria: html2pop3 | 20:29 |
cristian_c | .sh | 20:29 |
Bingo_ | it a blue page with two options | 20:29 |
EriC^^ | Bingo_: ok, gotcha | 20:30 |
cristian_c | ioria: I used it veey well before 15.04 | 20:30 |
EriC^^ | Bingo_: do you want grub to show up instead and choose win or ubuntu from there? | 20:30 |
Bingo_ | then since won't work ubuntu.. i get a black page says the wubildr thing can't boot | 20:30 |
Bingo_ | So, I hit escape, choose os f9, and grub opens for me to select ubuntu, or windows | 20:31 |
MonkeyDust | Bingo_ my advice, boot inso windows and delete wubi form the installed programs ... then reboot into 'real' ubuntu | 20:32 |
EriC^^ | yeah definitely remove wubi from windows from the remove/uninstall programs list | 20:32 |
Bingo_ | what about all that advice given in the pasted stuff? | 20:32 |
EriC^^ | Bingo_: do you want to get grub when the pc boots without pressing f9? | 20:33 |
Bingo_ | yes, if windows10 won't load ubuntu like it always used to, then it should load grub2 | 20:33 |
EriC^^ | no, i mean when the pc boots, you get grub, then you can choose windows or ubuntu from there | 20:34 |
Bingo_ | well, windows is my primary branded hp computer | 20:34 |
nuno_nunes | Bingo_, my pc is working in ubuntu 14.04 in UEFI mode | 20:36 |
nuno_nunes | :) | 20:36 |
nuno_nunes | i don't install for wubi | 20:37 |
Bingo_ | A broken Wubi has been detected. Please fix it this way: https://wiki.ubuntu.com/WubiGuide#Cannot_boot_into_Ubuntu | 20:37 |
Bingo_ | but it don't tell what to do... | 20:38 |
OerHeks | remove wubi, it won't work with win10 | 20:38 |
EriC^^ | wubi won't work with wubi | 20:38 |
craysiii | but does it work with wubi? | 20:39 |
UusiRmr | hey guys, I have been trying to remove the default channels in gnome videos/totem but couldn't find anything online.. Is there a way to do that, or are the channels hardcoded into the program? | 20:39 |
Bingo_ | Wubi only changes the Windows bootloader. | 20:40 |
DiamondSword | hello people .. I have a question about partitions .. I read about it, some says make it just root and swap, and some says make it root, swap and home partitions. home partition is like D drive and where root is C drive ? | 20:41 |
wiz | has ubuntu's glibc package been patched yet? | 20:41 |
DiamondSword | which one do you recommend? root, swap, home | 20:41 |
EriC^^ | DiamondSword: sort of, it has the user / personal stuff | 20:42 |
EriC^^ | i'd just root + swap | 20:42 |
soLucien | hello guys ! Does anyone know how to set up a static IP for an interface with network-manager? | 20:42 |
soLucien | i want interface eth0 to have a certain IP address | 20:42 |
stephane_ | Hello. Using Ubuntu 16.04 development branch I have a persistent bug which occurs on long X sessions. | 20:42 |
Bingo_ | < no expert.. but ubuntu install will give root, home install with a swap part | 20:42 |
DiamondSword | EriC^^, when you do root and swap, where do you keep your personal staff? where do you install programs? | 20:42 |
MonkeyDust | DiamondSword linux does not use C and D ... yes you can create a separate /home partition for your personal files and settings | 20:42 |
EriC^^ | !+1 | stephane_ | 20:42 |
craysiii | im putting /home on a seperate drive for 16.04 >:D | 20:42 |
EriC^^ | !ubuntu+1 | stephane_ | 20:43 |
ubottu | stephane_: Xenial Xerus is the codename for Ubuntu 16.04 - Support only in #ubuntu+1 | 20:43 |
stephane_ | Ah, ok thanks. | 20:43 |
UusiRmr | DiamondSword: home partition is like the user directory on Windows, the one at C:\Users, so if you ever want to reinstall linux, you won't have to move around the documents etc | 20:43 |
EriC^^ | DiamondSword: it's also in /home except that it's just part of the whole root partition | 20:43 |
stephane_ | Thanks EriC^^ ubottu . | 20:43 |
littlebear | soLucien, try the stuff at /etc/network/ and you can write a ifcfg.eth0 i think | 20:43 |
Bingo_ | As such, at least, I... cannot access /root on my own pc.. | 20:44 |
ikonia | no | 20:44 |
ikonia | you do not do that | 20:44 |
Bingo_ | nut even when I su | 20:44 |
ikonia | fire up the network manager gui/interface | 20:44 |
soLucien | as far as i know, editing /etc/interfaces will set a static IP for me, but wouldn't that also prevent network-manager from managing internet connections ? | 20:44 |
soLucien | i don't have a gui for this | 20:45 |
ikonia | you do | 20:45 |
Bingo_ | ye u do | 20:45 |
=== acer is now known as tp43_ | ||
soLucien | there is no x-stuff installed on this | 20:45 |
ikonia | there is an ncurses interface | 20:45 |
ikonia | and comamand line | 20:45 |
EriC^^ | ikonia: what ncurses interface? | 20:46 |
Bingo_ | net.. man | 20:46 |
=== boxznc is now known as boxmein | ||
ioria | cristian_c, already tried this ? http://paste.ubuntu.com/15095876/ | 20:46 |
ikonia | nwadmin-curses | 20:46 |
soLucien | "the program startx is not installed" | 20:46 |
ikonia | something like that | 20:46 |
=== QiBE is now known as SirQiBE | ||
ikonia | you do'nt need start X | 20:47 |
ikonia | there is a command line interface for network manager | 20:47 |
soLucien | great | 20:47 |
soLucien | apt-get install nwadmin-curses ? | 20:47 |
ikonia | no | 20:47 |
Bingo_ | .. i just read that today, in Linux for Dummies | 20:47 |
ikonia | research, no blind type | 20:48 |
EriC^^ | i couldn't find anything like nw*curses or nw*admin | 20:48 |
EriC^^ | there's wicd-curses but that's for wicd i guess | 20:48 |
ikonia | hang on I'll see if I can find it | 20:49 |
ikonia | or the gnome applet works great | 20:49 |
soLucien | there's this https://help.ubuntu.com/community/NetworkAdmin | 20:49 |
ikonia | I never use it | 20:49 |
soLucien | but it;s gui | 20:49 |
ikonia | as the command line interface is good | 20:49 |
supermassiv | hi, does anyone know how to apt-get install only the ubuntu-specific version of something? example, installing nginx right now doesn't create sites-enabled/sites-available, but it probably will again in a couple days | 20:49 |
Bingo_ | set ip in the ip place | 20:49 |
Ben64 | supermassiv: that doesn't make sense, if you have ubuntu and you didn't mess with the repositories, you'll only install ubuntu stuff with apt-get | 20:49 |
supermassiv | hmm.. why would it create sites-enabled/sites-available in /etc/nginx 5 days ago but not today? | 20:50 |
supermassiv | i've had this issue before and it resolved itself the next day | 20:50 |
ivali | Hello, what is the proper way to deal with very old bugs? Just reply to them or open a new one? | 20:50 |
supermassiv | the only difference is 5 days ago it was 1.8.1-1~trusty and today it is 1.8.1-1~trusty0 | 20:51 |
Bingo_ | Note that LVPM and the attached wubi-move-to-partition script only work on older releases, 8.04 or earlier, which are no longer supported. There are still many references to these, but they will not work on current Ubuntu releases. | 20:51 |
reisio | ivali: you can reply to them | 20:53 |
reisio | ivali: personally I would give up on a very old bug, and fix it myself, or circumvent it in some other way (replace the software/hardware, etc.) | 20:53 |
reisio | it's all free software | 20:53 |
reisio | no need to wait for someone else to fix it | 20:53 |
GO6L3P90 | Hey | 20:54 |
Bingo_ | don't think can fixor wubi under win10 tho. | 20:54 |
=== arun_ is now known as Guest52243 | ||
reisio | how many OSes do you need, anyway, Bingo_? | 20:55 |
reisio | GO6L3P90: heyo | 20:55 |
Bingo_ | 3 | 20:55 |
GO6L3P90 | Anyone has dualboot ubuntu+windows? | 20:55 |
ivali | GO6L3P90, i have. | 20:55 |
=== QiBE is now known as QaBE | ||
Bingo_ | like to try beos, but, i use 14.04 and win10. I would like to put a seperate ubuStudio on it | 20:56 |
GO6L3P90 | What are the steps to install Ubuntu (dual) on windows machine | 20:58 |
GO6L3P90 | Can I lose data? | 20:58 |
Bingo_ | G06L3P90 - avoid WUBI at all costs | 20:58 |
t-revor | Use a virtual machine if possible | 20:58 |
soLucien | ikonia any luck | 20:58 |
soLucien | ? | 20:58 |
ikonia | soLucien: any luck with what ? | 20:59 |
OerHeks | GO6L3P90, if you don't have a backup of your data, it is not important. | 20:59 |
GO6L3P90 | Ok | 20:59 |
t-revor | GO6L3P90: What version of Windows do you have? | 20:59 |
GO6L3P90 | 7 | 20:59 |
=== QaBE is now known as SirQuBe | ||
=== Luke_ is now known as Luke | ||
t-revor | GO6L3P90: Here's a related thread from the Ubuntu forums: http://ubuntuforums.org/showthread.php?t=2277596 | 21:00 |
soLucien | you said there's a command line for the network manager | 21:00 |
soLucien | i think i've found it | 21:00 |
soLucien | nvcli | 21:00 |
soLucien | nmcli | 21:01 |
GO6L3P90 | Thx | 21:01 |
ikonia | soLucien: thats the commandline interface | 21:01 |
ikonia | I told you that earlier | 21:01 |
t-revor | GO6L3P90: No problem | 21:01 |
Bingo_ | eh, if there was mandatory for all commercial software to have three code versions when you bought it, then why have windows at all. | 21:01 |
OerHeks | !who | Bingo_ | 21:02 |
ubottu | Bingo_: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) | 21:02 |
Bingo_ | ok. | 21:02 |
crayon | is there an eta for an upstream patch for this glibc nonsense | 21:05 |
reisio | http://people.canonical.com/~ubuntu-security/cve/2015/CVE-2015-7547.html | 21:06 |
faern | crayon: It's in testing I've been told. | 21:06 |
reisio | many of those were red 'needed' only minutes ago | 21:06 |
=== QiBE is now known as SirQuBe | ||
faern | crayon: I asked one hour ago and then they could not give an ETA | 21:07 |
crayon | so annoying | 21:07 |
crayon | is it being tracked on laundpad at all? | 21:07 |
OerHeks | crayon, annoying? patch is out, so hold your breath :-D | 21:08 |
OerHeks | ( for testing ) | 21:08 |
SirQiBE | join #freenode | 21:11 |
reisio | SirQiBE: make me | 21:11 |
Khaotic | anyone else having issues with shortcuts being saved betwee reboots | 21:12 |
cfedde | shortcuts? | 21:14 |
cfedde | symbolic links? command aliases? | 21:14 |
SirQiBE | no sorry i forgot / at the "/join" | 21:14 |
reisio | SirQiBE: oh I know :p | 21:14 |
musicgeek | Hi, my second hard drive in my system that I want to use for storage shows a key icon in gparted on the only partition, what does this mean? | 21:15 |
TheJoker97 | Ciaoo | 21:16 |
TheJoker97 | list! | 21:16 |
Bingo_ | Question: what happens if I remove C:\ubuntu ? | 21:22 |
k1l | Bingo_: nothing. thats not a real setup | 21:24 |
Bingo_ | So do the wubi uninstall ? | 21:24 |
Bingo_ | Removing wubildr and directory ubuntu won't kill windows10 ? | 21:26 |
Shibe | guys | 21:26 |
Shibe | i cant build kernel on ubuntu | 21:26 |
Shibe | ln: target ‘./debian/tmp/lib/modules/4.2.0-pf3/source’ is not a directory | 21:26 |
Shibe | make deb-pkg doesnt work | 21:26 |
OerHeks | Shibe, debian kernel ? | 21:26 |
Shibe | OerHeks: trying to build myself | 21:26 |
Shibe | make modules_install doesnt work and make deb-pkg doesnt work | 21:27 |
Shibe | I tried make-kpkg too | 21:27 |
Shibe | didnt work either | 21:27 |
Shibe | i've been trying to build this since almost a week now | 21:27 |
k1l | Bingo_: you did a wubi install on windows? :/ | 21:27 |
OerHeks | Shibe, join #debian for that? | 21:27 |
=== AfterDeath is now known as asuffield | ||
Shibe | OerHeks: ok | 21:27 |
k1l | Bingo_: https://wiki.ubuntu.com/WubiGuide#Uninstallation | 21:27 |
Bingo_ | Apparently k1l | 21:27 |
Bingo_ | yes k1l , that. will removing dir and files and that recommended action kill windows mbr/or uefi whatever? | 21:28 |
=== _NessProxy is now known as _Ness | ||
turia12 | i did sudo apparmor_status but is it active | 21:29 |
k1l | Bingo_: i dont know. maybe you need to run the windows repair cd/usb after that. i suggest not to use wubi since years since its a mess. | 21:31 |
=== Diamond_Sword is now known as Guest64296 | ||
turia12 | it says 21 profiles are loaded. | 21:32 |
turia12 | 21 profiles are in enforce mode. | 21:32 |
turia12 | is apparmor active | 21:32 |
Bingo_ | Yes, a mess. I think what I will do is have a USB at my side, and a repair disk. (I have several windows made) then remove all wubi stuff under windows, and boot the ubuntu live cd | 21:32 |
musicgeek | I'm trying to create a steam library folder on my second internal hard drive, but it says that the drive doesn't have read/write permissions. I tried formatting it to fat32 which gave me the ability to set read/write permissions, but now steam says I need execution permissions. | 21:33 |
Ben64 | musicgeek: don't use fat32 | 21:33 |
musicgeek | What should I use? I can't set read/write permissions with ext4 | 21:34 |
Bingo_ | musicgeek that is your sole pc | 21:34 |
Ben64 | musicgeek: yes you can | 21:35 |
musicgeek | I tried setting it but the option to do it is greyed out. It says the owner of the drive is root. | 21:35 |
Bingo_ | :} | 21:36 |
Ben64 | yeah, so come back in here once you got the partition set up | 21:36 |
Bingo_ | mm, this why mine says I can't access my files | 21:36 |
musicgeek | I already have a partition set up, I just can't set permissions when it's formatted to ext4 for some reason. | 21:36 |
rashi-dido | Is this the proper forum to ask for ubuntu help? | 21:37 |
Bingo_ | mm, cause of that stupid wubi | 21:37 |
turia12 | service apparmor status looks same whether i stop or start it. how do i know it's active or not like ufw firewall which has clear o/p | 21:37 |
Ben64 | musicgeek: you can! | 21:37 |
turia12 | is apparmor active it looks the same whether i stop and start it. | 21:37 |
=== _NessGh is now known as _Ness | ||
Ben64 | musicgeek: come back here when you have ext4 and ask for help with that | 21:37 |
k1l | !ask | rashi-dido | 21:37 |
ubottu | rashi-dido: 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 | 21:37 |
Bingo_ | turial2 - is apparmor a process, open console and type the word top | 21:38 |
musicgeek | Ben64: The option to do it is literally greyed out, I already told you that I have it formatted to ext4. I'll upload some sceenshots to imgur and link them. | 21:38 |
Ben64 | musicgeek: you told me you have it as fat32 | 21:38 |
ralpheeee | trying to install ubutnu 15.10 net-install lvm/encryption....install process works ...when i boot grub loads and all i get is a black screen with flashing line with something with 22 write error (sorry for the very vague error msg) | 21:38 |
rashi-dido | I recently upgraded to 15.10 and now my Dell monitor is sporatically pixelating. | 21:39 |
musicgeek | Ben64: I now have it formatted to ext4, what I mean to say was that it did that whe it was formatted to ext4. I now have it formatted to ext4 again. | 21:39 |
rashi-dido | Is there an issue with interfacing with such item in the 15.10 version of ubuntu? | 21:40 |
Ben64 | musicgeek: ok, where is the partition mounted | 21:40 |
musicgeek | Ben64: you mean the path, right? | 21:41 |
Ben64 | yes | 21:41 |
musicgeek | Ben64: media/username | 21:42 |
Ben64 | well that's not correct, please pastebin the output of "df -h" | 21:43 |
musicgeek | Ben64: http://pastebin.com/pKzSEHZq | 21:44 |
Ben64 | sudo chown -R administrator /media/administrator/Storage | 21:45 |
musicgeek | Ben64: Okay, I did that. Should I now have full ownership of the drive? | 21:46 |
Ben64 | yep | 21:46 |
musicgeek | I'll try it now, thanks | 21:47 |
musicgeek | Ben64: It worked, thank you so much dude | 21:47 |
Bingo_ | to download from a pastebin, what I put there, as text, ubuntuOne is asking me to log-in ? | 21:48 |
LazyBones_ | k, lo all | 21:48 |
LazyBones_ | screenmode doesnt save between reboots, why for? | 21:49 |
LazyBones_ | the fix says to type sudo leafpad /etc/xdg/lxsession/LXDE/autostart, however this file is blank? im sposed to be finding lines an editing.. | 21:52 |
LazyBones_ | (lubuntu) | 21:53 |
jushur | is it possible to make the top bar look like on the login screen? | 21:56 |
=== Manwe_ is now known as bet0x | ||
bprompt | LazyBones_: "screenmode doesnt save between reboots" what does that mean? | 21:58 |
=== liam_ is now known as _liam | ||
Bingo_ | Wish me luck removin' Wubi an tryin to get a Grub2 | 21:58 |
_liam | Hi - Trying to get networking.service working instead of NM. Can anyone help? Seem unable to 'enable' it... | 21:59 |
Bingo_ | TY for ur considerable help, and I will be.. back. | 21:59 |
LazyBones_ | well, im glad you asked, say default is 1920 x 1200 and i want 1200 x 720, when i set and save, it tells me its saved, however after ai reboot the machine, its back to 1920 x 1200 | 22:00 |
craysiii | does anyone know of a channel for pulseaudio | 22:00 |
=== al2o3-cr is now known as givemetandoorich | ||
_liam | systemctl is-enabled networking.service = disabled, regardless of how much 'enabling' I do! | 22:01 |
=== givemetandoorich is now known as al2o3-cr | ||
jushur | _liam: check the logs | 22:01 |
_liam | jushur: systemctl start networking.service works and status looks healthy | 22:02 |
_liam | I'm a bit lost with 15.10 / systemctl. Which logs? | 22:02 |
_liam | fyi, I've just upgraded from 14.04 and I think *a lot* is broken :( | 22:03 |
=== kuba is now known as Guest23347 | ||
xangua | _liam: you upgrade directly from 14.04 to 15.10? | 22:04 |
_liam | well, I kind of broke everything and ran apt-get upgrade / apt-get -f upgrade / apt-get dist-upgrade and a bit of dpkg -i --force-overwrite for good measure. | 22:05 |
xangua | Is that a yes or no? | 22:05 |
=== server_ is now known as WOopY | ||
_liam | xangua: sorry, that's a yes | 22:06 |
xangua | _liam: then yes, it's pretty much broken | 22:07 |
_liam | xangua: I even have the evidence :) The question I'm looking for help on is: how can I enable networking.service to load on boot if systemctl enable networking.service ignores me? | 22:07 |
_liam | is this a clue? networking.service is not a native service, redirecting to systemd-sysv-install | 22:11 |
xangua | _liam: what do you mean you have proof? Did the update manager suggested the upgrade or did you manually edited you're source file? Either way I suggest you to backup and reinstall | 22:12 |
xangua | S/you're/your | 22:13 |
bprompt | LazyBones_: I'd try to do it, from a root session, maybe it's just permissions | 22:13 |
ralpheeee | trying to install ubutnu 15.10 net-install lvm/encryption....install process works ...when i boot grub loads and all i get is a black screen with flashing line with something with 22 write error (sorry for the very vague error msg)/quit | 22:13 |
_liam | update manager happily suggested the upgrade and failed miserably after half installing a bunch of packages. The *proof* is the last couple of days of apt-get -f upgrade.... | 22:13 |
_liam | it seems pretty simple what I'm trying to do but I don't know systemd... | 22:20 |
_liam | or have I gone down the wrong track entirely and need to redefine the interfaces / br0 in systemd config files instead? I'd rather avoid this if possible... | 22:21 |
LazyBones_ | bprompt: thanky , can i get one of them from the desktop or to i need to reboot into something? :) | 22:23 |
bprompt | LazyBones_: well, reboot to check I'd think | 22:24 |
OerHeks | yay, updates http://imgur.com/we4p0tP | 22:25 |
OerHeks | brb | 22:25 |
elementary | hi there | 22:26 |
udn | hello guys | 22:26 |
LazyBones_ | bprompt: scuse my ignorance, but would that be from the recovery console thingy? | 22:26 |
udn | do you can recommend me a easy to use editing software for ubuntu? | 22:26 |
udn | do you can recommend me a easy to use editing video software for ubuntu? | 22:26 |
elementary | pls, give me an advice... if I have 32gb of DDR must I use the swap partition or not? | 22:26 |
xangua | udn: editing what? | 22:27 |
udn | vidoe | 22:27 |
udn | video | 22:27 |
udn | i have a video | 22:27 |
udn | i want cut | 22:27 |
udn | it | 22:27 |
elementary | or maybe I can set onlu 2 or 4 gb for swasp partition | 22:27 |
k1l | udn: please dont be annoying with spamming that lines. | 22:27 |
k1l | elementary: better ask elementary support how much ram their OS will use and if it needs a swap | 22:28 |
elementary | k1l, this's based on Ubuntu 14 | 22:28 |
elementary | Elementary is just like DE | 22:29 |
k1l | !elementary | elementary | 22:29 |
ubottu | elementary: Elementary OS is an Ubuntu derivative which is supported in their IRC channel #elementary on irc.freenode.net - http://elementaryos.org/ for more information on this distribution. | 22:29 |
k1l | ask them, thanks | 22:29 |
bprompt | LazyBones_: hmmm nope, run the system settings applet, using a sudo, so it has root permissions, I"m assuming the issue may be hmmmm I use LXDE, not lubuntu though... and my DM is kde... so I assume it may just be a setting overriding it at /etc/X/ a .conf file or such, which requires root permissions | 22:29 |
LazyBones_ | ubotto seen druidpoet | 22:30 |
elementary | ubottu, this is not about elementary distro, thi's about linux concept | 22:30 |
elementary | must I use swap or not | 22:30 |
elementary | with 32gb of mem | 22:30 |
k1l | elementary: if its about linux concept then ask in ##linux . | 22:31 |
xangua | udn: open shot is one, but in this case you'll have to try yourself and see what fits you better | 22:31 |
udn | gracias xamindar | 22:32 |
udn | gracias xanadu_ | 22:32 |
udn | gracias xangua | 22:32 |
udn | :D | 22:32 |
xamindar | uh wat? | 22:32 |
xamindar | lol too many "x" names | 22:33 |
LazyBones_ | ( I love kde) | 22:33 |
xamindar | kde loves you | 22:33 |
_liam | FYI, help.ubuntu.com has an internal server error (500).... https://help.ubuntu.com/community/CommunityHelpWiki | 22:33 |
reisio | LazyBones_: https://www.youtube.com/watch?v=xICkR5IgO8g | 22:34 |
reisio | _liam: launchpad, I'd say | 22:34 |
_liam | ok, so, I know systemd isn't sysv but can't I just add a symlink somewhere and be done? | 22:35 |
Adran | systemctl enable does that | 22:36 |
Adran | so yes, you can | 22:36 |
_liam | yey! so, systemctl enable doesn't seem to work for networking.service. Where would it commonly create the symlink? | 22:37 |
LazyBones_ | bprompt: thankyo, although your solution is a little technical for my capacity, /i dont like to venture outside home directory, but i seem to remember in the good old days you would just log in as root and cofigure text files. I`m guessing i could fins a file in etc/x and delete all the screenmodes i dont want? | 22:37 |
bprompt | LazyBones_: yeap, that may do, yes, because I'm thinking something there may be doing the overriding for some reason | 22:38 |
LazyBones_ | k, will give it a whirl :o) | 22:38 |
DirtyCajun | _liam: when you run "sudo systemctl status networking" what does it report | 22:38 |
nickgaw | Hi, How do I fix ubuntu 14.04 when the following error comes up? libpam-systemd:amd64 (204-5ubuntu20.18) ... | 22:40 |
nickgaw | start: Job is already running: systemd-logind | 22:40 |
nickgaw | invoke-rc.d: initscript systemd-logind, action "start" failed. | 22:40 |
nickgaw | dpkg: error processing package libpam-systemd:amd64 (--configure): | 22:40 |
nickgaw | subprocess installed post-installation script returned error exit status 1 | 22:40 |
Bashing-om | nickgaw: Show the channel the command you used and the complete output in a pastebin please . | 22:42 |
__liam | hi, sorry, lost connection... | 22:43 |
__liam | systemctl enable gives me: http://paste.ubuntu.com/15096704/ | 22:43 |
nickgaw | it was an apt-get dist-upgrade and then I had to do a dpkg --configure -a when the package broke when it was upgraded. Is there a way to look at the post installation script or find out what went wrong? | 22:44 |
battista | hay | 22:46 |
battista | chi è italiano? | 22:46 |
genii | !it | 22:46 |
ubottu | Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) | 22:46 |
DirtyCajun | __liam: Well that states a lot. whawt does sudo stat /proc/1/exe give you | 22:47 |
__liam | DirtyCajun: File: ‘/proc/1/exe’ -> ‘/lib/systemd/systemd’ (and a bunch of other lines) | 22:48 |
DirtyCajun | did you just convert to systemd? | 22:48 |
LazyBones_ | bprompt: thanksfor your help / time, i`ll fight with it tomorrow, its getting late where i am :) | 22:49 |
nickgaw | no as it was already setup. | 22:49 |
__liam | DirtyCajun: it's a long (well short actually) story. I completely broke this box upgrading from 14.04 to 15.10 but I'm just trying to get some basic networking working so I can start some VM's up. | 22:49 |
__liam | DirtyCajun: post boot, systemctl start networking does this but obviously things would be simpler if it started during boot. | 22:51 |
DirtyCajun | you are saying the command is not executing at boot but will work manually? | 22:51 |
__liam | DirtyCajun: that's the one. I've tried systemctl enable networking.service but systemctl is-enabled always says false | 22:52 |
DirtyCajun | it assumes .service btw | 22:52 |
__liam | ok :) | 22:52 |
nickgaw | Does Ubuntu have any type of paid support? | 22:53 |
DirtyCajun | type exactly "sudo systemctl status networking" | 22:53 |
DirtyCajun | and give me pastie | 22:53 |
xangua | nickgaw: yes, Canonical offers pay support starting with 5 machines | 22:54 |
__liam | DirtyCajun: http://paste.ubuntu.com/15096803/ | 22:54 |
genii | nickgaw: http://www.ubuntu.com/management/ubuntu-advantage | 22:54 |
__liam | DirtyCajun: (that's since starting it manually) | 22:55 |
nickgaw | what package can I install to do pastes automatically on ubuntu? | 22:55 |
DirtyCajun | if you were to type "sudo systemctl disable networking" | 22:55 |
__liam | nickgaw: I'm using pastebinit, if that's what you mean | 22:56 |
DirtyCajun | does it "remove symlink"? | 22:56 |
DirtyCajun | nickgaw: pastes? as in? | 22:56 |
DirtyCajun | (its a generic term) | 22:56 |
Mathisen | hey any good facebook notifications ?? using cinnamon as dekstop now | 22:57 |
__liam | DirtyCajun: guess not? update-rc.d: error: no runlevel symlinks to modify, aborting! | 22:57 |
nickgaw | How can I have a command run before the system's services start running like dpkg --configure -a to setup the broken packages so they will install? | 22:58 |
__liam | DirtyCajun: if it helps... http://paste.ubuntu.com/15096841/ | 22:59 |
faern | Pici: Any ETA on the glibc fix yet? Sorry if disturbing your testing. | 23:00 |
OerHeks | fearn, updates are out ! http://imgur.com/we4p0tP | 23:01 |
OerHeks | if your mirror does not give, change to main? | 23:01 |
__liam | nickgaw: wouldn't you just run that once post install? | 23:01 |
faern | OerHeks: Thanks! Awesome | 23:02 |
Bingo_ | HI FOLKS ! :) uHM, can wubi be removed from the install ISO on the ubuntu website. It is in 14.04, and Studio14.04 ? | 23:03 |
nickgaw | I can't as systemd-logind post installation script says it can't configure the package as systemd-logind is already running and I can't do a killall systemd-logind as when I try it just restarts itself and then the package won't configure itself? | 23:03 |
d8v1dee | anybody know why ubuntu14.04.4 release keeps getting pushed back? | 23:04 |
__liam | nickgaw: systemctl stop systemd-logind? | 23:04 |
OerHeks | Bingo_, we are wishing that since 12.04 .. | 23:04 |
Bingo_ | Wha? 04.4 ? I think u see 16 before that d8vldee | 23:05 |
k1l | d8v1dee: is it pushed back? | 23:06 |
OerHeks | d8v1dee, 14.04.4 is planned for tomorrow 18th https://wiki.ubuntu.com/TrustyTahr/ReleaseSchedule | 23:06 |
Bingo_ | really? :) | 23:06 |
d8v1dee | OerHeks: Okay, I see. | 23:06 |
k1l | d8v1dee: https://wiki.ubuntu.com/TrustyTahr/ReleaseSchedule | 23:07 |
Bingo_ | Says 14.04.2 | 23:07 |
DirtyCajun | __liam: is this on ubuntu server or desktop | 23:07 |
Bingo_ | oic nevermind | 23:08 |
Bingo_ | buh, I'm wait to april for 16 | 23:08 |
__liam | DirtyCajun: server as far as I'm concerned but the base install might have been desktop (I mainly just connect via ssh) | 23:08 |
DirtyCajun | sudo systemctl status NetworkManger | 23:09 |
__liam | DirtyCajun: I've installed so many packages over the years, it's probably ubuntu-everything by now :) | 23:10 |
k1l | d8v1dee: https://lists.ubuntu.com/archives/ubuntu-release/2016-February/003559.html | 23:10 |
Bingo_ | petition them OerHeks , to begone with wubi on them ISO's.. an 2 b sure warn tha world ov Wubi deamon files. | 23:10 |
__liam | DirtyCajun: I disabled network manager. [ Active: inactive (dead)] | 23:10 |
DirtyCajun | it started as a desktop then. | 23:11 |
nickgaw | systemctl I get the message command not found. where is the systemd-logind service started from? | 23:11 |
soLucien | is it possible to configure a rule such as "if no dhcp ip address is obtained, set a static ip" ? | 23:12 |
Bingo_ | ouwt !peace | 23:12 |
=== notreallyhere is now known as stqism | ||
soLucien | i was able to set up a static ip using nmcli connection modify \"Wired connection 1\" ipv4.method manual ipv4.addr \"169.254.95.212/24\" | 23:12 |
soLucien | however, i only want this to happen if a ip address is not set on the interface | 23:12 |
__liam | DirtyCajun: quite probably. It's been ubuntu / kubuntu and even pretended to be 'ubuntu studio' once when I installed a bunch of packages for audio / video stuff. | 23:13 |
soLucien | should i create a bash script for that ? | 23:13 |
__liam | nickgaw: in a root shell / sudo? | 23:14 |
DirtyCajun | its so far removed from what it originally was i HONESTLY would say you should wipe.\ | 23:14 |
__liam | DirtyCajun: :-( that's a *lot* of pain. I know I have to at some point but at this point, I just want the networking service to start on boot! | 23:15 |
nickgaw | root shell on a digitalocean virtual private server. | 23:15 |
__liam | DirtyCajun: if I do, I'm going back to 14.04 server :-p | 23:16 |
DirtyCajun | i run 15.10 from scratch. i love it. | 23:16 |
DirtyCajun | i love systemd. | 23:17 |
dizzledazzle69 | systemd? | 23:17 |
__liam | DirtyCajun: first experience isn't good so feeling a bit burnt at the moment. | 23:17 |
DirtyCajun | your first experience is equivilant to buying a burger someone took home and replaced the lettuce cheese tomatoes and onions with stuff from another fast food restaurant | 23:18 |
=== Luke_ is now known as Luke | ||
DirtyCajun | if you want to try the burger. try it straight from the restaurant. | 23:18 |
__liam | DirtyCajun: true! except it wasn't lettuce, it was cabbage - and it wasn't a burger but actually a pineapple ring. | 23:19 |
DirtyCajun | dizzledazzle69: yes? hahaha | 23:19 |
__liam | anyway, thanks for trying to help. I'll probably just poke things and leave the system up as it seems to just about stay alive post boot, just won't play to work during boot. | 23:20 |
zach2825 | hi | 23:21 |
zach2825 | does anybody here know how to tell bundler to use ruby version 2.0.0 no matter what i do it tries to use 1.9 which is breaking things. | 23:21 |
tfitts | zach2825: are you using rvm or rbenv or some other ruby version management system? | 23:23 |
BlackDalek | is there any such thing as an external firewire hub which will plug in via USB and work with Ubuntu? | 23:26 |
__liam | nickgaw: no idea, sorry. I've only used systemd for a day or two but from what I gathered, systemctl status {service_name} and systemctl stop/start/enable/disable {servicename} should all be working. have you checked for a typo? | 23:26 |
Ben64 | BlackDalek: i don't think theres such a thing as usb -> firewire | 23:27 |
OerHeks | BlackDalek, yes https://www.iogear.com/product/GUH420/ | 23:28 |
BlackDalek | Pity... cos I got a perfectly good old camera (firewire connector) and no way to capture to my laptop :( | 23:28 |
Ben64 | OerHeks: pretty sure you still need both firewire and usb for that | 23:29 |
zach2825 | tfitts, rvm | 23:29 |
zach2825 | sorry for my slow reply | 23:29 |
=== mugwump247 is now known as katyusha | ||
Ben64 | BlackDalek: firewire pcmcia card? | 23:29 |
=== CPUID is now known as Guest53233 | ||
BlackDalek | Ben64, there's no facility for pcmcia cards in this laptop... unless the optical drive could be replaced somehow. | 23:31 |
__liam | DirtyCajun: I might be able to give up systemd and revert to upstart? know if that works in 15.10 too? (I read in 15.04) | 23:31 |
=== Bashing-1m is now known as Bashing-om | ||
zach2825 | tfitts, i think this may be the problem. https://gist.github.com/zach2825/fc1c557fba7195d6d945 | 23:35 |
BlackDalek | ok... so it IS possible to buy a firewire hub which plugs into a USB port... now has anyone ever been able to get one to work under linux? | 23:35 |
=== wagle_ is now known as wagle__ | ||
OerHeks | BlackDalek, nope, the part i showed needs both connections to work https://www.iogear.com/product/GUH420/ | 23:36 |
OerHeks | Ben64 is right | 23:36 |
=== Rame- is now known as Rame | ||
=== neunon_ is now known as neunon | ||
=== kkirsche is now known as r4z3r | ||
=== teward- is now known as teward | ||
=== rc0mbs is now known as rcombs | ||
=== BaW_ is now known as BaW | ||
=== WildSoft_ is now known as WildSoft | ||
=== Dartellum1 is now known as Dartellum | ||
=== themacproguy is now known as Zachary_DuBois | ||
=== sweatsuit_ is now known as sweatsuit | ||
=== akaWolf1 is now known as akaWolf | ||
=== Michiel_ is now known as michiel | ||
=== ZenDK_ is now known as ZenDK | ||
=== NickG365_ is now known as NickG365 | ||
=== CyberJacob_ is now known as CyberJacob | ||
=== CyberJacob is now known as Guest75342 | ||
BlackDalek | OerHeks, damn :( | 23:37 |
=== Plas is now known as PlasmaStar | ||
=== wagle__ is now known as wagle | ||
=== iSagitt_ is now known as iSagitt | ||
=== KeithIMyers_ is now known as KeithIMyers | ||
=== Hellosun__ is now known as Hellosun | ||
=== Apachez_ is now known as Apachez | ||
=== AMZ__ is now known as AMZ_ | ||
=== KCinJP_ is now known as KCinJP | ||
=== bekks_ is now known as bekks | ||
=== OliPicard_ is now known as OliPicard | ||
=== hdrv_ is now known as hdrv | ||
=== dkessel_ is now known as dkessel | ||
=== tpeoples_ is now known as tpeoples | ||
=== epic_ is now known as epic | ||
=== gyre007_ is now known as gyre007 | ||
=== elmcrest_ is now known as elmcrest | ||
=== termos_ is now known as termos | ||
=== tgm4883_ is now known as tgm4883 | ||
crayon | what the | 23:42 |
=== Immutef_ is now known as Immutef | ||
=== katymoe__ is now known as katymoe | ||
=== muskrat_ is now known as muskrat | ||
=== frankS2_ is now known as frankS2 | ||
=== enchilado is now known as aeonchild | ||
=== yena_ is now known as yena | ||
OerHeks | thank you for flying #freenode | 23:44 |
=== mariorz_ is now known as mariorz | ||
=== grandy_ is now known as grandy | ||
=== L235_ is now known as L235 | ||
=== XDS2010_ is now known as XDS2010 | ||
=== jwheare_ is now known as jwheare | ||
__liam | ??? | 23:46 |
=== pcarrier_ is now known as pcarrier | ||
=== webbyz_ is now known as webbyz | ||
=== X-Rob_ is now known as X-Rob | ||
OerHeks | !netsplit | __liam | 23:47 |
ubottu | __liam: A 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 | 23:47 |
=== elijah__ is now known as elijah | ||
OerHeks | masspart & massjoin | 23:47 |
=== batrick is now known as Guest93626 | ||
__liam | OerHeks: cheers :) | 23:48 |
cuddylier | Does anyone know why outbound DNS requests aren't working with this iptables config? http://pastebin.com/raw/yLTHis8A | 23:49 |
=== norm is now known as Guest78880 | ||
__liam | cuddylier: not from that paste - that just shows the input chain | 23:53 |
cuddylier | __liam: That's all I have in my iptables file. | 23:54 |
hehnope | anyone here have a system76 Lemur6? | 23:54 |
cuddylier | Just COMMIT at the bottom of course | 23:54 |
__liam | cuddylier: as root / sudo; iptables -L | 23:54 |
cuddylier | __liam: http://pastebin.com/raw/svd3GVC1 | 23:55 |
__liam | cuddylier: so that's probably got nothing to do with why dns isn't working for you. have you checked /etc/resolv.conf and run 'dig ' @ a different server (such as 8.8.8.8) | 23:56 |
cuddylier | I fixed it, I added a source port 53 rule too | 23:56 |
__liam | cuddylier: you fixed outbound dns traffic by adding an inbound rule in your firewall? | 23:57 |
cuddylier | __liam: http://pastebin.com/raw/ws2QQW3e | 23:57 |
hehnope | you might want to consider allowing ESTALIBHSED,RELATED | 23:57 |
cuddylier | hehnope: For all connections or what? I only want these ports open. | 23:57 |
hehnope | cuddylier: http://explainshell.com/explain?cmd=iptables+-A+INPUT+-m+state+--state+ESTABLISHED%2CRELATED+-j+ACCEPT | 23:58 |
__liam | cuddylier: like: iptables -A INPUT -i eth0 -m state --state ESTABLISHED,RELATED -j ACCEPT | 23:59 |
hehnope | make sure it's your #1 entry | 23:59 |
hehnope | so iptables -I INPUT 1 | 23:59 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!