Re: Control audio output between Line Out and Headphones

2017-06-12 Thread Daniel Krebs
Am 12.06.2017 um 22:00 schrieb Ed Greshko: FWIW, just to clarify. I'm not pulling out the connector at the back of the tower that is connected to the speakers. It seems the HW is doing that in some manner. I've not had a 3.5mm jack go bad on me. Then again I don't use headphones all that muc

Re: new package: KeepassXC password manager

2017-06-12 Thread Daniel Krebs
Am 10.06.2017 um 10:06 schrieb Germano Massullo: Hello, I am glad to announce that KeepassXC just arrived into Fedora repositories. I'm confused, I'm using keepassXC on Fedora 25 for some weeks now and thought I was getting it from the standard Repos allready? DK _

New Blog on Buildah

2017-06-22 Thread Daniel Walsh
Buildah is a command line tool that can be used to build container images without requiring the docker daemon. Supports Dockerfile format as well as simple bash scripting. http://www.projectatomic.io/blog/2017/06/introducing-buildah ___ users mailin

Wrote a new blog for OpenSource.Com on evolution of containers.

2017-07-10 Thread Daniel Walsh
https://opensource.com/article/17/7/how-linux-containers-evolved If you like it, please social Media this message out. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

F26: particular keystrokes cause Xorg to freeze momentarily, looking for debugging suggestions

2017-07-16 Thread Daniel Miranda
anyone experiencing anything similar, or has any suggestions for ways to debug to get to the core of the problem? [1]: https://linux.ime.usp.br/~danielqm/f26-x11-perf/xorg.svg [2]: https://linux.ime.usp.br/~danielqm/f26-x11-perf/xorg.folded -- Thanks in advance, Daniel ___

Re: F26: particular keystrokes cause Xorg to freeze momentarily, looking for debugging suggestions

2017-07-17 Thread Daniel Miranda
Thank you very much for your help stan! I do not have any such software AFAIK. I even tried *enabling* ibus typing booster (which I did not previously had enabled), and it changed nothing. Either way, the fact that I can observe the issue even in GDM makes me suspect something of the core stac

Re: F26: particular keystrokes cause Xorg to freeze momentarily, looking for debugging suggestions

2017-07-17 Thread Daniel Miranda
The issue does not manifest itself in a VT. I am definitely not using Wayland. The XDG_SESSION_TYPE env var is set to X11, and the GNOME doesn't have EGLStreams enabled to make Wayland work with the NVIDIA drivers. I will test a different DE and/or a live image whenever I have the time. I susp

Re: F26: particular keystrokes cause Xorg to freeze momentarily, looking for debugging suggestions

2017-07-19 Thread Daniel Miranda
I never manually enabled compose keys, and slash does not seem to be working as such. But it does seem like the most likely explanation for the different behavior. I'll investigage that avenue further. Thank you Tim! ___ users mailing list -- users@list

New CRI-O blogging site just went up.

2017-07-24 Thread Daniel Walsh
https://medium.com/cri-o ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: New CRI-O blogging site just went up.

2017-07-25 Thread Daniel Walsh
On 07/24/2017 11:00 PM, Ed Greshko wrote: On 07/25/2017 10:44 AM, Doug wrote: So why doesn't some reader here EXPLAIN what CRI-O means and what it's relevance to the rest of us might be, if any. Well the audience here is so varied the phrase "relevance to the rest of us" is meaningless. I don

DNF suggestion

2017-08-21 Thread Daniel Ståhl
Hi, Would it be possible to make [dnf update] output something immediately after being run? And what would be the right course of action to get this feature implemented? I know it's probably a miniscule thing, but it's one of those small details you notice when shifting over from an apt-based d

SV: DNF suggestion

2017-08-21 Thread Daniel Ståhl
>It seems the period of time, at least on my system, between entering a bad >password for sudo and getting a "Sorry, try again." prompt is between 1 and 2 >seconds. >Probably closer to 1. Is this too long? For me personally, yes. I can't speak for anyone else. >Anyway, if you think this is a

SV: DNF suggestion

2017-08-22 Thread Daniel Ståhl
> Från: Kevin Cummings [mailto:cummi...@kjchome.homeip.net] > You can always wrap it with a shell script which prints something, then > invokes the real dnf Yeah, but that wouldn't be permanent. And I've already registered a ticket, but thanks for the advise. -- ds

Satellite upstream

2017-08-30 Thread Daniel Ståhl
Hi, I was just wondering. Are there any plans on having an upstream project for Redhat Satellite 6? Or even satellite 7? I mean, if you want to practice and test new features the only real option I've found that you have is putting together the components of 6 or running spacewalk. But that is

SV: vi

2017-09-28 Thread Daniel Ståhl
Maybe it's just my installation but doesn't vanilla vim do that per default? Just press : and up-arrow and old commands should appear. -- ds -Ursprungligt meddelande- Från: Patrick Dupre [mailto:pdu...@gmx.com] Skickat: den 28 september 2017 13:05 Till: fedora Ämne: vi Hello, How can

