OpenSUSE :: Install GNS3 0.7.4 In 11.04?

Apr 18, 2011

I study Network, I want to install GNS3 0.7.4 ( new version) in opensuse 11.04 but i can not do it.install it, detail about command use to install GNS3 0.7.4.

View 3 Replies


ADVERTISEMENT

CentOS 5 :: Installation Of GNS3 - "par@Paranor GNS3-0.6.1-src]$ ./gns3 Can't Import Qt Modules, PyQt Is Probably Not Installed ...error:"

Jul 13, 2009

I've one problem with the installation of GNS3. I've downloaded all the necessary package, i've all the dipendency satisfied and Qt4 is installed on my system, but when i try to start gns3 I receive: par@Paranor GNS3-0.6.1-src]$ ./gns3 Can't import Qt modules, PyQt is probably not installed ...error: " If I'll try to use setup.py:

[par@Paranor GNS3-0.6.1-src]$ ./setup.py
./setup.py: line 1: Setup script for the GNS3 packages.: command not found
import: unable to open image `sys': Permission denied.
./setup.py: line 4: syntax error near unexpected token `'./src''
./setup.py: line 4: `sys.path.append('./src')'

I've the same results if i give the command with sudo;. Consider that i'm working on Kernel 2.6.18-128.1.16.el5 on a notebook with AMD 64 cpu.

View 5 Replies View Related

OpenSUSE :: GNS3 0.7.1 On 11.3 Does Not Include Qemuwrapper.py

Jul 20, 2010

Tried one-click install of GNS3 0.7.1 on OpenSuse 11.3. Could not get to work. Seems dynamips and qemu components are missing. Tried installing qemuwrapper.py from source but still no go. Installing dynamips from source did work.

View 4 Replies View Related

Slackware :: GNS3 V0.6.1 Install On Slack 12.2?

Feb 26, 2010

I have downloaded the packages from Slackbulids and installed also the required packages from slacky.eu but still it says that probably pyqt is not installed. I have installet latest Sip and latest pyqt ver 4.

View 1 Replies View Related

OpenSUSE :: Emulate Juniper Routers On Gns3

May 22, 2011

I'm trying to emulate Juniper routers on gns3 using this tutorial .

It says about installing kqemu, that is the gui end of qemu, and according to this tutorial it is available for ubuntu, but when i tried searching for it in opensuse, i could not find it.

Is there anyway i can install KQemu in opensuse...

View 4 Replies View Related

CentOS 5 :: Install GSN3 On CentOS 5 And Work On GNS3?

Dec 19, 2009

I am eager to install GSN3 on CentOS 5 and work on GNS3. But i am unable to find a suitable easy guide to install the same. install GSN3 on CentOS.5 with rpm links if you suggest to download.

View 1 Replies View Related

General :: UPgrading Gns3 0.6.1 To 0.7 On Centos?

Apr 7, 2010

identifying the upgrade path from gns3 0.6.1 to 0.7. I need to know all the packages that are need please and where to get them, plus cli command.

View 1 Replies View Related

Fedora Networking :: Cannot Start GNS3 Gnome-terminal In F13

Nov 18, 2010

I've tried to access the console in vain. Every time I try to, I get this message

Quote:

Cannot start gnome-terminal -t R1 -e 'telnet 127.0.0.1 2000' > /dev/nul/2>&1 &:No such file or directory

Then i decided to use the xterm client instead. But still didn't work

Quote:

Cannot start xterm -T R1 -e 'telnet 127.0.0.1 2000' >/dev/null 2>&1 &: No such file or directory

The last option I had was using Kconsole (linux kde) but still it doesn't work. And i get the same error message

Quote:

Cannot start /usr/lib/kde4/bin/konsole --new-tab -p tabtitle=R1 -e telnet 127.0.0.1 2000 >/dev/null 2>&1 &: No such file or directory

View 2 Replies View Related

Fedora :: GNS3 Graphical Network Simulator Cannot Run On 15 64bits

Aug 7, 2011

I run fedora15 64bits on dell xps l401x and i install GNS3 Graphical network simulator as like that [url]after i installed gns3 i can't run that.

View 1 Replies View Related

Red Hat / Fedora :: GNS3 Configuration Error - Can't Import Qt Modules, PyQt Is Probably Not Installed

Apr 20, 2011

I am getting a error bellow error msg when running gns3, can some explain what needs to be done. Cant import Qt modules, PyQt is probably not installed?

View 1 Replies View Related

CentOS 5 Networking :: Add Extra Loopback Adapters Like Windows - For GNS3 Router Emulation

Mar 26, 2009

I have been searching the forums for quite a while, to add extra Loopback adapter in Centos 5.1, but no success! Could you please suggest me the steps? in Windows, it is quite easy to add as many adapters as you want. wondering, if this is even possible in Linux? I have to run GNS3/Dynamips for router emulation and bind those Loopback adapters to virtual routers!

View 5 Replies View Related

OpenSUSE Install :: Overlapping Partitions With Fresh Opensuse 11.3 Install

Aug 4, 2010

After a fresh install of opensuse 11.3 x86_64, using a NET install CD, I noticed that the boot disk layout has overlapping partitions. I've noticed one other post that mentioned this at the very end. Is this a known problem already? Or is there something I'm missing that makes this okay?

View 9 Replies View Related

OpenSUSE Install :: Re-install OpenSUSE From Hard Disk Using The Terminal?

Sep 29, 2010

I'm running openSUSE 11.3 and screwed some things up so that I can't install anything, including UNetbootin. So I decided to completely reinstall. I'm limited to using my hard drive as there's no CD/DVD or floppy drives installed on the machine and BIOS does not support booting from USB.

I found these instructions - Install any Linux distro directly from hard disk without burning any DVD - Just Another Linux Lover Blog

From the terminal enter these commands

sudo mkdir /distro
sudo chmod `whoami`:`whoami`
cp MYLINUX.iso /distro/distro.iso
Now extract Linux_kernel & Ram_disk to /distro#
Open /boot/grub/menu.lst
#ADD NEW ENTRY#
title Install Linux
root (hdX,X)
kernel /distro/Linux_kernel
initrd /distro/Ram_disk

Reboot and select "Install Linux" from grub. Blog Widget by LinkWithin

Creating the folder "distro" on root was easy and went smoothly. I can't seem to make the second 'whoami' command work, though. I copied-and-pasted "sudo chmod `whoami`:`whoami`" into the terminal. It asks me for the root password, I enter that and then get

chmod: missing operand after `holly:holly'
Try `chmod --help' for more information.

I didn't see anyone reply in the comments of that page saying they had trouble with it, so I think I'm just being an idiot. One person did suggest adding distro at the end on another page and it gets me

chmod: invalid mode: `holly:holly'
Try `chmod --help' for more information.

View 9 Replies View Related

OpenSUSE Install :: Stable - Install Nvidia - Driver 260.xx.xx In Opensuse 11.3?

Jan 19, 2011

i know if u search a solution in forums u get so much confused information. i hope this little manual will help all with the nvidia driver problem! u dont need to edit or create a xorg.conf or something to run the driver correct and u need no blacklistedit too! if u did the standard opensuse 11.3 install its only about 2 kernel packages and the disabling of the x11noveau driver.

1. after standard installing opensuse 11.3 update and install the opensuse softwareupdates

2. install with the yast software re/installer:

(from Desktop or from the terminal. the terminal text command is: yast2)

[Code]...

u dont need to change the menu.lst after all, only u get many problems. run the midnight commander and delete the nomodeset word and the noveau driver would be normally still active after reboot.

View 6 Replies View Related

OpenSUSE Install :: Can`t Install Suse 11.3 - Every Time System Shut Down In Install Process

