Re: Is the Network Manager installed by default when Fedora 14 is installed by a Live CD I installed using a Live CD?

2011-04-19 Thread Rick Stevens
-c '/sbin/service NetworkManager start' The ">" prompt is the shell asking you to complete the quoted string, so you could have put a single quote after it and hit ENTER: > ' That would have closed the quoted string and you're off to the races.

Re: Problem with atheros ar5008 wifi card

2011-04-21 Thread Rick Stevens
no idea what might be causing this. > > If you need more data, please let me know. Check dmesg and verify a) that you have the necessary firmware for your card; and b) that the ath card's firmware is being loaded. That's the most common problem. -

Re: wvdial does not disconnect after ctrl-c

2011-05-10 Thread Rick Stevens
t time around >> > That should work just well. Most people do not use CNTRL-C to kill > this process. Usually it is started to run in the background and then > killed using the command you just

Re: Cannot bring eth1 up

2011-05-10 Thread Rick Stevens
BOOTPROTO=static BROADCAST=192.168.1.255 HWADDR=00:26:18:E4:99:77 IPADDR=192.168.1.1 IPV6INIT=yes IPV6_AUTOCONF=yes NETMASK=255.255.255.0 NETWORK=192.168.1.0 DNS1=8.8.8.8 NM_CONTROLLED=yes ONBOOT=no (in truth, you don't need the "NETWORK=" or "BROADCAST=" bits either.

Re: Generating ifcfg-eth0 from scratch

2011-05-13 Thread Rick Stevens
o: chkconfig NetworkManager off chkconfig network on This should prevent NM from starting on the next reboot and use the good old normal networking scripts. Now, if we could just get the NM people to write a bloody manual, we'd be SO much better off. I've offered to do it and was greeted by a stony silence at their e

Re: glibc issue?

2011-05-19 Thread Rick Stevens
symlinking (could be a right pain), but you'd be better off if you can find a statically-linked version of your program and use that. A statically-linked program carries all its needed libraries with it. It's much bigger than a dynamically-linked version, but it is self-contained and shou

Re: Networking problem

2011-05-20 Thread Rick Stevens
Since your script says "DEVICE=wlan0:0", the system will try to bring that up. Since that is an alias (wlan0:0), it MUST bring up wlan0 before creating the alias for it and voila! -- - Rick Stevens, Systems Engineer, C2 Hosting ri...@

Re: Protected WLAN (802.11 and hidden SSID)

2011-05-23 Thread Rick Stevens
fy STAs that _DO_ assert robust security and advertise their SSID. I don't read it to say you _HAVE_ to advertise your SSID. "I'm not a lawyer and I've never played one on TV..." -- - Rick Stevens, Systems Engineer, C2 Hosting ri...@nerd.com - - AIM/Sky

Re: Analog video capture

2011-05-23 Thread Rick Stevens
Might I suggest this product: http://www.blackmagic-design.com/products/intensity/ Either the box (needs USB3.0) or the PCI card (which I have). Works very well, plays nice with V4L and they include Linux-based software. -- - Rick Stevens, Systems

Re: homebrew channel bonding??

2010-10-22 Thread Rick Stevens
uot;business class" DSL? So they can charge more for higher-speed uplinks. Ditto for cable. Yeah, you may get a fixed IP, too, but it's primarily the upload speed you're paying for. ------ - Rick Stevens, Systems Engine

Re: changing permissions for mounted drives

2010-10-25 Thread Rick Stevens
t; the group permissions on /sdd3 and /dev/sdd3 is rwx, >> and the gid of /sde3 and /dev/sde3 is 777. >> >> Good luck. >> >> -- >> users mailing list >> users@lists.fedoraproject.org >> To unsubscribe or change subscription options: >> ht

Re: Update failes

2010-10-25 Thread Rick Stevens
nths, any given Fedora release has about a one-year life span (I think midges live longer). If you need more stability, I'd suggest you go the RHEL or CentOS route. CentOS tracks RHEL and has a similar lifetime (I think it's five years). Granted, CentO

Re: mail to another machine on the LAN

2010-10-26 Thread Rick Stevens
e line). In that case, as root, edit the /etc/mail/sendmail.mc file and search for the line: DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl Modify the line to read: DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl And save the file. Finally, as root: # service sendmail re

