Tagged Questions

1
vote
6answers
47 views

segmentation fault when using pthreads , in a nondeterministic manner

The problem is that when I run the code below, on a single core, sometimes it runs correctly,and sometimes I get segmentation fault. Probably this problem will occure more frequently on a multi-core …
0
votes
0answers
3 views

HAProxy forwards the statistics request to the backends

sometimes the HAProxy instance forwards the Statistics Report request to the backends instead of serving the statistics by itself. i've tried with the following versions: 1.3.15.2 1.3.18 1.3.22 …
0
votes
0answers
3 views

Mount RootFS error: VFS: Cannot open root device “mtdblock4” or unknown-block(0,0)

My MTD partition is: Creating 5 MTD partitions on "Physically mapped flash": 0x00000000-0x00040000 : "UBoot" 0x00040000-0x00060000 : "BDINFO" 0x00060000-0x00100000 : "JFFS2" 0x00100000-0x00380000 : …
0
votes
0answers
20 views

What is the best linux file system and fs configuration for embedded systems

After experiencing some crash related file system outages (requiring manual fsck and repair, we are looking for the optimum file system and fs config for an embedded linux with HDD or SDD mass …
0
votes
5answers
61 views

linux distro for Embedded development??

Hi all, I have an embedded board . Can someone suggest an Ideal Linux distro for such a configuration, keeping in mind that it also needs to capture images in realtime. I plan to use Qt_Embedded for …
0
votes
0answers
10 views

Is there a bash script to parse the output of smaps

I need to parse the output of "proc/pid/smaps" on a linux system. Running a perl/python script on this system is not an option. I was looking to see if there's a bash script to do the same. …
0
votes
3answers
45 views

open failed: No such file or directory

I have built a standalone executable which references my .so object. both are in the same directory. when I try to run executable it gives me the following error: ld.so.1: myExec: fatal: …
0
votes
3answers
40 views

ssh remote command execution and ulimit

I have the following script: cat > /tmp/script.sh <<EndOfScript #!/bin/sh ulimit -n 8192 run_app EndOfScript which runs smoothly locally, it is always ok. But if I try to run it remotely …
1
vote
3answers
46 views

Linking 32-bit library to 64-bit program

Hi! I have a 32-bit .so binary-only library and I have to generate 64-bit program that uses it. Is there a way to wrap or convert it, so it can be used with 64-bit program?
0
votes
1answer
33 views

Serial port doesn’t send NULL values

I'm playing with an XBEE radio, I'm using Linux (Ubuntu 9.10) and the XBEE doesn't appear to send NULL values through the serial port when using MY code. When I use the XCTU program(stock term …
1
vote
0answers
22 views

Error on syntax for generating coverage data from multiple files using lcov in Windows

Hi all: I would like some help... I'm having trouble coming up with the syntax to generate coverage data from multiple files using lcov in Windows. I have gcov, lcov and genhtml installed on cygwin …
1
vote
3answers
126 views

map file in to the ram

Platofrm - Linux, Arch - ARM Programming lang - C/C++ Objective - map a regular (let say text) file to a pre-known location (physical address) in ram and pass that physical address to some other …
0
votes
0answers
92 views

linux cat example [closed]

Hi Can You please explain me why: 'cat < file.txt > file.txt ' makes file.txt empty ? best regrads
0
votes
0answers
32 views

How to automatically start supervisord on Linux (Ubuntu) [closed]

Supervisord does not come with an init script or does not indicate how to get it started automatically, ie. after a reboot. I've tried some user-contributed /etc/init.d scripts, but they all fail. …
0
votes
0answers
37 views

SSH if command output is more than about 5 lines [closed]

Hello I'm baffled by the following issue I'm currently experiencing. I have a Debian 5.0 Linux server connected via an ethernet cable to my DSL router. My laptop is running Windows 7 and is connected …

1 2 3 4 5 347 next
15 30 50 per page