akmod-nvidia causing big problems on F15 system

2012-05-15 Thread Dean S. Messing
I recently did a yum update on my F15 which pulled in a new kernel, and a lot of other packages. After a reboot, KDE locked up. Eventually I got a message saying that compositing (for Desktop Effects) had been turned off because my system was too slow (which it is not.) Thankfully I had done a fu

Re: What is removing files from /tmp?

2012-05-09 Thread Dean S. Messing
Mikkel L. Ellertson wrote: > The way I do it is to create a tmp directory in each user's home > directory. (Add to /etc/skel) Then I have TMP set to this > directory. (Add local.sh and local.csh in /etc/profile.d) This > works for programs that honor TMP and is easy to add to scripts. > > if [

(SOLVED [maybe]) Re: What is removing files from /tmp?

2012-05-03 Thread Dean S. Messing
On Thu, 3 May 2012 at 11:34:03, Michael Schwendt wrote: > On Wed, 02 May 2012 19:47:03 -0700, DSM (Dean) wrote: > > > > > I'm running F15. Files are mysteriously being removed from /tmp after a > > number of days of not being touched. I am familiar with > > /etc/cron.daily/tmpwatch and, in fact

Re: What is removing files from /tmp?

2012-05-02 Thread Dean S. Messing
On Thu, 03 May 2012 at 15:40:40, Tim wrote: > While I can't answer to why old files might be disappearing, other than > to check more than just *daily* CRON entries (hourly, weekly, specific > hours of the day), I'll suggest one thing: If you want to keep /tmp > contents through a reboot, make su

Re: What is removing files from /tmp?

2012-05-02 Thread Dean S. Messing
Joe Zeff wrote: > On 05/02/2012 08:44 PM, Dean S. Messing wrote: > > Now that you know my dirty little secret, can you tell me what could be > > gratuitously cleaning /tmp? > > Thank you for satisfying my curiosity. Alas, the only thing I could > have suggested is tmpw

Re: What is removing files from /tmp?

2012-05-02 Thread Dean S. Messing
Sam Varshavchik wrote: > Dean S. Messing writes: > > > > I'm running F15. Files are mysteriously being removed from /tmp after a > > number of days of not being touched. I am familiar with > > /etc/cron.daily/tmpwatch and, in fact, modify it to inhibit removal

Re: What is removing files from /tmp?

2012-05-02 Thread Dean S. Messing
Ed Greshko wrote: > That question raises a question that I've been wanting to ask several > times. So, although I'm asking it in this thread, it isn't solely > directed at you. > > When someone on this list asks for help in modifying a behavior to suit > their needs/desires why are they often as

Re: What is removing files from /tmp?

2012-05-02 Thread Dean S. Messing
On Wed, 02 May 2012 at 20:24:46 Joe Zeff wrote: > On 05/02/2012 07:47 PM, Dean S. Messing wrote: > > Does anyone know of another mechanism for this? > > Just out of curiosity, why don't you want files to be removed from /tmp? Because I have the bad habit of sometimes cre

What is removing files from /tmp?

2012-05-02 Thread Dean S. Messing
I'm running F15. Files are mysteriously being removed from /tmp after a number of days of not being touched. I am familiar with /etc/cron.daily/tmpwatch and, in fact, modify it to inhibit removal of files from /tmp. In the past this has worked. Under F15 it has not. Two or three weeks ago I de

(SOLVED) Re: VMware workstation 8 on linux 2.6.42 (Fedora 15) anyone?

2012-02-21 Thread Dean S. Messing
> Am 18.02.2012 20:30, schrieb Dean S. Messing: > > A recent update installed the 2.6.42.3-2 kernel and now VMware > > Workstation 8.0.2 (and 8.0.1) won't compile its modules. Does anyone > > know if module patches have been issued. I've been unable to find the

Re: VMware workstation 8 on linux 2.6.42 (Fedora 15) anyone?

2012-02-18 Thread Dean S. Messing
On 18th Feb, 2012 at 11:39:07 PST, Reindl Harald wrote: > Am 18.02.2012 20:30, schrieb Dean S. Messing: > > A recent update installed the 2.6.42.3-2 kernel and now VMware > > Workstation 8.0.2 (and 8.0.1) won't compile its modules. Does anyone > > know if module patch