I wrote a blog on why we moved Fedora 31 to cgroup V2

2019-11-11 Thread Daniel Walsh
https://www.redhat.com/sysadmin/fedora-31-control-group-v2 If you like it, please put it out on social media. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Condu

Great article by Valentin Rothberg on Running Podman in systemd unit files.

2019-12-16 Thread Daniel Walsh
This is one of our most common questions, and why we are adding podman generate systemd ... People are interested in running containers as standard services on linux systems.  Valentin dug deep into how to do this. He explains it all here.  https://www.redhat.com/sysadmin/podman-shareable-system

Re: podman and mysql

2020-02-17 Thread Daniel Walsh
On 2/17/20 2:49 PM, Simon Colston wrote: > Fedora 31 Workstation > > I am running mysql in a container using podman.  After some > experimenting I got it running with this command: > > podman run --detach --userns=keep-id \ >    --security-opt label=disable \ >    --name=mysql \ >    --

Re: podman and mysql

2020-02-18 Thread Daniel Walsh
On 2/17/20 3:17 PM, Simon Colston wrote: > > > On 17/02/2020 19:56, Daniel Walsh wrote: >> On 2/17/20 2:49 PM, Simon Colston wrote: >>> Fedora 31 Workstation >>> >>> I am running mysql in a container using podman.  After some >>> experimenting I g

Re: podman and mysql

2020-02-18 Thread Daniel Walsh
On 2/18/20 4:20 PM, Simon Colston wrote: > On 18/02/2020 18:37, Daniel Walsh wrote: >> On 2/17/20 3:17 PM, Simon Colston wrote: >>> >>> >>> On 17/02/2020 19:56, Daniel Walsh wrote: >>>> On 2/17/20 2:49 PM, Simon Colston wrote: >>>>

New blog on speeding up container image builds using Buildah and dnf.

2020-03-17 Thread Daniel Walsh
https://www.redhat.com/sysadmin/speeding-container-buildah ___ 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/c

Community meeting today 11:00 AM EST

2021-02-02 Thread Daniel Walsh
https://podman.io/community/meeting/ https://bluejeans.com/796412039 Agenda * 11:00 -> 11:05 - Welcome! * 11:05 -> 11:20 - Podman v3.0 Overview - Matt Heon * 11:20 -> 11:30 - Podman Compose Demo - Brent Baude * 11:30 -> 11:40 - Demo’s TBD - Tom Sweeney and more? *

Podman community meeting April 6, 2021 8:00 p.m. Eastern (UTC-4)

2021-04-05 Thread Daniel Walsh
Podman community meeting tomorrow at a friendlier time for people on the other side of the planet. Sorry Europe. April 6, 2021 8:00 p.m. Eastern (UTC-4) https://podman.io/community/meeting/agenda/ ___ users mailing list -- users@lists.fedoraproject.o

Re: SELinux blocks access to device files when booting 2.6.32.* kernels (fc12)

2010-05-21 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/21/2010 03:03 AM, Karl-Michael Schneider wrote: > I did some more debugging: booted both kernels in single user mode, > then listed the security contexts in /dev: > > kernel-2.6.31.12-174.2.22.fc12: > $ ls -Zd /dev > drwxr-xr-x. root root system

Re: SELinux blocks access to device files when booting 2.6.32.* kernels (fc12)

2010-05-21 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ls -lZ /dev -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.14 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAkv24OgACgkQrlYvE4MpobNQzgCg0DGF1uq/TTuEgXQDbRSJNrMA 7qwAoM0Ei47mc5dwmushd5eNQikmGs0H =X602 -EN

Re: SELinux blocks access to device files when booting 2.6.32.* kernels (fc12)

2010-05-21 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ls -lZ /dev -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.14 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAkv24O0ACgkQrlYvE4MpobNAPgCfQ2aPY5slIPABmtPEBf4fFd3x ic8An3NTKNlDKiLUi/9OJQ/HY1amf7hV =3RY7 -EN

Re: SELinux error booting backup f12

2010-05-21 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/21/2010 02:56 PM, jackson byers wrote: > [by...@f12 ~]$ uname -r > 2.6.32.11-99.fc12.i686.PAE > > login SElinux error trying to boot my backup copy of f12. > Main f12 on external usb at /media/rootusb7, ext4. > Backup f12copy on external usb at

Re: SELinux error booting backup f12

2010-05-24 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/22/2010 08:12 PM, jackson byers wrote: > Daniel J Walsh wrote > >> You can boot with selinux=0 or enforcing=0. enforcing=0 means that >> SELinux will block nothing, but maintain the labeling. > > 1) selinux=0 worked;

Re: SELinux blocks access to device files when booting 2.6.32.* kernels (fc12)

