From sradms0 at openmailbox.org Fri May 6 15:33:12 2016 From: sradms0 at openmailbox.org (Scott) Date: Fri, 06 May 2016 10:33:12 -0400 Subject: [Assist] openJDK issue Message-ID: <572CAB28.3030902@openmailbox.org> Hello Parabola team. I have been trying to troubleshoot a java related issue after compiling. I have jdk8/jre8 both installed. ANY compiled code does not work when run. For example, a file called 'Test.java' will be compiled by: 'javac Test.java', then the class will appear: 'Test.class' I will then run the class: 'java Test' and get feedback via command line: 'Error: could not find or load class Test' This has been the case for many simple java programs. I have switched between jdk8 and jdk7, with parabola-java, to see if any difference would occur, but none. I would really appreciate your help. Thank you. -Scott From franco.masotti at student.unife.it Fri May 6 16:39:04 2016 From: franco.masotti at student.unife.it (Franco Masotti) Date: Fri, 6 May 2016 17:39:04 +0200 Subject: [Assist] openJDK issue In-Reply-To: <572CAB28.3030902@openmailbox.org> References: <572CAB28.3030902@openmailbox.org> Message-ID: <20160506153904.GA4119@pc-mini-2> I think you have my same problem. Try to add an alias with the following: ``` $ printf "alias java='java -cp .'\n" >> ~/.bashrc ``` Without that if I do: ``` $ java TestClass ``` I get: ``` Error: Could not find or load main class TestClass ``` On Fri, May 06, 2016 at 10:33:12AM -0400, Scott wrote: > Hello Parabola team. > I have been trying to troubleshoot a java related issue after compiling. > I have jdk8/jre8 both installed. > ANY compiled code does not work when run. > For example, a file called 'Test.java' will be compiled by: 'javac > Test.java', then the class will appear: 'Test.class' > I will then run the class: 'java Test' and get feedback via command line: > 'Error: could not find or load class Test' > > This has been the case for many simple java programs. > I have switched between jdk8 and jdk7, with parabola-java, to see if any > difference would occur, but none. > > I would really appreciate your help. > Thank you. > -Scott > _______________________________________________ > Assist mailing list > Assist at lists.parabola.nu > https://lists.parabola.nu/mailman/listinfo/assist -- Franco Masotti My public key fingerprint: F13C 27D7 EDF0 4F7C 0A9F 1244 9A11 29F0 4019 6B95 Get my public key like this: $ gpg --keyserver pgp.mit.edu --recv-keys 40196B95 Use Parabola GNU/Linux-libre: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: not available URL: From ovruni at gnu.org.pe Fri May 6 16:47:39 2016 From: ovruni at gnu.org.pe (Omar Vega Ramos) Date: Fri, 6 May 2016 10:47:39 -0500 Subject: [Assist] openJDK issue In-Reply-To: <20160506153904.GA4119@pc-mini-2> References: <572CAB28.3030902@openmailbox.org> <20160506153904.GA4119@pc-mini-2> Message-ID: <572CBC9B.1090905@gnu.org.pe> Hello You can run the class: 'java -classpath . Test' or add . to the CLASSPATH variable. -- Omar Vega Ramos GPG ID: 6D5DBA58 From sradms0 at openmailbox.org Fri May 6 17:58:22 2016 From: sradms0 at openmailbox.org (Scott) Date: Fri, 06 May 2016 12:58:22 -0400 Subject: [Assist] openJDK issue In-Reply-To: <20160506153904.GA4119@pc-mini-2> References: <572CAB28.3030902@openmailbox.org> <20160506153904.GA4119@pc-mini-2> Message-ID: <572CCD2E.4020207@openmailbox.org> Thanks a lot, Franco. -Scott On 06/05/16 11:39, Franco Masotti wrote: > I think you have my same problem. Try to add an alias with the > following: > ``` > $ printf "alias java='java -cp .'\n" >> ~/.bashrc > ``` > > Without that if I do: > ``` > $ java TestClass > ``` > I get: > ``` > Error: Could not find or load main class TestClass > ``` > > On Fri, May 06, 2016 at 10:33:12AM -0400, Scott wrote: >> Hello Parabola team. >> I have been trying to troubleshoot a java related issue after compiling. >> I have jdk8/jre8 both installed. >> ANY compiled code does not work when run. >> For example, a file called 'Test.java' will be compiled by: 'javac >> Test.java', then the class will appear: 'Test.class' >> I will then run the class: 'java Test' and get feedback via command line: >> 'Error: could not find or load class Test' >> >> This has been the case for many simple java programs. >> I have switched between jdk8 and jdk7, with parabola-java, to see if any >> difference would occur, but none. >> >> I would really appreciate your help. >> Thank you. >> -Scott >> _______________________________________________ >> Assist mailing list >> Assist at lists.parabola.nu >> https://lists.parabola.nu/mailman/listinfo/assist > From elcorreo at deshackra.com Tue May 10 05:20:47 2016 From: elcorreo at deshackra.com (Jorge Araya Navarro) Date: Mon, 09 May 2016 22:20:47 -0600 Subject: [Assist] Failed to add audit seccomp rule: Bad address Message-ID: <87inympmqo.fsf@abril.charola> When trying to do anything with librechroot or libremakepkg I get the following error: --8<---------------cut here---------------start------------->8--- Failed to add audit seccomp rule: Bad address --8<---------------cut here---------------end--------------->8--- It seems to be related to nspawn, but I have no idea how to fix this. -- ? Pax et bonum. Jorge Araya Navarro https://es.gravatar.com/shackra From emulatorman at riseup.net Tue May 10 05:42:32 2016 From: emulatorman at riseup.net (=?UTF-8?Q?Andr=c3=a9_Silva?=) Date: Tue, 10 May 2016 01:42:32 -0300 Subject: [Assist] Failed to add audit seccomp rule: Bad address In-Reply-To: <87inympmqo.fsf@abril.charola> References: <87inympmqo.fsf@abril.charola> Message-ID: <573166B8.8030502@riseup.net> On 05/10/2016 01:20 AM, Jorge Araya Navarro wrote: > When trying to do anything with librechroot or libremakepkg I get the following error: > > --8<---------------cut here---------------start------------->8--- > Failed to add audit seccomp rule: Bad address > --8<---------------cut here---------------end--------------->8--- > > It seems to be related to nspawn, but I have no idea how to fix this. > I suggest use linux-libre if you are using libretools, linux-libre-audit is focused for servers (intense verbose mode in logs). -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: From elcorreo at deshackra.com Tue May 10 07:20:54 2016 From: elcorreo at deshackra.com (Jorge Araya Navarro) Date: Tue, 10 May 2016 00:20:54 -0600 Subject: [Assist] Failed to add audit seccomp rule: Bad address In-Reply-To: <573166B8.8030502@riseup.net> References: <87inympmqo.fsf@abril.charola> <573166B8.8030502@riseup.net> Message-ID: <87ziryh1rt.fsf@abril.charola> Currently I'm using linux-libre-rt :D El lunes 09 de mayo del 2016 a las 2242 horas, Andr? Silva escribi?: > On 05/10/2016 01:20 AM, Jorge Araya Navarro wrote: >> When trying to do anything with librechroot or libremakepkg I get the following error: >> >> --8<---------------cut here---------------start------------->8--- >> Failed to add audit seccomp rule: Bad address >> --8<---------------cut here---------------end--------------->8--- >> >> It seems to be related to nspawn, but I have no idea how to fix this. >> > > I suggest use linux-libre if you are using libretools, linux-libre-audit > is focused for servers (intense verbose mode in logs). > > _______________________________________________ > Assist mailing list > Assist at lists.parabola.nu > https://lists.parabola.nu/mailman/listinfo/assist -- ? Pax et bonum. Jorge Araya Navarro https://es.gravatar.com/shackra From fturco at fastmail.fm Sat May 28 11:41:34 2016 From: fturco at fastmail.fm (Francesco Turco) Date: Sat, 28 May 2016 12:41:34 +0200 Subject: [Assist] Firefly GNU/Linux Message-ID: <574975DE.1080707@fastmail.fm> This is slightly off-topic here. Please forgive me but I don't know where I should ask this question. Any news on the Firefly GNU/Linux distribution? The homepage seems off-line: http://fireflygnu.org/. I tried asking Icarius but unfortunately he didn't reply. Thank you. -- Website: http://www.fturco.net/ GPG key: 6712 2364 B2FE 30E1 4791 EB82 7BB1 1F53 29DE CD34 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: OpenPGP digital signature URL: