LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 07-05-2019, 01:26 PM   #16
eric.vanh
Member
 
Registered: Jan 2016
Location: Montreal,CAN
Distribution: Suse Leap 15.1 & Win10
Posts: 110

Original Poster
Rep: Reputation: Disabled

ok, deleted it all and start new DL of both ISO and checksum, the extension: "Files MD5 SHA1 Calculate & Compare" seems to be working

baby steps ... bare with me, and thank you for your time on my post to help me
 
Old 07-05-2019, 01:27 PM   #17
eric.vanh
Member
 
Registered: Jan 2016
Location: Montreal,CAN
Distribution: Suse Leap 15.1 & Win10
Posts: 110

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Sauerland View Post
I use JDowenloader, this Java programm uses his own verification and after download I use sha256sum......
And burn the ISO as ISO, not unpacking it and burning all files inside.
I just removed it from my win10 as it doesn't work for me (error message from very first use)
 
Old 07-05-2019, 01:28 PM   #18
Sauerland
Member
 
Registered: Jul 2017
Distribution: openSUSE Leap
Posts: 194

Rep: Reputation: Disabled
I use it on openSUSE......
 
Old 07-08-2019, 10:17 AM   #19
eric.vanh
Member
 
Registered: Jan 2016
Location: Montreal,CAN
Distribution: Suse Leap 15.1 & Win10
Posts: 110

Original Poster
Rep: Reputation: Disabled
Good Monday morning !
As allways, thank you for your time following my steps ...

OK, so last night, I've DL both ISO and checksum.
This morning, I checked it using the FireFox extension "Files MD5 SHA1 Calculate & Compare" which gave me a pefect match,
So I burned it with the internal Win10 program.
Went to the W700, to install, set up the network to "auto IP with DHCP" ... and it worked !!
It's installing now.
 
Old 07-08-2019, 01:03 PM   #20
eric.vanh
Member
 
Registered: Jan 2016
Location: Montreal,CAN
Distribution: Suse Leap 15.1 & Win10
Posts: 110

Original Poster
Rep: Reputation: Disabled
Arrow

Installation went just fine !
Now up and running, connected to my router (Both RJ45 and WiFi) but no Internet, I guess NetworkManager doesn't receive DNS IP or something, I will search and find.

Also, Kgpg give me an error message, trusteddb is corrupted, and when i look deeper, ~/.kgpg/trustdb doesn't exist
 
Old 07-08-2019, 01:06 PM   #21
dc.901
Senior Member
 
Registered: Aug 2018
Location: Atlanta, GA - USA
Distribution: CentOS/RHEL, openSuSE/SLES, Ubuntu
Posts: 1,005

Rep: Reputation: 370Reputation: 370Reputation: 370Reputation: 370
Quote:
Originally Posted by eric.vanh View Post
Installation went just fine !
Now up and running, connected to my router (Both RJ45 and WiFi) but no Internet, I guess NetworkManager doesn't receive DNS IP or something, I will search and find.
What is the content of resolv.conf:

Code:
cat /etc/resolv.conf
If no nameservers are defined, you can edit the file:

Code:
nameserver <DNS-1_IP>
nameserver <DNS-2_IP>
If you have only 1, the just add the one line...
 
1 members found this post helpful.
Old 07-08-2019, 01:19 PM   #22
eric.vanh
Member
 
Registered: Jan 2016
Location: Montreal,CAN
Distribution: Suse Leap 15.1 & Win10
Posts: 110

Original Poster
Rep: Reputation: Disabled
Post lspci -vv | grep -i net

"lspci -vv | grep -i net"
Click image for larger version

Name:	IMG_20190708_1407410 (3).jpg
Views:	16
Size:	240.2 KB
ID:	30872
 
Old 07-08-2019, 01:21 PM   #23
eric.vanh
Member
 
Registered: Jan 2016
Location: Montreal,CAN
Distribution: Suse Leap 15.1 & Win10
Posts: 110

Original Poster
Rep: Reputation: Disabled
Arrow

Quote:
Originally Posted by dc.901 View Post
What is the content of resolv.conf:

Code:
cat /etc/resolv.conf
Will do

Quote:
Originally Posted by dc.901 View Post
Code:
If no nameservers are defined, you can edit the file:

nameserver <DNS-1_IP>
nameserver <DNS-2_IP>
If you have only 1, the just add the one line...
In NetworkManager, I've set it to my router IP, I will set it up to the first DNS IP as set in my router
 
Old 07-08-2019, 01:26 PM   #24
eric.vanh
Member
 
Registered: Jan 2016
Location: Montreal,CAN
Distribution: Suse Leap 15.1 & Win10
Posts: 110

Original Poster
Rep: Reputation: Disabled
Exclamation

Quote:
Originally Posted by dc.901 View Post
What is the content of resolv.conf:

Code:
cat /etc/resolv.conf
No such file or directory
 
Old 07-08-2019, 01:33 PM   #25
dc.901
Senior Member
 
