Re: F38 adding user to dialout group without reboot

2023-12-04 Thread T.C. Hollingsworth
On 12/4/23, Robert Moskowitz wrote: > I have added me to group dialout: > > $ groups rgm > rgm : rgm wheel dialout > > But I cannot access /dev/ttyUSB0 > > screen /dev/ttyUSB0 115200 > > Does not work but: > > sudo screen /dev/ttyUSB0 115200 > > does. > > Dr. Google seems to think I need a reboot

Re: Printer drivers and raw queues are deprecated

2023-11-01 Thread T.C. Hollingsworth
On Tue, Oct 31, 2023 at 3:31 PM Robert Nichols wrote: > How is that supposed to work for printers that have no network capability? IPP over USB https://fedoraproject.org/wiki/How_to_debug_printing_problems#Driverless_printing_(USB) https://www.usb.org/document-library/ipp-protocol-10

Re: Printer drivers and raw queues are deprecated

2023-11-01 Thread T.C. Hollingsworth
On Mon, Oct 30, 2023 at 10:47 AM Michael Hennebry wrote: > > CUPS wrote: > > Note:Printer drivers and raw queues are deprecated and will stop working in > > a > future version of CUPS. > > Then what? Printer Applications: https://openprinting.github.io/documentation/01-printer-application/ >

Re: OT: Ways to figure what causing High Ping Loss that require power cycling cable modem??

2023-07-09 Thread T.C. Hollingsworth
On Sun, Jul 9, 2023 at 4:50 AM Michael D. Setzer II via users wrote: > Haven't found a way to send software reboot to modem, so only > physical power cycle works. Seems company was bought by > another and info from web site has been useless. Try: snmpset -v1 -c public 192.168.100.1

Re: DMARC and SPF and DKIM, oh, my!

2023-05-10 Thread T.C. Hollingsworth
On 5/9/23, Thomas Cameron via users wrote: > All - > > I've tested my DMARC, DKIM, and SPF records against multiple test sites, > and it's set up correctly. I've sent email from my server to GMail, read > the headers, and all tests pass. > > The problem is, as far as I can tell, EVERY server that

Re: whence USB 2?

2023-05-10 Thread T.C. Hollingsworth
On 5/9/23, Michael Hennebry wrote: > To be clear, what does compatible mean? > I hope it means that an adapter does not require any electronics. > 'Tis just an extension chord with a C-male > on one end and an A-female on the other. > Is that what it means? Correct, USB-A to USB-C adapters/cords

Re: whence USB 2?

2023-05-09 Thread T.C. Hollingsworth
On 5/8/23, Michael Hennebry wrote: > As I cannot use my chromebook, g, I've been looking for a lpatop. > It seems that nothing connects to USB 2. > They might have 3 to 17 USB C connectors, > but I have abolutely nothing that can use those. > I get it. > USB 4 is the latest and greatest and

Re: Certbot error

2023-04-23 Thread T.C. Hollingsworth
On 4/22/23, Patrick O'Callaghan wrote: > How does Apache set up a > certificate if it's only reachable via port 443, which requires a > certificate? It uses the ALPN feature of SSL/TLS that is ordinarily used to allow clients to select HTTP 2 over the default HTTP 1 to instead allow the Let's

Re: Certbot error

2023-04-23 Thread T.C. Hollingsworth
On 4/23/23, T.C. Hollingsworth wrote: > On 4/23/23, Patrick O'Callaghan wrote: >> On Mon, 2023-04-24 at 02:36 +0930, Tim via users wrote: >>> If you browse to http://bree.org.uk/ and https://bree.org.uk/ >>> do you get the same results? >>> >> Int

Re: Certbot error

2023-04-23 Thread T.C. Hollingsworth
On 4/23/23, Patrick O'Callaghan wrote: > On Mon, 2023-04-24 at 02:36 +0930, Tim via users wrote: >> If you browse to http://bree.org.uk/ and https://bree.org.uk/ >> do you get the same results? >> > Internally, yes. If you want a *publicly* trusted certificate the authentication token from

Re: Fedora 37: Gnome 43: screensaver: How to lock screen from command line

2023-03-27 Thread T.C. Hollingsworth
On Sat, Mar 25, 2023 at 3:58 AM Patrick O'Callaghan wrote: > On Sat, 2023-03-25 at 12:57 +1030, Tim via users wrote: > > On Fri, 2023-03-24 at 22:27 +, Patrick O'Callaghan wrote: > > > This appears to be Gnome-specific. Presumably equivalents exist for > > > those of us who use other DEs, but

Re: Netgear switches between networks

2023-01-28 Thread T.C. Hollingsworth
On Fri, Jan 27, 2023 at 2:55 PM Geoffrey Leach wrote: > > Home network has two wi-fi sources (Starlink and Netgear, fwiw). > Occasionally netgear switches betwee primary (Starlink) and secondary > (Netgear) . I'm assuming that Netgear is trying to connect to the > strongest signal. Is there any

Re: USB 4 - usb4net - do we have it yet?