2010-05-24 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/23/2010 02:32 PM, Karl-Michael Schneider wrote: > On Sat, May 22, 2010 at 06:05 AM, Tim wrote: > >> On Fri, 2010-05-21 at 17:19 -0700, Karl-Michael Schneider wrote: >> >>> # kernel-2.6.32.12-115.fc12 in single user mode >>> $ ls -lZ /dev >>> cr

Re: Problems with SELinux and cronjobs

2010-06-01 Thread Daniel J Walsh
On 05/28/2010 09:42 AM, Gijs wrote: > Hello List, > > I'm trying to get my cronjobs to work but after reading all kinds of > info on SELinux, I'm not even one step closer to solving the problem. I > have the following in my cronlog (yes, SELinux is set in permissive > mode, for now..): > May 28 09:

Removing/Cemsoring bad Fedora mirrors?

2010-06-02 Thread Daniel B. Thurman
I have in the past, complained of hanging yum updates and over time, I finally realized that there are such things as bad mirrors, and for some reason or another, causes yum to hang indefinately. One would think that yum can detect "hangs" and move on to the next mirror to pick up the slack, but

Re: Removing/Cemsoring bad Fedora mirrors?

2010-06-02 Thread Daniel B. Thurman
On 06/02/2010 01:46 PM, Tom Horsley wrote: > On Wed, 02 Jun 2010 11:16:11 -0700 > Daniel B. Thurman wrote: > > >> but then again, >> why isn't it that these bad mirrors are being removed >> for misbehaving? >> > Often it isn't actually the

Re: Removing/Cemsoring bad Fedora mirrors?

2010-06-02 Thread Daniel B. Thurman
On 06/02/2010 03:20 PM, Sam Varshavchik wrote: > Daniel B. Thurman writes: > >> One would think that yum can detect "hangs" and >> move on to the next mirror to pick up the slack, >> but this is not the case, or so I am led to believe... > > It's been

Re: Removing/Cemsoring bad Fedora mirrors?

2010-06-05 Thread Daniel B. Thurman
On 06/04/2010 07:53 PM, Jon Stanley wrote: > On Wed, Jun 2, 2010 at 2:16 PM, Daniel B. Thurman wrote: > > >> For those who do manage mirror lists, the specific mirror >> in question is: "web-ster.com" >> > I can't see anything wrong with this

Installing and configuring USB Wireless for rt2870?

2010-06-05 Thread Daniel B. Thurman
Seems that there are fragmented sources of information on the Internet on how some people were seemingly able to get the rt2870 USB Wireless to work on Fedora and I am trying to do the same, but without much success. Can anyone point me to a definitive site that can explain how this could be done

Re: Installing and configuring USB Wireless for rt2870?

2010-06-05 Thread Daniel B. Thurman
On 06/05/2010 02:49 PM, Daniel B. Thurman wrote: > > Seems that there are fragmented sources of information > on the Internet on how some people were seemingly able > to get the rt2870 USB Wireless to work on Fedora and I > am trying to do the same, but without much success. >

Re: Installing and configuring USB Wireless for rt2870? [SOLVED]

2010-06-07 Thread Daniel B. Thurman
On 06/05/2010 04:26 PM, Daniel B. Thurman wrote: > On 06/05/2010 02:49 PM, Daniel B. Thurman wrote: >> >> Seems that there are fragmented sources of information >> on the Internet on how some people were seemingly able >> to get the rt2870 USB Wireless to work on Fedo

Re: SELinux context conflict -- default_ versus samba_share_t

2010-06-08 Thread Daniel J Walsh
On 06/08/2010 08:34 AM, Julian C. Dunn wrote: > Like many Fedora users, I have a /music mount point on my fileserver. > I'd like to make this available by Samba and Apache over the local LAN. > > I'm confused about what SELinux label I need to give this mountpoint. > Currently I have it as unconfin

Re: SELinux context conflict -- default_ versus samba_share_t

2010-06-09 Thread Daniel J Walsh
On 06/09/2010 05:53 AM, Tim wrote: > On Tue, 2010-06-08 at 08:34 -0400, Julian C. Dunn wrote: >> Jun 8 08:20:43 fileserver setroubleshoot: SELinux is preventing >> /usr/libexec/postfix/smtpd "search" access to /music. > > I have to ask: Why would something to do with mail be searching the > drive

F12: Palmiquist

2010-06-14 Thread Daniel B. Thurman
Is there any way that I can use palmiquist (hard disk check) to automatically check and report any hard-disk failures? On F11, it was bubble-reported whenever there was a failing HD, but on F12 this does not seem to be the case? -- users mailing list users@lists.fedoraproject.org To unsubscribe

Re: F12: Palmiquist

2010-06-14 Thread Daniel B. Thurman
On 06/14/2010 03:37 PM, Daniel B. Thurman wrote: > Is there any way that I can use palmiquist (hard disk check) > to automatically check and report any hard-disk failures? > On F11, it was bubble-reported whenever there was a > failing HD, but on F12 this does not seem to be the cas

