kelen

Hozzászólások

10 bejegyzés megtekintése - 71-80 / 96
  • Szerző
    Bejegyzés
  • Hozzászólás: Hálózati bejelentkezés jelszó nélkül #2079656
    kelen
    Felhasználó

      Hát sikerült azokat a dolgokat megcsinálnom amiket írtál de mégis kér jelszót

      Hozzászólás: Hálózati bejelentkezés jelszó nélkül #2079653
      kelen
      Felhasználó

        Tényleg nem DC-t akarok csinálni azzal szívok így is eleget a suliban 🙂
        Amúgy csak linuxos gépről linuxos gépre akarok, nem kelett volna oda írnom hogy a 3. windowsos, amúgy a gépek helyi hálón vannak.

        Hozzászólás: Hálózati bejelentkezés jelszó nélkül #2079649
        kelen
        Felhasználó

          Megcsináltam a kulcsokat ssh-keygen -t rsa, hagytam alapértelmezettbe, meg is csinálta majd a id_rsa.pub fájlt átmásoltam a másik gép /home/xy/ssh/ könyvtárába authorized_keys néven sshd.conf-ban amit kellett átraktam no-ra, de mégis kér még mindig jelszót.

          Hozzászólás: Hálózati bejelentkezés jelszó nélkül #2079647
          kelen
          Felhasználó

            Tehát akkor csak annyit kell hogy létrehozom a nyilvános kulcsokat a gépeken és menni is fog?
            Vagy sshd.conf-ba is kell még variálnom?

            Hozzászólás: Vmware+fedora 5 hiba #2073101
            kelen
            Felhasználó

              Feraktam a xinetd-t és már megy.
              Köszi a segítséget mindenkinek

              Hozzászólás: Vmware+fedora 5 hiba #2073100
              kelen
              Felhasználó

                Most tuljutottam a configon:

                [root@Tamas bin]# ./vmware-config.pl
                Making sure services for VMware Server are stopped.

                Stopping VMware services:
                  Virtual machine monitor                                [  OK  ]

                Configuring fallback GTK+ 2.4 libraries.

                In which directory do you want to install the mime type icons?
                [/usr/share/icons]

                What directory contains your desktop menu entry files? These files have a
                .desktop file extension. [/usr/share/applications]

                In which directory do you want to install the application’s icon?
                [/usr/share/pixmaps]

                Trying to find a suitable vmmon module for your running kernel.

                None of the pre-built vmmon modules for VMware Server is suitable for your
                running kernel.  Do you want this program to try to build the vmmon module for
                your system (you need to have a C compiler installed on your system)? [yes] y

                Using compiler „/usr/bin/gcc”. Use environment variable CC to override.

                What is the location of the directory of C header files that match your running
                kernel? [/lib/modules/2.6.17-1.2187_FC5/build/include]

                Extracting the sources of the vmmon module.

                Building the vmmon module.

                Using 2.6.x kernel build system.
                make: Entering directory `/tmp/vmware-config0/vmmon-only’
                make -C /lib/modules/2.6.17-1.2187_FC5/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
                make[1]: Entering directory `/usr/src/kernels/2.6.17-1.2187_FC5-i686′
                  CC [M]  /tmp/vmware-config0/vmmon-only/linux/driver.o
                  CC [M]  /tmp/vmware-config0/vmmon-only/linux/hostif.o
                  CC [M]  /tmp/vmware-config0/vmmon-only/common/cpuid.o
                  CC [M]  /tmp/vmware-config0/vmmon-only/common/hash.o
                  CC [M]  /tmp/vmware-config0/vmmon-only/common/memtrack.o
                  CC [M]  /tmp/vmware-config0/vmmon-only/common/phystrack.o
                  CC [M]  /tmp/vmware-config0/vmmon-only/common/task.o
                  CC [M]  /tmp/vmware-config0/vmmon-only/common/vmx86.o
                  CC [M]  /tmp/vmware-config0/vmmon-only/vmcore/moduleloop.o
                  LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.o
                  Building modules, stage 2.
                  MODPOST
                  CC      /tmp/vmware-config0/vmmon-only/vmmon.mod.o
                  LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.ko
                make[1]: Leaving directory `/usr/src/kernels/2.6.17-1.2187_FC5-i686′
                cp -f vmmon.ko ./../vmmon.o
                make: Leaving directory `/tmp/vmware-config0/vmmon-only’
                The module loads perfectly in the running kernel.

                Do you want networking for your virtual machines? (yes/no/help) [yes] y

                Configuring a bridged network for vmnet0.

                The following bridged networks have been defined:

                . vmnet0 is bridged to eth0

                All your ethernet interfaces are already bridged.

                Do you want to be able to use NAT networking in your virtual machines? (yes/no)
                [yes] y

                Configuring a NAT network for vmnet8.

                Do you want this program to probe for an unused private subnet? (yes/no/help)
                [yes] y

                Probing for an unused private subnet (this can take some time)…

                The subnet 192.168.190.0/255.255.255.0 appears to be unused.

                The following NAT networks have been defined:

                . vmnet8 is a NAT network on private subnet 192.168.190.0.

                Do you wish to configure another NAT network? (yes/no) [no]

                Do you want to be able to use host-only networking in your virtual machines?
                [yes]

                Configuring a host-only network for vmnet1.

                Do you want this program to probe for an unused private subnet? (yes/no/help)
                [yes]

                Probing for an unused private subnet (this can take some time)…

                The subnet 192.168.180.0/255.255.255.0 appears to be unused.

                The following host-only networks have been defined:

                . vmnet1 is a host-only network on private subnet 192.168.180.0.

                Do you wish to configure another host-only network? (yes/no) [no]

                Extracting the sources of the vmnet module.

                Building the vmnet module.

                Using 2.6.x kernel build system.
                make: Entering directory `/tmp/vmware-config0/vmnet-only’
                make -C /lib/modules/2.6.17-1.2187_FC5/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
                make[1]: Entering directory `/usr/src/kernels/2.6.17-1.2187_FC5-i686′
                  CC [M]  /tmp/vmware-config0/vmnet-only/driver.o
                  CC [M]  /tmp/vmware-config0/vmnet-only/hub.o
                  CC [M]  /tmp/vmware-config0/vmnet-only/userif.o
                  CC [M]  /tmp/vmware-config0/vmnet-only/netif.o
                  CC [M]  /tmp/vmware-config0/vmnet-only/bridge.o
                  CC [M]  /tmp/vmware-config0/vmnet-only/procfs.o
                  CC [M]  /tmp/vmware-config0/vmnet-only/smac_compat.o
                  SHIPPED /tmp/vmware-config0/vmnet-only/smac_linux.x386.o
                  LD [M]  /tmp/vmware-config0/vmnet-only/vmnet.o
                  Building modules, stage 2.
                  MODPOST
                WARNING: could not find /tmp/vmware-config0/vmnet-only/.smac_linux.x386.o.cmd for /tmp/vmware-config0/vmnet-only/smac_linux.x386.o
                  CC      /tmp/vmware-config0/vmnet-only/vmnet.mod.o
                  LD [M]  /tmp/vmware-config0/vmnet-only/vmnet.ko
                make[1]: Leaving directory `/usr/src/kernels/2.6.17-1.2187_FC5-i686′
                cp -f vmnet.ko ./../vmnet.o
                make: Leaving directory `/tmp/vmware-config0/vmnet-only’
                The module loads perfectly in the running kernel.

                The default port : 902 is not free. We have selected a suitable alternative
                port for VMware Server use. You may override this value now.
                Remember to use this port when connecting to this server.
                Please specify a port for remote console connections to use [904]

                WARNING: VMware Server has been configured to run on a port different from the
                default port. Remember to use this port when connecting to this server.
                Unable to find any instance of the super-server „inetd” or „xinetd”.  It is
                possible that you do not have one of these packages installed on this machine.
                Please install „inetd” or „xinetd”.

                If you do have „inetd” or „xinetd” installed, make sure that /etc/inetd.conf or
                /etc/xinetd.d exists.
                The configuration will continue, but you should re-run ./vmware-config.pl after
                you fix the super-server.

                Hit enter to continue.

                [root@Tamas /]#
                [root@Tamas /]#

                De még mindig nem indul el ha rákattintok az ikonjára tölt és semmi se történik

                Hozzászólás: Vmware+fedora 5 hiba #2073099
                kelen
                Felhasználó

                  Bocsi hülye vagyok felrakta  🙂

                  Hozzászólás: Vmware+fedora 5 hiba #2073098
                  kelen
                  Felhasználó

                    Most meg ezt kapom

                    [root@Tamas ~]# yum install kernel-dev
                    Loading „installonlyn” plugin
                    Setting up Install Process
                    Setting up repositories
                    core                                                                [1/3]
                    updates                                                              [2/3]
                    extras                                                              [3/3]
                    Reading repository metadata in from local files
                    Parsing package install arguments
                    No Match for argument: kernel-dev
                    Nothing to do
                    [root@Tamas ~]#

                    Hozzászólás: Vmware+fedora 5 hiba #2073096
                    kelen
                    Felhasználó

                      Már az első parancsnál hibák vannak:

                      [root@Tamas Tamas]# chown -R Tamas /usr/src/redhat
                      chown: „/usr/src/redhat” nem érhető el: Nincs ilyen fájl vagy könyvtár

                      Az /usr/src könyvtár full üres, nincs benne semmi.

                      Hozzászólás: Menü #2063036
                      kelen
                      Felhasználó

                        Köszi a segítséget sikerült megoldani a problémát.

                      10 bejegyzés megtekintése - 71-80 / 96