lkcl changed the topic of #arm-netbook to: arm-netbook: Don't ask to ask. Just ask! - EOMA68 spec http://bit.ly/ZHqfxA - ML arm-netbook@lists.phcomp.co.uk - Logs http://bit.ly/XELKJq or http://bit.ly/15OCYPD - For Allwinner/sunxi discussions prefer #linux-sunxi - iMX6 Card http://bit.ly/XAUGCD - Flying Squirrel http://bit.ly/WgOYaR - Allwinner A10/A20 Card http://bit.ly/zBLAbY - http://rhombus-tech.net
pwhalen has joined #arm-netbook
techn_ has quit [Read error: Connection reset by peer]
stefanro has joined #arm-netbook
stefanro1 has quit [Ping timeout: 252 seconds]
L84Supper has left #arm-netbook ["not here (puff of smoke)"]
hglm has left #arm-netbook [#arm-netbook]
L84Supper has joined #arm-netbook
Markvilla has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
Yaku has quit []
tinti has joined #arm-netbook
tinti has quit [Ping timeout: 246 seconds]
evanvarvell has quit [Quit: Leaving]
pwhalen has quit [Quit: Leaving]
pwhalen has joined #arm-netbook
tinti has joined #arm-netbook
Dessimat0r has quit [Quit: Computer has gone to sleep.]
uwe__ has joined #arm-netbook
drachensun_ has joined #arm-netbook
fredy_ has joined #arm-netbook
Holo__ has quit [Ping timeout: 245 seconds]
uwe_ has quit [Ping timeout: 245 seconds]
fredy has quit [Ping timeout: 245 seconds]
ibot has quit [Ping timeout: 245 seconds]
drachensun has quit [Ping timeout: 245 seconds]
leviathanch has quit [Ping timeout: 245 seconds]
fredy_ is now known as fredy
xenoxaos has quit [Ping timeout: 245 seconds]
leviathanch has joined #arm-netbook
xenoxaos has joined #arm-netbook
DEAT has joined #arm-netbook
tinti has quit [Ping timeout: 252 seconds]
KoH_ has joined #arm-netbook
KoH has quit [Ping timeout: 256 seconds]
gimli has joined #arm-netbook
lerc has joined #arm-netbook
abesis has quit [Ping timeout: 256 seconds]
gimli has quit [Ping timeout: 245 seconds]
Holo__ has joined #arm-netbook
ibot has joined #arm-netbook
abesis has joined #arm-netbook
morgot has joined #arm-netbook
<morgot> hello to all
<morgot> My name Andrew. I have a problem with cubieboard. Has revised many resources on adding module support into the kernel, compile it, and so on, but with this have a problem. And the essence of the problem is, on the above mentioned device is running Debian Wheezy and its kernel does not support ppp_generic. Could you tell me please how make it there?
rellla has joined #arm-netbook
<rm> I replied to your mail 8 minutes ago
<morgot> ok, i see
roric has joined #arm-netbook
eebrah|away is now known as eebrah
Ershov has joined #arm-netbook
morgot has left #arm-netbook [#arm-netbook]
Ershov has quit [Ping timeout: 256 seconds]
Ershov has joined #arm-netbook
Ershov has quit [Ping timeout: 256 seconds]
Ershov has joined #arm-netbook
Kebianizao|work has joined #arm-netbook
Ershov has quit [Ping timeout: 264 seconds]
Ershov has joined #arm-netbook
xymox has quit [Ping timeout: 252 seconds]
xymox has joined #arm-netbook
Ershov1 has joined #arm-netbook
Ershov has quit [Ping timeout: 252 seconds]
focus has quit [Remote host closed the connection]
focus has joined #arm-netbook
popolon has joined #arm-netbook
eebrah is now known as eebrah|away
stamina has joined #arm-netbook
fossxplorer has joined #arm-netbook
RITRedbeard has joined #arm-netbook
tinti has joined #arm-netbook
tinti has quit [Remote host closed the connection]
<slapin_nb> hno: can you please let out more details about u-boot's hush problems?
<hno> It forgets any argument quoting if there is variable expansion.
<hno> which makes test behave very oddly if you try to operate on variables with multi word strings.
<slapin_nb> hno: example? as I quite not getting it
<slapin_nb> I use ${variable} with hush
<slapin_nb> never seen any problems
<hno> It's "${variable}" in context where the " matters that is the problem. There is no problem in usage where quoting is not required.
<slapin_nb> hmmmm
* slapin_nb doesn't have immediate access to the board...
<hno> if there is a variable expansion then the quotes are lost.
<hno> as if you never had any.
<slapin_nb> that is pity
<SPG> Zbig master d2506c8 rhombus allwinner/a31/orders/Telesoft_Systeme.mdwn * http://git.hands.com/?p=rhombus.git;a=commitdiff;h=d2506c8
<slapin_nb> doesn't \" work? or hush is just too stupid?
<slapin_nb> hno: have you tried it with original hush?
<slapin_nb> hno: probably it is by design...
<hno> slapin_nb, I am not interested in getting quotes into the arguments.
<hno> but maybe \" will actually work...
<hno> it's not supposed to but...
<hno> Yes \" works.
<hno> =>a="a b"
<hno> =>echo \"${a}\"
<hno> a b
* slapin_nb 's work u-boots are all hush-less (and without commandline editing) so he can't test
tinti has joined #arm-netbook
<slapin_nb> cool
<hno> That should have produced the words '"a' and 'b"' but that is another story.
* slapin_nb so much hates the requirements to disable features in boot loader
<slapin_nb> hno: hust is stupid and doesn't know such things
<hno> slapin_nb, it sure does. "a b" is parsed corretly.
<hno> and so is \"a b\"
<slapin_nb> that is cool
<hno> but not "${v}"
<hno> slapin_nb, you can alway run a u-boot sandbox to test these things. (make sandbox)
<slapin_nb> hno: thanks for the info
<hno> Hmm. where is the real hush?
<hno> could only find dead links.
<slapin_nb> hno: busybox has more or less real hush shell, but dunno where is the origin
<hno> busybox hush works fine.
<hno> $ echo "$v"
<hno> a b
<hno> $ echo \"$v\"
<hno> "a b"
rz2k has joined #arm-netbook
<hno> hmm.. wonder if u-boot also misreads ; after expansion..
<hno> no that at least seems to work.
<slapin_nb> it is probably because of how they feed hush with arguments, as they map environment to hush variables...
<hno> same result both with environment and hush variables.
<slapin_nb> hmmmm
Undertasker has joined #arm-netbook
<hno> Ok, I see why it is failing.. this design is as made for failing. Take the command line, split it up in words (corrctly). Expand each word and trow it all together as a string again. Then split it in words again.
<mnemoc> the classic answer for those problems on #bash is "add more slashes"....
<hno> mnemoc, yes.. works here too..
<mnemoc> any recommended irc bouncer for "many channels"? znc disconnects from freenode for "flood" each time I try to connect from andchat (android)
<RaYmAn> irssi in a screen session + 'irssi connectbot'? :P
<mnemoc> from the desktop I use ssh+screen+irssi -> znc ... :p .... but it's kind of expensive and hard to use from a phone :(
<mnemoc> but I haven't tried that irssi variant of connectbot
<RaYmAn> it adds a few sane things that are nice for irssi - like swipe up/down in the edge to scroll up and down
eebrah|away is now known as eebrah
<RaYmAn> and swipe right/left to change channel
<mnemoc> does it attach to `screen` automatically?
<mnemoc> installing
<RaYmAn> no
<mnemoc> no shortcut for ctrl-r or arrows :(
<mnemoc> the swipe things are nice
merbanan has joined #arm-netbook
projectgus has quit [Ping timeout: 248 seconds]
projectgus has joined #arm-netbook
projectgus has quit [Ping timeout: 248 seconds]
projectgus has joined #arm-netbook
projectgus has quit [Ping timeout: 248 seconds]
projectgus has joined #arm-netbook
harrow has quit [Write error: Connection reset by peer]
hno has quit [Ping timeout: 256 seconds]
datagutt has joined #arm-netbook
hno has joined #arm-netbook
herdingcat has joined #arm-netbook
harrow has joined #arm-netbook
Ershov1 has quit [Quit: Ershov1]
herdingcat has quit [Read error: Connection reset by peer]
mdp has quit [Read error: Connection reset by peer]
mdp has joined #arm-netbook
ganbold_ has joined #arm-netbook
eebrah is now known as eebrah|away
Skaag has joined #arm-netbook
Skaag has left #arm-netbook [#arm-netbook]
abesis has quit [Ping timeout: 256 seconds]
abesis has joined #arm-netbook
menomc has joined #arm-netbook
rellla has quit [Quit: Nettalk6 - www.ntalk.de]
abesis has quit [Quit: Nettalk6 - www.ntalk.de]
techn_ has joined #arm-netbook
Dessimat0r has joined #arm-netbook
gimli has joined #arm-netbook
menomc has quit [Quit: bye]
menomc has joined #arm-netbook
ganbold_ has quit [Remote host closed the connection]
mnemoc has quit [Quit: bye]
menomc is now known as mnemoc
ohama has joined #arm-netbook
abesis has joined #arm-netbook
ohama has quit [Remote host closed the connection]
popolon has quit [Quit: Quitte]
merbanan has quit [Read error: Operation timed out]
eebrah|away is now known as eebrah
ibot has quit [Ping timeout: 264 seconds]
hglm has joined #arm-netbook
ibot has joined #arm-netbook
MMlosh has joined #arm-netbook
eFfeM has joined #arm-netbook
tinti has quit [Ping timeout: 245 seconds]
Dessimat0r has quit [Quit: Computer has gone to sleep.]
tinti has joined #arm-netbook
hglm has left #arm-netbook [#arm-netbook]
eFfeM has quit [Quit: Leaving.]
eFfeM has joined #arm-netbook
rz2k has quit []
tinti has quit [Remote host closed the connection]
Kebianizao|work has quit [Read error: Connection reset by peer]
Kebianizao|work has joined #arm-netbook
Undertasker has left #arm-netbook [#arm-netbook]
uwe__ is now known as uwe_
rellla has joined #arm-netbook
eebrah is now known as eebrah|away
gimli has quit [Ping timeout: 252 seconds]
tinti has joined #arm-netbook
tinti has quit [Client Quit]
ohama has joined #arm-netbook
uwe__ has joined #arm-netbook
roric has quit [*.net *.split]
uwe_ has quit [*.net *.split]
eFfeM has quit [Ping timeout: 246 seconds]
roric has joined #arm-netbook
Kebianizao|work has quit [Read error: Connection reset by peer]
Kebianizao|work has joined #arm-netbook
popolon has joined #arm-netbook
Kebianizao|work has quit [Remote host closed the connection]
abesis has quit [Ping timeout: 264 seconds]
abesis has joined #arm-netbook
drachensun_ has quit [Quit: Leaving]
rellla has quit [Remote host closed the connection]
Dessimat0r has joined #arm-netbook
stamina has quit [Ping timeout: 264 seconds]