Re: FC13 Virt & Win XP guest

2010-06-15 Thread Daniel J Walsh
On 06/10/2010 05:24 AM, Suvayu Ali wrote: > On Thursday 10 June 2010 12:31 AM, Ken Smith wrote: >> >> >> Suvayu Ali wrote: >>> On Thursday 10 June 2010 12:18 AM, Ken Smith wrote: >>> Hi all, I've set up FC13 64bit on a machine with an intel i7 and 4G memory I'm trying to get a simple

Re: F13 new install: can't get ssh pubkey to work

2010-06-15 Thread Daniel J Walsh
On 06/13/2010 01:51 AM, Chris Kloiber wrote: > IIRC, you might be having an SELINUX issue. Check to see if SELINUX does > not like the labeling on the ~/.ssh/authorized_keys2 file. > restorecon -R -v ~/.ssh Will fix the problem. You have to have the correct labels in order for sshd to reach the

Re: Selinux beating up on Chromium

2010-06-17 Thread Daniel J Walsh
On 06/17/2010 04:00 PM, Jim wrote: > FC13/KDE > > setroubleshoot: SELinux is preventing > /usr/lib64/chromium-browser/chrome-sandbox "net_raw" access . For > complete SELinux messages. run sealert -l > 68797c25-9748-4ab8-b020-f63a80f543a7 > > I run the sealert -l 68797c25-9748-4ab8-b020-f63a80f543a

Re: Fedora 13, Spamassassin, and SELinux

2010-06-21 Thread Daniel J Walsh
On 06/21/2010 07:14 AM, B Wooster wrote: > Just installed Fedora 13, and ran into problems with spamassassin. > SELinux disallows a lot of spamassassin tasks - reporting > "If you want to allow spamassassin to bind to port 61706, you can execute > # semanage port -a -t PORT_TYPE -p udp 61706" > > T

Re: Fedora 13, Spamassassin, and SELinux

2010-06-22 Thread Daniel J Walsh
On 06/21/2010 03:40 PM, B Wooster wrote: >> On Mon, Jun 21, 2010 at 7:14 AM, B Wooster wrote: >>> Just installed Fedora 13, and ran into problems with spamassassin.> >> SELinux disallows a lot of spamassassin tasks - reporting> >> "If you want to allow spamassassin to bind to port 61706,> you can

Re: Fedora 13, Spamassassin, and SELinux

2010-06-23 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/22/2010 06:58 PM, B Wooster wrote: > On Tue, Jun 22, 2010 at 8:14 AM, Daniel J Walsh wrote: >> >> Did you turn on the boolean >> >> # setsebool -P spamassassin_can_network 1 >> > > Oh yes, that seems t

Re: cgi perl selinux question

2010-06-25 Thread Daniel J Walsh
On 06/23/2010 04:42 PM, Ken Smith wrote: > Hi All, > > I'm setting up a cgi application (the Web part of the MythTV application). > > I'd like to try to run it with SELINUX enabled if possible. The perl > script writes to STDOUT and it produces a SELINUX error that recommends > executing this c

Re: Another funny update?

2010-06-25 Thread Daniel J Walsh
On 06/23/2010 06:27 PM, Marcel Rieux wrote: > On Tue, Jun 22, 2010 at 11:52 PM, Dennis Gilmore wrote: > >> >> there are multiple ways to install nvidias drivers. Its really not simple >> to >> cover them all. some ways like using the installer directly from nvidia >> replace a bunch of Xorg bits

Re: Firefox 3.6.4 and SElinux (F12)

2010-06-25 Thread Daniel J Walsh
On 06/25/2010 10:19 AM, GianPiero Puccioni wrote: > Hi, > > I just downloaded and installed in /usr/local Firefox 3.6.4 on a F12 and when > I try to run > it it gives a SElinux error: > > SELinux denied access requested by /usr/local/firefox/firefox-bin. > /usr/local/firefox/firefox-bin is misla

Sendmail: How does one blacklist annoying spammers?

2010-06-25 Thread Daniel B. Thurman
I thought it was sufficient to look into the headers of the offending email spammmers and add these respective IP address and/or host names to the /etc/mail/access file, but I am beginning to suspect that these headers could be easily spoofed with bogus entries, right? I am really getting tired o

Re: Sendmail: How does one blacklist annoying spammers?

2010-06-25 Thread Daniel B. Thurman
On 06/25/2010 03:04 PM, Tom Horsley wrote: > On Fri, 25 Jun 2010 14:54:27 -0700 > JD wrote: > >> I wonder how Google does it. only .01% of my google email is spam. >> The spam folder contains tons of spam, and it is automatically purged >> by google. >> Probably they pay their workers to

Re: Sendmail: How does one blacklist annoying spammers?

2010-06-25 Thread Daniel B. Thurman
On 06/25/2010 02:56 PM, Greg Woods wrote: > On Fri, 2010-06-25 at 14:46 -0700, Daniel B. Thurman wrote: > >> I thought it was sufficient to look into the headers >> of the offending email spammmers and add these respective >> IP address and/or host names to t

Re: Gnash cannot play YouTube movies

2010-06-25 Thread Daniel B. Thurman
On 06/25/2010 03:31 AM, Frank Murphy wrote: > On 25/06/10 11:02, Paul Smith wrote: > >> I have just installed Gnash on F13 x86_64, but I cannot play YouTube >> movies on Firefox. Any advice? >> > Use Adobe Flash, gnash hasn't kept pace iirc. > Yeah, I removed gnash and swfdec (I thin

Re: Sendmail: How does one blacklist annoying spammers?

2010-06-25 Thread Daniel B. Thurman
On 06/25/2010 02:57 PM, jack craig wrote: On 06/25/2010 02:46 PM, Daniel B. Thurman wrote: I thought it was sufficient to look into the headers of the offending email spammmers and add these respective IP address and/or host names to the /etc/mail/access file, but I am beginning to suspect

Re: Sendmail: How does one blacklist annoying spammers?

2010-06-25 Thread Daniel B. Thurman
On 06/25/2010 02:57 PM, jack craig wrote: On 06/25/2010 02:46 PM, Daniel B. Thurman wrote: I thought it was sufficient to look into the headers of the offending email spammmers and add these respective IP address and/or host names to the /etc/mail/access file, but I am beginning to suspect

Re: Sendmail: How does one blacklist annoying spammers?

2010-06-25 Thread Daniel B. Thurman
On 06/25/2010 04:11 PM, jack craig wrote: On 06/25/2010 03:56 PM, Daniel B. Thurman wrote: On 06/25/2010 02:57 PM, jack craig wrote: On 06/25/2010 02:46 PM, Daniel B. Thurman wrote: I thought it was sufficient to look into the headers of the offending email spammmers and add these

Re: Sendmail: How does one blacklist annoying spammers?

2010-06-26 Thread Daniel B. Thurman
On 06/25/2010 06:26 PM, Genes MailLists wrote: > On 06/25/2010 05:56 PM, Greg Woods wrote: > > > Historical thoughts on RBL: > >You've had several suggestions so just a couple of comments. The > MAPS list (aka rbl) was an/the original DNSBL - if I remember right it > went weird a long back and

Re: Sendmail: How does one blacklist annoying spammers?

2010-06-27 Thread Daniel B. Thurman
On 06/27/2010 07:56 AM, Genes MailLists wrote: > On 06/26/2010 07:57 PM, Daniel B. Thurman wrote: > > >> THANKS! I have implemented the above recommendations >> as well as a few other advices in this posting. >> >> Thanks to all who participated - all very

Re: Sendmail: How does one blacklist annoying spammers?

2010-06-27 Thread Daniel B. Thurman
On 06/27/2010 10:06 AM, Craig White wrote: > On Sun, 2010-06-27 at 09:45 -0700, Daniel B. Thurman wrote: > >> On 06/27/2010 07:56 AM, Genes MailLists wrote: >> >>> On 06/26/2010 07:57 PM, Daniel B. Thurman wrote: >>> >>> >>

Re: Sendmail: How does one blacklist annoying spammers?

2010-06-27 Thread Daniel B. Thurman
On 06/27/2010 12:27 PM, Kevin J. Cummings wrote: > On 06/27/2010 12:45 PM, Daniel B. Thurman wrote: > > >> I wanted to mention that there are some in this posting that >> are recommending greylisting... but have not said anything >> about how this is implemented i

Re: Sendmail: How does one blacklist annoying spammers?

2010-06-27 Thread Daniel B. Thurman
On 06/27/2010 12:45 PM, Daniel B. Thurman wrote: > On 06/27/2010 12:27 PM, Kevin J. Cummings wrote: > >> On 06/27/2010 12:45 PM, Daniel B. Thurman wrote: >> >> >> >>> I wanted to mention that there are some in this posting that >>> ar

Re: Sendmail: How does one blacklist annoying spammers?

2010-06-27 Thread Daniel B. Thurman
On 06/27/2010 01:23 PM, Daniel B. Thurman wrote: > On 06/27/2010 12:45 PM, Daniel B. Thurman wrote: > >> On 06/27/2010 12:27 PM, Kevin J. Cummings wrote: >> >> >>> On 06/27/2010 12:45 PM, Daniel B. Thurman wrote: >>> >>> >>

Re: SSH / permissions problem

