Displaying 20 results from an estimated 183 matches for "7601".
Did you mean:
701
2003 Aug 20
2
PRI CallerID problem
...er. If we make a call with
our Cisco 7960, we can send any phone number we enter into
SetCallerID(). However, if we use SetCallerID(${CALLERIDNUM}) it won?t
forward the CID number.
[mydid]
exten => 5558384810,1,SetCallerID(${CALLERIDNUM})
exten =>
5558384810,2,Dial(Zap/g1/15553456131&SIP/7601@192.168.1.84&SIP/7600@10.0.1.2,20)
exten => 2068384810,3,Congestion
Now when I call my DID, 5558384810 from my land line, Asterisk takes the
CID number and sends it to my IP phones (Cisco 7960) which I can see on
the display of the IP Phone. However, the CID number doesn?t get sent to
the c...
2011 Nov 01
0
Announce: Puppet 2.7.7rc1 available
...most types and providers
This documentation-only commit makes edits for wording, clarity,
accuracy, and
formatting to the description strings in 64 type and provider
files, with the aim
of improving the type reference
(http://docs.puppetlabs.com/references/latest/type.html).
## (7601) Use << instead of += in references
This commit refactors some reference code to use the "<<" string append
operator instead of the slower-but-equivalent += operator. (Offending
instances left in lib/puppet/reference/metaparameter.rb and
lib/puppet/reference/i...
2017 Jun 05
2
months not working with local language (weekdays does)
...act days of week from a date column, I'm
getting the the days in spanish (as expected).
My understanding is that both work with local language. What may be
happening?
My Session Info:
R version 3.4.0 (2017-04-21)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
Matrix products: default
locale:
[1] LC_COLLATE=Spanish_Peru.1252
[2] LC_CTYPE=Spanish_Peru.1252
[3] LC_MONETARY=Spanish_Peru.1252
[4] LC_NUMERIC=C
[5] LC_TIME=Spanish_Peru.1252
attached base packages:
[1] stats graphics grDevices utils datasets
[6] methods base
other...
2012 Jun 03
2
wins option in nsswitch.conf not working
...onf
the resolver seems to get "stuck" as after ping it just hangs (there
is no output, I have to quit it with CTRL+C)
smbclient seems to work though:
[root at au ~]# smbclient -L parallels -U Administrator
Enter Administrator's password:
Domain=[PARALLELS] OS=[Windows 7 Professional 7601 Service Pack 1]
Server=[Windows 7 Professional 6.1]
Sharename Type Comment
--------- ---- -------
ADMIN$ Disk Remote Admin
C$ Disk Default share
IPC$ IPC Remote IPC
test Disk
Domain=[PARALLELS] OS=[Windows 7 Pr...
2016 May 02
1
Closing a fifo() on Windows core dumps R (3.2.5, 3.3.0 RC and devel)
...foo.tmp" (as expected), but I've
also seen "con" (sic!).
I've got it to core dump with the following versions of R:
C:\>Rscript -e "utils::sessionInfo()"
R version 3.2.5 (2016-04-14)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
C:\>R --version
R version 3.3.0 RC (2016-04-28 r70564) -- "Supposedly Educational"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
all with session info:
C:\>Rscript --vanilla -e "utils::sessionInfo()&qu...
2017 Jun 05
2
months not working with local language (weekdays does)
...> x <- as.Date("2017-06-05")
> > months(x)
> [1] "junho"
> > weekdays(x)
> [1] "segunda-feira"
> > sessionInfo()
> R version 3.4.0 (2017-04-21)
> Platform: x86_64-w64-mingw32/x64 (64-bit)
> Running under: Windows 7 x64 (build 7601) Service Pack 1
>
> Matrix products: default
>
> locale:
> [1] LC_COLLATE=Portuguese_Portugal.1252
> LC_CTYPE=Portuguese_Portugal.1252
> [3] LC_MONETARY=Portuguese_Portugal.1252 LC_NUMERIC=C
>
> [5] LC_TIME=Portuguese_Portugal.1252
>
> attached base packages:
> [...
2018 Jan 09
3
UseDevel: version requires a more recent R
Hello R experts:
I need a developer version of a Bioconductor library.
> sessionInfo()
R version 3.4.2 (2017-09-28)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
When I try to useDevel it fails.
I've removed packages and again loaded but I get the same error message.
remove.packages("BiocInstaller")
source("https://bioconductor.org/biocLite.R")
library(BiocInstaller)
Bioconductor version 3.6 (BiocInstaller 1.28.0)...
2017 Jun 05
0
months not working with local language (weekdays does)
...but in portuguese it works as expected.
> x <- as.Date("2017-06-05")
> months(x)
[1] "junho"
> weekdays(x)
[1] "segunda-feira"
> sessionInfo()
R version 3.4.0 (2017-04-21)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
Matrix products: default
locale:
[1] LC_COLLATE=Portuguese_Portugal.1252
LC_CTYPE=Portuguese_Portugal.1252
[3] LC_MONETARY=Portuguese_Portugal.1252 LC_NUMERIC=C
[5] LC_TIME=Portuguese_Portugal.1252
attached base packages:
[1] stats graphics grDevices utils datasets m...
2006 Sep 14
5
Beta stochastic simulation
...ha, beta)
simulation <- qbeta(runif(1), alpha, beta)
Are there any implementation reasons for this?
Thanks
Mark Pinkerton
Risk Management Solutions
Peninsular House
30 Monument Street
London EC3R 8HB
UK
www.RMS.com <http://www.rms.com/>
Tel: +44 20 7444 7783
Fax: +44 20 7444 7601
This message and any attachments contain information that may be RMS Inc.
confidential and/or privileged. If you are not the intended recipient
(or authorized to receive for the intended recipient), and have received
this message in error, any use, disclosure or distribution is strictly
pr...
2017 Jun 05
0
months not working with local language (weekdays does)
...7-06-05")
>> > months(x)
>> [1] "junho"
>> > weekdays(x)
>> [1] "segunda-feira"
>> > sessionInfo()
>> R version 3.4.0 (2017-04-21)
>> Platform: x86_64-w64-mingw32/x64 (64-bit)
>> Running under: Windows 7 x64 (build 7601) Service Pack 1
>>
>> Matrix products: default
>>
>> locale:
>> [1] LC_COLLATE=Portuguese_Portugal.1252
>> LC_CTYPE=Portuguese_Portugal.1252
>> [3] LC_MONETARY=Portuguese_Portugal.1252 LC_NUMERIC=C
>>
>> [5] LC_TIME=Portuguese_Portugal.1252
>...
2017 Feb 10
3
Grapics Device Resolution Limits
...s or how they are determined. The wording of the error message could also be improved, to explain that the resolution is too high or the dimensions are too large.
> sessionInfo()
R version 3.3.2 Patched (2017-02-07 r72138)
Platform: i386-w64-mingw32/i386 (32-bit)
Running under: Windows 7 (build 7601) Service Pack 1
--------------------------------------
Dario Strbenac
University of Sydney
Camperdown NSW 2050
Australia
2015 Aug 14
3
capture.output() duplicates last line unless newline (R-devel bug)
...)
[1] "a b" "a b"
> x <- c("a", "b\n")
> cat(x)
a b
> capture.output(cat(x))
[1] "a b"
> sessionInfo()
R Under development (unstable) (2015-08-12 r69024)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base...
2015 Jan 26
4
problem with update.packages() in R-Devel (3.2.0) on Windows
...n Fox\AppData\Local\Temp\RtmpuKqvB0\downloaded_packages
---------------- snip ----------------
Session info:
---------------- snip ----------------
> sessionInfo()
R Under development (unstable) (2015-01-25 r67615)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
locale:
[1] LC_COLLATE=English_Canada.1252 LC_CTYPE=English_Canada.1252
[3] LC_MONETARY=English_Canada.1252 LC_NUMERIC=C
[5] LC_TIME=English_Canada.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
lo...
2018 Jun 11
2
Rgui 3.5.0 print issue
...#############
# Operating system info. #
##########################
> Sys.info()
sysname release
"Windows" "7 x64"
version nodename
"build 7601, Service Pack 1" "PC79258"
machine login
"x86-64" "zardetto"
user effective_user
"zardetto&quo...
2016 Apr 26
2
smbclient returns error when NetBIOS disabled on Windows Server
...e a flag to indicate that you
don't want to check port 139 (NetBIOS).
For example the following command which tries to connect to a Windows
server with NetBIOS disabled returns an ERROR!
$ smbclient -L //bloomsburyfs -U wstudent%password
Domain=[DCSNT] OS=[Windows Server 2008 R2 Enterprise 7601 Service Pack
1] Server=[Windows Server 2008 R2 Enterprise 6.1]
Sharename Type Comment
--------- ---- -------
home Disk Student home drive share
IPC$ IPC Remote IPC
resolve_lmhosts: Attempting lmhosts lookup...
2017 Nov 29
2
SAMseq errors
...N's not allowed if 'na.rm' is FALSEIn addition: Warning message:In sum(x) : integer overflow - use sum(as.numeric(.))Error during wrapup: cannot open the connection
> sessionInfo()R version 3.3.2 (2016-10-31)Platform: x86_64-w64-mingw32/x64 (64-bit)Running under: Windows 7 x64 (build 7601) Service Pack 1
locale:[1] LC_COLLATE=English_United States.1252? LC_CTYPE=English_United States.1252? ? LC_MONETARY=English_United States.1252[4] LC_NUMERIC=C? ? ? ? ? ? ? ? ? ? ? ? ? ?LC_TIME=English_United States.1252? ??
attached base packages:[1] stats? ? ?graphics? grDevices datasets? utils?...
2018 Feb 15
2
package MonteCarlo error: object 'packages' not found
...ud_fun,nrep=10000,param_list=param_list_kud)
Error in MonteCarlo(func = infest_kud_fun, nrep = 10000, param_list =
param_list_kud) :
? object 'packages' not found
> sessionInfo()
R version 3.4.3 (2017-11-30)
Platform: i386-w64-mingw32/i386 (32-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats???? graphics? grDevices utils???...
2019 Feb 04
1
Windows 7 notebook unaccessable
...hing
performed makes any difference.
The only thing that seems to be able to connect is smbclient from
underlying ubuntu 16.04
> smbclient -L notebook_name -N
> WARNING: The "syslog" option is deprecated
> Anonymous login successful
> Domain=[BARONTEL] OS=[Windows 7 Ultimate 7601 Service Pack 1]
> Server=[Windows 7 Ultimate 6.1]
>
> Sharename Type Comment
> --------- ---- -------
> Error returning browse list: NT_STATUS_ACCESS_DENIED
> Anonymous login successful
> Domain=[REDACTED] OS=[Windows 7 Ultimate 7601 Service Pack 1...
2005 Jul 28
1
[patch] libvorbis + gcc4
...o the result of gcc-3.4.
gcc3.4-O20.ogg 20423
gcc4-O20.ogg 54623
gcc4-O3.ogg 54623
gcc4-O2.ogg 20423
looking at the hexdump of gcc4-02.ogg and gcc3.4-020.ogg,
they differ slightly, things like:
-0000000 674f 5367 0200 0000 0000 0000 0000 0e8a
-0000010 25e5 0000 0000 5b97 0de7 1e01 7601 726f
+0000000 674f 5367 0200 0000 0000 0000 0000 fb5f
+0000010 0bb0 0000 0000 6e2e af20 1e01 7601 726f
luckily the wav files i get from oggdec do not differ.
the question is now which part of -O3(which -O20 is in the end)
causes this increase in vorbis and is it a bug in vorbis or
in gcc4?
j
-...
2013 Jun 05
1
NT_STATUS_BAD_NETWORK_NAME for Windows Server 2008
Hi,
Our smbclient calls have started failing on connections to Windows 2008 AD servers. (Previously there were only Windows 2003 Servers, so we had no issues.)
Domain=[INTRANET] OS=[Windows Server 2008 R2 Enterprise 7601 Service Pack 1] Server=[Windows Server 2008 R2 Enterprise 6.1]
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
Is this post [ http://serverfault.com/a/303483 ] correct when it says that Samba cannot connect to Win2k8? (We have issues with smbclient versions 3.0 - 3.6.)
Thanks,
Sam
___________...