VMware workstation 8 on linux 2.6.42 (Fedora 15) anyone?

2012-02-18 Thread Dean S. Messing
A recent update installed the 2.6.42.3-2 kernel and now VMware Workstation 8.0.2 (and 8.0.1) won't compile its modules. Does anyone know if module patches have been issued. I've been unable to find them. Secondarily, is anyone here running Workstation 8 with the 2.6.42 kernel? Thanks! -- users

Re: How (or why) does this bash script snippet work?

2012-01-13 Thread Dean S. Messing
On Fri, 13 January 2012 at 15:37, Cameron Simpson wrote: > On 12Jan2012 19:07, Dean S. Messing wrote: > | On 13 Jan 2012 at 13:55:27, Cameron Simpson wrote: > | > | > The: > | > > | >| > > | > form is handy for programmatically constructed pip

Wireless laptop connection spontaneously disconnects and reconnects

2012-01-12 Thread Dean S. Messing
Since loading F15 on a brand new Dell M4600 Precision a short time ago, I'm seeing it spontaneously disconnect and reconnect to my home wireless system. Below are a few hours of entries in /var/log/wpa_supplicant.log from this afternoon. There's no way to know the exact times because there's no t

Re: How (or why) does this bash script snippet work?

2012-01-12 Thread Dean S. Messing
On 13 Jan 2012 at 13:55:27, Cameron Simpson wrote: > The: > > > form is handy for programmatically constructed pipelines, too. Sorry, I don't understand "programmatically constructed pipelines". Would you elaborate? Thanks -- users mailing list users@lists.fedoraproject.org To unsubscribe

Re: How (or why) does this bash script snippet work?

2012-01-12 Thread Dean S. Messing
On 12 Jan 2012 at 20:34:26, Mark LaPierre wrote: > On 01/12/2012 02:13 PM, Anthony R Fletcher wrote: > > On 12 Jan 2012 at 14:02:50, Dean S. Messing wrote: > >> > >> In a system script I find this snippet > >> > >>nodevs=$(< /proc/filesystems

Re: How (or why) does this bash script snippet work?

2012-01-12 Thread Dean S. Messing
On 12 Jan 2012 14:13:53, Anthony R Fletcher wrote: > On 12 Jan 2012 at 14:02:50, Dean S. Messing wrote: > > > > In a system script I find this snippet > > > > nodevs=$(< /proc/filesystems fgrep rootfs) > > > > and don't underst

How (or why) does this bash script snippet work?

2012-01-12 Thread Dean S. Messing
In a system script I find this snippet nodevs=$(< /proc/filesystems fgrep rootfs) and don't understand the syntax. According to the bash man page, $(< file) is shorthand for $(cat file). But then the above should read nodevs=$(< /proc/filesystems | fgrep rootfs) However, the latter leav

Re: "find" problem

2012-01-07 Thread Dean S. Messing
On 07 January 2012 at 20:02:21 +1100, Cameron Simpson wrote: > On 06Jan2012 23:29, Dean S. Messing wrote: > | In doing more experimenting with find, I discovered that > | / is evidently fstype "rootfs", whatever that is. > > Interesting. > > | Looking in /etc/mta

Re: "find" problem

2012-01-06 Thread Dean S. Messing
In doing more experimenting with find, I discovered that / is evidently fstype "rootfs", whatever that is. Looking in /etc/mtab I see: rootfs / rootfs rw 0 0 and /dev/mapper/vg00-lv_root / ext4 rw,relatime,user_xattr,acl,barrier=1,stripe=32,data=ordered 0 0 In fact, find / -fst

Re: "find" problem

2012-01-06 Thread Dean S. Messing
On 06 January 2012 at 9:53pm, Cameron Simpson wrote: > Ok, so per my test suggestion, what does: > > find / \! -fstype ext4 -print -prune > > show? It prints just the root. (I.e. "/" appears alone on a line.) What is that saying? > Is it useful to go: > > find / \! -type d -fstype ext4

Re: F16-X86_64-Live-KDE won't boot on XPS 17

2012-01-06 Thread Dean S. Messing
On 06 January 2012 at 5:32pm Linux guy wrote: > I wonder if it would make a difference if I installed directly and > then tried to boot. It very well might. It's what I would do, but that's because I have no experience booting from a USB device. I also have little experience dual booting so you

Re: F16-X86_64-Live-KDE won't boot on XPS 17

2012-01-06 Thread Dean S. Messing
On 06 January 2012 at 5:31pm, Linux guy wrote: > I get the boot parameters when I press Tab with grub2. Fedora 15 uses grub1. I know nothing about using grub2. > Here is what its using. > vmlinuz0 initrd=initrd0.img root=live:UUID= rootfstype=vfat ro > live img quiet rhgb rd.luks=0 rd.md=

Re: F16-X86_64-Live-KDE won't boot on XPS 17

2012-01-06 Thread Dean S. Messing
> On 06 January 2012 at 6:17pm, Alan J. Gagne wrote: > > What video card are you using with the i5 server. > > > > Not sure if this is your issue but I just did a lot of research before > > buying a new 17" laptop and avoided systems with Nvidia video that had > > the Optimus technology. Seems t

Re: F16-X86_64-Live-KDE won't boot on XPS 17

2012-01-06 Thread Dean S. Messing
> What video card does your M4600 have and which spin (x86, x86_64, KDE, > etc) did you install ? Video card: Quadro 1000M (and the Nvidia binary driver built via akmod) Spin: Fedora-15-x86_64-DVD.iso I also customised during installation so I have all the same tools and libs). I am runnin

Re: "find" problem

2012-01-06 Thread Dean S. Messing
On 06 January 2012 at 15:59pm, Cameron Simpson wrote: > On 07Jan2012 08:28, I wrote: > | On 06Jan2012 12:43, Dean S. Messing wrote: > | | On my F13 machine, > | | > | | find / \! -fstype ext4 -prune -o -print > | | > | | prints every file that is in an ext4 filesys

Re: F16-X86_64-Live-KDE won't boot on XPS 17

2012-01-06 Thread Dean S. Messing
On 06 January 2012 at 6:17pm, Alan J. Gagne wrote: > What video card are you using with the i5 server. > > Not sure if this is your issue but I just did a lot of research before > buying a new 17" laptop and avoided systems with Nvidia video that had > the Optimus technology. Seems there is a

Re: "find" problem

2012-01-06 Thread Dean S. Messing
On 06 January, 2012 at 3:47pm, Cameron Simpson wrote: > On 06Jan2012 12:43, Dean S. Messing wrote: > | On my F13 machine, > | > | find / \! -fstype ext4 -prune -o -print > | > | prints every file that is in an ext4 filesystem mounted on /, and prunes > | those in

"find" problem

2012-01-06 Thread Dean S. Messing
On my F13 machine, find / \! -fstype ext4 -prune -o -print prints every file that is in an ext4 filesystem mounted on /, and prunes those in any other type of fs. On my F15 the same command prints nothing. Why might that be? -- users mailing list users@lists.fedoraproject.org To unsu

Re: suid mystery (SOLVED)

2011-12-09 Thread Dean S. Messing
On Fri, 09Dec11 19:33 -0800, Scott Doty: wrote: > On 12/9/11 6:53 PM, Dean S. Messing wrote: > > > > I just tested your suggestion. The timestamps are changing. > > > > It's probably running: /usr/lib64/nspluginwrapper/plugin-config I think you have solved the mys

Re: suid mystery

2011-12-09 Thread Dean S. Messing
On Sat 10Dec11 13:08 +1100 Cameron Simpson wrote: > On 09Dec2011 17:36, Dean S. Messing wrote: > | I have a little suid mystery that perhaps someone would > | kindly help me solve. I just discovered that the files and > | symlinks in > | /usr/lib64/mozilla/plugins-wrappe

suid mystery

2011-12-09 Thread Dean S. Messing
I have a little suid mystery that perhaps someone would kindly help me solve. I just discovered that the files and symlinks in /usr/lib64/mozilla/plugins-wrapped get their "Modify time" updated each time I start firefox as me (not root). I just re-started firefox (at 17:19) and here is 'ls -l

