LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-09-2019, 11:50 PM   #46
Sauerland
Member
 
Registered: Jul 2017
Distribution: openSUSE Leap
Posts: 200

Rep: Reputation: Disabled

Quote:
As mentioned several times earlier, the file did not exist (at all) only a seemlink existed with a target (in /var/run/netconfig/) non-existing either, so I've no idea what a "normal file" should include and look like.

I've been told to add some lines "nameserver <DNS-1_IP>" and I did ....


Now I will be able to make a "real file" by adding all the lines you presented to me, thks for that !
And as mentioned earlier:

Quote:
Originally Posted by Sauerland View Post
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
This will backup your existing /etc/resolv.conf and create a file /etc/resolv.con with:
nameserver 8.8.8.8
That is a google DNS.

Also it will restart your NetworkManager.
 
Old 07-10-2019, 04:13 PM   #47
eric.vanh
Member
 
Registered: Jan 2016
Location: Montreal,CAN
Distribution: Suse Leap 15.1 & Win10
Posts: 110

Original Poster
Rep: Reputation: Disabled
Post

Quote:
Originally Posted by dc.901 View Post
To clarify, You can get to Internet via Brave browser, but not Firefox?
Yes, exactly.

Quote:
Originally Posted by dc.901 View Post
Can you ping any host on the Internet?
ping www.cnn.com
ping 8.8.8.8
nslookup www.yahoo.com
With WiFi off: none
With WiFi ON: yes, ping 8.8.8.8 ttl56, 12,7ms
nslookup (google, yahoo) gives me IP addresses and details
RJ45 connection stays in loop "setting network address"

Quote:
Originally Posted by dc.901 View Post
cat /etc/resolv.conf (is the file still same before reboot - with three DNS entries)
The file is still in /var/run/netconfig/resolv.conf (target for seemlink "/etc/resolv.conf")
and has the first 3 DNS addresses I set in NM and look exactly like the exemple given earlier

Last edited by eric.vanh; 07-10-2019 at 05:35 PM.
 
Old 07-11-2019, 06:04 AM   #48
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
Do you have proxy settings set in firefox by chance, which may be interfering?
Next, if you open terminal and run "sudo zypper up" does it show updates?
 
Old 07-11-2019, 06:24 AM   #49
eric.vanh
Member
 
Registered: Jan 2016
Location: Montreal,CAN
Distribution: Suse Leap 15.1 & Win10
Posts: 110

Original Poster
Rep: Reputation: Disabled
Question

Quote:
Originally Posted by dc.901 View Post
Do you have proxy settings set in firefox by chance, which may be interfering?
Next, if you open terminal and run "sudo zypper up" does it show updates?
My automatic update worked, so I assume my zypper will.

it's weird, my zypper patch and zypper up says exactly the same thing (nothing to do), with AND without WiFi ... (knowing that my RJ45 doesn't connect)

Ping 8.8.8.8 still doesn't go anywhere with RJ45, only WiFi works.

No proxy in FF (60.7.2esr)

Last edited by eric.vanh; 07-15-2019 at 03:57 PM.
 
Old 07-15-2019, 04:21 PM   #50
eric.vanh
Member
 
Registered: Jan 2016
Location: Montreal,CAN
Distribution: Suse Leap 15.1 & Win10
Posts: 110

Original Poster
Rep: Reputation: Disabled
For some reason my RJ45 connection seems to be working now.
All I did was to leave the laptop off for a few days ... which is obviously not a good explanation

Code:
Password: 
linux-r476:~ # lspci -vv | grep -i net
00:19.0 Ethernet controller: Intel Corporation 82567LM Gigabit Network Connection (rev 03)
03:00.0 Network controller: Intel Corporation Ultimate N WiFi Link 5300
linux-r476:~ # ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=56 time=29.6 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=56 time=12.7 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=56 time=15.1 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=56 time=21.6 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=56 time=18.3 ms
64 bytes from 8.8.8.8: icmp_seq=6 ttl=56 time=12.3 ms
 
Old 07-15-2019, 04:33 PM   #51
eric.vanh
Member
 
Registered: Jan 2016
Location: Montreal,CAN
Distribution: Suse Leap 15.1 & Win10
Posts: 110

Original Poster
Rep: Reputation: Disabled
Lightbulb

I would like to know what happened, but at least that bit is "solved" (at least it is working) my WiFi is off and I have access to Internet, I'm writing my new post from my W700 with FireFox, IceCat, Brave, Chromium, ...

Moving on !
Attached Thumbnails
Click image for larger version

Name:	Screenshot_20190715_172902.jpg
Views:	20
Size:	212.2 KB
ID:	30909   Click image for larger version

Name:	Screenshot_20190715_173527.png
Views:	31
Size:	122.3 KB
ID:	30910  

Last edited by eric.vanh; 07-15-2019 at 04:48 PM. Reason: shorten/split
 
Old 07-15-2019, 04:48 PM   #52
eric.vanh
Member
 
Registered: Jan 2016
Location: Montreal,CAN
Distribution: Suse Leap 15.1 & Win10
Posts: 110

