Dear admin,
I am a student at University of Information Technology, I'm going to use Domjudge to organize our contest (ACM), I followed your Admin Manual Installation Guide, but I always get error when install Domjudge:
-- Before, I get error about jsoncpp-devel. Then, I add --disable-submitclient in configure line. This was not happened. -- After, when I run make, I get error about symbol in /usr/lib/libm.so. File in wrong format. -- Then, I followed Install again, I check url /share/domjudge/www/jury => it a white page.
I think I have some mistake when install, but I sure that I followed all of you tutorial. So, can you help me to install this? I'm using CentOS 6.7 with Kloxo installed.
Best regard,
Vu Linh
Hi Vu Linh,
First of all, please subscribe to the emaillist: this means that your emails automatically gets posted and we don't have to moderate it.
On 16-11-15 00:47, Vũ Linh Nguyễn wrote:
Dear admin,
I am a student at University of Information Technology, I'm going to use Domjudge to organize our contest (ACM), I followed your Admin Manual Installation Guide, but I always get error when install Domjudge:
-- Before, I get error about jsoncpp-devel. Then, I add --disable-submitclient in configure line. This was not happened.
I don't understand your last sentence. Do you mean that adding --disable-submitclient fixed the error?
-- After, when I run make, I get error about symbol in /usr/lib/libm.so. File in wrong format.
What is the exact error message? Which version of DOMjudge are you using?
-- Then, I followed Install again, I check url /share/domjudge/www/jury => it a white page.
First of all, you should browse to http://localhost/domjudge or something similar depending on what setup for apache you used. Did you install the apache.conf snippet and configure apache? Then, the best place to look for clues is in the apache error log files.
I think I have some mistake when install, but I sure that I followed all of you tutorial. So, can you help me to install this? I'm using CentOS 6.7 with Kloxo installed.
We have no experience with Kloxo, so I don't know whether domjudge will work with that instead of plain apache2.
Best, Jaap
Thank for your reply,
-- Before, I get error about jsoncpp-devel. Then, I add
--disable-submitclient in configure line. This was not happened.
I don't understand your last sentence. Do you mean that adding --disable-submitclient fixed the error?
Yes, it fixed error about jsoncpp-devel in CentOS.
-- After, when I run make, I get error about symbol in /usr/lib/libm.so. File in wrong format.
What is the exact error message? Which version of DOMjudge are you using?
Error is /usr/lib/libm.so file in wrong format!
-- Then, I followed Install again, I check url /share/domjudge/www/jury => it a white page.
First of all, you should browse to http://localhost/domjudge or something similar depending on what setup for apache you used. Did you install the apache.conf snippet and configure apache? Then, the best place to look for clues is in the apache error log files.
Because I followed your document, and as your document, I must go to jury
folder on my browser, but after I installed domjudge, I can't find out /jury folder in /domjudge (it located in /share/domjudge/www/jury). I sure that apache was install and configure (I can run my site well).
I think I have some mistake when install, but I sure that I followed all of you tutorial. So, can you help me to install this? I'm using CentOS 6.7 with Kloxo installed.
We have no experience with Kloxo, so I don't know whether domjudge will work with that instead of plain apache2.
Because this is a VPS provided by my school's cloud system, so I can't
choose OS, it was install CentOS with Kloxo bby default!
Best regard, Vu Linh
On Mon, Nov 16, 2015 at 6:28 PM, Jaap Eldering jaap@jaapeldering.nl wrote:
Hi Vu Linh,
First of all, please subscribe to the emaillist: this means that your emails automatically gets posted and we don't have to moderate it.
On 16-11-15 00:47, Vũ Linh Nguyễn wrote:
Dear admin,
I am a student at University of Information Technology, I'm going to use Domjudge to organize our contest (ACM), I followed your Admin Manual Installation Guide, but I always get error when install Domjudge:
-- Before, I get error about jsoncpp-devel. Then, I add --disable-submitclient in configure line. This was not happened.
I don't understand your last sentence. Do you mean that adding --disable-submitclient fixed the error?
-- After, when I run make, I get error about symbol in /usr/lib/libm.so. File in wrong format.
What is the exact error message? Which version of DOMjudge are you using?
-- Then, I followed Install again, I check url /share/domjudge/www/jury => it a white page.
First of all, you should browse to http://localhost/domjudge or something similar depending on what setup for apache you used. Did you install the apache.conf snippet and configure apache? Then, the best place to look for clues is in the apache error log files.
I think I have some mistake when install, but I sure that I followed all of you tutorial. So, can you help me to install this? I'm using CentOS 6.7 with Kloxo installed.
We have no experience with Kloxo, so I don't know whether domjudge will work with that instead of plain apache2.
Best, Jaap
Hi Vu Linh,
On 16-11-15 12:36, Vũ Linh Nguyễn wrote:
Thank for your reply,
-- Before, I get error about jsoncpp-devel. Then, I add
--disable-submitclient in configure line. This was not happened.
I don't understand your last sentence. Do you mean that adding --disable-submitclient fixed the error?
Yes, it fixed error about jsoncpp-devel in CentOS.
-- After, when I run make, I get error about symbol in /usr/lib/libm.so. File in wrong format.
What is the exact error message? Which version of DOMjudge are you using?
Error is /usr/lib/libm.so file in wrong format!
Ok, but what is context? Please copy-paste the *exact error output* of make with at least a couple of lines around it. Without the precise file and other possible details, there is very little we can say about this.
And what version of DOMjudge do you use?
-- Then, I followed Install again, I check url /share/domjudge/www/jury => it a white page.
First of all, you should browse to http://localhost/domjudgeor something similar depending on what setup for apache you used. Did you install the apache.conf snippet and configure apache? Then, the best place to look for clues is in the apache error log files.
Because I followed your document, and as your document, I must go to
jury folder on my browser, but after I installed domjudge, I can't find out /jury folder in /domjudge (it located in /share/domjudge/www/jury). I sure that apache was install and configure (I can run my site well).
This is not /domjudge on your filesystem, but a URL as served by your webserver. You should first make sure that your webserver is configured properly and you can view some webpage served from it.
Then you have to configure it to include the DOMjudge website tree. The admin manual describes how to do that for Apache, but at least I have no experience with Kloxo (I've never even heard of it before). So unless someone else knows this or you can switch to using Apache, I'm afraid you'll have to figure that out yourself or via other resources.
I think I have some mistake when install, but I sure that I followed all of you tutorial. So, can you help me to install this? I'm using CentOS 6.7 with Kloxo installed.
We have no experience with Kloxo, so I don't know whether domjudge will work with that instead of plain apache2.
Because this is a VPS provided by my school's cloud system, so I can't
choose OS, it was install CentOS with Kloxo bby default!
Then it might be best to try to contact someone at your school who has more experience with configuring this VPS/Kloxo, show them the Apache2 configuration snippet (in etc/apache.conf) and ask if there is a way to configure that in your system.
Best, Jaap
On Mon, Nov 16, 2015 at 6:28 PM, Jaap Eldering <jaap@jaapeldering.nl mailto:jaap@jaapeldering.nl> wrote:
Hi Vu Linh, First of all, please subscribe to the emaillist: this means that your emails automatically gets posted and we don't have to moderate it. On 16-11-15 00:47, Vũ Linh Nguyễn wrote: > Dear admin, > > I am a student at University of Information Technology, I'm going to use > Domjudge to organize our contest (ACM), I followed your Admin Manual > Installation Guide, but I always get error when install Domjudge: > > -- Before, I get error about jsoncpp-devel. Then, I add > --disable-submitclient in configure line. This was not happened. I don't understand your last sentence. Do you mean that adding --disable-submitclient fixed the error? > -- After, when I run make, I get error about symbol in /usr/lib/libm.so. > File in wrong format. What is the exact error message? Which version of DOMjudge are you using? > -- Then, I followed Install again, I check url /share/domjudge/www/jury > => it a white page. First of all, you should browse to http://localhost/domjudge or something similar depending on what setup for apache you used. Did you install the apache.conf snippet and configure apache? Then, the best place to look for clues is in the apache error log files. > I think I have some mistake when install, but I sure that I followed all > of you tutorial. So, can you help me to install this? I'm using CentOS > 6.7 with Kloxo installed. We have no experience with Kloxo, so I don't know whether domjudge will work with that instead of plain apache2. Best, Jaap
-- *---------------------------------------------------------------------------------------------* *Nguyễn Vũ Linh - Sói Hoang*
Software/Website/Game Developer - AI, PTS, Corel, AE Designer ...................... Phone: 0963.203.813 Website: http://ww-solution.me http://ww-solution.me/ Email: linhnv2110@gmail.com mailto:linhnv2110@gmail.com | nguyen.vu.linh321@gmail.com mailto:nguyen.vu.linh321@gmail.com ............................. Facebook: http://facebook.com/linhnv2110 Skype: linhnv2110@gmail.com mailto:linhnv2110@gmail.com
Dear Sir,
Now, I'm trying to install Domjudge on another clean CentOS VPS. But I get error when install texlive-latex-recommended texlive-latex-extra.
If I don't install this, whether Domjudge can would correctly?
Thanks for your help, and I'm looking forward to hearing from you soon!
Best regard, Linh
On Mon, Nov 16, 2015 at 9:51 PM, Jaap Eldering jaap@jaapeldering.nl wrote:
Hi Vu Linh,
On 16-11-15 12:36, Vũ Linh Nguyễn wrote:
Thank for your reply,
-- Before, I get error about jsoncpp-devel. Then, I add
--disable-submitclient in configure line. This was not happened.
I don't understand your last sentence. Do you mean that adding --disable-submitclient fixed the error?
Yes, it fixed error about jsoncpp-devel in CentOS.
-- After, when I run make, I get error about symbol in /usr/lib/libm.so. File in wrong format.
What is the exact error message? Which version of DOMjudge are you using?
Error is /usr/lib/libm.so file in wrong format!
Ok, but what is context? Please copy-paste the *exact error output* of make with at least a couple of lines around it. Without the precise file and other possible details, there is very little we can say about this.
And what version of DOMjudge do you use?
-- Then, I followed Install again, I check url /share/domjudge/www/jury => it a white page.
First of all, you should browse to http://localhost/domjudgeor something similar depending on what setup for apache you used. Did you install the apache.conf snippet and configure apache? Then, the best place to look for clues is in the apache error log files.
Because I followed your document, and as your document, I must go to
jury folder on my browser, but after I installed domjudge, I can't find out /jury folder in /domjudge (it located in /share/domjudge/www/jury). I sure that apache was install and configure (I can run my site well).
This is not /domjudge on your filesystem, but a URL as served by your webserver. You should first make sure that your webserver is configured properly and you can view some webpage served from it.
Then you have to configure it to include the DOMjudge website tree. The admin manual describes how to do that for Apache, but at least I have no experience with Kloxo (I've never even heard of it before). So unless someone else knows this or you can switch to using Apache, I'm afraid you'll have to figure that out yourself or via other resources.
I think I have some mistake when install, but I sure that I followed all of you tutorial. So, can you help me to install this? I'm using CentOS 6.7 with Kloxo installed.
We have no experience with Kloxo, so I don't know whether domjudge will work with that instead of plain apache2.
Because this is a VPS provided by my school's cloud system, so I can't
choose OS, it was install CentOS with Kloxo bby default!
Then it might be best to try to contact someone at your school who has more experience with configuring this VPS/Kloxo, show them the Apache2 configuration snippet (in etc/apache.conf) and ask if there is a way to configure that in your system.
Best, Jaap
On Mon, Nov 16, 2015 at 6:28 PM, Jaap Eldering <jaap@jaapeldering.nl mailto:jaap@jaapeldering.nl> wrote:
Hi Vu Linh, First of all, please subscribe to the emaillist: this means that your emails automatically gets posted and we don't have to moderate it. On 16-11-15 00:47, Vũ Linh Nguyễn wrote: > Dear admin, > > I am a student at University of Information Technology, I'm going
to use
> Domjudge to organize our contest (ACM), I followed your Admin
Manual
> Installation Guide, but I always get error when install Domjudge: > > -- Before, I get error about jsoncpp-devel. Then, I add > --disable-submitclient in configure line. This was not happened. I don't understand your last sentence. Do you mean that adding --disable-submitclient fixed the error? > -- After, when I run make, I get error about symbol in
/usr/lib/libm.so.
> File in wrong format. What is the exact error message? Which version of DOMjudge are you using? > -- Then, I followed Install again, I check url
/share/domjudge/www/jury
> => it a white page. First of all, you should browse to http://localhost/domjudge or something similar depending on what setup for apache you used. Did
you
install the apache.conf snippet and configure apache? Then, the best place to look for clues is in the apache error log files. > I think I have some mistake when install, but I sure that I
followed all
> of you tutorial. So, can you help me to install this? I'm using
CentOS
> 6.7 with Kloxo installed. We have no experience with Kloxo, so I don't know whether domjudge
will
work with that instead of plain apache2. Best, Jaap
--
*---------------------------------------------------------------------------------------------*
*Nguyễn Vũ Linh - Sói Hoang*
Software/Website/Game Developer - AI, PTS, Corel, AE Designer ...................... Phone: 0963.203.813 Website: http://ww-solution.me http://ww-solution.me/ Email: linhnv2110@gmail.com mailto:linhnv2110@gmail.com | nguyen.vu.linh321@gmail.com mailto:nguyen.vu.linh321@gmail.com ............................. Facebook: http://facebook.com/linhnv2110 Skype: linhnv2110@gmail.com mailto:linhnv2110@gmail.com
DOMjudge-devel mailing list DOMjudge-devel@domjudge.org https://www.domjudge.org/mailman/listinfo/domjudge-devel
Hi Linh,
LaTeX is only needed to (re)generate the documentation, but DOMjudge will work fine without that. So you can safely ignore these errors.
Jaap
On 24-11-15 07:58, Vũ Linh Nguyễn wrote:
Dear Sir,
Now, I'm trying to install Domjudge on another clean CentOS VPS. But I get error when install texlive-latex-recommended texlive-latex-extra.
If I don't install this, whether Domjudge can would correctly?
Thanks for your help, and I'm looking forward to hearing from you soon!
Best regard, Linh
On Mon, Nov 16, 2015 at 9:51 PM, Jaap Eldering <jaap@jaapeldering.nl mailto:jaap@jaapeldering.nl> wrote:
Hi Vu Linh, On 16-11-15 12:36, Vũ Linh Nguyễn wrote: > Thank for your reply, > > -- Before, I get error about jsoncpp-devel. Then, I add >> --disable-submitclient in configure line. This was not happened. > > I don't understand your last sentence. Do you mean that adding > --disable-submitclient fixed the error? > >>Yes, it fixed error about jsoncpp-devel in CentOS. > >> -- After, when I run make, I get error about symbol in /usr/lib/libm.so. >> File in wrong format. > > What is the exact error message? Which version of DOMjudge are you using? > >>Error is /usr/lib/libm.so file in wrong format! Ok, but what is context? Please copy-paste the *exact error output* of make with at least a couple of lines around it. Without the precise file and other possible details, there is very little we can say about this. And what version of DOMjudge do you use? >> -- Then, I followed Install again, I check url /share/domjudge/www/jury >> => it a white page. > > First of all, you should browse to http://localhost/domjudgeor > something similar depending on what setup for apache you used. Did you > install the apache.conf snippet and configure apache? Then, the best > place to look for clues is in the apache error log files. > >> Because I followed your document, and as your document, I must go to > jury folder on my browser, but after I installed domjudge, I can't find > out /jury folder in /domjudge (it located in /share/domjudge/www/jury). > I sure that apache was install and configure (I can run my site well). This is not /domjudge on your filesystem, but a URL as served by your webserver. You should first make sure that your webserver is configured properly and you can view some webpage served from it. Then you have to configure it to include the DOMjudge website tree. The admin manual describes how to do that for Apache, but at least I have no experience with Kloxo (I've never even heard of it before). So unless someone else knows this or you can switch to using Apache, I'm afraid you'll have to figure that out yourself or via other resources. >> I think I have some mistake when install, but I sure that I followed all >> of you tutorial. So, can you help me to install this? I'm using CentOS >> 6.7 with Kloxo installed. > > We have no experience with Kloxo, so I don't know whether domjudge will > work with that instead of plain apache2. > >>Because this is a VPS provided by my school's cloud system, so I can't > choose OS, it was install CentOS with Kloxo bby default! Then it might be best to try to contact someone at your school who has more experience with configuring this VPS/Kloxo, show them the Apache2 configuration snippet (in etc/apache.conf) and ask if there is a way to configure that in your system. Best, Jaap > On Mon, Nov 16, 2015 at 6:28 PM, Jaap Eldering <jaap@jaapeldering.nl <mailto:jaap@jaapeldering.nl> > <mailto:jaap@jaapeldering.nl <mailto:jaap@jaapeldering.nl>>> wrote: > > Hi Vu Linh, > > First of all, please subscribe to the emaillist: this means that your > emails automatically gets posted and we don't have to moderate it. > > On 16-11-15 00:47, Vũ Linh Nguyễn wrote: > > Dear admin, > > > > I am a student at University of Information Technology, I'm going to use > > Domjudge to organize our contest (ACM), I followed your Admin Manual > > Installation Guide, but I always get error when install Domjudge: > > > > -- Before, I get error about jsoncpp-devel. Then, I add > > --disable-submitclient in configure line. This was not happened. > > I don't understand your last sentence. Do you mean that adding > --disable-submitclient fixed the error? > > > -- After, when I run make, I get error about symbol in /usr/lib/libm.so. > > File in wrong format. > > What is the exact error message? Which version of DOMjudge are you > using? > > > -- Then, I followed Install again, I check url /share/domjudge/www/jury > > => it a white page. > > First of all, you should browse to http://localhost/domjudge or > something similar depending on what setup for apache you used. Did you > install the apache.conf snippet and configure apache? Then, the best > place to look for clues is in the apache error log files. > > > I think I have some mistake when install, but I sure that I followed all > > of you tutorial. So, can you help me to install this? I'm using CentOS > > 6.7 with Kloxo installed. > > We have no experience with Kloxo, so I don't know whether domjudge will > work with that instead of plain apache2. > > Best, > Jaap > > > > > -- > *---------------------------------------------------------------------------------------------* > *Nguyễn Vũ Linh - Sói Hoang* > * > * > Software/Website/Game Developer - AI, PTS, Corel, AE Designer > ...................... > Phone: 0963.203.813 > Website: http://ww-solution.me <http://ww-solution.me/> > Email: linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>> | > nguyen.vu.linh321@gmail.com <mailto:nguyen.vu.linh321@gmail.com> <mailto:nguyen.vu.linh321@gmail.com <mailto:nguyen.vu.linh321@gmail.com>> > ............................. > Facebook: http://facebook.com/linhnv2110 > Skype: linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>> _______________________________________________ DOMjudge-devel mailing list DOMjudge-devel@domjudge.org <mailto:DOMjudge-devel@domjudge.org> https://www.domjudge.org/mailman/listinfo/domjudge-devel
-- *---------------------------------------------------------------------------------------------* *Nguyễn Vũ Linh - Sói Hoang*
Software/Website/Game Developer - AI, PTS, Corel, AE Designer ...................... Phone: 0963.203.813 Website: http://ww-solution.me http://ww-solution.me/ Email: linhnv2110@gmail.com mailto:linhnv2110@gmail.com | nguyen.vu.linh321@gmail.com mailto:nguyen.vu.linh321@gmail.com ............................. Facebook: http://facebook.com/linhnv2110 Skype: linhnv2110@gmail.com mailto:linhnv2110@gmail.com
Dear Sir,
-- I can't install jsoncpp-devel on CentOS. And I get error when I run command "config". How can I solve this problem?
Thanks for your help!
Best regard, Linh
On Tue, Nov 24, 2015 at 5:42 PM, Jaap Eldering jaap@jaapeldering.nl wrote:
Hi Linh,
LaTeX is only needed to (re)generate the documentation, but DOMjudge will work fine without that. So you can safely ignore these errors.
Jaap
On 24-11-15 07:58, Vũ Linh Nguyễn wrote:
Dear Sir,
Now, I'm trying to install Domjudge on another clean CentOS VPS. But I get error when install texlive-latex-recommended texlive-latex-extra.
If I don't install this, whether Domjudge can would correctly?
Thanks for your help, and I'm looking forward to hearing from you soon!
Best regard, Linh
On Mon, Nov 16, 2015 at 9:51 PM, Jaap Eldering <jaap@jaapeldering.nl mailto:jaap@jaapeldering.nl> wrote:
Hi Vu Linh, On 16-11-15 12:36, Vũ Linh Nguyễn wrote: > Thank for your reply, > > -- Before, I get error about jsoncpp-devel. Then, I add >> --disable-submitclient in configure line. This was not happened. > > I don't understand your last sentence. Do you mean that adding > --disable-submitclient fixed the error? > >>Yes, it fixed error about jsoncpp-devel in CentOS. > >> -- After, when I run make, I get error about symbol in
/usr/lib/libm.so.
>> File in wrong format. > > What is the exact error message? Which version of DOMjudge are you
using?
> >>Error is /usr/lib/libm.so file in wrong format! Ok, but what is context? Please copy-paste the *exact error output*
of
make with at least a couple of lines around it. Without the precise
file
and other possible details, there is very little we can say about
this.
And what version of DOMjudge do you use? >> -- Then, I followed Install again, I check url
/share/domjudge/www/jury
>> => it a white page. > > First of all, you should browse to http://localhost/domjudgeor > something similar depending on what setup for apache you used. Did
you
> install the apache.conf snippet and configure apache? Then, the
best
> place to look for clues is in the apache error log files. > >> Because I followed your document, and as your document, I must go
to
> jury folder on my browser, but after I installed domjudge, I can't
find
> out /jury folder in /domjudge (it located in
/share/domjudge/www/jury).
> I sure that apache was install and configure (I can run my site
well).
This is not /domjudge on your filesystem, but a URL as served by your webserver. You should first make sure that your webserver is
configured
properly and you can view some webpage served from it. Then you have to configure it to include the DOMjudge website tree.
The
admin manual describes how to do that for Apache, but at least I
have no
experience with Kloxo (I've never even heard of it before). So unless someone else knows this or you can switch to using Apache, I'm afraid you'll have to figure that out yourself or via other resources. >> I think I have some mistake when install, but I sure that I
followed all
>> of you tutorial. So, can you help me to install this? I'm using
CentOS
>> 6.7 with Kloxo installed. > > We have no experience with Kloxo, so I don't know whether domjudge
will
> work with that instead of plain apache2. > >>Because this is a VPS provided by my school's cloud system, so I
can't
> choose OS, it was install CentOS with Kloxo bby default! Then it might be best to try to contact someone at your school who
has
more experience with configuring this VPS/Kloxo, show them the
Apache2
configuration snippet (in etc/apache.conf) and ask if there is a way
to
configure that in your system. Best, Jaap > On Mon, Nov 16, 2015 at 6:28 PM, Jaap Eldering <
jaap@jaapeldering.nl mailto:jaap@jaapeldering.nl
> <mailto:jaap@jaapeldering.nl <mailto:jaap@jaapeldering.nl>>>
wrote:
> > Hi Vu Linh, > > First of all, please subscribe to the emaillist: this means that your > emails automatically gets posted and we don't have to moderate
it.
> > On 16-11-15 00:47, Vũ Linh Nguyễn wrote: > > Dear admin, > > > > I am a student at University of Information Technology, I'm going to use > > Domjudge to organize our contest (ACM), I followed your Admin Manual > > Installation Guide, but I always get error when install Domjudge: > > > > -- Before, I get error about jsoncpp-devel. Then, I add > > --disable-submitclient in configure line. This was not
happened.
> > I don't understand your last sentence. Do you mean that adding > --disable-submitclient fixed the error? > > > -- After, when I run make, I get error about symbol in /usr/lib/libm.so. > > File in wrong format. > > What is the exact error message? Which version of DOMjudge are
you
> using? > > > -- Then, I followed Install again, I check url /share/domjudge/www/jury > > => it a white page. > > First of all, you should browse to http://localhost/domjudge
or
> something similar depending on what setup for apache you used. Did you > install the apache.conf snippet and configure apache? Then, the best > place to look for clues is in the apache error log files. > > > I think I have some mistake when install, but I sure that I followed all > > of you tutorial. So, can you help me to install this? I'm using CentOS > > 6.7 with Kloxo installed. > > We have no experience with Kloxo, so I don't know whether domjudge will > work with that instead of plain apache2. > > Best, > Jaap > > > > > -- >
*---------------------------------------------------------------------------------------------*
> *Nguyễn Vũ Linh - Sói Hoang* > * > * > Software/Website/Game Developer - AI, PTS, Corel, AE Designer > ...................... > Phone: 0963.203.813 > Website: http://ww-solution.me <http://ww-solution.me/> > Email: linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>> | > nguyen.vu.linh321@gmail.com <mailto:nguyen.vu.linh321@gmail.com> <mailto:nguyen.vu.linh321@gmail.com <mailto:nguyen.vu.linh321@gmail.com>> > ............................. > Facebook: http://facebook.com/linhnv2110 > Skype: linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>> _______________________________________________ DOMjudge-devel mailing list DOMjudge-devel@domjudge.org <mailto:DOMjudge-devel@domjudge.org> https://www.domjudge.org/mailman/listinfo/domjudge-devel
--
*---------------------------------------------------------------------------------------------*
*Nguyễn Vũ Linh - Sói Hoang*
Software/Website/Game Developer - AI, PTS, Corel, AE Designer ...................... Phone: 0963.203.813 Website: http://ww-solution.me http://ww-solution.me/ Email: linhnv2110@gmail.com mailto:linhnv2110@gmail.com | nguyen.vu.linh321@gmail.com mailto:nguyen.vu.linh321@gmail.com ............................. Facebook: http://facebook.com/linhnv2110 Skype: linhnv2110@gmail.com mailto:linhnv2110@gmail.com
On 24-11-15 22:53, Vũ Linh Nguyễn wrote:
Dear Sir,
-- I can't install jsoncpp-devel on CentOS. And I get error when I run command "config". How can I solve this problem?
Indeed, it is noted in the admin manual that jsoncpp-devel is not available on CentOS.
You can work around that by disabling the submit client by passing the option --disable-submitclient to configure, or you can try to install the JSONcpp library from source if you want to be able to use the submit client.
Best, Jaap
On Tue, Nov 24, 2015 at 5:42 PM, Jaap Eldering <jaap@jaapeldering.nl mailto:jaap@jaapeldering.nl> wrote:
Hi Linh, LaTeX is only needed to (re)generate the documentation, but DOMjudge will work fine without that. So you can safely ignore these errors. Jaap On 24-11-15 07:58, Vũ Linh Nguyễn wrote: > Dear Sir, > > Now, I'm trying to install Domjudge on another clean CentOS VPS. But I > get error when install texlive-latex-recommended texlive-latex-extra. > > If I don't install this, whether Domjudge can would correctly? > > Thanks for your help, and I'm looking forward to hearing from you soon! > > Best regard, > Linh > > On Mon, Nov 16, 2015 at 9:51 PM, Jaap Eldering <jaap@jaapeldering.nl <mailto:jaap@jaapeldering.nl> > <mailto:jaap@jaapeldering.nl <mailto:jaap@jaapeldering.nl>>> wrote: > > Hi Vu Linh, > > On 16-11-15 12:36, Vũ Linh Nguyễn wrote: > > Thank for your reply, > > > > -- Before, I get error about jsoncpp-devel. Then, I add > >> --disable-submitclient in configure line. This was not happened. > > > > I don't understand your last sentence. Do you mean that adding > > --disable-submitclient fixed the error? > > > >>Yes, it fixed error about jsoncpp-devel in CentOS. > > > >> -- After, when I run make, I get error about symbol in /usr/lib/libm.so. > >> File in wrong format. > > > > What is the exact error message? Which version of DOMjudge are you using? > > > >>Error is /usr/lib/libm.so file in wrong format! > > Ok, but what is context? Please copy-paste the *exact error output* of > make with at least a couple of lines around it. Without the precise file > and other possible details, there is very little we can say about this. > > And what version of DOMjudge do you use? > > >> -- Then, I followed Install again, I check url /share/domjudge/www/jury > >> => it a white page. > > > > First of all, you should browse to http://localhost/domjudgeor > > something similar depending on what setup for apache you used. Did you > > install the apache.conf snippet and configure apache? Then, the best > > place to look for clues is in the apache error log files. > > > >> Because I followed your document, and as your document, I must go to > > jury folder on my browser, but after I installed domjudge, I can't find > > out /jury folder in /domjudge (it located in /share/domjudge/www/jury). > > I sure that apache was install and configure (I can run my site well). > > This is not /domjudge on your filesystem, but a URL as served by your > webserver. You should first make sure that your webserver is configured > properly and you can view some webpage served from it. > > Then you have to configure it to include the DOMjudge website tree. The > admin manual describes how to do that for Apache, but at least I have no > experience with Kloxo (I've never even heard of it before). So unless > someone else knows this or you can switch to using Apache, I'm afraid > you'll have to figure that out yourself or via other resources. > > >> I think I have some mistake when install, but I sure that I followed all > >> of you tutorial. So, can you help me to install this? I'm using CentOS > >> 6.7 with Kloxo installed. > > > > We have no experience with Kloxo, so I don't know whether domjudge will > > work with that instead of plain apache2. > > > >>Because this is a VPS provided by my school's cloud system, so I can't > > choose OS, it was install CentOS with Kloxo bby default! > > Then it might be best to try to contact someone at your school who has > more experience with configuring this VPS/Kloxo, show them the Apache2 > configuration snippet (in etc/apache.conf) and ask if there is a way to > configure that in your system. > > Best, > Jaap > > > > On Mon, Nov 16, 2015 at 6:28 PM, Jaap Eldering <jaap@jaapeldering.nl <mailto:jaap@jaapeldering.nl> <mailto:jaap@jaapeldering.nl <mailto:jaap@jaapeldering.nl>> > > <mailto:jaap@jaapeldering.nl <mailto:jaap@jaapeldering.nl> <mailto:jaap@jaapeldering.nl <mailto:jaap@jaapeldering.nl>>>> wrote: > > > > Hi Vu Linh, > > > > First of all, please subscribe to the emaillist: this means > that your > > emails automatically gets posted and we don't have to moderate it. > > > > On 16-11-15 00:47, Vũ Linh Nguyễn wrote: > > > Dear admin, > > > > > > I am a student at University of Information Technology, I'm > going to use > > > Domjudge to organize our contest (ACM), I followed your > Admin Manual > > > Installation Guide, but I always get error when install > Domjudge: > > > > > > -- Before, I get error about jsoncpp-devel. Then, I add > > > --disable-submitclient in configure line. This was not happened. > > > > I don't understand your last sentence. Do you mean that adding > > --disable-submitclient fixed the error? > > > > > -- After, when I run make, I get error about symbol in > /usr/lib/libm.so. > > > File in wrong format. > > > > What is the exact error message? Which version of DOMjudge are you > > using? > > > > > -- Then, I followed Install again, I check url > /share/domjudge/www/jury > > > => it a white page. > > > > First of all, you should browse to http://localhost/domjudge or > > something similar depending on what setup for apache you used. > Did you > > install the apache.conf snippet and configure apache? Then, > the best > > place to look for clues is in the apache error log files. > > > > > I think I have some mistake when install, but I sure that I > followed all > > > of you tutorial. So, can you help me to install this? I'm > using CentOS > > > 6.7 with Kloxo installed. > > > > We have no experience with Kloxo, so I don't know whether > domjudge will > > work with that instead of plain apache2. > > > > Best, > > Jaap > > > > > > > > > > -- > > *---------------------------------------------------------------------------------------------* > > *Nguyễn Vũ Linh - Sói Hoang* > > * > > * > > Software/Website/Game Developer - AI, PTS, Corel, AE Designer > > ...................... > > Phone: 0963.203.813 > > Website: http://ww-solution.me <http://ww-solution.me/> > > Email: linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>> > <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>>> | > > nguyen.vu.linh321@gmail.com <mailto:nguyen.vu.linh321@gmail.com> <mailto:nguyen.vu.linh321@gmail.com <mailto:nguyen.vu.linh321@gmail.com>> > <mailto:nguyen.vu.linh321@gmail.com <mailto:nguyen.vu.linh321@gmail.com> > <mailto:nguyen.vu.linh321@gmail.com <mailto:nguyen.vu.linh321@gmail.com>>> > > ............................. > > Facebook: http://facebook.com/linhnv2110 > > Skype: linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>> > <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>>> > > _______________________________________________ > DOMjudge-devel mailing list > DOMjudge-devel@domjudge.org <mailto:DOMjudge-devel@domjudge.org> <mailto:DOMjudge-devel@domjudge.org <mailto:DOMjudge-devel@domjudge.org>> > https://www.domjudge.org/mailman/listinfo/domjudge-devel > > > > > -- > *---------------------------------------------------------------------------------------------* > *Nguyễn Vũ Linh - Sói Hoang* > * > * > Software/Website/Game Developer - AI, PTS, Corel, AE Designer > ...................... > Phone: 0963.203.813 > Website: http://ww-solution.me <http://ww-solution.me/> > Email: linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>> | > nguyen.vu.linh321@gmail.com <mailto:nguyen.vu.linh321@gmail.com> <mailto:nguyen.vu.linh321@gmail.com <mailto:nguyen.vu.linh321@gmail.com>> > ............................. > Facebook: http://facebook.com/linhnv2110 > Skype: linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>>
-- *---------------------------------------------------------------------------------------------* *Nguyễn Vũ Linh - Sói Hoang*
Software/Website/Game Developer - AI, PTS, Corel, AE Designer ...................... Phone: 0963.203.813 Website: http://ww-solution.me http://ww-solution.me/ Email: linhnv2110@gmail.com mailto:linhnv2110@gmail.com | nguyen.vu.linh321@gmail.com mailto:nguyen.vu.linh321@gmail.com ............................. Facebook: http://facebook.com/linhnv2110 Skype: linhnv2110@gmail.com mailto:linhnv2110@gmail.com
Dear Sir,
I'm installing Domjudge on CentOS 6.7
I putted domjudge on /home/......./domjudge
Then I run: ./configure --prefix=/home/....../domjudge --disable-submitclient
Everything is OK.
Then I run:
make domserver && make install-domserver
==> OK make judgehost && make install-judgehost
==> I get error: gcc -fPIE -Wl,-z,relro -Wl,-z,now runguard.o /usr/lib/libm.so -o runguard /usr/lib/libm.so: could not read symbols: File in wrong format collect2: error: ld returned 1 exit status make[1]: *** [runguard] Error 1 make[1]: Leaving directory `/home/............/domjudge/judge' make: *** [judgehost] Error 1
make docs && make install-docs ==> I get this: make[2]: *** [install-docs] Error 1 make[2]: Leaving directory `/home/.............../domjudge/doc/admin' make[1]: *** [install-docs] Error 1 make[1]: Leaving directory `/home/................/domjudge/doc' make: *** [install-docs] Error 1
So when I open browser and put: http://domain/domjudge/jury --> 404 Not found.
I searched on my server under /home/....../domjudge It has:
aclocal.m4 config.log COPYING.BSD judge paths.mk www bootstrap config.status COPYING.MIT lib paths.mk.in ChangeLog config.sub doc m4 README CODINGSTYLE configure domserver Makefile sql composer.json configure.ac etc Makefile.global submit config.guess COPYING install-sh misc-tools tests
Did I miss anything? Please help me!
Thanks for your support!
Best regard, Linh
On Wed, Nov 25, 2015 at 9:13 AM, Jaap Eldering jaap@jaapeldering.nl wrote:
On 24-11-15 22:53, Vũ Linh Nguyễn wrote:
Dear Sir,
-- I can't install jsoncpp-devel on CentOS. And I get error when I run command "config". How can I solve this problem?
Indeed, it is noted in the admin manual that jsoncpp-devel is not available on CentOS.
You can work around that by disabling the submit client by passing the option --disable-submitclient to configure, or you can try to install the JSONcpp library from source if you want to be able to use the submit client.
Best, Jaap
On Tue, Nov 24, 2015 at 5:42 PM, Jaap Eldering <jaap@jaapeldering.nl mailto:jaap@jaapeldering.nl> wrote:
Hi Linh, LaTeX is only needed to (re)generate the documentation, but DOMjudge will work fine without that. So you can safely ignore these errors. Jaap On 24-11-15 07:58, Vũ Linh Nguyễn wrote: > Dear Sir, > > Now, I'm trying to install Domjudge on another clean CentOS VPS.
But I
> get error when install texlive-latex-recommended
texlive-latex-extra.
> > If I don't install this, whether Domjudge can would correctly? > > Thanks for your help, and I'm looking forward to hearing from you
soon!
> > Best regard, > Linh > > On Mon, Nov 16, 2015 at 9:51 PM, Jaap Eldering <
jaap@jaapeldering.nl mailto:jaap@jaapeldering.nl
> <mailto:jaap@jaapeldering.nl <mailto:jaap@jaapeldering.nl>>>
wrote:
> > Hi Vu Linh, > > On 16-11-15 12:36, Vũ Linh Nguyễn wrote: > > Thank for your reply, > > > > -- Before, I get error about jsoncpp-devel. Then, I add > >> --disable-submitclient in configure line. This was not happened. > > > > I don't understand your last sentence. Do you mean that
adding
> > --disable-submitclient fixed the error? > > > >>Yes, it fixed error about jsoncpp-devel in CentOS. > > > >> -- After, when I run make, I get error about symbol in /usr/lib/libm.so. > >> File in wrong format. > > > > What is the exact error message? Which version of DOMjudge are you using? > > > >>Error is /usr/lib/libm.so file in wrong format! > > Ok, but what is context? Please copy-paste the *exact error output* of > make with at least a couple of lines around it. Without the precise file > and other possible details, there is very little we can say about this. > > And what version of DOMjudge do you use? > > >> -- Then, I followed Install again, I check url /share/domjudge/www/jury > >> => it a white page. > > > > First of all, you should browse to
> > something similar depending on what setup for apache you used. Did you > > install the apache.conf snippet and configure apache? Then, the best > > place to look for clues is in the apache error log files. > > > >> Because I followed your document, and as your document, I must go to > > jury folder on my browser, but after I installed domjudge, I can't find > > out /jury folder in /domjudge (it located in /share/domjudge/www/jury). > > I sure that apache was install and configure (I can run my site well). > > This is not /domjudge on your filesystem, but a URL as served by your > webserver. You should first make sure that your webserver is configured > properly and you can view some webpage served from it. > > Then you have to configure it to include the DOMjudge website tree. The > admin manual describes how to do that for Apache, but at least I have no > experience with Kloxo (I've never even heard of it before). So unless > someone else knows this or you can switch to using Apache, I'm afraid > you'll have to figure that out yourself or via other resources. > > >> I think I have some mistake when install, but I sure that I followed all > >> of you tutorial. So, can you help me to install this? I'm using CentOS > >> 6.7 with Kloxo installed. > > > > We have no experience with Kloxo, so I don't know whether domjudge will > > work with that instead of plain apache2. > > > >>Because this is a VPS provided by my school's cloud system, so I can't > > choose OS, it was install CentOS with Kloxo bby default! > > Then it might be best to try to contact someone at your school who has > more experience with configuring this VPS/Kloxo, show them the Apache2 > configuration snippet (in etc/apache.conf) and ask if there is a way to > configure that in your system. > > Best, > Jaap > > > > On Mon, Nov 16, 2015 at 6:28 PM, Jaap Eldering <jaap@jaapeldering.nl <mailto:jaap@jaapeldering.nl> <mailto:jaap@jaapeldering.nl <mailto:jaap@jaapeldering.nl>> > > <mailto:jaap@jaapeldering.nl <mailto:jaap@jaapeldering.nl> <mailto:jaap@jaapeldering.nl <mailto:jaap@jaapeldering.nl>>>> wrote: > > > > Hi Vu Linh, > > > > First of all, please subscribe to the emaillist: this
means
> that your > > emails automatically gets posted and we don't have to moderate it. > > > > On 16-11-15 00:47, Vũ Linh Nguyễn wrote: > > > Dear admin, > > > > > > I am a student at University of Information Technology, I'm > going to use > > > Domjudge to organize our contest (ACM), I followed your > Admin Manual > > > Installation Guide, but I always get error when install > Domjudge: > > > > > > -- Before, I get error about jsoncpp-devel. Then, I add > > > --disable-submitclient in configure line. This was not happened. > > > > I don't understand your last sentence. Do you mean that adding > > --disable-submitclient fixed the error? > > > > > -- After, when I run make, I get error about symbol in > /usr/lib/libm.so. > > > File in wrong format. > > > > What is the exact error message? Which version of DOMjudge are you > > using? > > > > > -- Then, I followed Install again, I check url > /share/domjudge/www/jury > > > => it a white page. > > > > First of all, you should browse to http://localhost/domjudge or > > something similar depending on what setup for apache you used. > Did you > > install the apache.conf snippet and configure apache?
Then,
> the best > > place to look for clues is in the apache error log files. > > > > > I think I have some mistake when install, but I sure that I > followed all > > > of you tutorial. So, can you help me to install this?
I'm
> using CentOS > > > 6.7 with Kloxo installed. > > > > We have no experience with Kloxo, so I don't know whether > domjudge will > > work with that instead of plain apache2. > > > > Best, > > Jaap > > > > > > > > > > -- > >
*---------------------------------------------------------------------------------------------*
> > *Nguyễn Vũ Linh - Sói Hoang* > > * > > * > > Software/Website/Game Developer - AI, PTS, Corel, AE Designer > > ...................... > > Phone: 0963.203.813 > > Website: http://ww-solution.me <http://ww-solution.me/> > > Email: linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>> > <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>>> | > > nguyen.vu.linh321@gmail.com <mailto:nguyen.vu.linh321@gmail.com> <mailto:nguyen.vu.linh321@gmail.com <mailto:nguyen.vu.linh321@gmail.com>> > <mailto:nguyen.vu.linh321@gmail.com <mailto:nguyen.vu.linh321@gmail.com> > <mailto:nguyen.vu.linh321@gmail.com <mailto:
nguyen.vu.linh321@gmail.com>>>
> > ............................. > > Facebook: http://facebook.com/linhnv2110 > > Skype: linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>> > <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>>> > > _______________________________________________ > DOMjudge-devel mailing list > DOMjudge-devel@domjudge.org <mailto:DOMjudge-devel@domjudge.org> <mailto:DOMjudge-devel@domjudge.org <mailto:DOMjudge-devel@domjudge.org>> > https://www.domjudge.org/mailman/listinfo/domjudge-devel > > > > > -- >
*---------------------------------------------------------------------------------------------*
> *Nguyễn Vũ Linh - Sói Hoang* > * > * > Software/Website/Game Developer - AI, PTS, Corel, AE Designer > ...................... > Phone: 0963.203.813 > Website: http://ww-solution.me <http://ww-solution.me/> > Email: linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>> | > nguyen.vu.linh321@gmail.com <mailto:nguyen.vu.linh321@gmail.com> <mailto:nguyen.vu.linh321@gmail.com <mailto:nguyen.vu.linh321@gmail.com>> > ............................. > Facebook: http://facebook.com/linhnv2110 > Skype: linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>>
--
*---------------------------------------------------------------------------------------------*
*Nguyễn Vũ Linh - Sói Hoang*
Software/Website/Game Developer - AI, PTS, Corel, AE Designer ...................... Phone: 0963.203.813 Website: http://ww-solution.me http://ww-solution.me/ Email: linhnv2110@gmail.com mailto:linhnv2110@gmail.com | nguyen.vu.linh321@gmail.com mailto:nguyen.vu.linh321@gmail.com ............................. Facebook: http://facebook.com/linhnv2110 Skype: linhnv2110@gmail.com mailto:linhnv2110@gmail.com
Dear Sir,
I just install Domjudge on a clean VPS CentOS.
I installed Apache,PHP,MySQL and phpmyadmin, compilers....
I run ./configure and make correctly.
But now, when I browse http://ipaddress/domjudge or http://ipaddress/domjudge/jury.... I get error 403 Forbidden
I don't know what I missed, please help me!
Thanks for your support!
Best regard, Linh
On Thu, Nov 26, 2015 at 11:39 AM, Vũ Linh Nguyễn linhnv2110@gmail.com wrote:
Dear Sir,
I'm installing Domjudge on CentOS 6.7
I putted domjudge on /home/......./domjudge
Then I run: ./configure --prefix=/home/....../domjudge --disable-submitclient
Everything is OK.
Then I run:
make domserver && make install-domserver
==> OK make judgehost && make install-judgehost
==> I get error: gcc -fPIE -Wl,-z,relro -Wl,-z,now runguard.o /usr/lib/libm.so -o runguard /usr/lib/libm.so: could not read symbols: File in wrong format collect2: error: ld returned 1 exit status make[1]: *** [runguard] Error 1 make[1]: Leaving directory `/home/............/domjudge/judge' make: *** [judgehost] Error 1
make docs && make install-docs ==> I get this: make[2]: *** [install-docs] Error 1 make[2]: Leaving directory `/home/.............../domjudge/doc/admin' make[1]: *** [install-docs] Error 1 make[1]: Leaving directory `/home/................/domjudge/doc' make: *** [install-docs] Error 1
So when I open browser and put: http://domain/domjudge/jury --> 404 Not found.
I searched on my server under /home/....../domjudge It has:
aclocal.m4 config.log COPYING.BSD judge paths.mk www bootstrap config.status COPYING.MIT lib paths.mk.in ChangeLog config.sub doc m4 README CODINGSTYLE configure domserver Makefile sql composer.json configure.ac etc Makefile.global submit config.guess COPYING install-sh misc-tools tests
Did I miss anything? Please help me!
Thanks for your support!
Best regard, Linh
On Wed, Nov 25, 2015 at 9:13 AM, Jaap Eldering jaap@jaapeldering.nl wrote:
On 24-11-15 22:53, Vũ Linh Nguyễn wrote:
Dear Sir,
-- I can't install jsoncpp-devel on CentOS. And I get error when I run command "config". How can I solve this problem?
Indeed, it is noted in the admin manual that jsoncpp-devel is not available on CentOS.
You can work around that by disabling the submit client by passing the option --disable-submitclient to configure, or you can try to install the JSONcpp library from source if you want to be able to use the submit client.
Best, Jaap
On Tue, Nov 24, 2015 at 5:42 PM, Jaap Eldering <jaap@jaapeldering.nl mailto:jaap@jaapeldering.nl> wrote:
Hi Linh, LaTeX is only needed to (re)generate the documentation, but DOMjudge will work fine without that. So you can safely ignore these errors. Jaap On 24-11-15 07:58, Vũ Linh Nguyễn wrote: > Dear Sir, > > Now, I'm trying to install Domjudge on another clean CentOS VPS.
But I
> get error when install texlive-latex-recommended
texlive-latex-extra.
> > If I don't install this, whether Domjudge can would correctly? > > Thanks for your help, and I'm looking forward to hearing from you
soon!
> > Best regard, > Linh > > On Mon, Nov 16, 2015 at 9:51 PM, Jaap Eldering <
jaap@jaapeldering.nl mailto:jaap@jaapeldering.nl
> <mailto:jaap@jaapeldering.nl <mailto:jaap@jaapeldering.nl>>>
wrote:
> > Hi Vu Linh, > > On 16-11-15 12:36, Vũ Linh Nguyễn wrote: > > Thank for your reply, > > > > -- Before, I get error about jsoncpp-devel. Then, I add > >> --disable-submitclient in configure line. This was not happened. > > > > I don't understand your last sentence. Do you mean that
adding
> > --disable-submitclient fixed the error? > > > >>Yes, it fixed error about jsoncpp-devel in CentOS. > > > >> -- After, when I run make, I get error about symbol in /usr/lib/libm.so. > >> File in wrong format. > > > > What is the exact error message? Which version of DOMjudge are you using? > > > >>Error is /usr/lib/libm.so file in wrong format! > > Ok, but what is context? Please copy-paste the *exact error output* of > make with at least a couple of lines around it. Without the precise file > and other possible details, there is very little we can say about this. > > And what version of DOMjudge do you use? > > >> -- Then, I followed Install again, I check url /share/domjudge/www/jury > >> => it a white page. > > > > First of all, you should browse to
> > something similar depending on what setup for apache you used. Did you > > install the apache.conf snippet and configure apache? Then, the best > > place to look for clues is in the apache error log files. > > > >> Because I followed your document, and as your document, I must go to > > jury folder on my browser, but after I installed domjudge, I can't find > > out /jury folder in /domjudge (it located in /share/domjudge/www/jury). > > I sure that apache was install and configure (I can run my site well). > > This is not /domjudge on your filesystem, but a URL as served by your > webserver. You should first make sure that your webserver is configured > properly and you can view some webpage served from it. > > Then you have to configure it to include the DOMjudge website tree. The > admin manual describes how to do that for Apache, but at least I have no > experience with Kloxo (I've never even heard of it before). So unless > someone else knows this or you can switch to using Apache, I'm afraid > you'll have to figure that out yourself or via other
resources.
> > >> I think I have some mistake when install, but I sure that I followed all > >> of you tutorial. So, can you help me to install this? I'm using CentOS > >> 6.7 with Kloxo installed. > > > > We have no experience with Kloxo, so I don't know whether domjudge will > > work with that instead of plain apache2. > > > >>Because this is a VPS provided by my school's cloud system, so I can't > > choose OS, it was install CentOS with Kloxo bby default! > > Then it might be best to try to contact someone at your school who has > more experience with configuring this VPS/Kloxo, show them the Apache2 > configuration snippet (in etc/apache.conf) and ask if there is a way to > configure that in your system. > > Best, > Jaap > > > > On Mon, Nov 16, 2015 at 6:28 PM, Jaap Eldering <jaap@jaapeldering.nl <mailto:jaap@jaapeldering.nl> <mailto:jaap@jaapeldering.nl <mailto:jaap@jaapeldering.nl>> > > <mailto:jaap@jaapeldering.nl <mailto:jaap@jaapeldering.nl> <mailto:jaap@jaapeldering.nl <mailto:jaap@jaapeldering.nl>>>>
wrote:
> > > > Hi Vu Linh, > > > > First of all, please subscribe to the emaillist: this
means
> that your > > emails automatically gets posted and we don't have to moderate it. > > > > On 16-11-15 00:47, Vũ Linh Nguyễn wrote: > > > Dear admin, > > > > > > I am a student at University of Information Technology, I'm > going to use > > > Domjudge to organize our contest (ACM), I followed
your
> Admin Manual > > > Installation Guide, but I always get error when
install
> Domjudge: > > > > > > -- Before, I get error about jsoncpp-devel. Then, I
add
> > > --disable-submitclient in configure line. This was not happened. > > > > I don't understand your last sentence. Do you mean that adding > > --disable-submitclient fixed the error? > > > > > -- After, when I run make, I get error about symbol in > /usr/lib/libm.so. > > > File in wrong format. > > > > What is the exact error message? Which version of DOMjudge are you > > using? > > > > > -- Then, I followed Install again, I check url > /share/domjudge/www/jury > > > => it a white page. > > > > First of all, you should browse to http://localhost/domjudge or > > something similar depending on what setup for apache you used. > Did you > > install the apache.conf snippet and configure apache?
Then,
> the best > > place to look for clues is in the apache error log
files.
> > > > > I think I have some mistake when install, but I sure that I > followed all > > > of you tutorial. So, can you help me to install this?
I'm
> using CentOS > > > 6.7 with Kloxo installed. > > > > We have no experience with Kloxo, so I don't know
whether
> domjudge will > > work with that instead of plain apache2. > > > > Best, > > Jaap > > > > > > > > > > -- > >
*---------------------------------------------------------------------------------------------*
> > *Nguyễn Vũ Linh - Sói Hoang* > > * > > * > > Software/Website/Game Developer - AI, PTS, Corel, AE
Designer
> > ...................... > > Phone: 0963.203.813 > > Website: http://ww-solution.me <http://ww-solution.me/> > > Email: linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>> > <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>>> | > > nguyen.vu.linh321@gmail.com <mailto:nguyen.vu.linh321@gmail.com> <mailto:nguyen.vu.linh321@gmail.com <mailto:nguyen.vu.linh321@gmail.com>> > <mailto:nguyen.vu.linh321@gmail.com <mailto:nguyen.vu.linh321@gmail.com> > <mailto:nguyen.vu.linh321@gmail.com <mailto:
nguyen.vu.linh321@gmail.com>>>
> > ............................. > > Facebook: http://facebook.com/linhnv2110 > > Skype: linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>> > <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>>> > > _______________________________________________ > DOMjudge-devel mailing list > DOMjudge-devel@domjudge.org <mailto:DOMjudge-devel@domjudge.org> <mailto:DOMjudge-devel@domjudge.org <mailto:DOMjudge-devel@domjudge.org>> > https://www.domjudge.org/mailman/listinfo/domjudge-devel > > > > > -- >
*---------------------------------------------------------------------------------------------*
> *Nguyễn Vũ Linh - Sói Hoang* > * > * > Software/Website/Game Developer - AI, PTS, Corel, AE Designer > ...................... > Phone: 0963.203.813 > Website: http://ww-solution.me <http://ww-solution.me/> > Email: linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>> | > nguyen.vu.linh321@gmail.com <mailto:nguyen.vu.linh321@gmail.com> <mailto:nguyen.vu.linh321@gmail.com <mailto:nguyen.vu.linh321@gmail.com>> > ............................. > Facebook: http://facebook.com/linhnv2110 > Skype: linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> <mailto:linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>>
--
*---------------------------------------------------------------------------------------------*
*Nguyễn Vũ Linh - Sói Hoang*
Software/Website/Game Developer - AI, PTS, Corel, AE Designer ...................... Phone: 0963.203.813 Website: http://ww-solution.me http://ww-solution.me/ Email: linhnv2110@gmail.com mailto:linhnv2110@gmail.com | nguyen.vu.linh321@gmail.com mailto:nguyen.vu.linh321@gmail.com ............................. Facebook: http://facebook.com/linhnv2110 Skype: linhnv2110@gmail.com mailto:linhnv2110@gmail.com
--
*---------------------------------------------------------------------------------------------* *Nguyễn Vũ Linh - Sói Hoang*
Software/Website/Game Developer - AI, PTS, Corel, AE Designer ...................... Phone: 0963.203.813 Website: http://ww-solution.me Email: linhnv2110@gmail.com | nguyen.vu.linh321@gmail.com ............................. Facebook: http://facebook.com/linhnv2110 Skype: linhnv2110@gmail.com
Hi Linh,
On 26-11-15 12:31, Vũ Linh Nguyễn wrote:
Dear Sir,
I just install Domjudge on a clean VPS CentOS.
I installed Apache,PHP,MySQL and phpmyadmin, compilers....
I run ./configure and make correctly.
But now, when I browse http://ipaddress/domjudge or http://ipaddress/domjudge/jury.... I get error 403 Forbidden
Did you use the etc/apache.conf file to configure the webserver?
Does browsing to http://ipaddress/ work?
What is in the access/error log files of the webserver?
Best, Jaap
On Thu, Nov 26, 2015 at 11:39 AM, Vũ Linh Nguyễn <linhnv2110@gmail.com mailto:linhnv2110@gmail.com> wrote:
Dear Sir, I'm installing Domjudge on CentOS 6.7 I putted domjudge on /home/......./domjudge Then I run: ./configure --prefix=/home/....../domjudge --disable-submitclient Everything is OK. Then I run: make domserver && make install-domserver ==> OK make judgehost && make install-judgehost ==> I get error: gcc -fPIE -Wl,-z,relro -Wl,-z,now runguard.o /usr/lib/libm.so -o runguard /usr/lib/libm.so: could not read symbols: File in wrong format collect2: error: ld returned 1 exit status make[1]: *** [runguard] Error 1 make[1]: Leaving directory `/home/............/domjudge/judge' make: *** [judgehost] Error 1 make docs && make install-docs ==> I get this: make[2]: *** [install-docs] Error 1 make[2]: Leaving directory `/home/.............../domjudge/doc/admin' make[1]: *** [install-docs] Error 1 make[1]: Leaving directory `/home/................/domjudge/doc' make: *** [install-docs] Error 1 So when I open browser and put: http://domain/domjudge/jury --> 404 Not found. I searched on my server under /home/....../domjudge It has: aclocal.m4 config.log COPYING.BSD judge paths.mk <http://paths.mk> www bootstrap config.status COPYING.MIT lib paths.mk.in <http://paths.mk.in> ChangeLog config.sub doc m4 README CODINGSTYLE configure domserver Makefile sql composer.json configure.ac <http://configure.ac> etc Makefile.global submit config.guess COPYING install-sh misc-tools tests Did I miss anything? Please help me! Thanks for your support! Best regard, Linh
Dear Sir,
I used etc/apache.conf
I command: sudo ln -s /home/domjudge/domserver/etc/apache.conf /etc/httpd/conf.d/domjudge.conf sudo apachectl graceful
When I browse: http://ipaddress --> it'OK - it shows default Page of Apache on CentOS.
But when I browse http://ipaddress/domjudge/jury -> I got error 403.
If I didn't use etc/apache.conf => When I browse http://ipaddress/domjudge/jury -> I would get error 404 - Not found
Please help me!
Best regard, Linh
On Thu, Nov 26, 2015 at 10:32 PM, Jaap Eldering jaap@jaapeldering.nl wrote:
Hi Linh,
On 26-11-15 12:31, Vũ Linh Nguyễn wrote:
Dear Sir,
I just install Domjudge on a clean VPS CentOS.
I installed Apache,PHP,MySQL and phpmyadmin, compilers....
I run ./configure and make correctly.
But now, when I browse http://ipaddress/domjudge or http://ipaddress/domjudge/jury.... I get error 403 Forbidden
Did you use the etc/apache.conf file to configure the webserver?
Does browsing to http://ipaddress/ work?
What is in the access/error log files of the webserver?
Best, Jaap
On Thu, Nov 26, 2015 at 11:39 AM, Vũ Linh Nguyễn <linhnv2110@gmail.com mailto:linhnv2110@gmail.com> wrote:
Dear Sir, I'm installing Domjudge on CentOS 6.7 I putted domjudge on /home/......./domjudge Then I run: ./configure --prefix=/home/....../domjudge --disable-submitclient Everything is OK. Then I run: make domserver && make install-domserver ==> OK make judgehost && make install-judgehost ==> I get error: gcc -fPIE -Wl,-z,relro -Wl,-z,now runguard.o /usr/lib/libm.so -o runguard /usr/lib/libm.so: could not read symbols: File in wrong format collect2: error: ld returned 1 exit status make[1]: *** [runguard] Error 1 make[1]: Leaving directory `/home/............/domjudge/judge' make: *** [judgehost] Error 1 make docs && make install-docs ==> I get this: make[2]: *** [install-docs] Error 1 make[2]: Leaving directory `/home/.............../domjudge/doc/admin' make[1]: *** [install-docs] Error 1 make[1]: Leaving directory `/home/................/domjudge/doc' make: *** [install-docs] Error 1 So when I open browser and put: http://domain/domjudge/jury --> 404 Not found. I searched on my server under /home/....../domjudge It has: aclocal.m4 config.log COPYING.BSD judge paths.mk <http://paths.mk> www bootstrap config.status COPYING.MIT lib paths.mk.in <http://paths.mk.in> ChangeLog config.sub doc m4 README CODINGSTYLE configure domserver Makefile sql composer.json configure.ac <http://configure.ac> etc Makefile.global submit config.guess COPYING install-sh misc-tools tests Did I miss anything? Please help me! Thanks for your support! Best regard, Linh
Hi,
*Vũ Linh Nguyễn linhnv2110@gmail.com [15/11/26]:
Dear Sir,
I used etc/apache.conf
I command: sudo ln -s /home/domjudge/domserver/etc/apache.conf /etc/httpd/ conf.d/domjudge.conf sudo apachectl graceful
When I browse: http://ipaddress --> it'OK - it shows default Page of Apache on CentOS.
But when I browse http://ipaddress/domjudge/jury -> I got error 403.
Do you also get a 403 when going to http://ipaddress/domjudge/ ?
Cheers, Tobi
Dear Sir,
Yes, I also get 403 Forbidden error when browse http://ipaddress/domjudge
Best regard, Vu Linh
On Sun, Nov 29, 2015 at 3:44 AM, Tobias Werth Tobias.Werth@fau.de wrote:
Hi,
*Vũ Linh Nguyễn linhnv2110@gmail.com [15/11/26]:
Dear Sir,
I used etc/apache.conf
I command: sudo ln -s /home/domjudge/domserver/etc/apache.conf
/etc/httpd/
conf.d/domjudge.conf sudo apachectl graceful
When I browse: http://ipaddress --> it'OK - it shows default Page of
Apache on
CentOS.
But when I browse http://ipaddress/domjudge/jury -> I got error 403.
Do you also get a 403 when going to http://ipaddress/domjudge/ ?
Cheers, Tobi
Yes, I also get 403 Forbidden error when browse http://ipaddress/domjudge
Is the path /home/....... readable for the webserver user? It should probably have world-readable and executable permissions. Also for any subdirs on the path to your DOMjudge directory.
(This is more about generic Apache configuration than DOMjudge configuration. You might want to try and Google some on that as there are many results you can find for configuring Apache and problems with that; this might be quicker than waiting for our replies.)
Cheers, Thijs
Dear Sir,
I removed Kloxo, reinstalled httpd and mysql....
Now, Domjudge's working well.
Thanks for your support!
Best regard, Vu Linh
On Sun, Nov 29, 2015 at 11:33 PM, Thijs Kinkhorst thijs@kinkhorst.com wrote:
Yes, I also get 403 Forbidden error when browse
Is the path /home/....... readable for the webserver user? It should probably have world-readable and executable permissions. Also for any subdirs on the path to your DOMjudge directory.
(This is more about generic Apache configuration than DOMjudge configuration. You might want to try and Google some on that as there are many results you can find for configuring Apache and problems with that; this might be quicker than waiting for our replies.)
Cheers, Thijs
DOMjudge-devel mailing list DOMjudge-devel@domjudge.org https://www.domjudge.org/mailman/listinfo/domjudge-devel
Dear Sir,
I have a problem, and I need your help. I setup and configured domjudge successful. But now, I want to change port of Domjudge (example, when we organize an offline contest, I want to close port on public network, I only open domjudge port for LAN).
So can I change port of domjudge? Default port is 80, right?
Thanks for your support!
Best regard, Linh
On Tue, Dec 1, 2015 at 4:04 PM, Vũ Linh Nguyễn linhnv2110@gmail.com wrote:
Dear Sir,
I removed Kloxo, reinstalled httpd and mysql....
Now, Domjudge's working well.
Thanks for your support!
Best regard, Vu Linh
On Sun, Nov 29, 2015 at 11:33 PM, Thijs Kinkhorst thijs@kinkhorst.com wrote:
Yes, I also get 403 Forbidden error when browse
Is the path /home/....... readable for the webserver user? It should probably have world-readable and executable permissions. Also for any subdirs on the path to your DOMjudge directory.
(This is more about generic Apache configuration than DOMjudge configuration. You might want to try and Google some on that as there are many results you can find for configuring Apache and problems with that; this might be quicker than waiting for our replies.)
Cheers, Thijs
DOMjudge-devel mailing list DOMjudge-devel@domjudge.org https://www.domjudge.org/mailman/listinfo/domjudge-devel
--
*---------------------------------------------------------------------------------------------* *Nguyễn Vũ Linh - Sói Hoang*
Software/Website/Game Developer - AI, PTS, Corel, AE Designer ...................... Phone: 0963.203.813 Website: http://ww-solution.me Email: linhnv2110@gmail.com | nguyen.vu.linh321@gmail.com ............................. Facebook: http://facebook.com/linhnv2110 Skype: linhnv2110@gmail.com
Hi Linh,
I have a problem, and I need your help. I setup and configured domjudge successful. But now, I want to change port of Domjudge (example, when we organize an offline contest, I want to close port on public network, I only open domjudge port for LAN).
So can I change port of domjudge? Default port is 80, right?
It's no problem for DOMjudge to run on any port you'd like. This is just a matter of changing your Apache configuration (look for the "Listen" directive somewhere under /etc/httpd), and make sure you update the URL in your judgehosts' restapi.secrets file to also include the correct port number.
Cheers, Thijs
Dear Sir,
I forgot something when I setup Domjudge, I didn't install judgehost. Now, I just install it, but I got error when I run:
make judgehost
Error detail:
make -C etc config make[1]: Entering directory `/home/domjudge/etc' make[1]: Nothing to be done for `config'. make[1]: Leaving directory `/home/domjudge/etc' Recursing target `judgehost' into: etc judge misc-tools make[1]: Entering directory `/home/domjudge/etc' make[1]: Nothing to be done for `judgehost'. make[1]: Leaving directory `/home/domjudge/etc' make[1]: Entering directory `/home/domjudge/judge' gcc -fPIE -Wl,-z,relro -Wl,-z,now runguard.o /usr/lib/libm.so -o runguard /usr/lib/libm.so: could not read symbols: File in wrong format collect2: ld returned 1 exit status make[1]: *** [runguard] Error 1 make[1]: Leaving directory `/home/domjudge/judge' make: *** [judgehost] Error 1
And when I run make install-judgehost, I also get error like that!
Can you help me?
Thanks for your support!
On Tue, Dec 8, 2015 at 11:17 AM, Thijs Kinkhorst thijs@kinkhorst.com wrote:
Hi Linh,
I have a problem, and I need your help. I setup and configured domjudge successful. But now, I want to change port of Domjudge (example, when we organize an offline contest, I want to close port on public network, I only open domjudge port for LAN).
So can I change port of domjudge? Default port is 80, right?
It's no problem for DOMjudge to run on any port you'd like. This is just a matter of changing your Apache configuration (look for the "Listen" directive somewhere under /etc/httpd), and make sure you update the URL in your judgehosts' restapi.secrets file to also include the correct port number.
Cheers, Thijs
Hi Linh,
gcc -fPIE -Wl,-z,relro -Wl,-z,now runguard.o /usr/lib/libm.so -o runguard /usr/lib/libm.so: could not read symbols: File in wrong format
I've never seen that before. It suggests that there's something wrong with your system. Did you by any chance install e.g. 32 bit packages on a 64 bit OS installation, or the other way around?
I propose using Google to find out more about this error because it's not DOMjudge related.
Cheers, Thijs
Dear Sir,
I tried to install 32bit package, I enter judge folder then run:
gcc -m32 -fPIE -Wl,-z,relro -Wl,-z,now runguard.o /usr/lib/libm.so -o runguard
But I got another error like this: runguard.o: could not read symbols: File in wrong format
How can I solve this problem? Please help me! Thanks for your help!
Best regard, Linh
On Tue, Dec 8, 2015 at 11:30 PM, Thijs Kinkhorst thijs@kinkhorst.com wrote:
Hi Linh,
gcc -fPIE -Wl,-z,relro -Wl,-z,now runguard.o /usr/lib/libm.so -o runguard /usr/lib/libm.so: could not read symbols: File in wrong format
I've never seen that before. It suggests that there's something wrong with your system. Did you by any chance install e.g. 32 bit packages on a 64 bit OS installation, or the other way around?
I propose using Google to find out more about this error because it's not DOMjudge related.
Cheers, Thijs _______________________________________________ DOMjudge-devel mailing list DOMjudge-devel@domjudge.org https://www.domjudge.org/mailman/listinfo/domjudge-devel
Dear Sir,
I solved this problem, now I can run contest throughly! Everything is OK.
But I have a question: I run domserver and judgehost on a same server.
So when I start judgedaemon on server, problems submitted will be compiled. So I want to ask that if I can create many judgedaemon on this server? And how can I do this? Because some problems has longer executive time.
I only can remote connect to VPS via ssh, and my server is:
-- 16CPU Xeon -- Ram 12GB.
So can you give me some suggestion for my contest!
Thanks for your reply!
Best regard, Linh
On Wed, Dec 9, 2015 at 6:50 AM, Vũ Linh Nguyễn linhnv2110@gmail.com wrote:
Dear Sir,
I tried to install 32bit package, I enter judge folder then run:
gcc -m32 -fPIE -Wl,-z,relro -Wl,-z,now runguard.o /usr/lib/libm.so -o runguard
But I got another error like this: runguard.o: could not read symbols: File in wrong format
How can I solve this problem? Please help me! Thanks for your help!
Best regard, Linh
On Tue, Dec 8, 2015 at 11:30 PM, Thijs Kinkhorst thijs@kinkhorst.com wrote:
Hi Linh,
gcc -fPIE -Wl,-z,relro -Wl,-z,now runguard.o /usr/lib/libm.so -o runguard /usr/lib/libm.so: could not read symbols: File in wrong format
I've never seen that before. It suggests that there's something wrong with your system. Did you by any chance install e.g. 32 bit packages on a 64 bit OS installation, or the other way around?
I propose using Google to find out more about this error because it's not DOMjudge related.
Cheers, Thijs _______________________________________________ DOMjudge-devel mailing list DOMjudge-devel@domjudge.org https://www.domjudge.org/mailman/listinfo/domjudge-devel
--
*---------------------------------------------------------------------------------------------* *Nguyễn Vũ Linh - Sói Hoang*
Software/Website/Game Developer - AI, PTS, Corel, AE Designer ...................... Phone: 0963.203.813 Website: http://ww-solution.me Email: linhnv2110@gmail.com | nguyen.vu.linh321@gmail.com ............................. Facebook: http://facebook.com/linhnv2110 Skype: linhnv2110@gmail.com
Hi,
On 12/09/15 04:27, Vũ Linh Nguyễn wrote:
I solved this problem, now I can run contest throughly! Everything is OK.
great! Can you please describe how you solved the problem (for future reference)?
But I have a question: I run domserver and judgehost on a same server.
So when I start judgedaemon on server, problems submitted will be compiled. So I want to ask that if I can create many judgedaemon on this server? And how can I do this? Because some problems has longer executive time.
I only can remote connect to VPS via ssh, and my server is:
-- 16CPU Xeon -- Ram 12GB.
So can you give me some suggestion for my contest!
Did you enable cgroups as described in the manual? https://www.domjudge.org/docs/admin-manual-3.html#ss3.17
With cgroups (and after the creation of multiple run users), you can start multiple judgedaemons on one machine. Make sure, you have enough resources left for Apache and mysql on the server machine.
Cheers, Tobi
Dear Sir,
-- With my problem: +++ First: I make judgehost: make judgehost +++ I found error: gcc -fPIE -Wl,-z,relro -Wl,-z,now runguard.o /usr/lib/libm.so -o runguard /usr/lib/libm.so: could not read symbols: File in wrong format
+++ So, I run gcc -fPIE -Wl,-z,relro -Wl,-z,now runguard.o /usr/lib64/libm.so -o runguard ==> No error anymore
+++ Afterthat, I run make judgehost again to make sure that without any error was raise. +++ Final, I run: make install-judgehost withour any error
-- About cgroup: I will check this, if I get any problem, I will contact you, thank you so much!
Best regard, Linh
On Wed, Dec 9, 2015 at 2:22 PM, Tobias Werth werth@cs.fau.de wrote:
Hi,
On 12/09/15 04:27, Vũ Linh Nguyễn wrote:
I solved this problem, now I can run contest throughly! Everything is OK.
great! Can you please describe how you solved the problem (for future reference)?
But I have a question: I run domserver and judgehost on a same server.
So when I start judgedaemon on server, problems submitted will be
compiled.
So I want to ask that if I can create many judgedaemon on this server?
And
how can I do this? Because some problems has longer executive time.
I only can remote connect to VPS via ssh, and my server is:
-- 16CPU Xeon -- Ram 12GB.
So can you give me some suggestion for my contest!
Did you enable cgroups as described in the manual? https://www.domjudge.org/docs/admin-manual-3.html#ss3.17
With cgroups (and after the creation of multiple run users), you can start multiple judgedaemons on one machine. Make sure, you have enough resources left for Apache and mysql on the server machine.
Cheers, Tobi
DOMjudge-devel mailing list DOMjudge-devel@domjudge.org https://www.domjudge.org/mailman/listinfo/domjudge-devel
Dear Sir,
I have some other problem here, please help me:
-- Problem 1: I install JDK 8u66 x64 on my server, and I check javac, java is OK, I compiled an example file (hello.java in domjudge/doc/exaples) is OK. But when I submit file in domjudge, judgedaemon run OK, but I receive error with output:
Compiling failed with exitcode 1, compiler output: Error occurred during initialization of VM Could not allocate metaspace: 1073741824 bytes
--> I don't know what I wrong, I read your Document, and I found out that about chroot, so I disable chroot, then I restart judgedaemon, but it's still not working, I can submit Java file (C, C++ is OK).
-- Problem 2: I want to use cgroup, I installed libcgroup-devel. But I don't know what is this:
- Edit grub config to add memory cgroup and swap accounting to the boot options. Edit /etc/default/grub and change the default commandline to GRUB_CMDLINE_LINUX_DEFAULT="quiet cgroup_enable=memory swapaccount=1". Then run update-grub and reboot.
--> I can't find out /etc/default/grub => I am using CentOS.
-- Problem 3: I want to install chroot. But when I run bin/dj_make_chroot => it's error: Error: No installation directory given. Then I run: bin/dj_make_chroot /home/domjudge/judgehost/chroot amd64, I get notification about install a package (debootstrap), but I get error when install (because this is a Debian package, not for CentOS).
Please help me, thanks for your support!
On Wed, Dec 9, 2015 at 3:06 PM, Vũ Linh Nguyễn linhnv2110@gmail.com wrote:
Dear Sir,
-- With my problem: +++ First: I make judgehost: make judgehost +++ I found error: gcc -fPIE -Wl,-z,relro -Wl,-z,now runguard.o /usr/lib/libm.so -o runguard /usr/lib/libm.so: could not read symbols: File in wrong format
+++ So, I run gcc -fPIE -Wl,-z,relro -Wl,-z,now runguard.o /usr/lib64/libm.so -o runguard ==> No error anymore
+++ Afterthat, I run make judgehost again to make sure that without any error was raise. +++ Final, I run: make install-judgehost withour any error
-- About cgroup: I will check this, if I get any problem, I will contact you, thank you so much!
Best regard, Linh
On Wed, Dec 9, 2015 at 2:22 PM, Tobias Werth werth@cs.fau.de wrote:
Hi,
On 12/09/15 04:27, Vũ Linh Nguyễn wrote:
I solved this problem, now I can run contest throughly! Everything is
OK.
great! Can you please describe how you solved the problem (for future reference)?
But I have a question: I run domserver and judgehost on a same server.
So when I start judgedaemon on server, problems submitted will be
compiled.
So I want to ask that if I can create many judgedaemon on this server?
And
how can I do this? Because some problems has longer executive time.
I only can remote connect to VPS via ssh, and my server is:
-- 16CPU Xeon -- Ram 12GB.
So can you give me some suggestion for my contest!
Did you enable cgroups as described in the manual? https://www.domjudge.org/docs/admin-manual-3.html#ss3.17
With cgroups (and after the creation of multiple run users), you can start multiple judgedaemons on one machine. Make sure, you have enough resources left for Apache and mysql on the server machine.
Cheers, Tobi
DOMjudge-devel mailing list DOMjudge-devel@domjudge.org https://www.domjudge.org/mailman/listinfo/domjudge-devel
--
*---------------------------------------------------------------------------------------------* *Nguyễn Vũ Linh - Sói Hoang*
Software/Website/Game Developer - AI, PTS, Corel, AE Designer ...................... Phone: 0963.203.813 Website: http://ww-solution.me Email: linhnv2110@gmail.com | nguyen.vu.linh321@gmail.com ............................. Facebook: http://facebook.com/linhnv2110 Skype: linhnv2110@gmail.com
Hi,
*Vũ Linh Nguyễn linhnv2110@gmail.com [15/12/10]:
-- Problem 1: I install JDK 8u66 x64 on my server, and I check javac, java is OK, I compiled an example file (hello.java in domjudge/doc/exaples) is OK. But when I submit file in domjudge, judgedaemon run OK, but I receive error with output:
Compiling failed with exitcode 1, compiler output: Error occurred during initialization of VM Could not allocate metaspace: 1073741824 bytes
You have to increase the value of MEMRESERVED in the java compile script. It may be necessary that you increase the global memory limit if that's too small. With 64 bit java, it's very difficult to setup without cgroups. Last time, I checked, I had to use 1.3GB for MEMRESERVED with a total memory limit of 2GB to make it work. But I strongly recommend using cgroups.
--> I don't know what I wrong, I read your Document, and I found out that about chroot, so I disable chroot, then I restart judgedaemon, but it's still not working, I can submit Java file (C, C++ is OK).
-- Problem 2: I want to use cgroup, I installed libcgroup-devel. But I don't know what is this:
• Edit grub config to add memory cgroup and swap accounting to the boot options. Edit /etc/default/grub and change the default commandline to GRUB_CMDLINE_LINUX_DEFAULT="quiet cgroup_enable=memory swapaccount=1". Then run update-grub and reboot. --> I can't find out /etc/default/grub => I am using CentOS.
Yes, that documentation is a bit debian specific. You have to find out how to change the kernel command line options on CentOS. As a starting point read this: http://serverfault.com/questions/405558/how-do-i-set-the-default-kernel-para...
-- Problem 3: I want to install chroot. But when I run bin/dj_make_chroot => it's error: Error: No installation directory given. Then I run: bin/dj_make_chroot /home/domjudge/judgehost/chroot amd64, I get notification about install a package (debootstrap), but I get error when install (because this is a Debian package, not for CentOS).
Please help me, thanks for your support!
Again, the documentation is a debian specific. However, it does not really matter, how you create the chroot. So look for other alternatives like https://github.com/dozzie/yumbootstrap
Make sure that you install the same java packages inside and outside of the chroot.
Cheers, Tobi
Dear Sir,
Thanks for your reply!
-- Now, I install success cgroup, and I also can use 4 judgedaemons in my server.
-- I also try your suggest about chroot, I follow this link: https://github.com/dozzie/yumbootstrap and install yumbootstrap. After that, I also install chroot with:
# CHROOT=/mnt/chroot/centos-6-chroot # /usr/sbin/yumbootstrap --verbose --no-scripts centos-6 $CHROOT # yum --installroot=$CHROOT -c $CHROOT/yumbootstrap/yum.conf install gcc gcc-c++ jdk... # /usr/sbin/yumbootstrap --verbose --just-scripts $CHROOT
-- I try to install JDK on chroot, but in my server, I install JDK with alternative command, so I don't know how to install it on chroot. -- Then, I edit file /judgehost/lib/judge/chroot-startstop.sh with: CHROOTORIGINAL='/mnt/chroot/domjudge'. Then I run /judgehost/lib/judge/chroot-startstop.sh start
-- Final, I run judgedaemons (4 judgedaemon), I try submitting C code => it's CORRECT. Then, I try submitting Java code => it's outpur: Info: using 'main' from 'Main'
-- I also try disabling chroot in /domjudge/etc/judgehost-config.php , but Java is also output: Info: using 'main' from 'Main'
Can you help me to solve this problem?
Best regard,
Linh
On Fri, Dec 11, 2015 at 7:43 PM, Tobias Werth werth@cs.fau.de wrote:
Hi,
*Vũ Linh Nguyễn linhnv2110@gmail.com [15/12/10]:
-- Problem 1: I install JDK 8u66 x64 on my server, and I check javac,
java is
OK, I compiled an example file (hello.java in domjudge/doc/exaples) is
OK. But
when I submit file in domjudge, judgedaemon run OK, but I receive error
with
output:
Compiling failed with exitcode 1, compiler output: Error occurred during initialization of VM Could not allocate metaspace: 1073741824 bytes
You have to increase the value of MEMRESERVED in the java compile script. It may be necessary that you increase the global memory limit if that's too small. With 64 bit java, it's very difficult to setup without cgroups. Last time, I checked, I had to use 1.3GB for MEMRESERVED with a total memory limit of 2GB to make it work. But I strongly recommend using cgroups.
--> I don't know what I wrong, I read your Document, and I found out
that about
chroot, so I disable chroot, then I restart judgedaemon, but it's still
not
working, I can submit Java file (C, C++ is OK).
-- Problem 2: I want to use cgroup, I installed libcgroup-devel. But I
don't
know what is this:
• Edit grub config to add memory cgroup and swap accounting to the boot options. Edit /etc/default/grub and change the default commandline to GRUB_CMDLINE_LINUX_DEFAULT="quiet cgroup_enable=memory
swapaccount=1".
Then run update-grub and reboot.
--> I can't find out /etc/default/grub => I am using CentOS.
Yes, that documentation is a bit debian specific. You have to find out how to change the kernel command line options on CentOS. As a starting point read this:
http://serverfault.com/questions/405558/how-do-i-set-the-default-kernel-para...
-- Problem 3: I want to install chroot. But when I
run bin/dj_make_chroot =>
it's error: Error: No installation directory given. Then I run: bin/dj_make_chroot /home/domjudge/judgehost/chroot amd64, I
get
notification about install a package (debootstrap), but I get error when install (because this is a Debian package, not for CentOS).
Please help me, thanks for your support!
Again, the documentation is a debian specific. However, it does not really matter, how you create the chroot. So look for other alternatives like https://github.com/dozzie/yumbootstrap
Make sure that you install the same java packages inside and outside of the chroot.
Cheers, Tobi
Dear Sir,
I reinstall java outside chroot, and then install as the same version inside and outside chroot (java-1.8.0-openjdk). But I also get output as Info: using 'main' from 'Main'
Please help me to solve this problem, thanks so much!
On Sat, Dec 12, 2015 at 10:07 AM, Vũ Linh Nguyễn linhnv2110@gmail.com wrote:
Dear Sir,
Thanks for your reply!
-- Now, I install success cgroup, and I also can use 4 judgedaemons in my server.
-- I also try your suggest about chroot, I follow this link: https://github.com/dozzie/yumbootstrap and install yumbootstrap. After that, I also install chroot with:
# CHROOT=/mnt/chroot/centos-6-chroot # /usr/sbin/yumbootstrap --verbose --no-scripts centos-6 $CHROOT # yum --installroot=$CHROOT -c $CHROOT/yumbootstrap/yum.conf install gcc gcc-c++ jdk... # /usr/sbin/yumbootstrap --verbose --just-scripts $CHROOT
-- I try to install JDK on chroot, but in my server, I install JDK with alternative command, so I don't know how to install it on chroot. -- Then, I edit file /judgehost/lib/judge/chroot-startstop.sh with: CHROOTORIGINAL='/mnt/chroot/domjudge'. Then I run /judgehost/lib/judge/chroot-startstop.sh start
-- Final, I run judgedaemons (4 judgedaemon), I try submitting C code => it's CORRECT. Then, I try submitting Java code => it's outpur: Info: using 'main' from 'Main'
-- I also try disabling chroot in /domjudge/etc/judgehost-config.php , but Java is also output: Info: using 'main' from 'Main'
Can you help me to solve this problem?
Best regard,
Linh
On Fri, Dec 11, 2015 at 7:43 PM, Tobias Werth werth@cs.fau.de wrote:
Hi,
*Vũ Linh Nguyễn linhnv2110@gmail.com [15/12/10]:
-- Problem 1: I install JDK 8u66 x64 on my server, and I check javac,
java is
OK, I compiled an example file (hello.java in domjudge/doc/exaples) is
OK. But
when I submit file in domjudge, judgedaemon run OK, but I receive error
with
output:
Compiling failed with exitcode 1, compiler output: Error occurred during initialization of VM Could not allocate metaspace: 1073741824 bytes
You have to increase the value of MEMRESERVED in the java compile script. It may be necessary that you increase the global memory limit if that's too small. With 64 bit java, it's very difficult to setup without cgroups. Last time, I checked, I had to use 1.3GB for MEMRESERVED with a total memory limit of 2GB to make it work. But I strongly recommend using cgroups.
--> I don't know what I wrong, I read your Document, and I found out
that about
chroot, so I disable chroot, then I restart judgedaemon, but it's still
not
working, I can submit Java file (C, C++ is OK).
-- Problem 2: I want to use cgroup, I installed libcgroup-devel. But I
don't
know what is this:
• Edit grub config to add memory cgroup and swap accounting to the
boot
options. Edit /etc/default/grub and change the default commandline to GRUB_CMDLINE_LINUX_DEFAULT="quiet cgroup_enable=memory
swapaccount=1".
Then run update-grub and reboot.
--> I can't find out /etc/default/grub => I am using CentOS.
Yes, that documentation is a bit debian specific. You have to find out how to change the kernel command line options on CentOS. As a starting point read this:
http://serverfault.com/questions/405558/how-do-i-set-the-default-kernel-para...
-- Problem 3: I want to install chroot. But when I
run bin/dj_make_chroot =>
it's error: Error: No installation directory given. Then I run: bin/dj_make_chroot /home/domjudge/judgehost/chroot amd64, I
get
notification about install a package (debootstrap), but I get error when install (because this is a Debian package, not for CentOS).
Please help me, thanks for your support!
Again, the documentation is a debian specific. However, it does not really matter, how you create the chroot. So look for other alternatives like https://github.com/dozzie/yumbootstrap
Make sure that you install the same java packages inside and outside of the chroot.
Cheers, Tobi
--
*---------------------------------------------------------------------------------------------* *Nguyễn Vũ Linh - Sói Hoang*
Software/Website/Game Developer - AI, PTS, Corel, AE Designer ...................... Phone: 0963.203.813 Website: http://ww-solution.me Email: linhnv2110@gmail.com | nguyen.vu.linh321@gmail.com ............................. Facebook: http://facebook.com/linhnv2110 Skype: linhnv2110@gmail.com
On 12-12-15 01:44, Vũ Linh Nguyễn wrote:
Dear Sir,
I reinstall java outside chroot, and then install as the same version inside and outside chroot (java-1.8.0-openjdk). But I also get output as Info: using 'main' from 'Main'
Please help me to solve this problem, thanks so much!
That is only a compiler message, not an error. Please check what the actual verdict is.
Jaap
On Sat, Dec 12, 2015 at 10:07 AM, Vũ Linh Nguyễn <linhnv2110@gmail.com mailto:linhnv2110@gmail.com> wrote:
Dear Sir, Thanks for your reply! -- Now, I install success cgroup, and I also can use 4 judgedaemons in my server. -- I also try your suggest about chroot, I follow this link: https://github.com/dozzie/yumbootstrap and install yumbootstrap. After that, I also install chroot with: |# CHROOT=/mnt/chroot/centos-6-chroot # /usr/sbin/yumbootstrap --verbose --no-scripts centos-6 $CHROOT # yum --installroot=$CHROOT -c $CHROOT/yumbootstrap/yum.conf install gcc gcc-c++ jdk... # /usr/sbin/yumbootstrap --verbose --just-scripts $CHROOT| -- I try to install JDK on chroot, but in my server, I install JDK with alternative command, so I don't know how to install it on chroot. -- Then, I edit file /judgehost/lib/judge/chroot-startstop.sh with: CHROOTORIGINAL='/mnt/chroot/domjudge'. Then I run /judgehost/lib/judge/chroot-startstop.sh start -- Final, I run judgedaemons (4 judgedaemon), I try submitting C code => it's CORRECT. Then, I try submitting Java code => it's outpur: Info: using 'main' from 'Main' -- I also try disabling chroot in /domjudge/etc/judgehost-config.php , but Java is also output: Info: using 'main' from 'Main' Can you help me to solve this problem? Best regard, Linh On Fri, Dec 11, 2015 at 7:43 PM, Tobias Werth <werth@cs.fau.de <mailto:werth@cs.fau.de>> wrote: Hi, *Vũ Linh Nguyễn <linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>> [15/12/10]: > -- Problem 1: I install JDK 8u66 x64 on my server, and I check javac, java is > OK, I compiled an example file (hello.java in domjudge/doc/exaples) is OK. But > when I submit file in domjudge, judgedaemon run OK, but I receive error with > output: > > > Compiling failed with exitcode 1, compiler output: > Error occurred during initialization of VM > Could not allocate metaspace: 1073741824 bytes You have to increase the value of MEMRESERVED in the java compile script. It may be necessary that you increase the global memory limit if that's too small. With 64 bit java, it's very difficult to setup without cgroups. Last time, I checked, I had to use 1.3GB for MEMRESERVED with a total memory limit of 2GB to make it work. But I strongly recommend using cgroups. > --> I don't know what I wrong, I read your Document, and I found out that about > chroot, so I disable chroot, then I restart judgedaemon, but it's still not > working, I can submit Java file (C, C++ is OK). > > -- Problem 2: I want to use cgroup, I installed libcgroup-devel. But I don't > know what is this: > > • Edit grub config to add memory cgroup and swap accounting to the boot > options. Edit /etc/default/grub and change the default commandline > to GRUB_CMDLINE_LINUX_DEFAULT="quiet cgroup_enable=memory swapaccount=1". > Then run update-grub and reboot. > --> I can't find out /etc/default/grub => I am using CentOS. Yes, that documentation is a bit debian specific. You have to find out how to change the kernel command line options on CentOS. As a starting point read this: http://serverfault.com/questions/405558/how-do-i-set-the-default-kernel-parameters-in-centos-for-all-existing-and-future > -- Problem 3: I want to install chroot. But when I run bin/dj_make_chroot => > it's error: Error: No installation directory given. > Then I run: bin/dj_make_chroot /home/domjudge/judgehost/chroot amd64, I get > notification about install a package (debootstrap), but I get error when > install (because this is a Debian package, not for CentOS). > > Please help me, thanks for your support! Again, the documentation is a debian specific. However, it does not really matter, how you create the chroot. So look for other alternatives like https://github.com/dozzie/yumbootstrap Make sure that you install the same java packages inside and outside of the chroot. Cheers, Tobi -- *---------------------------------------------------------------------------------------------* *Nguyễn Vũ Linh - Sói Hoang* * * Software/Website/Game Developer - AI, PTS, Corel, AE Designer ...................... Phone: 0963.203.813 Website: http://ww-solution.me <http://ww-solution.me/> Email: linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> | nguyen.vu.linh321@gmail.com <mailto:nguyen.vu.linh321@gmail.com> ............................. Facebook: http://facebook.com/linhnv2110 Skype: linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>
-- *---------------------------------------------------------------------------------------------* *Nguyễn Vũ Linh - Sói Hoang*
Software/Website/Game Developer - AI, PTS, Corel, AE Designer ...................... Phone: 0963.203.813 Website: http://ww-solution.me http://ww-solution.me/ Email: linhnv2110@gmail.com mailto:linhnv2110@gmail.com | nguyen.vu.linh321@gmail.com mailto:nguyen.vu.linh321@gmail.com ............................. Facebook: http://facebook.com/linhnv2110 Skype: linhnv2110@gmail.com mailto:linhnv2110@gmail.com
DOMjudge-devel mailing list DOMjudge-devel@domjudge.org https://www.domjudge.org/mailman/listinfo/domjudge-devel
Dear Sir,
The output when I login with admin is:
exec: java: not found
The problem is: how can I make chroot work? I setup chroot, and edit CHROOTORIGINAL in chrootstartstop.sh and start it (when I started chrootstartstop.sh, my domjudge directory has etc lib lib64 usr folder like chroot folder), I think chroot must work, but I still can't submit java code.
Thanks for your help!
Best regard, Linh
On Sun, Dec 13, 2015 at 7:14 AM, Jaap Eldering jaap@jaapeldering.nl wrote:
On 12-12-15 01:44, Vũ Linh Nguyễn wrote:
Dear Sir,
I reinstall java outside chroot, and then install as the same version inside and outside chroot (java-1.8.0-openjdk). But I also get output as Info: using 'main' from 'Main'
Please help me to solve this problem, thanks so much!
That is only a compiler message, not an error. Please check what the actual verdict is.
Jaap
On Sat, Dec 12, 2015 at 10:07 AM, Vũ Linh Nguyễn <linhnv2110@gmail.com mailto:linhnv2110@gmail.com> wrote:
Dear Sir, Thanks for your reply! -- Now, I install success cgroup, and I also can use 4 judgedaemons in my server. -- I also try your suggest about chroot, I follow this link: https://github.com/dozzie/yumbootstrap and install yumbootstrap. After that, I also install chroot with: |# CHROOT=/mnt/chroot/centos-6-chroot # /usr/sbin/yumbootstrap --verbose --no-scripts centos-6 $CHROOT # yum --installroot=$CHROOT -c $CHROOT/yumbootstrap/yum.conf install gcc gcc-c++ jdk... # /usr/sbin/yumbootstrap --verbose --just-scripts $CHROOT| -- I try to install JDK on chroot, but in my server, I install JDK with alternative command, so I don't know how to install it on
chroot.
-- Then, I edit file /judgehost/lib/judge/chroot-startstop.sh with: CHROOTORIGINAL='/mnt/chroot/domjudge'. Then I run /judgehost/lib/judge/chroot-startstop.sh start -- Final, I run judgedaemons (4 judgedaemon), I try submitting C code => it's CORRECT. Then, I try submitting Java code => it's
outpur:
Info: using 'main' from 'Main' -- I also try disabling chroot in /domjudge/etc/judgehost-config.php , but Java is also output: Info: using 'main' from 'Main' Can you help me to solve this problem? Best regard, Linh On Fri, Dec 11, 2015 at 7:43 PM, Tobias Werth <werth@cs.fau.de <mailto:werth@cs.fau.de>> wrote: Hi, *Vũ Linh Nguyễn <linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>> [15/12/10]: > -- Problem 1: I install JDK 8u66 x64 on my server, and I check
javac, java is
> OK, I compiled an example file (hello.java in
domjudge/doc/exaples) is OK. But
> when I submit file in domjudge, judgedaemon run OK, but I
receive error with
> output: > > > Compiling failed with exitcode 1, compiler output: > Error occurred during initialization of VM > Could not allocate metaspace: 1073741824 bytes You have to increase the value of MEMRESERVED in the java compile script. It may be necessary that you increase the global memory limit if that's too small. With 64 bit java, it's very difficult to setup without cgroups. Last time, I checked, I had to use 1.3GB for MEMRESERVED with a total memory limit of 2GB to make it work. But I strongly recommend using cgroups. > --> I don't know what I wrong, I read your Document, and I
found out that about
> chroot, so I disable chroot, then I restart judgedaemon, but
it's still not
> working, I can submit Java file (C, C++ is OK). > > -- Problem 2: I want to use cgroup, I installed
libcgroup-devel. But I don't
> know what is this: > > • Edit grub config to add memory cgroup and swap accounting
to the boot
> options. Edit /etc/default/grub and change the default
commandline
> to GRUB_CMDLINE_LINUX_DEFAULT="quiet cgroup_enable=memory
swapaccount=1".
> Then run update-grub and reboot. > --> I can't find out /etc/default/grub => I am using CentOS. Yes, that documentation is a bit debian specific. You have to find out how to change the kernel command line options on CentOS. As a starting point read this:
http://serverfault.com/questions/405558/how-do-i-set-the-default-kernel-para...
> -- Problem 3: I want to install chroot. But when I run
bin/dj_make_chroot =>
> it's error: Error: No installation directory given. > Then I run: bin/dj_make_chroot /home/domjudge/judgehost/chroot
amd64, I get
> notification about install a package (debootstrap), but I get
error when
> install (because this is a Debian package, not for CentOS). > > Please help me, thanks for your support! Again, the documentation is a debian specific. However, it does
not
really matter, how you create the chroot. So look for other alternatives like https://github.com/dozzie/yumbootstrap Make sure that you install the same java packages inside and outside of the chroot. Cheers, Tobi --
*---------------------------------------------------------------------------------------------*
*Nguyễn Vũ Linh - Sói Hoang* * * Software/Website/Game Developer - AI, PTS, Corel, AE Designer ...................... Phone: 0963.203.813 Website: http://ww-solution.me <http://ww-solution.me/> Email: linhnv2110@gmail.com <mailto:linhnv2110@gmail.com> | nguyen.vu.linh321@gmail.com <mailto:nguyen.vu.linh321@gmail.com> ............................. Facebook: http://facebook.com/linhnv2110 Skype: linhnv2110@gmail.com <mailto:linhnv2110@gmail.com>
--
*---------------------------------------------------------------------------------------------*
*Nguyễn Vũ Linh - Sói Hoang*
Software/Website/Game Developer - AI, PTS, Corel, AE Designer ...................... Phone: 0963.203.813 Website: http://ww-solution.me http://ww-solution.me/ Email: linhnv2110@gmail.com mailto:linhnv2110@gmail.com | nguyen.vu.linh321@gmail.com mailto:nguyen.vu.linh321@gmail.com ............................. Facebook: http://facebook.com/linhnv2110 Skype: linhnv2110@gmail.com mailto:linhnv2110@gmail.com
DOMjudge-devel mailing list DOMjudge-devel@domjudge.org https://www.domjudge.org/mailman/listinfo/domjudge-devel
DOMjudge-devel mailing list DOMjudge-devel@domjudge.org https://www.domjudge.org/mailman/listinfo/domjudge-devel
Hi,
*Vũ Linh Nguyễn linhnv2110@gmail.com [15/12/13]:
The output when I login with admin is:
exec: java: not found
The problem is: how can I make chroot work? I setup chroot, and edit CHROOTORIGINAL in chrootstartstop.sh and start it (when I started chrootstartstop.sh, my domjudge directory has etc lib lib64 usr folder like chroot folder), I think chroot must work, but I still can't submit java code.
To check your java installation in the chroot:
Did you try (without the use of DOMjudge) - to compile a simple java program outside of the chroot - and to execute the resulting class file in the chroot
Best, Tobi
Dear Sir,
First: I use chroot /chroot directory to enter chroot environment, then I test java -version and javac -version => it's work.
Outside chroot: I compile java with javac hello.java --> java hello => Output: Hello World. Inside chroot: I do as same as.
Now I will try to compile java outside chroot, and run it inside chroot! I will reply you later!
Thanks for your support
Best regard, Linh
On Sun, Dec 13, 2015 at 6:10 PM, Tobias Werth Tobias.Werth@fau.de wrote:
Hi,
*Vũ Linh Nguyễn linhnv2110@gmail.com [15/12/13]:
The output when I login with admin is:
exec: java: not found
The problem is: how can I make chroot work? I setup chroot, and edit CHROOTORIGINAL in chrootstartstop.sh and start it (when I started chrootstartstop.sh, my domjudge directory has etc lib lib64 usr folder
like
chroot folder), I think chroot must work, but I still can't submit java
code.
To check your java installation in the chroot:
Did you try (without the use of DOMjudge)
- to compile a simple java program outside of the chroot
- and to execute the resulting class file in the chroot
Best, Tobi