Jan 30, 2011

I tried to install suse 11.3 but every time the system shut down in the install process it never finish

I think that the FAN does not work

I have an Acer Aspire 5720z

View 3 Replies View Related

OpenSUSE Install :: Install Gnome After The Minimal Server ( Console Based ) Install?

Feb 2, 2011

Tried to install Gnome after the minimal server (console based) install.I would like to install a graphical GUI now What to do? wich packages? tried zypper gnome-desktop (or something similar) but it wasn't enough.

View 3 Replies View Related

OpenSUSE Install :: Convert Factory Install Into Point Release Install Later

Jun 14, 2010

If I install the factory release now, can I easily convert my system to a normal 11.3 point release later, after 11.3 is out? If so, how would I do it? (11.2 has an issue that affects me. It's fixed in 11.3 already, so I have to use 11.3 if I'm going to use openSUSE.)

View 4 Replies View Related

OpenSUSE Install :: Did Install Vsftpd, But Removed It And Install Pure-ftpd Instead?

Jul 18, 2010

In /var/log/warn I can see :Code:Jul 18 19:29:41 Linux1 SuSEfirewall2: Warning: config 'vsftpd' not available I did install vsftpd, but I removed it and install pure-ftpd instead.

View 6 Replies View Related

OpenSUSE Install :: How To Install / Setup / Configure Rsh On Opensuse 11.1

May 8, 2009

I tried to search the internet to find out the documentation for setting up rsh on my opensuse 11.1 but was unable to find one. So i 'm posting this to help others. I know it is preferrable to use ssh instead of rsh but oracle requires use of rsh. So please dont get back to me saying "use ssh".Note to moderator: I tried to add this to "how to" section but in vain due to "no permissions error".

View 5 Replies View Related

OpenSUSE Install :: Connect To The Network To Install OpenSuse ?

Jan 8, 2010

How can I install the WMP300N driver into the network install disk so that I can connect to the network to install Open Suse ?

View 3 Replies View Related

OpenSUSE Install :: How To Partition My HDD To Install OpenSUSE + Windows 7

Jun 3, 2011

I am almost newbie at Linux OS, but I want to install openSUSE. Unfortunately I have some programs which probably will not work on Linux, so I want to have a Windows 7, just in case. I will partition my 250 GB HDD as follows:

1. openSUSE partition/s (... GB)
2. Windows 7 system partition (100 MB)
3. Windows 7 partition (30 GB)
4. My files' partition (the rest unallocated space) - I wish both OS's to read this partition, that's why it will be NTFS.

