search for: droves

Displaying 20 results from an estimated 164 matches for "droves".

Did you mean: drives
2018 Jan 30
4
Best practices in developing package: From a single file
Mehmet, That is a loaded topic, not unlikely other topics preoccupying us these days. There is package.skeleton() in base R as you already mentioned. It drove me bonkers that it creates packages which then fail R CMD check, so I wrote a wrapper package (pkgKitten) with another helper function (kitten()) which calls the base R helper and then cleans up it---but otherwise remains faithful to it.
2007 Nov 02
3
script.aculo.us: onUpdate in Sortable.create
Can''t seem to get the onUpdate to work in for a sortable list. I am following the documentation and the included functional tests but nothing is firing for me. Any idea why? Sortable.create(''list1'', { tree:true , onUpdate:function(sortable){ alert(''onUpdate'') } , handle: ''handle'' , scroll:window ,
2019 Apr 11
1
Kernel panic after removing SW RAID1 partitions, setting up ZFS.
On Wed, 10 Apr 2019 08:38:04 -0700, Benjamin Smith <lists at benjamindsmith.com> wrote >I drove to the site, picked up the machine, and last night found that the >problem wasn't anything to do with mdadm, but rather setting a partition to >GPT. For some reason, you *cannot* have a partition of type GPT and expect >Linux to boot. (WT F/H?!?) If you want to boot a BIOS
2006 Aug 13
1
Johnny's postfix/dovecot/squirrelmail/virus scanning + Centos4 Walk Through...
Is anyone mirroring Johnny's write up on this? As fate would have it, I've finally got some time to sit down and configure a spare box to be my new mail server and Johnny's site has been defaced again. :-( Sigh....I even checked to make sure it was up this morning, drove to the office so I could do everything from the terminal and my handy dandy roadmap is gone.... Any pointers
2007 Dec 28
1
FYI: Package installation problem with windows
Hello, maybe this info is helpful for someone else, at least it is a reminder for me if the problem should reoccur: The last hours R drove me nuts because it wouldn't install new packages, or more irritating still: It would chose randomly which packages to install when given a list ("unable to move temporary installation" ). The solution was to turn of the indexation of
2004 Oct 24
2
MySQL auth
> > I have started an implementation in the kh branch, so that libcurl > could > be used for listener auth, so can shell commands, but neither have been > used in anger yet. Ooo. :) Having just had a look at auth_curl.c in kh, that would probably do what we want even better. Is it possible (or would it *be* possible) to make <mount> sections take wildcards for
2017 Sep 12
2
SMB data transfer performance on AD mode
On Tue, 2017-09-12 at 09:11 -0700, Jeremy Allison via samba wrote: > On Tue, Sep 12, 2017 at 12:52:29PM -0300, Dante Colo via samba wrote: > > Hi Everyone ! > > > > I note that all of samba AD server that i maintain are not so fast in terms of data transfer, more specifically none of them go over 40 MB/s , one particularly which i'm trying to find out why doesn't go
2011 May 04
0
[LLVMdev] Memory Subsystem Representation
On May 3, 2011, at 12:01 PM, David A. Greene wrote: > "Rotem, Nadav" <nadav.rotem at intel.com> writes: > >> Can you describe which passes may benefit from this information ? My >> intuition is that until there are a number of passes which require >> this information, there are other ways to provide this >> information. One way would be to use
2023 Jan 07
1
centos 8-Streams kernel?
If you want to follow CentOS Stream development, I have two websites that grab CentOS-supplied XML and publish blog entries of updated packages whenever that happens: https://centos.passthejoe.net/ https://passthejoe.tilde.institute/centos/ Both websites have the same content. Frustration with CentOS Stream 8 development and security -- especially the kernel -- drove me to create this site so
2006 Feb 08
3
Newbie and MySQL
Please forgive me if this has been answered in another post. I''ve looked around but couldn''t find a solution. I bought the book "Agile Web Development with Rails" and think I''m going to really like it. I went through the first chapter with no problems. However, as I begin developing the database on page 57, I get a consitent error: Before updating scaffolding
2002 Oct 31
9
getent not working correctly
Hello again! Ok, I've gotten wbinfo -u and wbinfo -g working great Now I try to run getent passwd and getent group I get my local users/groups but not the ones on the Windows 2k Server Domain Controller and it just hangs after listing the local ones. I also tried authenticating a user and it worked I'm assuming wbinfo -a DOMAIN+ingless@DOMAIN%"password" (The usernames here
2010 Sep 17
3
do carriers detect unusual / unauthorized VoIP calling patterns?
All- Recently an Asterisk server we host was hacked and used to route some unauthorized calls. We have since improved our security measures, including installation of fail2ban. The interesting thing is the way in which this was discovered. The unauthorized calls were occurring intermittently last Thurs evening thru Sat morning. On Sat morning, some of our employees were attempting to log-in
2011 May 03
2
[LLVMdev] Memory Subsystem Representation
"Rotem, Nadav" <nadav.rotem at intel.com> writes: > Can you describe which passes may benefit from this information ? My > intuition is that until there are a number of passes which require > this information, there are other ways to provide this > information. One way would be to use Metadata. We have Cray-specific passes that use this information. Some of the
2009 Apr 09
2
testing that volumes are not currently attached to loopback devices
xend will not start a domain if one of the block devices is currently mounted elsewhere, but it will not detect if the device is currently attached to a loopback device. I wouldn''t have thought this a problem, provided that the loop device itself wasn''t in use, but it causes all sorts of strange things to happen. My loop device was mounted with the following command
2008 Jan 08
3
Please help me resolve why mail isn't being delivered to virtual users
Hi, I have to admit that I'm not quite sure why no one has responded to me about this one. If I'm not providing enough information or incorrect information please tell me. It's quite important that this e-mail system be working. I do not quite understand what it is that I'm missing now. I have the need to setup and configure various users as virtual users. To this end,
2008 Jul 07
6
MiniMagick, and processing thumbnails...
I have a requirement that can''t be that outrageous.... I want to be able to upload an image, and have multiple thumbnails be created for each. Then, I want to post process each image (the main image plus the thumbnails) to add borders. The trick is that the borders need to be different for each image. I thought I could use the after_resize handler, but when I try to add a border to
2023 Jan 07
1
centos 8-Streams kernel?
Heh, Your sentiments on the website very much mirror my own, although I?m more focused on server applications rather than on desktop (we use Macs and Ubuntu for that). When Red Hat announced Streams, I was terrified at first and my first instinct was to switch to Rocky or a similar 1:1 distro, but then thought there might be something good coming out of the whole ordeal. And indeed it did, we
2009 Dec 08
2
[LLVMdev] Rework of Vector/Scalar Classification
On Tuesday 08 December 2009 13:23, Chris Lattner wrote: > Your diff isn't clean and won't apply to mainline, you have some > previously committed changes, like the extraneous #include of > MachineMemOperand.h. Yes, I know. I was simply asking for a review. I can regenerate it if you wish. > More significantly, as I mentioned before, I don't think this is a > great
2010 Sep 05
4
converting string vector to integer/numeric vector
Hi, Is it possible to convert a string vector to integer or numeric vector? In my situation I receive data in a string vector and have to convert it based on a given type. -- Rajesh.J [[alternative HTML version deleted]]
2005 Aug 02
5
TFTP Secondary Ports
I'm publishing tftp through my firewall to support external Cisco 7960 sip phones. I know that the primary port is 69 for tftp. However, tftp also uses secondary ports ranging from 1,0XX to 30,XXX. ( A broad range) In an effort to limit the secondary ports that are opened, some Windows based tftp server such as the winagents product allows you to limit the range of secondary ports that are