Re: F13 -> f14 via preupgrade: my workaround

2010-11-03 Thread Rick Stevens
er mode (run level >1), but to start up before mounting the filesystems? Sheesh! -- - Rick Stevens, Systems Engineer, C2 Hosting ri...@nerd.com - - AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 - -

Re: sun java plugin problem on Fedora 14

2010-11-03 Thread Rick Stevens
ugzilla.redhat.com/show_bug.cgi?id=628031 Also occurs on some emails if you use Thunderbird, so the bad code isn't only on Sun's part...Mozilla has some, too. ------ - Rick Stevens, Systems Engineer, C2 Hosting ri..

Re: Fedora 14 Kickstart Problems

2010-11-08 Thread Rick Stevens
system and use dracut or mkinitrd or whatever to rebuild it). We do both cloning and PXE boot kickstarts off network installs. Depends on your pain tolerance. :-) ------ - Rick Stevens, Systems Engineer, C2 Hosting

Re: Fedora 14: GDM, sssd and LDAP authentication

2010-11-10 Thread Rick Stevens
e among software vendors. > http://www.redhat.com/promo/vendor/ > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.11 (GNU/Linux) > Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ > > iEYEARECAAYFAkza7wQACgkQeiVVYja6o6P68QCfd6b30S6UUZL4REX1u0ZmDqob > eicAn2iT

Re: OT: vexing hw issue

2010-11-12 Thread Rick Stevens
It sure sounds like there's a hardware fault--one that's not related to the power supply since two different supplies produce the same result. My guess is incompatible or bad memory. -- - Rick Stevens, Sys

Re: Preupgrade with multiboot: can't find right target

2010-11-12 Thread Rick Stevens
skipping intermediate stages is quite problematic. There's a lot of stuff that changed significantly between F10 and F14. -- - Rick Stevens, Systems Engineer, C2 Hosting ri...@nerd.com - - AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 - -

Re: F12 -> F14 (via preupgrade), not so smooth

2010-11-15 Thread Rick Stevens
LEVEL > else >/bin/dmesg -n 3 > fi Uh, the F13 version actually reads: # Fix console loglevel if [ -n "$LOGLEVEL" ]; then /bin/dmesg -n $LOGLEVEL fi "if [ -# n "$LOGLEVEL" ]; then" is incorrect a

Re: output to console from init script

2010-11-29 Thread Rick Stevens
e hostname root: This is message text on the console. ------ - Rick Stevens, Systems Engineer, C2 Hosting ri...@nerd.com - - AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 - -- - A

Re: Can't solve problem with NFS-server access

2010-11-29 Thread Rick Stevens
The mount command should be: mount 192.168.1.101:/home/user/temp /local/mount/point -o ro The stuff after the ":" must match the server's export. Also remember that mounts default to read/write while you specified read only in the exports file. ---

Re: Can't solve problem with NFS-server access

2010-11-29 Thread Rick Stevens
ld: mount 192.168.1.100:/home/booch/Temp /local/mountpoint -o ro ------ - Rick Stevens, Systems Engineer, C2 Hosting ri...@nerd.com - - AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 - -

Re: sendmail is dying!

2010-12-06 Thread Rick Stevens
s, do a "netstat -lpn" and look for a process that has port 25 (SMTP) open. If you do, then you already have an MTA running (probably postfix) and you don't need sendmail. Check "man alternatives" for how the system deals with postfix/sendmail.

Re: command wvdial not found

2010-12-08 Thread Rick Stevens
. F8 to F9, that's probably OK. F8 to F12 (a skip of four) is most likely going to have problems. And since F12 has gone end-of-life, you really should start over with an install of F14. -- - Rick Stevens, Systems

Re: how to generate pi in c

2010-12-13 Thread Rick Stevens
> work, however. Is string theory, quantum mechanics or relativity the "truer" reflection of reality? Hell, we sent space probes on close fly-bys of Uranus and hit asteroids using good ol' Newtonian mechanics. (Just twisting the tail!) ---

Re: Still having problems with mount of USB drive at boot time

2010-12-14 Thread Rick Stevens
t seems rather a kludge. ------ - Rick Stevens, Systems Engineer, C2 Hosting ri...@nerd.com - - AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 - -- -

Re: file system mount and umount timestamps?

