Ns2.35 But Last Part Of Validation Message Shows Some Tests Failed

I using Ubantu 14.04 with 64 bit . I tried to install ns2.35 .Last part of validation message is shown below… How to correct the error..?Is it a dependency problem? How can i correct it? Thanks in advance…….


Quote:

These messages are NOT errors and can be ignored:
warning: using backward compatibility mode
This test is not implemented in backward compatibility mode[

validate overall report: some tests failed:
./test-all-tcpLinux
to re-run a specific test, cd tcl/test; ./test-all-TEST-NAME


Similar Content



How To Run Shell Script In Any Folder Except The Folder Which Contains The Shell Script

I am using a shell script named by test.sh, for example containing
Code:
address="$PWD"
echo "$address"

.
If I put it in folder temp1, and run test.sh, then it will give me the address of the current directory. But if I am now in folder temp2, and I want to run test.sh, I always need to copy test.sh to folder temp2, and then run it. Is there a way that I can run test.sh without copying it? I am not root user.

Problem In Upgrading CPAN

Hello,

I am trying to upgrade CPAN and getting the following errors.
Please suggest how to proceed.


" CPAN.pm: Going to build A/AN/ANDK/CPAN-1.9800.tar.gz

Importing PAUSE public key into your GnuPG keychain... done!
(You may wish to trust it locally with 'gpg --lsign-key 450F89EC')
Checking if your kit is complete...
Looks good
Writing Makefile for CPAN
Could not read '/root/.cpan/build/CPAN-1.9800-qmv5vY/META.yml'. Falling back to other methods to determine prerequisites
Can't exec "make": No such file or directory at /usr/share/perl/5.10/CPAN/Distribution.pm line 2003.
ANDK/CPAN-1.9800.tar.gz
make -- NOT OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Failed during this command:
ANDK/CPAN-1.9800.tar.gz : make NO "


fyi, I am using Debian Squeeze.


Thanks in advance,

---
Anji

Toshiba A205-S4577 Will Not Boot.

I have a Toshiba laptop that will not boot. I get to the grub menu which gives me the option to load Ubuntu, Ubuntu recovery mode, or a couple of memory tests.

If I select Ubuntu I get a black screen with a flashing cursor in the top left corner.

Selecting recovery mode gives me a lot of messages with the last one being "EDD information not available".

The memory test option does not return any errors.

If I try booting Mint from a bootable DVD I get the Mint screen and then it goes gray with a flashing cursor in the top left corner.

Any suggestions?

Which Distro Is The One For Me?

After many years of bitching, whining, complaining, etc. about windows I think I'm finally ready to bin it. Especially as they seem to be going down the touch screen or nothing route. What about us people with crippled fingers? Anyhoo, I've started looking into Linux and I like. Problem is, there's so much to choose from. I like being able to test them out via usb stick, still, which one's for me. I don't want to test them all one by one. There must be a better way, lol. So please can someone tell me what it is?

Waf Command In Ns3

I need to run the script qos-test of wimax with the "./waf --run qos-test" command but an error says that ./waf doesn not exist. waf do exist at the high level on ns3 but soesnot exist at "ns-allinone-3.21/ns-3.21/src/wimax/test"
what should I do?

Problem W/.bash Script... Need Help

I'm trying to loop through a query in SQLDeveloper by passing the query a different Period and I'm having a problem getting the syntax correct.

Individually the following works correctly on its own:

Code:
#!/bin/bash
 for i in `seq -f "%02g" 1 5`;
    do
    echo $i
 done

$ ./test.sh
1
2
3
4
5

the following also executes correctly:

Quote:
sqlplus table1/$userpass@Mytable <<EOF
@./sqlcode.sql $i
EOF
but when I try to wrap the loop around my sqlplus command

Code:
#! /bin/sh
userpass=read
for i in `seq -f "%01g" 1 3`;
  do
        sqlplus -S  table1/$userpass@Mytable <<EOF
        @./sqlcode.sql $i
        EOF
done

I get the following error:

./test.sh: line 13: syntax error: unexpected end of file

Does anyone have any ideas on what's going on?

Rsync: Opendir "/db/pluto/test" Failed: Permission Denied (13)

I am getting the below error when try to run a perl script which copy mysql db using resync.

Could anyone please help



Creating log directories
Initializing data
WARNING: Use of this system is restricted and monitored!
This system is for the use of authorized users only. Individuals using
this computer system without authority, or in excess of their
authority, are subject to having all of their activities on this system
monitored and recorded by system personnel. In the course of
monitoring individuals improperly using this system, or in the course
of system maintenance, the activities of authorized users may also
be monitored. Anyone using this system expressly consents to such
monitoring and is advised that if such monitoring reveals possible
evidence of criminal activity, system personnel may provide the
evidence of such monitoring to law enforcement officials.
receiving incremental file list
rsync: opendir "/db/pluto/test" failed: Permission denied (13)
sent 12 bytes received 130 bytes 284.00 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 2 3) at main.c(1505) [generator=3.0.6]
Aborting : Database copy from primary to secondary failed.

Ruby Upgrade 1.8.7 On CentOS 5.10

We're unable to upgrade our environment beyond CentOS 5.10. This is a webserver that has certain reliances to the specific version of the OS, long story short.

I was asked to install a plugin for Redmine that requires at least ruby 1.8.7 so I cloned our VM as a new machine to test functional checkout. The problem is, the existing installation of Ruby was also installed ad hoc (not from any repo or yum methods) and it's currently at 1.8.5. The 1.8.7 version I tried to install gives me the following:
Quote:
# rpm -Uvf ruby-1.8.7.374-2.el6.x86_64.rpm warning: ruby-1.8.7.374-2.el6.x86_64.rpm: Header V3 RSA/SHA1 signatu NOKEY, key ID c105b9de error: Failed dependencies: rpmlib(FileDigests) <= 4.6.0-1 is needed by ruby-1.8.7.374-2.el6.x86_64 ruby-libs = 1.8.7.374-2.el6 is needed by ruby-1.8.7.374-2.el6.x86_64 rpmlib(PayloadIsXz) <= 5.2-1 is needed by ruby-1.8.7.374-2.el6.x86_64 ruby = 1.8.5-31.el5_9 is needed by (installed) ruby-irb-1.8.5-31.el5_9.x86_64 ruby = 1.8.5-31.el5_9 is needed by (installed) ruby-rdoc-1.8.5-31.el5_9.x86_64 ruby = 1.8.5-31.el5_9 is needed by (installed) ruby-ri-1.8.5-31.el5_9.x86_64
It appears as though this particular version was intended for CentOS 6 and, as I've known from previous experience, dependency hell is upon me. So, the question becomes, has anyone successfully upgraded ruby without tinkering with the OS version upgrade and, if so, might you have a HOWTO that prevents dependency hell? This, short of installing from source, is headed in the wrong direction real quick so I'm trying to stick with the RPM method. But, obviously, I'll listen to anything at this point.

Half Bandwidth Over Wireless

I'm experiencing something kind of weird.

When I test my network speed (Speakeasy and speedtest) I get about 25/25mbps. Internally however although unmeasured it seems to be full 100mbps. Other computers and devices on wireless are getting about 50/50 mbps on the same tests. The problem is definitely specific to this laptop and specifically outside the local network.

Any thoughts?

X11 Connection Rejected Due To Wrong Authentication

hi experts

I got a bit of problem with the below situation:

Code:
root@kvm_host1:/mnt/nfs# virt-manager &
[1] 4663
root@kvm_host1:/mnt/nfs# X11 connection rejected because of wrong authentication.

[1]+  Done                    virt-manager
root@kvm_host1:/mnt/nfs# su test
test@kvm_host1:/mnt/nfs$  virt-manager &
[1] 4679

As you can see, I ssh into my ubuntu host with user test, but during some nfs config I su into root, then try to launch virt-manager GUI via X11. Which obviously fails I guess since root wants to launch X11 session but I established the session as user test.

My question is this: Is there a way to stop this from happening? to allow my root to launch the GUI as well?

Thanks