Re: can i limit "dnf search/info" to a selected set of architectures?

2018-03-08 Thread Bob Marcan
On Thu, 8 Mar 2018 05:45:12 -0500 (EST)
"Robert P. J. Day"  wrote:
> ideally, i'd like to restrict package arches for these queries to
> x86_64 or noarch, and "man dnf" suggests the "--arch" option, but that
> doesn't have the effect i'm after:
> 
> $ dnf search ftp --arch x86_64
dnf search ftp --forcearch x86_64


> 
> $ dnf repoquery --whatprovides webserver --arch i686
Don't know, yet.

BR, Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: can i limit "dnf search/info" to a selected set of architectures?

2018-03-08 Thread Bob Marcan
On Thu, 8 Mar 2018 06:51:15 -0500 (EST)
"Robert P. J. Day"  wrote:

> dnf search ftp --forcearch x86_64 
I was a little too fast :-)
dnf search ftp |  grep x86_64 
will do.
Obviously dnf is not mature enough,  yet.

BR, Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: html to man page

2018-04-04 Thread Bob Marcan
...
> I can't resist recommending the late Erik Naggum's xml rant (one of many):
> 
> https://www.schnada.de/grapt/eriknaggum-xmlrant.html
> 
> To whet your appetite, here's a short excerpt:
> 
> "In many ways, the current American presidency and XML have much in
> common.  Both have clear lineages back to very intelligent people.
> Both demonstrate what happens when you give retards the tools of the
> intelligent."
> 
> And he wasn't even talking about Trump.
...
+1
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Sudo but no su -

2018-04-27 Thread Bob Marcan
On Thu, 26 Apr 2018 13:09:43 -0700
Samuel Sieb  wrote:

> On 04/26/2018 01:03 PM, Joe Zeff wrote:
> > On 04/26/2018 12:54 PM, Samuel Sieb wrote:  
> >> I'm curious what you find you need to use a root login for.
> > > If I need to do more than one or two things as root, it's easier to > 
> > > become root rather than type sudo over and over.  
> 
> That's what "sudo -i" is for.

Or "sudo bash"
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Replacing email list for users with a web forum software called Discourse, what's your opinion?

2018-10-22 Thread Bob Marcan
On Sat, 20 Oct 2018 18:17:08 -0400
Tom Horsley  wrote:

> On Sat, 20 Oct 2018 14:42:20 -0700
> stan wrote:
> 
> > I'm wondering how the people who regularly use fedora-users mailing
> > list feel about that.  
> 
> There is already a fedoraforum which I don't use at all because
> I despise forums because they are nothing like as useful as mailing lists.

+++
BR, Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: static ip in f11, f12 using networkmanager

2010-05-11 Thread Bob Marcan
On Tue, 11 May 2010 09:41:10 -0600
Phil Meyer  wrote:

> On 05/10/2010 12:04 PM, jackson byers wrote:
> > Phil Meyer wrote:
> >
> >> NM_CONTROLLED=
> >>  
> >
> >> Depending upon what you want to do.
> >>  
> >
> >> Will you ever use a Cell card on this system?
> >> Will you ever change IPs temporarily, or often?
> >>  
> >
> >> It can be useful to let Network Manager manage the ifcfg-eth0 file.
> >>  
> >

 Linux smicro 2.6.32.11-99.fc12.x86_64 #1 SMP Mon Apr 5 19:59:38 UTC
 2010 x86_64 x86_64 x86_64 GNU/Linux
NetworkManager-0.8.0-6.git20100408.fc12.x86_64

It is useful if you have wifi and/or made a lot of testing with
different equipment.
I have the primary link with the Netscreen and backup with the Cisco.
If i have problems with the primary (4 times power supply),
connecting adsl to the backup and i'm online again.

Start nm-applet as root (sudo) then you can configure everything.

This is mine:

/etc/sysconfig/network-scripts/ifcfg-eth0
# Intel Corporation 82566DM-2 Gigabit Network Connection
DEVICE=eth0
BOOTPROTO=none
HWADDR=00:30:48:98:0E:89
ONBOOT=yes
IPADDR=192.168.168.11
NETMASK=255.255.255.0
TYPE=Ethernet
GATEWAY=192.168.168.1
NM_CONTROLLED=yes
IPV6INIT=no
USERCTL=yes
PREFIX=24
DNS1=192.168.168.11
DNS2=193.189.160.23
DOMAIN='..net x.xxx.eu x-xxx.si xxx.si .com'
NAME=ns5xt-eth0
UUID=5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03
MTU=1400
DEFROUTE=yes

/etc/sysconfig/network-scripts/ifcfg-c1700-eth0
TYPE=Ethernet
BOOTPROTO=none
IPADDR=192.168.168.11
PREFIX=24
GATEWAY=192.168.168.3
DNS1=192.168.168.11
DNS2=193.189.160.23
DOMAIN='..net x.xxx.eu x-xxx.si xxx.si .com'
DEFROUTE=yes
IPV6INIT=no
NAME=c1700-eth0
UUID=a082f99c-5b80-4d2e-9b2b-6e07d6b2bf6f
ONBOOT=no
LAST_CONNECT=1270836707
DEVICE=c1700-eth0
USERCTL=yes

BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: SSH tunnel for ssh traffic

2010-05-18 Thread Bob Marcan
On Mon, 17 May 2010 10:38:55 -0400
Bill Davidsen  wrote:

> Christoph Höger wrote:
> > Hi,
> > 
> > I need to ssh to some remote VM that sit in a private LAN. For any other
> > service (e.g. RDP) I'd use ssh tunneling just normal.
> > But what do I do for ssh traffic? Since ssh is not host agnostic, it
> > will always complain about localhost having a different RSA key.
> > I just do not want to edit the known_hosts every time I need to connecto
> > to a new machine!
> > 
> I just remembered having a similar problem and how I solved it. I added a 
> fixed 
> IP for the machine at the end of the tunnel in /etc/hosts, and the fixed IP 
> was 
> 127.0.0.X, which seemed to allow a unique entry in known_hosts on the 
> originating machine. Since all of 127/8 is used for loopback, I decided to 
> use 
> another address for the made up machine name.
> 
> You still have to edit /etc/hosts for each new machine, but once and only 
> once 
> per machine.
> 

Alternative:

~/.ssh/config
CheckHostIP
   If this flag is set to ``yes'', ssh(1) will additionally 
check
   the host IP address in the known_hosts file.  This allows 
ssh to
   detect if a host key changed due to DNS spoofing.  If the 
option
   is set to ``no'', the check will not be executed.  The 
default is
   ``yes''.

BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Fedora-12 boot fails at "Starting udev:"

2010-05-19 Thread Bob Marcan
On Wed, 19 May 2010 12:24:00 -0400
Tom Horsley  wrote:

> On Wed, 19 May 2010 12:08:56 -0400 (EDT)
> William Perkins wrote:
> 
> > They all fail by hanging
> > at the "Starting udev:" line during the boot process.
> 
> The udev step tends to be where lots of drivers get loaded,
> so it is probably some specific driver that is killing it.
> If you could find it and blacklist it, you might be able
> to boot (depending on how critical the device involved
> happens to be).
> 
> No idea how to find which one though :-(.

With the first install from the F12 distribution on the HP ProBook 4710s
i had the same problem. Disabling wifi in BIOS cured the problem.
After first update everything works O.K.
Trial nad error :-)

BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: About programing, a general question

2010-12-21 Thread Bob Marcan
On Fri, 17 Dec 2010 15:04:30 +0530
Parshwa Murdia  wrote:

> On Fri, Dec 17, 2010 at 2:02 AM, Rodolfo Alcazar Portillo  > wrote:
> 
> My first programming experience started with Coco-TRS80 basic. Then I
> > knew I will love computers.
> >
> > But as amazed as I was, I was hungry to learn the guts of programming.
> > Lucky me, I was introduced to the Norton Pink Shirt Book. Wow. Learning
> > Pascal, Cobol and Fortran in one year, with 12 years old turned to be a
> > piece of cake. C would follow.
> >
> > The book deals mainly with simple hardware of those ages and a little
> > bit of 8086 assembler, AFAIR. Knowing all of that, understanding Basic,
> > C or any programming paradigm turned to be easy for me.
> >
> > Then I worked for 15 years. A couple of years ago, on vacation, I read
> > the "C Programming Language" by Brian W. Kernighan, Dennis M. Ritchie,
> > and made all exercises, just for fun. That's another beautiful book.
> >
> > That's my history. I would advise to start from the low level: study a
> > bit of hardware, to be able to learn C or/and Assembler (low level
> > programming, maybe you can skip assembler, or just read some code).
> > After, enjoying high-level language programming (java, informix, perl,
> > php, python, etc.) will be your prize.
> >
> 
> 
> I guess, yes, C would be good but do you agree that it is good over Python
> (for the beginners like me, having known the fact that programing principles
> are same)?
> 
> 
> (If anyone has a pdf copy of the Pink-Shirt Book, I would thank if
> > mailed, my original is 5000 miles away :)
> >
> > Cheers!
> >
> 
> 
> I am first time hearing this book name.
> 
> 

Bible:


http://en.wikipedia.org/wiki/Algorithms_%2B_Data_Structures_%3D_Programs

BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Stale /var/run/nologin

2014-01-05 Thread Bob Marcan
On Sat, 04 Jan 2014 22:35:12 -0500
Sam Varshavchik  wrote:
...
> I yearn for the days of /etc/rc.d. If something strange was going on duri
> ng system boot, a carefully crafted grep inevitably digs up a bunch of scrip
> ts to sift through for the answers.
> 
> Now, there's all kinds of flotsam all over the place. Unpredictable, 
> non-deterministic things running in different order. Has anyone actually 
> bothered to look at all the ugly spew on the console, during system 
> boot?systemd barfing all over the place, whining about having to break circula
> r dependencies, multiple times, or not finding some godforsaken socket, 
> somewhere? It's a miracle that a stable system eventually comes up at all
> , after all that.
> 
> systemd is crap.
> 

systemctl enable dovecot, spamassassin, amavisd, postgrey, postfix
and expect to start proper.
I hope the /etc/rc.d/rc.local will be still there.

BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: F20 - Unintended consequences of no default MTA - How best to fix

2014-01-06 Thread Bob Marcan
On Mon, 06 Jan 2014 07:48:29 +0100
"Lars E. Pettersson"  wrote:

> On 01/06/2014 07:37 AM, Chris Murphy wrote:
> > It's obviously a matter of opinion, not fact, as evidenced by the lack of 
> > universal agreement by fairly reasonable people. I think email is such 
> > amazing piles of steaming poo that my happiness is inversely proportional 
> > to the number/rate of emails I'm getting. It simply does not scale well. 
> > And like the phone, it too easily confuses importance and urgency. Setting 
> > up mail rules requires duplicative effort, for each user, even when they 
> > have very similar ideas on notification prioritization. It's ickysauce.
> 
> That you despise mail is no reason to remove the MTA when applications 
> actually rely on an existing MTA. You can not generalize your way of doing 
> things to the entire community. The mail mechanics is there for a reason, and 
> has proven its validity for decades.
> 
> Lars

And moving notifications to Gnome? Does everyone use Gnome?
Should i sit all the time behind the monitor?
I don't.
BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: F20 - Unintended consequences of no default MTA - How best to fix

2014-01-06 Thread Bob Marcan
On Mon, 6 Jan 2014 11:37:26 -0700
Pete Travis  wrote:


> 
> Libnotify works will all the DEs I've used, and there should be - if the DE
> is behaving properly - a way to make notifications persistent until
> acknowledged.
> 
> That said, I don't think that the few people passionately advocating a
> default MTA here have introduced anything that wasn't said in the Change
> proposal discussion.  Isn't there a better use for all this energy?
> 
> --Pete

What means behaving properly? Obeying your rules?
And i don't use DE, i'm using fvwm Window Manager.
The answer will probably be: use modern DE.
DE with the ridiculous big icons, designed for touch screen.
But i don't have one. I'm using workstation with keyboard and mouse.
Keyboard as primary!

Am i too outdated? Probably yes. When i started, the memory was
measured in KB, external storage in MB and power in KW.

As long i can install MTA and the applications will send notifications
via email, it is o.k. for me.
Otherwise i can use Windoze crap.
It seems this is the way where all this heads to.
Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: F20 - Unintended consequences of no default MTA - How best to fix

2014-01-07 Thread Bob Marcan
On Tue, 07 Jan 2014 12:58:41 -0800
Joe Zeff  wrote:

> On 01/06/2014 10:37 AM, Pete Travis wrote:
> > That said, I don't think that the few people passionately advocating a
> > default MTA here have introduced anything that wasn't said in the Change
> > proposal discussion.  Isn't there a better use for all this energy?
> 
> Sorry for replying so late, but I've been sick the last few days.  If I'd 
> been asked during the discussion, I'd probably have suggested that anaconda 
> ask if you want an MTA installed, with a comment that if you don't know what 
> one is, you probably don't need it.  And, of course, defaulting to NO.  Too 
> late now, of course.

It is not a problem how and when the MTA is installed.
It was announced in release notes.
I'm afraid where this all is heading.
Which rug will be pulled out from my feet next time?
Linux is NOT a desktop, it is ALSO desktop.
BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Cinnamon desktop

2014-01-09 Thread Bob Marcan
On Thu, 9 Jan 2014 11:09:21 -0300
"Carlos \"casep\" Sepulveda"  wrote:

> On 9 January 2014 03:35, William Biggs  wrote:
> > My brother told me about Cinnamon desktop . I tryed it I like it but I do
> > not want to install it along with gnome . Witch fedora spin has it as
> > default desktop ?
> 
> 
> Hi:
> You can't as Cinnamon is based on Gnome3
> 

Regarding to
http://segfault.linuxmint.com/2013/10/cinnamon-2-0-released/
it is not true anymore.

...
What’s new under the hood
Cinnamon Backend 2.0

Prior to version 2.0, and similar to Shell or Unity, Cinnamon was a frontend on 
top of the GNOME desktop.

In version 2.0, and similar to MATE or Xfce, Cinnamon is an entire desktop 
environment built on GNOME technologies. It still uses toolkits and libraries 
such as GTK or Clutter and it is still compatible with all GNOME applications, 
but it no longer requires GNOME itself to be installed. It now communicates 
directly with its own backend services, libraries and daemons: 
cinnamon-desktop, cinnamon-session and cinnamon-settings-daemon.
...

BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: NM bridging releted problem

2014-02-11 Thread Bob Marcan
On Tue, 11 Feb 2014 12:30:22 +0200
Cristian Sava  wrote:

> On Tue, 2014-02-11 at 12:25 +0200, Cristian Sava wrote:
> On Tue, 2014-02-11 at 10:04 +, david v wrote:
> > I am a new with fedora
> > 
> > I think you put this line in config
> > 
> > NM_CONTROLLED="yes"
> No, tried that and still not working.
> My setup was working until the latest updates.
> 
> C.S.
> 
> 
> 

After upgrading NM, same problems.
Delete br0 and define it again.
BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: NM bridging releted problem

2014-02-11 Thread Bob Marcan
On Tue, 11 Feb 2014 13:30:31 +0100
poma  wrote:

> On 11.02.2014 12:39, Paul Knox-Kennedy wrote:
> 
> > Dumb question, I know, but how should I delete the bridge and recreate
> > it? Nmcli? Gnome Network GUI? Brctl?
> 
> https://fedoraproject.org/wiki/Networking/Bridging#Using_NetworkManager_.28permanent.29
> https://mail.gnome.org/archives/networkmanager-list/2013-August/msg9.html
> OR
> nm-applet
> 
> 
> poma
> 
> 
> https://fedoraproject.org/wiki/Networking
> https://mail.gnome.org/mailman/listinfo/networkmanager-list
> 
> 

nm-applet
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Pale moon, was Re: replacement for seamonkey?

2014-05-17 Thread Bob Marcan
The latest Firefox (v.29) is for me indigestible (putting it mildly).
So this looks promising.
Does anybody knows how to disable tabbed browsing?
Changed preferenced the same way as in firefox.
Middle button still open window in tabs instead of new window.

TIA, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Pale moon, was Re: replacement for seamonkey?

2014-05-17 Thread Bob Marcan
On Sat, 17 May 2014 21:19:18 -0400
"Bob Goodwin - Zuni, Virginia, USA"  wrote:
>  From my notes:
> 
> 2014-05-10
> 
> Firefox 29 requires the following add-on if it is to be made usable.
> 
> https://addons.mozilla.org/en-US/firefox/addon/classicthemerestorer/
> 
> then see:
> 
> https://support.mozilla.org/en-US/kb/how-to-make-new-firefox-look-like-old-firefox
> 
> Bob
> 

Tnx. Very flexible, almost perfect.

Still have problem with tabs.
IMHO tabs are for full screen browsing, not my style of work.
Middle button still open window in tabs instead of new window.
Right click, select open new window is annoying.
Anybody know the solution?

TIA, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Save everybody some surprises in Fedora 22!

2014-06-10 Thread Bob Marcan
On Mon, 9 Jun 2014 17:28:07 -0500
Justin Brown  wrote:

> I've been using DNF for a year or so primarily. The one gripe that I
> have is that DNF tends to avoid giving useful information with broken
> packages. A required package version isn't available? Yum will print
> out tons of information on which package failed, what version is
> installed, and what version is available through yum. On the other
> hand, DNF just gives up without any useful output. Absolutely no
> information that there was a package conflict, much less what the
> details are.  With Fedora embracing community repositories through
> COPR, the default packaging tool absolutely needs to present this
> information to users.
> 
If package conflicts with the local package, without this info, will never be 
solved.
Update of one of the conflicting package can be more important then the
other.

BR, Bob

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: dnf update vs Software Udpates

2015-08-08 Thread Bob Marcan
On Fri, 7 Aug 2015 22:38:22 -0400
Rahul Sundaram  wrote:

> Hi
> 
> On Fri, Aug 7, 2015 at 10:23 PM, Andreas M. Kirchwitz
> >
> > However, if somebody runs "dnf upgrade" on the command shell then
> > he clearly wants the latest updates. Right now! No caching or other
> > magic involved. That's the whole point of running "dnf upgrade"
> > manually, otherwise the user would have left the whole updating
> > business to some automated background task.
> 
> 
> If this is what you want,  use dnf update --refresh instead
> 
> Rahul

Then please explain this.

[root@smicro bob]# dnf --refresh --best update
RPM Fusion for Fedora 22 - Free - Updates   249 kB/s |  29 kB 00:00
...
RPM Fusion for Fedora 22 - Nonfree  876 kB/s | 170 kB 00:00
Last metadata expiration check performed 0:00:00 ago on Sat Aug  8 09:32:41 
2015.
Dependencies resolved.
Nothing to do.
Complete!

[root@smicro bob]# dnf clean all
Cleaning repos: google-earth fedora rpmfusion-free-updates fedora-HandBrake
  : rpmfusion-nonfree-updates local adobe-linux-x86_64 updates
  : rpmfusion-free rpmfusion-nonfree
Cleaning up Everything

[root@smicro bob]# dnf --refresh --best update
Fedora 22 - x86_64  6.9 MB/s |  41 MB 00:05
RPM Fusion for Fedora 22 - Free - Updates   253 kB/s |  29 kB 00:00
...
RPM Fusion for Fedora 22 - Nonfree  891 kB/s | 170 kB 00:00
Last metadata expiration check performed 0:00:05 ago on Sat Aug  8 09:43:16 
2015.
Dependencies resolved.

 PackageArch   VersionRepository
   Size

Upgrading:
 autocorr-ennoarch 1:4.4.5.2-1.fc22   updates 176 k
 autocorr-slnoarch 1:4.4.5.2-1.fc22   updates 160 k
...
 zshx86_64 5.0.8-5.fc22   updates 2.6 M

Transaction Summary

Upgrade  48 Packages

Total download size: 203 M
Is this ok [y/N]: 

BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


O.T. Affordable scanner

2015-12-30 Thread Bob Marcan
Looking for affordable scanner:
no multifunction device (bad experience with Canon)
supported by sane
flatbed
a4 format
scan plain documents
scan photographs in color
scan photographs in B&W (brown&white, my grandpa was born 1888)
scan negative & slides
USB or WIFI

TIA, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Finding the date on which a Fedora 23 was installed on a given machine

2016-01-16 Thread Bob Marcan
On Sat, 16 Jan 2016 21:32:28 +1030
Tim  wrote:

> Allegedly, on or about 15 January 2016, Andrew R Paterson sent:
> > How about the creation date of /etc/redhat-release
> > Works for me!   
> 
> Doesn't work for me, so you can't guarantee it'll work for others,
> either.
> 
> That file comes from the fedora-release RPM package, which has already
> been shown to get updated post-installation date, so that file is
> potentially not going to have the install date.
> 
> One could look for the earliest sane date in the /etc directory, though
> you have to be aware of systems that installed with the date set wrong,
> and packages that were prepared before installation, and may install
> with those filedates, rather than current system dates (not sure how
> it's supposed to work, whether all written files should have a local
> creation date).
> 
> If there isn't anything that's actually meant to record an installation
> date, perhaps concerned people either want to lobby for it, or simply
> write some installation notes to file on the day of installing.
> 
What about /root/initial-setup-ks.cfg or /root/anaconda-ks.cfg  ?
I belive it is created at the installation time.
BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: skype

2016-01-19 Thread Bob Marcan
On Tue, 19 Jan 2016 07:07:09 +0200
jarmo  wrote:

> Mon, 18 Jan 2016 11:59:04 -0800
> Rick Stevens  kirjoitti:
> 
> 
> > I suppose someone with DEEP pockets could set up a VOIP gateway with
> > landlines so we could use OSS like ekiga, twinkle, kopete, pidgin,
> > etc. as normal and also have landline access. I don't see that
> > happening in the near future.  
> 
> Or... Just move to http://utox.org/
> 
> Jarmo

What about http://www.viber.com/en/products/linux ?
BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora 23 will not boot if laptop lid closed

2016-01-20 Thread Bob Marcan
On Wed, 20 Jan 2016 09:38:31 +0800
Ed Greshko  wrote:

> On 01/16/16 20:25, Mike Wohlgemuth wrote:
> > I have an old laptop that I use as a home server, so it sits in the
> > corner closed most of the time.  Something changed with the last set of
> > updates I applied so now if I reboot, it suspends in the middle of the
> > boot process, and will not continue until I open the laptop, at which
> > point it will continue.  Is anyone else seeing this?  Is there a new
> > setting somewhere that I can change to get it to boot with the lid
> > closed?  
> 
> Not sure if this will fix it, but worth a try
> 
> Look in the file /etc/systemd/logind.conf and check to make sure that
> 
> HandleLidSwitch=ignore
> 
> is set.
> 
It works. Thinkpad R52, Fedora 23.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: skype

2016-01-22 Thread Bob Marcan
On Fri, 22 Jan 2016 15:17:19 +0100
Dario Lesca  wrote:

> Il giorno mar, 19/01/2016 alle 10.28 +0100, Bob Marcan ha scritto:
> > 
> > What about http://www.viber.com/en/products/linux ?  
> 
> where is the source code?
> 
> -- 
> Dario Lesca
> (inviato dal mio Linux Fedora 23 Workstation)
> 

No source code, but they at least provide 64 bit code.
Otherwise, same shi...
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Getting rtl8192eu driver.

2016-04-06 Thread Bob Marcan
On Wed, 06 Apr 2016 00:04:28 +1000
"Michael D. Setzer II"  wrote:

> I just got 4 usb 802.11n nics, and they were not recognized by fedora 23??
> Windows 10 did seem to have no problems, and they are rtl8192eu.
> 
> Did find a page that talked about getting them to work, but the install 
> script 
> failed with errors. First Error was about __DATE__ and __TIME__ macros, 
> so found an option to add to the Makefile to ignore that. 
> 
> The second error involved strnicmp issues, and eventually found a reference 
> to replace that with strncasecmp. With that change the script does seem to 
> complete. First time it didn't seem to work, but then the wlassistant was 
> able 
> to see the device and was able to connect to a wireless hub. 
> 
> Wondering if someone knows of a better solution?
> 

Some good news (kernel 4.6?) posted on linux-wireless list:

From: Jes Sorensen  
Hi,
This is a small set of changes to the rtl8xxxu driver which cleans up
the naming of the TX data descriptors, and also prepares for further
for adding rtl8192eu support.
Cheers,
Jes

Until then

dkms-rtl8192eu-4.3.1.1-11320.20151212.f23.bob.src.rpm
Size 1.7M

If you're interested, i can upload this somewhere or send it by email.
I don't have any public accessible storage.
BR, Bob
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
http://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: allow wifi to run while laptop lid is closed?

2016-07-24 Thread Bob Marcan
On Fri, 22 Jul 2016 16:46:48 -0700
Rick Stevens  wrote:

> On 07/22/2016 04:29 PM, bruce wrote:
> > How can this be accomplished?
> > 
> > Can't find much via SO or the net.
> > 
> > Found plenty on the suspend/etc. Curious as to how to do this.  

/etc/systemd/logind.conf
#HandleLidSwitch=suspend
HandleLidSwitch=ignore

BR, Bob
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Seeking advice on router.

2016-09-01 Thread Bob Marcan
On Fri, 26 Aug 2016 00:31:43 -0600
Robin Laing  wrote:

> On 20/08/16 09:44, Erik P. Olsen wrote:
> > I have a linksys router model WRT160NL but the range is too short. I
> > experience many situations where the connection is dropped when the
> > distance from the router is more than 25 feet. What is the recommended
> > router when it comes to signal strength? I would prefer one which can be
> > flashed with dd-wrt.
> >
> > Thanks in advance
> >  
> 
> 
> I am looking for a new router as well but more for the security aspect so I 
> want dd-wrt or other software on it to run with decent firewall and filter 
> controls.
> 
> For outdoor access, there are many other routers in the area.  I downloaded 
> an Android app (Wifi Analyser) that lists routers, sids, channels being used 
> and signal strength for those routers.  I then selected channels that were 
> the clearest for access.  What I have noticed is that many are higher powered 
> routers so that is a requirement for getting a better signal in my yard.
> 
> I am looking for one that does have an external antenna port.
> 
> Robin

It is worth looking  at http://www.mikrotik.com/
https://routerboard.com/
I'm using hAP lite and i'm very satisfied.
Flat is 100 sq meters, brick wals, no problem with wifi.
Not to mention excelent RouterOS.

BR, Bob
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Seeking advice on router.

2016-09-03 Thread Bob Marcan
On Thu, 1 Sep 2016 12:35:26 -0400
Fred Smith  wrote:

> On Thu, Sep 01, 2016 at 11:21:18AM +0200, Bob Marcan wrote:
> > On Fri, 26 Aug 2016 00:31:43 -0600
> > Robin Laing  wrote:
> >   
> > > On 20/08/16 09:44, Erik P. Olsen wrote:  
> > > > I have a linksys router model WRT160NL but the range is too short. I
> > > > experience many situations where the connection is dropped when the
> > > > distance from the router is more than 25 feet. What is the recommended
> > > > router when it comes to signal strength? I would prefer one which can be
> > > > flashed with dd-wrt.
> > > >
> > > > Thanks in advance
> > > >
> > > 
> > > 
> > > I am looking for a new router as well but more for the security aspect so 
> > > I want dd-wrt or other software on it to run with decent firewall and 
> > > filter controls.
> > > 
> > > For outdoor access, there are many other routers in the area.  I 
> > > downloaded an Android app (Wifi Analyser) that lists routers, sids, 
> > > channels being used and signal strength for those routers.  I then 
> > > selected channels that were the clearest for access.  What I have noticed 
> > > is that many are higher powered routers so that is a requirement for 
> > > getting a better signal in my yard.
> > > 
> > > I am looking for one that does have an external antenna port.
> > > 
> > > Robin  
> > 
> > It is worth looking  at http://www.mikrotik.com/
> > https://routerboard.com/
> > I'm using hAP lite and i'm very satisfied.
> > Flat is 100 sq meters, brick wals, no problem with wifi.
> > Not to mention excelent RouterOS.  
> 
> wow, those routerboard routers (at least the hEX models) are incredibly
> inexpensive. Are they any good?
> 
> Fred
> 
No experience with the hEX. 
SInce i'm very satisfied with lower hAP,  i'm expecting the hEX is even
better. For that price i will give it a try.
BR, Bob
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: keyboard failure that doesn't seem to be hardware

2012-10-15 Thread Bob Marcan
On Mon, 15 Oct 2012 15:46:06 -0700
Paul Allen Newell  wrote:

> On 10/15/2012 3:43 PM, DJ Delorie wrote:
> > You could also try an F16 or F18 Live CD and see if the problem is
> > F17-specific...
> 
> Problem has not occurred on FC5, F9, F12, F14, or F16. It is only showing up 
> now that I kicked one machine to F17. I will consider trying F18 Live once 
> its released and I have eliminated the variables of "keyboard hardware" 
> problem or "computer problem"
> 
> Thanks,
> Paul

It was occured to me on F16 several times.
Killing X restores the keyboard.
Reading this thread tried with holding shift key 20+ seconds restores
too.
It shouldn't be tied to WM, running Fvwm.

BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: keyboard failure that doesn't seem to be hardware

2012-10-16 Thread Bob Marcan
On Mon, 15 Oct 2012 16:20:35 -0700
Paul Allen Newell  wrote:

> On 10/15/2012 4:00 PM, Bob Marcan wrote:
> > It was occured to me on F16 several times.
> > Killing X restores the keyboard.
> > Reading this thread tried with holding shift key 20+ seconds restores
> > too.
> > It shouldn't be tied to WM, running Fvwm.
> >
> > BR, Bob
> 
> Bob:
> 
> Thanks for reply.
> 
> Should I interpret "Reading this thread tried with holding shift key 20+ 
> seconds restores
> too." means that in your case (F16), this worked? If so, given that my tests 
> with that didn't work, I think I ought to assume its a different issue.
> 
> But the killing X is the same solution (though now that I had the one time it 
> came back after @10-15 minutes I am wondering ...)
> 
> Paul

Yes,  holding shift key 20+ seconds make keyboard alive again.
BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: MATE desktop

2013-08-28 Thread Bob Marcan

> > For low-end systems it can also be worth switching to XDM:
> > 
> > https://en.wikipedia.org/wiki/XDM_(display_manager)
> > 
> > yum info xorg-x11-xdm
> > Description : X.Org X11 xdm - X Display Manager
> 
> There are other problems with XDM.  As far as I know, it has problems
> dealing with dual displays (I think it borks when they are not the same
> size); and some accesibility, and power management problems.
> 
> Cheers,
> 

Try lightdm.
I'm using it with dual display  without problems.
BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: twm: icons size

2013-10-31 Thread Bob Marcan
On Thu, 31 Oct 2013 17:37:31 +0400
Hiisi  wrote:

> Dear list!
> I'm using twm on Fedora 19. Everything is perfect except that I don't like
> the size of icons on desktop. I.e. when application is minimized a tab
> appeared on the screen. And for most applications it look awful:
> http://img19.imageshack.us/img19/7089/77bf.png
> icons are too big :-(
> How do I change the size of icons?
> TIA

http://www.x.org/archive/X11R6.8.1/doc/twm.1.htmlIcons 
...
{ win-list }
This variable specifies a list of window names and the bitmap filenames 
that should be used as their icons. For example:


Icons
{
"XTerm""xterm.icon"
"xfd""xfd_icon"
}

Windows that match ``XTerm'' and would not be iconified by unmapping, and 
would try to use the icon bitmap in the file ``xterm.icon''. If ForceIcons is 
specified, this bitmap will be used even if the client has requested its own 
icon pixmap. 
...

I'm advise you to try the fvwm as a lightweigth WM.

This is an excerpt from my  ~/fvwm/config
...
ImagePath $HOME/icons:+:$HOME/icons/Background;png
ImagePath +:/usr/share/pixmaps;png:
ImagePath +:/usr/share/icons;png
ImagePath +:/usr/share/icons/gnome/32x32/apps
ImagePath +:/usr/share/icons/locolor/32x32/apps
ImagePath +:/usr/share/icons/hicolor/32x32/apps
...
Style *FileRunner*   Icon fr.xpm
Style mxterm Icon Dtterm.xpm, IconOverride
...

BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora's audience

2013-12-05 Thread Bob Marcan
> On 12/04/2013 10:25 AM, Beartooth wrote:
> >  By this time, at an informed guess, the Boomers must be retiring
> > in spates and floods. My subjective impression is that I see more fellow
> > retirees than before, but I can't guess numbers. Does anyone here have
> > such numbers, or know of a source from whence to get them?
> 

Age 63, retired 3 months ago, IT professional from 1976.
First Linux RH 4, if i remember properly, current F18, waiting F20.
BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Replacing email list for users with a web forum software called Discourse, what's your opinion?

2018-10-24 Thread Bob Marcan
On Tue, 23 Oct 2018 17:49:38 +0100
Patrick O'Callaghan  wrote:

> On Tue, 2018-10-23 at 07:28 -0700, Gerald B. Cox wrote:
> > Discourse has very good RSS support and I've been testing the feeds for
> > several weeks now.  That feature
> > works quite well - and keeps you from cluttering your inbox with postings -
> > while still providing the content
> > and a simply way to respond.  
> 
> I keep my inbox uncluttered by using filters. I've little doubt that
> most people here do the same.
> 
> poc

Same here. Don't change something, which works well.
Forums are not for me.
BR, Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: MTP?

2019-03-28 Thread Bob Marcan
On Mon, 4 Mar 2019 08:33:49 -0500
Robert Moskowitz  wrote:

> I am still on F28, but I believe I just installed gvfs-mtp.
> 
> But recently, Thunar has been crashing when I mount my phone and I have to 
> restart it.
> 
> On 3/4/19 4:41 AM, ToddAndMargo via users wrote:
> > Hi All,
> >
> > Xfce 4.13
> > Fedora 29 x64
> >
> > How do I mount my cell phone as a "Media Device" (MTP)?
> >
> > -T  
> 
My way, works without problems:

sudo dnf install simple-mtpfs

/etc/auto.master
...
home/bob/MTP  /etc/auto.master.d/auto.mtp --timeout=30 --ghost
...

/etc/auto.master.d/auto.mtp
...
AnyMPT   -fstype=fuse,allow_other,umask=000 :simple-mtpfs
...

BR, Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Apache 2.4 and CustomLog with pipe returns "error writing"

2019-04-03 Thread Bob Marcan
On Wed, 3 Apr 2019 14:41:50 -0400
Alex  wrote:

> Hi,
> I have a fedora28 system with apache-2.4.34 and would like to try to
> do some more advanced logging to report on bandwidth, users, and other
> stats.
> 
> I've identified this script as part of munin called apache_logger that
> requires a change to how apache logs by default.
> 
> I've added the following to my virtual domain:
> 
> 
>   CustomLog "|/usr/share/munin/apache_pipelogger" "%v %p %m %B %D %s"
> 
> 
> When reloading apache, it reports the following in the error_log:
> 
> [Wed Apr 03 14:35:50.129503 2019] [log_config:warn] [pid 18084:tid
> 140401642026752] (32)Broken pipe: [client 66.249.70.4:59383] AH00646:
> Error writing to |/usr/share/munin/plugins/apache_pipelogger %v %p %m
> %B %D %s
> 
> Is that the correct format? Perhaps this is the format for an
> apache-2.2 script and the one for apache-2.4 is different?
> 
> I've tried several variations of this, including setting the LogFormat
> and providing a name for it, but it always results in the same "error
> writing" error.

Look at (version 2.4)
http://httpd.apache.org/docs/current/mod/mod_log_config.html
and
http://httpd.apache.org/docs/current/logs.html#piped





___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: gnome-system-monitor with IO?

2020-06-02 Thread Bob Marcan
On Mon, 1 Jun 2020 23:11:40 -0700
ToddAndMargo via users  wrote:

> Hi All,
> 
> Anyone know of a substitute /usr/bin/gnome-system-monitor
> that will show IO, like iotop, but with a gui?
> 
> Many thanks,
> -T

Not gui, but ...

Name : atop
Version  : 2.5.0
Release  : 2.fc32
Architecture : x86_64
Size : 173 k
Source   : atop-2.5.0-2.fc32.src.rpm
Repository   : fedora
Summary  : An advanced interactive monitor to view the load on system and 
process level
URL  : http://www.atcomputing.nl/Tools/atop/
License  : GPLv2+
Description  : An advanced interactive monitor for Linux-systems to view the 
load on
 : system-level and process-level.
 : The command atop has some major advantages compared to other
 : performance-monitors:
 :- Resource consumption by all processes
 :- Utilization of all relevant resources
 :- Permanent logging of resource utilization
 :- Highlight critical resources
 :- Watch activity only
 :- Watch deviations only
 :- Accumulated process activity per user
 :- Accumulated process activity per program
 : For more informations: http://www.atcomputing.nl/Tools/atop
 : The package does not make use of the patches available at
 : http://www.atcomputing.nl/Tools/atop/kernpatch.html

BR, Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Fw: gnome-system-monitor with IO?

2020-06-02 Thread Bob Marcan
> Not gui, but ...
> 
> Name : atop
> Version  : 2.5.0
> Release  : 2.fc32  

The right URL is https://www.atoptool.nl/

The maintaner should update this.

BR, Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Mount options for mostly-offline drives

2020-06-04 Thread Bob Marcan
On Tue, 02 Jun 2020 10:57:10 +0100
Patrick O'Callaghan  wrote:

> I have a powered USB dock with a couple of SATA drives configured as
> RAID1, and used only for nightly backups. The (minimal) manual for the
> dock tells me it will power down after 30 minutes idle time, however I
> don't see this happening. I presume that something (such as the md
> system) is touching the drives periodically.
> 
> What is the fstab option to have the drives mounted only when accessed?
> This used to be automount (or autofs) but with systemd getting its
> fingers into everything I know longer know how to do this.
> 
> Can the drive be automatically unmounted if not in use? I presume this
> would stop md from trying to check it and hence prevent the dock from
> keeping it powered on.
> 

What is wrong with autofs and in 
/etc/auto.master
# Include /etc/auto.master.d/*.autofs
# The included files must conform to the format of this file.
#
/media  /etc/auto.master.d/auto.media --timeout=60 --ghost

and in

/etc/auto.master.d/auto.media
#
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# Details may be found in the autofs(5) manpage
WD500-MyBook-fstype=auto,noatime,nodiratime 
:/dev/disk/by-label/WD500-MyBook

It works for me. Not USB, it is eSATA.
Do we realy need all this systemd monolythic crap?
Will Linux abandon unix and become Windows?

BR, Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: What is backup_vg-backup? Can it be so big?

2020-06-08 Thread Bob Marcan
On Sun, 7 Jun 2020 20:51:54 -0400
Fred Smith  wrote:

> On Mon, Jun 08, 2020 at 07:59:43AM +0800, Ed Greshko wrote:
> > On 2020-06-08 07:45, Samuel Sieb wrote:  
> > > On 6/7/20 2:52 PM, Patrick O'Callaghan wrote:  
> > >> On Sun, 2020-06-07 at 14:07 -0700, Samuel Sieb wrote:  
> > >>> An inode is the chunk of metadata in the filesystem that describes a
> > >>> file.  You could think of it simply as a directory entry, but it's more
> > >>> complicated than that.  
> > >>
> > >> Sorry to be That Guy, but an inode is definitely not a directory entry,
> > >> it's something a directory entry points to.  
> > >
> > > *I* know what an inode is but I was trying to give a non-technical user a 
> > > simpler idea of it since he really doesn't need the details.  I also 
> > > pretty clearly said it wasn't really a directory entry.  My first 
> > > description was correct and then I gave a simpler concept that was good 
> > > enough.  
> > 
> > I knew what you meant.  :-)
> > 
> > Sometimes I feel it is unfortunate that the term "directory" is used when a 
> > "folder" would seem better
> > in some cases.  
> 
> they were called directories long before Apple (or was it MS?) decided
> to "simplify" it by calling them folders.
> 

But to list it, the command is "dir".
Seems almost nobody is using the command line.
GUI for everything.
I like to see how will they solve the repetitive task. :-)

BR, Bob

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: What is backup_vg-backup? Can it be so big?

2020-06-08 Thread Bob Marcan
On Mon, 08 Jun 2020 10:37:38 +0100
Patrick O'Callaghan  wrote:

> On Mon, 2020-06-08 at 09:39 +0200, Bob Marcan wrote:
> > On Sun, 7 Jun 2020 20:51:54 -0400
> > Fred Smith  wrote:
> >   
> > > On Mon, Jun 08, 2020 at 07:59:43AM +0800, Ed Greshko wrote:  
> > > > On 2020-06-08 07:45, Samuel Sieb wrote:
> > > > > On 6/7/20 2:52 PM, Patrick O'Callaghan wrote:
> > > > > > On Sun, 2020-06-07 at 14:07 -0700, Samuel Sieb wrote:
> > > > > > > An inode is the chunk of metadata in the filesystem that 
> > > > > > > describes a
> > > > > > > file.  You could think of it simply as a directory entry, but 
> > > > > > > it's more
> > > > > > > complicated than that.
> > > > > > 
> > > > > > Sorry to be That Guy, but an inode is definitely not a directory 
> > > > > > entry,
> > > > > > it's something a directory entry points to.
> > > > > 
> > > > > *I* know what an inode is but I was trying to give a non-technical 
> > > > > user a simpler idea of it since he really doesn't need the details.  
> > > > > I also pretty clearly said it wasn't really a directory entry.  My 
> > > > > first description was correct and then I gave a simpler concept that 
> > > > > was good enough.
> > > > 
> > > > I knew what you meant.  :-)
> > > > 
> > > > Sometimes I feel it is unfortunate that the term "directory" is used 
> > > > when a "folder" would seem better
> > > > in some cases.
> > > 
> > > they were called directories long before Apple (or was it MS?) decided
> > > to "simplify" it by calling them folders.
> > >   
> > 
> > But to list it, the command is "dir".
> > Seems almost nobody is using the command line.  
> 
> I cut my teeth with 'ls' and never use 'dir', but that's by the way.
> 
> poc

I was talking about Windows, not Unix. :-)
BR, Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: OT: Bluetooth receiver/transmitter

2020-07-18 Thread Bob Marcan
On Fri, 17 Jul 2020 20:59:06 +0100
Paul Smith  wrote:

> On Fri, Jul 17, 2020 at 7:14 PM Samuel Sieb  wrote:
> >  
> > > I would like to buy a cheap Bluetooth receiver/transmitter for my
> > > desktop computer running Fedora 32. I have searched eBay for that, but
> > > meanwhile learned that most of them do not work on Linux. So, could
> > > you  please advise me on that?  
> >
> > Where did you see that most don't work?  I think it's the opposite.  As
> > far as I know, they all work.  It's USB wifi devices that you're more
> > likely to have trouble with (at least 5GHz ones).  I recently needed a
> > bluetooth dongle for BLE and picked one of the cheaper ones I could find
> > and it just worked.  
> 
> Thanks, Samuel and George. I found issues of compatibility with Linux at:
> 
> https://www.thetechlounge.com/best-bluetooth-adapter/
> 
> Meanwhile, I bought the following Bluetooth dongle, which was very
> cheap and therefore the risk is low:
> 
> https://www.ebay.com/itm/143581114516
> 
> Paul


Belkin F8T017

2020-07-18T10:57:50+0200 smicro.local.lan kernel: usb 2-5.1.3: new full-speed 
USB device number 19 using ehci-pci
2020-07-18T10:57:50+0200 smicro.local.lan kernel: usb 2-5.1.3: New USB device 
found, idVendor=0a5c, idProduct=4500
2020-07-18T10:57:51+0200 smicro.local.lan kernel: usb 2-5.1.3: New USB device 
strings: Mfr=1, Product=2, SerialNumber=0
2020-07-18T10:57:51+0200 smicro.local.lan kernel: usb 2-5.1.3: Product: 
BCM2046B1
2020-07-18T10:57:51+0200 smicro.local.lan kernel: usb 2-5.1.3: Manufacturer: 
Broadcom
2020-07-18T10:57:51+0200 smicro.local.lan kernel: hub 2-5.1.3:1.0: USB hub found
2020-07-18T10:57:51+0200 smicro.local.lan kernel: hub 2-5.1.3:1.0: 3 ports 
detected
2020-07-18T10:57:51+0200 smicro.local.lan kernel: usb 2-5.1.3.1: new full-speed 
USB device number 20 using ehci-pci
2020-07-18T10:57:51+0200 smicro.local.lan kernel: usb 2-5.1.3.1: New USB device 
found, idVendor=0a5c, idProduct=4502
2020-07-18T10:57:51+0200 smicro.local.lan kernel: usb 2-5.1.3.1: New USB device 
strings: Mfr=0, Product=0, SerialNumber=0
2020-07-18T10:57:51+0200 smicro.local.lan kernel: input: HID 0a5c:4502 as 
/devices/pci:00/:00:1d.7/usb2/2-5/2-5.1/2-5.1.3/2-5.1.3.1/2-5.1.3.1:1.0/0003:0A5C:4502.0005/input/input16
2020-07-18T10:57:51+0200 smicro.local.lan kernel: hid-generic 
0003:0A5C:4502.0005: input,hidraw2: USB HID v1.11 Keyboard [HID 0a5c:4502] on 
usb-:00:1d.7-5.1.3.1/input0
2020-07-18T10:57:51+0200 smicro.local.lan kernel: usb 2-5.1.3.2: new full-speed 
USB device number 21 using ehci-pci
2020-07-18T10:57:51+0200 smicro.local.lan kernel: usb 2-5.1.3.2: New USB device 
found, idVendor=0a5c, idProduct=4503
2020-07-18T10:57:51+0200 smicro.local.lan kernel: usb 2-5.1.3.2: New USB device 
strings: Mfr=0, Product=0, SerialNumber=0
2020-07-18T10:57:51+0200 smicro.local.lan kernel: input: HID 0a5c:4503 as 
/devices/pci:00/:00:1d.7/usb2/2-5/2-5.1/2-5.1.3/2-5.1.3.2/2-5.1.3.2:1.0/0003:0A5C:4503.0006/input/input17
2020-07-18T10:57:51+0200 smicro.local.lan kernel: hid-generic 
0003:0A5C:4503.0006: input,hidraw3: USB HID v1.11 Mouse [HID 0a5c:4503] on 
usb-:00:1d.7-5.1.3.2/input0
2020-07-18T10:57:51+0200 smicro.local.lan kernel: usb 2-5.1.3.3: new full-speed 
USB device number 22 using ehci-pci
2020-07-18T10:57:51+0200 smicro.local.lan kernel: usb 2-5.1.3.3: New USB device 
found, idVendor=050d, idProduct=0017
2020-07-18T10:57:51+0200 smicro.local.lan kernel: usb 2-5.1.3.3: New USB device 
strings: Mfr=1, Product=2, SerialNumber=3
2020-07-18T10:57:51+0200 smicro.local.lan kernel: usb 2-5.1.3.3: Product: 
BLUETOOTH USB +EDR ADAPTER Class 1 v2.1 UHE
2020-07-18T10:57:51+0200 smicro.local.lan kernel: usb 2-5.1.3.3: Manufacturer: 
Broadcom Corp
2020-07-18T10:57:51+0200 smicro.local.lan kernel: usb 2-5.1.3.3: SerialNumber: 
000A3A88235E
2020-07-18T10:57:51+0200 smicro.local.lan mtp-probe[16977]: checking bus 2, 
device 21: 
"/sys/devices/pci:00/:00:1d.7/usb2/2-5/2-5.1/2-5.1.3/2-5.1.3.2"
2020-07-18T10:57:51+0200 smicro.local.lan mtp-probe[16978]: checking bus 2, 
device 20: 
"/sys/devices/pci:00/:00:1d.7/usb2/2-5/2-5.1/2-5.1.3/2-5.1.3.1"
2020-07-18T10:57:51+0200 smicro.local.lan mtp-probe[16977]: bus: 2, device: 21 
was not an MTP device
2020-07-18T10:57:51+0200 smicro.local.lan mtp-probe[16978]: bus: 2, device: 20 
was not an MTP device
2020-07-18T10:57:52+0200 smicro.local.lan kernel: usbcore: registered new 
interface driver btusb
2020-07-18T10:57:52+0200 smicro.local.lan systemd[1]: Starting Load/Save RF 
Kill Switch Status...
2020-07-18T10:57:52+0200 smicro.local.lan kernel: usb 2-5.1.3.1: input irq 
status -75 received
2020-07-18T10:57:52+0200 smicro.local.lan systemd[1]: Started Load/Save RF Kill 
Switch Status.

BR, Bob

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/

Re: F32, nVidia, & hdmi audio problem

2020-08-18 Thread Bob Marcan
On Tue, 18 Aug 2020 21:44:43 +0100
John Pilkington  wrote:

> On 18/08/2020 21:17, Jack Craig wrote:
> > Hello fedora users out there in fedora land  
> > > I have a problem with hdmi audio on fedora 32 with an Nvidia card.
> > > I recently had to replace my desktop workstation,  it is now built upon  
> > HP elite desktop, Nvidia card on fedora 32 .  
> > > After install, audio over HDMI on the video card was OK, but after using 
> > > it  
> > for a short while, the audio over hdmi stopped working.  
> > > the sound config now directs all hdmi audio to the installed  
> > internal speakers rather than out the hdmi port.  
> > > suggestions? thx, jackc...
> > > !!Packages installed  
> > !!  
> > > alsa-utils-1.2.3-4.fc32.x86_64  
> > alsa-lib-1.2.3.2-1.fc32.x86_64
> > alsa-plugins-pulseaudio-1.2.2-1.fc32.x86_64  
> 

Will this solve your problem?
https://unix.stackexchange.com/questions/143865/how-to-enable-both-built-in-audio-output-and-hdmi-audio-output-with-pulseaudio/180374#180374

BR, Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Any better gnome-system-monitor?

2020-10-13 Thread Bob Marcan
Name : atop
Version  : 2.5.0
Release  : 3.fc32
Architecture : x86_64
Size : 377 k
Source   : atop-2.5.0-3.fc32.src.rpm
Repository   : @System
From repo: updates
Summary  : An advanced interactive monitor to view the load on system and 
process
 : level
URL  : http://www.atcomputing.nl/Tools/atop/
License  : GPLv2+
Description  : An advanced interactive monitor for Linux-systems to view the 
load on
 : system-level and process-level.
 : The command atop has some major advantages compared to other
 : performance-monitors:
 :- Resource consumption by all processes
 :- Utilization of all relevant resources
 :- Permanent logging of resource utilization
 :- Highlight critical resources
 :- Watch activity only
 :- Watch deviations only
 :- Accumulated process activity per user
 :- Accumulated process activity per program
 : For more informations: http://www.atcomputing.nl/Tools/atop
 : The package does not make use of the patches available at
 : http://www.atcomputing.nl/Tools/atop/kernpatch.html
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Swap still not activated on later kernels

2020-11-13 Thread Bob Marcan
On Fri, 13 Nov 2020 13:16:05 -0500
Jonathan Billings  wrote:


> 
> 2) Use an application that will bmap the swap file with the help
> of the FIBMAP ioctl and determine the location of the file’s swap
> header, as the offset, in  units, from the beginning of
> the partition which holds the swap file. 
> 
> 3) Add the following parameters to the kernel command line:
> 

Use an application that will bmap the swap file with the help

Does this application already exists or we need to write one? ;-)
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: [F32] Switch user no working (never worked)

2021-01-15 Thread Bob Marcan
On Fri, 15 Jan 2021 22:49:48 +0100
Frédéric  wrote:

> > The preferred desktop
> > manager for KDE/Plasma is SDDM and there has been some discussion of
> > switching issues.  
> 
> Thanks, I will switch to sddm and see if it's better.
> 
> F

If everything fails you can always switch to lightdm.
It works for me :-)
BR, Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: nm-applet-WARNING: what am I missing

2015-02-12 Thread Bob Marcan
On Thu, 12 Feb 2015 03:30:33 +0100
poma  wrote:

> On 11.02.2015 21:49, Ranjan Maitra wrote:
> > Hi,
> > 
> > On a new F21 installation from scratch, I am getting the following message:
> > 
> > % nm-applet
> > 
> > GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will 
> > not be saved or shared with other applications.
> > 
> > (nm-applet:1436): nm-applet-WARNING **: Failed to initialize D-Bus: 
> > /bin/dbus-launch terminated abnormally without any error message
> > 
> > 
> > This makes me think that I am missing some package. What could it be? How 
> > do I trouble-shoot?
> > 
> > Many thanks for any pointers and best wishes,
> > Ranjan
> > 
> > 
> > 
> 
> % nm-applet
> bash: fg: %: no such job
> 
> nm-applet --help
> Usage: nm-applet
> 
> This program is a component of NetworkManager 
> (https://wiki.gnome.org/Projects/NetworkManager/).
> It is not intended for command-line interaction but instead runs in the GNOME 
> desktop environment.
> 
> 

You need some kind of the system tray.
I'm running this under fvwm with the stalonetray.
BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


What's going on with net.ipv4.conf.???.rp_filter ?

2015-02-13 Thread Bob Marcan
Hi. 
With previous kernel 3.18.5-101.fc20.x86_64
sysctl -w net.ipv4.conf.${interface}.rp_filter=0
was enough to run iptv.

With kernel 3.18.6-100.fc20.x86_64
sysctl -w net.ipv4.conf.all.rp_filter=0 is needed to  get it run.

It is not the first time to observe this.
Does anyone have some clue about this?

BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: mtp devices

2015-02-17 Thread Bob Marcan
On Mon, 16 Feb 2015 11:14:29 -0700
jd1008  wrote:

> 
> On 02/16/2015 10:42 AM, jd1008 wrote:
> >
> > On 02/16/2015 07:20 AM, Michael Cronenworth wrote:
> >> On 02/15/2015 04:46 PM, jd1008 wrote:
> >>> How do I force mate or gnome to mount them the traditional way?
> >>
> >> Why? So you can access them via terminal? Just stick with gvfs MTP >> 
> >> (installed by default with Gnome) and you can find the mounted file >> 
> >> system in your /run folder:
> >>
> >> /run/user/$UID/gvfs
> > I have these mtp packages installed
> > simple-mtpfs-0.2-3.fc21.x86_64
> > gvfs-mtp-1.22.3-2.fc21.x86_64
> > libmtp-1.1.8-1.fc21.x86_64
> >
> > and still, pluging in my phone does automount the phone storage.
> >
> > In the files
> > /usr/share/dbus-1/services/org.gtk.Private.MTPVolumeMonitor.service
> > contains:
> > [D-BUS Service]
> > Name=org.gtk.Private.MTPVolumeMonitor
> > Exec=/usr/libexec/gvfs-mtp-volume-monitor
> >
> > /usr/share/gvfs/mounts/mtp.mount
> >  contains:
> >  [Mount]
> >  Type=mtp
> >  Exec=/usr/libexec/gvfsd-mtp
> >  AutoMount=true
> >
> > /usr/share/gvfs/remote-volume-monitors/mtp.monitor
> > contains:
> > [RemoteVolumeMonitor]
> > Name=GProxyVolumeMonitorMTP
> > DBusName=org.gtk.Private.MTPVolumeMonitor
> > IsNative=true
> >
> >
> > So, what is wrong here, such that
> > /usr/libexec/gvfs-mtp-volume-monitor
> > is not executing /usr/libexec/gvfsd-mtp
> > to mount the device?
> >
> Found this page which apparently works for ubuntu, but the "tools"
> are not available for fedora:
> 
> http://bernaerts.dyndns.org/linux/74-ubuntu/268-ubuntu-automount-any-mtp-device

autofs + simple-mtfs:

/etc/auto.master
...
/home/bob/MPT  /etc/auto.master.d/auto.mpt --timeout=30 --ghost
...

/etc/auto.master.d/auto.mpt
...
AnyMPT   -fstype=fuse,allow_other,umask=000 :simple-mtpfs
...

Read the fuse man page for other options.
   -fstype=fuse,transform_symlinks,uid=0,gid=0  ...

BR, Bob


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: mtp devices

2015-02-18 Thread Bob Marcan

Did you try to access the directory, where it should be mounted?
nb: ls  /home/bob/MPT/AnyMPT
It will not apppear automagically under graphical file manager, 
at least mine (FileRunner), until someone will touch something inside mount 
point.

On my Lenovo tablet, when connected to USB, i have 3 choices:
CONNECT AS
Media device (MPT)
Camera (PTP)
Charge only

On Samsung S3 phone, there are no such choices.
Both works with this setup.
Check your device.

Another way:
Install from Google play
https://play.google.com/store/apps/details?id=com.arachnoid.sshelper&hl=en 
https://play.google.com/store/apps/details?id=com.arachnoid.sshelper&hl=en
Configure sshelper.

From memory:
ssh-keygen (if it doesn't exist yet)
ssh -p  root@
ssh-copy-id  -p  root@
Test this, so you can connect without password:
ssh -p  root@

Here we are again at autofs:
/etc/auto.master
...
/home/bob/SSHFS /etc/auto.master.d/auto.sshfs --timeout=30 --ghost
...

/etc/auto.master.d/auto.sshfs
...
GalaxyS3
-fstype=fuse,rw,nodev,nonempty,noatime,max_read=65535,transform_symlinks,allow_other,reconnect,port=
 :sshfs\#galaxys3\:/
Lenovo   
-fstype=fuse,rw,nodev,nonempty,noatime,max_read=65535,transform_symlinks,allow_other,reconnect,port=
 :sshfs\#lenovo\:/
...
To trigger automount:
nb: ls /home/bob/SSHFS/Lenovo

Hope it will help.
If it will not, please send me private mail with attached:
/etc/auto.master
/etc/auto.master.d/auto.mpt.d/auto.sshfs
/etc/auto.master.d/auto.mpt

BR, Bob

P.S.
My english is lousy. It's not my native language.
Don't mention the grammar. Hope you will never heard my accent :-)







-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: aeskulap and dicom files

2015-07-11 Thread Bob Marcan
On Sat, 11 Jul 2015 11:00:52 -0500
"Gregory P. Ennis"  wrote:

> > Looking at their website, http://aeskulap.nongnu.org/, it doesn't 
> > appear to be a very active or maintained application.  The last 
> > release was in 2007.  It is possible that with changes to system 
> > libraries other factors it became too hard to build and maintain?
> > 

Just tried to rebuild aeskulap on F22. Too many errors.

What about http://amide.sourceforge.net/ ?
Rebuild was done without any problems.
Dependencies are  in Fedora repository.
I can see demo images (error on the initial window).
Unfortunately i can't find the CD with my own images to look at it.
If you have problems to rebuild the package, 
i can send you .rpm and .srpm.

BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Disk partition

2015-07-20 Thread Bob Marcan
On Sun, 19 Jul 2015 13:25:46 -0600
Robin Laing  wrote:


> You can find out the partition UUID by
>   ls -l /dev/disk/by-uuid/
> 

blkid


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: No mount of Android phone

2014-09-06 Thread Bob Marcan
On Fri, 05 Sep 2014 17:14:35 -0500
Kevin Martin  wrote:

> If you don't have simple-mtpfs installed, install it and run:
> 
> simple-mtpfs -l
> 
> Once you see your device then you will be able to do a:
> 
> simple-mtpfs --device (ie if the device number is 1 
> and you want to mount to /mnt/phone you would:
> simple-mtpfs --device 1 /mnt/phone )
> 
> There's probably some way to get this working with the automounter but I'm 
> not sure what it would be...this is what I do.
> 
> Kevin


Automount: 

/etc/auto.master
...
/home/bob/MPT  /etc/auto.mpt --timeout=30 --ghost
...

/etc/auto.mpt
GalaxyS3   -fstype=fuse,allow_other,umask=000 :simple-mtpfs

BR, Bob

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Realtek rtl8192eu driver

2014-11-04 Thread Bob Marcan
Hi.
I got some  usb dongles with the rtl8192eu chip. 
COMFAST Wireles-N USB Adapter, Model CF-WU835P.
What is the status of the driver? Will be available in the future?
Tried with the driver from
WNP-UA-005_driver_F85DC3AB-5E10-41B9-80DE-539993DB0BB7.zip
(rtl8192EU_linux_v4.3.1.1_11320.20140505.tar.gz).
Tried with the ndiswrapper.
No success. Any ideas?

Fedora 20, kernel 3.16.6-203.fc20.x86_64
...
Bus 001 Device 004: ID 0bda:818b Realtek Semiconductor Corp. 
...

2014-11-04T22:57:38+0100 smicro kernel: usb 1-1: new high-speed USB device 
number 3 using ehci-pci
2014-11-04T22:57:38+0100 smicro kernel: usb 1-1: New USB device found, 
idVendor=0bda, idProduct=818b
2014-11-04T22:57:38+0100 smicro kernel: usb 1-1: New USB device strings: Mfr=1, 
Product=2, SerialNumber=3
2014-11-04T22:57:38+0100 smicro kernel: usb 1-1: Product: 802.11n NIC
2014-11-04T22:57:38+0100 smicro kernel: usb 1-1: Manufacturer: Realtek
2014-11-04T22:57:38+0100 smicro kernel: usb 1-1: SerialNumber: 00e04c01
2014-11-04T22:57:38+0100 smicro mtp-probe[4065]: checking bus 1, device 3: 
"/sys/devices/pci:00/:00:1a.7/usb1/1-1"
2014-11-04T22:57:38+0100 smicro mtp-probe[4065]: bus: 1, device: 3 was not an 
MTP device

TIA, Bob


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Realtek rtl8192eu driver [SOLVED]

2014-11-05 Thread Bob Marcan
On Wed, 05 Nov 2014 07:18:17 +0100
poma  wrote:
> 
> http://forum.ubuntu-nl.org/index.php?topic=86081.msg930664#msg930664
> Works?
> 
Works! Tnx.
Googling for the solution, i filtered out non english entries.
google translate was now my friend.

Downloaded dkms doesn't work properly.
At installation it provides proper 8192eu.ko module.
After kernel upgrade and reboot, dkms installs the old module.
Probably it doesn't clean up and in the next iteration only installs
already compiled module. I'll investigate this further.

This dongle doesn't support AP mode, which i'm overlooked.

BR, Bob


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Hibernate and lack of docs

2014-11-10 Thread Bob Marcan
On Mon, 10 Nov 2014 10:36:27 -0300
Martín Marqués  wrote:

> 2014-11-09 20:31 GMT-03:00 Pete Travis :
> >

> About cold boot, well even if the cold boot is fast, there is lots of
> things I need to get starting before I start to work (ssh keys, login
> to monitoring systems, etc) which make a cold boot extremely tiresome.
> 

You can achieve this with pm-suspend or pm-suspend-hybrid.

BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Latest systemd news

2014-11-15 Thread Bob Marcan
On Sat, 15 Nov 2014 08:53:59 -0500
Sam Varshavchik  wrote:

> Making the rounds of various technical mailing lists yesterday, with a 
> subject that's typically a variation of "Just for yucks, and giggles" isa 
> link to a commit to systemd's git, adding DNS caching to systemd; in one, 
> huge 857 line glop. Here's its entire commit message: "resolved: add DNS 
> cache".
> 
> And, it's beauty to read. Made me teary-eyed to know that systemd will ca
> che my DNS queries. Not sure why systemd, all of a sudden, needs to make DNS 
> queries. But if it does, it's going to cache them now! Such a sight to behold 
> makes my heart skip a beat: now, not just bind, or pretty much eve
> ry DNS server that automatically caches DNS for you – but so will sy
> stemd!
> 
> But, seriously folks, systemd's DNS caching achieves absolutely 100% nothing. 
> Really. Surprised? Well, you'll be shocked to know that the DNS server that 
> systemd queries for that DNS RR, such as the stock "bind", already 
> automatically caches all recursive DNS replies!! systemd's own caching 
> produces absolutely zero useful results. On the oft chance that i
> t sends a query for a non-cached RR, the local DNS server will cache the 
> response, before returning it to systemd, and then use the cached respons
> e for all future queries. That's what DNS servers do: provide caching for 
> local clients. It's inherent in DNS's design: DNS was explicitly designedto 
> use aggressive caching, it's an internet-wide, distributed, locally cache
> d database.
> 
> Isn't modern technology amazing?
> 
> I'm willing to consider the possibility that I missed something obvious, some 
> obvious value-added result from caching DNS RRs directly by systemd, and I'll 
> stick around for someone to enlighten me; or if Occam's razor applies, and 
> the author of that commit had no idea that bind already automatically caches 
> DNS responses, and, more importantly, that its cachi
> ng algorithms are a result of painful lessons learned from various DNS cache 
> poisoning attacks, that have circulated around the intertubes, for the la
> st couple of years.
> 
> The only possible use case for this kind of caching approach would be if:
> 
> A) You do not have a local DNS server nearby; and you have non-negligible 
> latencies to whatever DNS server you use.
> 
> B) Your queries tend to be for domains that your DNS servers are not 
> authoritative for, so they'll benefit from local caching.
> 
> So, can someone explain to me how likely this is going to be the case ina 
> typical deployment scenario that systemd is targeted for; in an average 
> corporate environment where systemd's alleged benefits will supposedly sh
> ine?
> 
> I would guess that a typical systemd deployment, in a corporate/business 
> environment, will certainly have multiple, low-latency DNS servers nearby
> , won't that be the case? And, if so, then this is just another potentially 
> exploitable security hole in systemd, nothing more.
> 
> P.S. After I wrote the above, poking around, Google dumped this onto my 
> screen:
> 
> http://seclists.org/oss-sec/2014/q4/592
> 
> Mental note to myself: go back and check the timestamp of the systemd git 
> commit – before, or after, this was disclosed…
> 

When will be the kernel embeded in the systemd?
BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Remind GUI -

2014-12-07 Thread Bob Marcan
On Fri, 05 Dec 2014 12:25:52 -0500
"Bob Goodwin - Zuni, Virginia, USA"  wrote:

> I use the remind-gui calendar which displays a one month page using "Tcl/tk" 
> whatever that is? I would like to be able to change the font displayed to 
> bold or better yet bold white on a black background.
> 
> Can anyone tell me how to change this?
> 
> Bob
> 
Not without modyfing source. Here is the patch to make fonts bold.
This was easy.
Colors are dynamic: active, disabled, ...
http://www.tcl.tk/man/tcl8.5/TkCmd/options.htm
Too much for me.
BR, Bob

Patch:
--- tkremind.ORG2014-12-07 13:28:30.822795726 +0100
+++ tkremind2014-12-07 13:40:53.548990817 +0100
@@ -2922,6 +2922,8 @@
 proc SetFonts {} {
 global SetFontsWorked
 set h [winfo screenheight .]
+font configure TkDefaultFont -weight bold 
+font configure TkFixedFont -weight bold 
 if {$h <= 480} {
# Small screen (maybe eeepc?)
font configure TkDefaultFont -size 6




-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Remind GUI -

2014-12-07 Thread Bob Marcan
On Sun, 07 Dec 2014 09:51:16 -0500
"Bob Goodwin - Zuni, Virginia, USA"  wrote:


> 
> Ok, I thank you for this information but I don't know how or where to apply a 
> patch. I tried /home/bobg/.tkremindrc without success, it produces several 
> errors and .tkremindrc is normally an empty file anyway which leads me to 
> believe I'm looking in the wrong place?
> 
> Bob
> 
> 
> 

cp /bin/tkremind  /tmp
cd /tmp
patch < patch.file.name
./tkremind

BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Rpmfusion

2014-12-11 Thread Bob Marcan
On Wed, 10 Dec 2014 16:47:30 +0200
jarmo  wrote:

> Wed, 10 Dec 2014 12:55:50 +0100
> Michael Schwendt  kirjoitti:
> 
> 
> > What error/problem do you see? Anything with their own mirror manager?
> > The repo tree for '21' is available, at least:
> 
> I get no more mirrors available... And looking at
> 
> http://rpmfusion.org/Configuration
> 
> There's not yet any 21... So I'll wait, have fine working system, no
> hurry..
> 
> Jarmo

It is available now.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora & Android

2015-01-06 Thread Bob Marcan
On Tue, 06 Jan 2015 15:07:39 +0100
Timothy Murphy  wrote:

> Tom Horsley wrote:
> 
> > Personally I use wi-fi rather than digging out a USB cable
> > and have rsync setup on my android devices for backup-like
> > activity.
> 
> Thanks for your response.
> I have used rsync fairly successfully in this way 
> (with the app "rsync backup for Android" on my phone)
> but I was really looking for something more graphical ...
> 

gftp ?

BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: F17 takes so long to reboot/poweroff

2012-07-25 Thread Bob Marcan
On Wed, 25 Jul 2012 08:00:11 +0200
Mateusz Marzantowicz  wrote:


> 
> I'm not convinced that boot up time is irrelevant. Maybe for some use
> cases it isn't but for other it is very important that your system boots
> as quick as possible. Besides, why should I (poor computer user) waste
> my time waiting while my system is performing internal tasks such as
> start up and shutdown? In a perfect world there are no such things as
> boot up/shutdown, you just touch the muse or press a key or open up a
> lid in your notebook and the system is there ready for you. Wasn't this
> the reason why computing has evolved in last 40 years?
> 
> 
> Mateusz Marzantowicz

In not so perfect world:
When i start my car, i'm waiting until all test are performed and
red lights are turning off.
BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: "Sticky keyboard" fault?

2013-04-24 Thread Bob Marcan
On Wed, 24 Apr 2013 14:14:52 +0100
Tethys  wrote:

> On Tue, Apr 23, 2013 at 11:12 PM, Richard W.M. Jones  
> wrote:
> 
> > It's a massive usability fail, masquerading as an accessibility feature.
> 
> Yep. And there has been a depressing lack of willingness in the Fedora
> community to find out what's causing it. It spontaneously activates
> for me with no apparent trigger. I'm certainly not holding down the
> shift key for extended periods. From memory, this started happening
> some time around F17. Yes, I can disable it each time it happens, but
> it's a pain in the arse to have to do so. It seems to mostly be
> affecting those that aren't using the default desktop (I'm using fvwm
> here).
> 
> Tet
> 
> --
> "Java is a DSL for taking large XML files and converting them to stack
> traces" -- Bulat Shakirzyanov

I got the same symptoms when using gdm + fvwm.
With lightdm + fvwm are gone.

/usr/bin/xkbset -accessx is the cure under gdm.

BR, Bob

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


semi-offtopic: AMD catalyst + Phillips TV 46PFL7007 VGA + LongView Cat5 KVM Extender

2013-05-02 Thread Bob Marcan
This is the modeline which works:
 
 Section "Monitor"
Identifier   "0-CRT1"
ModeLine "1920x1080" 148.5 1920 2008 2052 2200 1080 1084 1088 1125 
+hsync +vsync
Option  "VendorName" "ATI Proprietary Driver"
Option  "ModelName" "Phillips 46PFL7007 VGA"
Option  "DPMS" "true"
Option  "PreferredMode" "1920x1080"
Option  "TargetRefresh" "60"
Option  "Position" "0 0"
Option  "Rotate" "normal"
Option  "Disable" "false"
EndSection

Now i can watch movies and tv  in living room.
Wireless mouse + fvwm is enough.
Bye xbmc and DLNA, it's more comfortable to have complete desktop on TV.

HW (H264) acceleration is working too.
If anyone is interested:

Installed Packages:
libva.x86_64  1.1.1-2.fc18   @updates   
libva-devel.x86_641.1.1-2.fc18   @updates   
libva-utils.x86_641.1.1-2.fc18   @updates  
xorg-x11-drv-catalyst.x86_64   13.1-1.fc18@rpmfusion-nonfree-updates

and

xvba-video-0.7.8-0.f18.bob.src.rpm
xvba-video-0.7.8-0.f18.bob.src.rpm


Since i don't (and don't want) to have a web server, i can provide this
only by email. Binaries too, if you wish.


BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: autofs mount point on same box?

2013-05-05 Thread Bob Marcan
On Sun, 5 May 2013 15:36:37 +0100
Frank Murphy  wrote:

> Can a autofs mountpoint be used on the same pc?
> man autofs if from 1997, still talks about ~/init*
> 
> Box has:
> /md0 (boot,/)
> /md1 (home)
> /md2 (/shareyumcache)
> /dev/sdg (swap) [can't see a benefit in raiding swap]
> 
> I want to use autofs to mount /md2 
> into "/var/cache" so the result is:
> /var/cache/yum/...
> 
> autofs.shareyum
> yum  (mount options)  127.0.0.1://shareyumcache 
> would that be correct?
> 

From my config:
/etc/auto.master
/misc   /etc/auto.misc --timeout=60 --ghost

/etc/auto.misc
WDC160  -fstype=auto,noatime,nodiratime 
:/dev/disk/by-label/WDC160
WD500-Canyon-fstype=auto,noatime,nodiratime 
:/dev/disk/by-label/WD500-Canyon
WD500-MyBook-fstype=auto,noatime,nodiratime 
:/dev/disk/by-label/WD500-MyBook

Another way (from man mount):
...
  The bind mounts.
Since Linux 2.4.0 it is possible to remount part of the 
file hierarchy some-
where else. The call is
 mount --bind olddir newdir
or shortoption
 mount -B olddir newdir
or fstab entry is:
 /olddir /newdir none bind
...


BR, Bob
  


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: autofs mount point on same box?

2013-05-05 Thread Bob Marcan
On Sun, 5 May 2013 16:10:23 +0100
Frank Murphy  wrote:

> On Sun, 5 May 2013 17:04:04 +0200
> Bob Marcan  wrote:
> 
> > From my config:
> > /etc/auto.master
> > /misc   /etc/auto.misc --timeout=60 --ghost
> 
> Curious what the --ghost
> couldn't see anything clearly in man auto.master
> 

It will make mount points visible all the time.
Useful for gui access.

BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Help configuring internal network

2022-03-22 Thread Bob Marcan
On Tue, 22 Mar 2022 00:34:55 -0600
Robin Laing  wrote:

> In my network, devices are assigned DHCP IP address according to their MAC 
> address.  My wireless access point uses mac filtering.
> 
> With DHCP being assigned via MAC address, then they get a static IP address 
> fixed to that device.  This helps with scripting for some things.  Something 
> to consider.
> 
> Robin
> 

Do not forget this randomization "security feature" :-)

# Place file in
# /etc/NetworkManager/conf.d/90-disable-randomization.conf
[device-mac-randomization]
wifi.scan-rand-mac-address=no
[connection-mac-randomization]
ethernet.cloned-mac-address=permanent
wifi.cloned-mac-address=permanent

BR, Bob



___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: pipewire and wireplumber

2022-03-24 Thread Bob Marcan
On Thu, 24 Mar 2022 14:07:27 -0700
Geoffrey Leach  wrote:

> I've just installed Fedora 35 and have discovered to my dismay that
> previously-working (not at all sophisticated) audio no longer works.
> 
> Is there a 'Getting Started With pipewire' and/or wireplumber somewhere? Or
> should they 'just work' and I need to check my connections?
> 
> Thanks.

systemctl --user --now disable  wireplumber
works for me.
Obviously we are guinea pigs for this premature piece of software.

BR, Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: How to install F35

2022-04-05 Thread Bob Marcan
On Tue, 5 Apr 2022 14:12:09 -0500 (CDT)
Michael Hennebry  wrote:

> >> Had it worked, would the screen have changed instantly?  
> >
> > Rebooting without nomodeset did the trick.
> > How do I make that permanent?
> > Any idea why I got a permission denied error?
> >
> > Now I just need to move /var and /home to partitions.  
> 
> 'Tis done.
> It seems to work, but gnome's activities mechanism is jerky.
> Also 'twould be nice to not have to remove nomodeset by hand each time.
> What file do I edit to make it permanant?
> 

/etc/default/grub

BR, Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: How to install F35

2022-04-05 Thread Bob Marcan
On Tue, 5 Apr 2022 14:20:20 -0700
Samuel Sieb  wrote:


> >> Also 'twould be nice to not have to remove nomodeset by hand each time.
> >> What file do I edit to make it permanant?
> >>  
> > 
> > /etc/default/grub  
> 
> You need to edit that, but that's not enough.  You need to also either 
> edit the /boot/grub2/grub.cfg to change the "kernelopts" line or run 
> "grub2-mkconfig -o /boot/grub2/grub.cfg" to update the file.

According to the few first lines in the /boot/grub2/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub2-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
...
"grub2-mkconfig -o /boot/grub2/grub.cfg" is the proper way.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: ssh infested by systemd.resolved

2022-04-18 Thread Bob Marcan
On Mon, 18 Apr 2022 15:29:01 -0400
Matthew Miller  wrote:

> On Sun, Apr 17, 2022 at 06:34:48PM -0400, Sam Varshavchik wrote:
> > but it was mostly working, so stayed under the radar, until the
> > recent update broke it. Additionally, the systemd-resolved rpm is
> > actively hijacking /etc/resolv.conf. From the package's scriptlet:  
> 
> Sam, can you _please_ not use such colorfully-negative lagnguage here?
> 
> None of this is "infestation", "hijacking", or something to "fumigate". This
> is all from an approved Change for Fedora Linux 33, which you can read here:
> https://fedoraproject.org/wiki/Changes/systemd-resolved, and which was
> documented in the release notes at
> https://docs.fedoraproject.org/en-US/fedora/f33/release-notes/sysadmin/Networking/.
> 
> You're welcome to disagree with the technical decision (although _elaborate_
> disagreement isn't very helpful without an alternative plan and someone to
> implement it!). But, as you can see from the "Benefit to Fedora" section of
> the proposal, this was done by people actively working to make Fedora Linux
> better for users, and the Fedora Engineering Steering Committee weighed that
> benefit along with considerable feedback in making the decision.
> 
> So, all of this language which implies pestilence or some kind of illicit
> undertaking is wildly out of line. 
> 

Better for users? Are you kidding?
All this systemd is reinventing the wheel.
Go back to Windows, when you grow up.

Without BR, Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: ssh infested by systemd.resolved

2022-04-20 Thread Bob Marcan
On Wed, 20 Apr 2022 17:04:39 +0200
Petr Menšík  wrote:

> Could repeated flames around systemd mean something is wrong with the
> way systemd introduces new features?
> 
> If people complain often, maybe those changes should have been made in
> opt-in mode. Especially on upgrades from previous releases. The
> mentioned change were invasive and has broken multiple scenarios.
> 
> Could perhaps systemd team invest more time to propagating their
> features and persuading people to start using (and wanting) new
> features, instead of just throwing them at people?
> 
> Just my 2 cents.
> 
> Regards,
> 
> Petr
> 

Not just 2 cents. A huge amount. :-)

Bob 
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Weird issue: Screen savers HAMMERING the CPU

2022-05-18 Thread Bob Marcan
On Wed, 18 May 2022 14:54:31 -0500
Thomas Cameron  wrote:

> I've upgraded my distro from F33 to F34, F35, and now F36. Zero issues 
> all the way through except for one weird one. I run Xfce, and I 
> installed the xscreensaver* packages. I've always done this, and I 
> uninstalled the xfce4-screensaver package. I like the plain old 
> xscreensaver packages.
> 
> It's not been a problem before (that I recall), but now all of sudden 
> several screen savers just hammer the CPU. To the point where I can't 
> even get the popup screen to enter my password to appear. Or after it 
> appears, it takes MANY seconds for the password to be checked, and it 
> seems like it's dropping characters because I am reasonably certain I 
> typed it correctly, but it hangs and I have to wait til the login screen 
> pops up again.
> 
> Anyone else seeing this? Is the only option to go through and test each 
> one to see if they cause problems, and disable them?
> 
> Thanks!
> Thomas

What is wrong with just plain " xset +dpms " ?
Because it is not using cpu and drawing unnecessary images to the screen?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Weird issue: Screen savers HAMMERING the CPU

2022-05-19 Thread Bob Marcan
On Wed, 18 May 2022 14:54:31 -0500
Thomas Cameron  wrote:

> I've upgraded my distro from F33 to F34, F35, and now F36. Zero issues 
> all the way through except for one weird one. I run Xfce, and I 
> installed the xscreensaver* packages. I've always done this, and I 
> uninstalled the xfce4-screensaver package. I like the plain old 
> xscreensaver packages.
> 
> It's not been a problem before (that I recall), but now all of sudden 
> several screen savers just hammer the CPU. To the point where I can't 
> even get the popup screen to enter my password to appear. Or after it 
> appears, it takes MANY seconds for the password to be checked, and it 
> seems like it's dropping characters because I am reasonably certain I 
> typed it correctly, but it hangs and I have to wait til the login screen 
> pops up again.
> 
> Anyone else seeing this? Is the only option to go through and test each 
> one to see if they cause problems, and disable them?
> 
> Thanks!
> Thomas

What is wrong with xset +dpms ?
Not using cpu?

Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Weird issue: Screen savers HAMMERING the CPU

2022-05-19 Thread Bob Marcan
On Thu, 19 May 2022 12:09:04 -0500
Thomas Cameron  wrote:

> On 5/18/22 18:01, Bob Marcan wrote:
> > What is wrong with just plain " xset +dpms " ?
> > Because it is not using cpu and drawing unnecessary images to the screen?  
> 
> As I answered yesterday, I like the screensavers. They're fun. And up 
> until now, I've never had them lock my system up.
> 
> Thomas

Sorry. i overlooked your answer. 
I just want black screen.
With xscreensaver i can't get this. Just some odd grey color.
Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Is there an officially Fedora supported replacement for the old rc.local? - still an issue

2022-07-23 Thread Bob Marcan
On Sat, 23 Jul 2022 20:56:18 +0930
Tim via users  wrote:

> On Sat, 2022-07-23 at 11:00 +0200, Peter Boy wrote:
> > Nevertheless, what’s your specific suggestion? How should we do it
> > this specifically in Fedora documentation? How can we accomplish this
> > under the condition of good readability?  
> 
> My inclination is to go along the lines of, by way of mock example:
> 
> e.g. Edit the /etc/hosts file to put the following lines in it...
> 
...
> The problem with users never touching something like vi is that one day
> they may have to use it, it may be the only thing preinstalled on a
> problematic system.  And there are specific instances of vi, like
> visudo, which solves a particular problem that other editors do not
> (man visudo goes into what's special about it).  So even if you don't
> use it day to day, it's good to have a rudimentary knowledge to do
> basic editing, at least.
>  
export SUDO_EDITOR=${EDITOR}
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Current Fedora version of ImageMagick is from 2017

2022-08-12 Thread Bob Marcan
On Fri, 12 Aug 2022 08:45:13 -0300
"George N. White III"  wrote:

> On Wed, Aug 10, 2022 at 7:52 PM Paul Smith  wrote:
> 
> > Thanks to all who have answered! GraphicsMagick seems to be a good
> > alternative to ImageMagick -- thanks for the suggestion.
> >  
> 
> I use *Magick command-line tools (convert, etc.):  I don't get them from
> GraphicsMagick:
> 
>  % doas dnf provides /usr/bin/convert
> Last metadata expiration check: 3:14:26 ago on Fri Aug 12 05:25:01 2022.
> ImageMagick-1:6.9.12.44-1.fc36.i686 : An X application for displaying and
> manipulating images
> Repo: fedora
> Matched from:
> Filename: /usr/bin/convert
> 
> ImageMagick-1:6.9.12.44-1.fc36.x86_64 : An X application for displaying and
> manipulating images
> Repo: fedora
> Matched from:
> Filename: /usr/bin/convert
> 
> ImageMagick-1:6.9.12.52-1.fc36.i686 : An X application for displaying and
> manipulating images
> Repo: updates
> Matched from:
> Filename: /usr/bin/convert
> 
> ImageMagick-1:6.9.12.52-1.fc36.x86_64 : An X application for displaying and
> manipulating images
> Repo: updates
> Matched from:
> Filename: /usr/bin/convert
> 

http://www.graphicsmagick.org/GraphicsMagick.html


gm animate [ options ... ] file [ [ options ... ] file ... ]

gm batch [ options ... ] [ script ]

gm benchmark [ options ... ] subcommand

gm compare [ options ... ] reference-image [ options ... ] compare-image [ 
options ... ]

gm composite [ options ... ] change-image base-image [ mask-image ] output-image

gm conjure [ options ] script.msl [ [ options ] script.msl ]

gm convert [ [ options ... ] [ input-file ... ] [ options ... ] ] output-file

gm display [ options ... ] file ... [ [options ... ]file ... ]

gm identify file [ file ... ]

gm import [ options ... ] file

gm mogrify [ options ... ] file ...

gm montage [ options ... ] file [ [ options ... ] file ... ] output-file

gm time subcommand

gm version 
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Mailing lists and Discourse

2022-10-24 Thread Bob Marcan
On Sun, 23 Oct 2022 17:03:58 -0400
Tom Horsley  wrote:

> Obviously the next step is to merge the Discourse server with systemd!
> 
> :-)

This is realy a winner. 
Drop the mailing list and i'm out. 
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Running a laptop with lid shut

2017-04-18 Thread Bob Marcan
On Mon, 17 Apr 2017 09:36:03 -0600
InvalidPath  wrote:

> This morning I had some time spent trying to get my Dell XPS 13 9550 to
> output to three displays.  Using the thunderbolt/USB-C Dell 3100 dock, and
> HDMI cable/monitor and a DP to mini-DP/monitor.  But my question is, during
> this fight, I attempts to run the laptop with the lid shut.  Outputting to
> the two external displays, powered up by power button on the dock.  Long
> story short it did not work.. but what's weird is that I raised the lid
> ever so slightly and could tell that it was on.
> Now if the system senses the lid when it shuts to suspend.. why not in this
> case?  Could this have anything to do with the hybrid graphics?
> 
> Thanks!

[~]$  diff /etc/systemd/logind.conf.ORG /etc/systemd/logind.conf
24a25
> HandleLidSwitch=ignore
[~]$ 
BR, Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Private DNS

2017-06-06 Thread Bob Marcan
On Tue, 6 Jun 2017 12:47:49 -0700
Samuel Sieb  wrote:

> On 06/06/2017 12:41 PM, Walter H. wrote:
>  [...]  
>  [...]  
>  [...]  
>  [...]  
>  [...]  
> 
>  [...]  
>  [...]  
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org

What are you trying to tell with this empty mail?

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: IP address or DNS name (bug or feature)

2017-06-06 Thread Bob Marcan
On Tue, 6 Jun 2017 12:59:07 -0700
Samuel Sieb  wrote:

> On 06/06/2017 12:49 PM, Walter H. wrote:
>  [...]  
>  [...]  
>  [...]  
> 
>  [...]  
> 
>  [...]  
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org

Empty mail again. What is going on?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Data backup- (udev problem)

2017-12-27 Thread Bob Marcan
On Wed, 27 Dec 2017 11:24:06 +0200
Angelo Moreschini  wrote:

> hi,
> 
> 
> in order to backing up of the data , I wrote a script that uses the rsync
> command.
> 
> This script have to be launched manually, and the data are saved on a USB
> Hard Disk, which (obviously) must be mounted.
> 
> The mounting  of the partitions for the back up on the USB HD is  made
> permantly at boot of the computer (the name of the backup-partitions is
> wrote in the file / etc / fstab) :
> 
> UUID=376214F24CC07CE0 /media/BKx_data-personal ntfs defaults 0 0
> 
> UUID=479F99A324FF4D1D /media/BKx_programming ntfs defaults 0 0
> 
> UUID=EA8266EA8266BB29 /media/BKx_data-common ntfs defaults 0 0
> 
> 
> This script works fine.
> 
> However, this solution for backing up the data is problematic, because *I
> always receive messages with the request of access to the partitions ** of
> the “backup-partitions”** by "nautilus"* - every time that I use the "find"
> command.
> 
> 
> I can consider that this problem is connected with the *permanent *
> *mounting* of the partitions on the HD-USB (on the file /etc/fstab).
> 
> 
> To avoid these problems I actually removed the permanent mounting of the
> partitions by registering them on the file fstab and now I'm looking for an
> alternative solution for the back up the data.
> 
> I think this solution can go in the following directions:
> 
> 
> 
>-
> 
>mounting the partitions (commanded by the script) before executing the
>rsync command and unmounting them immediately afterwards.
>-
> 
>alternatively, giving appropriate orders to the “udev feature” about the
>backup partitions (I think this is possible to do, but I do not know how to
>do it).
> 
> 
> 
> I would like to have some suggestions and advice about it.
> Regards
> Angelo

man autofs
I'm using it.
BR, Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: choices for reliable, secure browser for fedora 27 and beyond?

2017-12-29 Thread Bob Marcan
On Thu, 28 Dec 2017 06:24:24 -0600 (CST)
"Robert P. J. Day"  wrote:

>   currently running fedora 27 on my asus laptop, and i've previously
> whined about how cripplingly slow the firefox browser is, to the point
> where i had to kill it and restart it several times a day (memory
> leak?).
> 
>   more recently, it simply locks up my entire system, typically within
> only minutes of my starting it, to the point where i've bailed on it
> and switched to chrome. at this point, since i'm not wedded to any
> particular browser, i'm open to suggestions for a simple, fast,
> reliable and secure browser for fedora.
> 
>   of course there is always opera (which i haven't used in quite some
> time so i have no idea how well that fits the bill). and if i choose
> to stick with chrome, i just ran across what looks like a hardened
> version of it, iridium:
> 
>   https://iridiumbrowser.de/downloads/fedora
> 
> i'm sure there are other possibilities, so i'm open to suggestions. i
> really wish i knew why firefox was treating me so badly, but i've
> given up trying to figure it out and just want to move on.
> 
> rday
> 
http://www.palemoon.org/faq.shtml
BR, Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Data backup- (udev problem)

2018-01-04 Thread Bob Marcan
On Sat, 30 Dec 2017 19:26:01 +0200
Angelo Moreschini  wrote:

> thank you  Bob,
> 
> I wont try your suggestion, but I have not installed autoff on Fedora 21 :
> --
> [angelo_dev@localhost ~]$ sudo systemctl status autofs.service
> [sudo] password for angelo_dev:
> ● autofs.service
>Loaded: not-found (Reason: No such file or directory)
>Active: inactive (dead)
> -
> 
> So before to do something wrong I would ask you how I can install it (I
> didn't find help in this way..)
> *It is a autofs repository for Fedora ?*
> 
> thank you
> 
> Angelo

 $ dnf info autofs
Last metadata expiration check: 0:02:07 ago on Thu Jan  4 19:10:02 2018.
Installed Packages
Name : autofs
Epoch: 1
Version  : 5.1.2
Release  : 2.fc26
Arch : x86_64
Size : 3.5 M
Source   : autofs-5.1.2-2.fc26.src.rpm
Repo : @System
From repo: @commandline
Summary  : A tool for automatically mounting and unmounting filesystems
License  : GPLv2+
Description  : autofs is a daemon which automatically mounts filesystems when
 : you use them, and unmounts them later when you are not using
 : them.  This can include network filesystems, CD-ROMs, floppies,
 : and so forth.

BR, Bob

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Data backup- (udev problem)

2018-01-07 Thread Bob Marcan
On Sun, 7 Jan 2018 20:44:57 +0200
Angelo Moreschini  wrote:

> wait ...  I checked better  and I saw the directories doesn't exits in
> /srv...
> 
> trying to create now but I didn't have success.. :
> 
> [angelo_dev@localhost srv]$ sudo mkdir BKx_programming
> 
> 
> *mkdir: cannot create directory ‘BKx_programming’: Permission denied*
> that is funny ... How it can be ? I used  privileges of SU..
> 

In /etc/auto.master,
 ghost will create and remove directory on demand:
...
/media  /etc/auto.master.d/auto.media --timeout=60 --ghost
...

/etc/auto.master.d/auto.media:
...
dvd -fstype=iso9660,ro,nosuid,nodev :/dev/sr0
WD160-Canyon-fstype=auto,noatime,nodiratime 
:/dev/disk/by-label/WD160-Canyon
WD500-SunBright -fstype=auto,noatime,nodiratime 
:/dev/disk/by-label/WD500-SunBright
WD500-MyBook-fstype=auto,noatime,nodiratime 
:/dev/disk/by-label/WD500-MyBook
USB-vfat-fstype=vfat,noatime,nodiratime,uid=1000,gid=1000   
:/dev/disk/by-label/USB-vfat
USB-ext2-fstype=ext2,noatime,nodiratime 
:/dev/disk/by-label/USB-ext2
...

Do not forget to reload autofs.
BR, Bob





___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Mouse controls for Fedora [SOLVED]

2020-03-09 Thread Bob Marcan
On Mon, 09 Mar 2020 00:16:56 -0500
"Robert G (Doc) Savage via users"  wrote:

> As it turns out, there are two distinct generations of that dongle. The
> first generation devices are pretty much locked to the mice or desktops
> they came with. There are second generation devices that can be paired
> with multiple mice and desktop sets:
> 
> https://www.amazon.com/Logitech-Unifying-Receiver-Wireless-Keyboard/dp/B00LQ6TO0O
> 
> From what I've found so far, the pairing software is available only for
> Windows. Oh well. I do keep a Windows box that I use only for TurboTax

https://www.google.com/search?q=logitech+linux+pair&ie=utf-8&oe=utf-8
I'm using solaar.

BR, B.Marčan
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Dnf skipped -

2020-03-16 Thread Bob Marcan
On Mon, 16 Mar 2020 13:13:39 -0400
Bob Goodwin  wrote:

> For the last three mornings I've been seeing dnf update skipped two rpms but 
> have seen no complaints on this list so It seems like time to ask about it:
> 
> Skipped:
>    VirtualBox-6.1.4-1.fc31.x86_64 VirtualBox-server-6.1.4-1.fc31.x86_64
> 
> Complete!
> 
> I installed virtualbox in anticipation of F-32beta but I have not installed 
> anything in a vm yet if that matters?
> 
> Bob
> 

Any particular reason not using KVM ?

BR, B.Marčan
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Dnf skipped -

2020-03-16 Thread Bob Marcan
On Mon, 16 Mar 2020 13:45:05 -0400
Bob Goodwin  wrote:

> On 2020-03-16 13:23, Bob Marcan wrote:
> > Any particular reason not using KVM ?
> >
> > BR, B.Marčan  
> °
> How, is it available in dnf, I can't find it?
> 
https://www.google.com/search?ei=j8FvXsGPKJCdkwXs15CIDw&q=%3Binux+KVM&oq=%3Binux+KVM&gs_l=psy-ab.3..0i13l10.966154.972002..972858...0.6..0.128.888.6j4..01..gws-wiz.0..0i71j0i273j0i199i291j0j0i67j0i10.E8HnnAl_DEE&ved=0ahUKEwiBk4mazJ_oAhWQzqQKHewrBPEQ4dUDCAo&uact=5

https://www.redhat.com/en/topics/virtualization/what-is-KVM
https://en.wikipedia.org/wiki/Kernel-based_Virtual_Machine
https://www.tecmint.com/install-and-configure-kvm-in-linux/
...

BR, B.Marčan
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Login screen related

2020-03-22 Thread Bob Marcan
On Sun, 22 Mar 2020 15:09:49 -0500
David  wrote:

> Check out this backsplash on my login screen
> 
>  https://www.dropbox.com/s/wwy0qzey0vl4fjq/Davids_fancy_Log-in.jpg?dl=0
> 
> I wish all Linux desktop distros had more options for theming the login
> screen.
> 
> I am using Xfce ( in Rawhide ), and assume the procedure is the same in
> other desktop environments.
> 
> The trick ( I think ) is that you have to have root access to change the
> image
> 
> /usr/share/backgrounds/default.png
> 
> I copied my new image ( mountain-valley.png ) next to "default.png" in that
> same folder.  It MUST be a "png"
> 
> Then renamed "default.png" to "defaultx.png"
> 
> and then renamed my new image "default.png.".
> 
> Logged out and it was there.
> 
> 
> 
> D.L.

/etc/lightdm/lightdm.conf

# LightDM GTK+ Configuration
# Available configuration options listed below.
#
# Appearance:
#  theme-name = GTK+ theme to use
#  icon-theme-name = Icon theme to use
#  cursor-theme-name = Cursor theme to use
#  cursor-theme-size = Cursor size to use
#  background = Background file to use, either an image path or a color (e.g. 
#772953)
#  user-background = false|true ("true" by default)  Display user background 
(if available)
#  transition-duration = Length of time (in milliseconds) to transition between 
background images ("500" by default)
#  transition-type = ease-in-out|linear|none  ("ease-in-out" by default)
#
...
[greeter]
background=/usr/share/backgrounds/default.png
#user-background=
...

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Virtual Box not loading vboxdrv on Clean install of Fedora 31

2020-04-04 Thread Bob Marcan
On Sat, 04 Apr 2020 18:10:17 +0200
francis.montag...@inria.fr wrote:

> On Sun, 05 Apr 2020 01:55:13 +1000 "Michael D. Setzer II via users" wrote:
> >> Does a simple "modprobe vboxdrv" also fails ?  
> 
> > # modprobe vboxdrv
> > modprobe: ERROR: could not insert 'vboxdrv': Operation not permitted  
> 
> This happens if you are not root. Is it the case?
> 
> > # modinfo vboxdrv
> > filename:
> 
> OK
> 
> >> Also, double check that the modules have been build with:  
> 
> >>   dnf list installed kmod-VirtualBox\*  
> 
> > dnf list installed kmod-VirtualBox\*
> > Installed Packages
> > kmod-VirtualBox.x86_646.1.4-3.fc31
> > @rpmfusion-free-updates
> > kmod-VirtualBox-5.5.13-200.fc31.x86_64.x86_64 6.1.4-3.fc31 @@commandline  
> 
> OK.
> 
> That shows also that you are using VirtualBox from rpmfusion like me.
> 

Is there any particular reason you don't use KVM?
It is Linux native virtualization.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Virtual Box not loading vboxdrv on Clean install of Fedora 31

2020-04-05 Thread Bob Marcan
On Sun, 5 Apr 2020 08:30:13 -0600
Greg Woods  wrote:

> On Sat, Apr 4, 2020 at 12:32 PM Bob Marcan  wrote:
> 
> >
> >
> > Is there any particular reason you don't use KVM?
> > It is Linux native virtualization.
> >  
> 
> I can't speak for anyone else, but any time I have tried to use any kind of
> Windows on a VM under KVM, the performance has been horrible. This is why I
> still use VirtualBox.
> 
> --Greg

Not brilliant, but i can't say so for my configuration: 
 Win 7, Win 10 in KVM
 *-memory
  description: System memory
  physical id: 0
  size: 8GiB
 *-cpu
  product: Intel(R) Core(TM)2 Quad CPUQ9400  @ 2.66GHz
  vendor: Intel Corp.
  physical id: 1
  bus info: cpu@0
  size: 2239MHz
  capacity: 2667MHz
  width: 64 bits

BR,  B.Marčan
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Virtual Box not loading vboxdrv on Clean install of Fedora 31

2020-04-07 Thread Bob Marcan
On Mon, 6 Apr 2020 16:22:20 -0300
Fernando Cassia  wrote:

> On Sat, Apr 4, 2020, 15:32 Bob Marcan  wrote:
> > Is there any particular reason you don't use KVM?
> > It is Linux native virtualization.  

> Look, we're here to make Virtualbox better. Not to encourage users to stop
> using it.
> 
> Thanks for your understanding.
> 
> FC

OK. 
Are you Oracle employee involved in development of VirtualBox? :-)

BM
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't reliably right click with mouse due to click interval... F33 Workstation, Plasma,

2021-02-06 Thread Bob Marcan
On Sat, 6 Feb 2021 10:13:38 -0700
linux guy  wrote:

> I recently switched from a wireless USB mouse to a wired USB mouse.
> 
> I cannot reliably right click links in Firefox because the click interval
> on the mouse isn't set up right.
> 
> How does one modify the mouse click parameters in Fedora and/or Plasma ?
> I've looked in System->Settings but can't find anything for click intervals.

man xinput ?
BR, Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't reliably right click with mouse due to click interval... F33 Workstation, Plasma,

2021-02-06 Thread Bob Marcan
On Sat, 6 Feb 2021 11:38:14 -0700
linux guy  wrote:

> Thanks for the direction.  However, I don't see anything to change click
> timing or turn debouncing on or off.
> 

 xinput --set-ptr-feedback  $XID 5 4 1  # sensitivity
 
 --set-ptr-feedback device threshold num denom
Change  the  pointer  acceleration (or feedback) 
parameters of device.  The
xset(1) man page has more details. For X.Org Server 1.7 
 and  above,  there
are  additional device properties pertaining to pointer 
acceleration. These
do not replace, but complement the pointer feedback 
setting. 

If i understand you problem properly, will this help you? 

BR, Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: dns glue or duct tape??

2021-05-14 Thread Bob Marcan
On Fri, 14 May 2021 13:14:08 -0700
Jack Craig  wrote:

> Hi folks
> 
> With help from this list I recently updated my DNS configuration to provide
> for a primary and secondary DNS server where the primary DNS server is my
> host inside my domain and the secondary server is provided by AT&T
> 
> I discovered that the secondary server on file with my registrar  was wrong
> so I got the right data  and they claim to have created a glue record but
> I'm still getting that host is not responding
> 
> *primary dns ws.linuxlighthouse.com *
> *Secondary server ns2.swbell.net *
> 
> would some kind soul direct me to a coherent glue (or duct tape) record
> test?
> 
> also, given some domain name how do you know which top level domain name
> servers should be the first set that you query to locate your domain in
> question??
> 
> tia...


Primary:
]$ dig  ws.linuxlighthouse.com

; <<>> DiG 9.11.31-RedHat-9.11.31-1.fc33 <<>> ws.linuxlighthouse.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14144
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 13, ADDITIONAL: 2

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;ws.linuxlighthouse.com.IN  A

;; ANSWER SECTION:
ws.linuxlighthouse.com. 172284  IN  A   108.220.213.121

;; AUTHORITY SECTION:
.   54377   IN  NS  k.root-servers.net.
.   54377   IN  NS  a.root-servers.net.
.   54377   IN  NS  j.root-servers.net.
.   54377   IN  NS  m.root-servers.net.
.   54377   IN  NS  b.root-servers.net.
.   54377   IN  NS  l.root-servers.net.
.   54377   IN  NS  d.root-servers.net.
.   54377   IN  NS  c.root-servers.net.
.   54377   IN  NS  i.root-servers.net.
.   54377   IN  NS  f.root-servers.net.
.   54377   IN  NS  e.root-servers.net.
.   54377   IN  NS  g.root-servers.net.
.   54377   IN  NS  h.root-servers.net.

;; ADDITIONAL SECTION:
a.root-servers.net. 151362  IN  A   198.41.0.4

;; Query time: 3 msec
;; SERVER: 192.168.168.10#53(192.168.168.10)
;; WHEN: Fri May 14 22:42:09 CEST 2021
;; MSG SIZE  rcvd: 294


Secondary:
$ dig @ns2.swbell.net ws.linuxlighthouse.com

; <<>> DiG 9.11.31-RedHat-9.11.31-1.fc33 <<>> @ns2.swbell.net 
ws.linuxlighthouse.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 7882
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;ws.linuxlighthouse.com.IN  A

;; Query time: 143 msec
;; SERVER: 151.164.11.218#53(151.164.11.218)
;; WHEN: Fri May 14 22:39:57 CEST 2021
;; MSG SIZE  rcvd: 51

 BR, Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Troubles with the claws-mail

2021-06-06 Thread Bob Marcan
Fedora 33 up to date (Sun Jun  6 11:47:43 CEST 2021)
claws-mail-3.17.8-1.fc33.x86_64)

In claws-mail keyboard key "k" is ignored.
Same key is working in all other applications.
So it is not a keyboard problem. :-)
Does anybody have an idea where is the problem?

TIA, Bob
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


firefox and xinerama

2021-06-06 Thread Bob Marcan
Fedora 33
firefox-88.0.1-1.fc33.x86_64
Window manager is fvwm.

[~]$ xrandr
Screen 0: minimum 320 x 200, current 3520 x 1080, maximum 8192 x 8192
LVDS-1 connected primary 1600x900+0+0 (normal left inverted right x axis y 
axis) 382mm x 215mm
   1600x900  60.01*+  59.9959.9459.9559.82  
...
VGA-1 connected 1920x1080+1600+0 (normal left inverted right x axis y axis) 
509mm x 286mm
   1920x1080 60.00*+
...

xrandr --output VGA-1 --primary 
xrandr
Screen 0: minimum 320 x 200, current 3520 x 1080, maximum 8192 x 8192
LVDS-1 connected 1600x900+0+0 (normal left inverted right x axis y axis) 382mm 
x 215mm
   1600x900  60.01*+  59.9959.9459.9559.82 
...
VGA-1 connected primary 1920x1080+1600+0 (normal left inverted right x axis y 
axis) 509mm x 286mm
   1920x1080 60.00*+
...
 
palemoon browser stays on screen where is launched.
New window opens on the same screen.

firefox always opens on LVDS-1, even when is launched on VGA-1.
After moving the window to VGA-1, new window again appears on LVDS-1.
No matter if the screen is primary or not.

Any clue?

TIA, Bob

 
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Troubles with the claws-mail

2021-06-06 Thread Bob Marcan
On Sun, 6 Jun 2021 13:42:40 +0200
Michael Schwendt  wrote:

> On Sun, 6 Jun 2021 12:00:11 +0200, Bob Marcan wrote:
> 
> > Fedora 33 up to date (Sun Jun  6 11:47:43 CEST 2021)
> > claws-mail-3.17.8-1.fc33.x86_64)
> > 
> > In claws-mail keyboard key "k" is ignored.
> > Same key is working in all other applications.
> > So it is not a keyboard problem. :-)
> > Does anybody have an idea where is the problem?  
> 
> Where exactly? Inside the message compose window?
> In other editable GUI input fields like "To", "Cc", "Subject" lines?

everywhere, compose, subject, address ...

> 
> That would render the program unusable, which would be very odd
> given that it is used on a daily basis.
 
It was working before. Now i'm using external editor. 
Not very convenient.

> 
> Which graphical desktop environment do you use?
> ___

fvwm
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Troubles with the claws-mail

2021-06-06 Thread Bob Marcan
On Sun, 6 Jun 2021 15:08:40 +0200
t_pol  wrote:

> On Sun, 6 Jun 2021 12:00:11 +0200
> Bob Marcan  wrote:
> 
> > Fedora 33 up to date (Sun Jun  6 11:47:43 CEST 2021)
> > claws-mail-3.17.8-1.fc33.x86_64)
> > 
> > In claws-mail keyboard key "k" is ignored.
> > Same key is working in all other applications.
> > So it is not a keyboard problem. :-)
> > Does anybody have an idea where is the problem?
> > 
> > TIA, Bob  
> 
> Hi Bob.
> Just guessing.
> may be you've unintentionally assigned "k" to some menu item.
> (It's just a matter of pressing a "key" while focusing the item with
> the mouse pointer).
> Ciao,
> Angelo
> 

Shouldn't the same behavior will be in all the other applications?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


  1   2   >