2010-12-15 Thread Rick Stevens
"nada" used in this context - I have always wondered? "Nada" is Spanish for "nothing". However, in the context of the results of a Google search, it can also mean "Not A Damned Article". :-) ---

Re: enabling Bluetooth in Fedora

2010-12-20 Thread Rick Stevens
t third of the top menu bar and you should see a bluetooth symbol. Right click on it and you can set things up. ------ - Rick Stevens, Systems Engineer, C2 Hosting ri...@nerd.com - - AIM/Skype: therps2ICQ: 22643734

Re: About programing, a general question

2010-12-22 Thread Rick Stevens
d by Nicklaus Wirth in the '80s? Same idea, compile to some bizarre, byte- code version of the source and have a target-specific interpreter to act as a virtual machine to execute the byte-code. So Java certainly isn't revolutionary, or even a very new idea. Perhaps P-Systems' fa

Re: Printable calendars and schedules ?

2011-01-07 Thread Rick Stevens
the people involved run > Windows. > > Any ideas ? Google calendar? There are apps for the iPhone, Droid and PalmOS. It's also a webapp so anyone with a web browser can get at it. ------ - Rick Stevens, Systems Enginee

Re: problem with fc11 vlc player

2011-01-14 Thread Rick Stevens
s too, like FC9, or FC10 and I am > using FC11, but then how could be installed the VLC media player? F11 was end-of-lifed. The F11 repos aren't active anymore. You (and your friends) should upgrade to F12 or F13 or revert to a stable platform such as CentOS. ------

Re: no sound in FC 14

2011-01-14 Thread Rick Stevens
the speaker output of your sound card. If there are multiple speaker outputs (e.g. a front panel one and a rear panel one), one of them is usually intended for headphones (usually the front panel one). There are settings in Pulse for switching between the headphone and speaker output. You sho

Re: newbie wireless question

2011-01-25 Thread Rick Stevens
n page for iwconfig. If you use WPA, WPA-2 or stronger passphrases, look at the man pages for wpa_supplicant and wpa_supplicant.conf. We prefer bottom-posting on this list, if you please. ------ - Rick Stevens, Systems Engineer, C2 H

Re: intrusion tracking

2011-01-27 Thread Rick Stevens
sh, korn and c shells that log every command line entered to syslog. Get those and install them, then set up syslog to log to a remote logging server. It ain't perfect, but we've nabbed a couple of baddies that way. --

Re: New logwatch module not working in cron

2011-01-27 Thread Rick Stevens
ute path (e.g. "/usr/bin/name-of-program") for each program you're running in the crontab. -- - Rick Stevens, Systems Engineer, C2 Hosting ri..

Re: rescue mode

2011-01-27 Thread Rick Stevens
d to dual-boot between Winblows and Linux, uncheck the "System clock uses UTC" button in system-config-date "Time Zone" tab and adjust your clock again to make sure it's right. -- - Rick Stevens

Re: Odd /proc/cpuinfo

2010-01-11 Thread Rick Stevens
or > a long time and no one's ever noticed. If you have cpuspeed or cpu-freq running, it will scale the speed of the CPU based on workload. If the machine's busy, the CPU will run faster, if not... -- - Ric

Re: Brother DCP 7020 printer receiving data but not printing ?!?

2010-01-11 Thread Rick Stevens
feed at the end of the print job. Not sure how to do that...may be in the driver's options. -- - Rick Stevens, Systems Engineer ri...@nerd.com - - AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 - -

Re: Problem with ssh identies

2010-01-11 Thread Rick Stevens
host the identity file will attempt to be read as user "fred". Since the files are usually set with mode 600 (rw---) and owned by their user ("barney" in this case), fred can't read barney's files and ssh sends out the system-wide default. That's just

Re: [Fedora] Re: Odd /proc/cpuinfo

2010-01-11 Thread Rick Stevens
On 01/11/2010 01:59 PM, Ashley M. Kirchner wrote: > Rick Stevens wrote: >>> While 'cat'ing /proc/cpuinfo I see this (other information removed): >>> >>> vendor_id : GenuineIntel >>> cpu family : 15 >>&

Re: initializing a blank DVD+R disk?

