Displaying 20 results from an estimated 1000 matches similar to: "Help about a R command"
2003 Mar 25
1
Got it working.....after a fashion
Strange. Any explanation as to how that did it?
--
Christopher Barry
Manager of Information Systems
InfiniCon Systems
http://www.infiniconsys.com
-----Original Message-----
From: Srinivas Murty [mailto:srinivas.murty@verizon.net]
Sent: Tuesday, March 25, 2003 6:06 PM
To: samba@lists.samba.org
Subject: [Samba] Got it working.....after a fashion
I found that even without touching anything on my
1999 Nov 10
0
Errors in /var/log/messages and "dmesg"
A friend of mine is running Samba (samba-2.0.3-8) on a couple RedHat Linux
6.0 machines.  He is sharing files bilaterally at work with a WinNT
machine and at home with a Win9x machine.
In both places, he is getting a large number of SMB error messages.  I'm
not sure whether these are from the smbfs (smbmount) or from the Windoze
machines accessing the Linux drives, though I suspect the
2000 Jul 05
0
smbclient -p <port> worked in samba 1.19.18p10, not in samba 2.x
It appears that "smbclient -p <portnumber>" doesn't work as advertised in
Samba 2.x?  On both Linux 6.2 and Solaris 2.6, independent of firewalls and
the like, it works with old Samba (e.g. 1.9.18p10) , but not with new Samba
(e.g. 2.0.7).  The new version seems to *IGNORE* the port specification and
attempt to connect to port 139.
Here's the result when I try to send a
2009 Feb 28
1
[PATCH 1/1] Patch to recover orphans from the slot during mount
Currently we only queue recovery during mount if the journal is dirty.
If the last node holding orphans in other node's orphan directory dies and
is the first one to mount then it only recovers its orphan directory which
leaves the orphans in other nodes slots. Since the other nodes journals are
clean they will not queue to recover their orphan directory.
This patch queues to recover orphans
2014 Mar 25
2
[PATCH] virtio-blk: make the queue depth the max supportable by the hypervisor
On Wed, Mar 19, 2014 at 10:48 AM, Venkatesh Srinivas
<venkateshs at google.com> wrote:
>> And I rewrote it substantially, mainly to take
>> VIRTIO_RING_F_INDIRECT_DESC into account.
>>
>> As QEMU sets the vq size for PCI to 128, Venkatash's patch wouldn't
>> have made a change.  This version does (since QEMU also offers
>>
2014 Mar 25
2
[PATCH] virtio-blk: make the queue depth the max supportable by the hypervisor
On Wed, Mar 19, 2014 at 10:48 AM, Venkatesh Srinivas
<venkateshs at google.com> wrote:
>> And I rewrote it substantially, mainly to take
>> VIRTIO_RING_F_INDIRECT_DESC into account.
>>
>> As QEMU sets the vq size for PCI to 128, Venkatash's patch wouldn't
>> have made a change.  This version does (since QEMU also offers
>>
2000 Jul 16
1
"smbclient -p <port>" appears to be broken in Samba 2.x
I posted this problem as a question to this list a while ago and got no
reply.  I submitted it as a bug, but found that "samba-bugs@samba.org",
no longer accepts bug reports, even though the web page says to send them
to that address.
Wondering if the option had been intentionally discontinuted without
updating the man page, I made a quick check of the source and found that
the "-p
2008 Feb 18
2
Failure of Sending Voicemail As an attachment in E-mail
Hello all,
I am struggling with sending voicemail as an attachement in Email.
When i have given the email like someone at gmail.com it is delivering
to my gamil account perfectly(of course to spam folder).
But when i given the email like someone at mycompanymail.com it is not
delivering to my company email account..
What should i do ?
Actually my company is using a third party email server..
2012 Oct 24
1
incomplete final line found by readTableHeader
Hello, 
I am trying to read in an Excel file that I saved as a .csv so I can analyze 
my assignment data! I am getting really frustrated because this is what I 
keep getting: 
Warning message:
In read.table("CityData.CSV", sep = "/", header = T) :
  incomplete final line found by readTableHeader on 'CityData.CSV'
I have open the file and make sure click return after
2003 Mar 25
3
Can't reach Samba shares from Win XP Pro
This seems to be common enough problem. I've used a variety of methods 
(command line as well as utilities like LinNeighborhood) to mount XP 
shares on my RedHat 8.0 running Samba 2.2.7. I get consistent problems 
the other way around. Despite a couple of shares on my Linux partition, 
I am just unable to do get to it. Network Neighborhood shows my 
Linux/Samba server but no shares, nor can I
2008 Sep 24
1
FW: My Contact Details in B'lore
Srinivas sastry contact details 
 
________________________________
From: Srinivas_Manda at sta.nsw.gov.au
[mailto:Srinivas_Manda at sta.nsw.gov.au] 
Sent: Wednesday, 24 September 2008 11:44 AM
To: Harry Sukumar
Subject: My Contact Details in B'lore
 
Home: +90-80-26681118 
Mob: +91-9986032562 
Regards,
Srinivas Manda
Graduate Engineer 
Fleet Systems
State Transit Authority
Lvl 1,
2010 Jun 19
3
[PATCH 1/1] ocfs2 fix o2dlm dlm run purgelist
There are two problems in dlm_run_purgelist
1. If a lockres is found to be in use, dlm_run_purgelist keeps trying to purge
the same lockres instead of trying the next lockres.
2. When a lockres is found unused, dlm_run_purgelist releases lockres spinlock
before setting DLM_LOCK_RES_DROPPING_REF and calls dlm_purge_lockres.
spinlock is reacquired but in this window lockres can get reused. This
2010 Apr 08
1
Using read.table to read file created with read.table and qmethod = "escape"
df <- data.frame(a = "a\"b")
write.table(df, "test.csv", sep = ",", row = F)
Is there any to load test.csv into R correctly?  I've tried the following:
> read.table("test.csv", sep = ",")
[1] V1
<0 rows> (or 0-length row.names)
Warning message:
In read.table("test.csv", sep = ",") :
  incomplete final line
2015 Nov 19
1
[PATCH] virtio_ring: Shadow available ring flags & index
On 11/18/2015 12:28 PM, Venkatesh Srinivas wrote:
> On Tue, Nov 17, 2015 at 08:08:18PM -0800, Venkatesh Srinivas wrote:
>> On Mon, Nov 16, 2015 at 7:46 PM, Xie, Huawei <huawei.xie at intel.com> wrote:
>>
>>> On 11/14/2015 7:41 AM, Venkatesh Srinivas wrote:
>>>> On Wed, Nov 11, 2015 at 02:34:33PM +0200, Michael S. Tsirkin wrote:
>>>>> On Tue,
2008 May 05
3
MeetMeAdmin() working problem
Hello users,
I have been working with a conference setup.
My setup includes:
1)There will be an interface number provided to the user
   which might be a DID number or  A Toll free number
When user calls the number it asks for the conference room number
and the user pin .
on successfull authentication he will be participated in the conference
2)by didaling the same DID number the
2005 Oct 11
3
Reading # in file with read.csv
I'm using read.csv to read in a csv file containing '#' characters.  For
example, say I'm reading the following file (test.csv):
var1,var2,var3
a,b,c
d,e#,f
g,h,i
It outputs:
> read.csv("Raw Data\\test.csv")
  var1 var2 var3
