Displaying 20 results from an estimated 40 matches for "greased".
Did you mean:
grease
2004 Nov 23
1
File Creation Error on an SMB Volume
> Hi folks,
> My SMB server is a Helios Ethershare 3.1 on a Tru64 Alpha machine.
> We are now integrating more and more gentoo-Linux Servers. These are the
> SMB Clients.
>
> On Obelix (one of our gentoo-Servers) I can mount the SMB Volume from the
> Ethershare Server.
> obelix nc4smb # whoami
> root
> obelix # mount -t smbfs -o username=m.heckmann
2005 Jun 13
3
recycle with debian-package of sambe 3.0.10
Hello Stephan,
Monday, June 13, 2005, 12:58:54 PM, you wrote:
SH> I am struggeling around with the permissions of the recycle-vfs-module.
SH> While working mostly good( placing deleted files inside the .recycle-
SH> folder), the touch-option does not work.
I am experiencing the same problem. The recycle vfs module is quite buggy,
IMHO.
The touch option does not seem to work,
2017 Aug 13
1
Kernel:[Hardware Error]: use of vacuum
On 08/13/2017 05:18 AM, ken wrote:
> Also, cowboys scoff, but I always wear a grounded wrist strap when
> handling electronics.
It's a good idea, especially in low-humidity climates. Also noteworthy:
the air moving through a hose can cause a vacuum's hose or attachment to
build up a static charge, which is another reason it can be a bad idea
to use a vacuum in a computer.
2020 Jun 18
3
FileCheck
> On Jun 18, 2020, at 14:32, Chris Lattner via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> 2) Instead of dumping the entire input by default, would it be reasonable to change the default “make check” to have FileCheck print the 10 lines before and after the mismatch? Most problems are close by the check failure. If you want to check extra fancy, dump the CHECK-LABEL region.
2011 Nov 29
5
Why Numeric Values Become Factors in Data Frame
I have a data frame with 1 factor, one date, and 37 numeric values:
str(waterchem)
'data.frame': 3525 obs. of 39 variables:
site : Factor w/ 64 levels "D-1","D-2","D-3",..: 1 1 1 1 1 ...
$ sampdate : Date, format: "2007-12-12" "2008-03-15" ...
$ CO3 : num 1 1 6.7 1 1 1 1 1 1 1 ...
$ HCO3 : num 231 228 118 246
2014 Aug 20
1
Hulu requires Flash Player 10.1.53.64
I'm running firefox on Centos 6 and am trying to watch a movie on hulu.
Hulu requires Flash Player 10.1.53.64 or higher
What to do?
My recollection is that dealing with flash has always been a pain
and that it recently got worse when Adobe EOLed flash for linux.
Is this correct?
[hennebry at localhost grease]$ uname -a
Linux localhost.localdomain 2.6.32-431.20.3.el6.x86_64 #1 SMP Thu Jun 19
2006 Jan 21
1
SIP and NAT - best practices?
Thanks Moises. I was kind of hoping that, at least if I hosted my Asterisk
server somewhere where there was no NAT for the * box that the SIP phones
wouldn't create any issues.
How do you people with Hosted PBX handle the deployment of SIP phones behind
NAT firewalls? Is it just elbow grease and configuring every single phone
for the customer, or is there a way?
Mike
you can redirect
2002 Nov 08
3
Route Vlans
Hello,
Is it possible with a linux Bow to route différents VLANs, like a router
cisco can does ?
Thank for your answers
Laurent Foucher
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2017 Jan 03
2
[R] Problems when trying to install and load package "rzmq"
Possibly so.
However, the ZeroMQ libraries do exist for Windows, so it might be possible to get the package working there. However, CRAN probably won't have the libraries, so cannot produce a binary package, and it is also quite possible that the package author is not a Windows person.
At the very least, you'll need some familiarity with the Windows toolchain and be prepared to apply a
2003 Oct 01
1
R on fairly large machines
Hi,
We are considering using R on a large problem that will require four 64
bit cpu's and 64Gb of ram and some flavor of unix. We are just
wondering if R is going to be happy in this environment. If have
experience with this please let me know.
Thanks,
Allan Tingey
al at genetics.utah.edu
2005 Apr 28
0
simple addition in R, now fast & easy!
...had to type:
> 7 + 3
It was tedious to type and several hours could pass as you waited for
your return value.
So, imagine the excitement around your lab or office when you type in:
>.Fortran("add",as.numeric(7),as.numeric(3),as.numeric(0))
and get your result back faster then a greased goat!
Well now you can!
Here's how:
First create a file called add.f with the following code:
---------------------clip--------------------------------
c Add two numbers
subroutine add(a,b,c)
double precision a,b,c
c = a + b
end
------------------end clip------------------------------
D...
2005 Feb 09
1
Compile on RHAS/RHEL3?
List,
both on RHAS3 update3, update 4, Samba source code 3.0.9 thru 11 gives
SIGSEGVs on make check. Installing the buggers and trying to run them
gives the same.
*THOUGH*.
The Red Hat beta 3.0.9 srpm at fr2.rpmfind.net comples and runs "like a
little sun" ("net als een zonnetje", in Dutch).
Anyone compiled Samba 3.0.11 on Red Hat RHAS3/RHEL3? Not "how", just
2012 Jun 11
0
hauteur tools in search traffic
I've enter a occur across the ads showing a pneumatic tools (http://www.wufutool.com) home base p bespoke breeze sprayer in casual clothes painting the unlikely of his business getting a sizable grin on his face. Not even-handed a vigorous forward tint dribble or discard the religious ministry nearby. The walls certainly are a good blue as extravagantly as the barber a pure
2006 Sep 11
0
ActiveMerchant Paypal Pro Support
How is ActiveMerchant''s Paypal Pro support? I am migrating a client''s
site to Rails that uses Paypal Pro and they have been pretty happy with
it (and know how to use Paypal''s website). I tried first setting up
the PayPal plugin directly, but ran into some issues and then I noticed
that ActiveMerchant has PayPal Pro, but its labeled "testing" and
2011 Dec 06
8
explicit class dependencies
Do explicit class dependencies work?
This simple example fails with:
Could not find resource ''Class[Config]'' for relationship on ''Class[Uses_config]''
class config {
}
class uses_config {
Class[''config''] -> Class[''uses_config'']
}
include uses_config
Am I doing something?
Thanks,
Christian
--
You received this
2006 Jan 22
0
RE: Asterisk-Users Digest, Vol 18, Issue 131
Mark,
Thanks a lot for the feedback. It's reassuring to say the least
Mike
Message: 18
Date: Sat, 21 Jan 2006 15:36:18 -0500
From: Mark Phillips <g7ltt@g7ltt.com>
Subject: Re: [Asterisk-Users] SIP and NAT - best practices?
To: Asterisk Users Mailing List - Non-Commercial Discussion
<asterisk-users@lists.digium.com>
Message-ID: <43D29B42.3060705@g7ltt.com>
Content-Type:
2007 Feb 09
7
Dependencies between machines
Hello:
I''ve been reading up on puppet after spending a while on SmartFrog.
SmartFrog''s late binding and ability to encode dependencies between
machines or document parallel or serial configuration steps was
compelling. Java was not. :)
Are there notions of these concepts in puppet that aren''t apparent
from the documentation? Different ways to get to the same
2017 Jan 03
0
[R] Problems when trying to install and load package "rzmq"
Hi, Paul.
I maintian the rzmq project.
love to get it running on windows, but zmq doesn't play nicely with R's
mingw.
These guys have taken the approach of building the entire zmq library
inside the R package:
https://github.com/snoweye/pbdZMQ
I suggest you give it a try. or if you want to attempt to compile libzmq
sources for windows w/ R's mingw, that would be welcome.
-Whit
2006 Aug 24
3
Mousehole stuff
Hey everyone,
I''m using mousehole for the first time today (love the artwork, btw) and I
seem to be having problems with Camping and Markaby. When I go to the Apps
page I get:
Camping Problem! MouseHole::Controllers::RApps.GET TypeError
/Users/tzaharia/Sites/mouseHole/lib/mouseHole/views.rb:78:in `+'': can''t
convert String into Array:bla bla bla...
The line in question
2005 Feb 05
9
Hot Fallover
Hello List:
Recently our shorewall FW server went dead (PS failure) & brought the entire
system down. Luckily we are testing the FW and other servers, so we did not
loose anything. Now we have decided to setup two Shorewall FW servers with a
primary & another fallover FW server.
I have done some research cruised the Internet and found that a product
''UCARP''