Re: Bad memory module?

2011-11-23 Thread Dean S. Messing
On Thu, 24 Nov 2011 06:13:31, Soham Chakraborty wrote: > On Thu, Nov 24, 2011 at 3:10 AM, Dean S. Messing wrote: > > On Thu, 24 Nov 2011, Soham Chakraborty wrote. > > > Since you have a correctable error, it shouldn't be any problem with the > > > memory modu

Re: Bad memory module?

2011-11-23 Thread Dean S. Messing
On Thu, 24 Nov 2011, Soham Chakraborty wrote. > On Thu, Nov 24, 2011 at 2:11 AM, Dean S. Messing wrote: > > Do you know what this message actually means? > > > > It basically means memory error checking on a memory module along with a > parity checking bit. It is cal

How do I revert back to kernel-headers-2.6.40.6-0.fc15.x86_64 ?

2011-11-23 Thread Dean S. Messing
Yesterday I updated by F15 system. Three of the updated packages were kernel-headers-2.6.41.1-1.fc15.x86_64 kernel-devel-2.6.41.1-1.fc15.x86_64 kernel-2.6.41.1-1.fc15.x86_64 This turned out to make rebuilding the VMware modules a MAJOR pain, and today I noticed that VMware is loading

Re: Bad memory module?

2011-11-23 Thread Dean S. Messing
On Wed, 23 Nov 2011, Tom Horsley wrote: > > Does this mean I have a memory module about to go out? > > When in doubt add a memtest boot menu entry and let it > check out your memory for a few hours: > > http://www.memtest.org/ Thanks for the tip. I'll run it all night tonight. (This is my work m

Bad memory module?

2011-11-23 Thread Dean S. Messing
Night before last I started getting the following message in /var/log/messages about every hour or so. Nov 23 11:39:50 kernel: [54140.456113] EDAC MC0: CE row 1, channel 1, label "": (Branch=0 DRAM-Bank=2 RDWR=Read RAS=15602 CAS=460, CE Err=0x1 (Correctable Patrol Data ECC)) Does this mea

Re: Having a large desktop. (Font, icon and application sizes)

2011-11-21 Thread Dean S. Messing
Marko Vojinovic wrote > On Monday 21 November 2011 20:43:07 linux guy wrote: > > No replies to this ? Am I asking the question wrong ? All I want is > > everything on the desktop to be larger. > > Decrease monitor resolution? > > The xrandr will tell you what resolutions are supported by your

Help w/ F15 on Dell M4600 Precision Laptop purchase decision

2011-11-21 Thread Dean S. Messing
I'm at the point of ordering a Dell M4600 laptop. I plan to run either F15 (or F16). Wanting very much to avoid tears and depression later, I'd like to briefly know your good and bad experiences. The laptop has been out since April and yet there is no Linux-on-Laptop page for it. I'm aware of th

Re: Convert ext4 lvm to normal ext4 partition

2010-11-13 Thread Dean S. Messing
Lamar Owen wrote: > Regarding your disk speed tests with hdparm, you may want to look at the "--direct" switch. Dean -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedo

Re: Expert Help needed (raid1+lvm) Did I destroy 2TB of backups? (Solved!)

