Hi Jaap, Please help to setup more Judgehosts, and do I need setting up exactly Domjudge server or only server with GNU and Java compile only?. Thanks in advance.
Lec. Huỳnh Anh Dũng ACM/ICPC SUPERVISOR FPT UNIVERSITY. http://www.fpt.edu.vn
-----Original Message----- From: Jaap Eldering [mailto:jaap@jaapeldering.nl] Sent: Thursday, September 22, 2016 9:13 AM To: Huynh Anh Dung dungha@fpt.edu.vn; domjudge-devel@domjudge.org Subject: Re: Coonect data from ICPC
On 21-09-16 23:05, Huynh Anh Dung wrote:
Hi Jaap, I did delete all teams and associated usernames, except admin and justhost. But it is still not reset teamID .
Please check my message below: did you also reset the AUTO_INCREMENT counter?
Jaap
-----Original Message----- From: Jaap Eldering [mailto:jaap@jaapeldering.nl] Sent: Thursday, September 22, 2016 8:50 AM To: Huynh Anh Dung dungha@fpt.edu.vn; domjudge-devel@domjudge.org Subject: Re: Coonect data from ICPC
Imported teams are automatically assigned a team ID using the MySQL auto_increment counter, and this ID is used for the associated username 'teamXXXX'.
To reset that, you have to delete all teams (and the associated usernames) and then reset the auto_increment counter, e.g. in phpmyadmin by running the SQL query:
ALTER TABLE team AUTO_INCREMENT = 1
Jaap
On 21-09-16 21:36, Huynh Anh Dung wrote:
Hi Jaap, Can you look at my picture, I captured from phpmyadmin. That can help you. thnaks
Lec. Huỳnh Anh Dũng ACM/ICPC SUPERVISOR FPT UNIVERSITY. http://www.fpt.edu.vn
-----Original Message----- From: Huynh Anh Dung [mailto:dungha@fpt.edu.vn] Sent: Thursday, September 22, 2016 7:26 AM To: 'Jaap Eldering' jaap@jaapeldering.nl; domjudge-devel@domjudge.org Cc: dungha@fpt.edu.vn Subject: RE: Coonect data from ICPC
Hi jaap, I already fixed that problem, Please help me how can I reset team number back to team001 again. I use phpmyadmin. Please help how to reset teamID in mysql in phpmyadmin. thanks
Lec. Huỳnh Anh Dũng ACM/ICPC SUPERVISOR FPT UNIVERSITY. http://www.fpt.edu.vn
-----Original Message----- From: Jaap Eldering [mailto:jaap@jaapeldering.nl] Sent: Monday, September 19, 2016 10:16 AM To: Huynh Anh Dung dungha@fpt.edu.vn; domjudge-devel@domjudge.org Subject: Re: Coonect data from ICPC
On 18-09-16 23:20, Huynh Anh Dung wrote:
Hi Jaap, I am manager for sub contest in Vietnam, now I want to connect from Domjudge 5.1.1 to data, please see my attachement. Thanks
In the ICPC CMS on the contest dashboard (as shown in your screenshot), go to export->webservices. Then create an access token with access to CCS export and standings upload. Also note the contest ID that is part of the URL. Enter these two in DOMjudge under 'import/export' in the jury/admin interface. Also make sure you have a team category "Participants" (present by default). Then you can download the teams from the CMS by a button press.
Jaap
-----Original Message----- From: Jaap Eldering [mailto:jaap@jaapeldering.nl] Sent: Monday, September 19, 2016 9:15 AM To: Huynh Anh Dung dungha@fpt.edu.vn; domjudge-devel@domjudge.org Subject: Re: Incorrect URL in DOMjudge Download Page
On 18-09-16 22:59, Huynh Anh Dung wrote:
Hi Jaap Yes please help how to connect icpc registered name with domjudge 5.1.1 Thanks
First, if you post a new question, then please do not reply to a previous, unrelated post (I don't see how your question is related to the discussion below).
I'm sorry, but your question is not very clear to me. Do you mean connecting to the ICPC content management system to download team data, etc?
Please give more details of what you're trying to do and what you have already accomplished or tried.
Jaap
-----Original Message----- From: DOMjudge-devel [mailto:domjudge-devel-bounces@domjudge.org] On Behalf Of Jaap Eldering Sent: Sunday, July 3, 2016 7:06 PM To: domjudge-devel@domjudge.org Subject: Re: Incorrect URL in DOMjudge Download Page
Thanks, fixed! - Jaap
On 03-07-16 01:32, Malcolm Corney wrote:
Hi folks,
On the DOMJudge – Download page at https://www.domjudge.org/download you have an instruction for adding your repository GPG key to APT but the URL in the instruction is incorrect. Furthermore, the pipe command requires sudo but the curl command does not. The command as currently displayed is:
sudo curl -o - https://domjudge.org/repokey.asc | apt-key add -
It should be:
curl -o - https://www.domjudge.org/repokey.asc | sudo apt-key add
Hope this helps someone.
Malcolm Corney
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
On 03-10-16 00:00, Huynh Anh Dung wrote:
Hi Jaap,
Please help to setup more Judgehosts, and do I need setting up exactly Domjudge server or only server with GNU and Java compile only?.
Thanks in advance.
Please do explain your questions in more detail. Did you read the administrator's manual? What precisely did you already try when setting up multiple judgehosts, and what fails?
The second part of your question I do not understand. What GNU software? Do you mean GNU GCC and Java compilers?
Jaap
P.S. I will be busy at a conference this week, so maybe some other people can help out.
-----Original Message----- From: Jaap Eldering [mailto:jaap@jaapeldering.nl] Sent: Thursday, September 22, 2016 9:13 AM To: Huynh Anh Dung dungha@fpt.edu.vn; domjudge-devel@domjudge.org Subject: Re: Coonect data from ICPC
On 21-09-16 23:05, Huynh Anh Dung wrote:
Hi Jaap, I did delete all teams and associated usernames, except admin and justhost. But it is still not reset teamID .
Please check my message below: did you also reset the AUTO_INCREMENT counter?
Jaap
-----Original Message----- From: Jaap Eldering [mailto:jaap@jaapeldering.nl] Sent: Thursday, September 22, 2016 8:50 AM To: Huynh Anh Dung dungha@fpt.edu.vn; domjudge-devel@domjudge.org Subject: Re: Coonect data from ICPC
Imported teams are automatically assigned a team ID using the MySQL auto_increment counter, and this ID is used for the associated username 'teamXXXX'.
To reset that, you have to delete all teams (and the associated usernames) and then reset the auto_increment counter, e.g. in phpmyadmin by running the SQL query:
ALTER TABLE team AUTO_INCREMENT = 1
Jaap
On 21-09-16 21:36, Huynh Anh Dung wrote:
Hi Jaap, Can you look at my picture, I captured from phpmyadmin. That can help you. thnaks
Lec. Huỳnh Anh Dũng ACM/ICPC SUPERVISOR FPT UNIVERSITY. http://www.fpt.edu.vn
-----Original Message----- From: Huynh Anh Dung [mailto:dungha@fpt.edu.vn] Sent: Thursday, September 22, 2016 7:26 AM To: 'Jaap Eldering' jaap@jaapeldering.nl; domjudge-devel@domjudge.org Cc: dungha@fpt.edu.vn Subject: RE: Coonect data from ICPC
Hi jaap, I already fixed that problem, Please help me how can I reset team number back to team001 again. I use phpmyadmin. Please help how to reset teamID in mysql in phpmyadmin. thanks
Lec. Huỳnh Anh Dũng ACM/ICPC SUPERVISOR FPT UNIVERSITY. http://www.fpt.edu.vn
-----Original Message----- From: Jaap Eldering [mailto:jaap@jaapeldering.nl] Sent: Monday, September 19, 2016 10:16 AM To: Huynh Anh Dung dungha@fpt.edu.vn; domjudge-devel@domjudge.org Subject: Re: Coonect data from ICPC
On 18-09-16 23:20, Huynh Anh Dung wrote:
Hi Jaap, I am manager for sub contest in Vietnam, now I want to connect from Domjudge 5.1.1 to data, please see my attachement. Thanks
In the ICPC CMS on the contest dashboard (as shown in your screenshot), go to export->webservices. Then create an access token with access to CCS export and standings upload. Also note the contest ID that is part of the URL. Enter these two in DOMjudge under 'import/export' in the jury/admin interface. Also make sure you have a team category "Participants" (present by default). Then you can download the teams from the CMS by a button press.
Jaap
-----Original Message----- From: Jaap Eldering [mailto:jaap@jaapeldering.nl] Sent: Monday, September 19, 2016 9:15 AM To: Huynh Anh Dung dungha@fpt.edu.vn; domjudge-devel@domjudge.org Subject: Re: Incorrect URL in DOMjudge Download Page
On 18-09-16 22:59, Huynh Anh Dung wrote:
Hi Jaap Yes please help how to connect icpc registered name with domjudge 5.1.1 Thanks
First, if you post a new question, then please do not reply to a previous, unrelated post (I don't see how your question is related to the discussion below).
I'm sorry, but your question is not very clear to me. Do you mean connecting to the ICPC content management system to download team data, etc?
Please give more details of what you're trying to do and what you have already accomplished or tried.
Jaap
-----Original Message----- From: DOMjudge-devel [mailto:domjudge-devel-bounces@domjudge.org] On Behalf Of Jaap Eldering Sent: Sunday, July 3, 2016 7:06 PM To: domjudge-devel@domjudge.org Subject: Re: Incorrect URL in DOMjudge Download Page
Thanks, fixed! - Jaap
On 03-07-16 01:32, Malcolm Corney wrote:
Hi folks,
On the DOMJudge – Download page at https://www.domjudge.org/download you have an instruction for adding your repository GPG key to APT but the URL in the instruction is incorrect. Furthermore, the pipe command requires sudo but the curl command does not. The command as currently displayed is:
sudo curl -o - https://domjudge.org/repokey.asc | apt-key add -
It should be:
curl -o - https://www.domjudge.org/repokey.asc | sudo apt-key add
Hope this helps someone.
Malcolm Corney
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 Jaap, Last week, we had a online contest with 350 users connect my Domjudge and same judgehost server, It seem to be run very slow jdugehost to judge one submission problem, now I want to setup another separate judgehost machine. Please to help me to build that judge host machine only. Thanks in advance
Lec. Huỳnh Anh Dũng ACM/ICPC SUPERVISOR FPT UNIVERSITY. http://www.fpt.edu.vn
-----Original Message----- From: Jaap Eldering [mailto:jaap@jaapeldering.nl] Sent: Tuesday, October 4, 2016 2:53 AM To: Huynh Anh Dung dungha@fpt.edu.vn; domjudge-devel@domjudge.org Subject: Re: Setup more JudgeHost servers
On 03-10-16 00:00, Huynh Anh Dung wrote:
Hi Jaap,
Please help to setup more Judgehosts, and do I need setting up exactly Domjudge server or only server with GNU and Java compile only?.
Thanks in advance.
Please do explain your questions in more detail. Did you read the administrator's manual? What precisely did you already try when setting up multiple judgehosts, and what fails?
The second part of your question I do not understand. What GNU software? Do you mean GNU GCC and Java compilers?
Jaap
P.S. I will be busy at a conference this week, so maybe some other people can help out.
-----Original Message----- From: Jaap Eldering [mailto:jaap@jaapeldering.nl] Sent: Thursday, September 22, 2016 9:13 AM To: Huynh Anh Dung dungha@fpt.edu.vn; domjudge-devel@domjudge.org Subject: Re: Coonect data from ICPC
On 21-09-16 23:05, Huynh Anh Dung wrote:
Hi Jaap, I did delete all teams and associated usernames, except admin and justhost. But it is still not reset teamID .
Please check my message below: did you also reset the AUTO_INCREMENT counter?
Jaap
-----Original Message----- From: Jaap Eldering [mailto:jaap@jaapeldering.nl] Sent: Thursday, September 22, 2016 8:50 AM To: Huynh Anh Dung dungha@fpt.edu.vn; domjudge-devel@domjudge.org Subject: Re: Coonect data from ICPC
Imported teams are automatically assigned a team ID using the MySQL auto_increment counter, and this ID is used for the associated username 'teamXXXX'.
To reset that, you have to delete all teams (and the associated usernames) and then reset the auto_increment counter, e.g. in phpmyadmin by running the SQL query:
ALTER TABLE team AUTO_INCREMENT = 1
Jaap
On 21-09-16 21:36, Huynh Anh Dung wrote:
Hi Jaap, Can you look at my picture, I captured from phpmyadmin. That can help you. thnaks
Lec. Huỳnh Anh Dũng ACM/ICPC SUPERVISOR FPT UNIVERSITY. http://www.fpt.edu.vn
-----Original Message----- From: Huynh Anh Dung [mailto:dungha@fpt.edu.vn] Sent: Thursday, September 22, 2016 7:26 AM To: 'Jaap Eldering' jaap@jaapeldering.nl; domjudge-devel@domjudge.org Cc: dungha@fpt.edu.vn Subject: RE: Coonect data from ICPC
Hi jaap, I already fixed that problem, Please help me how can I reset team number back to team001 again. I use phpmyadmin. Please help how to reset teamID in mysql in phpmyadmin. thanks
Lec. Huỳnh Anh Dũng ACM/ICPC SUPERVISOR FPT UNIVERSITY. http://www.fpt.edu.vn
-----Original Message----- From: Jaap Eldering [mailto:jaap@jaapeldering.nl] Sent: Monday, September 19, 2016 10:16 AM To: Huynh Anh Dung dungha@fpt.edu.vn; domjudge-devel@domjudge.org Subject: Re: Coonect data from ICPC
On 18-09-16 23:20, Huynh Anh Dung wrote:
Hi Jaap, I am manager for sub contest in Vietnam, now I want to connect from Domjudge 5.1.1 to data, please see my attachement. Thanks
In the ICPC CMS on the contest dashboard (as shown in your screenshot), go to export->webservices. Then create an access token with access to CCS export and standings upload. Also note the contest ID that is part of the URL. Enter these two in DOMjudge under 'import/export' in the jury/admin interface. Also make sure you have a team category "Participants" (present by default). Then you can download the teams from the CMS by a button press.
Jaap
-----Original Message----- From: Jaap Eldering [mailto:jaap@jaapeldering.nl] Sent: Monday, September 19, 2016 9:15 AM To: Huynh Anh Dung dungha@fpt.edu.vn; domjudge-devel@domjudge.org Subject: Re: Incorrect URL in DOMjudge Download Page
On 18-09-16 22:59, Huynh Anh Dung wrote:
Hi Jaap Yes please help how to connect icpc registered name with domjudge 5.1.1 Thanks
First, if you post a new question, then please do not reply to a previous, unrelated post (I don't see how your question is related to the discussion below).
I'm sorry, but your question is not very clear to me. Do you mean connecting to the ICPC content management system to download team data, etc?
Please give more details of what you're trying to do and what you have already accomplished or tried.
Jaap
-----Original Message----- From: DOMjudge-devel [mailto:domjudge-devel-bounces@domjudge.org] On Behalf Of Jaap Eldering Sent: Sunday, July 3, 2016 7:06 PM To: domjudge-devel@domjudge.org Subject: Re: Incorrect URL in DOMjudge Download Page
Thanks, fixed! - Jaap
On 03-07-16 01:32, Malcolm Corney wrote:
Hi folks,
On the DOMJudge – Download page at https://www.domjudge.org/download you have an instruction for adding your repository GPG key to APT but the URL in the instruction is incorrect. Furthermore, the pipe command requires sudo but the curl command does not. The command as currently displayed is:
sudo curl -o - https://domjudge.org/repokey.asc | apt-key add -
It should be:
curl -o - https://www.domjudge.org/repokey.asc | sudo apt-key add
Hope this helps someone.
Malcolm Corney
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