2010-01-11 Thread Rick Stevens
(meaning "initialize session") with "-M" (merge data into session). When you finally want to close the session: growisofs -M /dev/dvd=/dev/zero which fills out the rest of the session with zeroes. Hope that helps. ------

Re: initializing a blank DVD+R disk?

2010-01-11 Thread Rick Stevens
of > info, I may be wrong about that too. > > Thanks for the info. You might want to take a look at the options for wodim as well, specifically the "-multi" and "-nofix" options. ---

Re: Message To The Cali-forn-ia Gurus

2010-01-12 Thread Rick Stevens
e excrement? There is a movement afoot to change our state flag's symbol from the California Golden Bear to an ostrich with its head buried in a septic tank (or perhaps more appropriately, up its own arse). -- - Rick Stevens

Re: [MOSTLY SOLVED] Re: Using xandr -- Re: problems with system-config-display and crtl-alt-backspace

2010-01-19 Thread Rick Stevens
-to-gnomes-autostart/ It's fairly simple. In gnome: System->Preferences->Startup Applications Click on the "Add" button, fill in the form and click "Add". Then in the previous screen (which pops back up), make sure the box associated with your applicati

Re: wireless N and nm-applet - f12

2010-01-20 Thread Rick Stevens
n - but for 11g it works fine ? Perhaps a change in the driver that doesn't report speed when running N? What does "iwlist wlan0 rate" show? ------ - Rick Stevens, Systems Engineer ri...@nerd.com - -

Re: Disk usage error

2010-01-20 Thread Rick Stevens
ifferently. df shows what's been allocated and du shows what's actually used. ------ - Rick Stevens, Systems Engineer ri...@nerd.co

Re: desktop differentiated icons

2010-01-20 Thread Rick Stevens
but icons for Firefox and Thunderbird (the apps running on that desktop). ------ - Rick Stevens, Systems Engineer ri...@nerd.com - - AIM/Sky

Re: Firefox 3.6 problem

2010-01-22 Thread Rick Stevens
t; Other than that, I don't see any issues on the sites that I visit. If this is an F10-->F11 or F11-->F12 upgrade, try "yum remove libflashsupport" and try FF again.

Re: Problems with network speed setup in F12

2010-01-22 Thread Rick Stevens
"ADD--->") as shown below: check_ethtool () { [ -x /sbin/ethtool ] || return 2 ADD--->LC_ALL=C ethtool -s $1 speed 100 duplex full autoneg off output=$(LC_ALL=C ethtool $1 2>&1) echo $output | LC_ALL=C grep -q "Link detected: yes&q

Re: Anyone know how to rsync or ssh to an ftp site? (Follow on to Tar Oddity)

2010-01-22 Thread Rick Stevens
gt; > $ rsync -acvxzHP --delete rsync://lion/pub/f12_updates/ > /pub/fedora/linux/updates/12/ > > Hope this helps. If all the remote site gives you is ftp, you could use either a GUI- based FTP client locally (such as kasablanca [KDE] o

Re: A thought on abrt

2010-01-22 Thread Rick Stevens
of things). Ideally, yes, abrt could report the version of the program and make the maintainers go and get the debug info, but there would be big holes in their visibility as to what made YOUR instance crap out. ------ - Rick

Re: Problems with network speed setup in F12

2010-01-26 Thread Rick Stevens
On 01/26/2010 02:13 AM, Gianluca Cecchi wrote: > On Fri Jan 22 17:48:03 UTC 2010 Rick Stevens wrote: >> It's NetworkManager doing that to you. > Ok, as I supposed. > >> Is there a reason they've set that up as fixed? Is there an autoneg >> issue with the

Re: RFC about socket/cores numbers and HT info

2010-01-28 Thread Rick Stevens
r Socket: 2 > Number of CPUs seen by OS: 2 > Hyper-Threading: YES > > I think that the number of sockets is off... but I can't say how to fix it. dmidecode failed ("/dev/mem: Permission denied"), so you can see how many sockets there are. I've run into that on occasion

Re: Httpd

2010-01-28 Thread Rick Stevens
ttpd.pid", which is where the script expects it. Damned convoluted, but there it is. You should start Apache and verify that the values returned by these two commands match: cat /etc/httpd/run/httpd.pid cat /var/run/httpd/httpd.pid You should also sort out the python version mismatch. ---

Re: Dhcp client issue

