Search #Ubuntu channel logs

Note: Use Ctrl+F to search through these logs

Tuesday, March 7, 2017

#ubuntu channel featuring ducasse, itsgokul, acosonic, guest, victorbjelkholm, Torgeir, and 11 others.

unigepp 2017-03-07 00:00:19
I'm able to set XDG_DATA_DIRS (see /unige//util/freedesktop/share), but not XDG_CONFIG_DIRS.
AtuM 2017-03-07 00:00:39
Sneak_: check syntax of "http_access" - I'm not sure "http_access allow" does anything.. perhaps "http_access allow all" - but I can't find that anywhere either
unigepp 2017-03-07 00:00:43
For all users.
alkisg 2017-03-07 00:00:45
unigepp: why don't you symlink your /etc/xdg/ubuntu dir, which doesn't exist, to your nfs share?
alkisg 2017-03-07 00:01:10
/etc/xdg/xdg-ubuntu, sorry
AtuM 2017-03-07 00:01:27
Sneak_: http://www.squid-cache.org/Doc/config/http_access/
Sneak_ 2017-03-07 00:02:37
cools
Sneak_ 2017-03-07 00:02:49
cools/
victorbjelkholm 2017-03-07 00:02:52
hey folks, I'm running yakkety and trying to get my NTFS to be read/write instead of just read-only as it is right now. I have ntfs-3g installed, but still I cannot write files to it. These are my mount options: "nosuid,nodev,nofail,x-gvfs-show" but still not working. What am I missing here?
Sneak_ 2017-03-07 00:02:57
copy and paste
unigepp 2017-03-07 00:04:03
Well /etc/xdg/ubuntu... I believe this directory could be used by a package or ubuntu.
guest 2017-03-07 00:04:08
victorbjelkholm: maybe the permissions on the mount point itsself
guest 2017-03-07 00:04:20
victorbjelkholm: fwiw the wiki says these options work: UUID=519CB82E5888AD0F /media/Data ntfs-3g defaults,windows_names,locale=en_US.utf8 0 0
victorbjelkholm 2017-03-07 00:05:54
guest: hm, I'm using the disk UI for checking. The permissions on the mount point seems ok. I can see the partion type is "HPFS/NTFS" though and Filesystem Type is set to "auto"
Torgeir 2017-03-07 00:08:26
test
ducasse 2017-03-07 00:08:39
Torgeir: use ##test for that
knikhurpa 2017-03-07 00:09:14
Hi guys!
knikhurpa 2017-03-07 00:10:18
Which irc client are you guys using?
guest 2017-03-07 00:11:08
Weechat
alkisg 2017-03-07 00:13:45
knikhurpa: pidgin here
knikhurpa 2017-03-07 00:17:57
Can I ask an irc related noob question here?
ducasse 2017-03-07 00:18:21
knikhurpa: better to do so in #freenode
knikhurpa 2017-03-07 00:19:05
Okay! :)
knikhurpa 2017-03-07 00:19:34
join #freenode
acosonic 2017-03-07 00:20:26
http://askubuntu.com/questions/890476/how-to-search-skype-for-linux-alpha-chat-history
HashNuke` 2017-03-07 00:30:51
Hello everyone ~!
grauzikas2 2017-03-07 00:36:36
hello,
grauzikas2 2017-03-07 00:37:35
http://pastebin.com/V3uJjSfV
grauzikas2 2017-03-07 00:37:39
why this happens
grauzikas2 2017-03-07 00:38:34
os ubuntu 16.04
cfhowlett 2017-03-07 00:39:11
you can
cfhowlett 2017-03-07 00:39:23
can not wget a website. put the file address in there
jink 2017-03-07 00:40:39
You can wget a website just fine. This should wget the index.html from that site.
itsgokul 2017-03-07 00:42:50
ssh ?
snowkrash 2017-03-07 00:42:53
what does AuthenticationMethods "publickey,password" "publickey,keyboard-interactive"
snowkrash 2017-03-07 00:42:54
mean
snowkrash 2017-03-07 00:43:00
keyboard interactive
itsgokul 2017-03-07 00:43:04
ssh username@ipaddress
snowkrash 2017-03-07 00:43:20
yes but what exactly do the options mean
snowkrash 2017-03-07 00:43:52
from the sshd config
snowkrash 2017-03-07 00:44:07
i dont get the keyboard interactive part
itsgokul 2017-03-07 00:44:30
see http://stackoverflow.com/questions/1556056/permission-denied-publickey-keyboard-interactive
jink 2017-03-07 00:45:02
man sshd_config
ppf 2017-03-07 00:46:54
itsgokul, jink: neither explains what keyboard-interactive means
snowkrash 2017-03-07 00:46:54
i read it but i dont understand it
snowkrash 2017-03-07 00:48:18
i understand the public key part
ppf 2017-03-07 00:49:12
snowkrash: with the password authentication method, the client will send a single password. how to ask the user for that password is up to the client
snowkrash 2017-03-07 00:50:28
i want that the user has to have public key + password
snowkrash 2017-03-07 00:50:28
ppf, what does that mean :D
ppf 2017-03-07 00:50:28
with keyboard-interactive, the server is in control of this, and it may ask the client to request an arbitrary number of passwordy things from the user
snowkrash 2017-03-07 00:50:28
ah ok so its used for multiple passwords
grauzikas2 2017-03-07 00:50:28
it doesnt wgets also doesnt curl from that page
grauzikas2 2017-03-07 00:50:28
http://pastebin.com/fG8VhJ3j
snowkrash 2017-03-07 00:50:28
but why is not AuthenticationMethods "publickey,password" "password,keyboard-interactive"
grauzikas2 2017-03-07 00:50:28
may be some one can check may be from your side the problem is same?
snowkrash 2017-03-07 00:50:28
ppf, so keyboard interactive means just the second one is the password?