Displaying 20 results from an estimated 182 matches for "3100".
Did you mean:
100
2010 Feb 14
2
Priv Sep SSH has / as CWD
...gssapi_krb5 -lkrb5 -lk5crypto -lcom_err
+for sshd: -lwrap -lpam -ldl -lselinux
PAM is enabled. You may need to install a PAM control file
for sshd, otherwise password authentication may fail.
Example PAM control files can be found in the contrib/
subdirectory
===============
root 3100 23936 0 14:58 ? 00:00:00 sshd: kiblerj [priv]
kiblerj 3102 3100 0 14:58 ? 00:00:00 sshd: kiblerj at pts/2
root 23936 1 0 14:31 ? 00:00:00 /usr/local/sbin/sshd
===============
> lsof -p 23936
> COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
>...
2006 Apr 11
2
About list to list
...experiment like this below (here my toy example):
foo1 <- list()
foo1[[1]] <- c(10, 20, 30)
foo1[[2]] <- c(11, 21, 31)
foo2 <- list()
foo2[[1]] <- c(100, 200, 300)
foo2[[2]] <- c(110, 210, 310)
foo3 <- list()
foo3[[1]] <- c(1000, 2000, 3000)
foo3[[2]] <- c(1100, 2100, 3100)
list(foo1,foo2,foo3)
The result:
> list(foo1,foo2,foo3)
[[1]]
[[1]][[1]]
[1] 10 20 30
[[1]][[2]]
[1] 11 21 31
[[2]]
[[2]][[1]]
[1] 100 200 300
[[2]][[2]]
[1] 110 210 310
[[3]]
[[3]][[1]]
[1] 1000 2000 3000
[[3]][[2]]
[1] 1100 2100 3100
>
I want to convert like this below (as list)....
2006 Apr 11
2
About list to list - thanks
...gt; foo1 <- list()
> foo1[[1]] <- c(10, 20, 30)
> foo1[[2]] <- c(11, 21, 31)
>
> foo2 <- list()
> foo2[[1]] <- c(100, 200, 300)
> foo2[[2]] <- c(110, 210, 310)
>
> foo3 <- list()
> foo3[[1]] <- c(1000, 2000, 3000)
> foo3[[2]] <- c(1100, 2100, 3100)
>
> list(foo1,foo2,foo3)
>
> The result:
> > list(foo1,foo2,foo3)
> [[1]]
> [[1]][[1]]
> [1] 10 20 30
>
> [[1]][[2]]
> [1] 11 21 31
>
> [[2]]
> [[2]][[1]]
> [1] 100 200 300
>
> [[2]][[2]]
> [1] 110 210 310
>
> [[3]]
> [[3]][[1]]
>...
2007 Aug 07
0
Problem passing a HP-DAT (USB) device to domU (fwd) (this time with outputs!)
...Host bridge: Intel Corporation 5000 Series Chipset Reserved
Registers (rev b1)
00:15.0 Host bridge: Intel Corporation 5000 Series Chipset FBD Registers
(rev b1)
00:16.0 Host bridge: Intel Corporation 5000 Series Chipset FBD Registers
(rev b1)
00:1c.0 PCI bridge: Intel Corporation 631xESB/632xESB/3100 Chipset PCI
Express Root Port 1 (rev 09)
00:1d.0 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset UHCI
USB Controller #1 (rev 09)
00:1d.1 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset UHCI
USB Controller #2 (rev 09)
00:1d.2 USB Controller: Intel Corporation 631xESB...
2013 Apr 09
4
Converting matrix to data frame without losing an assigned dimname
...losing an assigned dimname.
Here is an example that should illustrate what I'm talking about.
tableData <- state.x77[c(7, 38, 20, 46), c(7, 1, 8)]
names(dimnames(tableData)) <- c("State", "")
tableData
State Frost Population Area
Connecticut 139 3100 4862
Pennsylvania 126 11860 44966
Maryland 101 4122 9891
Virginia 85 4981 39780
tableData <- as.data.frame(tableData)
tableData
Frost Population Area
Connecticut 139 3100 4862
Pennsylvania 126 11860 44966
Maryland 101...
2011 Apr 30
1
dial multiple extensions
...of the SIP phones. On the other hand, if the extension that picks up is
the one off the FXS port, then the SIP phones continue to ring and the
dial plan continues to execute even though the caller on the FXO port has
been connected to the phone on the FXS port.
Inbound calls are sent to extension 3100, which looks like this:
exten => 3100,1,Dial(SIP/3105&SIP/3106&SIP/3108&dahdi/1,20,tr)
exten => 3100,n,Voicemail(3100)
exten => 3100,n(end),Hangup()
Like I said, if I pick up on one of the SIP extensions, it seems to do
exactly as I expect. If I pick up on dahdi/1, however, t...
2024 Jan 05
1
Fresh ad installation - Win2022 can't join
...refork' process model
[2024/01/05 07:37:20.612811, 0]
source4/dsdb/dns/dns_update.c:85(dnsupdate_nameupdate_done)
dnsupdate_nameupdate_done: Failed DNS update with exit code 110
So I run it manually:
[output]
root at dc:~# samba_dnsupdate --verbose --use-samba-tool
IPs: ['2003:d1:bf0d:3100:215:5dff:feb2:1901', '192.168.178.37']
Looking for DNS entry A dc.augusta.domain.tld 192.168.178.37 as
dc.augusta.domain.tld.
Lookup of dc.augusta.domain.tld. succeeded, but we failed to find a
matching DNS entry for A dc.augusta.domain.tld 192.168.178.37
need update: A dc.augusta.dom...
2007 Aug 29
0
Performance problem when copy from samba server to client
...ng messages.
[2007/08/23 16:30:25, 3] smbd/oplock_linux.c:linux_init_kernel_oplocks(276)
Linux kernel oplocks enabled
[2007/08/23 16:30:25, 3] smbd/process.c:process_smb(1068)
Transaction 0 of length 82
[2007/08/23 16:30:25, 3] smbd/process.c:switch_message(926)
switch message SMBnegprot (pid 3100) conn 0x0
[2007/08/23 16:30:25, 3] smbd/sec_ctx.c:set_sec_ctx(241)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/08/23 16:30:25, 3] smbd/negprot.c:reply_negprot(505)
Requested protocol [LM1.2X002]
[2007/08/23 16:30:25, 3] smbd/negprot.c:reply_negprot(505)
Requested protocol [LANMAN2.1]...
1999 Apr 09
1
smbprint(ing) to a HP 3100??
I work in a lab were the only "printer" we have is an HP 3100
(printer/fax/scanner) item. This printer is hung off a Windows98
box and I want to be able to print to it from my linux box using
smbprint.
I can connect to the share that represents this printer:
smbclient \\\\server\\printer "" -N
and I get the SMB> prompt which (I think) is pret...
1999 Apr 10
0
smbprint(ing) to an HP 3100??
Jeff Wiegley wrote
>Date: Fri, 09 Apr 1999 11:36:34 -0700
>Subject: Re: smbprint(ing) to a HP 3100??
[snip]
>On a linux box:
>1) open up netscape
>2) print the netscape window to a file "netscape.ps"
>3) use ghostscrip to change it to an HP command language...
> gs -dNOPAUSE -sDEVICE=ljet2p -sOutputFile=bug.prn netscape.ps -c quit
>4) now use smbclient to print bug....
2008 Apr 08
0
hw question: asus dsbf-de sata ports?
....0 Host bridge: Intel Corporation 5000 Series Chipset Reserved
Registers (rev b1)
00:15.0 Host bridge: Intel Corporation 5000 Series Chipset FBD
Registers (rev b1)
00:16.0 Host bridge: Intel Corporation 5000 Series Chipset FBD
Registers (rev b1)
00:1c.0 PCI bridge: Intel Corporation 631xESB/632xESB/3100 Chipset PCI
Express Root Port 1 (rev 09)
00:1d.0 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset
UHCI USB Controller #1 (rev 09)
00:1d.1 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset
UHCI USB Controller #2 (rev 09)
00:1d.2 USB Controller: Intel Corporation 631xESB/63...
2024 Jan 04
1
Fresh ad installation - Win2022 can't join
Am 04.01.2024 um 13:28 schrieb lists--- via samba:
> Am 04.01.2024 um 12:36 schrieb Rowland Penny via samba:
>> On Thu, 4 Jan 2024 12:12:57 +0100
>> lists--- via samba <samba at lists.samba.org> wrote:
>>
>>> Am 04.01.2024 um 11:55 schrieb Rowland Penny via samba:
>>>> On Thu, 4 Jan 2024 11:19:17 +0100
>>>> lists--- via samba <samba at
2005 Jan 07
2
Asterisk 1.0.2 - Unable to allocate channel structure
...:00.00 agetty
61 root 9 0 408 408 356 S 0.0 0.2 0:00.00 agetty
2714 root 9 0 404 404 352 S 0.0 0.2 0:00.00 agetty
15790 root 9 0 1000 1000 848 S 0.0 0.4 0:00.00 check_asterisk.
18328 root 9 0 6312 6308 3100 S 0.0 2.5 0:00.07 asterisk
18329 root 9 0 6312 6308 3100 S 0.0 2.5 0:00.00 asterisk
18331 root 9 0 6312 6308 3100 S 0.0 2.5 0:00.00 asterisk
18332 root 9 0 6312 6308 3100 S 0.0 2.5 0:00.00 asterisk
18333 root 9...
2008 Aug 28
0
PCI passthrough - pci interrupt gets disabled
...ed Registers [8086:25f3] (rev b1)
00:15.0 Host bridge [0600]: Intel Corporation 5000 Series Chipset FBD Registers [8086:25f5] (rev b1)
00:16.0 Host bridge [0600]: Intel Corporation 5000 Series Chipset FBD Registers [8086:25f6] (rev b1)
00:1c.0 PCI bridge [0604]: Intel Corporation 631xESB/632xESB/3100 Chipset PCI Express Root Port 1 [8086:2690] (rev 09)
00:1d.0 USB Controller [0c03]: Intel Corporation 631xESB/632xESB/3100 Chipset UHCI USB Controller #1 [8086:2688] (rev 09)
00:1d.1 USB Controller [0c03]: Intel Corporation 631xESB/632xESB/3100 Chipset UHCI USB Controller #2 [8086:2689] (rev 09)...
2013 May 31
1
Bug#710522: xen-hypervisor-4.1-amd64: Boot hang with Linux 3.2+Xen, works with linux 2.6.32+Xen or 3.2 raw
....0 Host bridge: Intel Corporation 5000 Series Chipset Reserved Registers (rev b1)
00:15.0 Host bridge: Intel Corporation 5000 Series Chipset FBD Registers (rev b1)
00:16.0 Host bridge: Intel Corporation 5000 Series Chipset FBD Registers (rev b1)
00:1c.0 PCI bridge: Intel Corporation 631xESB/632xESB/3100 Chipset PCI Express Root Port 1 (rev 09)
00:1d.0 USB controller: Intel Corporation 631xESB/632xESB/3100 Chipset UHCI USB Controller #1 (rev 09)
00:1d.1 USB controller: Intel Corporation 631xESB/632xESB/3100 Chipset UHCI USB Controller #2 (rev 09)
00:1d.2 USB controller: Intel Corporation 631xESB/63...
2012 Feb 15
1
Parameter estimation of gamma distribution
...tribution using mle for
below data using fitdist & fitdistr functions which are from "fitdistrplus"
& "MASS"packages . I am getting errors for both functions. Can someone
please let me know how to overcome this issue??
data
y1<-
c(256656, 76376, 6467673, 46446, 3400, 3100, 5760, 4562, 8000, 512, 4545,
4562, 4645, 4521, 4624, 5110, 4678, 4782, 4587, 491100,48426, 457940, 45000,
4820, 48225, 5415, 482466, 185535, 174346, 46875, 4876467)
Results
> fitdist(y1,"gamma")
Error in fitdist(y1, "gamma") :
the function mle failed to estimate the par...
2006 Apr 04
2
"script/server -e production" doesn''t work
I''ve got an error that''s only happening on my live webserver, so wanted to
test on my local machine in the production environment.
On my local machine, I tried to run...
script/server -e production
... but get: server: invalid option: -e
Has this been disabled or renamed in 1.1?
I''m running gem Rails 1.1, Ruby 1.8.4, and the server is Lighttpd 1.3.16.
Thanks,
2005 Mar 22
1
NEWBIE: MWI on 7960
Situation:
* New Install of Asterisk
* 7960 w/ SIP 7.4 Image
* 7912 w/ SIP040406A
* 3 Lines Defined on the 7960 (5104,3100,2100)
Questions (configs are below):
* Why won't the MWI light on the Cisco? I've tried:
* mailbox=2100
* mailbox=2100@default
* mailbox=2100@wvlandsales-voicemail
* Does anything look goofy overall? :-)
Thanks,
George
Sip.conf
[2100]
type=friend
secret=frob...
2008 Jan 05
1
PXE problem after CentOS reboot
...0 Host bridge: Intel Corporation FBD Registers (rev 20)
00:15.1 Host bridge: Intel Corporation FBD Registers (rev 20)
00:16.0 Host bridge: Intel Corporation FBD Registers (rev 20)
00:16.1 Host bridge: Intel Corporation FBD Registers (rev 20)
00:1d.0 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset
UHCI USB Controller #1 (rev 09)
00:1d.1 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset
UHCI USB Controller #2 (rev 09)
00:1d.2 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset
UHCI USB Controller #3 (rev 09)
00:1d.7 USB Controller: Intel Corporation 631xESB/...
2009 Mar 05
7
virtualizaton install and xen source compile on CentOS5.2
....0 Host bridge: Intel Corporation 5000 Series Chipset Reserved
Registers (rev 12)
00:15.0 Host bridge: Intel Corporation 5000 Series Chipset FBD Registers
(rev 12)
00:16.0 Host bridge: Intel Corporation 5000 Series Chipset FBD Registers
(rev 12)
00:1c.0 PCI bridge: Intel Corporation 631xESB/632xESB/3100 Chipset PCI
Express Root Port 1
(rev 09)
00:1d.0 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset UHCI
USB Controller
#1 (rev 09)
00:1d.1 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset UHCI
USB Controller
#2 (rev 09)
00:1d.2 USB Controller: Intel Corporation 631xESB...