2010-01-28 Thread Rick Stevens
f yet, maybe you could? > > To make it easy to parse...maybe they are expecting a string to be > enclosed in quotes. Have you tried > > send dhcp-client-identifier "hardware" ; I don't think that's it. I don't think dhclient permits indention using

Re: Can't burn CD iso in F12

2010-01-28 Thread Rick Stevens
race condition between the burning software and the desktop manager trying to mount the volume before the burner is done with it. ------ - Rick Stevens, Systems Engineer ri...@nerd.com - - AIM/Skype: the

Re: Calendar server for fedora!

2010-02-02 Thread Rick Stevens
r to store event data. I've never used it, so don't take this as an endorsement. ---------- - Rick Stevens, Systems Engineer ri...@nerd.com - - AIM/Skype: therps2ICQ: 22643734

Re: key logger

2010-02-02 Thread Rick Stevens
cal5.info" level). I built it for CentOS 5.4 (source and binary RPMs), but I suppose I could cobble it together for F12's bash if you're in dire need. ------ - Rick Stevens, Systems Engineer r

Re: ext4 defaults and access time

2010-02-02 Thread Rick Stevens
to do it: > > http://marc.info/?l=fedora-devel-list&m=121542196521553&w=2 > http://marc.info/?l=fedora-devel-list&m=121545811619620&w=2 Try adding "strictatime" to the fstab options. This permits overriding any kernel defaults (e.g. ext4 defaulting to "relatime

Re: key logger

2010-02-03 Thread Rick Stevens
On 02/02/2010 05:05 PM, Amadeus W.M. wrote: > On Tue, 02 Feb 2010 09:15:49 -0800, Rick Stevens wrote: > >> On 02/01/2010 07:47 PM, Amadeus W.M. wrote: >>> Is there a standard keylogger for F12? I've found lkl and uberkey on >>> the web, but I'd prefer to st

Re: NetworkManager

2014-01-03 Thread Rick Stevens
I believe the up and down arrows affect sorting (select something in the right window and move it up or down in the list by clicking the up and down arrows). This is a wild-arsed guess. I use XFCE. Never really liked KDE. -----

Re: Stale /var/run/nologin

2014-01-08 Thread Rick Stevens
tl" and look at the "--since" and "--until" bits. You can even combine the two: journalctl --since="2014-01-08 00:00:00" --until="2014-01-08 08:00:00" to get stuff between midnight and 8 a.m

Re: Stale /var/run/nologin

2014-01-08 Thread Rick Stevens
On 01/08/2014 04:34 PM, Sam Varshavchik issued this missive: Rick Stevens writes: On 01/08/2014 04:29 AM, Sam Varshavchik issued this missive: But if that's getting spuriously created, during a normal system state, then something indeed must be creating it, in the wild. Not going to be

Re: backup thoughts..

2014-01-09 Thread Rick Stevens
ied... Thoughts/Comments ------ - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com - - AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 - -- - Any sufficiently advanced technology is

Re: Is this an RPMFusion problem? librtmp.so conflict

2014-01-15 Thread Rick Stevens
s not a problem. > > -- > -- Steve > -- > OK, that's the same sort of issue. Still just a mixup of package versions on *your* system. Probably not a packaging fault. Going ahead with the distro-sync should take care of such things in the future. If packages from updates-testing fixed a p

Re: off topic - switching email

2014-01-15 Thread Rick Stevens
to track it for you). ------ - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com - - AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 - -- - Fea

Re: Naughty question: copy Windows XP under Fedora?

2014-01-20 Thread Rick Stevens
LASH drive handy at all times. ------ - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com - - AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 - -- - Sarchasm: The gulf between th

Re: procmail testing

2014-01-22 Thread Rick Stevens
If the cron job fires off a detached process (e.g. with a "nohup" or "&" at the end), then as far as cron is concerned its job is done and out goes the email. You'd need to modify the job that cron runs to send out the email when it's complete. Yes, it's bitt

Re: [OT] was, Re: gphoto2 only as root -

2014-01-23 Thread Rick Stevens
n Fernando Valley in the early 60s through the 70s! "Nostalgia ain't what it used to be!" -- - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com - - AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 - -

Re: RPM build error

2014-01-24 Thread Rick Stevens
e building a "-devel" RPM). ------ - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com - - AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 - -- - To get th

