IP address or DNS name (bug or feature)
by Walter H.
Hello,
as this is the first time I'm using Fedora, I noticed the following ...
(a) when open a SSH connection, it tells e.g.
Last login: Mon Jun 5 20:14:37 2017 from 192.168.1.1
all other Linux VMs and/or the Router box show there
Last login: Sat Jun 3 21:41:45 2017 from winpc.local
(b) when configuring Firefox using a proxy, this works only
when entering a IP address; when entering a DNS name
a 'Proxy server not found' error is the result ...
(c) when configuring a line printer I had to enter e.g. this
lpd://192.168.1.11/CP1515N
when entering a DNS name e.g. printer.local
then this result in a 'printer.local' could not be found;
a nslookup shows the correct IP addresses
this means the DNS server is working properly ...
Thanks for explanations,
Walter
4 years, 11 months
fedora 25 coredump not being generated
by jayshankar nair
Hi,
I have written a snippet of code to generate core dump.
a.c#include <stdio.h>main(){char **c;c=10;
}
gcc a.c -o a -g
Run:./a
In fedora 25 after segmentation fault, core dump file is not being created.
I have also set the core file to unlimit with the command ulimit -c unlimited.
Thanks,Jayshankar
Thanks,Jayshankar
4 years, 11 months
Message to a list subscriber failed
by JD
-------- Forwarded Message --------
Subject: Undelivered Mail Returned to Sender
Date: Sat, 10 Jun 2017 10:32:07 +0200 (CEST)
From: Mail Delivery System <MAILER-DAEMON(a)server02.home>
To: jd1008(a)gmail.com
Apparently, the list server was not able to send a post to a subscribed
member.
Perhaps the admin of this list can do something about it.
This is the mail system at host server02.home.
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to postmaster.
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The mail system
<jakub(a)localhost.home> (expanded from <jakub@localhost>): maildir delivery
failed: create maildir file
/home/jakub/Maildir/tmp/1497083527.P5435.server02.home: Permission denied
Reporting-MTA: dns; server02.home
X-Postfix-Queue-ID: B10EBBF6BAD
X-Postfix-Sender: rfc822;jd1008(a)gmail.com
Arrival-Date: Sat, 10 Jun 2017 10:32:07 +0200 (CEST)
Final-Recipient: rfc822;jakub(a)localhost.home
Original-Recipient: rfc822;jakub@localhost
Action: failed
Status: 5.2.0
Diagnostic-Code: X-Postfix; maildir delivery failed: create maildir file
/home/jakub/Maildir/tmp/1497083527.P5435.server02.home: Permission denied
ForwardedMessage.eml
Subject:
Re: Wammu questions
From:
JD <jd1008(a)gmail.com>
Date:
06/08/2017 08:40 PM
To:
Community support for Fedora users <users(a)lists.fedoraproject.org>
On Thu, Jun 8, 2017 at 11:58 PM, Rick Stevens <ricks(a)alldigital.com
<mailto:ricks@alldigital.com>> wrote:
On 06/08/2017 03:45 PM, Ed Greshko wrote:
> On 06/09/17 05:12, JD wrote:
>> I want to copy over from old phone to new phone the call log and the
>> SMS messages.
>>
>> Thanx for any help.
>>
>> PS: I tried to use kde connect
>
>
> I use KDE connect quite frequently. It is good and works well for
> what/how it is designed. It is designed to...
>
> - Shared clipboard: copy and paste between your devices.
> - Share files and URLs to your computer from any app, without wires.
> - Virtual touchpad: Use your phone screen as your computer's
touchpad.
> - Notifications sync (4.3+): Read your Android notifications from the
> desktop.
> - Multimedia remote control: Use your phone as a remote for Linux
media
> players.
> - WiFi connection: no USB wire or bluetooth needed.
> - End-to-end TLS encryption: your information is safe.
>
> It is also integrated quite nicely with Dolphin on KDE allowing
you GUI
> access to the phone's file system to selectively download
pictures and such.
>
> It doesn't have the ability to do what you're attempting.
The SMS data is in a protected directory on Android phones. I believe
the call logs are as well. Unless your phone is rooted, you won't have
access to them. There are utilities out there in Android-land that will
let you back up SMS data and call logs, or you can root your device.
>From what I can remember, the SMS data is in
/data/data/com.android.providers.telephony/databases/mmssms.db
on the phone. Unless you're rooted, /data reports as an empty directory.
Android is essentially saying "Nah, it isn't empty, but you ain't root
so you can't see what's here. So there! Nyah! Thhpt!" <insert emoji
with a thumbed nose here>
There are times I absolutely hate Android. It's my phone. I should be
able to do what I want with it. Why the hell can't I move stuff to and
from my SD card as I see fit? Truly annoying.
This web site
https://www.maketecheasier.com/airdroid-connect-android-phone-to-linux/
says you can
# See Messages and Call logs
Not sure if that means I would be able to copy them to linux.
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, AllDigital ricks(a)alldigital.com
<mailto:ricks@alldigital.com> -
- AIM/Skype: therps2 ICQ: 226437340 Yahoo: origrps2 -
- -
- The trouble with troubleshooting is that trouble sometimes -
- shoots back. -
----------------------------------------------------------------------
_______________________________________________
users mailing list -- users(a)lists.fedoraproject.org
<mailto:users@lists.fedoraproject.org>
To unsubscribe send an email to users-leave(a)lists.fedoraproject.org
<mailto:users-leave@lists.fedoraproject.org>
_______________________________________________
users mailing list --users(a)lists.fedoraproject.org
To unsubscribe send an email tousers-leave(a)lists.fedoraproject.org
4 years, 11 months
Update to libdb-5.3.28-21.fc25 in F25 will break the rpm database.
Repairable by rebuilding rpm database with rpm --rebuilddb
by stan
There is an update (or test update) of libdb for F25 that, when
installed, breaks the rpm database because it is incompatible. The dnf
update completes, and then hangs (at least it did on my system). The
fix is to remove the old rpm databases (this might be optional), and
rebuild the rpm databases.
rm /var/lib/rpm/__db.00? # optional?
rpm --rebuilddb
I did a reboot to sync everything that uses libdb (anything that uses
the Berkeley db). It might be possible just to restart affected
applications if that isn't an option. That worked for my mail client
before I rebooted.
4 years, 11 months
postgresql and firewald startup
by Jeandet Alexis
Hello,
I have a server running F25 with postgresql and firewald configured.
On startup postgreslq always fail to start complaining about port 5432.
I did allow this port on the firewall, if I start manually postgresql
after it works.
So I did plot the startup sequence (systemd-analyse plot), I saw that
pgsql start after dbus.service but much before the firewall. Is there
something wrong with the default config of pgsql systemd unit?
Or more likely, what did I miss? mess :)?
boot graph:
https://ao.lpp.polytechnique.fr/s/7LdFkX5tlReNeqf
Best regards,
Alexis
4 years, 11 months
Using mrtg to monitor cable modem utilization
by Alex
[first time went without a subject somehow...]
Hi,
Anyone still using mrtg these days? I'm trying to set up mrtg on my
fedora25 system connected to a cable modem (35Mbit up, 5Mbit down) on
one side and a gigabit ethernet on the other and can't figure out how
to reflect that in the config file.
Maybe you have an idea for monitoring utilization using another method?
I'm trying to set it up to determine utilization, so it's important to
define the upper bound for both upload and download. Is this possible?
If I recall, isn't there a way to define input max and output max?
I've run the following cfgmaker command:
# cfgmaker --ifref=descr --ifdesc=alias -zero-speed=5000000
mysnmppass(a)orion.example.com
Here is the ifconfig output for my system. I've also included the
generated cfgmaker output (with 'example' as my domain) below. I don't
understand why it's defined eth0 and eth1 as 125MBit when it's
connected to a bridge on a gigabit network, and why it's chosen
625kbit for br0 when I've tried to define it as 5Mbit.
br0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 68.111.193.42 netmask 255.255.255.248 broadcast 68.111.193.47
inet6 fe80::ec4:7aff:fea9:18de prefixlen 64 scopeid 0x20<link>
ether 0c:c4:7a:a9:18:de txqueuelen 1000 (Ethernet)
RX packets 5891321629 bytes 2564661840218 (2.3 TiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 3670532823 bytes 22827372375556 (20.7 TiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
br0:0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 68.111.193.44 netmask 255.255.255.248 broadcast 68.111.193.47
ether 0c:c4:7a:a9:18:de txqueuelen 1000 (Ethernet)
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
ether 0c:c4:7a:a9:18:de txqueuelen 1000 (Ethernet)
RX packets 6303244831 bytes 2755299573703 (2.5 TiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 18098110833 bytes 24060466118480 (21.8 TiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device memory 0xfb120000-fb13ffff
eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::ec4:7aff:fea9:18df prefixlen 64 scopeid 0x20<link>
ether 0c:c4:7a:a9:18:df txqueuelen 1000 (Ethernet)
RX packets 22104249713 bytes 13271044125506 (12.0 TiB)
RX errors 0 dropped 0 overruns 44 frame 0
TX packets 16730830652 bytes 3413227489426 (3.1 TiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device memory 0xfb100000-fb11ffff
eth1:0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.2 netmask 255.255.255.0 broadcast 192.168.1.255
ether 0c:c4:7a:a9:18:df txqueuelen 1000 (Ethernet)
device memory 0xfb100000-fb11ffff
eth1:1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.100 netmask 255.255.255.0 broadcast 192.168.1.255
ether 0c:c4:7a:a9:18:df txqueuelen 1000 (Ethernet)
device memory 0xfb100000-fb11ffff
eth1:2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.6.1 netmask 255.255.255.0 broadcast 192.168.6.255
ether 0c:c4:7a:a9:18:df txqueuelen 1000 (Ethernet)
device memory 0xfb100000-fb11ffff
eth1:3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.101 netmask 255.255.255.0 broadcast 192.168.1.255
ether 0c:c4:7a:a9:18:df txqueuelen 1000 (Ethernet)
device memory 0xfb100000-fb11ffff
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1 (Local Loopback)
RX packets 55198240 bytes 9250184967 (8.6 GiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 55198240 bytes 9250184967 (8.6 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255
ether 52:54:00:63:b9:2a txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
vnet0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::fc54:ff:fe35:dd67 prefixlen 64 scopeid 0x20<link>
ether fe:54:00:35:dd:67 txqueuelen 1000 (Ethernet)
RX packets 174594324 bytes 160713095174 (149.6 GiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 200965168 bytes 104887504535 (97.6 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
vnet1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::fc54:ff:fe35:dd66 prefixlen 64 scopeid 0x20<link>
ether fe:54:00:35:dd:66 txqueuelen 1000 (Ethernet)
RX packets 16552006 bytes 139318192739 (129.7 GiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 30615686 bytes 3092083364 (2.8 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Here is the mrtg.cfg with the disabled interfaces and unnecessary HTML
removed. I've also included the cfgmaker snmp info below.
EnableIPv6: no
Target[orion.example.com_eth0]: \eth0:mysnmppass@orion.example.com:
SetEnv[orion.example.com_eth0]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="eth0"
MaxBytes[orion.example.com_eth0]: 125000000
Title[orion.example.com_eth0]: eth0 -- orion.inside.example.com
PageTop[orion.example.com_eth0]: <h1>eth0 -- orion.inside.example.com</h1>
Target[orion.example.com_eth1]: \eth1:mysnmppass@orion.example.com:
SetEnv[orion.example.com_eth1]: MRTG_INT_IP="192.168.6.1" MRTG_INT_DESCR="eth1"
MaxBytes[orion.example.com_eth1]: 125000000
Title[orion.example.com_eth1]: eth1 -- orion.inside.example.com
PageTop[orion.example.com_eth1]: <h1>eth1 -- orion.inside.example.com</h1>
Target[orion.example.com_br0]: \br0:mysnmppass@orion.example.com:
SetEnv[orion.example.com_br0]: MRTG_INT_IP="68.111.193.42" MRTG_INT_DESCR="br0"
MaxBytes[orion.example.com_br0]: 625000
Title[orion.example.com_br0]: br0 -- orion.inside.example.com
PageTop[orion.example.com_br0]: <h1>br0 -- orion.inside.example.com</h1>
Target[orion.example.com_vnet0]: \vnet0:mysnmppass@orion.example.com:
SetEnv[orion.example.com_vnet0]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="vnet0"
MaxBytes[orion.example.com_vnet0]: 1250000
Title[orion.example.com_vnet0]: vnet0 -- orion.inside.example.com
PageTop[orion.example.com_vnet0]: <h1>vnet0 -- orion.inside.example.com</h1>
Target[orion.example.com_vnet1]: \vnet1:mysnmppass@orion.example.com:
SetEnv[orion.example.com_vnet1]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="vnet1"
MaxBytes[orion.example.com_vnet1]: 1250000
Title[orion.example.com_vnet1]: vnet1 -- orion.inside.example.com
PageTop[orion.example.com_vnet1]: <h1>vnet1 -- orion.inside.example.com</h1>
--base: Get Device Info on mysnmppass(a)orion.example.com:
--base: Vendor Id: Unknown Vendor - 1.3.6.1.4.1.8072.3.2.10
--base: Populating confcache
--base: Get Interface Info
--base: Walking ifIndex
--snpd: mysnmppass(a)orion.example.com: -> 1 -> ifIndex = 1
--snpd: mysnmppass(a)orion.example.com: -> 2 -> ifIndex = 2
--snpd: mysnmppass(a)orion.example.com: -> 3 -> ifIndex = 3
--snpd: mysnmppass(a)orion.example.com: -> 4 -> ifIndex = 4
--snpd: mysnmppass(a)orion.example.com: -> 5 -> ifIndex = 5
--snpd: mysnmppass(a)orion.example.com: -> 6 -> ifIndex = 6
--snpd: mysnmppass(a)orion.example.com: -> 7 -> ifIndex = 7
--snpd: mysnmppass(a)orion.example.com: -> 8 -> ifIndex = 8
--snpd: mysnmppass(a)orion.example.com: -> 9 -> ifIndex = 9
--base: Walking ifType
--snpd: mysnmppass(a)orion.example.com: -> 1 -> ifType = 24
--snpd: mysnmppass(a)orion.example.com: -> 2 -> ifType = 6
--snpd: mysnmppass(a)orion.example.com: -> 3 -> ifType = 6
--snpd: mysnmppass(a)orion.example.com: -> 4 -> ifType = 6
--snpd: mysnmppass(a)orion.example.com: -> 5 -> ifType = 131
--snpd: mysnmppass(a)orion.example.com: -> 6 -> ifType = 6
--snpd: mysnmppass(a)orion.example.com: -> 7 -> ifType = 6
--snpd: mysnmppass(a)orion.example.com: -> 8 -> ifType = 6
--snpd: mysnmppass(a)orion.example.com: -> 9 -> ifType = 6
--base: Walking ifAdminStatus
--snpd: mysnmppass(a)orion.example.com: -> 1 -> ifAdminStatus = 1
--snpd: mysnmppass(a)orion.example.com: -> 2 -> ifAdminStatus = 1
--snpd: mysnmppass(a)orion.example.com: -> 3 -> ifAdminStatus = 1
--snpd: mysnmppass(a)orion.example.com: -> 4 -> ifAdminStatus = 1
--snpd: mysnmppass(a)orion.example.com: -> 5 -> ifAdminStatus = 2
--snpd: mysnmppass(a)orion.example.com: -> 6 -> ifAdminStatus = 1
--snpd: mysnmppass(a)orion.example.com: -> 7 -> ifAdminStatus = 2
--snpd: mysnmppass(a)orion.example.com: -> 8 -> ifAdminStatus = 1
--snpd: mysnmppass(a)orion.example.com: -> 9 -> ifAdminStatus = 1
--base: Walking ifOperStatus
--snpd: mysnmppass(a)orion.example.com: -> 1 -> ifOperStatus = 1
--snpd: mysnmppass(a)orion.example.com: -> 2 -> ifOperStatus = 1
--snpd: mysnmppass(a)orion.example.com: -> 3 -> ifOperStatus = 1
--snpd: mysnmppass(a)orion.example.com: -> 4 -> ifOperStatus = 1
--snpd: mysnmppass(a)orion.example.com: -> 5 -> ifOperStatus = 2
--snpd: mysnmppass(a)orion.example.com: -> 6 -> ifOperStatus = 2
--snpd: mysnmppass(a)orion.example.com: -> 7 -> ifOperStatus = 2
--snpd: mysnmppass(a)orion.example.com: -> 8 -> ifOperStatus = 1
--snpd: mysnmppass(a)orion.example.com: -> 9 -> ifOperStatus = 1
--base: Walking ifMtu
--snpd: mysnmppass(a)orion.example.com: -> 1 -> ifMtu = 65536
--snpd: mysnmppass(a)orion.example.com: -> 2 -> ifMtu = 1500
--snpd: mysnmppass(a)orion.example.com: -> 3 -> ifMtu = 1500
--snpd: mysnmppass(a)orion.example.com: -> 4 -> ifMtu = 1500
--snpd: mysnmppass(a)orion.example.com: -> 5 -> ifMtu = 1332
--snpd: mysnmppass(a)orion.example.com: -> 6 -> ifMtu = 1500
--snpd: mysnmppass(a)orion.example.com: -> 7 -> ifMtu = 1500
--snpd: mysnmppass(a)orion.example.com: -> 8 -> ifMtu = 1500
--snpd: mysnmppass(a)orion.example.com: -> 9 -> ifMtu = 1500
--base: Walking ifSpeed
--snpd: mysnmppass(a)orion.example.com: -> 1 -> ifSpeed = 10000000
--snpd: mysnmppass(a)orion.example.com: -> 2 -> ifSpeed = 1000000000
--snpd: mysnmppass(a)orion.example.com: -> 3 -> ifSpeed = 1000000000
--snpd: mysnmppass(a)orion.example.com: -> 4 -> ifSpeed = 0
--snpd: mysnmppass(a)orion.example.com: -> 5 -> ifSpeed = 0
--snpd: mysnmppass(a)orion.example.com: -> 6 -> ifSpeed = 0
--snpd: mysnmppass(a)orion.example.com: -> 7 -> ifSpeed = 10000000
--snpd: mysnmppass(a)orion.example.com: -> 8 -> ifSpeed = 10000000
--snpd: mysnmppass(a)orion.example.com: -> 9 -> ifSpeed = 10000000
4 years, 11 months
Wammu questions
by JD
On a machine which has installed
gammu-libs
dialog
gammu
python-gammu
wammu
wammu configure (using automatic detection) is unable to find a
connected phone,
even though, when I plug in the usb cable, I get a popup on the screen
of the
gnome directory browser of the phone's storage.
So, how do I proceed from here?
Thax to all wammu users for any help with this.
4 years, 11 months
Seem to have screwed my F25......
by DB
Evening all,
I thought it would be a Good Idea to "improve" my Fedora system if I
added an SDD.
I put it in, plugged it in & it seemed to work - sort of....
What I now have is a selection window from grub which has 2 new versions
of F25 Workstation (on sda), then an F19, also on sda, followed by the
F25 on sdb (my SDD).
What I would like to do is to remove the 2 new F25s because the one was
only stated to allow me to boot the system; remove the F19 & put F25 on
sdb as the default. I hope that doing something like this would mean
that (system) updates would be applied to the SDD F25, and that I would
be able to access all the software I have on /home......
Does anyone have any ideas how I might be able to do this???
Would I need to change any of my SATA cables to make sdb into sda???
Many thanks for any suggestions!!!!!
Dave
4 years, 11 months
2 mice: left & right handed
by andrea
Hi,
running F25 GNOME on Wayland and have 2 mice.
One on the left and one on the right of the keyboard.
I would like to set the left as left handed and the right as right handed.
In GNOME settings I cannot change it per mouse, rather for all of the at the same time.
I read that this is a libinput matter, but I cannot find how to do it.
Any suggestions?
Andrea
4 years, 11 months