2010-11-12 Thread Dean S. Messing
Laurentiu Coica wrote: Thanks VERY much, Laurentiu, for all the work you went through! I must apologise for not including more details of what I did. There are some differences between what I did and what you simulated which makes your conclusion not quite applicable. 1) /mnt/deanm (using your

Expert Help needed (raid1+lvm) Did I destroy 2TB of backups?

2010-11-12 Thread Dean S. Messing
My System: up-to-date Fedora 13 The Situation: I have two 2TB drives (/dev/sde1, /dev/sdf1) bound into a RAID-1 on /dev/md1. This device (md1) is an lvm PV on which there is a single VG (vg_medulla_bkup) In the VG is a single LV (vg_bkup). All has been working well since I built it two weeks a

Re: (F13, KDE) More problems (Solved)

2010-11-08 Thread Dean S. Messing
I wrote: > More "issues". > > Apart from the system setting GUI being entirely re-arranged (of which > I'm not complaining :-) I now have lost all my wallpaper assignments on > the various desktops! Nor can I find where to re-assign wallpaper to > desktops. > > Is this KDE update (to 4.5.2 it ap

Re: (F13, KDE) ugly, grey system tray icons after update

2010-11-08 Thread Dean S. Messing
> > > > Clues? > > Do you mean the, "monochromatic icons [which] give visual clarity, and > more consistent user interactions improve usability" - introduced in > 4.5? > > http://www.kde.org/announcements/4.5/plasma.php What a laugh. Now, how to I revert to 4.4 ½:-) -- users mailing list u

Re: how to generate pi in c

2010-11-08 Thread Dean S. Messing
The following program will compute pi to three (3) places (approximately :-) #define _ -F<00 || --F-OO--; int F=00,OO=00; main(){F_OO();printf("%1.3f\n", 4.*-F/OO/OO);}F_OO() { _-_-_-_ _-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_

(F13, KDE) More problems

2010-11-08 Thread Dean S. Messing
More "issues". Apart from the system setting GUI being entirely re-arranged (of which I'm not complaining :-) I now have lost all my wallpaper assignments on the various desktops! Nor can I find where to re-assign wallpaper to desktops. Is this KDE update (to 4.5.2 it appears) broken, or am I j

(F13, KDE) ugly, grey system tray icons after update

2010-11-08 Thread Dean S. Messing
After doing an F13 update today, in which a load of KDE packages got updated, my system tray now contains drab, grey, hard-to-see icons instead of the nice coloured ones it had previously. The previous update (before the one that broke the icons) was on 2nd November, so this is due to stuff brou

Re: How to change console font in grub2?

2010-10-15 Thread Dean S . Messing
Dennis Gilmore wrote: > I find no valid argument in that page for not using the fedora packages. > building from source as you do means you lose the ability to verify > whats installed on your system. there is zero reason why you cant > install grub2 as the only bootloader using the fedora rpms

Re: Proprietary or open source NVidia drivers?

2010-10-15 Thread Dean S. Messing
lems with akmod and don't use it. YMMV). The one time I downloaded a binary driver directly from nvidia (about 1 year ago) for some experiements, the package borked the module installation process so at boot time I had to always "rmmod" and the "modprobe" drivers. Th

Re: How to change console font in grub2?

2010-10-15 Thread Dean S. Messing
On Mon, 11 Oct 2010 19:57:02 -0500, Dennis Gilmore wrote: > > any reason you did not use grub2 that is in fedora? Yes. Read this: http://blog.fpmurphy.com/2010/06/upgrading-fedora-13-to-grub2.html -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription opti

Sound, Fedora13, and VMware

2010-10-11 Thread Dean S. Messing
I just installed VMware Workstation 7.1.2 on my i686 machine. I attached my old Windows XP client image, and things came up nicely---except for sound ("no /dev/dsp found" was the sad announcement). Has anyone successfully fixed this on F13? I've run across one solution (uncommenting the magic l

Re: How to change console font in grub2?

2010-10-11 Thread Dean S. Messing
On Mon, 11 Oct 2010 15:10:10, Stan wrote: > > On Thu, Oct 7, 2010 at 8:07 PM, Dean S. Messing wrote: > > > > > > Does anyone know the secret sauce that's needed to change the > > > colour of the font in a high-res (1600x1200) console when using > &

Re: How to change console font in grub2?

2010-10-11 Thread Dean S. Messing
On Fri, 8 Oct 2010 02:21:08 Tom H wrote: > On Thu, Oct 7, 2010 at 8:07 PM, Dean S. Messing wrote: > > > > Does anyone know the secret sauce that's needed to change the colour of > > the font in a high-res (1600x1200) console when using grub2 in F13? (By > > &

How to change console font in grub2?

2010-10-07 Thread Dean S. Messing
Does anyone know the secret sauce that's needed to change the colour of the font in a high-res (1600x1200) console when using grub2 in F13? (By "console" I mean the "framebuffer-based" console. X isn't running yet.) The back-story: Last evening I built and installed grub2 on my new F13 syst