| kristianpaul | damn not confuse slice with clb because.. http://web.sdu.dk/jjm/MMMI/Logic/PLDs/Spartan_6/Spartan6.htm | 02:58 |
|---|---|---|
| kristianpaul | :) | 02:58 |
| kristianpaul | lekernel: there is a fpga dictionary somewhere? :) | 02:58 |
| kristianpaul | but slices are m x l... http://eetimes.com/design/programmable-logic/4015237/Xilinx-Spartan-6-FPGA-User-Guide-Lite?pageNumber=1 | 05:22 |
| kristianpaul | a lot to read :) | 05:22 |
| kristianpaul | not a common place | 05:22 |
| DocScrutinizer05 | fun with sftp | 05:33 |
| DocScrutinizer05 | quite nasty bug in my KDE(?) | 05:33 |
| DocScrutinizer05 | drove me nuts last 5h | 05:33 |
| kristianpaul | time out? reverse dns issues? not proer hello? | 05:34 |
| kristianpaul | n8 ! | 05:34 |
| DocScrutinizer05 | if you wanna reproduce it: `mv ~/.ssh/id_dsa.pub $elsewhere` | 05:34 |
| DocScrutinizer05 | the check ssh working fine | 05:35 |
| DocScrutinizer05 | sftp://user@host working fine in konqueror and dolphin | 05:35 |
| DocScrutinizer05 | but only once ;-P | 05:35 |
| DocScrutinizer05 | then* check...* | 05:36 |
| DocScrutinizer05 | here the sftp:// in filemanager magically creates a new id_dsa.pub, and even worse: a crippled one | 05:37 |
| DocScrutinizer05 | and while everything works fine wothout any id_dsa.pub, everything starts blowing chunks with that crippled trunkated crap (only 1023 bytes instead of original 1115) | 05:38 |
| kristianpaul | DocScrutinizer05: good reason to stick on a terminal emulator :) | 13:23 |
| DocScrutinizer05 | kristianpaul: meh | 13:23 |
| kristianpaul | but i admit i like file managers (at least the one from xfce) to visualize more quickly photos and documents | 13:23 |
| DocScrutinizer05 | kristianpaul: I just wonder what friggin process thinks it needs to restore that file | 13:24 |
| kristianpaul | the fu require to make feh to dad is not much confortable to remenber... | 13:24 |
| DocScrutinizer05 | and even does that in such a borked manner | 13:24 |
| kristianpaul | DocScrutinizer05: yes thats a nice bug :) | 13:24 |
| whitequark | for some reason, every single one person I met who knows what mc is, hates me for using mc. | 13:24 |
| whitequark | not sure why | 13:24 |
| DocScrutinizer05 | I love you for using mc :-D | 13:25 |
| DocScrutinizer05 | actually it's the fallback of my choice, when sftp:// URL in filemanager doesn't work | 13:25 |
| Action: DocScrutinizer05 blames KDE kio foo for doing that id_dsa.pub madness | 13:26 | |
| whitequark | heh | 13:27 |
| DocScrutinizer05 | would any of you, by any incidence, know about how id_dsa.pub is meant to get used/needed my ssh* ? | 13:27 |
| DocScrutinizer05 | s/my/by/ | 13:28 |
| DocScrutinizer05 | the most funny part is that everything works just fine without that file even existing | 13:29 |
| whitequark | no clue, I always used RSA keys in SSH | 13:29 |
| DocScrutinizer05 | but some idiot process thinks it has to be there for unknown reasons, and thus creates it, though broken/trunkated | 13:29 |
| whitequark | maybe just with fewer bits | 13:30 |
| DocScrutinizer05 | 1023 vs 1115 | 13:30 |
| DocScrutinizer05 | 1024 sounds like a bug | 13:30 |
| DocScrutinizer05 | 1023 like bug-- | 13:30 |
| whitequark | it doesn't for me | 13:31 |
| whitequark | the keys are base64'd | 13:31 |
| whitequark | and have prologue/epilogue | 13:31 |
| DocScrutinizer05 | if you want to do me a favour: rename *.pub in your ~/.ssh to something else, and check if everything still works | 13:31 |
| whitequark | define "everything"? I'm using dolphin as my file manager, is that fine? | 13:32 |
| DocScrutinizer05 | ssh outbound, sftp outbound | 13:32 |
| DocScrutinizer05 | yep, pretty fine | 13:32 |
| DocScrutinizer05 | sftp://user@host | 13:32 |
| viric | do you use an agent? | 13:33 |
| DocScrutinizer05 | creates new *.pub file for me | 13:33 |
| DocScrutinizer05 | viric: please elaborate | 13:33 |
| viric | ssh-agent | 13:33 |
| DocScrutinizer05 | prolly not | 13:33 |
| viric | ps ax | grep agent | 13:33 |
| viric | :) | 13:33 |
| DocScrutinizer05 | how would I check? | 13:33 |
| DocScrutinizer05 | k | 13:33 |
| viric | some .xsession start agents | 13:33 |
| DocScrutinizer05 | 3023 ? Ss 0:03 /usr/bin/ssh-agent /etc/X11/xinit/xinitrc | 13:34 |
| viric | ok | 13:34 |
| whitequark | DocScrutinizer05: yeah, pretty certainly | 13:34 |
| whitequark | also I do use an agent | 13:34 |
| viric | then that same script may be running 'ssh-add' to add keys to the agent. | 13:34 |
| DocScrutinizer05 | 3022 ? Ss 0:25 /usr/bin/gpg-agent --sh --daemon --write-env-file /home/jr/.gnupg/agent.info /usr/bin/ssh-agent /etc/X11/xinit/xinitrc | 13:34 |
| viric | and the keys being created if non existant. | 13:34 |
| viric | Modify your agent-calling scripts not to create the keys you don't want. | 13:35 |
| DocScrutinizer05 | viric: 1000 thanks | 13:35 |
| viric | And whether you're required a dsa key or a rsa key, it depends on what public key you put in remote hosts. | 13:35 |
| viric | If you put the dsa public key in remote hosts, then you'll need the dsa pair. | 13:35 |
| viric | you are welcome | 13:35 |
| DocScrutinizer05 | the fun bit is: the generated id_dsa.pub is the original one, just truncated | 13:36 |
| viric | you've to check those who prepared your session start scripts, what they do and why | 13:36 |
| DocScrutinizer05 | only source I could imagine is far end's allowed_keys | 13:36 |
| whitequark | authorized_keys | 13:37 |
| whitequark | probably | 13:37 |
| DocScrutinizer05 | err yes | 13:37 |
| whitequark | I've no idea how the new id_dsa.pub can ever be like original one | 13:37 |
| DocScrutinizer05 | is this weird? or is this WEIRD | 13:37 |
| viric | well, I think that the private part contains a keypair. | 13:37 |
| whitequark | this should not happen AT ALL | 13:37 |
| viric | but I'm not sure. | 13:38 |
| DocScrutinizer05 | maybe, yeah | 13:38 |
| whitequark | viric: it does for RSA keys | 13:38 |
| DocScrutinizer05 | thanks for all the feedback and help, have to enjoy a few minutes of ~rl | 13:38 |
| DocScrutinizer05 | ~rl | 13:39 |
| infobot | it has been said that rl is Real Life (the bad world out there), or known as the Big Blue Box (tm). Conways game using only rational numbers | 13:39 |
| viric | sqrt(2) can take part in real life, not only rationals. | 13:39 |
| DocScrutinizer05 | if you got anything to add, I'll read backscroll when i'm back | 13:39 |
| viric | Real life goes much further than rationality. | 13:40 |
| whitequark | Real life goes even further than abolishing the rationality altogether; it can be said that it extends far beyond the very concept of rationality, leaving the distinction behind as simplistic. | 14:15 |
| whitequark | (if that's what you meant by "adding something"...) | 14:16 |
| viric | :) | 14:19 |
| wpwrak | kristianpaul: how was the earthquake ? | 18:24 |
| kristianpaul | wpwrak: not bad | 19:17 |
| kristianpaul | i was out of city, actually rural area | 19:17 |
| kristianpaul | was 11:30 so... then i get out of the house | 19:18 |
| kristianpaul | wait like one minute then back :) | 19:18 |
| kristianpaul | you? | 19:18 |
| kristianpaul | ah wait epicenter was in north choco | 19:19 |
| kristianpaul | this was a replica, the first one was today 4:30 am and 4.2 magnitude | 19:20 |
| kristianpaul | ah wait | 19:20 |
| kristianpaul | omg | 19:20 |
| Action: kristianpaul reading the news | 19:20 | |
| kristianpaul | i dint felt like 7.3 to me | 19:23 |
| kristianpaul | pehaps becuse was not in the town/town | 19:24 |
| kristianpaul | ha http://paste.debian.net/194712/ | 19:25 |
| kristianpaul | well back to apartement all seems fine.. | 19:25 |
| viric | kristianpaul: the media I use to read does not cover that earthquake :) | 21:51 |
| --- Mon Oct 1 2012 | 00:00 | |
Generated by irclog2html.py 2.9.2 by Marius Gedminas - find it at mg.pov.lt!