1    a    b    c
2    d    e
3    g    h    i
Warning message:
incomplete final line found by readTableHeader on 'Raw Data\test.csv'
2009 Feb 28
1
[PATCH 1/1] Patch to recover orphans in offline slots during recovery.
In the current recovery procedure, recovering node recovers orphans from the
slot it is holding and the slots that dead nodes were holding. Other online
nodes recover orphans from their slots. But orphans in offline slots are left
un-recovered.
This patch queues recovery_completion for offline slots.
Signed-off-by: Srinivas Eeda <srinivas.eeda at oracle.com>
---
 fs/ocfs2/journal.c |   21
2006 May 07
3
Rsync backups over the internet
All
 
I am use rsync to backup a large filesystem over the internet.  I do an
incremental backup of the 2 file systems once a day to keep an offsite
backup.  However, this backup takes about 60 minutes.  Are there some tweaks
I can do to speed up the backup?  Here is the command I run via cron every
day:
rsync --exclude-from=/home/backups/rsync/attachments-exclude.lst --delete
-ave ssh
2001 Aug 27
5
Importing file from Excel
Hi,
 I have a basic import problem. I tried to import a
comma delimited "boston.csv" from C drive and gave the
following command at R prompt
>read.csv(c:\boston.csv,sep=",",dec=".",fill=TRUE)
Error: syntax error
can any one help to debugg the code.I am using R
version 1.3 for windows
with regards
srinivas
__________________________________________________
Do
2005 Jul 01
3
error while connecting from squirrelmail
Hi all,
  I am new to dovecot and squirrelmail and I am trying to configure squirrelmail with dovecot as its imap server. When i disable "Secure Imap (TLS)" option (2-A-7) from squirrelmail configure menu, it's working fine. But when i try to enable tls support, squirrelmail is giving the following error:
Warning: fsockopen(): unable to connect to 192.xx.xx.xx:993 in