2022-12-24 Thread T.C. Hollingsworth
On Fri, Dec 23, 2022 at 3:18 AM lejeczek via users wrote: > There have been a number of newest AMD Ryzen systems (not just laptops) with > USB 4 available and I wonder > Has anybody tried hooking up two hosts together in order to get network over > such connection? > From what I read - I

Re: Fedora 36 update vs broadcom-wl

2022-06-01 Thread T.C. Hollingsworth
On Tue, May 31, 2022 at 9:04 AM D. Hugh Redelmeier wrote: > But WiFi didn't work. The desktop didn't even see the device. I needed > to issue the command > > sudo depmod > > I've had to do this in previous upgrades too. > > This is pretty easy to do but not at all obvious (I leave notes

Re: downloading a complete web page without using a browser...

2021-07-04 Thread T.C. Hollingsworth
On Sun, Jul 4, 2021 at 9:02 AM D wrote: > It did not do any better than wget. > I did not find any options in curl to convert links to local. The wget man page suggests: wget -E -H -k -K -p https://my.acbl.org/club-results/details/338288

Re: I need directions/help on how to use curl with gmail smtp and OAuth2

2020-03-18 Thread T.C. Hollingsworth
On Wed, Mar 18, 2020, 2:44 AM ToddAndMargo via users < users@lists.fedoraproject.org> wrote: > > $ cat mail.txt | curl -vvv smtp://smtp.gmail.com:465 --mail-from > "x...@gmail.com" --mail-rcpt "y...@zoho.com" --ssl -u > x...@gmail.com:'' -oauth2-bearer 'big long thing' > Port 465 is SMTPS

Re: Some things that would make Linux/KDE better for me...

2020-02-06 Thread T.C. Hollingsworth
On Sat, Jan 25, 2020, 12:16 AM linux guy wrote: > 3) There is a bug wherein the HDMI monitor I want my audio played on isn't > saved. It always wants to play on the first (left most) monitor. I have > to start pauvolume and select my primary monitor every time I reboot. > Use `pacmd

Re: Authentication is required to mount /dev/fedora_localhost-live/home

2020-02-02 Thread T.C. Hollingsworth
On Sun, Feb 2, 2020, 3:42 PM Joe Zeff wrote: > On 02/02/2020 03:25 PM, Patrick O'Callaghan wrote: > > I'll bear it in mind, but given that this is /home, it should be > > mounted anyway (and in fact it is, see my reply to Ed). > > Yes, I understand that, but I'm not clear if the partition you're

Re: Access to cbs.com failing with error 2002 or 2004??

2020-01-09 Thread T.C. Hollingsworth
On Thu, Jan 9, 2020, 8:12 AM Michael D. Setzer II via users < users@lists.fedoraproject.org> wrote: > > Should have stated that the cbs.com comes up, but when you go to actually > watch a show, it shows the first commercial, and then the message with the > error comes up. > Do you have DRM

Re: OT: trace/extract vector points from a picture

2018-08-11 Thread T.C. Hollingsworth
On Sat, Aug 11, 2018 at 1:39 PM Tim via users wrote: > Allegedly, on or about 11 August 2018, None via users sent: > > I took a picture of alligator/crockodile? boots that have a nice > > stitched drawing. I would like if any drawing/picture expert can > > help me get just the part of the

Re: Which is better? Microsoft Exchange 2016 or Linux-based SMTP Servers?

2018-07-19 Thread T.C. Hollingsworth
On Wed, Jul 18, 2018 at 8:19 AM Turritopsis Dohrnii Teo En Ming wrote: > One of the features of Microsoft Exchange 2016 is that you can create > additional folders on your Inbox in the server (server-side). Can > Linux-based SMTP servers do that? Shared folders would be a feature of an IMAP

Re: FC27 packages after upgrade

2018-06-17 Thread T.C. Hollingsworth
On Sat, Jun 16, 2018, 9:03 PM Tim via users wrote: > I've always wondered *why* anaconda gets installed on a new system, and > why it receives updates. > This only happens when you install from live media, not the DVD or netinstall. Anaconda is installed into the live environment so it can be

Re: Covert a Shockwave Flash File (.swf) to something useful

2017-08-13 Thread T.C. Hollingsworth
On Aug 12, 2017 10:13 AM, "Ted Roche" wrote: Ultimately, my goal is to post some SWF files to Youtube. An acquaintance created a series of screen-capture and audio-narration video tutorials that produced SWF files, and would now like to post them to YouTube, which doesn't

Re: CIA Outlaw Country attack against CentOS / Rhel (and Fedora?) Is this credible?

2017-06-29 Thread T.C. Hollingsworth
On Jun 29, 2017 4:06 PM, "Tom Horsley" wrote: It depends. Is the CIA module part of the NSA authored selinux source code, so it is already in every system? :-). SELinux is the last place I would sneak some nefarious code in. There are plenty of areas of the kernel that

Re: CIA Outlaw Country attack against CentOS / Rhel (and Fedora?) Is this credible?

