Displaying 20 results from an estimated 65 matches for "swami".
Did you mean:
sami
2004 Mar 10
2
Inserting Date Field into Oracle table using ROracle
...cter")) ## -- c("date") does not work
sapply(d, class)
d$CDATE <- as.character(d$CDATE)
sapply(d, class)
dbExecStatement(ps,d)
Error in oraExecStatement(ps, data, ...) :
RS-DBI driver: (ORA-01861: literal does not match format string )
Thanks for your help in advance,
Swami
(smalladi at lexgen.com)
----------------------------- Correspondence with David James
-----------------------
Dear David,
Thanks for your kind reply. I did what you suggested, coerced
d into a character vector. Now I get an Oracle error -
d <- data.frame(CDATE = "TO_DATE('2004-03-1...
2003 May 28
4
WINT-NT is working as PDC and Redhat Linux Samba BDC and how to use rsync?
Can anybody give me a hint how to set up Samba BDC(RedHat 9.0) with
rsync-ing WIN-NT PDC so that if WIN-NT PDC is down all the clients can
still get Authentication service from Samba BDC(RedHat 9.0). i have seen
in Samba documentation that it can be done using rsync but nowhwere it
is clearly explained howto do it.. I ran out of gas by looking through
google also... :-(
With Best Regards
YS
2012 May 21
2
[LLVMdev] VMKit build broken
...rong
as there was no category for vmkit there. Can someone help me with
this ? If people can give pointers, I can try to fix this as well.
Thanks
--
Thank you
Balachandran Sivakumar
Arise Awake and stop not till the goal is reached.
- Swami Vivekananda
Mail: benignbala at gmail.com
Blog: http://benignbala.wordpress.com/
2012 May 22
2
[LLVMdev] VMKit build broken
...b directories and
hence it had been out of sync. But had completely missed that point.
Just did an svn up and started off the build again. Thanks
--
Thank you
Balachandran Sivakumar
Arise Awake and stop not till the goal is reached.
- Swami Vivekananda
Mail: benignbala at gmail.com
Blog: http://benignbala.wordpress.com/
2005 Oct 17
5
TC show filter command shows all u32 filters defined with different priority iin all priority.
...2 fh 800: ht divisor 1
filter protocol ip pref 2 u32 fh 800::800 order 2048 key ht 800 bkt 0
flowid 13e
:2
match 00010000/00ff0000 at 8
filter protocol ip pref 2 u32 fh 800::801 order 2049 key ht 800 bkt 0
flowid 13e
:1
match 00060000/00ff0000 at 8
Please can anyone tell me what to do.
Thanks
Swami
2012 May 22
1
[LLVMdev] Issues with clang build
...ated.
make[4]: *** [/home/ganapathy/projects/llvm/tools/clang/lib/Driver/Release+Asserts/Driver.o]
Error 1
Can someone help me with that ? Thanks
--
Thank you
Balachandran Sivakumar
Arise Awake and stop not till the goal is reached.
- Swami Vivekananda
Mail: benignbala at gmail.com
Blog: http://benignbala.wordpress.com/
2012 May 23
1
[LLVMdev] VMKit build broken
...ed with llvm-link). Please try to update both llvm and vmkit
repos and compile. Let me know if it worked for you!
Nicolas
--
> Thank you
> Balachandran Sivakumar
>
> Arise Awake and stop not till the goal is reached.
> - Swami
> Vivekananda
>
> Mail: benignbala at gmail.com
> Blog: http://benignbala.wordpress.com/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120523/45296d6b/attachment.html>
2004 Sep 10
1
flacPak logo
I created a quick mini banner logo based on the flac logo and put it up
for viewing (its not publicly linked yet). Let me know if this is ok
with you, or if you would rather me come up with something original :)
My only complaint about it, is that I like the font you used better.
http://swami.sourceforge.net/flacpak.php
Cheers.
Josh Green
2007 Oct 23
1
how to install wine
hai,
i tried to install wine package in redhat enterprise linux 4 but i am getting so many errors.i tried too much. send step by step how to install wine in linux
thanks
M. SWAMY
---------------------------------
Why delete messages? Unlimited storage is just a click away.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 May 22
0
[LLVMdev] VMKit build broken
...Can someone help me with
> this ? If people can give pointers, I can try to fix this as well.
> Thanks
>
>
> --
> Thank you
> Balachandran Sivakumar
>
> Arise Awake and stop not till the goal is reached.
> - Swami
> Vivekananda
>
> Mail: benignbala at gmail.com
> Blog: http://benignbala.wordpress.com/
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo...
1998 Mar 31
4
Problem with smbpasswd
Hi all,
I've just set up password encryption using 1.9.18p4. I compiled with NO
ALLOW_CHANGE_PASSWORD option because compilation didn't work (I'm using
HP-UX 10.20). Everything seems to be working correctly instead of a
'normal' user trying to change his (samba-) password using smbpasswd
(root can change any password). The messages I receive are as follows:
Old SMB password:
2004 Sep 10
0
More FlacPak stuff
For those who are interested in checking out my initial specification
for the FlacPak format, I updated the web pages at:
http://swami.sourceforge.net/flacpak.php
The direct link to the specification notes:
http://swami.sourceforge.net/flacpak_format.php
For those who weren't reading the previous threads, FlacPak is a format
being designed to handle compression of files containing binary and
audio (particularly instrument fi...
2012 May 22
0
[LLVMdev] VMKit build broken
...t/utils/llvm-build/llvm-build:
not found
llvm[2]: Building Release+Asserts Bytecode Module MMTKAlloc.bc
Can someone help with this please ? Thanks
--
Thank you
Balachandran Sivakumar
Arise Awake and stop not till the goal is reached.
- Swami Vivekananda
Mail: benignbala at gmail.com
Blog: http://benignbala.wordpress.com/
2002 Jan 02
1
RODBC - dsn specification
...a syntax error in
odbcConnect(dsn, uid="", pwd="", host="localhost", case="nochange")
Can anyone there write the correct syntax so as to specify the
dsn in the "odbcConnect" function for opening the channel for doing
a query ?
Thanks in advance,
swami
***************************************************************************
The contents of this communication are intended only for the addressee and
may contain confidential and/or privileged material. If you are not the
intended recipient, please do not read, copy, use or disclose this
comm...
2005 Jun 16
2
User directories in /home are missing
...r
accounts in that machine. I haven't rebooted that machine thinking that
I can do something without reboot.
Do anyone know the reason for this and if so how to recover it.
Regards
Kapil Sampath
"The greatest sin is to think yourself weak"
- Swami Vivekananda
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/ext3-users/attachments/20050616/6526baf5/attachment.htm>
2012 Oct 07
29
BTRFS, getting darn slower everyday
...snapshots or doubling the size of data on disk)...?
I already had made the move back from BTRFS to ext4 about 18 months ago,
I found it had improved so was back to BTRFS, and I wouldn''t have to
revert back again :-/
Any advice or help greatly appreciated.
TIA.
--
Swâmi Petaramesh <swami@petaramesh.org> http://petaramesh.org PGP 9076E32E
Ne cherchez pas : Je ne suis pas sur Facebook.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-in...
2003 Apr 07
2
Redhat 8.0 Samba as BDC
Hi
I havee been trying to setup my Redhat 8.0 Linux as BDC, i have NT4 as
my PDC.
My smb.conf
[global]
workgroup=ITERNAL
netbios name=TRIC
server string=server Samba
load printers=no
printcap name=cups
printing=cups
print command=lp -d %p %s; rm %s
invalid users=root
log file=/var/log/samba/log.%m
max log size=1000
syslog=0
smbpasswd file=/etc/samba/smbpasswd
security=DOMAIN
encrypt
2013 Mar 27
1
BTRFS and the steadily lit LED
...my machines are slow like hell and
I''m most of the time in mode « Working my patience while waiting for the
HD LED to go off ».
I haven''t noticed any real-life noticeable improvement upgrading the
kernels from 3.5.x to 3.8.x
So I''m wondering...
--
Swâmi Petaramesh <swami@petaramesh.org> http://petaramesh.org PGP 9076E32E
Ne cherchez pas : Je ne suis pas sur Facebook.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-in...
2006 Jul 24
3
Problem with CRAM and flac-1.1.2
A user of CRAM (http://swami.sourceforge.net/cram.php) sent in a bug
report related to decoding of CRAM files. This issue occurs with
flac-1.1.2 but not previous versions (such as flac-1.1.1). Note that
the same file is used for this test (hopefully ruling out any issue with
the encoder).
Details of the issue:
When calling...
2012 Oct 05
2
Help understanding btrfsck output...
...t 667 inode 50504 errors 400
found 54962528257 bytes used err is 1
total csum bytes: 52166300
total tree bytes: 1531371520
total fs tree bytes: 1376681984
btree space waste bytes: 382927315
file data blocks allocated: 103024238592
referenced 102409895936
Btrfs Btrfs v0.19
--
Swâmi Petaramesh <swami@petaramesh.org> http://petaramesh.org PGP 9076E32E
Ne cherchez pas : Je ne suis pas sur Facebook.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-in...