Re: RPM build error

2014-01-24 Thread Rick Stevens
On 01/24/2014 03:57 PM, Rick Stevens issued this missive: On 01/24/2014 02:05 PM, Ranjan Maitra issued this missive: Hello, I am trying to build an RPM for sylfilter available at http://sylpheed.sraoss.jp/sylfilter/src/sylfilter-%{?version}.tar.gz with the attached .spec file but I get the

Re: Fedora 20 and VmWare

2014-02-04 Thread Rick Stevens
bvirt straight out of the box on 64-bit F19 with no issues. Granted, I don't do anything fancy with Windows (I only use it when the bosses hold a gun to my head and even then I protest a lot). I haven't moved up to F20 yet. It scares me a bit. --

Re: Text selection and mouse button sensitivity

2014-02-05 Thread Rick Stevens
ne on each side, one on each side of the wheel, and depressing the wheel is another button). Never had a problem (other than batteries dying). ------ - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com - - AIM/Skyp

Re: why would using "sftp" require disabling "vsftpd"?

2014-02-07 Thread Rick Stevens
PS (FTP over SSL). As someone else said, sftp (using ssh) is a much more firewall-friendly mechanism and one that does not pass ANYTHING over the link unencrypted. ------ - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.co

Re: Fedora 19 Freezes

2014-02-07 Thread Rick Stevens
290] built into my Dell T3400). ---------- - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com - - AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 - -- - Microsoft Windows: Pr

Re: F20 cursor invisible

2014-02-07 Thread Rick Stevens
ce: org -> gnome -> settings-daemon -> plugins -> cursor Hope that helps you find it. -- - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com - - AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 - -

Re: Development question

2014-02-07 Thread Rick Stevens
stically it's a bloody nightmare. I applaud your efforts and hope you'll have better luck than we've seen in the past in such endeavors. -- - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com - - AIM/Skype: therps2I

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

