search for: khurana

Displaying 14 results from an estimated 14 matches for "khurana".

2002 Aug 16
1
Summary:ROracle error
.../lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stdarg.h respectively in the directory that gcc is searching in (probably /usr/include) Thanks, Vikram -----Original Message----- From: David James [mailto:dj at research.bell-labs.com] Sent: Thursday, August 15, 2002 5:48 AM To: Vikram Khurana Subject: Re: [R] ROracle error Hi Vikram, I forgot to ask you. If and when you solve your problem, could you please summarize it and send a copy to r-help? I'm sure at some point other people may encounter the same problem, and it would be nice if you could save them some precious time. Th...
2014 May 11
0
[PATCH] [resend] net: get rid of SET_ETHTOOL_OPS
Am Sun, May 11, 2014 at 01:13:47PM +0530 schrieb Anish Khurana: > SET_ETHTOOL_OPS is equivalent to : > #define SET_ETHTOOL_OPS(netdev,ops) \ > ( (netdev)->ethtool_ops = (ops) ) > > how it makes difference removing this code and replacing with the > code mentioned ? It doesn't change anything in the resulting binaries. The whole...
2002 Aug 07
1
FW: ROracle error
Howdy, When doing a install.packages("ROracle") in R I'm getting the following error: R CMD COMPILE RS-DBI.c make[1]: Entering directory `/tmp/R.INSTALL.1809/ROracle/src' gcc -I/usr/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -mieee-fp -fPIC -O2 -m486 -fno-strength-reduce -g -c RS-DBI.c -o RS-DBI.o make[1]: Leaving directory `/tmp/R.INSTALL.1809/ROracle/src'
2002 Aug 02
1
R to Oracle via RODBC
Howdy, I'm trying to use R to access Oracle 8i using the RODBC package On Linux Red Hat 7.3. Specs R version 1.51 Driver: Easysoft ODBC - Oracle driver Driver Manager: unixODBC I get the following error when trying to executing RODBC commands. Can anybody give me pointers as to what I'm missing or doing wrong > library(RODBC) > channel <- ("DSNName") >
2007 Jan 31
0
Fwd: Unable to load rJava - Undefined Symbol GetCreatedJavaVMs
Could some pls help with this error message. Pls see below thanks Rupak ---------- Forwarded message ---------- From: Rupak Khurana <khurana.rupak@gmail.com> Date: Jan 31, 2007 2:46 PM Subject: Unable to load rJava - Undefined Symbol GetCreatedJavaVMs To: simon.urbanek@r-project.org Simon I am unable to load rJava. Pls see the log below. Any help is welcome and appreciated. thanks Rupak [root@localhost rkhurana]# una...
2002 Oct 01
1
ssh with iptables and equalize
....88.115.182) 25.469 ms 25.237 ms 25.841 ms 12 CORE255-VL501.GW.CMU.NET (128.2.33.227) 27.467 ms 28.731 ms 26.838 ms 13 CYH-A100-VL255.GW.CMU.NET (128.2.255.35) 26.844 ms 27.118 ms 26.839 ms 14 UNIX1.andrew.cmu.edu (128.2.11.201) 27.342 ms 27.106 ms 27.714 ms $ ssh -vvv -x -a -4 -l mkhurana unix1.andrew.cmu.edu OpenSSH_3.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: restore_uid debug1: ssh_connect: getuid 500 geteu...
2018 Oct 09
0
Asterisk 16.0.0 Now Available
...RIBE message with a large Accept value causes stack corruption (Reported by Sandro Gauci) New Features made in this release: ----------------------------------- * ASTERISK-27286 - Add the ability to read the media file type from HTTP header for playback (Reported by Gaurav Khurana) * ASTERISK-27704 - Add cache_pools debug option to pjproject.conf (Reported by Richard Mudgett) * ASTERISK-27581 - Add new AMI Action for PJSIPShowContacts (Reported by sungtae kim) * ASTERISK-27547 - res_pjsip: Add new AMI Action for PJSIPShowAuths (Reported b...
2018 Oct 09
2
Asterisk 16.0.0 Now Available
...RIBE message with a large Accept value causes stack corruption (Reported by Sandro Gauci) New Features made in this release: ----------------------------------- * ASTERISK-27286 - Add the ability to read the media file type from HTTP header for playback (Reported by Gaurav Khurana) * ASTERISK-27704 - Add cache_pools debug option to pjproject.conf (Reported by Richard Mudgett) * ASTERISK-27581 - Add new AMI Action for PJSIPShowContacts (Reported by sungtae kim) * ASTERISK-27547 - res_pjsip: Add new AMI Action for PJSIPShowAuths (Reported b...
2014 May 11
7
[PATCH] [resend] net: get rid of SET_ETHTOOL_OPS
net: get rid of SET_ETHTOOL_OPS Dave Miller mentioned he'd like to see SET_ETHTOOL_OPS gone. This does that. Mostly done via coccinelle script: @@ struct ethtool_ops *ops; struct net_device *dev; @@ - SET_ETHTOOL_OPS(dev, ops); + dev->ethtool_ops = ops; Compile tested only, but I'd seriously wonder if this broke anything. Suggested-by: Dave Miller <davem at
2014 May 11
7
[PATCH] [resend] net: get rid of SET_ETHTOOL_OPS
net: get rid of SET_ETHTOOL_OPS Dave Miller mentioned he'd like to see SET_ETHTOOL_OPS gone. This does that. Mostly done via coccinelle script: @@ struct ethtool_ops *ops; struct net_device *dev; @@ - SET_ETHTOOL_OPS(dev, ops); + dev->ethtool_ops = ops; Compile tested only, but I'd seriously wonder if this broke anything. Suggested-by: Dave Miller <davem at
2014 May 11
7
[PATCH] [resend] net: get rid of SET_ETHTOOL_OPS
net: get rid of SET_ETHTOOL_OPS Dave Miller mentioned he'd like to see SET_ETHTOOL_OPS gone. This does that. Mostly done via coccinelle script: @@ struct ethtool_ops *ops; struct net_device *dev; @@ - SET_ETHTOOL_OPS(dev, ops); + dev->ethtool_ops = ops; Compile tested only, but I'd seriously wonder if this broke anything. Suggested-by: Dave Miller <davem at
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...>] - add flag to allow CALLERID(num) to be placed in Contact header in chan_pjsip (Reported by Torrey Searle) - [ASTERISK-27286 <https://issues.asterisk.org/jira/browse/ASTERISK-27286>] - Add the ability to read the media file type from HTTP header for playback (Reported by Gaurav Khurana) - [ASTERISK-27704 <https://issues.asterisk.org/jira/browse/ASTERISK-27704>] - Add cache_pools debug option to pjproject.conf (Reported by Richard Mudgett) - [ASTERISK-27581 <https://issues.asterisk.org/jira/browse/ASTERISK-27581>] - Add new AMI Action for PJSIPShowConta...
2014 May 11
0
[PATCH] [resend] net: get rid of SET_ETHTOOL_OPS
SET_ETHTOOL_OPS is equivalent to : #define SET_ETHTOOL_OPS(netdev,ops) \ ( (netdev)->ethtool_ops = (ops) ) how it makes difference removing this code and replacing with the code mentioned ? On Sun, May 11, 2014 at 5:42 AM, Wilfried Klaebe <w-lkml at lebenslange-mailadresse.de> wrote: > net: get rid of SET_ETHTOOL_OPS > > Dave Miller mentioned he'd like to see
2014 May 11
0
[PATCH] [resend] net: get rid of SET_ETHTOOL_OPS
SET_ETHTOOL_OPS is equivalent to : #define SET_ETHTOOL_OPS(netdev,ops) \ ( (netdev)->ethtool_ops = (ops) ) how it makes difference removing this code and replacing with the code mentioned ? On Sun, May 11, 2014 at 5:42 AM, Wilfried Klaebe <w-lkml at lebenslange-mailadresse.de> wrote: > net: get rid of SET_ETHTOOL_OPS > > Dave Miller mentioned he'd like to see