General :: Validation Failed In NS2.34 In Ubuntu 10.04 Remix
Aug 28, 2010
I have installed Ubuntu 10.04 remix in my new hp mini 110 netbook and I have succeeded in installing NS2.34 after a so many trials but now after running ./validate some of the tests have failed. Is my ns2 installation not successful?
Some non-portable tests also failed:
./test-all-srm ./test-all-smac-multihop ./test-all-hier-routing ./test-all-algo-routing ./test-all-mcast ./test-all-vc ./test-all-session ./test-all-mixmode ./test-all-simultaneous ./test-all-webcache ./test-all-mcache ./test-all-plm ./test-all-wireless-tdma ./test-all-satellite to re-run a specific test, cd tcl/test; ./test-all-TEST-NAME
View 6 Replies
ADVERTISEMENT
May 11, 2011
I have just installed NS2.34 in my Ubutun 10.04. I have installed it successfully, but I got some failures in validation.
Validate overall report: all portable tests passed but some non-portable tests failed:
./test-all-srm ./test-all-smac-multihop ./test-all-hier-routing ./test-all-algo-routing ./test-all-mcast ./test-all-vc ./test-all-session ./test-all-mixmode ./test-all-webcache ./test-all-mcache ./test-all-plm ./test-all-wireless-tdma
I read the post of [SOLVED] Validation failed in NS2.34 in ubuntu 10.04 remix and followed the steps there. But, the same problem remains. I think the problem may be due to my 64-bit operating system.
View 2 Replies
View Related
Jun 11, 2009
After many modifications, I managed to install ns2.28 , but some validation tests failed. I got the following message at the end of validation test:
validate overall report: some tests failed:
./test-all-simple ./test-all-tcp ./test-all-testReno ./test-all-newreno ./test-all-sack ./test-all-tcpOptions ./test-all-sack-full ./test-all-tcpVariants ./test-all-LimTransmit ./test-all-aimd ./test-all-greis ./test-all-rfc2581 ./test-all-sctp ./test-all-tcpHighspeed ./test-all-frto ./test-all-friendly ./test-all-srm ./test-all-realaudio ./test-all-ecn ./test-all-ecn-full ./test-all-quickstart ./test-all-hier-routing ./test-all-lan ./test-all-mcast ./test-all-vc ./test-all-mixmode ./test-all-red ./test-all-adaptive-red ./test-all-red-pd ./test-all-rio ./test-all-vq ./test-all-rem ./test-all-gk ./test-all-pi ./test-all-cbq ./test-all-schedule ./test-all-jobs ./test-all-intserv
to re-run a specific test, cd tcl/test; ./test-all-TEST-NAME
Notice that some tests in webcache will fail on freebsd when -O is turned on. This is due to some event reordering, which will disappear when -g is turned on. I tried to run the test individually one after another, but that is too time consuming, it prompts for permission after every test and thus runs many test & opens a lot of xgraph window. The tests I run so far individually, agreed with the reference output. Now I am wondering, should I report a bug about it, or should I hire a kid to run those failed 40 tests( which require hitting the ENTER key 1200 times,maybe ), or what else should I do.
View 14 Replies
View Related
Jul 3, 2010
I have a Dell Inspirion 3500 laptop with the following specs pentium II 266mhz processor floppy drive (registers in BIOS, attached to serial port in back) CD-ROM drive (doesn't registers in BIOS, although is displayed in system intialization prior to boot) 4 GB hard drive (wiped with Darik's Nuke and BOOT floppy disk)
I have tried to boot from all sorts of Windows CD's and Linux CD's. None will boot. So I choose to boot from USB. Since It is such an old laptop I needed to load the USB drivers before booting. SMART BOOT MANAGER failed. PLOP BOOT MANAGER booted to its own menu. It still would not boot to CD. So I tried putting an exact copy of the remix ISO onto a USB and loading it. This failed so I used UNETBOOTIN to extract the ISO to USB. PLOP finally recognized it and loaded the UNETBOOTIN MENU. From there I load the Graphical environment (since the dev said it wont load any other) Then UNETBOOTIN loads the REMIX into the "LIVE ENVIRONMENT" from USB. Once I was in the "LIVE ENVIRONMENT" I right clicked and opened a "TERMINAL EMULATOR" and from there I ran the �sudo ./install.sh� command to install it from the USB stick (dev's instructions). From there it says it can only install to a single blank hard drive of at least 500mb, but it makes no allowance for alternative hardware or software changes. Is it possible that since I have a floppy,cdrom,and usb stick installed during the install that it is causing an error? I choose yes.I enter username , then click yes.Then I choose hostname , and click yes. Now for the final step It says that the drive has partitions or filesystems in place. Here is what it displays
[Code]....
View 2 Replies
View Related
Apr 22, 2010
I've just finished my 100% total move from Windows after 2 years of developing on two different systems, one Slackware and one XP. I have come away from Slack because it was just taking too long to maintain the rapid advances in development tools and have now moved onto Ubuntu full time.
The last tool I was using on Windows was Dreamweaver, and not for editing (I had Bluefish for that) but for the HTML validation that worked offline. Thing is, I now can't find anything similar on Ubuntu. I've no idea how to get the W3C Validators working offline and the last two add-ons I tried with Firefox didn't work. Anybody know of any packages with reliable HTML and CSS validation that works offline? An offline link checker would also be useful.
View 1 Replies
View Related
Dec 17, 2010
sudo mkdir /etc/adobe=(created a directory in /etc named Adobe)correct?echo "OverrideGPUValidation=true" >~/mms.cfg=(created a text file in my Home directory named mms.cfg which contained the text...OverrideGPUValidation=true...correct?sudo mv ~/mms.cfg /etc/adobe/=(moved from my Home directory to /etc/adobe mms.cfg) correct?These commands were part of a flash tutorial but they did not work.So I cd'd into etc and using sudo tried rm -r /adobe. Basically Iwant to undo what those 3 commands did.Link to tutorial=(Flash in fullscreen is choppy, completely white or crashes)[URL]
View 4 Replies
View Related
May 24, 2009
This question is regarding squid based security. We would like to enforce browser security onto our users and would like to know if anyone has performed this. Our goal is to check a users browser version/plugin level before allowing them to access the internet in our organization. If their browser does not meet a standard compliance level such as patches or if they are using i.e. 5.0 we would redirect them to a page telling them that they need to update their browser before access will be permitted. Has anyone performed any types of checks like these?
View 4 Replies
View Related
Sep 10, 2009
I want to validate a web form using PHP. I spent ages confusing myself with client side scripting and realised until I worked out it is not what I want. My problem is that now I am looking at PHP and everything is mixed up in my brain. I need to point out that PHP is very new to me! This is what I already have:
1 An html page with my form on it.
2 PHP page which emails the contents of the form to me.
The above works well. For the sake of clarity, here are my pages (cut down to the essentials where appropriate): My html form:
first name surname
Email
Home phone
Mobile
Work phone
I have read and understood your terms and conditions. My php script (regform.php)
$receiver = 'me@email'; $subject = 'New registration'; #$message = 'This is a new registration.'; $surname = $_POST['surname']; $firstname = $_POST['firstname']; $address = $_POST['address']; $email = $_POST['email']; $homeph = $_POST['homeph']; $mobileph = $_POST['mobileph']; $workph = $_POST['workph']; $time = $_POST['time']; #from here $oldaddress = $_POST['oldaddress']; $DOB = $_POST['DOB']; $elect = $_POST['elect']; $job = $_POST['job']; $salary = $_POST['salary']; $employer = $_POST['employer']; $benefit = $_POST['benefit']; $smoke = $_POST['smoke']; $claim = $_POST['claim']; $children = $_POST['children']; $children2 = $_POST['children2']; $pets = $_POST['pets']; $pets2 = $_POST['pets2']; $require = $_POST['require']; $terms = $_POST['terms']; $rooms = $_POST['rooms']; $body = "first name:$firstname
surname:$surname
DOB:$DOB
email:$email
home phone:$homeph
mobile phone:$mobileph
work phone:$workph
address:
$address
time at this address:$time
previous address:$oldaddress
electoral register:$elect
employment:$job
employer:$employer
salary:$salary
benefit claim:$benefit
future benefit:$claim
children:$children
ages:$children2
pets:$pet
pet type:$pets2
other requirements:$require
terms:$terms"; $headers = 'From: email' . "
" . 'Reply-To: email "
" . 'X-Mailer: PHP/' . phpversion(); mail($receiver, $subject, $body, $headers, "From: $firstname $surname
" . "Reply-To: $firstname $surname class="inlineimg" />;
You can see there are many more form fields than I have shown in my example html form above. What I want is that the following fields have to be filled:
1 mobileph
2 email
3 terms (checkbox)
I would like the user to be asked to fill the form in properly if any/all of the 3 fields have not been filled in. I imagine I need some php in the html page and some more in the php page. I am certainly not asking any one to do this for me but I am really confused. I have googled and copied and pasted and edited for 6 hours and I am lost. What I want is a very simple and clear example of the code needed. Sorry if I sound as if I can't search properly on Google: in this case I clearly can't!
View 2 Replies
View Related
Jan 12, 2010
The * would not have to be because it means everything [az] [0-9 ][$%&!"/()=?'=) but not how to solve[URL]..
ls [0-9a-zA-Z]*[@]*[gmail | yahoo | hotmail]*[.]*[com]
ls [0-9a-zA-Z][.-_][0-9a-zA-Z]*[@]*[gmail | yahoo | hotmail]*[.]*[com]
View 2 Replies
View Related
Jun 9, 2010
I'm writing a code to get the index of the last occurrence of a given substring in a string.
Code:
int StringHandler::lastIndexOf(string src, const string s) {
unsigned int lastIndex = string::npos;
if (src.find(s, 0) == string::npos) {
return -1; } else {
bool isLast = false; unsigned int i = 0; do {
lastIndex = src.find(s, i);
if (lastIndex != string::npos) { i = lastIndex + 1;
if (i == src.size()) { isLast = true;
} } else { isLast = true;
} } while (!isLast);
} return lastIndex;
}
My problem is: execution steps into an if with a false condition! Check the values of i and src.size() at the right panel. How could be possible for the program to run the highlighted statement? The if condition above is false! [URL]. I could use char arrays, for example, but this kind of false validation has happened to me more than once, I'm using G++ 4.5 with these flags: -O0 -g -Wall -c
View 3 Replies
View Related
Apr 1, 2010
I am doing a perl script validation for Phone numbers. The normal phone number format is 01-32145. I need to do two validations for the phone number
1) A valid phone number can have at least two digits as prefix and at least five digits as postfix. e.g. 01-01011
2) A valid phnoe number can't contain only the digit "0" in either area code or phone number e.g. 00-11111 or 01-00000 is not allowed.
I am able to do the first validation, but not the second. I am pasting my code part here. How to add the second validation inside my current code.
open(TMPOUTPUT, "<$tmp_output_file") or die "Can't open output";
open(OUTPUT, ">$output_file") or die "Can't open output";
while ($line = <TMPOUTPUT>) { $line =~ s/ +
//; ($cur_phone, $xxxxxx, $xxxxxx) = split(";", $line);
($cur_phone_prefix, $cur_phone_postfix) = split("-", $cur_phone);
$length_prefix = length ($cur_phone_prefix);
$length_postfix = length ($cur_phone_postfix);
if ($length_prefix < 2 || $length_postfix < 5 ) {
print "Invalid phone number: $cur_phone ";
} else { print "Valid phone number: $cur_phone ";
} } close TMPOUTPUT; close OUTPUT;
View 9 Replies
View Related
Apr 8, 2010
I am having a huge problem checking the data I input to make sure it is correct. What I am trying to achieve is when I input a value, it will check if the input is all digits and if it is not, check to see if it contains certain alphabets. Thus for example, if I were to input in data such as "11A" , the program will then inform me "There is an important alphabet in the program." This would be my expected output. Here is the program I have wrote...
Code:
int test(string r ){ const int arraySize = 10;
char array2[arraySize2] ={'A','B','E','F','G','H','J','K','N','O','P','Q','R','S','T','U','W','Y','Z'};
for(int cntr = 0; cntr <r.length(); cntr++)
if(!isdigit(r[cntr])){ for(int new1 =0; new1<arraySize2;new1++)
for(int cntr1 = 0; cntr1 <r.length(); cntr1++)
if(array2[new1] == r[cntr1]){ return 2; //will return2 when it finds the same
// char in the array and the string r. } else{ return 3;
//will return 3 when there is a char
//in the string which isnt in the array
} } else { return 1; // will return 1 when string is all digit.
} int main() { string r = "11D"; test(r);
if(test(r) == 1) { cout << "ALL ARE DIGITS" << endl;
} if (test(r)== 2) {
cout << "There is an important alphabet in the program." << endl;
} if (test(r)== 3) { // testRoman(r);
cout << "There is an Alphabet in the String which is not in the Array" << endl;
} }
So, the problem I am facing is when I input in data such as 11 or A , the prog will come out the right input. But if I were to put in data such as "11A" , the output coming out will be "ALL ARE DIGITS". The problem which causes this seems to be in the return statement , as once as it finds the first char which is a digit, it will then return 1 and not continue checking the rest of the string. Is there a way I can stop or continue a loop if it has met the condition I stated? What I can do or any other way available for me to check my input?
View 4 Replies
View Related
May 24, 2010
I'm going to install Netbook remix on my 4GB flash drive. Will 4 GBs be enough? How much space will be left for data?
View 2 Replies
View Related
Jun 16, 2010
I have gateway m305crv that I recently installed ubuntu remix 9.04 on. After installation, no internet wired or wireless. I have tried to troubleshoot however I feel that I need to get my wired connection.
View 2 Replies
View Related
Sep 23, 2010
I've got Ubuntu 10.04 NBR installed on my netbook. I've not really delved under the hood of Ubuntu, so I've got myself stuck pretty rapidly. I'm running all this as root through "sudo su - root" if it helps.I'm trying to monitor my drive (/dev/sda) and have edited the following information into /etc/default/ smartmontools.
View 1 Replies
View Related
Mar 25, 2010
I have a Dell Mini 9 running Ubuntu Netbook Remix. I would like to switch to Jolicloud (which is based on UNR.) I would like to know if it's possible to easily upgrade/move from UNR to Jolicloud, or if I must do a fresh install.
View 1 Replies
View Related
Jul 11, 2010
I am using an asus eee pc and running ubuntu netbook remix on it. This morning I had an issue with the go home applet. When I click on it, it is not active and the alacarte menu won't appear. If at all I want to open firefox, I have to do it through the terminal. I tried to uninstall alacarte and reinstall it. But it is not working and the go home icon remains inactive.
View 1 Replies
View Related
Apr 24, 2010
just a quick question, if i install the ubuntu netbook remix, is it possible to sync my ipod with it?, and how would i do this? i have played around with linux before, but never quiet figured out how to do it. i have the newest classic, 160gb
View 2 Replies
View Related
Oct 16, 2010
I've just installed 10.10 Netbook remix on my netbook and I am experiencing problems with the applications requiring repeated clicks to launch. Has anyone come across any fixes to this issue? I have reverted to logging into a Desktop session in the meantime but do like the netbook optimised screen layout.
View 3 Replies
View Related
Jan 5, 2010
Using eeePC1000 with Xandros installed and investigating installation of Ubuntu, especially seeing that there was a netbook version. Have had some problems creating a bootable USB, but followed a thread on the netbook forum that I think will be useful. Before going ahead I wanted some advice on a few things:
- does the Ubuntu OS install over Xandros or is there work to be done post install to clear Xandros out?
- if i want to keep using Thunderbird, StarOffice etc. as supplied with Xandros can I install these to Ubuntu?
Sorry if above all seems obvious: sites I've been to, or books are great at telling you about how good the OS is and how to install but nothing on what happens to the old OS.
View 9 Replies
View Related
Feb 4, 2010
I am trying to install Ubuntu Netbook on an iiView A2. I realize this is not necessarily supported according to the Ubuntu documentation, however, one of my friends who has the same netbook was able to accomplish this with no issues. The computer boots up from the USB just fine, I get to the menu and choose install Ubuntu. I see a cursor flash on the screen for a second and then the Ubuntu logo. Immediately after seeing the Ubuntu logo the screen goes black (or blank) and I get no HDD activity (or any other activity). I have let it set for quite some time but it does not appear to be doing anything. This same kind of thing happens when I choose Try Ubuntu without installing from the initial menu after boot.how to install from the command line and edit xorg.conf later?
View 2 Replies
View Related
Aug 30, 2010
Why i cant change from 800x480 to 1024x600, that this model of EEE pc doesnt support anything higher than 800x480 at the 10:1 ratio...
Firstly my question is, is it ACTUALLY possible to 'overclock' this type of netbook to run a higher res?
Im running ubtuntu netbook remix 10.04 and am new to linux (again, so sorry) so be nice, and ive tried getting my head around this 'sudo' stuff, and the xorg.conf file (which is nowhere to be found) and ive even tried a program calld astray but im pretty sure ive exhausted my patience as trying to self-teach . . .
And ive also tried to much around with xrandr or whatever that command was.. but i cant really get my head around it, and it kept telling me the resolution didnt exist ect...
View 1 Replies
View Related
Mar 20, 2010
I'm a new netbook owner considering installing Ubuntu Netbook Remix. Is it possible for me to download it to a usb drive and test it out with out installing it (similar to what can be done through the CD drive on desktops/laptops)? I'm worried about not being able to fully get into swing with Ubuntu fast enough to get my schoolwork done, so I'm wondering if I can try it before I actually install it. If I do install it and don't like it, can I revert easily back to windows?
View 1 Replies
View Related
Apr 4, 2010
I am trying to run Telekast on Ubuntu 9.10 Netbook Remix. I downloaded the zip file from [URL] but I do not seem to know how to run this program.
View 2 Replies
View Related
Apr 4, 2010
I dont have a netbook and i want ubuntu 10.04 desktop is there a terminal command that lets you switch?
View 1 Replies
View Related
Apr 14, 2010
I'm trying to install ubuntu remix on an Asus Eee PC 1005P. I've downloaded the files from ubuntu and copied them to a usb stick. I have changed the boot order and still windows 7 comes on automatically.
View 1 Replies
View Related
May 1, 2010
I'm just coming back to Ubuntu after last seeing a GNOME desktop almost a year ago now. Just installed the new 10.04 version on my EEE 1000h with little to no problems. However, since then I've been kinda lost. Is it just me, or has Ubuntu been changed substantially over the last two distributions?
1) How do I change the netbook remix desktop mode? I like the left menu design, however I like the traditional desktop even more. Unfortunately I can't seem to find the desktop mode switcher anywhere.
2) Where is the grub menu.lst found? Looked in the /boot/grub/ folder and it doesn't seem to be there anymore.
3) Where's my multi touch? Do I have to install a package or configure a setting somewhere? With Jaunty it was a simple install and play. This time it doesn't seem that way at all.
View 3 Replies
View Related
May 6, 2010
I have this mac mini laying around. It runs leopard fairly okay. I was wondering if it would be able to run Ubuntu netbook remix. I figure it would run fine, I'm not exactly sure though. I just want to get it running so my brother has a computer to use.
View 8 Replies
View Related
Jun 12, 2010
I know this is a long shot, BUT Is there any way to implement the Netbook Remix 10.04 GUI into Windows 7? As in basically making Windows 7 look and act like the GUI in Remix. I love the GUI, and if it's impossible, I'll just suck it up and dual boot, the 30 gb Win7/XP partition is bugging the crap out of me. Just wondering if there was something out there that made this thing possible.
And for the record, I'd switch back to full linux when my card is supported in october =P
View 4 Replies
View Related
Dec 1, 2010
I can't delete anything on my Ubuntu Netbook remix. Every time I click something, it just opens automatically. There's no way to highlight it to then hit the delete key. Right clicking does nothing.
View 3 Replies
View Related