zerl 2017-03-02 20:45:33
I was playing with tomcat, guacamole last time I was on this server so no idea why libstdc++ is broken
ducasse 2017-03-02 20:46:24
zerl: ok, not sure what has happened here, probably a third-party repo. do you have anything in /etc/sources.list.d?
zerl 2017-03-02 20:46:33
lemme check
zerl 2017-03-02 20:47:49
guacamole-stable-precise.list guacamole-stable-precise.list.save webupd8team-y-ppa-manager-precise.list
ducasse 2017-03-02 20:48:13
zerl: ok, hang on a sec.
anddam 2017-03-02 20:52:43
this is the output of showmount for my NFS issue https://gist.github.com/anddam/99aee5654a20890388961e01f7f1d23e
anddam 2017-03-02 20:53:15
the "directory" listed is what previously was in export, it's not mounted or anything. The export files is how reported there
ducasse 2017-03-02 20:53:23
zerl: pastebin /etc/sources.list and 'apt-cache policy libstdc++6'
zerl 2017-03-02 20:54:14
getting it now
zerl 2017-03-02 20:55:07
http://paste.ubuntu.com/24100823/
biaksh 2017-03-02 20:55:25
Hy
zerl 2017-03-02 20:55:38
can I lookup the policy on the libs directly in a text file?
theosvoitha 2017-03-02 20:56:41
hello. I installed Ubuntu 16.10 (64) by minimal Install method and selected "basic system utilities". but when I boot and select "ubuntu" I just get blinking prompt. two times I tried but I get same thing. will appreciate any help.
theosvoitha 2017-03-02 20:58:12
I installed on a HP uefi machine. using a live CD I found that partitions and data is there but am just unable to get to the login screen.
ducasse 2017-03-02 20:58:49
zerl: yes, you can loop through them and look them up, but shouldn't we focus on this?
zerl 2017-03-02 20:58:55
yes
zerl 2017-03-02 20:59:26
I just meant is there a manual way to look up the apt policy on libstc++6 since apt is broken
anddam 2017-03-02 21:00:19
theosvoitha: so it's not starting at all, is it? that is there's no boot phase from ramdisk
zerl 2017-03-02 21:01:10
theosvoitha: did you note the comments on the minimal ISO page regarding UEFI? https://help.ubuntu.com/community/Installation/MinimalCD
Necy 2017-03-02 21:01:19
if i install ubuntu on guided for resizing the windows partition, will this be ntfs automatically? or can i set it as ext4?
theosvoitha 2017-03-02 21:01:54
zerl: I did read the page. let me read again.
ducasse 2017-03-02 21:02:02
zerl: right, you can probably dig through the apt logs. which version does this give you - 'dpkg -l libstdc++6' ?
clancy 2017-03-02 21:02:23
clancy
clancy 2017-03-02 21:02:38
hi guys
zerl 2017-03-02 21:02:41
theosvoitha: ok just checking your saw it :-)
zerl 2017-03-02 21:03:31
ducasse: 6.3.0-8
theosvoitha 2017-03-02 21:03:38
zerl: oh how could I miss that. :-( '
ducasse 2017-03-02 21:03:59
!info libstdc++6 precise
ubottu 2017-03-02 21:04:01
libstdc++6 (source: gcc-4.6): GNU Standard C++ Library v3. In component main, is important. Version 4.6.3-1ubuntu5 (precise), package size 325 kB, installed size 1134 kB
travel 2017-03-02 21:04:22
Hi there need assistance I have no internet on my ubuntu 16.04 desktop I ran an upate abut two weeks ago that stopped my USB WIFI adapter from working if I use it to connect the whole machine freezes. So I started connecting with an Ethernet to my extender and that worked till I ran an update yesterday now that doesn't connect. Any assistance is greatly appreciated.
ducasse 2017-03-02 21:04:57
zerl: oh-k. that is definitely not the right version.
zerl 2017-03-02 21:04:57
ducasse: so what does that mean?
ducasse 2017-03-02 21:06:32
zerl: things that affect libc/libstdc++ are notoriously messy to fix, since they are so essential to the system. have you got any idea where you got that library version from?
zerl 2017-03-02 21:06:47
no idea at all
jink 2017-03-02 21:06:48
I bound my postfix to specific IPs (both ipv4 and ipv6) and it fails to start during boot, because the interfaces aren't ready, yet. ("no local interface found for ...") What should I do?
zerl 2017-03-02 21:07:48
ok checking users home directories
zerl 2017-03-02 21:08:15
found the user
zerl 2017-03-02 21:08:28
found the deb they tried to install
zerl 2017-03-02 21:08:43
how do I uninstall it ? dpkg -r?
ducasse 2017-03-02 21:08:44
zerl: you could try doenloading the right version from packages.ubuntu.com and forcing it into place, but it might not be the only essential library you need to fix.
ducasse 2017-03-02 21:08:53
zerl: oh god, no.
cfhowlett 2017-03-02 21:09:01
zerl, wait how did a USER install a package on your system?
zerl 2017-03-02 21:09:14
they have sudo rights but clearly not the smarts
cfhowlett 2017-03-02 21:09:32
lol. alright then.
jink 2017-03-02 21:09:42
-__- Sounds like fun
ducasse 2017-03-02 21:09:43
zerl: removing that would break the entire system, libstdc++ is _essential_.
zerl 2017-03-02 21:10:13
yes but I assume the old one is still there, just this one has taken over
zerl 2017-03-02 21:11:01
so teh remove should in theory clean up its links and revert to existing state
ducasse 2017-03-02 21:11:10
zerl: you can't have two versions of that installed, afaik.
ducasse 2017-03-02 21:11:36
zerl: try 'ls -l /usr/lib/x86_64-linux-gnu/libstdc++*'
RedPenguin 2017-03-02 21:13:25
hello all
RedPenguin 2017-03-02 21:13:57
not sure if I am missing something, but I put an SSL client cert in /etc/ssl/certs and the private key in /etc/ssl/private but it seems all programs are ignoring it
ducasse 2017-03-02 21:14:46
RedPenguin: run 'sudo update-ca-certificates'
RedPenguin 2017-03-02 21:15:27
tried that but just said 0 added, 0 removed
Necy 2017-03-02 21:17:40
if i select guided partitioning will it create a swap partition?
zerl 2017-03-02 21:18:12
ducasse: we are doing a system restore
ducasse 2017-03-02 21:18:29
zerl: good choice.
theosvoitha 2017-03-02 21:19:43
zerl: thanks for the help !
RedPenguin 2017-03-02 21:20:39
unless for some reason ffmpeg and other programs aren't looking in the right area is all I can figure
foodsurprise 2017-03-02 21:21:28
hello
foodsurprise 2017-03-02 21:21:39
my touchpad works in debian yet not in ubuntu
foodsurprise 2017-03-02 21:21:41
can anyone help
zerl 2017-03-02 21:22:50
ducasse: thank you for the help!
ducasse 2017-03-02 21:23:23
zerl: np! good luck getting the system sane again!
ducasse 2017-03-02 21:24:08
zerl: and probably yank sudo rights from that user ;)
foodsurprise 2017-03-02 21:26:34
does anyone know how to install support for touchpad with dell duo
zerl 2017-03-02 21:26:52
ducasse: I can't, company director
zerl 2017-03-02 21:27:13
./owner
ducasse 2017-03-02 21:29:41
foodsurprise: http://askubuntu.com/questions/347420/dell-touchpad-not-working-in-ubuntu#347470
foodsurprise 2017-03-02 21:30:58
those commands alone dont wrk
foodsurprise 2017-03-02 21:31:12
using latest ubuntu
foodsurprise 2017-03-02 21:31:17
dell inspiron duo
foodsurprise 2017-03-02 21:32:36
its quite confusing because it works in debian
foodsurprise 2017-03-02 21:32:49
but my graphics driver isn't fully supported in debian
Necy 2017-03-02 21:36:47
could somone recommend a swap size for a laptop with 8gb of ram
Necy 2017-03-02 21:36:58
i was thinking 8gb, does that sound ok?
rymax99 2017-03-02 21:37:01
that's fine
foodsurprise 2017-03-02 21:37:34
hey i see i found a bug report
foodsurprise 2017-03-02 21:37:44
can i install ubuntu ontop of NTFS or is that illa dvised
rymax99 2017-03-02 21:38:19
Necy, i usually just match RAM for swap
ducasse 2017-03-02 21:38:31
foodsurprise: it's not possible
Necy 2017-03-02 21:38:44
thanks
foodsurprise 2017-03-02 21:38:58
can i make a partition out of free space from windows
foodsurprise 2017-03-02 21:39:14
without loosing my files
rymax99 2017-03-02 21:39:20
theoretically
ducasse 2017-03-02 21:39:34
foodsurprise: yes, but do that in windows
rymax99 2017-03-02 21:40:01
I'd highly advise backing up anything you care about
elias_a 2017-03-02 21:40:15
foodsurprise: That is the standard way. Back up your data first and then use the Ubuntu installer to shrink your windows partition(s).
anddam 2017-03-02 21:40:24
anyone on the nfs "caching" issue?
vlt 2017-03-02 21:40:35
Good morning! On our Ubuntu 16.04 MATE desktop _every_ user gets an (annoying) notification whenever someone (else) prints something. How can we disable this?
elias_a 2017-03-02 21:41:04
ducasse: Why in windows? I've always done it using installer or Live stick.
ducasse 2017-03-02 21:41:25
elias_a: safer to resize the fs there, reputedly
rymax99 2017-03-02 21:41:39
agreed
elias_a 2017-03-02 21:41:51
ducasse: Ok. I'll buy that :)
ducasse 2017-03-02 21:42:10
elias_a: linux ntfs tools are not that great :)
foodsurprise 2017-03-02 21:42:11
what program to use to resize the ntfs
foodsurprise 2017-03-02 21:42:22
and is about 20 gigs enough
rymax99 2017-03-02 21:42:24
foodsurprise, disk management
rymax99 2017-03-02 21:42:30
how big is the disk?
rymax99 2017-03-02 21:42:37
i'd give a little breathing room
foodsurprise 2017-03-02 21:42:39
big
rymax99 2017-03-02 21:42:52
depends on what you plan on using it for
blueeyeshispanic 2017-03-02 21:43:08
YOU DUMB LITTLE TWINKS!!! COME TO A REAL SERVER...724fq4mo2mg3wjp4.onion/6697.. THIS SERVER IS ACCESS BY TOR IN CASE YOU HAD NOT FIGURED IT OUT DUMBASSES. blueeyeshispanic Random832 sureshk r0ute amandeep xet7 blenderhead sumit VadER Sigyn DrNo Guest79347 tom_ kip joyceg devnull84 kLOs iJens peterppp indistylo stc dakj peixoto shredding lasantha[m] GJdan foodsurprise bwr N1N024 emin LiftLeft xplora1a manish_
blueeyeshispanic 2017-03-02 21:43:08
suutala doug16k mtorma azgard PCatinean TomyWork cmBloks pax2you Smeef andyhuzhill Smilex jlbellido Franco63 mvvvv wildc4rd[work] jink saschpe edxtreem nzoueidi jackNemrod travel Richard|Fastly stevendale deep Inimesekene soee_ Zew BobbyJr gavin dbclk geheheh XenophonF olafh Kotileijona syedomar Silvering suolamuikku gmsol sakis Birosso smerdyakow [diablo] HerbY_NL2 newbie90 uvarovserge sspencer svm_invictvs
shredding 2017-03-02 21:43:41
what happend?
foodsurprise 2017-03-02 21:43:41
i really dont play games on windows
foodsurprise 2017-03-02 21:43:45
i might go pure ubutntu
dbclk 2017-03-02 21:43:53
I DO
rymax99 2017-03-02 21:44:17
if you plan on playing any games, i'd advise keeping a windows install handy :p
foodsurprise 2017-03-02 21:45:02
i dont game on the laptop