Displaying 19 results from an estimated 19 matches for "station2".
Did you mean:
station
2008 Sep 19
2
usb irq problem
hallo to all .
This is my first post to this list so please bare with me if i have made
any mistake .
My problem is :
after every boot i receive the following message in terminal :
> Sep 19 13:13:02 station2 kernel: irq 50: nobody cared (try booting with the "irqpoll" option)
> Sep 19 13:13:02 station2 kernel: [<c044e6fa>] __report_bad_irq+0x2b/0x69
> Sep 19 13:13:02 station2 kernel: [<c044e8e7>] note_interrupt+0x1af/0x1e8
> Sep 19 13:13:02 station2 kernel: [<c057af...
2008 Oct 22
2
SCSI error: return code = 0x10070000
I have just bought a 120GB external usb drive but after plugging it in
it is not getting mounted.
lines from /var/log/messages:
> Oct 22 18:54:49 station2 kernel: usb 1-2: new high speed USB device using ehci_hcd and address 2
> Oct 22 18:54:49 station2 kernel: usb 1-2: configuration #1 chosen from 1 choice
> Oct 22 18:54:49 station2 kernel: scsi4 : SCSI emulation for USB Mass Storage devices
> Oct 22 18:54:54 station2 kernel: Vendor: ST31...
2008 Sep 20
1
kernel message - disabling irq #50
hi all .
i am facing a issue with centos recently :
after every boot i receive the following message in terminal :
> Sep 19 13:13:02 station2 kernel: irq 50: nobody cared (try booting
with the "irqpoll" option)
> Sep 19 13:13:02 station2 kernel: [<c044e6fa>] __report_bad_irq
+0x2b/0x69
> Sep 19 13:13:02 station2 kernel: [<c044e8e7>] note_interrupt
+0x1af/0x1e8
> Sep 19 13:13:02 station2 kernel: [<c057...
2008 Apr 14
2
linear regression "group by"
Hi all. I'm brand new to R.
My dataset (stored in MySQL) is a list of weather stations in rows by
year with various weather variables in columns, for example:
STNID YEAR TEMP DEWP
station1 1990 54 50
station1 1991 23 10
station1 1992 34 18
station2 1990 45 41
station2 1991 32 25
station2 1992 21 11
I'm trying to run linear regression and get the basic output (i.e.
intercept, slope, and significance) for each station. I'm able to run
the regression on the entire dataset using:
lm(TEMP~DEWP, data=selec...
2002 Feb 13
1
Need help with seeing samba server in Win98
...ation is:
Red Hat 7.2
IP address: 192.168.1.6
Samba Server: 2.2.1a
Samba Server Name: SAMBASERVER
Workgroup Name: ABOGEXAM
etc/hosts file contains:
127.0.0.1 localhost.localdomain localhost
192.168.1.6 sambaserver
192.168.1.9 station1
192.168.1.10 station2
The samba server appears to be working on the server side as it passes the
"smbclient -L localhost" test. However, it does not appear to work on the
Win98 side.
The client side configuration is:
Windows 98
IP address: 192.168.1.10
Computer name: station2 (we skip station1 for now due...
2007 Apr 25
3
SLA Appearance between 2 Cisco 7960's (SIP)
Has anyone had any success with getting SLA going between 2 SIP phones?
(Particularly a set of Cisco 79xx's) The SLA document that comes with
the asterisk source is about as clear as mud.
Does anyone have a working sip.conf, sla.conf, and extensions.conf that
I can use for reference?
The part I'm most confused about is how to build the lines in sip.conf
and how the phones should
2012 Apr 23
1
take data from a file to another according to their correlation coefficient
...01/01/2008 00:15 -0.18
01/01/2008 00:30 -0.25
01/01/2008 00:45 -0.25
(one column with date + time every 15mn for the whole year, and one column
with data).
I already did correlation matrices between my weather stations (in order to
find the nearest). For example:
Station1 Station2 Station3 [...]
Station1 1 0.9 0.8
Station2 0.9 1 0.7
Station3 0.8 0.7 1
[...]
Now, I would like to fill the NA data gaps of a station with data from
another station according to their correlation coefficient...
2007 Apr 14
0
Presence on Polycom 301 partially broke?
...ot;
sip.conf
;Polycom Phone
[station1]
disallow=all
allow=ulaw
allow=alaw
type=peer
context=internal
host=dynamic
dtmfmode=rfc2833
callerid="101" <101>
nat=no
qualify=yes
canreinvite=no
notifyringing=yes
notifyhold=yes
call-limit=99
;X-Lite softphone
[station2]
disallow=all
allow=ulaw
allow=alaw
type=peer
context=internal
host=dynamic
dtmfmode=rfc2833
callerid="102" <102>
nat=no
qualify=yes
canreinvite=no
notifyringing=yes
notifyhold=yes
mailbox=1234
call-limit=99
extensions.conf
[internal]
exten => 101,hint,SIP...
2003 Apr 10
0
Domain controller - LDAP
...and I'm having a problem with
that.
The workstations (Windows 2000 Pro) are logging and working usually. The
problem is when an workstation tries to access another workstation directly.
Before I to migrate to LDAP, the access works fine.
For instance. I'm on the station1, Start, Run, \\station2. It opens a dialog
box asking for an username and password. I enter with a username valid in
Domain Server, and it doesn't work.
The stranger is that with a 'tail -f' on the Openldap log, I see station2
doing a request about the user that I tryed accessing from station1. But even
s...
2010 May 07
2
How to re-arrange data in R
Dear users,
I have monthly station data (44) stations data for 45 years which I have
read in R using read.table. the data is in the format:
Year Month Station1 Station2 ......................................
Station 44 (i.e the column names in the 1st row), I also have the
latitude and longitude of the stations in a separate file in R (in the
format : Station LAT LON).
I wish to rearrage this data to a format:
Year Month Station...
2012 Mar 19
3
Issue with asin()
...euil)
DD <- ifelse(cond1,(meanT - Tseuil),0)
}
else{
stop("\nMethod name is invalid.\nMethods available = DDsin (sinus) or DDt2
(mean)\n")
}
return(DD)
}
BUT! When I try to process random data:
library(reshape2)
library(plyr)
station <- rep(c("station1","station2","station3"), 20)
values_min <- sample(-5:20, size = 60, replace = T)
values_max <- sample(20:40, size = 60, replace = T)
meanT <- ((values_min+values_max)/2)
d <- data.frame(station,values_min,values_max,meanT)
names(d) <- c("station", "values_min"...
2002 Feb 21
0
Need Samba Setup Help
...ation is:
Red Hat 7.2
IP address: 192.168.1.6
Samba Server: 2.2.1a
Samba Server Name: SAMBASERVER
Workgroup Name: ABOGEXAM
etc/hosts file contains:
127.0.0.1 localhost.localdomain localhost
192.168.1.6 sambaserver
192.168.1.9 station1
192.168.1.12 station2
The client side configuration is:
Windows 98
IP address: 192.168.1.12
Computer name: station2 (we skip station1 for now due to it running
Win2000)
The problem seems to be that the Win98 computer does not see the Samba
Server. I am beginning to suspect that the server is not set up correctly
as...
2007 Nov 29
1
SLA: Handling of errors in outgoing call
...way,
; it is convenient to use a configuration
template like this so that
; the common settings stay in one place.
type=station
autocontext=default
trunk=line1
trunk=line2
;trunk=line3
;trunk=line4
[station1](station)
device=SIP/station1
[station2](station)
device=SIP/station2
========================
Here is my extensions.conf:
[macro-call-sla]
; ${ARG1} - line name
exten => s,1,SLATrunk(${ARG1})
exten => s,2,Hangup
[line1_outbound]
exten => disa,1,Disa(no-password|line1_outbound)
exten => _XXXX,1,Dial(SIP/${EXTEN}@vsp5000)...
2007 Mar 19
4
matrix similarity comparison
Good morning to you all,
I have a problem with a set of matrices that I want to compare.
I want to see the similarity between them, and to be able to extract the
differences between them.
They have all the same number of columns and rows, and correspond
presence absence data:
for example:
m1 <- matrix(c(1,0,0,0,1,0,1,1,1,1,1,1), 3,4)
m2 <- matrix(c(1,0,1,0,1,0,0,1,0,1,0,1), 3,4)
I
2006 Aug 08
0
gamm question
Hello,
I have two gamm question (I am using gamm in mgcv).
1. In have, say 5 time series. Monthly data, 20 year. The 5 time series are from 5 stations. The data are in vectors, so I have fitted something along the lines of:
tmp<-gamm(Y ~ s(Year,by=station1)+s(Year,by=station2)+
s(Year,by=station3)+s(Year,by=station4)+
s(Year,by=station5)+
factor(station)*factor(month),
correlation=corAR1(form=~MyTime|station),
famliy=gaussian)
s...
2010 Feb 26
1
Automate generation of multiple reports using odfWeave
Dear R and odfWeave users,
I am looking for a way to automate generation of many reports using
odfWeave. All reports would use the same input ODT file, the only difference
would be in the name of the dataset which will be analyzed in any particular
report. Right now, the name of the dataset is hardcoded in the first code
chuck in the input file:
<<01 get data, echo=TRUE>>
station =
2002 Jul 01
1
chi square residuals
dear list,
I'm a newbie with R but it seems very interesting to me.
First, to train myself and students, I'd like to use it for teaching labs next
year.
one of my labs deals with the barn owl predation in my region. tudents have to
work on a contingency table tytogrp :
station1 station2 station3 ...
n1,1 n1,2 n1,3 ...
n2,1 n2,2 n2,3 ...
n3,1 ... ... ...
each column being a station and each row being a prey species.
first, they have to manage with a chi square test for heterogeneity.
I found how to manage tha...
2006 Feb 01
0
samba + active directory : I delete a file in the windows profile, it reappears on another station!
...x share, acl are ok...
BUT here is my bug :
the user john logs on 2000 station1 , creates a file
file.txt in My Documents (or anywhere in his profile),
and logs off (then the file is on
/home/profile/john/My Documents, the samba shared
directory on linux)
then the user john logs on another station, station2 ,
deletes the file file.txt in My Documents, and logs
off (then there is no file on /home/profile/john/My
Documents)
after he logs on the first station station1, and the
file that was deleted is back in My Documents!!! He
logs off and the file is now back in
/home/profile/john/My Documents.
Well t...
2002 Dec 21
0
Re: samba digest, Vol 1 #2006 - 24 msgs (Out of the office - Returning Monday, Jan. 6th)
...,
I'm running the newest samba server with OS 10.2. So i'm hosting samba
on my
Mac and i'm trying to share with a bunch of windows clients. I can
share
files OK with them. We can trade and all that good stuff, but i cannot
seem
to set the permissions so that Station1 cannot Delete Station2's files
and
vice versa. I have changed the file permissions in my os and i figured
since
those clients login to the server with the same User Name and Password
as
their Mac User account, then the permissions would follow through. But
it
doesn't.
Anyone have any ideas?
Thanks-
Danny...