2010-07-14 Thread Daniel J Walsh
On 07/14/2010 05:23 AM, Gabriel VLASIU wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Tue, 13 Jul 2010, Gary Stainburn wrote: > >> [g...@dcomp5 ~]$ ssh -Y -C lcomp3 -l root >> r...@lcomp3's password: >> Last login: Tue Jul 13 16:04:20 2010 from gary.ringways.co.uk >> [r...@lcomp

Re: SSH / permissions problem

2010-07-14 Thread Daniel J Walsh
On 07/14/2010 09:11 AM, Gary Stainburn wrote: > On Wednesday 14 July 2010 10:23:58 Gabriel VLASIU wrote: >> xauth fail to regenerate the .Xauthority file because of selinux. I seen >> this on many F12/F13. >> You can test this by removing .Xauthority* files and put selinux in >> permissive mode. >>

Re: F13 - Exim / SELinux Issue

2010-07-15 Thread Daniel J Walsh
On 07/14/2010 11:37 PM, Frank Chiulli wrote: > I recently did a fresh install of F13 on my system. My home directory > which is on a separate disk was not touched. Now whenever exim > retrieves a message I get two SELinux alerts. > > > > Summary: > > SELinux is preventing /usr/sbin/exim "geta

Re: F13 - Exim / SELinux Issue

2010-07-15 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/15/2010 01:20 PM, Christofer C. Bell wrote: > On Thu, Jul 15, 2010 at 8:38 AM, Daniel J Walsh wrote: >> On 07/14/2010 11:37 PM, Frank Chiulli wrote: >>> >>> Summary: >>> >>> SELinux is preventing

F12: gdm, avahi-daemon, HAL, & ntpd fails

2010-07-16 Thread Daniel B. Thurman
Geez... everything was working find when I installed F12 but perhaps the latest update blew everything out of the water! My gdm fails to bring up X11 and falls out. I am however able to get into F2 and log in as root. Also, I noticed during boot up, the following also fails to start: avahi dae

Re: F12: gdm, avahi-daemon, HAL, & ntpd fails

2010-07-16 Thread Daniel B. Thurman
On 07/16/2010 08:46 AM, Daniel B. Thurman wrote: > Geez... everything was working find when I installed F12 but > perhaps the latest update blew everything out of the water! > > My gdm fails to bring up X11 and falls out. > I am however able to get into F2 and log in as root. >

F12: New kernel (2.6.32.16-141) are missing modules for rt2870?

2010-07-16 Thread Daniel B. Thurman
I am looking for the modules for rt2870, anyone know where I can find it? -- 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: F12: New kernel (2.6.32.16-141) are missing modules for rt2870?

2010-07-16 Thread Daniel B. Thurman
On 07/16/2010 11:39 AM, Daniel B. Thurman wrote: > I am looking for the modules for rt2870, anyone > know where I can find it? > Drat... I guess they are already installed But what I am trying to do is to understand why the kernel cannot seem to be able to load the rt2x00 when

Re: F12: New kernel (2.6.32.16-141) are missing modules for rt2870?

2010-07-16 Thread Daniel B. Thurman
On 07/16/2010 12:37 PM, Kevin J. Cummings wrote: > On 07/16/2010 02:48 PM, Daniel B. Thurman wrote: > >> On 07/16/2010 11:39 AM, Daniel B. Thurman wrote: >> >>> I am looking for the modules for rt2870, anyone >>> know where I can find it? >>&g

Re: F12: New kernel (2.6.32.16-141) are missing modules for rt2870?

2010-07-16 Thread Daniel B. Thurman
On 07/16/2010 06:00 PM, Daniel B. Thurman wrote: < BIG SNIP! > I finally figured it out. I was missing the kmod for rt2870, and once I got this from RPMFusion, it all came back... and all because of a new kernel update so I was left with half of the whole picture... Well, now I know..

How to corrdinate linux-ntfs, samba, and windoes domains?

2010-07-17 Thread Daniel B. Thurman
It seems to me when one sets up new ntfs partitions under linux, the users/permissions are set to Everybody (full permissions), root, and perhaps other users initially. What I haven't been able to figure out here, is how one can manage the ntfs ACLs on linux, and I am not even sure if, on the sam

rt2870-2.6.32.16-141.fc12.i686 is missing rt2870sta.ko?

2010-07-17 Thread Daniel B. Thurman
Seems to me, yum does not find: rt2870-2.6.32.16-141.fc12.i686 kmod-rt2870-2.6.32.16-141.fc12.i686 from RPMFusion site, and yet these modules are in the repository according to this link: http://download1.rpmfusion.org/free/fedora/updates/12/i386/repoview/kmod-rt2870-2.6.32.16-141.fc12.i686.htm

Re: rt2870-2.6.32.16-141.fc12.i686 is missing rt2870sta.ko?

2010-07-17 Thread Daniel B. Thurman
On 07/17/2010 06:22 PM, Daniel B. Thurman wrote: > Seems to me, yum does not find: > > rt2870-2.6.32.16-141.fc12.i686 > kmod-rt2870-2.6.32.16-141.fc12.i686 > > from RPMFusion site, and yet these modules are in > the repository according to this link: > > http://download