2017-06-29 Thread T.C. Hollingsworth
On Jun 29, 2017 3:52 PM, "stan" wrote: Wikileaks released a document about an attack against CentOS / Rhel. https://wikileaks.org/vault7/#OutlawCountry Here's the text, there are some docs there also. My first take is that this doesn't represent a very serious

Re: Polkit General Protection Fault

2015-03-23 Thread T.C. Hollingsworth
On Mar 22, 2015 2:54 PM, Arthur Dent misc.li...@blueyonder.co.uk wrote: Hello All, I have, for some time, been getting these messages in my logs: =8= WARNING: General Protection Faults in these executables traps: polkitd : 2

Re: For F20, during shutdown is the hwclock updated...

2015-03-10 Thread T.C. Hollingsworth
On Tue, Mar 10, 2015 at 1:26 AM, dwoody5654 dwoody5...@gmail.com wrote: I have done several searches to find this info. I have searched for systemd, shutdown, rtc, hwclock and combinations of those key words and not found what I was looking for. For F20, during shutdown is the hwclock

Re: ping not allowed??

2015-03-07 Thread T.C. Hollingsworth
On Sat, Mar 7, 2015 at 5:05 PM, jd1008 jd1...@gmail.com wrote: $ ping google.com ping: icmp open socket: Operation not permitted Is ping supposed to be an suid to root cmd? No, it uses file capabilities to obtain only the specific permissions it needs. You can set it straight by running as

Re: The earliest release of Linux by Linus Torvalds

2015-02-26 Thread T.C. Hollingsworth
On Feb 25, 2015 8:25 PM, jd1008 jd1...@gmail.com wrote: I found https://www.kernel.org/pub/linux/kernel/Historic/ and https://www.kernel.org/pub/linux/kernel/Historic/old-versions/ and http://draconux.free.fr/os_dev/linux0.01.html But I cannot find any first CD iso releases. People have

Re: system-config-lvm

2015-02-07 Thread T.C. Hollingsworth
On Saturday, February 7, 2015, Patrick Dupre pdu...@gmx.com wrote: Hello, What is the alternative to system-config-lvm? Try blivet-gui: http://fedoramagazine.org/manage-your-partitions-like-in-anaconda-with-blivet-gui/ It works with standard partitions, LVM, and btrfs. -- users mailing

Re: Why does Anaconda overrides user decisions?

2015-01-23 Thread T.C. Hollingsworth
On Jan 23, 2015 3:37 AM, Sudhir Khanger m...@sudhirkhanger.com wrote: Hello, 1. Anaconda changes X in sdaX. If you make a choice on order of /boot, swap, and / partitions, Anaconda changes the order. As long as layout is valid why does Anaconda has to change it. IIRC it likes to put /boot

Re: Virtual CD/DVD burner for Fedora

2015-01-23 Thread T.C. Hollingsworth
On Fri, Jan 23, 2015 at 12:28 PM, jd1008 jd1...@gmail.com wrote: I am using k3b, which incorporates cd-text. Unfortunately, k3b insists on the presence of media in the device. Check Only create image on the right-hand side of the Settings tab of the final burn screen where it asks for a medium

Flash plugin 0-day vulnerability in the wild

2015-01-23 Thread T.C. Hollingsworth
FYI: -- Forwarded message -- From: Martin Stransky stran...@redhat.com Date: Fri, Jan 23, 2015 at 2:51 AM Subject: Flash plugin 0-day vulnerability in the wild To: Development discussions related to Fedora de...@lists.fedoraproject.org Folk, There's a live 0-day flash

Re: Need soundcard advice

2014-12-29 Thread T.C. Hollingsworth
On Mon, Dec 29, 2014 at 12:07 AM, William W. Austin aire...@att.net wrote: My wife composes, and for playback she has used an Audigy2 PCI card in her desktop machine for years. That computer is beyond it's last legs now, and her new one has only PCIE slots. (Yes she uses Linux for her

Re: pdftk

2014-12-10 Thread T.C. Hollingsworth
On Tue, Dec 9, 2014 at 6:37 PM, Ranjan Maitra maitra.mbox.igno...@inbox.com wrote: What is the story with pdftk? As pointed out by others, it used a really old Java stack that is no longer supported. There is a more modern replacement called mcpdf. It supports the same command line syntax but

Re: Rpmfusion

2014-12-10 Thread T.C. Hollingsworth
On Dec 10, 2014 4:38 AM, Temlakos temla...@gmail.com wrote: On 12/10/2014 06:33 AM, Michael Schwendt wrote: On Wed, 10 Dec 2014 12:01:37 +0200, jarmo wrote: Seems, that RPMFUSION is not yet up to date with Fedora 21.. Due to their different development model, their Rawhide repo is the one

Re: Samba 4 support

2014-12-10 Thread T.C. Hollingsworth
On Dec 9, 2014 6:44 PM, Robert Moskowitz r...@htt-consult.com wrote: So what is the story? Does Fedora work for a Samba AD? As others have mentioned, not presently. But if you're adventurous:

Re: downloading a stream

2014-12-04 Thread T.C. Hollingsworth
On Dec 3, 2014 11:39 AM, jd1008 jd1...@gmail.com wrote: fc20. using vlc, or wget or smplayer, how do I download a stream which the FF plugin downloadhelper says is made of many files, each one of which has the extension .f4f When I download the .f4f files, they are not playable by any media

Re: help writing a service file for dropbox

2014-09-22 Thread T.C. Hollingsworth
On Mon, Sep 22, 2014 at 12:40 PM, Steven Stern subscribed-li...@sterndata.com wrote: Can I treat a .service file like a bash script and do all those loop sorts of things? No, but you can invoke a bash script from a service file that does things in a loop. But that doesn't buy you much^D

Re: Fedora power management

2014-08-06 Thread T.C. Hollingsworth
On Tue, Aug 5, 2014 at 9:46 AM, CLOSE Dave dave.cl...@us.thalesgroup.com wrote: Thanks for the reply. I interpret your comments to imply that, because I'm using KDM, the laptop should never go to sleep while at the login screen. Unfortunately, that is not my experience. If the laptop is

Re: Fedora power management

2014-08-04 Thread T.C. Hollingsworth
On Fri, Aug 1, 2014 at 10:45 AM, CLOSE Dave dave.cl...@us.thalesgroup.com wrote: I have some laptops running F20/KDE which, among other purposes, are acting as gateways to a private network. Most of the time these laptops are unattended -- no one is logged into the console -- but the gateway

Re: Perhaps off-topic -- multiple buffers in the command line?

2014-08-03 Thread T.C. Hollingsworth
On Sun, Aug 3, 2014 at 7:14 PM, Bill Oliver ven...@billoblog.com wrote: I apologize if this is not Fedora-specific, but I've got a desktop question. When I want to save some text, I'll highlight it and hit ctl-c or to copy it or ctl-v to paste it. Is there anything analogous to named

Re: SImple amp for F20

2014-07-06 Thread T.C. Hollingsworth
On Sun, Jul 6, 2014 at 3:13 PM, Robert Moskowitz r...@htt-consult.com wrote: I am looking for a simple amplifer program. I have looked at audacity, but I would have to be 'recording' to get 'playthrough'. There is supposedly a .vst plugin, but I have not found it yet. This is for my wife

Re: Save everybody some surprises in Fedora 22!

2014-06-09 Thread T.C. Hollingsworth
On Mon, Jun 9, 2014 at 12:53 AM, Jan Zelený jzel...@redhat.com wrote: Why not Vote for yum vs dnf? What exactly is wrong with yum? It has worked faultlessly and painlessly for me for years, with addons to deal with every conceivable problem. If there is some problem with it, why not simply

Re: Save everybody some surprises in Fedora 22!

2014-06-09 Thread T.C. Hollingsworth
On Mon, Jun 9, 2014 at 12:58 AM, Joe Zeff j...@zeff.us wrote: On 06/09/2014 12:48 AM, Jan Zelený wrote: Nope, yumex has only a very little to do with yum, it's a separate project. You can use PackageKit or the GNOME software center which will both soon use the same underlying libraries dnf

Re: Save everybody some surprises in Fedora 22!

2014-06-09 Thread T.C. Hollingsworth
On Fri, Jun 6, 2014 at 6:33 AM, Tom Horsley horsley1...@gmail.com wrote: Can we vote for features we want removed, like multilib? (Actually I guess that is an rpm abomination, not a yum abomination, but it still ought to be removed and all the rpms properly split into noarch, i686, and x86_64

Re: Unable to hibernate fc20 system

2014-06-06 Thread T.C. Hollingsworth
On Thu, Jun 5, 2014 at 9:14 PM, Luke Nath luken...@hotmail.com wrote: On fc20 with mate desktop. Clicking System - Shutdown does not show the option to hibernate. Am I missing a package? Is this a mate problem?? Do you have a large enough swap partition? Check /proc/swaps, which lists

Re: Unable to hibernate fc20 system

2014-06-06 Thread T.C. Hollingsworth
On Fri, Jun 6, 2014 at 11:40 AM, Ranjan Maitra maitra.mbox.igno...@inbox.com wrote: Not sure if this is relevant, but I recall having this issue and was told that hibernate was disabled by default on F20. Some stuff has to be done with grub: see the following thread. FWIW I can still hibernate

Re: input devices

2014-05-29 Thread T.C. Hollingsworth
On Sun, May 25, 2014 at 3:58 AM, lee l...@yun.yagibdah.de wrote: I don`t /have/ to use PS/2, but I /want/ to use PS/2. USB devices must be polled, which makes them slow. Using USB for this has only disadvantages, with the only exception that the devices can be hotplugged. You can adjust the

Re: input devices

2014-05-24 Thread T.C. Hollingsworth
On Sat, May 24, 2014 at 9:18 AM, lee l...@yun.yagibdah.de wrote: what would be the device for a Kensington Slimblade which is connected to a PS/2 port with an USB--PS/2 adapter? The device doesn`t seem to appear anywhere when connected like that. It should appear like any other PS/2 mouse.

Re: So has anyone gotten their sound to work since it broke a few days ago?

2014-05-20 Thread T.C. Hollingsworth
On Mon, May 19, 2014 at 1:36 AM, Someone someone...@openmailbox.org wrote: I'm completely up to date, and I've rebooted several times. Has anyone had any luck with playing sound? From time to time something in /var/lib/alsa gets messed up on my machines. Invoking 'alsactl init' as root

Re: Wrong libudev version

2014-05-12 Thread T.C. Hollingsworth
On Mon, May 12, 2014 at 4:13 PM, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: Hi, I'm trying to compile an application[1]. The compilation succeeds, but fails at the last linking step like this. LINK(target) out/Release/Brackets /usr/bin/ld: warning: libudev.so.0, needed by

Re: How can I sabotage all networking functionality in a fedora system?

2014-05-04 Thread T.C. Hollingsworth
On Sun, May 4, 2014 at 7:57 AM, Someone someone...@openmailbox.org wrote: I'd like to lobotomize a system through soft means such that it has no way to communicate using any network interfaces. Ideally, in order to reverse this, one would need the root password, and be required to dig through

Re: pdf to eps (unknown switch using pdf2ps -eps)

2014-04-06 Thread T.C. Hollingsworth
On Sun, Apr 6, 2014 at 2:02 PM, Ranjan Maitra maitra.mbox.igno...@inbox.com wrote: Hi, I have been trying to convert pdf to eps using pdf2ps -eps file.pdf but I get the following: Unknown switch -eps - ignoring Unknown switch -eps - ignoring I seem to think that this worked just fine a

Re: vim-common conflicts with vim-minimal

2014-02-18 Thread T.C. Hollingsworth
On Tue, Feb 18, 2014 at 10:26 AM, Fulko Hew fulko@gmail.com wrote: file /usr/share/man/man1/vim.1.gz of vim-common-2:7.4.189-1.fc20.i686 conflicts with file from package vim-minimal-2:7.4.027-2.fc20.i686 Both vim-common and vim-minimal ship a copy of the vim man page. Ordinarily, this

Re: Fc20, systemd, and nonexistent services

2014-02-17 Thread T.C. Hollingsworth
On Mon, Feb 17, 2014 at 6:42 PM, David Mehler dave.meh...@gmail.com wrote: Hello, I'm running a new FC20 system, one that was upgraded. I'm using: systemctl -t service -a -l to check services and I'm seeing several that I don't have installed, exim (MTA?) for example. I've tried using

Re: 'module' object has no attribute 'RPMSENSE_GREATER'

2014-02-16 Thread T.C. Hollingsworth
On Sun, Feb 16, 2014 at 7:58 PM, Stephen Davies sdav...@sdc.com.au wrote: Finally made time to try your suggestions. All went OK until I got to the reload stage when it complained about a bunch of 32-bit dependencies. I changed the rpm -Uhv command to restrict it to 64-bit rpm's but still

Re: Working update sitting in testing

2014-02-15 Thread T.C. Hollingsworth
On Sat, Feb 15, 2014 at 4:24 AM, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: Does it need more karma? In that case could people on this list please test and submit feedback. Done. :-) Should be in updates-stable in the next push. -T.C. -- users mailing list users@lists.fedoraproject.org

Re: 'module' object has no attribute 'RPMSENSE_GREATER'

2014-02-12 Thread T.C. Hollingsworth
On Tue, Feb 11, 2014 at 9:46 PM, Stephen Davies sdav...@sdc.com.au wrote: I think I need to start with force reloading of the original Python setup. Could you please advise on how to do this. It will be a lot easier if you have another Fedora system or virtual machine with a working yum. If

Re: 'module' object has no attribute 'RPMSENSE_GREATER'

2014-02-11 Thread T.C. Hollingsworth
On Tue, Feb 11, 2014 at 7:14 PM, Stephen Davies sdav...@sdc.com.au wrote: The /usr/local/bin version of python came from my manually building and installing Python 2.7.6 as part of my attempts to build FreeCAD. If I hide all of the /usr/local/bin and /usr/local/lib Python components, the

Re: 'module' object has no attribute 'RPMSENSE_GREATER'

2014-02-10 Thread T.C. Hollingsworth
On Sun, Feb 9, 2014 at 8:24 PM, Stephen Davies sdav...@sdc.com.au wrote: File /usr/local/lib/python2.7/site-packages/yum/__init__.py, line 55, in Notice the /usr/local above? That means you have another Python installation on your system that is getting used over the system Python, which can

Re: yum question

2014-01-03 Thread T.C. Hollingsworth
On Thu, Jan 2, 2014 at 10:41 AM, bruce badoug...@gmail.com wrote: IE, I've got a drive from a separate/older system that I'd like to mount/examine to see what packages where installed with yum on that drive... the installroot switch appears to be used to chroot into a separate location for

Re: nx-3.5.0-17.fc19.src.rpm

2013-12-24 Thread T.C. Hollingsworth
On Tue, Dec 24, 2013 at 1:28 PM, Patrick Dupre pdu...@gmx.com wrote: Where can I get nx-3.5.0-17.fc19.src.rpm? It does not seem to be available anywhere! http://koji.fedoraproject.org/koji/buildinfo?buildID=390227 -T.C. -- users mailing list users@lists.fedoraproject.org To unsubscribe or

Re: octave-forge ?

2013-12-23 Thread T.C. Hollingsworth
On Mon, Dec 23, 2013 at 3:59 PM, Carlos casep Sepulveda ca...@fedoraproject.org wrote: Hi: Any idea way the octave-forge package is no longer available in Fedora, the latest seems to be from Fedora 14. According to http://pkgs.fedoraproject.org/cgit/octave-forge.git/tree/dead.package:

Re: openssl and NSA backdoor

2013-12-21 Thread T.C. Hollingsworth
On Sat, Dec 21, 2013 at 1:05 PM, Mike Wright mike.wri...@mailinator.com wrote: I've been trying to find out if the versions of openssl shipped by fedora use the Dual Elliptical Curve encryption method that RSA so politely (for a tidy $um) made default at the request of the US's NSA. That is the

Re: f20 - yum locally rebuilding deltas is so slow

2013-12-19 Thread T.C. Hollingsworth
On Thu, Dec 19, 2013 at 3:30 PM, Robert Moskowitz r...@htt-consult.com wrote: I just started a yum update fire* libre* that took next ot no time to download from my local repo, but took over 10 min to build the local delta. Seems I am better of NOT having drpms available. Yeah, if you have a

Re: f20 - yum locally rebuilding deltas is so slow

2013-12-19 Thread T.C. Hollingsworth
On Thu, Dec 19, 2013 at a4:01 PM, Chris Murphy li...@colorremedies.com wrote: Does anyone know exactly what's happening during the rebuild? I understand from light documentation how deltarpm works, what I'm not sure is if most of the time is spent reconstructing a virtual oldrpm from an

Re: OT: cron help

2013-12-12 Thread T.C. Hollingsworth
On Thu, Dec 12, 2013 at 3:31 PM, Mike Wright mike.wri...@mailinator.com wrote: Hi all, I'm trying to execute a command once a minute. As a test I place this: 0,1 * * * * /bin/ping -c1 w.x.y.z /dev/null 21 in /etc/cron.d/everyMinute but nothing is happening. I've done service crond

Re: How avoid unwanted systemd-journald?

2013-11-16 Thread T.C. Hollingsworth
On Sat, Nov 16, 2013 at 11:18 AM, Frantisek Hanzlik fra...@hanzlici.cz wrote: I tried delete '/usr/lib/systemd/systemd-journald', but this may not be called clean solution. And after that, several services (e.g. sendmail, dovecot, sshd - what I shortly browse) stop logging via rsyslogd. On

Re: how to clear YouTube ghost imagery from display without logging out

2013-11-15 Thread T.C. Hollingsworth
On Fri, Nov 15, 2013 at 10:32 AM, Darlene Wallach freepales...@dslextreme.com wrote: It seems to be happening a lot now. When I watch a YouTube video it leaves ghost image of the YouTube screen. Is there a way to clear my display without logging out? Invoke your desktop's Run Command interface

Re: DNS problem -

2013-11-11 Thread T.C. Hollingsworth
On Sun, Nov 10, 2013 at 5:41 PM, Bob Goodwin ~ Zuni, Virginia, USA bobgood...@wildblue.net wrote: On 10/11/13 19:28, Sam Varshavchik wrote: Bob Goodwin ~ Zuni, Virginia, USA writes: No, it won't allow any other DNS server, no matter what I configure it for it always goes to theirs, that's why

Re: Status of Samsung F2FS support?

2013-10-14 Thread T.C. Hollingsworth
On Mon, Oct 14, 2013 at 2:27 AM, Fernando Cassia fcas...@gmail.com wrote: I thought there would be some other hurdles for f2fs boot support, ie anaconda offering it as an option? Yes, it would need to be supported by both Anaconda and GRUB. (The latter being a prerequisite for the former.)

Re: Problems booting Fedora 19 with UEFI

2013-09-28 Thread T.C. Hollingsworth
Hi! Sorry for the lack of response; UEFI gives *all of us* nothing but grief. ;-) On Sun, Sep 22, 2013 at 2:11 AM, Edward Quick edwardqu...@hotmail.com wrote: Hi, I recently purchased a Dell Inspiron 5721 which came with Windows 8. I would like to dual boot this with Fedora but am having

Re: Problems booting Fedora 19 with UEFI

2013-09-28 Thread T.C. Hollingsworth
On Sat, Sep 28, 2013 at 6:15 AM, Edward Quick edwardqu...@hotmail.com wrote: Thank you TC, that was spot on! No problem; glad it's working for you now! I was trying to install fedora with a usb created from unetbootin. The usb created by liveusb-creator booted fine though and now I can see

Re: Update Dependancies broken for the past few days.

2013-09-22 Thread T.C. Hollingsworth
On Sun, Sep 22, 2013 at 3:59 PM, Dan Thurman d...@cdkkt.com wrote: ok, so update is a depreciated alias, so upgrade it is! Back in the day `yum upgrade` was the equivalent of `yum update --obsoletes`, which means that if a package has been renamed or replaced, you'd get the new version, whereas