Original Poster
Rep: Reputation: Disabled
Moving on !

I have Akonadi / MariaDB / Kontact problems,

I have Kleopatra, Kgpg problems.
Lets start with this one:
Attachment 30910
I did, of course, what Kgpg tells me to do, (recreate the trustdb) but to no avail
 
Old 07-16-2019, 10:24 AM   #53
eric.vanh
Member
 
Registered: Jan 2016
Location: Montreal,CAN
Distribution: Suse Leap 15.1 & Win10
Posts: 110

Original Poster
Rep: Reputation: Disabled
Post

Before I reinstall Kgpg:
Click image for larger version

Name:	Screenshot_20190716_110233.png
Views:	26
Size:	111.4 KB
ID:	30914

Then zypper RM, zypper IN, and the check again:
Click image for larger version

Name:	Screenshot_20190716_112051.png
Views:	18
Size:	156.9 KB
ID:	30918

It works, I started it straight from the console, not from the menu.
I managed to create 3 keys, but only with RSA/RSA (1024, 2048, 4096) all the other options make it crash
 
Old 07-16-2019, 10:30 AM   #54
eric.vanh
Member
 
Registered: Jan 2016
Location: Montreal,CAN
Distribution: Suse Leap 15.1 & Win10
Posts: 110

Original Poster
Rep: Reputation: Disabled
Unhappy

That's the error message I have when trying any other option than RSA/RSA
I use the exact same attributes (full name, email, etc ...)

Code:
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37558, resource id: 26490015, major code: 40 (TranslateCoords), minor code: 0
Click image for larger version

Name:	Screenshot_20190716_112759.png
Views:	16
Size:	213.3 KB
ID:	30919
 
Old 07-16-2019, 10:43 AM   #55
Sauerland
Member
 
Registered: Jul 2017
Distribution: openSUSE Leap
Posts: 200

Rep: Reputation: Disabled
Run kgpg not as root......
 
Old 07-16-2019, 12:27 PM   #56
eric.vanh
Member
 
Registered: Jan 2016
Location: Montreal,CAN
Distribution: Suse Leap 15.1 & Win10
Posts: 110

Original Poster
Rep: Reputation: Disabled
Thumbs up

Quote:
Originally Posted by Sauerland View Post
Run kgpg not as root......
hum ... interesting, I was wondering why it did work this time ?

I've RM and re-IN several times, but it never worked before, except this time I started it straight from the console.

Dah ! it's not because of the console itself but because I started it as root ! (silly me)

Now that it runt once, maybe it will work started as user
 
Old 07-16-2019, 12:30 PM   #57
eric.vanh
Member
 
Registered: Jan 2016
Location: Montreal,CAN
Distribution: Suse Leap 15.1 & Win10
Posts: 110

Original Poster
Rep: Reputation: Disabled
from start menu : crash
From console as user: crash
I reboot

Last edited by eric.vanh; 07-16-2019 at 12:31 PM. Reason: misspelling
 
Old 07-16-2019, 12:41 PM   #58
eric.vanh
Member
 
Registered: Jan 2016
Location: Montreal,CAN
Distribution: Suse Leap 15.1 & Win10
Posts: 110

Original Poster
Rep: Reputation: Disabled
From menu : crash (appears and disappears)
From console as user: same
From console as root:
Code:
eric@linux-r476:~> kgpg
eric@linux-r476:~> kgpg
eric@linux-r476:~> su
Password: 
linux-r476:/home/eric # kgpg
QStandardPaths: wrong ownership on runtime directory /run/user/1000, 1000 instead of 0
QStandardPaths: wrong ownership on runtime directory /run/user/1000, 1000 instead of 0
"Session bus not found\nTo circumvent this problem try the following command (with Linux and bash)\nexport $(dbus-launch)"
linux-r476:/home/eric # \nexport $(dbus-launch)
dbus[3605]: Unable to set up transient service directory: XDG_RUNTIME_DIR "/run/user/1000" is owned by uid 1000, not our uid 0
If 'nexport' is not a typo you can use command-not-found to lookup the package that contains it, like this:
    cnf nexport
linux-r476:/home/eric #
 
Old 07-16-2019, 12:42 PM   #59
eric.vanh
Member
 
Registered: Jan 2016
Location: Montreal,CAN
Distribution: Suse Leap 15.1 & Win10
Posts: 110

Original Poster
Rep: Reputation: Disabled
From root console (Terminal - Super User mode)
Code:
assword: 
linux-r476:~ # kgpg
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
QSystemTrayIcon::setVisible: No Icon set
 
Old 07-16-2019, 02:18 PM   #60
Sauerland
Member
 
Registered: Jul 2017
Distribution: openSUSE Leap
Posts: 200

Rep: Reputation: Disabled
From Terminal do not run any GUI it as root, run as User:
Code:
kdesu kgpg
or
Code:
gnomesu kgpg
or
Code:
xdg-su kgpg
But kgpg is working as User in the systray by right-clicking on the small triangle---settings, if you have started it as User......

Last edited by Sauerland; 07-16-2019 at 02:21 PM.
 
  


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 04:07 AM.

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