On 11/27/17 07:39, Ed Greshko wrote:
> I suppose I could give it a try with java-9 on a VM. If that is what you
> require.
As previously noted. I got
[egreshko@acer ~]$ mvn -v
Apache Maven 3.5.0 (Red Hat 3.5.0-6)
Maven home: /usr/share/maven
Java version: 1.8.0_151, vendor: Oracle Corpora
On 11/27/17 07:13, cen wrote:
> I feel like my problem is something deeper or something silly at this point..
>
>
> sudo dnf install java-9-openjdk-devel
> Last metadata expiration check: 0:00:00 ago on Mon 27 Nov 2017 12:09:07 AM
> CET.
> Package java-9-openjdk-devel-1:9.0.0.181-7.fc27.x86_64 is
I feel like my problem is something deeper or something silly at this
point..
sudo dnf install java-9-openjdk-devel
Last metadata expiration check: 0:00:00 ago on Mon 27 Nov 2017 12:09:07
AM CET.
Package java-9-openjdk-devel-1:9.0.0.181-7.fc27.x86_64 is already
installed, skipping.
Dependenc
On 26.11.2017 23:02, Ulf Volmer wrote:
> On 26.11.2017 22:43, cen wrote:
>
>> 1. sudo dnf install maven
>
>> The JAVA_HOME environment variable is not defined correctly
>> This environment variable is needed to run this program
>> NB: JAVA_HOME should point to a JDK not a JRE
>
> is java-1.8.0-o
On 11/27/17 06:28, cen wrote:
>
> Hm, there is no jre directory.
>
On my system
[egreshko@meimei jvm]$ ls /usr/lib/jvm/java/jre/
bin lib
>
> On 11/26/2017 11:08 PM, Ed Greshko wrote:
>> On 11/27/17 05:43, cen wrote:
>>> Perhaps I am just going crazy but maven just won't pick up JAVA_HOME o
On 11/26/2017 05:28 PM, cen wrote:
>
> Hm, there is no jre directory.
>
>
> On 11/26/2017 11:08 PM, Ed Greshko wrote:
>> On 11/27/17 05:43, cen wrote:
>>> Perhaps I am just going crazy but maven just won't pick up JAVA_HOME on F27.
>>>
>>> 1. sudo dnf install maven
>>>
>>> 2. echo $JAVA_HOME re
To clarify, both are installed
export JAVA_HOME=/usr/lib/jvm/java-9-openjdk-9.0.0.181-7.fc27.x86_64
$JAVA_HOME/bin/java -version
openjdk version "9"
OpenJDK Runtime Environment (build 9+181)
OpenJDK 64-Bit Server VM (build 9+181, mixed mode)
export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0
> On 11/26/2017 11:02 PM, Ulf Volmer wrote:
On 26.11.2017 23:23, cen wrote:
>> is java-1.8.0-openjdk-devel installed?
> It is indeed.
then it should usually works out of the box. As Ed wrote, $JAVA_HOME
should point to the JRE. But in my case, there is no $JAVA_HOME defined,
maven uses the defau
Hm, there is no jre directory.
On 11/26/2017 11:08 PM, Ed Greshko wrote:
On 11/27/17 05:43, cen wrote:
Perhaps I am just going crazy but maven just won't pick up JAVA_HOME on F27.
1. sudo dnf install maven
2. echo $JAVA_HOME returns /usr/lib/jvm/java-9-openjdk-9.0.0.181-7.fc27.x86_64
(which
It is indeed.
On 11/26/2017 11:02 PM, Ulf Volmer wrote:
On 26.11.2017 22:43, cen wrote:
1. sudo dnf install maven
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
NB: JAVA_HOME should point to a JDK not a JRE
is java-1.8.0-op
On 11/27/17 05:43, cen wrote:
> Perhaps I am just going crazy but maven just won't pick up JAVA_HOME on F27.
>
> 1. sudo dnf install maven
>
> 2. echo $JAVA_HOME returns /usr/lib/jvm/java-9-openjdk-9.0.0.181-7.fc27.x86_64
> (which includes bin dir with JDK tools such as javac, keytool etc so it is
On 26.11.2017 22:43, cen wrote:
> 1. sudo dnf install maven
> The JAVA_HOME environment variable is not defined correctly
> This environment variable is needed to run this program
> NB: JAVA_HOME should point to a JDK not a JRE
is java-1.8.0-openjdk-devel installed?
best regards
Ulf
___
Perhaps I am just going crazy but maven just won't pick up JAVA_HOME on F27.
1. sudo dnf install maven
2. echo $JAVA_HOME returns
/usr/lib/jvm/java-9-openjdk-9.0.0.181-7.fc27.x86_64 (which includes bin
dir with JDK tools such as javac, keytool etc so it is JDK for sure)
3. Any mvn command re
On 26.11.2017 20:32, Bill Shirley wrote:
> Yes, a symlink you mentioned will probably work for him.
>
> From the link you posted:
>
> |sudo systemctl edit --full nginx.service |
in general i think removing --full from this line will be much better.
This command will create
/etc/systemd/system/
Yes, a symlink you mentioned will probably work for him.
From the link you posted:
|sudo systemctl edit --full nginx.service |
This will load the current unit file into the editor, where it can be modified. When the editor exits, the changed file will be
written to |/etc/systemd/system|, which
On 26.11.2017 19:26, Bill Shirley wrote:
> Corrupt? Take a look at
> https://www.freedesktop.org/software/systemd/man/systemd.unit.html :
Please do not top post.
First of all, we are talking about instanced units. There is no need to
copy anything to /etc/systemd. Just a symlink to the original
Corrupt? Take a look at
https://www.freedesktop.org/software/systemd/man/systemd.unit.html :
The first possibility is to copy the unit file
to|/etc/systemd/system/httpd.service|and change the chosen settings:
[Unit] Description=Some HTTP server After=remote-fs.target sqldb.service /memcached.
On 26.11.2017 18:45, Bill Shirley wrote:
> I don't know why, but it doesn't seem to be working for him. From an
> earlier post:
>> sudo systemctl enable openvpn-client@ibecker2.service
>> Failed to enable unit: Unit file openvpn-client@ibecker2.service does not
>> exist.
Yes, i have read the earl
I don't know why, but it doesn't seem to be working for him. From an earlier
post:
sudo systemctl enableopenvpn-client@ibecker2.service
Failed to enable unit: Unit fileopenvpn-client@ibecker2.service does not
exist.
Bill
On 11/26/2017 10:44 AM, Ulf Volmer wrote:
On 26.11.2017 16:07, Bill S
On Sat, 25 Nov 2017 20:43:07 -0800
Mike Wright wrote:
> On 11/24/2017 01:02 PM, Wolfgang Pfeiffer wrote:
> > Doug, Philip, and Everyone
> >
> > I started a new thread with the quotes below to make
> > sure to not hijack the thread where they were taken from ...
> >
> > Short version:
> > The wh
On 26.11.2017 16:07, Bill Shirley wrote:
> For you, you should:
> cp -a /usr/lib/systemd/system/openvpn-client@.service
> /etc/systemd/system/openvpn-client@ibecker2.service
> systemctl daemon-reload
That is normally not needed, systemctl should create the symlinks himself.
[ulf@x1 ~]$ sudo syst
An explanation of systemd template files:
https://fedoramagazine.org/systemd-template-unit-files/
For you, you should:
cp -a /usr/lib/systemd/system/openvpn-client@.service
/etc/systemd/system/openvpn-client@ibecker2.service
systemctl daemon-reload
systemctl start openvpn-client@ibecker2.service
On Sat, 2017-11-25 at 21:56 +, Joakim Forøysund wrote:
> Hi!
> I pulled out my MacBook Pro from back in 2008 and installed F26 on
> it. It worked fine the first couple of days (except from wifi), but
> then the cursor started lagging and freezing up. I can move it slowly
> about an inch on the
23 matches
Mail list logo