Software :: Errors In Execution Of Wireless Programs?
Feb 23, 2011
i tried to execute wireless programs on NS2 i found errors like command not found! but i executed wired programs on the same successfully is their any paths that i should setup for executing wireless programs?
and also i tried a simple c program in fedora7 which executed successfully but when i tried same program on .cc extension and complied with g++ -g filename.cc i found errors like cannot link to g++....why?
View 1 Replies
ADVERTISEMENT
May 13, 2010
I have never set-up a chroot-jailed environment before and I am afraid I need some help to do it well.To explain shortly what this is all about: I have a webserver to which users send python scripts to process various files that are stored on the server (the system is for Research purpose).Everyday a cron job starts the execution of the uploaded scripts via a command of this kind: /usr/bin/python script_file.pyAll of this is really insecure and I would like to create a jail in which I would copy the necessary files (uploaded scripts, files to process, python binary and dependencies).
I already looked at various utilities to create jails but none of them seemed up-to-date or were lacking solid documentation (ie. the links proposed in How can I run an untrusted python script)Could anyone guide me to a viable solution to my problem? like a working example of a script that creates a jail, put some files in it and executes a python script?
View 2 Replies
View Related
Apr 27, 2010
Do you know how to write a shell script that executes say 4 instances of the same program in different directories at the same time, and once ONE instance completes it executes a new instance of that program in a new directoryd so on, until 100 instances have been executed, each in their own directory
View 5 Replies
View Related
Feb 8, 2011
i have installed fedora14 on my system, while running the php programs errors are not displaying on the browser. display the error while running on the browser at localhost.
View 2 Replies
View Related
Jan 31, 2010
I've been trying to compile and install different terminal emulators:Eterm, aterm, and libAfterImage for urxvt.
I've been getting all these errors, and it seems odd to me. I did some fiddling awhile back enabling KMS with my radeon, install custom packages for xf86-ati, mesa, and libdrm. Could that or some other fiddling have broken these dependencies?
Here is an excerpt, with the full error log attached and here:url
Code:
In file included from libungif/../xwrap.h:5,
from libungif/../asim_afterbase.h:23,
from libungif/../afterbase.h:36,
from libungif/gif_hash.h:24,
from libungif/gif_lib_private.h:5,
code....
View 1 Replies
View Related
May 24, 2011
so the problem is that when I try to install anything with Software Center I get this error
Code:
installArchives() failed: Selecting previously deselected package alarm-clock-applet.
(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading
[code]....
View 3 Replies
View Related
Jan 20, 2010
is there anybody who could help me trace the error occurring during compilation/linking of ndiswrapper?The link below leads you to the outputopenSUSE Forums - View Single Post - Fritz WLAN Stik on SUSE 11.2 does not work
View 1 Replies
View Related
Jan 8, 2011
I am trying to install usb wireless network card drivers on to lucid. I didnt think i was soo much a noob but it has come apparent to me now.Anyway when i use 'sudo make' i get errors that i do not understand.
View 4 Replies
View Related
Jan 9, 2011
What distro is the easiest for a new person to get started? I also need wireless internet access. I've tried to do this once before with linux (mandriva as I recall, I gave up)before and had problems installing the programs that would allow that. Also are there Linux versions that I could install on my pocket PC?
View 8 Replies
View Related
Apr 16, 2010
I have a HP Pavilion dv7-2230sa During boot I get a series of errors about ACPI and AHCI Conflicts, the result of which I have to dissable ACPI with acpi=off. However when acpi=off my wireless Broadcom b43 series refuses to enable the wifi. I just can't press the button that would enable / dissable the wifi.
The wifi is detected, the drivers and firmware are installed, however the light remains firmly in the RED.the ethernet works, sound works fine, There also seems to be an issue with the ATi/Radeon Driver being missing which is causing fatal errors at boot time and also some memory conflicts again causing fatal errors.
I have tried this laptop under opensuse 11.2 and now under opensuse 11.3M5 without sucsess - however to my dislike Ubuntu have managed to resolve this by accident between 9.4 and 9.10 but i wanna use opensuse not ubuntu i have asked them to tell me how they fixed it to share it with you but I am still plowing my way through their forum!
[Code]...
View 9 Replies
View Related
Apr 11, 2011
Tired of installing ndiswrapper and everything to set up a wireless card? Try this!(might only work with Broadcom) Go to System > Administration > Additional Drivers. If you know the name of the brand of it (mine was Broadcom) it should come up. Install the driver. Tada! You've installed the driver simply!
View 5 Replies
View Related
Feb 22, 2010
I',m executing ping, but it didn't work, in order to find the mistake in my network I would like to know how to see the errors:
Code:
18 packets transmitted, 0 received, +12 errors, 100% packet loss, time 17038ms, pipe 4 I want to see this +12 errors. Could I do that?
View 2 Replies
View Related
Feb 26, 2010
I am running Valgrind on my program. It shows me two errors but mentions only addresses against them and not actual code even on a debug build.
The output is
==23002== Memcheck, a memory error detector.
==23002== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al.
==23002== Using LibVEX rev 1575, a library for dynamic binary translation.
[code]....
View 1 Replies
View Related
Dec 29, 2009
can open the programs pe-install, but can't open other programs or install new programs
View 4 Replies
View Related
Jul 12, 2011
i m using gcc to compile certain programs.they get successfully compiled but fail to execute.Here is a sample code and the error [tommy@tommy cprog]$ vi test.c
#include<stdio.h>
int main()
{[code]....
a similar problem arises with codeblocks for the same program.the error is the same even when it is just main() and absence of return 0;
the problem exists also on c++.i m using Fedora 15
View 5 Replies
View Related
Jun 22, 2010
I am trying to write a script to set the SGE job execution order. I named each job with 'job1', 'job2' and 'job3'. I want my script to do: When 'job1' execution is complete, 'job2' is executed; when both 'job1' and 'job2' are complete, 'job3' is executed.
First, I tried this following script and it worked well:
########
qsub -N job1 run1.sh # run1.sh includes "mv file_name1 file_name2"
qsub -N job2 -hold_jid job1 run2.sh # run2.sh includes "mv file_name2
file_name3"
########
[Code]....
View 7 Replies
View Related
Feb 8, 2011
We are on our first Linux platform and I am trying to coordinate a distributed application backup across multiple machines. I am trying to write a script in which I would have used RSH to execute scripts on the other servers. We are no longer allowed to use rsh, and someone suggested ssh. I am using that instead of telnet, but I am not sure of the syntax"rsh server [-n] path/executable" is what I would have used, just not sure of the syntax for ssh
View 8 Replies
View Related
Aug 11, 2015
I'm not sure if this is a Debian-specific question or a KDE question.
FYI:
uname -a
Linux DESKTOP 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04) i686 GNU/Linux
(Running KDE).
Question:
Upon logging in (typically, for the first time each day) I would like to see a console window/shell or a simple terminal-emulator/shell automatically open up.
The reason is: In order to get my .bashrc to execute I have to log-in, then bring up an xterm or some other terminal-emulator.
Background: My .bashrc has a once-per-day routine/section that will set up my desktop to look the way I want it on my initial log-in (primarily with my Java applications up/running and displayed and waiting for me).
Then, later on that day whenever I bring up new bash shells, my .bashrc is executed but that once-per-day routine/section is no longer executed.
View 5 Replies
View Related
Aug 31, 2010
what i need is to execute a script before reboot actualy the system reboot faster than the script execute how can we force the system to wait for the script complete execution
its for my 11g database [URL]
View 4 Replies
View Related
Aug 27, 2011
I have been trying to get my development box up and running and I decided to do some CGI work in Perl and I am getting a 500 error on Apache 2. I have checked all the perl settings and the script runs fine on the CLI. I am simply passing a textfield from a HTML form to Perl. I was using the standard CGI.pm calls but I modified the script just to use print statements to make the output page. The script has one textfield in it, as it was just supposed to test the CGI.
I have the UserDir directive active for my user and I did some modifications to allow CGI execution from my home directory /public_html/cgi-bin/. the script will not run from the main /var/www/cgi-bin directory either,that also returns a 500 error. the permissions are 755 on both copies of the script in the cgi-bin directories.
View 3 Replies
View Related
Jan 10, 2010
I need to find out the processing or operating time in milliseconds or in nanoseconds for the instructions or for the whole process!
for eg :
I need to calculate the time taken to execute :
And i dont want the time for whole program :
View 4 Replies
View Related
Oct 13, 2010
I have seen command like $rm aa dd cc bb ee then something like $ >> zz // it removes zz also Where aa dd cc bb ee zz are the files in my directory. Do not know exactly.
View 6 Replies
View Related
Oct 13, 2010
I have an application running in my machine.I copy the source code to make it run in another machine.I copy the libraries that are needed and paste it to the other machine.I am able to build without any problem and I get the executable. As soon as I start executing,the application crashes with the following message.
0x00110416 in __kernel_vsyscall ()
#0 0x00110416 in __kernel_vsyscall ()
#1 0x004a41d3 in __waitpid_nocancel () from /lib/libc.so.6
#2 0x0044259b in do_system () from /lib/libc.so.6
[Code].....
View 2 Replies
View Related
Mar 30, 2010
I have a file named "test.txt". It contains the following:
Hello $USER1
Your boss is $ADMIN1
Now, I want to do something like this:
export USER1="World"
export ADMIN1="Me"
cat test.txt > test2.txt
And achieve something like this when I view the contents of test2.txt:
Hello World
Your boss is Me
The problem is, it's not that easy to achieve. I don't want to do the "echo Hello $USER1 >> test2.txt" because I'm planning to implement this on a MB-sized text file.
View 5 Replies
View Related
Aug 7, 2015
I'm trying to save the output of the script I wanna run but for some reason I cant manage to do it with "script.sh > Output_4.txt"
The thing is that the script was already run and it extracted some directories so when I try to run it again (to save the log to a Output_4.txt) bash says (see screen-capture) and of course the log's empty!!!!
View 2 Replies
View Related
Apr 1, 2010
Now my script is able to start server, But I am still have some problem with my script. When the start server command is executed, the control does not pass the line and does not execute further of that line.what is the problem and how can I get smooth execution of the my script. My Script:
SUBIT="su - adminuser -c "
SERVER_BOX_COMMAND_A="Server"
##############
[code].....
View 1 Replies
View Related
Jan 4, 2011
In bash shell, is there a simple way for me to monitor the time taken to run a script and output the time taken?
View 1 Replies
View Related
Jan 8, 2010
Problem started after installing a new firewall in my network. originally after installing the firewall there would be a 10 second delay after entering a command before it was processed, the command would be executed however there would be an error, i forget what it said, something about not being able to resolve my domain name (and it would give my domain name). i realized this was a problem with my NAT, so i configured DNS forwarding on my firewall so that any attempt to access my server using my domain name from inside the network would point back at my server. after setting up the DNS forwarding i no longer receive the error about my domain name being unreachable, however there is approximately a 30s delay between entering a command and its execution.
the problem is hardly critical i do not see any more serious problems, it is just a pain to do any work when every time i try to do something i have to wait for it to execute.
View 6 Replies
View Related
Mar 14, 2011
How do I create a command to launch a program and then have the terminal wait for a specified time and then move on to the next command?I'm wanting to create a startup script, and I need program B to wait until program A has finished loading up.
View 2 Replies
View Related
Apr 2, 2010
I am using CentOS release 5.4 ( 2.6.18-164.9.1.el5xen ) and created an HPC cluster by using NIS ( for user authentication ) NFS ( as file system ) and mpich1 as parallel compilers and utilities and TORQUE as job scheduler. I want to make sure all users should use scheduler for job submission and should not submit the job directly ( qsub job.sh ).
I want to prevent all users from executing executable files created by self , from its home directory .
Suppose if a user create an executable a.out and if he tries to execute by ./a.out it should display an error.We should also allow users to execute normal user level linux commands .How can I implement such a set up in my environment
View 5 Replies
View Related