DocScrutinizer05 | Enrico_Menotti: https://cgit.freedesktop.org/systemd/systemd/tree/hwdb/60-keyboard.hwdb might help | 00:02 |
---|---|---|
*** xy2_ has joined #maemo | 00:03 | |
Enrico_Menotti | DocScrutinizer05 Thank you for all your efforts. I will read carefully. Now I'm looking at the rsyslog.conf file. Maybe I may obtain some logs by setting it up properly. | 00:06 |
DocScrutinizer05 | yeah, prolly this should work | 00:06 |
freemangordon | DocScrutinizer05: hi! | 00:07 |
DocScrutinizer05 | hi! :-) | 00:07 |
DocScrutinizer05 | freemangordon: how to map kbd keys in a console? generically | 00:08 |
freemangordon | Enrico_Menotti: see, this is not your PC, you should have prepared rootfs with all the stuff in advance. keymap, for example. keymap I use in devuan http://46.249.74.23/devuan/ | 00:08 |
DocScrutinizer05 | freemangordon: IOW where does kernel or getty or whatever do the keycode->char mapping | 00:08 |
freemangordon | DocScrutinizer05: it is not kernel stuff, but userland | 00:09 |
freemangordon | xmodmap iirc | 00:09 |
DocScrutinizer05 | ack | 00:09 |
DocScrutinizer05 | xmodmap is X11 | 00:09 |
DocScrutinizer05 | no? | 00:09 |
freemangordon | well, kmodmap? | 00:09 |
DocScrutinizer05 | HAH! TA! | 00:09 |
DocScrutinizer05 | k like kernel ;-) | 00:09 |
freemangordon | no, no, I am not sure about the command | 00:09 |
freemangordon | just some vague memorieds | 00:09 |
freemangordon | *memories | 00:10 |
* freemangordon checks | 00:10 | |
DocScrutinizer05 | KEYMAPS(5) These files are used by loadkeys(1) to modify the translation tables used by the kernel keyboard driver and generated by dumpkeys(1) | 00:11 |
DocScrutinizer05 | so `man loadkeys` | 00:12 |
freemangordon | ah, loadkeys :) | 00:12 |
Enrico_Menotti | There's one thing I don't understand in rsyslog.conf. Each row states a module, a priority, and then the log file for that. But what does the hyphen '-' at the beginning of some of the paths to the log files mean? | 00:13 |
DocScrutinizer05 | nevermind, it's about some option with the target, like "create if doesn't exist" or whatever | 00:14 |
freemangordon | Enrico_Menotti: https://github.com/dyne/arm-sdk/commit/fd8978c97db097333772668e4bb67c65c4715a71 | 00:15 |
freemangordon | DocScrutinizer05: it is 'loadkmap' after all :) | 00:16 |
freemangordon | I guess k is for keyboard, not kernel | 00:17 |
DocScrutinizer05 | hmm, my manpages disagree, but ... prolly system dependent | 00:17 |
freemangordon | could be | 00:17 |
freemangordon | but ^^^ for sure works on devuan, in console | 00:18 |
DocScrutinizer05 | wtf?! http://paste.opensuse.org/24133102 | 00:18 |
freemangordon | DocScrutinizer05: seems BusyBox specific | 00:20 |
DocScrutinizer05 | nah, see the syntax error in `man` with LANG=C | 00:20 |
DocScrutinizer05 | big fat WTF | 00:21 |
freemangordon | DocScrutinizer05: I still don;t understand German :p | 00:21 |
DocScrutinizer05 | syntax error next to unexpected token "(" | 00:21 |
freemangordon | yeah, weird | 00:22 |
*** dafox has joined #maemo | 00:23 | |
Enrico_Menotti | daemon.* -/var/log/daemon.log | 00:23 |
DocScrutinizer05 | OOh me idiot | 00:24 |
DocScrutinizer05 | jr@saturn:~> type man | 00:24 |
DocScrutinizer05 | man ist ein Alias von `:(){ [ "sed" == "$1" ]||{ /usr/bin/man $1;return; }; less -f <(/usr/bin/man sed) <(wget http://sed.sourceforge.net/sed1line.txt -q -O -); };:'. | 00:24 |
Enrico_Menotti | There is this line in my rsyslog.conf. Does that mean that all messages from daemons are logged in that file? | 00:25 |
*** shentey has quit IRC | 00:27 | |
freemangordon | DocScrutinizer05: honestly, your system locale is German?!? | 00:28 |
DocScrutinizer05 | on user yes | 00:28 |
freemangordon | de.DE-UTF8? | 00:28 |
freemangordon | omg | 00:28 |
DocScrutinizer05 | still fail to grok why the alias breaks with LANG=C | 00:28 |
DocScrutinizer05 | maybe aliases are a tad tricky with "NAME=foo CMD" | 00:29 |
DocScrutinizer05 | I have a hard time thinking it could change $0 or $1 but who knows | 00:30 |
freemangordon | anyway, /me is running towards bed | 00:30 |
freemangordon | night guys | 00:30 |
DocScrutinizer05 | n8 :-) | 00:30 |
Enrico_Menotti | Good night! :) | 00:30 |
DocScrutinizer05 | Enrico_Menotti: might mean that, yeah | 00:31 |
Enrico_Menotti | So why no such file on my system?!? | 00:31 |
DocScrutinizer05 | and the -/ *might* mean "end processing here", not sure | 00:31 |
Enrico_Menotti | In what sense? | 00:32 |
DocScrutinizer05 | >>-/var/log/syslog means log to the file /var/log/syslog. The preceding dash tells syslogd not to call fsync(), i.e. do not flush the kernel buffer to disk after every write to the file.<< | 00:33 |
DocScrutinizer05 | honestly all you need is a line *.* /var/log/syslog or the like | 00:34 |
*** xes has quit IRC | 00:35 | |
Enrico_Menotti | Ok let me try. | 00:35 |
DocScrutinizer05 | it logs all to that file, and nevermind the rest | 00:35 |
DocScrutinizer05 | when rsyslog doesn't get started during boot though, you won't see that file either | 00:36 |
DocScrutinizer05 | rsyslog is a service aka daemon | 00:36 |
DocScrutinizer05 | without it, all you got is dmesg | 00:37 |
DocScrutinizer05 | dmesg reads directly from the kernel log buffer | 00:37 |
Enrico_Menotti | But no way to tell the system to write the kernel log buffer to some file? | 00:38 |
DocScrutinizer05 | dmesg(1) - print or control the kernel ring buffer | 00:38 |
DocScrutinizer05 | rsyslog start scripts do that | 00:38 |
DocScrutinizer05 | ("write the kernel log buffer to some file" that is) | 00:39 |
Enrico_Menotti | Ok, I modified the rsyslog.config with a line *.* /var/log/enrico.log. Let's see what happens, ok? | 00:39 |
DocScrutinizer05 | sure | 00:41 |
DocScrutinizer05 | but make sure you have the startscripts err *cough* systemd unit files whatevertheneme for rsyslogd | 00:42 |
DocScrutinizer05 | do NOT ask me about feckin systemd-journald an d journalctrl | 00:43 |
*** dafox has quit IRC | 00:43 | |
DocScrutinizer05 | after all this is why maemo decided to re-associate to devuan | 00:43 |
Enrico_Menotti | ... I had read in fact about journalctrl. I was indeed wondering how to fetch it. :) | 00:45 |
DocScrutinizer05 | ~systemd | 00:45 |
infobot | systemd cabal: a bunch of people (Lennart Poettering, Kay Sievers, H. Hoyer, D. Mack, T. Gundersen, D. Herrmann) who want to turn linux into their wet dream perverted version of windows-me-too: http://0pointer.net/blog/revisiting-how-we-put-together-linux-systems.html -- Rumor has it that 2016 systemd will have replaced kernel. See ~nosystemd" | 00:45 |
DocScrutinizer05 | ~nosystemd | 00:46 |
infobot | [nosystemd] https://devuan.org http://without-systemd.org/wiki/index.php/Arguments_against_systemd http://blog.darknedgy.net/technology/2015/10/11/0/ | 00:46 |
Enrico_Menotti | :D | 00:46 |
DocScrutinizer05 | when you want to run a systemd based system, you're definitely in the wrong channel for any help here | 00:47 |
Enrico_Menotti | ... I did not know. Sorry. | 00:49 |
DocScrutinizer05 | http://blog.gerhards.net/2011/11/journald-and-rsyslog.html | 00:50 |
DocScrutinizer05 | >>Backward compatibility may actually be not that important ***on a _typical_ desktop system***<< | 00:56 |
DocScrutinizer05 | >>However, in an enterprise environment such harsh moves can not be done<< | 00:56 |
DocScrutinizer05 | >>For those in the need, a syslogd can run alongside journald<< | 00:57 |
DocScrutinizer05 | >>Thinking about home desktop machines, Laptops and a myriad of other personal computers: Rsyslog runs on (almost) all of them, and nobody knows it does ;) The folks operating these machines are not at all interested in logging, so I think it is a valid assumption that none of them will care which logging system is running. << | 00:59 |
DocScrutinizer05 | or if journald fies in a dark wet stinking place | 00:59 |
DocScrutinizer05 | dies* | 00:59 |
Enrico_Menotti | Cannot get any log. Uff. | 01:00 |
DocScrutinizer05 | go devuan! | 01:00 |
DocScrutinizer05 | hey, you can type `ps aux` right?, check if rsyslogd or systemd-journald is running | 01:01 |
Enrico_Menotti | Ok, a minute. | 01:01 |
DocScrutinizer05 | http://paste.opensuse.org/70811019 | 01:03 |
DocScrutinizer05 | my opensuse systemd infested shit | 01:03 |
DocScrutinizer05 | at least it runs rsyslogd TOO | 01:03 |
DocScrutinizer05 | or use ps aux|egrep '(journ|syslog)' | 01:04 |
DocScrutinizer05 | well, you still lack the pipe symbol, right? | 01:05 |
DocScrutinizer05 | this is damn tedious | 01:05 |
Enrico_Menotti | Right. But I see there is rsyslogd. And systemd-journald as well. | 01:05 |
DocScrutinizer05 | dmesg | 01:06 |
Enrico_Menotti | Yes, lot of info. | 01:06 |
DocScrutinizer05 | yes, and again no pipe for dmesg|less | 01:06 |
Enrico_Menotti | No. | 01:07 |
Enrico_Menotti | But it wouldn't be useful, since I can't almost read. | 01:07 |
Enrico_Menotti | Ok, now's bed time. I will think about it tomorrow. Good night! :) | 01:08 |
DocScrutinizer05 | :nod: | 01:08 |
DocScrutinizer05 | with a > you could do dmesg >/mysystem.log | 01:09 |
DocScrutinizer05 | tedious | 01:09 |
DocScrutinizer05 | I think you won't have much fun with all this until you get ssh access | 01:10 |
Enrico_Menotti | Yes, probable. | 01:10 |
Enrico_Menotti | I could write a script. But to launch it I'd need ./ , right? | 01:10 |
DocScrutinizer05 | well, unless . is element of your $PATH or your script is placed in $PATH | 01:12 |
Enrico_Menotti | It's another idea. Will see. For now, zzz. | 01:13 |
*** cyteen has joined #maemo | 01:16 | |
DocScrutinizer05 | I'd read about bash 'bind' to map some existing key to history_whatever_backward_recall | 01:18 |
DocScrutinizer05 | previous-history can be found on "\C-p", "\eOA", "\e[A". | 01:19 |
DocScrutinizer05 | so if arrow-up doesn't work, maybe ctrl-p does | 01:19 |
DocScrutinizer05 | I'd really fill history with a few useful commands, or alternatively define aliases | 01:20 |
DocScrutinizer05 | edit ~/.alias | 01:21 |
DocScrutinizer05 | for complex stuff, define function(){ ... ... } in ~/.profile or ~/.bashrc | 01:23 |
*** lfc22 has joined #maemo | 01:25 | |
*** lfc22 has quit IRC | 01:27 | |
DocScrutinizer05 | ohmy, just checked on my debian server. Debian bash config is so braindead and rudimentary | 01:27 |
*** pagurus has joined #maemo | 01:29 | |
DocScrutinizer05 | http://paste.opensuse.org/9990271 | 01:29 |
DocScrutinizer05 | it's a shame# | 01:30 |
DocScrutinizer05 | Enrico_Menotti: anyway create a file ~/ali with content similar to http://paste.opensuse.org/83608614, then type `cd` and `source ali` in your shell. should go a long way | 01:39 |
*** Pali has quit IRC | 01:52 | |
DocScrutinizer05 | one alias for example could be ifupwlan="ifup wlan0123456789", then you call ifupwlen, then ctrl+p for fetching it again, then delete all digits you don't need to finally make it look like "ifup usb7" | 02:00 |
DocScrutinizer05 | likewise make a xcd="cd ~///////" which you can turn in almost everything you need, like "~/myscript" or "source /root/myscript" or whatever | 02:02 |
DocScrutinizer05 | g="$ ~//////$ ~///////$ <&~////// >&~/////// | !" | 02:05 |
DocScrutinizer05 | rather make that g="#$ ~//////$ ~///////$ <&~////// >&~/////// | !" | 02:06 |
*** florian has quit IRC | 02:07 | |
DocScrutinizer05 | hmm doesn't fly yet | 02:12 |
DocScrutinizer05 | alias g=echo '#$ ~//////$ ~///////$ <&~////// >&~/////// | \!' >~/xx; history -r ~/xx" | 02:16 |
DocScrutinizer05 | alias g=echo '#$ ~//////$ ~///////$ <&~////// >&~/////// | \!\!' >~/xx; history -r ~/xx" | 02:18 |
*** xes has joined #maemo | 02:20 | |
DocScrutinizer05 | ooh | 02:21 |
DocScrutinizer05 | alias g=echo '#$ ~//////$ ~///////$ <0123456789&~////// >01234&01234~/////// | \!\!' >~/xx; history -r ~/xx" | 02:22 |
DocScrutinizer05 | alias e='export zero=0 one=1 two=2 [...] nine=9 pipe="|" slash=/ amp="&" [...]; echo "$$$$$$$$$$$$$$$" >~/xx; history -r ~/xx' | 02:29 |
DocScrutinizer05 | ctrl+p | 02:29 |
DocScrutinizer05 | ifup wkan$zero | 02:30 |
DocScrutinizer05 | jr@saturn:~> alias e='export zero=0 one=1 two=2 nine=9 pipe="|" slash=/ amp="&"; echo \\'\\$\\$\\$\\$\\' >~/xx; history -r ~/xx' | 02:36 |
DocScrutinizer05 | jr@saturn:~> e | 02:36 |
DocScrutinizer05 | jr@saturn:~> echo $one | 02:36 |
DocScrutinizer05 | 1 | 02:36 |
DocScrutinizer05 | oops sorry, was ment to be a pastebin | 02:36 |
DocScrutinizer05 | http://paste.opensuse.org/8748460 | 02:37 |
*** atk has quit IRC | 03:00 | |
*** atk has joined #maemo | 03:00 | |
*** L29Ah has left #maemo | 03:04 | |
*** infobot has quit IRC | 03:21 | |
*** infobot has joined #maemo | 03:23 | |
*** L29Ah has joined #maemo | 03:29 | |
DocScrutinizer05 | jr@saturn:~> eval echo $one $amp$amp echo $slash$nine | 03:29 |
DocScrutinizer05 | 1 | 03:29 |
DocScrutinizer05 | /9 | 03:29 |
*** preflex has joined #maemo | 03:32 | |
DocScrutinizer05 | http://paste.opensuse.org/22716030 | 03:50 |
DocScrutinizer05 | Enrico_Menotti: ^^^ | 03:51 |
DocScrutinizer05 | Enrico_Menotti: this shozuld help you out with kbd mapping missing chars. You can define all the chars you want (and often you don't even need the eval, only when you need to substitue chars that are 'talking to' the shell itself like | or > or &&) | 03:58 |
DocScrutinizer05 | onviously you'd create an alias file like suggested before, to define the e alias | 03:59 |
DocScrutinizer05 | so on PC you create ~/ali with the >>alias e='export zero=0 one=..." in it. On device you do `cd; source ali` once, then for a command do `e` and ctrl+p and edit the "\${}${}${}${}${}${}${}${}${}${}" commandline to look like "eval echo ${minus}e "x${bslash}ny" ${pipe} wc ${minus}l" or whatever you like | 04:02 |
*** LjL has quit IRC | 04:17 | |
*** LjL has joined #maemo | 04:29 | |
DocScrutinizer05 | http://paste.opensuse.org/64262304 | 04:40 |
Maxdamantus | I just use a map where I can already type all the printable ASCII characters. | 04:52 |
Maxdamantus | except maybe `, not sure if my map (as in the one loaded by loadkeys) has that. | 04:53 |
Maxdamantus | it's Dvorak-based anyway, so presumably not useful for anyone else. | 04:53 |
Maxdamantus | it corresponds to the one I'm using right now in maemo in normal Xorg. | 04:54 |
*** Kabouik has quit IRC | 04:55 | |
Maxdamantus | Actually, I don't load it with loadkeys. I just have it built into the kernel. | 04:56 |
Maxdamantus | http://maxdamantus.eu.org/n900-keys-dvorak.txt | 04:58 |
DocScrutinizer05 | https://en.wikipedia.org/wiki/Alt_code#Linux :-/ | 05:03 |
Maxdamantus | Well, I think support is probably better in applications that run on Linux than in Windows .. I have a feeling you're meant to enter the codepoints in octal or decimal or something. | 05:05 |
Maxdamantus | of course, the kernel doesn't support anything like that, but as mentioned, the standard toolkits do. | 05:05 |
Maxdamantus | they both (gtk and qt) support ctrl-shift-u for entering codepoints in hex. | 05:06 |
Maxdamantus | in urxvt, you have to hold ctrl and shift, which is a bit harder on N900. | 05:06 |
Maxdamantus | ctrl-shift-u even works in osso-xterm | 05:08 |
Maxdamantus | but that's still tricky to enter. | 05:08 |
Maxdamantus | Hm, might be slightly easier on QWERTY. | 05:08 |
Maxdamantus | That Wikipedia article says you can enter them in hex in Window if you make a modification to the registry. | 05:12 |
*** Zungo has quit IRC | 05:37 | |
*** Zungo has joined #maemo | 05:38 | |
*** L29Ah has left #maemo | 06:04 | |
*** L29Ah has joined #maemo | 06:05 | |
*** vahe has joined #maemo | 06:07 | |
*** pagurus has quit IRC | 06:38 | |
*** pagurus has joined #maemo | 06:39 | |
*** tanty1 has quit IRC | 06:40 | |
*** platicus1 has quit IRC | 06:40 | |
*** platicus1 has joined #maemo | 06:40 | |
*** tanty1 has joined #maemo | 06:40 | |
*** pagurus has quit IRC | 06:40 | |
*** pagurus has joined #maemo | 06:40 | |
*** pagurus has quit IRC | 06:42 | |
*** pagurus has joined #maemo | 06:42 | |
*** pagurus has quit IRC | 06:43 | |
*** pagurus has joined #maemo | 06:43 | |
*** pagurus has joined #maemo | 06:45 | |
*** pagurus has quit IRC | 06:46 | |
*** pagurus has joined #maemo | 06:46 | |
*** pagurus has quit IRC | 06:48 | |
*** pagurus has joined #maemo | 06:48 | |
*** pagurus has quit IRC | 06:49 | |
*** sunshavi has quit IRC | 07:04 | |
*** DocScrutinizer05 has quit IRC | 07:48 | |
*** DocScrutinizer05 has joined #maemo | 07:48 | |
*** spiiroin has joined #maemo | 08:22 | |
*** dafox has joined #maemo | 09:00 | |
*** dafox has quit IRC | 09:27 | |
*** dmth|intevation has joined #maemo | 09:44 | |
*** jskarvad has joined #maemo | 10:59 | |
*** florian_kc has joined #maemo | 11:04 | |
*** eMHa has quit IRC | 11:20 | |
*** florian_kc is now known as florian | 11:25 | |
*** eMHa has joined #maemo | 11:45 | |
*** Wizzup has quit IRC | 11:48 | |
*** Wizzup has joined #maemo | 11:53 | |
*** Kabouik_ has joined #maemo | 12:16 | |
*** ecloud has quit IRC | 12:48 | |
*** ecloud has joined #maemo | 13:02 | |
*** xy2_ has quit IRC | 13:05 | |
*** xy2_ has joined #maemo | 13:06 | |
*** xy2_ has quit IRC | 13:12 | |
*** tanty has quit IRC | 13:42 | |
*** platicus has quit IRC | 13:42 | |
*** platicus has joined #maemo | 13:43 | |
*** tanty has joined #maemo | 13:44 | |
*** infobot has quit IRC | 13:46 | |
*** tanty has quit IRC | 13:55 | |
*** platicus has quit IRC | 13:55 | |
*** platicus has joined #maemo | 13:55 | |
*** tanty has joined #maemo | 13:56 | |
*** platicus has quit IRC | 13:57 | |
*** tanty has quit IRC | 13:57 | |
*** xy2_ has joined #maemo | 13:58 | |
*** platicus has joined #maemo | 13:58 | |
*** tanty has joined #maemo | 13:58 | |
*** platicus1 has quit IRC | 14:07 | |
*** tanty1 has quit IRC | 14:07 | |
*** geaaru has joined #maemo | 14:10 | |
*** platicus has quit IRC | 14:18 | |
*** tanty has quit IRC | 14:18 | |
*** tanty has joined #maemo | 14:19 | |
*** platicus has joined #maemo | 14:19 | |
*** preflex has quit IRC | 14:36 | |
*** xy2_ has quit IRC | 14:49 | |
*** vahe has quit IRC | 14:54 | |
*** sicelo has joined #maemo | 15:02 | |
*** xy2_ has joined #maemo | 15:06 | |
*** sunshavi has joined #maemo | 15:27 | |
*** sicelo has quit IRC | 15:47 | |
*** sicelo has joined #maemo | 16:00 | |
*** l_bratch has quit IRC | 16:06 | |
*** Kabouik_ has quit IRC | 16:08 | |
*** Kabouik has joined #maemo | 16:09 | |
*** Kabouik has joined #maemo | 16:09 | |
*** xy2_ has quit IRC | 16:14 | |
*** sicelo is now known as abissom | 16:58 | |
*** xy2_ has joined #maemo | 17:01 | |
*** sicelo has joined #maemo | 17:03 | |
*** xy2_ has joined #maemo | 17:05 | |
*** abissom has quit IRC | 17:06 | |
*** xy2_ has quit IRC | 17:17 | |
*** florian has quit IRC | 17:20 | |
*** xy2_ has joined #maemo | 17:32 | |
*** spiiroin has quit IRC | 17:47 | |
*** vahe has joined #maemo | 18:15 | |
*** dmth|intevation has quit IRC | 18:15 | |
*** xy2_ has quit IRC | 18:18 | |
*** xy2_ has joined #maemo | 18:18 | |
*** florian has joined #maemo | 18:24 | |
*** florian has joined #maemo | 18:24 | |
*** xy2_ has quit IRC | 18:30 | |
*** xy2_ has joined #maemo | 18:35 | |
*** spiiroin has joined #maemo | 18:37 | |
*** dafox has joined #maemo | 18:46 | |
*** Kabouik_ has joined #maemo | 18:50 | |
*** Kabouik has quit IRC | 18:51 | |
*** xy2_ has quit IRC | 18:57 | |
*** xy2_ has joined #maemo | 19:07 | |
*** Pali has joined #maemo | 19:19 | |
*** dafox has quit IRC | 19:32 | |
*** Vajb has quit IRC | 19:34 | |
*** Vajb has joined #maemo | 19:34 | |
*** drrrz has joined #maemo | 19:42 | |
*** infobot has joined #maemo | 19:47 | |
*** vahe has quit IRC | 19:47 | |
*** N-Mi has quit IRC | 19:49 | |
*** infobot has quit IRC | 19:57 | |
*** infobot has joined #maemo | 19:58 | |
*** vahe has joined #maemo | 20:02 | |
*** vahe has quit IRC | 20:18 | |
*** eMHa has quit IRC | 20:31 | |
*** pagurus has joined #maemo | 20:34 | |
*** pagurus has quit IRC | 20:37 | |
*** pagurus has joined #maemo | 20:37 | |
*** pagurus has joined #maemo | 20:41 | |
*** xy2_ has quit IRC | 20:41 | |
*** xy2_ has joined #maemo | 20:42 | |
*** geaaru has quit IRC | 20:50 | |
*** L29Ah has left #maemo | 21:03 | |
*** L29Ah has joined #maemo | 21:06 | |
Enrico_Menotti | DocScrutinizer05 At last I got light. My problem was that I was looking for files inside /sys from the host computer, while /sys is only mounted after the system boots. So I wrote a script which writes 200 to the specific file inside /sys. By calling that script, I got light on. :) | 21:09 |
Zungo | fancyu | 21:14 |
Zungo | fancy* | 21:14 |
Zungo | why not instead modify the sys image itself? | 21:14 |
Zungo | or is sys a pseudo fs like proc? | 21:14 |
DocScrutinizer05 | Enrico_Menotti: LOL - nice. Glad you made it | 21:18 |
DocScrutinizer05 | yes, /proc /sys and /dev are only useful in a booted system | 21:19 |
DocScrutinizer05 | Zungo: exactly | 21:20 |
DocScrutinizer05 | IroN900:~# mount|grep sys | 21:21 |
DocScrutinizer05 | sysfs on /sys type sysfs (rw) | 21:21 |
DocScrutinizer05 | nodev on /sys/kernel/debug type debugfs (0) | 21:21 |
*** infobot has quit IRC | 21:31 | |
*** infobot has joined #maemo | 21:32 | |
*** jskarvad has quit IRC | 21:33 | |
*** tanty1 has joined #maemo | 21:46 | |
*** platicus1 has joined #maemo | 21:46 | |
*** platicus1 has quit IRC | 21:47 | |
*** tanty1 has quit IRC | 21:47 | |
*** xy2_ has quit IRC | 21:48 | |
*** florian has quit IRC | 22:13 | |
*** florian has joined #maemo | 22:15 | |
*** xy2_ has joined #maemo | 22:16 | |
*** infobot has quit IRC | 22:21 | |
*** stryngs has quit IRC | 22:26 | |
*** stryngs has joined #maemo | 22:28 | |
*** infobot has joined #maemo | 22:38 | |
*** xes_ has joined #maemo | 22:55 | |
*** xes has quit IRC | 22:57 | |
*** cyphase has quit IRC | 23:17 | |
*** infobot has quit IRC | 23:21 | |
*** infobot has joined #maemo | 23:22 | |
*** tryagain has joined #maemo | 23:37 | |
*** dafox has joined #maemo | 23:43 | |
*** eMHa has joined #maemo | 23:49 | |
*** xy2_ has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!