Search results

  1. F

    Parallels on Xserve

    Hi, for now I use Parallels to run W2K & Linux on my MBP. Now one of our development server in our rack dies, I like to replace it with an Apple Xserve and run multiple Instances of Parallels to run Windows and Linux remote on the server. I've an Gbit Connection to the Server and like to use...
  2. F

    Linux Guest and Networking

    eth0 refers to the en0 (ethernet) or en1 (wireless) in the way you configure it in the VM config (installed Debian Sarge - works fine on en1 since beta 2) I did set IP Adress by hand, if your Router is 192.168.55.240 try: ifconfig eth0 192.168.55.111 up route add default gw 192.168.55.240 on...
  3. F

    What are you going to do with paralled systems?

    Run multiple Win / Linux / BSD "machines" I like to test our software on multiple Linux Versions. A VM is the perfect solution for this. I also have to compile some of our software on windows - parallels with a W2K running is perfect for this. A running linux in my VM does allow me to do...
  4. F

    Networking unstable with MTU > 150

    looks like Beta 2 fix this for me
  5. F

    Can't create ISO images

    I create my ISOs using terminal: 1. insert disk - findout which UNIX device is used using mount command - e.g. /dev/disk2s0 2. umount the disk using "sudo umount /Volumes/<name-of-your-mountpoint>" 3. copy disk using dd "sudo dd if=/dev/disk2s0 of=myiso.img bs=1024" 4. eject the disk using...
  6. F

    Paralles and Airport on Intel Mac

    It doesnt work on my 20" iMac too (connected to internet via aiport/linksys-ap, guest debian-linux). I've run a setup with en0 and ip-forwarding to en1 by OSX - but this crashes OS X networking sometimes under heavy load. Now I installed squid from the fink tools as webproxy and use en1.
  7. F

    Networking unstable with MTU > 150

    I've installed Debian 3.1 Sarge in VM on my iMac (20"/2G) Ram. I've bound network to en1 and can reach the VM from Host (nice to run a XTerm from the guest ...). My network was only stable if I use a MTU of 150. With the standard 1500 my network is hanging and very instable. Linux Kernel...
  8. F

    Consistent wake problems on a MacBookPro

    I don't think Parallels ist the direct reason for the FS corruption - the FS is corrupted because there was no shutdown / umount of the FS. The same problem can happen on any Kernel panic or switchoff without dismounting FS. Normally a journaled HFS should prevent but ... BTW: my iMac 20"...
  9. F

    Kernel Panic - network related?

    crash on en0 / MTU I've download this fantastic beta yesterday and installed Debian Sarge (iMac 2Ghz/2GB 10.4.6). My iMac is normaly connected using Airport. Because Airport will not allow bridging in this beta I setup network using en0 (connect my Powerbook to en0 to enable the port) and...
Back
Top