Displaying 20 results from an estimated 6000 matches similar to: "SCP Log Info"
2001 Apr 20
2
scp with files > 2gb
A while back someone posted a patch for scp that updates it to deal with
files > 2gb by using 64 bit offsets as defined by LFS (Large File Sumit).
I belive the patch was tested on Linux but maybe not on other systems
that support largefiles.
I've tried this under Solaris and scp fails with a broken pipe on only the
second write to the pipe between scp and ssh if the file is over 2gb.
If
2009 Mar 29
0
Frailty models and omnibus test
This is very possibly not a question on R.
I was under the impression that the argument that gives rise to Fisher's
LSD method in ANOVA works in other situations with three-way comparisons
too, given that formal logic works the same ("if the omnibus test rejects,
only two of the three groups may be equal, and therefore only one hypothesis
can be rejected falsely").
However, when I
2004 Apr 21
1
Asterisk from scratch
Hi
My motto is to connect two computers on the same
network with Voip without using any special hardware,i
have downloaded Asterisk, I was suggested to use
LinPhone as a soft phone as it is very easy to install
I have installed Asterisk on my computer and iam using
it as a server.
And whe i DAIL 1234 at CLI i get the following errors
repeatedly
Apr 21 17:29:13 WARNING[1167272128]:
2014 Feb 20
0
samba4 success/failure report...all's working despite kerberized ssh
Just a tip...
is all server have same time ?
not sure that will help you..
-----------------------------------
St?phane PURNELLE Admin. Syst?mes et R?seaux
Service Informatique Corman S.A. Tel : 00 32 (0)87/342467
samba-technical-bounces at lists.samba.org wrote on 20/02/2014 10:46:38:
> De : Georg Hopp <georg at steffers.org>
> A : Sumit
2008 Mar 16
3
Problems to get booting Flashkey
Hello List,
iam following to this howto:
http://www.sysresccd.org/Sysresccd-manual-en_How_to_install_SystemRescueCd_on_an_USB-stick
but when iam try the command:
# syslinux /dev/sda1
it writes only into the FAT partition the files they need, but mbr still
is empty after. iam do this:
# dd if=/dev/sda of=/tmp/mbr.dd bs=512 count=1
and open it with ghex2 in my case and see only the partition table.
2000 Jun 08
1
Smbmnt Problems
Hi ,
Iam experiencing problems with samba mount of a NT system.Iam using
samba2.0.5a.I have mounted a NT 4.0 Sp 5 shared folder on a Red Hat linux
6.1 machine.Iam mounting using the "mount -t smb" command the NT shared
folders.Iam able to mount and work in a default way.But here is some of the
problems i face in it.
1.Sometimes the smb mount gets dropped and i have to remount the
2005 Jan 14
1
voice quality with asterisk
hello list ,
my set up is like this
ip device -->ser ---> asterisk(astcc) --> pstn gatewsy
my asterisk version is 1.0.2
iam using the ser as registration and asterisk aa the
prepaid one with the help of the astcc.
now my problem is the destination people
i.e the pstn line s are listening low voice
and also the blurr sound quality along with
the audio of the ip device at
2010 Aug 13
0
some helpful tips on using RODBC
Hey everyone,
I don't have a question. Instead some helpful advice with things I've
learned from trying to connect 'R' to databases using RODBC.
ROBDC is a very handy tool that, once you have everything fixed up
nicely, is a great way to have scripts run fairly autonomously, safe in the
knowledge that data isn't accidentally messed up. But I was fairly ignorant
2010 Aug 13
2
[LLVMdev] Pass Ordering
All,
I have a ModulePass (A) calling a FunctionPass that inturn calls TargetData
(a ModulePass). For reasons of code correctness and modularity I cannot
reorganize my passes in any other way .
When I use opt to load and run A , it gives the following error.
LLVM ERROR: Bad TargetData ctor used. Tool did not specify a TargetData to
use?
I gather from some previous emails that this was not
2007 Jun 01
0
Meetme problems
Hi
I have reading the voiip side i found some document says
"
The conference bridge runs Ulaw codec by default. If you let people connect
with GSM or other codecs, Asterisk will use CPU power to convert audio
between codecs "
iam using vicidial and meetme for callcenter application. iam geting choppy
voice, and voice breaks.
iam using connecting VoIP SIP provider using g729 codec,
2010 Feb 01
3
Not able to redirect console msgs to serial port
Hi,
Iam using cento-5.3 on x86 machine and iam working to get the console
messages redirected to serial port.
I have made the necessary changes in the /etc/inittab file.
- - - - -
id:3:initdefault
.
.
so:12345:respawn:/sbin/agetty ttyS0 9600 vt100
- - - -- -
and also in /etc/grub.conf file
- - - -
serial --speed=9600 --unit=0 --word=8 --parity=no --stop=1 terminal
--timeout=10 serial
.
.
2009 Mar 27
1
[PATCH 1/1] OCFS2: 64-bit inode number for getattr() instead of 32-bit value
ocfs2_getattr() uses generic_fillattr() to set inode number(and other
attributes). generic_fillattr() inturn fills inode number with inode->i_ino
which is a 32-bit(unsigned long) value.
if the ocfs2 partition is huge enough, that may become an incorrect
value.
the fix is filling it again after generic_fillattr() with ip_blkno(u64).
Signed-off-by: Wengang Wang <wen.gang.wang at
2009 May 08
2
32bit exe to run with wine64
Hi,
I hace one 64bit windows application which inturn calls one 32bit windows executable.When I run my application with 64bit configured wine, the application is getting exited as wine is identifying 32bit exe as unsupported architecture.
Is there any workaround or idea to make 32bit exe run along with 64bit exe.
Thanks,
Krish
2003 Oct 16
1
Prob with Ringing multiple Channels
hi,
The prob is when we ring 2 channels simultaneously, only 1 channel is actually ringing.
In our configuration, the Asterisk box is connected to an E1 channel bank,
where 15 analog extensions are conencted to channelbank inturn.
We tried following,
Dial,Zap/g4/444&Zap/g4/448|20|t
Heres the output,
-- Executing Dial("IAX2[trunk10@trunk50]/1",
2005 Jan 09
1
Problem in tracing the code at client end
I am using samba 3.0.7 on Ferdora Core (2.6.5-3)
I performed the following operation at the client
side
mount //abc/abc_share /xyz
cd /xyz
mkdir pqr
where "abc" is the remote server
"abc_share" is the remote share
"xyz" is the local directory
What I want to know is, at the last statement, when an "mkdir" is given, exactly which function at the
2011 Apr 21
0
repeater
May be i forgot to say, i don't have access to the slave server. This
one (the slave) is an icescast2 server that is not mine, i can't
configure anything on that.
I have been thinking about just use darkice to send some recivied
stream to many other servers, but i thought that icecast may have the
posibility to set up an "repeater" or whatever.
Need some config in xml, just
2007 Jan 22
1
Unusual behaviour get.hist.quote
I have been running this script regularly for some time. This morning the
following error message appeared.
Any suggestions to correct this change would be appreciated.
EWL<-get.hist.quote("EWL",start=(today <- Sys.Date())-350,quote="Cl")
trying URL 'http://chart.yahoo.com/table.csv?s=EWL&a=1&b&c 06&d=0&e!&f
2009 Apr 10
3
wifi card shows in device manager , but cant configure wifi
hi ,
i just finished installing Cent OS 5.2 x64 on my thankpad
my hardware list shows the following
Atheros Communications Inc.
AR5212 802.11abg NIC
but when im trying to set up wireless network i cannot find the appropriate
wifi card.. when adding wifi connection
pls help
many thanks,
Sumit.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Sep 24
3
Separate colour for comments in scripts
Hi,
Is it possible to assign a separate colour for comments written with #,
eg:-
#this is a comment
. I am looking to colour them differently from the program text in
R-Editor (not console). Is it possible to do so?
Eg. In Visual basic, the colour for remarks gets green automatically
Regards
Sumit
[[alternative HTML version deleted]]
2023 Aug 24
1
[PATCH (set 1) 00/20] Rid W=1 warnings from GPU
On Thu, 24 Aug 2023 08:36:45 +0100, Lee Jones wrote:
> This set is part of a larger effort attempting to clean-up W=1
> kernel builds, which are currently overwhelmingly riddled with
> niggly little warnings.
>
> Cc: Alex Deucher <alexander.deucher at amd.com>
> Cc: amd-gfx at lists.freedesktop.org
> Cc: Ben Skeggs <bskeggs at redhat.com>
> Cc: "Christian