Displaying 20 results from an estimated 23 matches for "_read_".
Did you mean:
_read
2003 Nov 03
2
--move instaed of --delete
Hi,
I have set up daily backup using rsync to collect the data and
afterwards I use afio to write the data to tape.
I do:
$RSYNC -avbu --backup-dir=$PART/$HOST/old -e ssh --exclude-from $EXCLUDE
root@$HOST:/ $PART/$HOST > $LOG/$HOST-$DATE.log
to sync files.
Since the tape capacity is limited I exclued the /$PART/$HOST/old dirs,
form the afio call. These are backuped separately on weekly
2005 Nov 08
8
do I have to worry if executing an exe that may contain a virus under Wine?
Hi, I have a question:
do I have to worry if I run with wine an executable that may contain a
virus (I am running linux as a normal user, not root)?
--
Peter Kostov, webdesigner, photographer
Sofia, Bulgaria
Home sites - www.webdesign.light-bg.com
- www.light-bg.com
2007 Apr 23
4
Estimates at each iteration of optim()?
I am trying to maximise a complicated loglikelihood function with the "optim" command. Is there some way to get to know the estiamtes at each iteration? When I put "control=list(trace=TRUE)" as an option in "optim", I just got the initial and final values of the loglikelihood, number of iterations and whether the routine has converged or not. I need to know the
2004 Feb 27
3
[LLVMdev] ObjectFiles.html
...against LLVM would be good too.
Could someone please add this file to the LLVM docs directory so I can
submit patches against it?
I'll continue to work on this as my understanding improves. HOWEVER,
feel free to embellish. This isn't a document I need to _write_, its a
document I need to _read_!
Thanks,
Reid.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040227/dc3f12be/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: a...
2004 Sep 15
1
* and Philips IS3090 PBX
Hi
I have been playing with * for the last couple of weeks now. I am also
speaking to one of my customers about installing a * server in addition to
their Philips IS3090 switch. They are busy building a new office block and I
have convinced them to go VoIP. Currently the client is thinking about a
Philips IS2000 Voip switch. I am thinking * solution.
1) Would I use one the T1 cards
2010 Mar 16
0
[LLVMdev] Replacement for findStopPoint() in LLVM 2.7
On 03/16/2010 06:52 PM, John Criswell wrote:
> Török Edwin wrote:
>> [snip]
>>
>> Ah, the method got moved to the instruction itself!
>>
>> dbgKind = Context->getMDKindID("dbg");
>> if (MDNode *Dbg = I->getMetadata(dbgKind)) {
>> ...
>>
>
> Thanks! This appears to work.
Ok.
>
> I also have code that looks up
2001 Jan 15
2
WMF on Unix
A few of you have helpfully sent me references to WMF formats.
There is also some code to _read_ it at
http://www.csn.ul.ie/~caolan/docs/libwmf.html
However, the issue is to _write_ WMF on R under Unix. I am told (by
someone who has tried) that the problem is the if you write a WMF
file according to the published specs (which were once issued
by Microsoft) you find that e.g. Word does not r...
2003 Nov 10
2
ssh & keep absolute local paths from --include-from=file remotely
Hi!
I am trying to do a IMHO rather trivial thing with rsync via ssh:
I have some files under /etc and some under /home/thomas, I want to
rsync just these to a remote PC with a similar setup where they should
end up in the same dirs, and this with a single rsync call. Bascially
'tar --files-from FILE -cf - | netcat' and 'cd /; netcat | tar -xf -'
with the optimisation rsync
2015 Jul 03
0
NT_STATUS_INTERNAL_DB_CORRUPTION messages in log.samba--proper course of action?
...;--dns-backend=None' , did you miss the 'NONE skips
>> the DNS setup entirely (not recommended)' part in the commands help?
>> Don't bother answering, this is a rhetorical question.
> You're throwing me rethorical questions, but didn't bother to actually
> _read_ my message, did you? I explained quite carefully that we used to
> have a DNS setup that is separate from AD and that _predates_ Samba's AD
> support--that is Samba 4.0--entirely.
>
> You could have just as well asked me why we didn't back then just go
> with the MS DNS but d...
2003 May 28
2
Problem with samba printer under Win2k
...mb.conf.%m
# Most people will find that this option gives better performance.
# See speed.txt and the manual pages for details
# You may want to add the following on a Linux system:
# SO_RCVBUF=8192 SO_SNDBUF=8192
socket options = TCP_NODELAY
# --- Browser Control Options ---
# Please _read_ BROWSING.txt and set the next four parameters according
# to your network setup. The defaults are specified below (commented
# out.) It's important that you read BROWSING.txt so you don't break
# browsing in your network!
# set local master to no if you don't want Samba to become a mas...
2013 Apr 15
1
trying to recover an audio CD...
I'm trying to recover data from an audio cd. it is a recording of a live
session, made on a professional cd recorder, on the fly.
apparently, instead of stopping it and fixating the disc, someone turned
off the power. oops.
I know that wodim will fixate a disk as long as it was otherwise properly
terminated (I've done it more than once), but this one it won't fixate.
depending on
2004 Feb 27
0
[LLVMdev] ObjectFiles.html
...> Could someone please add this file to the LLVM docs directory so I can
> submit patches against it?
Done.
> I'll continue to work on this as my understanding improves. HOWEVER,
> feel free to embellish. This isn't a document I need to _write_, its a
> document I need to _read_!
Sounds good. I'm concerned that this document might be hard to keep
up-to-date, but it's clearly something that is needed. :)
Thanks!
-Chris
--
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/
2009 Apr 20
11
manual access to session data outside of request?
So, given a sessionID, I have need to read and write the session stored
information ''manually'', from _outside_ an actual Rails
request/controller.
Readers, I know your first response may be to tell me I don''t really
want to do that. Trust me though, I really do, it makes sense for me in
my case.
I know this wouldn''t work if you''re using the new cookie
2010 Mar 16
4
[LLVMdev] Replacement for findStopPoint() in LLVM 2.7
Török Edwin wrote:
> [snip]
>
> Ah, the method got moved to the instruction itself!
>
> dbgKind = Context->getMDKindID("dbg");
> if (MDNode *Dbg = I->getMetadata(dbgKind)) {
> ...
>
Thanks! This appears to work.
I also have code that looks up debug information for GlobalVariables and
regular LLVM Value *'s. For the former, I think I can look up
2015 Nov 04
4
Server used in DOS attack on UDP port 0
Hi,
One of our AWS machines was used in an DOS attack last night and I am
looking for possible attack vectors. AWS tells me it was sending UDP port 0
traffic to a cloudflare address.
This instance had an incorrectly configured AWS security group exposing all
ports.
The server in question is a Centos 7 based FreeIPA server, OpenVPN
concentrator and DNS server.
With a brief inspection before the
2003 Dec 20
0
Windows NT "network path was not found."
...mb.conf.%m
# Most people will find that this option gives better performance.
# See speed.txt and the manual pages for details
# You may want to add the following on a Linux system:
# SO_RCVBUF=8192 SO_SNDBUF=8192
socket options = TCP_NODELAY
# --- Browser Control Options ---
# Please _read_ BROWSING.txt and set the next four parameters according
# to your network setup. The defaults are specified below (commented
# out.) It's important that you read BROWSING.txt so you don't break
# browsing in your network!
# set local master to no if you don't want Samba to become a mas...
2002 Jul 10
1
Samba 2.23a PDC
...mb.conf.%m
# Most people will find that this option gives better performance.
# See speed.txt and the manual pages for details
# You may want to add the following on a Linux system:
# SO_RCVBUF=8192 SO_SNDBUF=8192
socket options = TCP_NODELAY
# --- Browser Control Options ---
# Please _read_ BROWSING.txt and set the next four parameters according
# to your network setup. The defaults are specified below (commented
# out.) It's important that you read BROWSING.txt so you don't break
# browsing in your network!
# set local master to no if you don't want Samba to become a mas...
2003 Dec 01
0
No subject
...mb.conf.%m
# Most people will find that this option gives better performance.
# See speed.txt and the manual pages for details
# You may want to add the following on a Linux system:
# SO_RCVBUF=8192 SO_SNDBUF=8192
socket options = TCP_NODELAY
# --- Browser Control Options ---
# Please _read_ BROWSING.txt and set the next four parameters according
# to your network setup. The defaults are specified below (commented
# out.) It's important that you read BROWSING.txt so you don't break
# browsing in your network!
# set local master to no if you don't want Samba to become a mas...
2015 Jul 03
3
NT_STATUS_INTERNAL_DB_CORRUPTION messages in log.samba--proper course of action?
Hi all,
We've recently migrated from a separate DNS server that was dynamically
updated with BIND's update-policy, using a manually generated
tkey-gssapi-keytab (plus a second server functioning as an ordinary
slave to the first), to BIND9_DLZ. The setup predated Samba's AD DC
support and BIND's DLZ support, and was originally established because
even though we needed AD, we were
2004 Dec 07
1
smbd reads entire directory when creating files?
...mb.conf.%m
# Most people will find that this option gives better performance.
# See speed.txt and the manual pages for details
# You may want to add the following on a Linux system:
# SO_RCVBUF=8192 SO_SNDBUF=8192
socket options = TCP_NODELAY
# --- Browser Control Options ---
# Please _read_ BROWSING.txt and set the next four parameters according
# to your network setup. The defaults are specified below (commented
# out.) It's important that you read BROWSING.txt so you don't break
# browsing in your network!
# set local master to no if you don't want Samba to become a mas...