Re: rt2870-2.6.32.16-141.fc12.i686 is missing rt2870sta.ko?

2010-07-17 Thread Daniel B. Thurman
On 07/17/2010 07:39 PM, Daniel B. Thurman wrote: > On 07/17/2010 06:22 PM, Daniel B. Thurman wrote: > >> Seems to me, yum does not find: >> >> rt2870-2.6.32.16-141.fc12.i686 >> kmod-rt2870-2.6.32.16-141.fc12.i686 >> >> from RPMFusion site, and

Re: rt2870-2.6.32.16-141.fc12.i686 is missing rt2870sta.ko?

2010-07-17 Thread Daniel B. Thurman
On 07/17/2010 08:10 PM, Antonio Olivares wrote: > > --- On Sat, 7/17/10, Daniel B. Thurman wrote: > > >> From: Daniel B. Thurman >> Subject: Re: rt2870-2.6.32.16-141.fc12.i686 is missing rt2870sta.ko? >> To: "Community support for Fedora users" >>

Re: Howto script "sudo"?

2010-07-19 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/18/2010 08:51 AM, Clemens Eisserer wrote: > Hello, > > Is it possible to pass "sudo" the root-password in some way (I would > prefer plaintext)? > > The reason is I use an umts-connection utility which has to run as > root, and I don't want to

F12: tail -f inside .gvfs filesystem fails?

2010-07-20 Thread Daniel B. Thurman
I cannot get a tail -f inside of .gvfs with a remote mounted ntfs filesystem as done via Nautilus->Places->Network - this has worked prior to F12. Has anyone tried this on F12/13 and got it to work? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription optio

Re: SELinux security alert/Squid -

2010-02-08 Thread Daniel J Walsh
On 02/08/2010 04:20 AM, Bob Goodwin wrote: > Yesterday I began getting an "SELinux security alert" and Firefox began > to operate erratically [became useless]. > > I did "setsebool -P squid_connect_any=1" per the alert and Firefox began > to work again, however now this morning I am getting a si

Re: SELinux security alert/Squid -

2010-02-08 Thread Daniel J Walsh
On 02/08/2010 03:16 PM, Bob Goodwin wrote: > On 08/02/10 13:23, Daniel J Walsh wrote: > > . > Are you sure the boolean is turned on ? > > # getsebool squid_connect_any > squid_connect_any --> off > > Once you have set the boolean on it should stay that way perman

Re: SELinux security alert/Squid -

2010-02-09 Thread Daniel J Walsh
On 02/09/2010 08:01 AM, Bob Goodwin wrote: > On 09/02/10 07:36, Tim wrote: >> On Mon, 2010-02-08 at 16:59 -0500, Bob Goodwin wrote: >> >>> I just added "myaccount.wildblue.net" to the Firefox "no proxy for" >>> list and that seems to satisfy an access problem I didn't know I >>> had. >>>

Re: SELinux security alert/Squid -

2010-02-09 Thread Daniel J Walsh
On 02/09/2010 04:43 AM, Bob Goodwin wrote: > On 09/02/10 02:17, Tim wrote: >> On Mon, 2010-02-08 at 13:23 -0500, Daniel J Walsh wrote: >> >>> squid_connect_any --> off >>> >> Probably not a good idea, the settings there as an aid to protect you

/etc/pki certificate questions

2010-02-16 Thread Daniel B. Thurman
I wondered where I can find fedora information regarding the cert files placed in: /etc/pki directory. Apparently, there is tls/certs/localhost.pem and tls/private/localhost.key; are these two files required? I also noticed that installing certain servers such as sendmail, spamd, imap, ... creat

F12: Missing clamd-wrapper & clamav-milter in /etc/init.d?

2010-02-16 Thread Daniel B. Thurman
Seems that I am not getting the init scripts for clamd/clamav-milters. Here is what I have installed: # rpm -qa| grep clam clamav-0.95.3-1200.fc12.i686 clamav-data-0.95.3-1200.fc12.noarch exim-clamav-4.69-17.fc12.i686 clamav-milter-upstart-0.95.3-1200.fc12.noarch clamav-update-0.95.3-1200.fc12.i

F12: Yum/Software Update hangs

2010-02-20 Thread Daniel B. Thurman
Seems to me, that Yum/Software Update programs hangs from time to time. With Yum, a remote connection would sometimes hang but then timeout and retry again. Seems this is not happening. For Software Update, sometimes hangs occuring during downloads, and other times in cleanups. The spinner sta

F12: Sendmail/Thunderbird send email problem?

2010-02-20 Thread Daniel B. Thurman
For some reason, I am unable to get sendmail to send email message using TLS/SSL using Thunderbird. What is odd, is that I am constantly asked to provide the password, and I did that, over and over only to be forced to cancel the send request. I am not having any issues with F9 & F11 - it works,

