-
From Mark Fanning (PRISE/ANU), to @sbodorkos via email:
> [I have installed Java 1.8 and] the SQUID.JAR now works OK. I have been working through @NicoleRayner’s videos - great work on all counts.
…
-
Our firewall rules are the following:
*nat
:PREROUTING ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A PREROUTING --protocol tcp --match tcp --destination-port 1889 -j DNAT --to-destin…
-
Hi all, I was wondering how the reference material models deal with obsolete numbers. For example, most published reference material model references from before 2010 (the Hiess et al. paper) will hav…
-
At the GSC we regularly analyse a sample (1242) as a monitor of our 7/6 ratio/age to determine if we need a intra element mass fractionation correction. Other labs use OG1 for this same purpose. I …
-
Hello all,
The port 8000 is used by either ajenti or by another program.
Here are the contents of ajenti-crash.txt
Thank you in advance to all
## Ajenti bug report
| Info | Value |
| --- | --- |
| …
-
## Ajenti bug report
| Info | Value |
| --- | --- |
| Ajenti | 1.2.22.10 |
| Platform | debian / ubuntu / LMDE MATE Edition |
| Architecture | x86_64 unknown |
| Python | 2.7.5+ |
| Installation | 55…
-
## Ajenti bug report
| Info | Value |
| --- | --- |
| Ajenti | 1.2.22.16 |
| Platform | debian / debian / Debian GNU/Linux 7.7 (wheezy) |
| Architecture | i686 unknown |
| Python | 2.7.3 |
| Installa…
-
Without https all working fine.
If enabling https we getting segmentation fault:
```
[root@localhost log]# ajenti-panel -v
22.12.2015 15:07 ajenti-panel:105 INFO Using config file /etc/…
-
I am on CentOS 7. So when I go to https://x.x.x.x:8000, it doesn't load anything.
If I disable ssl from the Ajenti config file, then it connects without ssl.
With SSL enabled however, I have checke…
-
Dockerfile contents are:
```
FROM debian
WORKDIR /app
COPY . /app
CMD [ "/app/a.sh" ]
```
Contents of 'a.sh' are:
```
#!/bin/sh
echo 'A'
sh /app/b.sh 1
chmod +x /app/b.sh
/app/b.sh 2
```
The file …