Displaying 20 results from an estimated 580 matches for "3010".
Did you mean:
300
2005 Jul 15
1
SYMBOL NETVISION II NP-3010
I was looking at these SYMBOL NETVISION II NP-3010 VoIP TCP/IP WIRELESS
PHONES - I know they have been discontinued.
Am I asking for trouble to buy some of these for use on Asterisk?
TIA
Bart
2007 Dec 07
1
Ruby on Rails applications with Mongrel cluster
...odule modules/mod_proxy_balancer.so
LoadModule proxy_http_module modules/mod_proxy_http.so
gem install mongrel (pick last version for win32)
gem install mongrel_service (pick last version for win32)
Now we will create a mongrel cluster of 2 windows services responding
at http://127.0.0.1 on ports 3010, 3011 serving a rail application at
the path c:\www\ror\myapp that will be started from the windows system
user. The two windows services will be respectively named
mongrel_myapp1 and mongrel_myapp2. Open the command prompt and type:
mongrel_rails service::install -N mongrel_myapp1 -p 3010 -e prod...
2006 Oct 07
0
Multivoip 3010
Anyone has configued Multivoip 3010 with Asterisk ? I am tring to configure
this box to work with asterisk .
Thanks
Imthiyaz
--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .
2006 Aug 07
0
some questions about mongrel
...cified in the
config file
---
:cwd: /srv/www/railsapps/rftrack
:includes:
- mongrel
:log_file: log/mongrel.log
:config_script:
:pid_file: log/mongrel.pid
:num_processors: 1024
:environment: production
:group: webdev
:docroot: public
:user: mongrel
:timeout: 0
:host: 0.0.0.0
:mime_map:
:port: "3010"
:debug: false
:daemon: true
i start mongrel from within the application root as: mongrel_rails
start -C config/mongrel.yml
the mongrel.log file IS created and written to just fine. all
directories in the app are group owned by ''webdev'' and are group
writable and accessib...
2006 Feb 20
6
HTB, strange capacity distribution
Hello,
after spending several hours reading archives, I decided to write new
post.
I successfully set up packet classification, made some basic HTB
setup, made some simple graphical representation from HTB statistics
data...
BUT, I cannot figure out how to refine HTB to get this behaviour:
I need that class "p2p" should be the last one to get some link
capacity.
If I set both RATE
2007 Feb 21
19
Critical Issue - Site down...
...ed and that there is plenty of free memory available.
Can anyone make sense of this error and have some suggestion of options
that I may take to correct this issue and get our site up and running?
Below is the Mongrel.log file:
** Daemonized, any open files are closed. Look at log/mongrel.3010.pid
and log/mongrel.log for info.
** Starting Mongrel listening at 127.0.0.1:3010
** Starting Rails with production environment...
** Rails loaded.
** Loading any Rails specific GemPlugins
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no
restart).
** Rails signals...
2007 Mar 16
3
ARIMA standard error
...uot;loglik" "aic"
"arma" "residuals" "call" "series" "code"
"n.cond" "model"
Thanks,
Gad
--
Gad Abraham
Department of Mathematics and Statistics
The University of Melbourne
Parkville 3010, Victoria, Australia
email: g.abraham at ms.unimelb.edu.au
web: http://www.ms.unimelb.edu.au/~gabraham
2012 Oct 18
2
Different return codes on exec during puppet agent run vs command line Windows
Trying to run this exec in one of our manifests. When the resource is run
during a puppet run, it returns a error code 87. But when I execute the
same command on command prompt, it returns 3010. Is there any way to dig
and and find out why the return codes are different. FYI, I am using the
sysnative path to avoid the file system redirection on windows.
Platform: Windows 2008R2 64 bit
Running PE 2.6 agent and PE 2.6 master.
Exec statement(It''s horrendous I know....) :
$AILo...
2018 Nov 16
4
[PATCH 0/2] v2v: uninstall the VMware Tools from Windows guests
It seems newer versions of VMware Tools for Windows can be uninstalled
also when the guest does not run on VMware anymore. Hence, attempt to
uninstall them during a conversion, reusing the same code already used
to uninstall Parallel Tools.
This was tested with the following Windows guests:
- Windows 2008r2
- Windows 2012r2
- Windows 2016
- Windows 7
- Windows 8
- Windows 10
Pino Toscano (2):
2006 Feb 19
3
Changing predictor order in lm()
...the terms.formula()
function, but if anyone has an example that would be much appreciated.
Cheers
Andrew
Andrew Robinson
Senior Lecturer in Statistics Tel: +61-3-8344-9763
Department of Mathematics and Statistics Fax: +61-3-8344 4599
University of Melbourne, VIC 3010 Australia
Email: a.robinson at ms.unimelb.edu.au Website: http://www.ms.unimelb.edu.au
2011 Aug 24
3
Importing data from MS EXCEL (.xls) to R XXXX
...from MS EXCEL (.xls)
format to R? In the past I have used the read.xls() function from the
xlsReadWrite package, however, I have been wrestling with it all afternoon
long with no success. I continue to receive the following error message:
> {widge<-read.xls("F:\\Classes\\Z1.Data\\stat.3010\\WidgeOne.xls",
+ colNames=TRUE,sheet=1)}
Error in .Call("ReadXls", file, colNames, sheet, type, from, rowNames, :
Incorrect number of arguments (11), expecting 10 for 'ReadXls'
Any insight/suggestions/assistance is appreciated.
Thank you,
Dan
[[alternative HTML versi...
2008 Apr 08
2
Speex and C5510
Hi,
I'm use a DSP C5510 to implement a solution with voice, but I'm a
beginner in the world of DSP, any one has a example or documents about
how to use a speex in DSP's ????
Thanks.
Att.;
Rafael Vieira Gon?alves
skype: rafaelvieira.goncalves
msn: tux_surf at hotmail.com
email: daconfama at gmail.com
P Antes de imprimir, pense em sua responsabilidade e compromisso com o
2018 Nov 16
0
[PATCH 2/2] v2v: windows: uninstall VMware Tools
...configure_vmdp tool_path;
unconfigure_xenpv ();
- unconfigure_prltools ()
+ unconfigure_prltools ();
+ unconfigure_vmwaretools ()
(* [set_reg_val_dword_1 path name] creates a registry key
* called [name = dword:1] in the registry [path].
@@ -430,6 +438,23 @@ if errorlevel 3010 exit /b 0
"uninstall Parallels tools" fb_script
) prltools_uninsts
+ and unconfigure_vmwaretools () =
+ List.iter (
+ fun uninst ->
+ let fb_script = "\
+@echo off
+
+echo uninstalling VMware Tools
+" ^ uninst ^
+(* ERROR_SUCCESS_REBOOT_REQUI...
2019 Oct 11
4
dns replication error due to deleted records
...the records that are in one dc and not
> in the other.
> Of the remaining objects one is different
>
> The question is, why there are so many differences and how do I fix it?
>
> Bye
--
Luca Olivetti
Wetron Automation Technology http://www.wetron.es/
Tel. +34 93 5883004 (Ext.3010) Fax +34 93 5883007
2008 Apr 08
1
Speex and C5510
...aelvieira.goncalves
> msn: tux_surf at hotmail.com
> email: daconfama at gmail.com
> P Antes de imprimir, pense em sua responsabilidade e compromisso com
> o MEIO AMBIENTE.
>
>
>
> __________ Information from ESET NOD32 Antivirus, version of virus
> signature database 3010 (20080408) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
> _______________________________________________
> Speex-dev mailing list
> Speex-dev at xiph.org
> http://lists.xiph.org/mailman/listinfo/speex-dev
>
>
>
&...
2016 Jan 20
1
[PATCH] convert_windows: uninstall Parallels Tools on first boot
...irstboot_script g inspect.i_root
"uninstall Xen PV" fb_script
+
+ and unconfigure_prltools () =
+ List.iter (
+ fun uninst ->
+ let fb_script = "\
+@echo off
+
+echo uninstalling Parallels guest tools
+" ^ uninst ^
+(* ERROR_SUCCESS_REBOOT_REQUIRED == 3010 is OK too *)
+"
+if errorlevel 3010 exit /b 0
+" in
+
+ Firstboot.add_firstboot_script g inspect.i_root
+ "uninstall Parallels tools" fb_script
+ ) prltools_uninsts
in
let rec update_system_hive root =
--
2.5.0
2018 Dec 18
2
High Load average on NFS Spool - v.2.1.15 & 2.2.13
...Info Security Officer*
>> IT Security, Inc. <http://www.IT-Security-inc.com> - A Service
>> Disabled Veteran Owned Company - (*SDVOSB*)
>> *HUBZone Certified*
>> LinkedIn <https://www.linkedin.com/in/albertwhale> Profile
>>
>>
>> Phone: 412-515-3010 | Email: Albert.Whale at IT-Security-inc.com
>> Cell: 412-889-6870
>>
>
> Did? you have a look at https://wiki2.dovecot.org/NFS ?
>
> --
> awib IT Solutions
> info at awib.it <mailto:info at awib.it>
--
--
--
Albert E. Whale, CEH CHS CISA CISSP
*President -...
2016 Jun 06
1
[PATCH] v2v:windows: prevent Parallels drivers from loading at boot
...;
---
v2v/convert_windows.ml | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml
index 49811a7..012f03d 100644
--- a/v2v/convert_windows.ml
+++ b/v2v/convert_windows.ml
@@ -318,6 +318,7 @@ if errorlevel 3010 exit /b 0
debug "current ControlSet is %s" current_cs;
disable_services root current_cs;
+ disable_prl_drivers root current_cs;
disable_autoreboot root current_cs;
Windows_virtio.install_drivers g inspect systemroot
root current...
2006 Jun 23
2
Time series labeling with Zoo
...9;s plenty of room for labels.
How do I get zoo to label the months too, without having to manually
work out which day was the first day of each month?
I'm using zoo 1.0-3 with R 2.2.1.
Thanks,
Gad
--
Gad Abraham
Department of Mathematics and Statistics
University of Melbourne
Parkville 3010, Victoria, Australia
email: g.abraham at ms.unimelb.edu.au
web: http://www.ms.unimelb.edu.au/~gabraham
2018 Dec 04
4
Partial install question
...uild it there and
use symlinks (probably the better choice) into /usr/bin.
I'm tempted, though, to just move /usr/bin/sftp and install that and
only that, if possible. Is it?
Thanks,
John A
--
John Adams
Linux/Middleware Administrator | Information Technology Services
+1-501-916-3010 | jxadams at ualr.edu | http://ualr.edu/itservices
*UA Little Rock*
Reminder: IT Services will never ask for your password over the phone or
in an email. Always be suspicious of requests for personal information that
come via email, even from known contacts. For more information or to
report sus...