Re: error: Failed dependencies: but libraries are installed

2013-09-03 Thread T.C. Hollingsworth
On Tue, Sep 3, 2013 at 3:06 PM, myken my...@iae.nl wrote: On 03/09/13 20:32, Michael Schwendt wrote: Yes, it does. It's the 32-bit libs that are also required by this poorly made x86_64 package. What does this mean? That I should install all the 32 bit libraries to make this work? Yes.

Re: HDA jack retasking

2013-08-18 Thread T.C. Hollingsworth
On Sun, Aug 18, 2013 at 3:57 PM, Raman Gupta rocketra...@gmail.com wrote: I have Intel HDA Audio on my motherboard (Asus P9X79 PRO). This chipset has the capability to retask jacks for another purpose, for example changing a line out jack to a headphone jack. Has anyone successfully retasked

Re: nodejs on Fedora 19

2013-08-14 Thread T.C. Hollingsworth
On Tue, Aug 13, 2013 at 10:05 PM, Roger are...@bigpond.com wrote: I yum removed nodejs which removed all v8 s as well then yum installed nodejs which installed Package v8.x86_64 1:3.14.5.10-1.fc19 Rails requires nodejs which requires v8. Huh? A `yum install rubygem-rails` does not drag in

Re: Slow initialization of something during boot

2013-08-14 Thread T.C. Hollingsworth
On Tue, Aug 13, 2013 at 10:51 AM, আনন্দ কুমার সমাদ্দার asamad...@myopera.com wrote: Can you not use bootchart to visualise this and find the culprit? To expand upon this, just add the following to your kernel command line before booting: init=/usr/lib/systemd/systemd-bootchart Then, after you

Re: Enable JavaScript preference checkbox has been removed in Firefox

2013-08-09 Thread T.C. Hollingsworth
On Fri, Aug 9, 2013 at 4:34 PM, Andras Simon sza...@gmail.com wrote: ... and user-set values will be reset to the default according to http://www.mozilla.org/en-US/firefox/23.0/releasenotes/ Thank you Mozilla Foundation, you have just made my netbook unusable. What do people suggest? The

Re: Enable JavaScript preference checkbox has been removed in Firefox

2013-08-09 Thread T.C. Hollingsworth
On Friday, August 9, 2013, Andras Simon sza...@gmail.com wrote: 2013/8/10, T.C. Hollingsworth tchollingswo...@gmail.com: Yeah, just use NoScript. They probably killed it because that's what anyone who used that checkbox really wants. I'm not sure I do. But thanks for the suggestion anyway

Re: Firefox and Thunderbird Aug releases

2013-08-08 Thread T.C. Hollingsworth
On Thu, Aug 8, 2013 at 1:34 PM, David dgbo...@gmail.com wrote: Not to insult anyone but... This same situation happens with each official Mozilla release. I can certainly agree with not following the Daily/Nightly, Alphas and Betas but the official(s) IMHO should arrive more quickly. *All*

Re: Firefox and Thunderbird Aug releases

2013-08-08 Thread T.C. Hollingsworth
On Thu, Aug 8, 2013 at 2:18 PM, David dgbo...@gmail.com wrote: Thank you for that. So tell me wwy the Xulrunner dependency for Firefox came out right away, it alwyas does, and Firefox was delayed? As it always is. It looks like the maintainer made a mistake and accidentally bumped the version

Re: Fedora 19 update error

2013-08-06 Thread T.C. Hollingsworth
On Tue, Aug 6, 2013 at 12:25 AM, Roger are...@bigpond.com wrote: sudo yum update detects all necessary Fedora 19 updates but errors out with v8. I think v8 requires both i686 and x86_64 because it fails without the i686 version. yum whatprovides v8: 1:v8-3.14.5.10-1.fc19.i686 : JavaScript

Re: It's that time again

2013-08-01 Thread T.C. Hollingsworth
On Thu, Aug 1, 2013 at 2:07 PM, David dgbo...@gmail.com wrote: Are they still active 'in' Fedora 18 or fedora 19? If yes then reenter them. Please don't create new bugs just because old ones were closed; it makes things messier. If you open a new one every time a Fedora release goes EOL it's

Re: Is there a way to force an update/upgrade in yum?

2013-08-01 Thread T.C. Hollingsworth
On Thu, Aug 1, 2013 at 4:33 PM, Sam Varshavchik mr...@courier-mta.com wrote: I thought that it was an RPM bug, but it's really a package bug, but it's really really something that RPM should handle, but does not, so it should really be an RPM bug. It's definitely an RPM bug, just one that is

Re: WordPress permissions

2013-07-30 Thread T.C. Hollingsworth
On Tue, Jul 30, 2013 at 5:39 PM, Max Pyziur p...@brama.com wrote: Greetings, A user on my box has Wordpress installed under a virtualhost. He has other users uploading photos to different directories using Wordpress' interface. The concern is that these directories are defaulting/need to be

Re: Separate, different menu in KDE panel?

