Search found 17 matches
- Thu Jan 28, 2016 6:03 pm
- Forum: General discussion
- Topic: How to connect and use ssh without a screen using BUILDROOT
- Replies: 6
- Views: 2444
Re: How to connect and use ssh without a screen using BUILDR
As Heater said: buildroot is a wonderful tool to build embedded systems - but in the very moment, you need something beyond the buildroot provided packages, your learning curve will go up (maybe untill "stalling"). Furthermore, buildroot does not provide a packaging system as raspbian and ...
- Thu Jan 28, 2016 5:49 pm
- Forum: Raspberry Pi OS
- Topic: Actuall Perl Version to low
- Replies: 5
- Views: 1757
Re: Actuall Perl Version to low
Not sure, I completely understand your question. I assume your programs run in a specific users environment? If so, it should be easy: put perlbrew switch perl-5.22.0 in that users .profile and you should have the "new" perl in users path. Perl programs usually use #!/usr/bin/perl -w which...
- Fri Jan 22, 2016 7:46 am
- Forum: Raspberry Pi OS
- Topic: Actuall Perl Version to low
- Replies: 5
- Views: 1757
Re: Actuall Perl Version to low
You might want to take a look at perlbrew: http://perlbrew.pl/ and https://metacpan.org/pod/App::perlbrew In a nutshell: wget -O - http://install.perlbrew.pl | bash which, of course, will compile the new perl version (and leave the "old" one on the system) - but you do not depend on a pack...
- Sun Aug 10, 2014 5:59 pm
- Forum: General discussion
- Topic: Simple nagios alternative?
- Replies: 2
- Views: 1948
Re: Simple nagios alternative?
You might want to look at munin (munin-node) and / or cacti. However, all of them have to be configured. As an alternative, you might consider to write some scripts, that collect data and send to your self hosted server application. Shouldn't be that difficult: - collect data - open connection to yo...
- Sun Jul 27, 2014 12:02 pm
- Forum: Beginners
- Topic: Help pls !!! PFSense on RISCOS
- Replies: 4
- Views: 2148
Re: Help pls !!! PFSense on RISCOS
Hi,
if you refer to the firewall (http://www.pfsense.org) I fear, it will not work: this is a self contained firewall, based on FreeBSD and (to my knowlowedge) only for intel (32 and 64 Bit)
if you refer to the firewall (http://www.pfsense.org) I fear, it will not work: this is a self contained firewall, based on FreeBSD and (to my knowlowedge) only for intel (32 and 64 Bit)
- Thu Sep 05, 2013 5:36 pm
- Forum: General discussion
- Topic: Unreliable Unreliable Unreliable (obsolete)
- Replies: 81
- Views: 16237
Re: Unreliable Unreliable Unreliable
Maybe, its the wrong place to suggest (admin will you move my message in this case?), but ever and ever again reading about damaged SD-cards: I would suggest, to offer an alternate kernel with "aufs" (or unionfs) * sure, none of the two is in the mainline kernel, * I know about all the dis...
- Thu Jul 18, 2013 9:08 pm
- Forum: Interfacing (DSI, CSI, I2C, etc.)
- Topic: i2c-0 shows strange behaviour
- Replies: 10
- Views: 4114
Re: i2c-0 shows strange behaviour
I use an ATMega328 (currently for ease of development an arduino) to drive some sensors, a display and a thermal printer. Connected via i2c - it works, used it in other projects. And yes, it works on my "virgin" RPi's (with the standard kernel) The self brewn kernel seems necesary to overc...
- Thu Jul 18, 2013 5:19 pm
- Forum: Interfacing (DSI, CSI, I2C, etc.)
- Topic: i2c-0 shows strange behaviour
- Replies: 10
- Views: 4114
Re: i2c-0 shows strange behaviour
Trev, problems comes from brewing my own kernel: tried as in my original post on another RPi (B /R2) - nothing connected but my custom kernel. Get the same wierd output for i2c-0: address = data whereas i2c-1 gives the "normal" output (with the dashes only) i2c-1 works fine, never connecte...
- Thu Jul 18, 2013 6:37 am
- Forum: Interfacing (DSI, CSI, I2C, etc.)
- Topic: i2c-0 shows strange behaviour
- Replies: 10
- Views: 4114
Re: i2c-0 shows strange behaviour
ooops sorry, forgot to mention:
Model B, Rev2
512 MB
Model B, Rev2
512 MB
- Wed Jul 17, 2013 5:56 am
- Forum: Interfacing (DSI, CSI, I2C, etc.)
- Topic: i2c-0 shows strange behaviour
- Replies: 10
- Views: 4114
i2c-0 shows strange behaviour
Hi, (hope this is the right place ) I have 3 RPi's, two with external USB-Disk (for development), one booting from SD (aufs, modified kernel) for testing - which shows the strange results. What I did: changed cmdline.txt to get all boot messages to serial (and logging!) dwc_otg.lpm_enable=0 console=...
- Tue Jul 16, 2013 10:21 pm
- Forum: Advanced users
- Topic: aufs root filesystem
- Replies: 39
- Views: 35518
Re: aufs root filesystem
MatF, thanks for your note! Up to now I did not notice this - mainly because I use a dedicated script to first stop "all" application services (nagios, apache), then do a backup of selected directories to partition 3 (after mounting it rw and afterwards unmounting - its "emebedded&quo...
- Thu Jul 11, 2013 4:42 pm
- Forum: Advanced users
- Topic: aufs root filesystem
- Replies: 39
- Views: 35518
Re: aufs root filesystem
MatF,
thanks again - it worked like a charm! (Most likely I did something stupid, mixing versions)
RIchard
thanks again - it worked like a charm! (Most likely I did something stupid, mixing versions)
RIchard
- Wed Jul 10, 2013 11:41 am
- Forum: Advanced users
- Topic: aufs root filesystem
- Replies: 39
- Views: 35518
Re: aufs root filesystem
MatF
thanks a lot !
Whatsoever, I will try to cook the kernel - will come back with results
regards
Richard
thanks a lot !
Whatsoever, I will try to cook the kernel - will come back with results
regards
Richard
- Tue Jul 09, 2013 8:21 pm
- Forum: Advanced users
- Topic: aufs root filesystem
- Replies: 39
- Views: 35518
Re: aufs root filesystem
Hi MattF, in another thread (Root union filesystem on raspian: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=29&t=23154) micerinos was kind enough to point me to here, where I found your kernel - thought, my problems solved - but nope! Trying to follow the above recipies (btw: thanks to all ...
- Tue Jul 09, 2013 7:59 pm
- Forum: Advanced users
- Topic: Root union filesystem on raspian
- Replies: 9
- Views: 27306
Re: Root union filesystem on raspian
micerinos, gracias para contestarme - I did not see the mentioned thread ;) Anyway, I tried this ... and failed again :( Is there any "idiot-proof" guide to "how to checkout the right version" of this and that ? I desperately need a kernel with One Wire, i2c and any kind of overl...
- Sun Jul 07, 2013 10:05 am
- Forum: Advanced users
- Topic: Root union filesystem on raspian
- Replies: 9
- Views: 27306
Re: Root union filesystem on raspian
micerinos, I followed your excelent description ... but: already at doing the patch for unionfs I get errors: rfk@deb02:/var/www/ARM-RPI/raspberrypi/linux$ wget http://download.filesystems.org/unionfs/stable/unionfs-2.5.11_for_3.2.2.diff.gz –2013-07-07 09:37:18– http://download.filesystems.org/union...
- Wed Sep 14, 2011 7:16 pm
- Forum: Off topic discussion
- Topic: Why no xBSD ?
- Replies: 16
- Views: 5835
Re: Why no xBSD ?
<r>comming myself from Open- / Net-BSD:<br/> NetBSD is using the package-source which provides precompiled packages for every supported platform - including for ARM (see: "port evbarm" = <URL url="http://www.netbsd.org/ports/evbarm/">http://www.netbsd.org/ports/evbarm/</URL> and <URL url="http://ftp...