2014-02-10 Thread Rick Stevens
nd the immediately preceding release will be supported (right now that'd be F20 and F19). F18 stopped being supported about a month after F20 came out. If you want a free OS that looks like Red Hat and has a long life, go with CentOS as its support matrix tracks Red Hat's. Fedora is very

Re: F20 cursor invisible

2014-02-10 Thread Rick Stevens
On 02/08/2014 09:20 AM, Beartooth issued this missive: On Fri, 07 Feb 2014 13:37:03 -0800, Rick Stevens wrote: [] Probably not clear. As root, run dconf-editor. The left pane will probably contain a list of stuff like: > apps ca desktop org system There may be some oth

Re: Fedora 19 Freezes

2014-02-10 Thread Rick Stevens
On 02/07/2014 04:25 PM, linuxnuts...@videotron.ca issued this missive: On 02/07/2014 04:27 PM, Rick Stevens wrote: On 02/07/2014 11:25 AM, linuxnuts...@videotron.ca issued this missive: I have been getting a lot of freezes in Fedora 19, usually once the screensaver kicks in for a while, but

Re: how can i tell rpmbuild to *not* parallelize make during the build?

2014-02-10 Thread Rick Stevens
ultiple "-j" variables to gmake, it will only honor the LAST one specified. YMMV. ------ - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com - - A

Re: how can i tell rpmbuild to *not* parallelize make during the build?

2014-02-10 Thread Rick Stevens
On 02/10/2014 12:41 PM, Robert P. J. Day issued this missive: On Mon, 10 Feb 2014, Rick Stevens wrote: On 02/10/2014 12:09 PM, Robert P. J. Day issued this missive: grr ... following the instructions here: https://fedoraproject.org/wiki/Building_a_custom_kernel on how to build a

Re: recommendations on how to recover a corrupted, LVM-based hard drive?

2014-02-14 Thread Rick Stevens
respects, Fedora has become a right pain in the arse to work with because the people who come up with this stuff never have to ADMINISTER machines based on it. "New" doesn't necessarily mean "better", gang. The Edsel was new once. ---

Re: error open ports

2014-02-18 Thread Rick Stevens
ev/ttyUSB0 then run the program. ------ - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com - - AIM/Skype: therps2ICQ: 22643734

Re: HELP! System keeps locking up

2014-02-20 Thread Rick Stevens
as prevented me from following through on the whole debug process with the nouveau gang. They were quite interested in the problem. ------ - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com - - A

Re: Fedora 19 assistance on modprobe /etc/modprobe.d/ .conf file being ignored

2014-02-28 Thread Rick Stevens
ve it in the initrd image. ------ - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com - - AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 - -

Re: Fedora 19 assistance on modprobe /etc/modprobe.d/ .conf file being ignored

2014-02-28 Thread Rick Stevens
On 02/28/2014 04:46 PM, Ed Greshko issued this missive: On 03/01/14 08:43, Rick Stevens wrote: It wouldn't be. If the device in question is hot-pluggable, then the act of plugging it in after boot would cause the udev stuff to invoke the modprobe. Since the device isn't hot-plugg

Re: F19: Is this an httpd attack attempt?

2014-03-03 Thread Rick Stevens
/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 -- -- - Rick Stevens, Systems

Re: F19: Is this an httpd attack attempt?

2014-03-03 Thread Rick Stevens
On 03/03/2014 05:40 PM, Dan Thurman issued this missive: On 03/03/2014 05:11 PM, Dan Thurman wrote: On 03/03/2014 03:25 PM, Rick Stevens wrote: On 03/03/2014 02:06 PM, eoconno...@gmail.com issued this missive: What's the best way to avoid/prevent this from happening?... Since the IP is

Re: Camera on a Toshiba L850 Satellite laptop, Fedora 17.

2014-03-06 Thread Rick Stevens
then there may be an issue with Hangouts working with your machine (although it _should_ just use the /dev/video0 device by default). -- - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com - - AIM/Skype: therps2ICQ: 22643734Yahoo

Re: Camera on a Toshiba L850 Satellite laptop, Fedora 17.

2014-03-06 Thread Rick Stevens
On 03/06/2014 03:56 PM, Rolf Turner issued this missive: On 07/03/14 11:58, Rick Stevens wrote: On 03/06/2014 01:54 PM, Rolf Turner issued this missive: I have a Toshiba Satellite L850 laptop. Recently I attempted to make use of "Google Hangouts" for communicating with some colleag

Re: Session expiration after desired time

2014-03-07 Thread Rick Stevens
termination thing if you don't use XFCE. ------ - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com - - AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 - -

Re: security

2014-03-11 Thread Rick Stevens
ter what you do (so root can't bypass it). Rather depends on how paranoid you are. ------ - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com - - AIM/Skype: therps2ICQ:

Re: btrfs subvolume as an iSCSI target?

2014-03-12 Thread Rick Stevens
et, you're using that file as a raw device and the iSCSI consumer can format it to whatever they want (or use the existing filesystem if it knows what it is). ------ - Rick Stevens, Systems Engineer, AllDigitalri...@alldigit

Re: Partitions

2014-03-13 Thread Rick Stevens
e filesystems that aren't mounted. Much safer. :-) ---------- - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com - - AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 - -- -

Re: Nvidia Support

2014-03-13 Thread Rick Stevens
M], K600, K1000[M], K1100M, K2000[M], ^^ NVS 510, 1000 So, yes, the card is supported by nouveau, but you'll have poor 3D performance since the card is a "Kepler". I have a "Tesla" on THIS machine so I use the kmod-nvidia stuff on it. -

Re: after upgrading fedora rawhide this morning, no graphical desktop

2014-03-13 Thread Rick Stevens
file is _generated_ by a scriptlet in the RPM, it may not have the correct context. I'd recommend, as root "touch /.autorelabel" and reboot. That should force the system to set the correct selinux contexts on your files. -

Re: Hard Freezes with F20 on Lenovo ThinkPad T430

2014-03-14 Thread Rick Stevens
note that you should use either kmod-nvidia or akmod-nvidia, not both. I use kmod-nvidia for my G86 (Quadro NVS 290) Tesla card. I specifically use the kmod-nvidia- module. As far as loading the module, you should back up your /etc/X11/xorg.conf and replace it with something like: Section &

Re: Maybe O/T: Cloned dual boot HDD using Clonezilla now XP won't boot

2014-03-20 Thread Rick Stevens
o back up your XP data and install fresh, but get the devil off Winblows XP. ------ - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com - - AIM/Skype: therps2

<    1   2   3   4   5   6   7   8   9   10   >