2013-07-18 Thread T.C. Hollingsworth
On Thu, Jul 18, 2013 at 6:15 AM, Corinna Vinschen fed...@cygwin.de wrote: In my application menu I have a submenu which contains a list of items starting remote desktop sessions. For quicker access to the remote sessions, I'd like to have a separate application launcher menu in my panel,

Re: Permissions on /var/log/ files

2013-07-17 Thread T.C. Hollingsworth
On Wed, Jul 17, 2013 at 6:54 PM, Matthew Miller mat...@fedoraproject.org wrote: system-config-users seems to be still available. It's moderately user-friendly. From the command line, I think 'gpasswd groupname -a username' is the easiest. (You can use groupmod, but it's got some gotchas with

Re: How do I run a script automatically when a specific drive mounts?

2013-07-14 Thread T.C. Hollingsworth
On Jul 14, 2013 1:45 PM, Anthony li...@cajuntechie.org wrote: I want to execute a script every time a specific drive is mounted on the system. I have a thumb drive that has a name I've given it. When it's mounted, I want to copy the contents of my .gnupg directory to it so I can always have a

Re: yum delta problems

2013-07-03 Thread T.C. Hollingsworth
On Wed, Jul 3, 2013 at 3:33 PM, Tom Horsley horsley1...@gmail.com wrote: When I was running f19 beta, I mostly ignored this, but I've done a distro-sync now and the update I just did once again got a slew of deltas do not match errors: snip output FWIW I've noticed this too. I can assure

Re: Booting

2013-07-03 Thread T.C. Hollingsworth
On Jul 3, 2013 1:12 PM, Richard Vickery richard.vicker...@gmail.com wrote: Is there a way to reboot the computer while its stuck on Starting GNOME Desktop Manager? Usually by this point in the boot process you can press CTRL+ALT+F2 to get a console login. From there you can run ’reboot ’ to

Re: Question about directory ownership

2013-06-19 Thread T.C. Hollingsworth
On Wed, Jun 19, 2013 at 8:17 PM, Anthony li...@cajuntechie.org wrote: Hello Everyone, How do I add myself as co-owner of a directory? I set up a new apache server and need to transfer files to /var/www/html. The problem is, of course, I've denied root login but don't have sufficient privs to

Re: mcelog.service

2013-06-16 Thread T.C. Hollingsworth
On Sun, Jun 16, 2013 at 5:25 PM, lee l...@yun.yagibdah.de wrote: Where would I find a working computer which I could use and which has the same or at least a compatible hardware RAID controller to connect the drives to? In this situation I'd be much more concerned about all the data I lost

Re: update from 17 to 18 failed

2013-06-10 Thread T.C. Hollingsworth
On Mon, Jun 10, 2013 at 6:43 AM, lee l...@yun.yagibdah.de wrote: T.C. Hollingsworth tchollingswo...@gmail.com writes: On Sun, Jun 9, 2013 at 1:29 PM, lee l...@yun.yagibdah.de wrote: Ah hm, I've done the above and removed some other packages that don't seem to be needed anymore. Let me try

Re: update from 17 to 18 failed

2013-06-09 Thread T.C. Hollingsworth
On Sun, Jun 9, 2013 at 11:34 AM, lee l...@yun.yagibdah.de wrote: Same result, no packages marked for sync. It doesn't do anything and the packages from 17 remain installed along with the ones from 18. Hmm, maybe your repository configuration is still unhappy? What does `yum repolist` say?

Re: update from 17 to 18 failed

2013-06-09 Thread T.C. Hollingsworth
On Sun, Jun 9, 2013 at 1:29 PM, lee l...@yun.yagibdah.de wrote: Ah hm, I've done the above and removed some other packages that don't seem to be needed anymore. Let me try cleandupes ... Dupes are all gone now, it didn't find any. I have orphaned packages: snip list I wouldn't worry about

Re: Flash plugin RPM installed but not being used by Firefix

2013-06-06 Thread T.C. Hollingsworth
On Thu, Jun 6, 2013 at 5:46 AM, Gary Stainburn gary.stainb...@ringways.co.uk wrote: Hi folks. I've followed the instructions to install the flash plugin by downloading the YUM version and then installing the RPM. I got no errors when doing any of this. However, flash still does not work in

Re: Fedora 18 Update: geoip-geolite-2013.04-1.fc18 (fwd)

2013-05-28 Thread T.C. Hollingsworth
On Tue, May 28, 2013 at 7:46 AM, Max Pyziur p...@brama.com wrote: Greetings, Saw the following package update announced yesterday evening. Tried installing it on my F18 machines; get the following conflict: Please report this as a bug against geoip-geolite:

Re: ePDFview bug, where to report?

2013-05-23 Thread T.C. Hollingsworth
On Thu, May 23, 2013 at 10:42 PM, Fernando Cassia fcas...@gmail.com wrote: Hi, I've found a bug in the ePDF viewer as included in Fedora 18 XFCE. Where should I report it?. Since upstream here appears to be dead (see below), your only recourse is to file a bug with Fedora:

  1   2   3   4   >