similar to: fsck - and there was much rejoicing

Displaying 20 results from an estimated 1000 matches similar to: "fsck - and there was much rejoicing"

2010 Jul 20
2
Odd fsck problem
In the last month - definitely after going to 5.5 - I've tried to fsck a drive (340 days, or some such, unchecked). 960G RAID 5, I *think*, possibly serial port attachment to a JetStore RAID array. Every time I try, it gets to 70.0%, and stops. As in, I left it run last night, having started it late afternoon, and around 23:00, it was still exactly there, not even .1% more. On that, I also had
2018 Apr 13
3
Relaying some UDP traffic through tinc?
I can confirm that Steam In-Home Streaming does work properly over tinc, for having tried it myself, as long as tinc is configured to route the broadcasts properly, as Guus described. Note that it would be easier to set up tinc nodes on your Windows desktop and Linux laptops, to avoid the additional complication of having to relay broadcast packets between your local networks and the tinc network.
2012 May 01
2
kvm & virtio performance
hi, anyone test freebsd as guest on kvm with virtio drivers? any expirience?
2009 Mar 21
1
Subsetting data where the condition is that the value of some column contains some substring
I have some data that looks like this: > dataP input output corpusFreq pvolOT pvolRatioOT 1 give(my sister, the old book) P 47.0 56016 0.1543651 5 donate(her, the book) P 48.7 68928 0.1899471 9 give(my sister, the book) P 73.4 80136 0.2208333 13 donate(my sister, the old book) P
2005 Mar 15
2
Samba and Preallocated Files
A question about capturing videos to a Samba share... When Apple's Final Cut Pro captures video files, it pre-allocates file space on the destination volume. If you capture to a local volume that's physically attached to a Macintosh, or if you capture to a network volume via AFP (Apple File Sharing Protocol), you can see that Final Cut instantly creates a file of the
2014 Feb 04
2
librsvg2 update problem - nautilus segfault
after morning update of librsvg2 Feb 04 09:39:15 Updated: librsvg2-2.26.0-6.el6_5.2.x86_64 nautilus crashed with nautilus[3419]: segfault at 21 ip 00007f68b2d2733c sp 00007fffe2ce04f0 error 4 in librsvg-2.so.2.26.0[7f68b2d01000+37000] temporary solution yum downgrade librsvg2 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type:
2015 Jan 12
1
C-6, Gnome question
On Mon, Jan 12, 2015 at 08:44:11AM -0500, Bill Maltby (C4B) wrote: > On Sun, 2015-01-11 at 17:42 -0500, Fred Smith wrote: > > <snip> > > > please let me know how it goes, I may want to investigate doing the same. > > I sent a post with a patch, but forget to mention good results and > mentioned on the abort. > > Using top, Firefox CPU utilization has
2015 Jan 11
3
C-6, Gnome question
On Sun, Jan 11, 2015 at 05:12:48PM -0500, Bill Maltby (C4B) wrote: > On Fri, 2015-01-09 at 19:42 -0500, Fred Smith wrote: > > On Fri, Jan 09, 2015 at 07:07:38PM -0500, Bill Maltby (C4B) wrote: > > <snip> > > > > > > Well, that's the limit of my offerings. I'm still trying to find the > > > thing I used back in C5(?) that raised the panels
2019 Apr 28
3
help install
On 04/27/2019 09:21 PM, Frank Cox wrote: > On Sat, 27 Apr 2019 20:18:40 -0400 > Doug wrote: > >> I have tried 4 or 5 times to install Centos 7,* and it seems to install, >> but it won't boot to KDE or any desktop. It comes up in text mode, and >> nothing I do will get it into a kde mode. > Try booting one of the "live images" and see if it will work
2003 Jan 07
1
[Q] Do you trust fsck?
Box with Redhat 7.1 and kernel 2.4.20 has a hardware RAID (about 750 gigs data) attached via an Adaptec 29160 LP card... I began seeing numerous SCSI errors in my logs for our external hardware RAID and input/output errors on test attempts to copy files via cp. Rebooted and immediately saw the errors as the disk was initially accessed by the Adaptec driver. The RAID controller did not
2004 Sep 29
3
wine-20040914
Problem with installation. tar xzvf wine-20040914.tar.gz this created a directory ~/wine-20040914 su # ./configure this generated a longwinded error message to the effect that it is unable to guess my system type. # ./configure --build=i686 this got the configuration going and ended with the message: "Configur finished. Do 'make depend && make' to compile wine".
2008 Nov 24
1
FW: read.ssd
Did not seem to reach Saikat DebRoy, this might be the forum. Bendix -----Original Message----- From: BXC (Bendix Carstensen) Sent: 24. november 2008 15:00 To: 'saikat at stat.wisc.edu'; 'stvjc at channing.harvard.edu' Subject: read.ssd It's always annoyed me that that read.ssd crashed on datasets with long variable names, but the other day a collegue of mine pointed out to
2015 Jul 24
3
rsyslog.conf
On Thu, July 23, 2015 10:34, Valeri Galtsev wrote: > Well, my habit for regular e-mail exchange is "top posting" thus the > person reads my message thus is right to the point why this particular > message message was sent in a first place... But when mail lists are > concerned, I do an opposite, that is I follow mail lists conventions. > I never thought about rationale
2014 Mar 14
1
Replying to Posts
On Thu, March 13, 2014 15:32, Kevin Larsen wrote: >> On 13/3/14 6:27 pm, Eric Wieling wrote: >> > This is an example of why I top post. Who wrote what? >> +1-1 = 0 I do not care about where people put their replies so long as I can figure out who is answering what. What I do not like to read is this interminable religious dogma about the 'natural' order of
2006 Sep 13
2
Errno::EBADF: Bad file descriptor - connect
Today this error is the bane of my existence. It is weird. My app works fine when I am running it through Mongrel, but as soon as I try to run a unit test, the test explodes with this error. Any ideas? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group,
2004 Jul 01
1
linking .lib and/or .dll files
Hi, Linking C++ dynamic libraries has become the bane of my R life. I have a piece of C++ code that I would like to make into a .dll (to call into R). However, this piece of C++ code needs to be linked with a .dll or .lib - which I have been created in Visual C++. Is it possible to link this for use in R? If so, how do I go about doing this is MINGW? I am running R1.9.0 on WinXP. Any
2017 Apr 02
4
sound problems... alsa & systemd?
On 03/29/2017 06:43 AM, ken wrote: > On 03/28/2017 08:53 PM, ken wrote: >> The www has failed me with this, so I'm trying you guys. Sound worked >> great out of the box when I installed 7.2... Yay! I could watch all >> kinds of videos, like on facebook and youtube. And I could listen to >> most podcasts too. But then something happened. It was either a >>
2003 Mar 27
1
Blockiness
I tried out Theora to see what the future holds, and see some pros and cons. As a great plus, I have noticed that, even at the lowest quality (ie. "-v 0"), the detail, and overally quality is clearly better than anything else available. On the negative side, at qualities comparable to MPEG4, I've notcied a great deal of blockiness. It's not as bad as blockiness from other
2004 Jul 05
3
Randy Bush is a destructive force with a hidden professional agenda
. Monday, July 5, 2004 15:50:06 (-08:00hrs UTC) Hello asterisk-users, From the following post: On Mon, 5 Jul 2004, Joe Baptista wrote: > On Mon, 5 Jul 2004, Randy Bush wrote: >> i did not criticize the protocol. remember, my question started >> with >> >> >> i am looking at iax to
2023 May 05
1
6.2 still cannot get hdmi display out on Thinkpad P73 Quadro RTX 4000 Mobile/TU104
On Thu, 4 May 2023 16:32:16 -0700 Marc MERLIN <marc_nouveau at merlins.org> wrote: > Hi again, I just saw a bunch of commits from all of you (thanks), but > still can't find info if my thinkpad P73 with Quadro RTX 4000 > Mobile/TU104 is meant to be supported, or not, and if so, how I can > best report issues beyond what I've already sent. > > The intel graphics