Registered: Aug 2018
Location: Atlanta, GA - USA
Distribution: CentOS/RHEL, openSuSE/SLES, Ubuntu
Posts: 1,005

Rep: Reputation: 370Reputation: 370Reputation: 370Reputation: 370
Quote:
Originally Posted by eric.vanh View Post
No such file or directory
Okay, so go ahead and create one, and add entries for your DNS servers as:

Code:
nameserver <DNS-1_IP>
nameserver <DNS-2_IP>
 
1 members found this post helpful.
Old 07-08-2019, 01:51 PM   #26
eric.vanh
Member
 
Registered: Jan 2016
Location: Montreal,CAN
Distribution: Suse Leap 15.1 & Win10
Posts: 110

Original Poster
Rep: Reputation: Disabled
I've nano /etc/resolv.conf, which resulted in a file named resolv.conf.save

went to /etc/ to findout that a resolv.conf exists as a seemlink /var/run/netconfig/resolv.conf

Followed the link to findout that /netconfig/ doesn't exist, and therefore resolv.conf doesn't.

I've created the folder "netconfig" and a file resolv.conf in it, and in the other folders called "net-something" (networkmanager) and (net-snmp)

reboot

No connection, the folder "netconfig" and file I've created in "/var/run/" are gone, but the seemlink "/etc/resolv.conf" still points to it

Last edited by eric.vanh; 07-08-2019 at 02:44 PM.
 
Old 07-08-2019, 02:04 PM   #27
eric.vanh
Member
 
Registered: Jan 2016
Location: Montreal,CAN
Distribution: Suse Leap 15.1 & Win10
Posts: 110

Original Poster
Rep: Reputation: Disabled
choices:
- I delete the seemlink "/etc/resolv.conf" and replace it by a file (with DNS entries)
- I change the target in that seemlink from "/var/run/netconfig/resolv.conf" to "/var/run/networkmanager/resolv.conf" (file that I just created)
- else (that I don't have any idea of)
 
Old 07-08-2019, 06:40 PM   #28
dc.901
Senior Member
 
Registered: Aug 2018
Location: Atlanta, GA - USA
Distribution: CentOS/RHEL, openSuSE/SLES, Ubuntu
Posts: 1,005

Rep: Reputation: 370Reputation: 370Reputation: 370Reputation: 370
Quote:
Originally Posted by eric.vanh View Post
I've nano /etc/resolv.conf, which resulted in a file named resolv.conf.save

went to /etc/ to findout that a resolv.conf exists as a seemlink /var/run/netconfig/resolv.conf

Followed the link to findout that /netconfig/ doesn't exist, and therefore resolv.conf doesn't.

I've created the folder "netconfig" and a file resolv.conf in it, and in the other folders called "net-something" (networkmanager) and (net-snmp)

reboot

No connection, the folder "netconfig" and file I've created in "/var/run/" are gone, but the seemlink "/etc/resolv.conf" still points to it
Could you please post output of:

Code:
ls -l /etc/resolv.conf
ls -l /var/run/netconfig/resolv.conf
 
Old 07-08-2019, 08:03 PM   #29
eric.vanh
Member
 
Registered: Jan 2016
Location: Montreal,CAN
Distribution: Suse Leap 15.1 & Win10
Posts: 110

Original Poster
Rep: Reputation: Disabled
Post

As I thought, not much here ... the "/etc/resolv.conf" is a seemlink to an non-existent folder/file

ls -l /etc/resolv.conf
lrwxrwxrwx l root root 30 JUL 8 12:40 /etc/resolv.conf==> /var/run/netconfig/resolv.conf

ls -l /var/run/netconfig/resolv.conf
can't access, no such file

Click image for larger version

Name:	IMG_20190708_2050462.jpg
Views:	16
Size:	246.8 KB
ID:	30873

Last edited by eric.vanh; 07-08-2019 at 08:06 PM.
 
Old 07-09-2019, 10:05 AM   #30
Sauerland
Member
 
Registered: Jul 2017
Distribution: openSUSE Leap
Posts: 194

Rep: Reputation: Disabled
As root:
Code:
mv /etc/resolv.conf /etc/resolv.conf.bak
Code:
nameserver 8.8.8.8 > /etc/resolv.conf
Code:
systemctl restart NetworkManager.service
 
  


Reply

Tags
akonadi, amarok, leap, mariadb



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] akonadi mysql mariadb kmail korganizer trouble on current and with kde4 and kde5 mrapathy Slackware 8 10-28-2017 08:43 AM
[SOLVED] Akonadi and MariaDB 10.2.8 denydias Slackware 30 09-12-2017 05:30 PM
[SOLVED] current, akonadi, mariadb, mysql and kmail pchristy Slackware 4 03-17-2016 06:43 AM
LXer: Fixing Akonadi's warning of the non-existing leap second table LXer Syndicated Linux News 0 11-19-2010 01:40 PM
LXer: Fixing Akonadi's warning of the non-existing leap second table LXer Syndicated Linux News 0 11-19-2010 01:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 11:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration