Displaying 20 results from an estimated 462 matches for "recollected".
Did you mean:
collected
2005 Feb 02
2
user Authentication - fail to add an user
Ron Blok wrote:
> Could it be a file/directory permission issue ?
I have a vague recollection that the file needs to be able to be opened for
writing as well as reading, if that helps.
Geoff.
2005 May 26
1
Single factor from interaction.
I have a vague recollection of seeing reference, fairly recently, to
a function that forms a single factor which ``codes'' the interaction
between two (or more?) factors. Do I recollect correctly? It would
be easy enough to roll one's own, but if there is an existing
function it probably does a much cleverer job than I would do.
cheers,
Rolf Turner
rolf at math.unb.ca
2007 May 15
1
unix network printing
Dear gentleman,
i am deploying and unix/windows network and samba has been doing a
great job since so far. But now, i am in need to set my network
printers to be able to receive jobs from any machine in the network.
Some time ago, i reached an internet site related to printer in unix
environment. It was very useful since there was detailed information
for hundreds of printer device capabilities
2015 Jan 20
3
PXE Error Reporting
On 01/18/2015 03:23 PM, Sebastian Herbszt wrote:
>
> --- tftp-hpa-5.2/tftpd/tftpd.c.orig 2015-01-16 21:45:30.790798281 +0100
> +++ tftp-hpa-5.2/tftpd/tftpd.c 2015-01-18 23:44:28.031177383 +0100
> @@ -1504,6 +1504,8 @@ static int validate_access(char *filenam
> return ENOSPACE;
> case EEXIST:
> return EEXISTS;
> + case EACCES:
>
2015 Jan 20
5
PXE Error Reporting
On 01/20/2015 12:17 PM, Andreas Gruenbacher wrote:
> On 01/20/2015 09:13 PM, H. Peter Anvin wrote:
>> I can't remember, but I have a vague recollection that someone
>> specifically requested that EACCES be treated the same as ENOENT...
>
> If that is really necessary then please don't report that condition as
> "file not found"; it's really
2020 Nov 12
2
ssacli start rebuild?
> On Nov 11, 2020, at 5:38 PM, Warren Young <warren at etr-usa.com> wrote:
>
> On Nov 11, 2020, at 2:01 PM, hw <hw at gc-24.de> wrote:
>>
>> I have yet to see software RAID that doesn't kill the performance.
>
> When was the last time you tried it?
>
> Why would you expect that a modern 8-core Intel CPU would impede I/O in any measureable way as
2000 Sep 07
6
Writing a tabel in LaTeX-format
I have a vague recollection of seeing a R-function
that will output a table or matix in a format suitable
for the tabular enviroment in LaTeX.
But I cannot find it. Any hints?
Bendix
----------------------
Bendix Carstensen
Senior Statistician
Steno Diabetes Centre
Niels Steensens Vej 2
DK-2820 Gentofte
Denmark
tel: +45 44 43 87 38
mob: +45 28 25 87 38
fax: +45 44 43 73 13
bxc at novo.dk
2016 Apr 19
5
Ldapsearch against Samba 4
I'm setting up a test domain in order to try out Sudoers LDAP and have
run into a problem that has my puzzled. On our production domain I can
run a query such as:
ldapsearch -LLL -p389 -h DC -u me at ourdomain.com.au -W -X -LLL -b
"dc=ourdomain,dc=com,dc=au" -s sub
However, running an equivalent search on a freshly installed test
domain, using the exact same version of Samba
2017 Nov 02
4
low end file server with h/w RAID - recommendations
On Thu, November 2, 2017 11:18 am, hw wrote:
> m.roth at 5-cent.us wrote:
>> hw wrote:
>>> Richard Zimmerman wrote:
>>>> DO NOT buy the newer HPE DL20 gen9 or ML10 gen9 servers then
>>>> (especially
>>>> if using CentOS 6.x)
>>>
>>> What would you suggest as alternative, something from Dell?
>>
>> Yep, Dell's
2017 May 31
2
OT: Want to capture all SIP messages
> On Wed, May 31, 2017 at 12:36:47PM -0700, Steve Edwards wrote:
>> I want to capture all SIP messages.
>>
>> I have about 30 hosts in about 6 colos.
>>
>> My first thought was dumpcap, but the output file name format bugs me.
>>
>> What do you use for long term SIP capture?
On Wed, 31 May 2017, Daniel Tryba wrote:
> What bugs you about the output
2018 Jun 11
2
Centos 7 and priorities
I've recently changed to Centos 7.
My recollection from C6 is that a couple useful repositories
need yum priorities to prevent some mixups.
I do not remember what they are. My C6 is gone.
Google has not told me what C6 repositories were.
In the near future, I will be installing nux and epel.
My understanding is that they do play well with each other and with base.
Are there common useful C7
2006 Jan 05
2
Call Group Limit
I recollect that there used to be a fixed, finite limit to the number of call groups that could exist. Does anyone know if that limitation still exists in 1.2.1, or maybe where I could look in the code to find out if it's a fixed length array or not? Thanks.
Doug.
2005 Feb 03
3
user Authentication - fail to add an user
Michael Smith wrote:
> On Thu, 3 Feb 2005 14:10:50 +1000, Geoff Shang <geoff@hitsandpieces.net> wrote:
>
>>Ron Blok wrote:
>>
>>
>>>Could it be a file/directory permission issue ?
>>
>>I have a vague recollection that the file needs to be able to be opened for
>>writing as well as reading, if that helps.
>
>
> Your recollection
2016 Apr 14
2
RFC: New function attribute "patchable-prologue"="<kind>"
I think most function redirection patching schemes are going to be mutually
incompatible, so I'm not sure it makes sense to make this attribute a
comma-separated list.
I think Eric's and Dean's use case may be better addressed by a separate
attribute. My recollection is that they want to add nop slides to the
prologue and epilogue that can be hotpatched to enable and disable
2010 Jan 15
2
[LLVMdev] <IsKill> getting from MachineOperand is just <Used> attribute from logic.
Hi,
I have ported LLC to a risc cpu. It can pass benchmark that I have at current.
But I want do some optimization after register alloction by adjusting
register using. I scan MachineBasicBlock to analyze operand's IsKill, IsDead , IsDef attribute to get a physical register's liverange. But I get a strange case at MBB.jpg.
R4 is marked <kill> at MBB0. If I scan R4's
2014 Jul 23
3
Text sometimes missing on NV18 based laptop
On Wed, Jul 23, 2014 at 10:32 AM, Clemens Eisserer <linuxhippy at gmail.com> wrote:
> Hi again,
>
>> On my NV18 based laptop I experience artifacts related to text
>> (however, 2D performance is really great these days):
>> - With grayscale AA text is sometimes missing, often visible on the XFCE desktop
>> - With subpixel (rgb) AA, even non-text related occur
2011 Jul 17
2
CentOS-6 firewall how to open a port
I'm running CentOS-6 on an HP MicroServer (since this morning)
and I'd like to open an non-standard port,
for use on a laptop attached to the internet through the server.
Do I have to explicitly add an iptables rule?
If so, and I want to open (say) udp port 500 ,
what command should I give?
I've always used shorewall in the past,
and will probably do so now if the default firewall
2015 Oct 23
2
PHP version not enough for developers
On Fri, October 23, 2015 8:46 am, m.roth at 5-cent.us wrote:
> James B. Byrne wrote:
>>
>> On Thu, October 22, 2015 17:25, Valeri Galtsev wrote:
>>> . . . Still, disregarding the part some of us dislike personally
>>> (plus often reboots necessary to install some vital updates
>>> - which all Linuxes are prone to beginning somewhere around
>>> 2.6
2003 Dec 06
7
Windows Memory Issues
Hi all,
I am currently building an application based on R 1.7.1 (+ compiled
C/C++ code + MySql + VB). I am building this application to work on 2
different platforms (Windows XP Professional (500mb memory) and Windows
NT 4.0 with service pack 6 (1gb memory)). This is a very memory
intensive application performing sophisticated operations on "large"
matrices (typically 5000x1500
2014 May 27
4
[LLVMdev] Guidance on using pointers vs. references for function arguments
On May 26, 2014, at 8:21 PM, Chandler Carruth <chandlerc at google.com> wrote:
>
> On Mon, May 26, 2014 at 7:41 PM, Andrew Trick <atrick at apple.com> wrote:
> On May 26, 2014, at 5:02 PM, Chandler Carruth <chandlerc at google.com> wrote:
>
>>
>> On Mon, May 26, 2014 at 4:43 PM, Andrew Trick <atrick at apple.com> wrote:
>> This has been