Re: F12: Yum/Software Update hangs

2010-02-20 Thread Daniel B. Thurman
On 02/20/2010 08:44 PM, Patrick Bartek wrote: > --- On Sat, 2/20/10, Daniel B. Thurman wrote: > > >> Seems to me, that Yum/Software Update programs >> hangs from time to time. >> >> With Yum, a remote connection would sometimes hang >> but then time

DNS PTR Question

2010-02-24 Thread Daniel B. Thurman
I am trying to get a handle on how to properly assign DNS PTR records, given these conditions: 1) Single machine containing: a) DNS Server b) Sendmail Server Forward zone contains: == $TTL 172800 @IN SOA ns1.domain.com. admin.domain.com. ( 381

Re: GoogleEarth segfault

2010-02-24 Thread Daniel J Walsh
On 02/24/2010 01:09 PM, Matthew Saltzman wrote: > On Wed, 2010-02-24 at 12:53 -0500, Matthew Saltzman wrote: > >> I installed the latest GoogelEarth 5.1.3533 from the .bin file (over the >> top of an older version that I never got working either), ran restorecon >> on the library directory. SE

Re: ssh tunneling client settings

2010-02-24 Thread Daniel J Walsh
On 02/24/2010 01:32 PM, Andrew Haley wrote: > On 02/24/2010 06:23 PM, Christoph Höger wrote: > >> Am Mittwoch, den 24.02.2010, 15:57 + schrieb Andrew Haley: >> >>> On 02/24/2010 02:41 PM, Christoph Höger wrote: >>> Hi guys, are there any special client settings

Re: GoogleEarth segfault

2010-02-24 Thread Daniel J Walsh
On 02/24/2010 01:39 PM, Matthew Saltzman wrote: > On Wed, 2010-02-24 at 13:28 -0500, Daniel J Walsh wrote: > >> On 02/24/2010 01:09 PM, Matthew Saltzman wrote: >> >>> On Wed, 2010-02-24 at 12:53 -0500, Matthew Saltzman wrote: >>> >>>

Current update destroys clamav-milter?

2010-02-24 Thread Daniel B. Thurman
Is there a problem with clamav-milter? On reboot, clamav-milter says OK when it starts however, I find this: Feb 24 10:41:27 gold clamav-milter[7399]: +++ Started at Wed Feb 24 10:41:27 2010 Feb 24 10:41:27 gold clamav-milter[7400]: No ClamdSocket specified Feb 24 10:41:27 gold clamav-milter[740

F12: Sendmail, clamav-milter & spamass-milter

2010-02-24 Thread Daniel B. Thurman
I have spent weeks trying to resolve the following issues: I have F9/10/11 working just fine. 1) SendMail - I can get SM to run, but I am unable to send outgoing email messages. Why? Because of some sort of authentication issue refuses to accept the password. Using authenticat

Re: firefox lockups after update

2010-02-24 Thread Daniel J Walsh
On 02/24/2010 04:16 PM, Patrick Bartek wrote: > --- On Wed, 2/24/10, Vincent Onelli wrote: > > >>> --- On Tue, 2/23/10, vinny >>> >> wrote: >> >>> I submitted this problem before, I had one >> answer >> requesting the output of "yum inf

Re: DNS PTR Question

2010-02-24 Thread Daniel B. Thurman
On 02/24/2010 01:19 PM, James Wilkinson wrote: > Daniel B. Thurman wrote: >> I am trying to get a handle on how to properly >> assign DNS PTR records, given these conditions: >> >> 1) Single machine containing: >> a) DNS Server >> b) Sendmail Server

F12: Yum - network disconnects spins it's wheels.

2010-02-25 Thread Daniel B. Thurman
Seems to me, that Yum is performing quite badly. I often get network disconnects and Yum keeps spinning after going into 0.0b transfer rates forever and requires a forced kill. Anyone see this problem? I am of course using NetworkManager, and wonder if I should use the old-network connectivity

Re: F12: Yum - network disconnects spins it's wheels.

2010-02-25 Thread Daniel B. Thurman
On 02/25/2010 03:21 PM, Ed Greshko wrote: > Daniel B. Thurman wrote: > >> Seems to me, that Yum is performing quite >> badly. I often get network disconnects and Yum >> keeps spinning after going into 0.0b transfer rates >> forever and requires a forced kill.

Re: F12: Yum - network disconnects spins it's wheels.

2010-02-25 Thread Daniel B. Thurman
On 02/25/2010 03:53 PM, Ed Greshko wrote: > Daniel B. Thurman wrote: > >> On 02/25/2010 03:21 PM, Ed Greshko wrote: >> >> >>> Daniel B. Thurman wrote: >>> >>> >>> >>>> Seems to me, that Yum is performi

<    1   2   3   4   5   6   7   8   9   >