Displaying 20 results from an estimated 8000 matches similar to: "HELPPP MEEE"
2013 Mar 18
1
helppp! security = user + public share
I'm getting killed this morning, since we did a Samba upgrade to one of our production servers this weekend and didn't expect this one.
I have one share that I need unauthenticated access to from a few named workstations. Here's the config:
# Samba config file created using SWAT
# from UNKNOWN (x.x.x.x)
# Date: 2013/03/18 14:25:33
[global]
encrypt passwords = No
map to guest =
2008 May 23
2
New York Asterisk Users
This is an email to all New York based Asterisk users.
For some time it's been bugging me that we don't have a local contact
point/user community. If you are involved in Asterisk and in NY/NJ shoot
me an email, I'm going to try and revitalize either meetup.com or some
other shared environment for Asterisk users in NY.
Shoot me an email and once I get an idea of how many
2007 Jun 06
1
Users can Read but not Write / Delete Files
Hi All,
Hi All,
Here is a situation where everyone can read to, but not write to or
delete, the shares on our Samba server:
We moved the file server a few weeks ago - split off some files to a new
Windows file server - and users could read but not write files to the
old Samba server after it was renamed (SAN to OLDSAN). It turned out
SELinux was running, which I disabled, rebooted, and all
2006 Apr 05
3
RoR user group in NYC?
Hi all,
On the Rails wiki there are a few user groups listed, including one in
Long Island, but none in New York City proper. Are there any user groups
in NYC not listed to which people belong (including relevant
non-RoR-specific ones)? Would love to share some ideas...
thanks,
- michael.
--
Posted via http://www.ruby-forum.com/.
2011 Aug 23
3
OLE DB
Hello people ... I need your help
I am currently running an application (made in C #) in wine, this application has a connection to a database (ms sql ).... and running this application there are no errors, but I get an alert message notifying me that it is impossible to connect because it is not or is blocked.
I did a test connectivity and connects tsql ... hize also run the application in
2011 Oct 24
2
Syntax Help for xyplot()
Thanks to David's help I subset my large data set and produced a smaller
one for a single stream and 7 factors of interest. The structure of this
data frame is:
str(burns.tds.anal)
'data.frame': 718 obs. of 4 variables:
$ site : Factor w/ 143 levels "BC-0.5","BC-1",..: 1 1 4 6 4 4 4 5 5 5
$ sampdate: Date, format: "1996-06-02"
2011 Oct 27
2
Syntax Check: rshape2 melt()
This is my first excursion into using reshape2 and I want to ensure that
the melt() function call is syntactically correct.
The unmodifed data frame is organized this way:
head(tds.anal)
site sampdate param quant
1 UDS-O 2006-12-06 TDS 10800
4 STC-FS 1996-06-14 Cond 280
7 UDS-O 2007-10-04 Mg 1620
9 UDS-O 2007-10-04 SO4 7580
19 JCM-10B 2007-06-21 Ca 79
20
2007 Jun 27
2
Problems compiling Asterisk 1.4.5
Hi! I have this errors compiling Asterisk 1.4.5
cdr_tds.c:86:2: warning: #warning "You have older TDS, you should upgrade!"
cdr_tds.c: In function `tds_log':
cdr_tds.c:213: error: too many arguments to function
`tds_process_simple_query'
cdr_tds.c: In function `mssql_connect':
cdr_tds.c:326: error: `TDSCONNECTINFO' undeclared (first use in this
function)
cdr_tds.c:326:
2013 Apr 16
3
10% off Intro R training from RStudio: NYC May 13-14, SF May 20-21
Hi all,
At RStudio, we're hosting our Introduction to R Workshop this May in
two locations. As an R-help subscriber, we're offering 10% off!
* Intro to data science with R (http://goo.gl/bplg3)
May 13-14 New York City
* Intro to data science with R (http://goo.gl/VCUFL)
May 20-21 San Francisco Bay Area
What will you learn?
Practical skills for visualizing, transforming, and
2006 Jul 27
16
Net::LDAP 0.0.3 released, adds TLS encryption
We''re pleased to announce version 0.0.3 of Net::LDAP, the first
pure-Ruby LDAP library. Net::LDAP intends to be a feature-complete
LDAP client which can access as much as possible of the functionality
of the most-used LDAP server implementations. This library does
not wrap any existing native-code LDAP libraries, creates no
Ruby extensions, and has no dependencies external to Ruby.
2012 Jan 03
4
Asterisk, FreeSWITCH, TrixBox, SER, OpenSER, sipX, CallWeaver, and YATE.
Hi,
Please help me understand the following applications and what are its
advantages if we compare between each of them.
Asterisk, FreeSWITCH, TrixBox, SER, OpenSER, sipX, CallWeaver, and YATE.
Regards,
Kaushal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120103/ffad2be6/attachment.htm>
2012 Jan 01
2
Lattice: Understanding How Points Connected by Lines
A data frame has one factor, one date, and one numeric column. When I plot
these using the default pch of the open circle (first attachment),
xyplot(TDS ~ sampdate | she.s, data = sheep.cast, main = 'TDS in Sheep
Creek', ylab = 'Concentration (mg/L)', xlab = 'Time')
I see the higher concentration points toward the right on several panels.
But, when I change to using a
2011 Nov 09
4
Interpreting Multiple Linear Regression Summary
I would appreciate pointers on what I should read to understand this
output:
summary(lm(TDS ~ Cond + Ca + Cl + Mg + Na + SO4))
Call:
lm(formula = TDS ~ Cond + Ca + Cl + Mg + Na + SO4)
Residuals:
ALL 1 residuals are 0: no residual degrees of freedom!
Coefficients: (6 not defined because of singularities)
Estimate Std. Error t value Pr(>|t|)
(Intercept) 125 NA
2005 Apr 11
3
CDR and TDS
Hi,
I want to use the cdr to record the call log to my Microsoft SQL Server
using unixodbc and freetds....
but when I compile, I've got this message....
Does anyone have the same problem and/or know how to solve it ?
Thanks
Baste regards
David Masure
make[1]: Entering directory
`/usr/src/asterisk/bristuff-0.2.0-RC7k/asterisk-1.0.6/cdr'
gcc -pipe -Wall -Wstrict-prototypes
2012 Jan 02
1
Creating ZOO Matrix from Data Frame
I believe that I have a basic understanding of zoo and how to use read.zoo
on a text file, What I have not seen in the zoo help files and vignettes is
how to convert a data frame to a zoo matrix for irregular time series
analyses.
An example data frame is structured like this:
str(burns.cast)
'data.frame': 256 obs. of 47 variables:
$ site : Factor w/ 143 levels
2004 Jul 28
4
MS SQL & Free TDS
Help!
I've been using mysql for cdr storage, I need to switch to MS SQL. I must be
stupid or something but I cannot figure out how to setup the cdr_tds. I have
FreeTDS configured properly, but my unixodbc is not working properly
either... I'd be happy with either solution, but I'm in need of assistance.
Luke Catranis
2005 Apr 22
5
IAX help
I am trying to send calls from (telx-NY17S) to (telx-nyc) via an IAX2
channel. However the call is being rejected on the (telx-nyc) server.
See error below copied from telx-nyc CLI>
Apr 22 13:56:57 NOTICE[147465]: chan_iax2.c:5390 socket_read:
Rejected
connect attempt from 192.168.0.251
I have icluded the following conf files
1. extensions.conf (telx-nyc)
2. iax.conf (telx-nyc)
3.
2003 Aug 01
2
Asterisk community input: FreeTDS (cdr_tds.c) or unixODBC (cdr_unixodbc.c) ?
I would like some Asterisk community input:
It was requested of me to create an Asterisk FreeTDS (cdr_tds.c) module to
allow Asterisk to populate MS SQL Server (and Sybase) with CDR records.
unixODBC has been thrown around as a bright shiny button but it adds an
additional layer of DB abstraction. That additional layer of abstraction
can cause problems when it is not necessary for our TDS (MS
2011 Nov 02
2
Proper Syntax for Logical Subset in Subset()
I have measured values for 47 chemicals in a stream. After processing
the original data frame through reshape2, the recast data frame has this
structure:
'data.frame': 256 obs. of 47 variables:
$ site : Factor w/ 143 levels "BC-0.5","BC-1",..: 1 1 1 2 2 2 2 2 2 2
...
$ sampdate : Date, format: "1996-04-19" "1996-05-21" ...
$ Acid :
2017 Oct 28
3
Make Samba 4 as Additional DC to Windows Server 2003R2
Hi,
I am trying to make Samba 4 as additional DC to a Domain Hosted in
Windows Server 2003 R2. Is it possible? Or do we have to first migrate
to Windows Server 2008 R2 and then to Samba?
samba-toll domain join command comes upto Domain Provision and it
reports OK. However when the replication starts it fails. Error thrown is:
"Failed to bind to uuid