Displaying 20 results from an estimated 3000 matches similar to: "help needed to move from Samba 2 to 3"
2003 Oct 03
2
Ascom Ascotel 2050 & Fritz PCI Card (Capi)
Hello,
We have been trying to add asterisk to our Ascom Ascotel 2050 PBX. We have
a AVM Fritz!PCI Card connected to an S0 bus extension from the PBX. The
fritz card is configured to use chan_capi, and we can make calls SIP->SIP
SIP->PBX extension PBX extension->SIP all successfully, we have assigned
more than one PBX extension number to the S0 port in the Ascom PBX (it has
8 positions)
2005 Feb 28
0
New SMS gateway command
I thought it might be of interest to the group to pass on information about
a replacement SMS command we have developed for sending text messages from
Asterisk.
The FASTSMS command will route text messages to mobile phones in 154
countries. Applications include voicemail notifications, missed call alerts,
automated text receipts for callers (e.g. call reference number), system
alerts, etc, etc.
2015 Nov 18
1
Re: [virt-tools-list] Paths with whitespace in guestfish
[I don't check this list for libguestfs questions, hence the late
reply. There's a libguestfs mailing list:
https://www.redhat.com/mailman/listinfo/libguestfs ]
On Mon, Oct 12, 2015 at 08:06:03PM -0500, Robert Nichols wrote:
> Is guestfish able to handle paths that include whitespace? I've
> tried just about everything I can think of:
>
> ><fs> ls
2005 Nov 19
1
new article on R at oreillynet.com
An article I wrote that provides a basic introduction to R has
been published on Oreillynet.com. The article is titled
"Analyzing Statistics with GNU/R". Here is the link:
http://www.onlamp.com/pub/a/onlamp/2005/11/17/r_for_statistics.html
Please feel free to post comments or interesting basic R scripts
at the end of the article.
Kevin Farnham
2011 Jul 20
0
FCI - GNN Components, Co.Ltd
FCI
GNN - Components
1. Introduction:
FCI (http://www.gnn-components.com/FCI_Connect_Company-22-475.aspx) is a leading connector manufacturer in the world. They are a leading designer, manufacturer, and supplier of innovative and high-quality electrical and electronic interconnect systems for a wide range of consumer and industrial applications. FCI?s interconnects include connectors
2005 Sep 09
0
CUPS username case wrong from Windows 98 client
I have a problem getting Windows 98 clients printing to CUPS printers
where I have the printer access allowed/denied by username. It appears
that samba is passing the username in uppercase to CUPS as the owner of
the printjob and then CUPS does not recognise that username and rejects
the job. It all works under Windows NT/XP.
I am running samba 3.0.20 and cups 1.1.23. The smb.conf file is below
2005 Oct 31
0
"disappeared" user
I would really appreciate some help figuring out why one of my students has
"disappeared" from the user list, and what to do about it. I'm using Samba3 on
Fedora; the client machines are running WinXP. The system has been up and
running since the beginning of September.
Today one of my 4th-graders was unable to log on; she didn't read the error
message carefully, so she
2007 Jan 26
6
has_many :through query question
I think this is obvious. but for some reason I''m not getting it.
Models: Bicycles, Accessories
Join Model: Upgrades
The idea is that you can upgrade your bike by adding an accessory, and
the upgrade price is often less than the accessory price would normally
be. So the Upgrades table has id, bicycle_id, accessory_id, and price.
class Bicycle
has_many :upgrades
has_many
2002 Sep 10
1
Help!!! Problems copying files from AIX 4.3.3 to Win9x
Hello,
Currently having problems with drag and drop and/or copy pasting files from
AIX 4.3.3 to Windows 95 or 98 . using a samba share.
Used the following settings in the smb.conf file:
[reports]
path = /tmp/reports
public = yes
mangled names = yes
browsable = yes
hide dot files = no
readable = yes
When I try and copy this over I get the following error message:
2017 Mar 10
1
virtual all mails folder in dovecot
I have Centos 7 mail server installed with dovecot and postfix with
MariaDB. I am trying to add a virtual All Mails folder for every user so
that they can have all mails such as inbox, sent in a single folder,
something like gmail. Please help me for this.
*Regards,*
*Rahul*
-------------- next part --------------
[rahul at surrey ~]$ dovecot --version
2.2.10
[rahul at surrey ~]$ dovecot -n
#
2010 Jul 16
1
Packages built before R 2.10.0
Dear list,
I am running R2.11.1 on 32 bit windows. I am receiving messages as
follows ...
> require(car)
Loading required package: car
Error: package 'car' was built before R 2.10.0: please re-install it
The package kohonen was another example.
This failure appears to be fatal and not only affects the package
concerned, but also all its dependents.
Is there anything I can do at my
2009 Jan 30
1
Using Rscript
Dear List,
Hopefully someone will point me to a piece of documentation that I have
overlooked.
I am running Rscript successfully to read and execute an R program, but
have failed
to find the correct syntax to route the output to a file using the
Rscript command that invokes
the job. I tried Rscript -e 'sink("outputfile")' script.R , but it then
ignored the scriptfile.
I know
2005 Mar 14
7
Voicemail SMS Alert - Possible?
I need to be able to send an sms alert to one's mobile/cell phone. For
instance, when I receive a voicemail message in my inbox, I also want to
be able to get a message on my cell phone alerting me of this e-mail. How
possible is this? And if it is, what do I need to do to get the service up
and running?
Ideas are most welcome.
Thanks,
Julius.
2008 Dec 12
2
Extracting the name of an object into a character string and vice versa
I am still struggling to map a character string to an object name and
vice versa in R.
I thought the as.name() function might work, but observe the following
behaviour ...
> attach(warpbreaks)
> levels(tension)
[1] "L" "M" "H"
> levels(as.name("tension"))
NULL
> objectname<-as.name("tension")
> objectname
tension
>
2006 Jun 30
2
how to HABTM with STI ??
Hello all
This is my first post so excuse the basic question. (and any repeats I just
got an email saying this post was too big so I have re-submitted a smaller
version)
I was following the thread on
http://lists.rubyonrails.org/pipermail/rails/2006-May/038988.html regarding
the STI on HABTM for RoR.
I have a very similar problem and was hoping for some help.
I have the
2009 Apr 02
2
Environments
Dear List,
No doubt I am going around this the wrong way, and hopefully one of you
will be able to tell me how to go about it the right way.
I want to change the names of an object inside a function and have it
stay changed in the global environment. I can only
effect the change inside the function as follows ...
>
2002 Sep 05
1
FW: Problems copying files from AIX 4.3.3 to Win9x
Hello,
Currently having problems with drag and drop and/or copy pasting files from
AIX 4.3.3. using a samba share.
Used the following settings in the smb.conf file:
[reports]
path = /tmp/reports
public = yes
mangled names = yes
browsable = yes
hide dot files = no
readable = yes
When I try and copy this over I get the following error message: "cannot
copy file:
2005 Mar 24
5
* -> SMS w/out PSTN
Hi all
I have been googling and wiki-ing and have found a number of potential
solutions to my questions, but I don't want to have to play about for too
long and risk messing up my * box now I've just got it working, if one of
you kind folk could offer your 2 penneth, (being a Brit I'll have none of
this cents business ;] ).
I want to send an SMS message whenever I get a voicemail
2008 Dec 01
1
Coercing a list of variables in a function call
This is hopefully a trivial problem for list subscribers, but I am very
new to writing R functions.
I wish to call an R function written by myself from another program to
fit a model. I need
to tell it which of the independent variables are factors. I need to do
this in a generic way,
so that when the list is passed, R will work through the variables in
the data frame and coerce them into being
2007 Jun 29
0
[networking-discuss] Re: DTraceNetwork Providers, take 2
> Brendan Gregg - Sun Microsystems wrote:
> > So, apart from Solaris routers, DNS servers and IPsec
> gateways, what
> > other servers would be under heavy load and be using
> something other than TCP?
>
> Finance houses, running Tibco Rendevous.
Further to this, as someone who works in this area, I can say that many
stock exchange data feeds are provided over UDP -