Hello, i've tried to add oscar_server to the /etc/hosts but it still doesn't work.
# Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 localhost.localhost localdomain 141.19.46.61 cluster1.mycluster cluster1 192.168.1.1 oscarserver.oscardomain oscar_server nfs_oscar pbs_oscar the Terminal output is: [r...@cluster1 ~]# system-sanity Checking your system... FYI the file does /etc/ssh/sshd_config not exists, it is not possible to check the sshd configuration. It is normal, most probably your Linux distribution does not install sshd by default, OSCAR will do it for you.Success: ssh-check.pl Success: yum-check.pl Success: selinux-check.pl Success: su-check.pl ---------------------------------------------- ERROR: Impossible get the IP for the hostname ---------------------------------------------- ----------------------------------- /usr/bin/system-sanity.d/network-check.pl Network configuration not correct ----------------------------------- Failure: network-check.pl Success: debrepo-check.pl Success: display-check.pl Success: tftpboot-check.pl What i'm doing wrong? ---------------------------------------------------------------------- From: "geoffroy.vallee" <geoffroy.val...@free.fr> To: "oscar-users@lists.sourceforge.net" <oscar-users@lists.sourceforge.net> Date: Fri, 25 Sep 2009 17:35:11 +0200 Subject: Re: [Oscar-users] ImageErrorERROR:/var/lib/oscar/packages/sis/api-post-imageexittedbadly (2)at /usr/bin/post_rpm_install line 119 > Hello, > > Just add oscar_server in your /etc/hosts file for the internal NIC, > then it should just work. > > Regards, > > Le Sep 25, 2009 à 8:18, spamtr <spa...@vodafone.de> a écrit : > > > Hey, > > > > thanks for your help, > > the bootstrap command worked now.... I've cleaned everything and > > made it > > again. Now it works, but i get an error by typing the command: > > > > [r...@cluster1 ~]# system-sanity > > Checking your system... > > FYI the file does /etc/ssh/sshd_config not exists, it is not > > possible to check the sshd configuration. It is normal, most probably > > your Linux distribution does not install sshd by default, OSCAR will > > do it > > for you.Success: ssh-check.pl > > Success: yum-check.pl > > Success: selinux-check.pl > > Success: su-check.pl > > ---------------------------------------------- > > ERROR: Impossible get the IP for the hostname > > ---------------------------------------------- > > ---------------------------------------------------- > > WARNING: oscar_server is not defined in /etc/hosts. > > This may be normal if this is the first time you > > execute OSCAR. > > ---------------------------------------------------- > > ----------------------------------- > > /usr/bin/system-sanity.d/network-check.pl > > Network configuration not correct > > ----------------------------------- > > Failure: network-check.pl > > Success: debrepo-check.pl > > Success: display-check.pl > > Success: tftpboot-check.pl > > [r...@cluster1 ~]# gedit /etc/oscar/oscar.conf > > > > I've got two network cards and my /etc/hosts looks like this: > > > > # Do not remove the following line, or various programs > > # that require network functionality will fail. > > 127.0.0.1 localhost.localhost localhost > > 141.19.46.61 cluster1.mycluster cluster1 > > 10.0.0.1 head.oscardomain.edu head > > > > Is there anything wrong, or where else can be the problem? > > > > Please help me... > > > > > > > > > > > > ---------------------------------------------------------------------- > > From: "spamtr" <spa...@vodafone.de> > > To: <oscar-users@lists.sourceforge.net>, > > "oscar-users@lists.sourceforge.net" <oscar- > > us...@lists.sourceforge.net> > > Date: Tue, 22 Sep 2009 16:55:21 +0200 > > Subject: Re: [Oscar-users] Image > > ErrorERROR:/var/lib/oscar/packages/sis/api-post-image exittedbadly > > (2)at > > /usr/bin/post_rpm_install line 119 > > > > > >> The distro-query output is: > >> > >> Distro package url: file:/tftpboot/distro/scientific_linux-5-i386 > >> OSCAR package pool: > >> > > http://bison.csm.ornl.gov/repos/unstable/rhel-5-i386,file:/tftpboot/oscar/rhel-5-i386 > >> distribution: scientific_linux > >> distribution version: 5 > >> compat distribution: rhel > >> compat distrover: 5 > >> packaging method: rpm > >> > >> I'm using the unstable packages > >> > >> --- > >> ------------------------------------------------------------------- > >> From: "geoffroy.vallee" <geoffroy.val...@free.fr> > >> To: "oscar-users@lists.sourceforge.net" <oscar-users@lists.sourceforge.net > >> > > >> Date: Tue, 22 Sep 2009 16:37:18 +0200 > >> Subject: Re: [Oscar-users] Image Error > >> ERROR:/var/lib/oscar/packages/sis/api-post-image exitted badly (2)at > >> /usr/bin/post_rpm_install line 119 > >> > >> > >>> Please send me the output of the distro-query command, the Linux > >>> distribution you are using is not correctly detected, everything you > >>> are trying to do will _not_ fix the problem. > >>> > >>> Regards, > >>> > >>> Le Sep 22, 2009 à 7:58, spamtr <spa...@vodafone.de> a écrit : > >>> > >>>> My /etc/hosts looks like this: > >>>> > >>>> # Do not remove the following line, or various programs > >>>> # that require network functionality will fail. > >>>> 127.0.0.1 localhost.localhost localhost > >>>> 141.19.46.61 mycluster.myschool.edu mycluster > >>>> 10.0.0.1 head.oscardomain.edu head > >>>> > >>>> I have two network cards. > >>>> > >>>> --- > >>>> ------------------------------------------------------------------- > >>>> From: "Emir Imamagic" <eimam...@srce.hr> > >>>> To: <oscar-users@lists.sourceforge.net> > >>>> Date: Tue, 08 Sep 2009 09:13:12 +0200 > >>>> Subject: Re: [Oscar-users] Image Error ERROR: > >>>> /var/lib/oscar/packages/sis/api-post-image exitted badly (2) at > >>>> /usr/bin/post_rpm_install line 119 > >>>> > >>>> > >>>>> Emir Imamagic wrote: > >>>>>> I have exactly the same problem. The problem is that if you > >>>>>> follow > >>>>>> the > >>>>>> documentation you'll configure yum to use stable packages. On the > >>>>>> other > >>>>>> hand, yume uses unstable packages which are obviously > >>>>>> incompatible > >>>>>> with > >>>>>> the stable ones. I really don't understand the logic behind this > >>>>>> and I > >>>>>> stopped trying after sufficient hours lost on reading OSCAR Perl > >>>>>> code. > >>>>>> > >>>>>> Try changing yum config to use: > >>>>>> baseurl=http://bison.csm.ornl.gov/repos/unstable/rhel-5-x86_64 > >>>>>> Do yum update and rerun build image step. > >>>>> > >>>>> In my case this way also didn't work. > >>>>> > >>>>> I cleaned everything and ran things more carefully. If you set > >>>>> stable > >>>>> repos in yum config and force stable repo for yume things should > >>>>> work > >>>>> more smoothly: > >>>>> # oscar-config --setup-distro centos-5-x86_64 --use-distro-repo \ > >>>>> http://ftp.arnes.si/pub/mirrors/centos.org/5.3/os/x86_64/ \ > >>>>> --use-oscar-repo http://bison.csm.ornl.gov/repos/rhel-5-x86_64 > >>>>> > >>>>> You might hit this problem though: > >>>>> > >> http://www.mail-archive.com/oscar-users@lists.sourceforge.net/msg07947.html > >>>>> > >>>>> Cheers, > >>>>> emir > >>>>> > >>>>> > >>>> > >>>> > >>>> > >>>> --- > >>>> --- > >>>> --- > >>>> --- > >>>> ------------------------------------------------------------------ > >>>> Come build with us! The BlackBerry® Developer Conference in SF, CA > >>>> is the only developer event you need to attend this year. Jumpstart > >>>> your > >>>> developing skills, take BlackBerry mobile applications to market > >>>> and > >>>> stay > >>>> ahead of the curve. Join us from November 9-12, 2009. Register > >>>> now! > >>>> http://p.sf.net/sfu/devconf > >>>> _______________________________________________ > >>>> Oscar-users mailing list > >>>> Oscar-users@lists.sourceforge.net > >>>> https://lists.sourceforge.net/lists/listinfo/oscar-users > >>> > >>> > >> > > --- > > --- > > --- > > --------------------------------------------------------------------- > >>> Come build with us! The BlackBerry® Developer Conference in SF, CA > >>> is the only developer event you need to attend this year. > >>> Jumpstart your > >>> developing skills, take BlackBerry mobile applications to market > >>> and stay > >>> ahead of the curve. Join us from November 9-12, 2009. Register now! > >>> http://p.sf.net/sfu/devconf > >>> _______________________________________________ > >>> Oscar-users mailing list > >>> Oscar-users@lists.sourceforge.net > >>> https://lists.sourceforge.net/lists/listinfo/oscar-users > >>> > >> > >> > >> > >> > > --- > > --- > > --- > > --------------------------------------------------------------------- > >> Come build with us! The BlackBerry® Developer Conference in SF, CA > >> is the only developer event you need to attend this year. Jumpstart > >> your > >> developing skills, take BlackBerry mobile applications to market > >> and stay > >> ahead of the curve. Join us from November 9-12, 2009. Register now! > >> http://p.sf.net/sfu/devconf > >> _______________________________________________ > >> Oscar-users mailing list > >> Oscar-users@lists.sourceforge.net > >> https://lists.sourceforge.net/lists/listinfo/oscar-users > >> > > > > > > > > --- > > --- > > --- > > --------------------------------------------------------------------- > > Come build with us! The BlackBerry® Developer Conference in SF, CA > > is the only developer event you need to attend this year. Jumpstart > > your > > developing skills, take BlackBerry mobile applications to market and > > stay > > ahead of the curve. Join us from November 9-12, 2009. Register > > now! > > http://p.sf.net/sfu/devconf > > _______________________________________________ > > Oscar-users mailing list > > Oscar-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/oscar-users > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Oscar-users mailing list > Oscar-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/oscar-users > ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Oscar-users mailing list Oscar-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oscar-users