Displaying 20 results from an estimated 1200 matches similar to: "System error 53 has occurred. The network path was not found."
2017 Jul 19
3
Integration of Google Speech API V2
Hi Marcelo,
Thanks for replying, I do not know what this branch is.
Could you please let me know.
Also, I enabled google cloud speech API only from the console. Do I need
more API enabled?
On Wed, Jul 19, 2017 at 3:41 PM, Marcelo Terres <mhterres at gmail.com> wrote:
> Did you already tried the cloud_api branch?
>
> Regards,
>
> Marcelo H. Terres <mhterres at
2006 Jul 22
3
Doubts regarding Models
Dear folks,
I want to know whether the following things are right or wrong, in the first
place.
Then to know the right way to do the same, if it is wrong.
I am having a table with the name "cd_details".
using models, I am accessing data from this.
my model is having the code like this.
model filename : cd_detail.rb
--------
class CdDetail < ActiveRecord::Base
def self.find_data
2017 Jul 19
4
Integration of Google Speech API V2
Hi Jonathan
Thanks !
That would indeed be wonderful, at this point I really do not care whether
I need to use Python or Lua or JS.
I was following http://zaf.github.io/asterisk-speech-recog/
but hit a road end with (for the lack of sane word ) copulating Google's Key
On Wed, Jul 19, 2017 at 2:28 PM, Jonathan H <lardconcepts at gmail.com> wrote:
> Yes! But I can only tell you if
2006 Jul 22
2
fetching records from tables
Dear all,
I have a doubt,
How to fetch records from tables, which are not having ID field as its
primary key.
If possible, please tell me to way to extract data from those tables.
--
with regds,
Nahalingam N. Kanakavel.
(http://www.nahalingam.bravehost.com/PlanetN/)
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Oct 21
1
hi all
hi,
i hv been burning nights reading howtos and manuals for iproute2 and
iptables aiming at succesfully implementing a DMZ-NAT solution for our
college (institute.)
i am a student and never had past experience but hv used linux for
quite some time now.
so my first question is: do the functions of iptables and iproute2
overlap atall. i am preety confused regd this matter.
2nd: is it possible to
2012 Nov 07
6
how to generate a set of random numbers that sum to 1 with uniform distribution of elements
Hi,
I am looking for a way to generate a matrix of random numbers in a way that
each row of the matrix would sum to 1 and that the numbers in the columns of
the matrix would have a uniform distribution. So far I have found several
ways to create random numbers that would sum to 1, but then the distribution
of the individual elements is more or less skewed - there are much more
small numbers than
2017 Jul 19
4
Integration of Google Speech API V2
Hi,
I'm trying to integrate Google cloud speech recognition v2 in it. I can get
the audio recorded, have created Service key and API key but whenever I try
to access it, I just get 403 access denied. I am at my wits end here.
Has anybody tried it ? were you successful ? Could you please guide me how
to do it ?
I'll be grateful to you if this works !
--
Warm Regds.
MathuRahul
2005 Nov 07
2
Trust Accounts and Machine Name Case
I've been very frustrated with getting XP to connect to samba.
I added a machine account on Linux
useradd -g workstation -d /dev/null -s /bin/false xpmachine$
then pdbedit -a -m -u xpmachine
on XP i change the name to xpmachine and connect as root.
I'm welcomed into my domain as expected
When I reboot I cannot login because my account isn't recognized
although I can login as
2007 Dec 06
5
Conjoint Analysis in R??
Pls advise how I can use R in conjoint analysis??
regds
Faisal Afzal Siddiqui
Karachi, Pakistan
____________________________________________________________________________________
Looking for last minute shopping deals?
2003 Apr 07
4
BW using CBQ/tc for VPN Ipsec i/f?
Hi all,
I want to allocate bandwidth for ipsec interface using CBQ/tc.
Suppose the conf. file is like this,
DEVICE=ipsec0,10Mbit,1Mbit
RATE=128Kbit
WEIGHT=10Kbit
PRIO=5
RULE=192.128.1.0/24
Does it work
or
What else options need to be taken care like ipsec packets/protocol/port
# etc.?
C''d anybody suggest please?
regds,
Srikanth.
_______________________________________________
LARTC
2017 Nov 24
2
Samba 4.7.1 Switching from SAMBA_INTERNAL to BIND_DLZ failed
Hi Rowland!
Yes there are samba packages installed:
[root at testdc1 ~]# rpm -qa | grep samba
samba-client-libs-4.6.2-11.el7_4.x86_64
samba-winbind-modules-4.6.2-11.el7_4.x86_64
samba-common-libs-4.6.2-11.el7_4.x86_64
samba-common-4.6.2-11.el7_4.noarch
samba-common-tools-4.6.2-11.el7_4.x86_64
samba-libs-4.6.2-11.el7_4.x86_64
And there are seven zones because of /etc/named.rfc1912.zones:
//
2006 Jul 22
3
Connection refused - connect(2)
Dear all,
Please help me in this regards,
I am using models to access LegacySchemas using
set_table_name and set_primary_key...
[code for model]
class CdDetails < ActiveRecord::Base
def self.find_data
set_table_name ''cd_details''
set_primary_key ''cd_label''
find (:first,
:select => "cd_label")
end
2017 Nov 24
2
Samba 4.7.1 Switching from SAMBA_INTERNAL to BIND_DLZ failed
Hi List!
Im trying to switch from using the samba internal dns to bind.
Im running a self-compiled samba 4.7.1 pair of DCs on Centos 7.2.
After following the steps in the wiki, named refuses to start with this error:
● named.service - Berkeley Internet Name Domain (DNS)
Loaded: loaded (/usr/lib/systemd/system/named.service; enabled;
vendor preset: disabled)
Active: failed (Result:
2007 Nov 29
6
MS Excel Data
I am using MS Excel (Windos Operating system), how I
import/export data between MS_Excel and R.
Regds
Faisal Afzal SIddiqui
+92-300-9297089
fasidfas at yahoo.com
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
2002 Jul 31
2
PDC samba
Hi,
Got two questions.
1. If I'd added a machine to my domain (using samba as pdc) with the
followig commands:
/usr/sbin/useradd -g machines -c XPMachine -d /dev/null -s /bin/false $1$
/usr/bin/smbpasswd -a -m $1$
How should I then remove one of them if made a mistake osv?
2. How can I change the adminpassword for PDC?
/Jens THX
2005 Dec 03
1
SlideDown/SlideUp question
Hi ,
i jotted down this script here
http://awstagingserver.net/snehal/ajax/prototype/rssget/news.asp#
its a RSS reader thing , what i am trying to achieve here is save
browser space here by using SlideDown and SlideUp , as you might see
whats happening with the script when you click on the newsbar name ,
what i want is when initially WorldNews is displayed and when you
click on Slashdot ,it
2018 Jun 20
3
Samba 4.5: trying to setup an omnios system as a DC member
Hello Rowland,
thanks, configuring the uidNumber and gidNumber on the AD fixed the
issue, now getent passwd works.
I just have one remaining issue, it seems the ACL doesn't work.
As an example when I set ACL with full permission for user andrea:
# /usr/bin/ls -ldV /cache/testsamba/
d---------+ 3 root root 5 Jun 19 19:40 /cache/testsamba/
2011 May 09
1
rquest for help
Sir,
Kindlly Guide me how to get the R CELFILES. I have install R but I cannat asses the command:
Data <- ReadAffy()
and I got the error:
Error in AllButCelsForReadAffy(..., filenames = filenames, widget = widget, :
No cel filennames specified and no cel files in specified directory:C:/Documents and Settings/pawan.k/Desktop.
Wit regds,
Pawan
________________________________
This e-mail
2015 Jan 22
4
ACL ignored on cifs mounted share
Hello,
I have the problem that the ACLs are ignored when I mount a share via
cifs. I have an AD with Samba 4.1.6 Ubuntu 14.04 (but I also tried it
with Gentoo and samba 4.1.14). So I joined a member server like the wiki
describes. Everything works fine. I can manage the users and permissions
with the RSAT tools. For the linux side I use rfc2307 and winbind on the
member. So every user and
2010 Nov 11
2
SAMBA accessible with hostname only on local subnet
hi all,
i have integrated SAMBA with active directory and everthing is working .
however SAMBA server is accessible with hostname only on local
subnet. it is not opening in other subnets and opening with ipaddress.
it keeps on asking for password and saying access denied while using
net view \\testsamba corp.raju.ad.
command
any one faced the same problem ?? please help me out.
Regards