Displaying 4 results from an estimated 4 matches for "eitel".
Did you mean:
eftel
2012 Mar 13
2
Problem installing gWidgetsRGtk2 on Ubuntu 10.04
dear all,
I'm totally new to R and want to install the RQDA package.
It fails because of a dependency with gWidgetsRGtk2, which doesn't
install because of the following:
> * installing *source* package ?gWidgetsRGtk2? ...
** R
** inst
** preparing package for lazy loading
Error in eval(expr, envir, enclos) :
konnte Funktion "setRefClass" nicht finden (=could not find
2002 Dec 06
1
Unable to get proper ext3 functionality in recompiled 2.4.18-18.7.x kernel
...xt3 modules. It seems like I had a problem similar to this on an
earlier kernel version but it was caused by
forgetting to include initrd functionality in the core kernel. I have
included it on all custom versions since then. Any direction you can
point me in would be appreciated.
Thanks
Jim Eitel
jeitel@cybertrails.com
2012 Sep 26
2
Error message starting Shorewall with TC simple enabled
...- br0
sip
COMMENT Bit Torrent is in band 3
3 ipp2p:all bit
COMMENT
2 udp 53
COMMENT And place echo requests in band 1 to avoid false line-down reports
1 icmp 8
COMMENT
shorewall dump: http://indeedgeek.de/~feitel/tmp/shorewall_dump
shorewall trace restart: http://indeedgeek.de/~feitel/tmp/shorewall_restart_trace
Interfaces:
eth0 - uplink
wlan0 - wifi
eth1 - wired
br0 - bridge over wlan0 & eth1
Something I can try to get around this error?
Thanks,
Flo
--------------------------------------...
2010 Nov 11
3
User input after opening graphing device
If I run the following:
> windows()
>
> bringToTop(-1)
>
> interactive()
[1] TRUE
>
> run <- readline(prompt = "Continue (Yes = 1, No = 2):")
Continue (Yes = 1, No = 2):
> dummy <- 1
> run
[1] ""
it does not allow user input though the session is interactive (it jumps right over the readline command).
It would be great