I would like to know how many and how big the openSUSE partition/s should be. Could it be installed on one partition, or it requires separate swap, root, etc. ones?Does those NTFS partitions slow down openSUSE?

View 4 Replies View Related

OpenSUSE Install :: Install Suse Alongside An Existing Install?

Apr 18, 2010

i have a backtrack install that i would like to keep while installing suse for an everyday OS; i start the install process but when it gets to partitioning the hard drive, it doesnt seem to recognize anything already being on there; it just gives me the setup for suse, ie:
sda1 ext3 = OS sda2 or sda5 = swap. do i have to configure a partition scheme? i installed ubuntu on a desktop alongside windows very easily due to grub graphical install/partition; is there not a similar function for suse?

View 6 Replies View Related

OpenSUSE Install :: Upgrade - Install Any Package From Software.opensuse.org Error ""Couldn't Find XML File" Or Anything Same This"

Aug 2, 2010

When I want upgrade and/or install any package from software.opensuse.org I've got error, "Couldn't find XML file" or anything same this.

View 4 Replies View Related

OpenSUSE Install :: "Error 22: No Such Partition" From GRUB After OpenSUSE 11.3 Install

Aug 1, 2010

I tried to install openSUSE 11.3 from the Gnome live CD. I have two disks in my system, one with a Windows Vista x64 install, and another with a Vista x86 install which I no longer need and quite a bit of free space. I want to install Linux on it. I switch OS's by switching the boot disk in BIOS, so I don't really need a boot manager, but openSUSE installs GRUB by default, so I used it.

The Vista x86 partition is a primary partition at the start of the disk, and after it there's an extended partition with quite a few logical partitions. At the end of this extended partition I added partitions for swap, / and /home (ext4 all), and a new primary partition at the end for /boot. (I actually created these for a failed Linux Mint install, but I used them and reformatted during the openSUSE install.)

I made the Vista x86 inactive and the /boot partition active, and this works. At least, I get as far as seeing a menu which I guess is GRUB. Before that I get "Error 22: No Such Partition". If I choose openSUSE from the GRUB menu I get:

Booting 'openSUSE 11.3'
root (hd1,2)
Error 22: No Such Partition

I booted from the live CD again and checked the /boot, / and /home partitions, and they contain data, so they must be formatted fine.

View 9 Replies View Related

OpenSUSE Install :: Opensuse Installer Doesn't Allow To Create / Partition (ext4) >20GB

Jan 9, 2010

I am currently installing 11.2 on a new 1TB hdd.the opensuse installer does not allow me to create a / partition (ext4) >20GB. Does anyone know why and how I can get around this limitation?

View 9 Replies View Related

OpenSUSE Install :: How To Setup OPENSUSE To Find/access My Windows Home Server

Aug 9, 2010

I installed the latest version...Everything works like a charm. I have Windows Home Server 2003 running and would like to access all of my folders. How can i setup OPENSUSE to find/access my Windows Home Server 2003. Can you help me with this. Just to let you know. Am i missing something so i can access them locally.

View 1 Replies View Related

OpenSUSE Install :: Mirroring Repositories With Rsync: Module Opensuse-full Is Broken?

Dec 1, 2010

The rsync module "opensuse-full" which worked well so far seems currently broken. It tries to mirror a huge number of additional stuff (factory?) but fails with "permission denied". Any place where I could report this?Command:

Code:
rsync -rlpt -hi -stats rsync.opensuse.org::opensuse-full /drive/repo
Errors:

[code]....

View 5 Replies View Related

OpenSUSE Install :: Error Message: Couldn't Resolve Host 'download.opensuse.org'

Apr 20, 2011

This is an example of the error I receive when trying to do an update via YaST, YaST2, or zypper. Basically, curl is broken. With out it functioning normally, I can't use openSUSE's update mechanism to fix my system. Need to find a way to manually fix / upgrade curl.There was an error in the repository initialization.'Updates-for-openSUSE-11.4-11.4-0': [|] Valid metadata not found at specified URL(s)History:

- Unknown error reading from 'http://download.opensuse.org/update/11.4/'
- SKIP request: User-requested skipping of a file
- Download (curl) error for

[code]...

View 8 Replies View Related

OpenSUSE Install :: Error After Boot \ When Start The System, Opensuse Is Not Open With This Lines?

Jul 4, 2011

I set up opensuse 11.4. I updated nvidia 6600 drivers from vendor. Everything is good until automatic kernel update. When I start the system, opensuse is not open with this lines.

/etc/rc.status: line 1: /bin/ash : no such file or directory
bash: ./etc/sysconfig/chron : cannot execute binary file
X_MOUSE_CURSOR : Undefined variable

[code]....

View 3 Replies View Related

OpenSUSE Install :: Installed OpenSUSE On Pen Drive Persistence Doesn't Work?

Jun 10, 2010

I successfully installed OpenSUSE on a 4gb pen drive using the instructions contained within this portal. However, for the life of me I can't figure out why the persistent feature doesn't work.

Here's my partition table map:

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

[Code]...

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved