Software :: Installing Ns-allinone-2.34 On Fedora Core 12?
Mar 25, 2010I tried to install the ns-allinone-2.34 on Fedora Core 12 but I got an error as below.
[Code]...
I tried to install the ns-allinone-2.34 on Fedora Core 12 but I got an error as below.
[Code]...
I downloaded the patch and then followed the instructions but still I get the error message when run the following command I am using ns2.32 on fedora 14.
ns DRR1.tcl
Starting Simulation...
[mujtiba@ddos project result]$ nam:
[code omitted because of length]
: no event type or button # or keysym
while executing
"bind Listbox <MouseWheel> {
%W yview scroll [expr {- (%D / 120) * 4}] units }"
invoked from within
"if {[tk windowingsystem] eq "classic" || [tk windowingsystem] eq "aqua"} {
bind Listbox <MouseWheel> {
%W yview scroll [expr {- (%D)}] units }
bind Li..."
how to install libaio pkg in Linux fedora core 2 os.
View 3 Replies View RelatedI try to compile and install the MPlayer but I always get the error when i run the command ./compile --enable-gui. I already try to install all the missing package.
But now I get the error as below:
Code:
Error:
I try to using yum search X11 to search the package but too many packages return there. I don't know which one I need to install it. So I try using yum search X11-devel than it return 1 package there.
I'm trying out Fedora 14 on an Asus EeePC 1000 netbook.I'd like to install just the basic Gnome interface, its helper applications and Gedit &cI don't want openoffice or evolution &c on this small net book.How would I go about choosing the appropriate packages at install time?If this is documented anywhere, just point me at the page!
View 2 Replies View RelatedI'm having some trouble installing the php-development package on my fedora core 6 server.
Code:
yum install php-devel
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
[Code]...
i download the rpm package of gcc .
View 10 Replies View RelatedI just loaded F14 on an old Dell Dimension 3000 with a dual core processor but only one is showing. Here's the output from top:
processor: 0
vendor_id: GenuineIntel
cpu family: 15
model: 4
[Code]....
I have created a virtual machine of a system running Fedora Core 4 and I need to upgrade it to Fedora Core 10. Based on what I have read, it iis possible so I started theupgrade process. I get an error message saying that /dev/hda6 (my root paritition does not exist) even though it does.
Does the installer need to read a label from /etc/fstab? I executed tune2fs -L / /dev/hda6 amd ,and added LABEL=/ for the corresponding entry for fstab. but the FEDORA CORE 10 is still giving the same problems for the installation process. Should I upgrade to an intermediate verson like Fedora Core 7 first?
I am in school for my CIS degree and the book I am using this session covers Windows XP and Fedora Core 4. I am having trouble finding & downloading Fedora Core 4. My question is: Is there a big enough difference between Fedora Core 4 and Fedora Core 14 that I would not be able to use 14 instead of 4?
View 14 Replies View RelatedI need to install ns-allinone-2.1b9a, I install it in Ubuntu 10.10, i reference to some installation experiences, but there is still some mistake, "Syntax error: Underminated quoted string. tcl8.3.2 configuration failed! Exiting tcl is not part of the ns project" What should I do?
View 1 Replies View RelatedI'm trying to install ns-allinone-2.34 in Ubuntu 10.04 using vmware workstation and while installing i got -
[Code]...
I'm trying to setup CentOS 5.4 x86_64 on a new machine but am running into problems. The machine is: CPU: Intel Core i7-860 RAM: 4GiB DDR3 Motherboard: Intel DQ57TM When booting from the disc, I get to the initial splash screen but almost immediately after that, I get a kernel panic.
None of the lines leading up to it mean much to me so I'm not sure what to copy here but the last line says: <0>Kernel panic - not syncing: Fatal exception
I installed 11.2 on a Lenovo G460
CPU: Core i3
Graphic: Intel HD 4500
And I got a black screen. Installation media (DVD) is healthy.
i am running gigabyte GA-M68M-S2P and AMD sempron 2.7. the problem is when i try to run dual core. it will boot and run for 2mins then it crashes. single core runs perfect.
View 6 Replies View RelatedI have a command line OCR program called OCR Shop XTR (Vividata corp) that I am using on a system with a 6-core AMD chip. I changed the bios so that the 6-cores were activated, but htop shows me that while the program is running, I am only getting activity on one core (the program maxes out the one core with consistent usage between 97% and 100%).
I have read that many programs are not written to take advantage of multiple core cpu's. However, I am just hoping that there is some way to get this program to take advantage of the extra cores. Does anyone know of a way to invoke programs from the command line which would spread the workload out among additional cores?
Here is the output of uname -a:Linux linux 2.6.37.1-1.2-desktop #1 SMP PREEMPT 2011-02-21 10:34:10 +0100 i686 athlon i386 GNU/LinuxAnd here is the output for one of the cores from cat /proc/cpuinfo:processor : 5
vendor_id : AuthenticAMD
cpu family : 16
model : 10
model name : AMD Phenom(tm) II X6 1100T Processor
stepping : 0
[Code].....
Just a quick question. Does Kubuntu Karmic support core 2 E8500 out of the box or do you need the SMP kernel?
View 3 Replies View RelatedIs there any Linux API that will let me control on what core will a thread run? If not, do I have to use assembly language?
View 2 Replies View RelatedI have now installed Wheezy on two different hard drives and in each case it seems only one CPU of my dual core CPU computer is recognized. System Monitor, Gkrellm and lscpu show just one when prior to the new install the old Wheezy showed both CPU's. I have put the hard drive into two other computers with dual core CPU's and all show just one CPU.
Interestingly System Profiler and Benchmark (hardinfo?) > Devices > Processors now show a large amount of processor infomation when with the old Wheezy I would only see both CPU's listed and nothing else.
I've a Compaq CQ61 laptop, and i noticed that one of the cores is always at 100%.
I didn't check the duration of the battery but surely it will "eat" my battery in a hurry
I recently read in a forum that by default the Linux kernel only activates one of two cores in a dual core processor. Searching online gave one option to find out and that was the mpstat command. I therefore ran the command and got the following output.As the result says, it shows only 1 cpu. I was wondering what I could do to activate both cores in my machine, and whether doing so was going to cause me any problems.
View 14 Replies View RelatedAssume someone bind a particular process to a particular CPU core(In multi core machine) by using sched_setaffinity() like functions. Then how we can get that process running core id and CPU core utilisation of that process on that running CPU core(Pragmatically or by a Linux command)?.
View 5 Replies View RelatedI've a program that launches new processes, and wait for them to die before it exits. So, for example, my program is a process, and it launches 3 more processes, and when the 3 child processes end, it will exit.
As you see, at end of the example, the program used a total number of 4 processes.
1 - Now, I'm running this program in a CPU with 4 cores. This means that the program used each core for each process?
2 - How can I know which core the program used?
I have created mobility of 20 nodes and vbr traffic using following attached script I executed the file as ns234 vbr.tcl I got the vbr.tr and vbr.nam but I was unable to load the graph using matlab <trgraph> I thought problem with is vbr.tcl script.
View 1 Replies View RelatedI want to generate core dump files from my program when it crashes. Its a pretty big process and has about 10-11 threads in it.I have followed the documentation to enable core dump by setting ulimit to unlimited etc. I quickly tried "A demo program creating a core dump" from the following webpage, which succeeds in Segfault and dumping a core file in the directory that I configured.However, I tried running my original program and caused it to crash. I did this by making calls to kill(), raise() or the same null pointer access as shown in the webpage above. In each case, my program crashed but did not generate a core dump file. Am I missing something?My program is in C++ and my environment is Redhat 9.0 (kernel 2.4.20)
Going through the "Why do I NOT get a core dump?" section on the same webpage as above, I can see two potential problems. One - there are issues with the suid/sgid (bullet # 6). I am not able to change any settings with suid because my system does not contain either /proc/sys/fs/suid_dumpable or /proc/sys/kernel/suid_dumpableTwo, my program has threads in it and the bullet # 8 is the problem.
We have a small cluster of 20 HP systems, all running CentOS 5.3 in an NFS-root environment. Half are quad-socket, quad-core Xeon E7340 @ 2.40GHz (total 16 cores), the other half are 8-socket, quad-core Opteron 8354 (total 32 cores). All systems have a Mellanox Infiniband adapter ("Mellanox Technologies MT25418 [ConnectX VPI PCIe 2.0 2.5GT/s - IB DDR / 10GigE] (rev a0)")
With kernel 2.6.18-128.1.6.el5, infiniband works fine on all systems.
With the update to kernel 2.6.18-164.11.1.el5 (and both types of node running the same NFS-root image), the 16-core Xeons still work fine. Infiniband no longer works on the 32-core Opterons. Specifically, either the ib0 interface fails to appear, or it does appear but when configured with an IP address, doesn't actually work. In either case, loading the IB kernel modules takes a long time, but I haven't instrumented the load script yet to see which module, if any, is at fault. More errors listed below.
However, if I tweak the BIOS of the 32-core systems to reduce the per-socket core count to 2 (so effectively 8-socket, dual-core, down to a total of 16 available cores), Infiniband starts working again. Putting it back to 32-cores makes it fail. Booting the older kernel makes it work again. In summary: old kernel, IB works on all systems. Newer kernel, IB only works on 16-core systems.
Updating the IB firmware from 2.5.0 to 2.7.0 (latest available) doesn't help. I also did a full 'yum update' to make sure that libmlx4, openibd all other associated packages were up-to-date. Doesn't help either.
Some errors that appear on 32-core nodes:
ib_query_port failed (-16) for mlx4_0
ib_query_port failed (-16) for mlx4_0
mlx4_core 0000:04:00.0: SW2HW_MPT failed (-16)
mlx4_core 0000:04:00.0: SW2HW_MPT failed (-16)
[Code]....
I did a horrible mistake due to lapse in my concentration. Here is the 80 GB IDE disk geometry:
=> C: Windows XP SP2 15 GB partition
=> D: NTFS parition - 10 GB
=> E:F:G:H: NTFS partitions on the Windows Extended partition.
=> On the same Extended partition, there exists Linux /swap and /root partitions.
What happened was:
a) I wanted to delete the H: parition which was residing adjacent to Linux partition
b) By mistake I opened the Explorer and clicked the Mouse on H: partition and left it like that (forgot)
c) I opened Add/Remove program list but did nothing, to do few uninstalls after partition deletion.
d) Now I opened compmgmt.msc for Disk Management then deleted the H: partition!
Then XP reacted strangely and got almost hung
e) Then I switched OFF and ON the PC.
f) Most shocking was GRUB screen vanished (crash console appears) which means that Linux partition got deleted instead of H: partition!!
It's important to share with you that Fedora Core 12 possess the default BOOT flag. I thought that it's nothing big deal, only a case of Boot flag toggle with DOS bootable CD but am shell shocked to find after hitting the fdisk from DOS it says Error reading the disk!!! I felt like collapsed for a while, don't know how I did such a mistake. how to boot into my Windows XP. I can't afford to loose data or bear the expense on Data recovery
I am attempting to use a PXE and nfsroot to boot fedora core 13. When my virtualbox image boots, I get the following error. view the screen shot.I have the following entry in my TFTP entry to boot this system:
Code:
prompt 1
default linux
timeout 30
label linux
kernel vmlinuz_fc13
[Code]..
Okay I posted about this a while ago, and i got my wired network to work, but now i need my wireless card driver to work. I have been doing research and I found something called ndiswrapper which drivers from windows working in linux. I typed in lspci in the terminal and it gave me my specs of my wireless card which is a:
-Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
-Some people said there is no original driver for this card, so you need to use ndiswrapper, I was wondering does anybody know what this is, how do i use this, and help me out to get my wireless card going. If you give me instructions, please be really specific as I am really new and still getting the hang of commands.
Anyone know how to compile fedora core to be used as a thin client / dumb terminal with a small kernel?
View 4 Replies View Related