Re: How to change fail2ban timeout during reboot in F40?

2024-05-12 Thread Anthony Messina via users
Of course, you'll want to set something suitable for your system's needs ~]# cat /etc/systemd/system/fail2ban.service.d/timeout.conf [Service] TimeoutStopSec=5min -- Anthony - https://messinet.com On Sunday, May 12, 2024 3:02:29 PM CDT Frank Bures wrote: > Hi, > > I was a target of an attack

Re: Poweroff on Fedora 37

2023-05-11 Thread Anthony Messina via users
On Thursday, May 4, 2023 5:58:12 AM CDT t_pol wrote: > Hi all. > > Frequently "systemctl poweroff" does NOT really "power off" the machine but > simply halts the system. > Reading manual I've also tried to add opttion -i (--check-inhibitors=no) but > it happens anyway. > Is there any way to in

Re: How do I build a custom kernel with modules signed.

2022-10-15 Thread Anthony Messina via users
On Saturday, October 15, 2022 12:07:40 AM CDT Sharpened Blade via users wrote: > I am building a kernel from the fedora `kernel.spec` file and SRPM. It works > as good as the official kernel, but nothing in it is signed. I know that I > can sign the kernel RPM package, but what about the kernel its

Re: compiling dahdi-linux kernel module

2017-08-04 Thread Anthony Messina
Quoting "Dr. Robert Marmorstein" : I've been working on this too, this week. I think I have it working from source but haven't finished testing yet. The source install wasn't really too bad, so I recommend it. The messinet rpms didn't work for me. Feel free to contact me offline to let

Re: firefox?

2015-09-27 Thread Anthony Messina
On Sunday, September 27, 2015 01:56:39 PM Antonio M wrote: > you have to wait 41.9-6 otherwise sqile updates are required. Pick it in > bohdi > > 2015-09-27 13:35 GMT+02:00 Hossein Aghaie : > yes, me too, i have this problem : > > http://paste.fedoraproject.org/271950/33536921/ > > > > On Sun,

Re: Linux and Skype Video

2015-01-27 Thread Anthony Messina
On Tuesday, January 27, 2015 05:53:29 AM Mickey wrote: > Fedora 20/KDE > > Can Fedora use a webcam on Skype ? > > I need to connect by Skype to China by video to fix a Quadcopter (Drone) > problem. If you use the RPMFusion repository, they have packaged lpf-skype, which will allow you to semi-

Re: Constant Guard Service Alert

2014-09-06 Thread Anthony Messina
On Saturday, September 06, 2014 06:39:46 PM Mickey wrote: > Got a email from Comcast.net, saying I have a Bot on my Computer, and how to > elimnate it, Not so sure that I want to follow their directions. > > How I would I determine if this is true using Linux , I have Fedora 20 > installed ? Mayb

Re: how to disable tmpfs

2014-08-08 Thread Anthony Messina
On Friday, August 08, 2014 10:32:15 AM Dennis Kaptain wrote: > So, how do I turn off fedora's tmpfs forever so I can use my physical > /tmp partition and not consume all my valuable RAM? Or stated > otherwise, how do I disable tmpfs AND keep / read-write? systemctl mask tmp.mount -A -- Anthony

Re: apcupsd.conf: Which cable type for remote UPS on network?

2014-06-20 Thread Anthony Messina
On Friday, June 20, 2014 08:58:02 PM lee wrote: > what type of cable am I supposed to put into apcupsd.conf for an UPS > which is connected to a remote computer and monitored over the network? I'm using "UPSCABLE ether" -- Anthony - http://messinet.com - http://messinet.com/~amessina/gallery 8F8

Re: Use firewall-cmd to filter by MAC address?

2013-12-24 Thread Anthony Messina
On Saturday, December 21, 2013 01:31:30 AM Michael Hannon wrote: > Greetings. In a previous version of Fedora I had iptables rules of the > form: > > -A INPUT -p tcp --destination-port 25 -m mac --mac-source \ > AA:BB:CC:DD:EE:FF -j ACCEPT > > in order to accept email only from selected local sys

Re: Fedora 19, KDE 4.11.1, no login screen

2013-09-22 Thread Anthony Messina
On Saturday, September 21, 2013 07:34:42 PM andrea wrote: > > [FAILED] Wait for Plymouh Boot Screen to quit > > > > > > > > and in /var/log/messages > > > > > > > > there is something about > > > > > > > > Sep 21 15:24:35 localhost kdm[335]: plymouth --ping -> 0 > > Sep 21 15:24:35 localhost kdm

Re: Fedora 19: FirewallD and network bridge

2013-08-25 Thread Anthony Messina
On Sunday, August 25, 2013 01:11:20 PM Mateusz Marzantowicz wrote: > > Take a look at > > > > > > > > http://wiki.libvirt.org/page/Networking#Fedora.2FRHEL_Bridging > > https://bugzilla.redhat.com/show_bug.cgi?id=512206 > > > > > > > > I believe the default now is to set the following to disable

Re: Fedora 19: FirewallD and network bridge

2013-08-24 Thread Anthony Messina
On Friday, August 23, 2013 05:24:02 PM Mateusz Marzantowicz wrote: > I'd like to configure FirewallD to protect qemu/kvm host and maybe > guests but the second one is not so important for me because each guest > has it's own firewall. > > What I don't understand is how FirewallD works with network

Re: Where is the iptables firewall configuration file in Fedora 19?

2013-08-09 Thread Anthony Messina
On Saturday, August 10, 2013 07:21:32 AM Singapore Citizen Mr. Teo En Ming wrote: > On 10/08/2013 06:03, Anthony Messina wrote: > > On Saturday, August 10, 2013 05:47:57 AM Singapore Citizen Mr. Teo En Ming > > > > wrote: > >> It's no longer in /etc/sysconfi

Re: Installing virt-manager in Fedora 19 did not create a network bridge

2013-08-09 Thread Anthony Messina
On Friday, August 09, 2013 10:56:16 PM Singapore Citizen Mr. Teo En Ming wrote: > When I installed virt-manager in Ubuntu, it created a network bridge > called virbr0. The bridge is created when you configure and start libvirtd. -A -- Anthony - http://messinet.com - http://messinet.com/~amess

Re: Where is the iptables firewall configuration file in Fedora 19?

2013-08-09 Thread Anthony Messina
On Saturday, August 10, 2013 05:47:57 AM Singapore Citizen Mr. Teo En Ming wrote: > It's no longer in /etc/sysconfig/iptables. Fedora 19 used FirewallD by default. If you prefer to use the iptables initscripts, you need to install iptables-services and issue 'systemctl disable firewalld'. -A

Re: Howto make Firewalld allow remote SSH into a Virtual Machine?

2013-07-24 Thread Anthony Messina
On Wednesday, July 24, 2013 06:06:49 PM Anthony Messina wrote: > VM's IP address via. You may or may not want to do this for port 22, as That should be "VM's IP address via iptables." -- Anthony - http://messinet.com - http://messinet.com/~amessina/gallery 8F89 5E72 8

Re: Howto make Firewalld allow remote SSH into a Virtual Machine?

2013-07-24 Thread Anthony Messina
On Wednesday, July 24, 2013 02:55:56 PM Patrick Lists wrote: > [patrick@laptop ~]$ ping 192.168.122.20 > PING 192.168.122.20 (192.168.122.20) 56(84) bytes of data. > From 10.0.0.135 icmp_seq=1 Destination Port Unreachable > > Can not ssh from the laptop to the VM: > > [patrick@laptop ~]$ ssh 192

Re: PulseAudio in restricted X environment

2013-07-10 Thread Anthony Messina
On Wednesday, July 10, 2013 11:03:14 AM Eric Viseur wrote: > Just solved it, a much easier way. Thanks you for your advices, I directed > me to taking a closer look to the logs. It lead me to discover that PA > indeed started, but actually couldn't reach the sound card. > > What I did was simply

Re: PulseAudio in restricted X environment

2013-07-09 Thread Anthony Messina
On Tuesday, July 09, 2013 04:01:47 PM Eric Viseur wrote: > I'm currently working on a virtualization project using F18. One of the use > cases is booting on the multi-user systemd target, then starting the Spice > client in a very restricted X environment by simply issuing > > $ xinit /usr/bin/sp

Experience with Fedora & Dell Ultrabook XPS 12?

2013-06-10 Thread Anthony Messina
I am considering entering the tablet market with the upcoming Fedora 19 release and I like the features of the Dell Ultrabook XPS 12 (http://www.dell.com/us/p/xps-12-l221x/pd?&~ck=mn). Could anyone share experiences with Fedora/KDE/Linux and the XPS 12 in particular, or be able to point me to w

Re: Handbrake for f18 x86_64?

2013-05-22 Thread Anthony Messina
On Wednesday, May 22, 2013 09:56:24 AM Neal Becker wrote: > > git clone git://messinet.com/rpms/handbrake.git > > So this spec doesn't even attempt to use system versions of libs? It should, for those system libraries that upstream supports. Perhaps some invasive patching could make better use

Re: Handbrake for f18 x86_64?

2013-05-21 Thread Anthony Messina
On Tuesday, May 21, 2013 07:04:22 AM Anthony Messina wrote: > > I briefly tried building from source, but didn't get very far (and no, it > > doesn't look like a problem with my not installing the deps). > > You can use the spec I have here: > git clone git://

Re: Handbrake for f18 x86_64?

2013-05-21 Thread Anthony Messina
On Tuesday, May 21, 2013 08:13:42 AM Neal Becker wrote: > > You can use the spec I have here: > > git clone git://messinet.com/rpms/handbrake.git > > > > > > > > Just add the sources and you should be good to build. -A > > > > > > git clone git://messinet.com/rpms/handbrake.git > Cloning into '

Re: Handbrake for f18 x86_64?

2013-05-21 Thread Anthony Messina
On Tuesday, May 21, 2013 07:46:50 AM Neal Becker wrote: > I briefly tried building from source, but didn't get very far (and no, it > doesn't look like a problem with my not installing the deps). You can use the spec I have here: git clone git://messinet.com/rpms/handbrake.git Just add the sourc

Re: How do you keep contacts in Fedora/KDE?

2013-04-02 Thread Anthony Messina
On Monday, April 01, 2013 02:59:43 PM Timothy Murphy wrote: > As a matter of interest, how do those of you running Fedora/KDE > keep your contacts? I keep my contacts in 389 DS (LDAP), with EGroupware as a frontend. I access them in KDE via Akonadi's "DAV Groupware Resource" which has an option

Re: Kernel Upgrade Display Issues....

2013-03-19 Thread Anthony Messina
On Tuesday, March 19, 2013 01:19:06 PM Eddie O'Connor wrote: > After recently upgrading to the latest kernel, my display has gone berserk! > It logs in with the 1024x768 resolution, and I have to reset it for > 1200x1600. After I reset it, after a minute or two, it blinks and goes back > to the 102

Re: OK, what update broke things?

2013-03-11 Thread Anthony Messina
On Friday, March 08, 2013 08:05:27 PM Tom Horsley wrote: > AUDIO: 48000 Hz, 2 ch, ac3be, 384.0 kbit/25.00% (ratio: 48000->192000) > Selected audio codec: [hwac3] afm: hwac3 (AC3 through S/PDIF) > == > [AO_ALSA] alsa-lib: conf.c

Re: F18 - restart the X server

2013-03-05 Thread Anthony Messina
On Tuesday, March 05, 2013 01:32:34 PM Kevin Wilson wrote: > What is the shortcut for restarting the X server? > In old fedora distros it was "alt + ctrl + left arrow". > Now it does not work and there is no such shortcut in "System > setting->keyboard->shortcuts". Perhaps not the shortcut you wer

Re: xorg.conf and Nouveau

2012-09-18 Thread Anthony Messina
On Tuesday, September 18, 2012 05:17:25 PM Jim wrote: > Fedora 17 / KDE > > Can I use the nouveau driver in xorg.conf to Lock in the resolution ?. > > I have a computer that defaults to 1920x1080 and that resolution is to > high, and I have a older friend that will be using this computer and I

Re: peer-to-peer home folder synch

2012-03-25 Thread Anthony Messina
On 03/25/2012 03:18 PM, Bruno Martins wrote: > On 03/25/2012 09:07 PM, Christopher Svanefalk wrote: >> Sweet, thanks guys >> >> On Sun, Mar 25, 2012 at 10:03 PM, Frank Cox > > wrote: >> >> On Sun, 25 Mar 2012 21:56:39 +0200 >> Christopher Svanefalk wrote: >> >>

Re: a new question on iptables and port 5353

2012-03-25 Thread Anthony Messina
On 03/25/2012 12:31 AM, Paul Allen Newell wrote: > To all: > > With help from Craig and Reindl, I've understood what happens with the > automated entry of port 631 for udp/tcp and how to rewrite to not make > it a world access (in/out) rule. Waiting for next install of F16 to test > when and how t

Re: tr equivalent to sed command

2012-02-24 Thread Anthony Messina
On 02/24/2012 06:22 AM, 夜神 岩男 wrote: > I'm trying to move a script from invoking lots of sed and awk to bash > builtins and I'm stumped on something I'm sure is simple. > > Is there a tr equivalent to the following? > sed 's/[^[:alnum:]]//g' > > I just can't seem to get tr -d to accept a negative

Re: RPM creation

2012-01-19 Thread Anthony Messina
On 01/19/2012 11:50 AM, Stephen Berg (Contractor) wrote: > Does anyone know of a tutorial on creating a simple rpm package that > basically just copies a few files into specified locations? It's not really a tutorial, though this example may help. I do the same thing as you are trying to do. I m

Re: [389-users] Announcing 389 Directory Server version 1.2.9.6 Testing

2011-08-24 Thread Anthony Messina
On 08/24/2011 02:21 PM, Rich Megginson wrote: > Thanks. It seems to have something to do with the number and type of > acis being used. > > I don't have all of the schema for these, but this revealed another bug > - https://bugzilla.redhat.com/show_bug.cgi?id=733103 - but I don't think > you are

Re: [389-users] Announcing 389 Directory Server version 1.2.9.6 Testing

2011-08-16 Thread Anthony Messina
On 08/16/2011 03:25 PM, Rich Megginson wrote: >> I havent filed a bug yet as I am working on a virtual environment to >> test, which I'm sure you'll want me to, in order to be able to replicate >> the issue ;) > Indeed, yes, please let us know asap. Sure. If you know the settings I need to enable

Re: how to blacklist some hardware

2011-08-11 Thread Anthony Messina
On 08/11/2011 02:27 PM, Tom Horsley wrote: > On Thu, 11 Aug 2011 20:55:51 +0200 > François Patte wrote: > >> Is there a way to tell udev to ignore this hardware and skip anything >> regarding it. > > I have often wondered this as well. I wish there were some way > to specify PCI device IDs to be

Re: [389-users] saslauthd won't work

2011-06-15 Thread Anthony Messina
On 06/15/2011 08:02 AM, Gioachino Bartolotta wrote: > ldapsearch -d 1 -D "cn=Directory Manager" -h dirsrv01.dominio -w > secret -ZZ '(uid=u01209)' If you are using the OpenLDAP ldapsearch, you might need to try: ldapsearch -Y GSSAPI (then the rest of your search) -- Anthony - http://messinet

Re: Asterisk kernel modules?

2011-01-23 Thread Anthony Messina
On 01/23/2011 12:58 AM, Bruno Wolff III wrote: > On Sat, Jan 22, 2011 at 17:18:26 -0500, > Alex wrote: >> > >> > Good info, thanks. Paid a couple hundred dollars for this card. Just >> > wish I didn't have to rely on someone other than myself, my operating >> > system vendor, or my hardware ven

Re: Asterisk kernel modules?

2011-01-22 Thread Anthony Messina
On 01/22/2011 04:18 PM, Alex wrote: >> > The reason is that the Fedora kernel team doesn't want to support out of >> > mainline, kernel mods. And Digium doesn't want dahdi in mainline. I believe >> > their reasoning here is they want to keep control of a dual licensed code >> > base so they can sel

Re: Asterisk kernel modules?

2011-01-21 Thread Anthony Messina
On 01/21/2011 04:55 PM, Alex wrote: > However, there are no dahdi kernel modules. Does anyone know why this > is, and where they might be found? I also build them here, using the kmod2 spec that rpmfusion uses: http://messinet.com/rpms -- Anthony - http://messinet.com - http://messinet.com/~ame

Re: New Logitech diNovo Keyboard for Notebooks seems dead ?!?

2010-08-01 Thread Anthony Messina
On Sunday, August 01, 2010 05:03:59 pm Frode wrote: > Hi. I've used one for years without any problems, so if they haven't > changed anything in it, you could have a faulty one. I take it you have > syncronized the transceiver and keyboard? (If you haven't, press the > connect button on the tran

Re: cant make display settings permanent

2010-07-24 Thread Anthony Messina
On Friday, July 23, 2010 11:00:55 pm charles zeitler wrote: > Do what thou wilt > shall be the whole of the Law. > > On Fri, Jul 23, 2010 at 8:18 PM, Ariful Hossain wrote: > > I am running fedora 13 with KDE desktop. When i change my display > > settings it works but i have to change it again

Re: I need a PDF reader that will open this...

2010-07-18 Thread Anthony Messina
On Wednesday, July 07, 2010 12:01:41 pm Linuxguy123 wrote: > I can't seem to open this file and zoom in on it with any Linux based > PDF reader. They all seem to lock up. > > http://www.calgary.ca/docgallery/bu/engineering_services/emaps/bicycle_path > ways_map.pdf > > Can anyone else ? Okular

Re: FC13 Desktop sharing, shift key

2010-07-03 Thread Anthony Messina
On Monday, June 28, 2010 03:25:04 pm Gary Baribault wrote: > Yep, I saw the same thing, absolutely unusable .. I tried VNCClient on > Windows or KRDC and got the same result, so the problem seems to be on > the server. > > Any ideas? What keyboard do you use? I use French-Canadian standard en_US

Re: FC13 Desktop sharing, shift key

2010-06-24 Thread Anthony Messina
On Monday, June 21, 2010 03:40:58 pm Gary Baribault wrote: > Hi All, > > I have upgraded my desktop to FC13 KDE and I use the French > Canadian keyboard. I have a netbook with the exact same setup. I have > my firewall set to allow remote control from certain IPs. When I > remote access, the s

Re: [389-users] search on mail attribute no longer case insensative

2010-01-27 Thread Anthony Messina
On Wednesday 27 January 2010 11:35:56 Rich Megginson wrote: > Anthony Messina wrote: > > On Wednesday 27 January 2010 09:08:29 Terry Soucy wrote: > > > > > >> We upgraded from 389 DS 1.2.2 to 1.2.5 this AM and found that searches > >> on the mail attribu

Re: How to Install Nvidia and not Nouveau at New Install

2010-01-25 Thread Anthony Messina
On Sunday 24 January 2010 21:27:06 Jim wrote: > FC12-X86_64/KDE > > How do I prevent Nouveau driver from installing at New install , so I > can install > Nvidia ? http://rpmfusion.org/Howto/nVidia -- Anthony - http://messinet.com - http://messinet.com/~amessina/gallery 8F89 5E72 8DF0 BCF0 10BE

Re: Using Xandr

2010-01-25 Thread Anthony Messina
On Friday 22 January 2010 18:49:12 Jim wrote: > On 01/22/2010 06:59 PM, Sam Sharpe wrote: > > xrandr --output VGA-0 --mode 1024x768 > > > > Thanks Sam, that changed the resolution, but when I reboot it won't hold > the settings , it goes back to where it was. > If you create and /etc/X11/xo

Re: After Reboot have to hit F1 to continue

2010-01-17 Thread Anthony Messina
On Sunday 17 January 2010 15:58:41 Chris Smart wrote: > 2010/1/18 Anthony Messina : > > we'll probably need more details about what it says; why do you need to > > hit F1? > > This was solved in a second post he made to the list. He has a Dell, > it was a BIOS issue :

Re: After Reboot have to hit F1 to continue

2010-01-17 Thread Anthony Messina
On Tuesday 12 January 2010 09:44:35 kevin wrote: > I noticed that when I upgraded to FC 11, the screen lets me know that I > have to hit the F1 key to continue. How can I disable this so it > automatically continues? we'll probably need more details about what it says; why do you need to hit F1