Displaying 20 results from an estimated 4000 matches similar to: "cannot locate cdrom"
2003 Sep 15
3
X100P & T100P knock-off boards
Do they fall under FCC certification if they're built to the same
specifications as the ones from Digium? If I build my own T100Ps from the
schematics and board layouts that are available, are they legal to plug
into the PSTN?
2008 Feb 11
1
Orcad 7.2 (old) loads, but treeviews won't expand
I'm on freeBSD 7.0, wine 0.9.53.
When I run Orcad, it can load projects, but schematics never open
(unlike other users' experiences in the apps db from Orcad v9.0). You
open schematics by expanding them in the 'project' treeview window,
and under wine, the little "+" box next to the treeview just
dissapears when you click on it instead of expanding.
Steve
[steve at
2004 Aug 23
2
HFC-S in NT mode, wiring?
I've got an old HFC-S card to play with, and I would like to use it in
NT mode. I've a problem only: wiring. I can't fully understand the
instructions I was able to find online. Someone can point me to a site
which explains the whole procedure clearly (like with some schematics,
even in ASCII)?
TIA,
Simone.
2010 Dec 07
10
Advice on data design idea
I''m about to embark on a project and am seeking advice on my approach.
I have an automotive site that needs to have shared categories. I''ve
checked out different nested set, ancestral, acts_as_tree, acyclic
plugins but feel they don''t exactly fit.
So I am about to roll my own simple solution. Any feedback as to
whether this looks good is appreciated.
Essentially I
2008 May 30
6
Routing squid to a different gateway
Hi all,
I''ve been using shorewall 3 (3.4.8 now) for a while on a simple gateway
setup for my office. Routing is enabled only for a few hosts and all user
access the internet thru squid, which is running on the shorewall box. I
have a few other services on this box and some others on another server, but
they don''t matter for what I need.
Quick and dirty schematics to illustrate
2003 Aug 19
2
Re: Open source IP phone, maybe?
Hi!
I think it is a great idea.
The DS80C400 needs external memory, and/or flash. It have the Ethernet
integrated, but it is really slow (it is 8051 architecture), and yes, I
know it can go up ti 75Mhz, but only gives 18MIPS max. I would use
ATmega128 from atmel (16MIPS at only 16Mhz), take a look at:
http://www.ethernut.de (project using mega128 with Ethernet, includes
schematics).
It
2003 Apr 13
1
torisa rev b
?Hola!
torisa.c (from zaptel 0.50) says:
#define MASTERVAL 0x41 /* Enable E1 master clock on Rev. B board */
Does that mean that there is a torisa revB? If so, are the schematics
downloadable from somewhere? (www.zapatatelephony.org only has Rev. A
ones)
Does the Rev. A support E1? (just changing the DS2151 for DS2153, the DS
crystal and closing the E1 jumpers, or something else is
2009 Jun 11
2
Expand a contingency table based on the value in one column
Hi R-helpers,
I have the following (dummy) dataframe:
> test
DATE LOCATION KIND CLASS COUNT
1 1 1 CAR A 2
2 1 1 TRUCK D 3
3 1 1 BUS E 4
4 1 2 CAR E 2
5 1 2 TRUCK A 7
6 1 2 BUS F 1
That I would like to turn into this:
> test2
DATE LOCATION KIND CLASS
1 1 1
2005 Feb 09
1
Multihop route - TCP connection losses?
Hi!
In our students'' hostel we have 6 DSL lines (dialups to different
providers); we have set up a linux box (currently running 2.6.11-rc2-mm2,
but the problem described hereafter also applies to previous 2.6-series
kernels) with help from
http://lartc.org/howto/lartc.rpdb.multiple-links.html#AEN298
Our Setup looks like this:
10.0.0.0/8 10.70.255.1
+----------+ +-----------+
|
2007 Nov 30
2
How to manage images/partitions for xen DomUs?
Hello,
I am trying to figure out the best way, how to configure a small cluster
with xen and High Availability (Heartbeat). I have two servers and a few
virtual machines. What I need is to ensure, that images or partitions of
the machines will be mirrored between the two nodes (maybe with drbd?).
But that is not all - I also need to enlarge the disks (because of
growing databases) of virtual
2017 May 30
1
URGENT: Update issues from 3.6.6 to 3.10.2 Accessing files via samba come up with permission denied
Hi,
Over the weekend we updated a two server glusterfs 3.6.6 install to
3.10.2 We also updated samba and samba-vfs to the latest in CentOS. I
enabled several of the newer caching features from gluster 3.9 for
small file performance and samba, and we now seem to have some issues
with accessing files from glusterfs. When users try to access some
files, they get a Permission denied message. This
2009 Jan 26
1
reshape problem: id and variable names not being recognized
Hi everyone. Long time listener, first-time caller here.
I have a data set that's been melted with the excellent reshape package, but
I can't seem to cast it the way I need to.
Here's the melted data's structure:
> str(mdat)
'data.frame': 6978 obs. of 4 variables:
$ VehType : Factor w/ 2 levels "Car","Truck": 1 1 2 1 1 2 1 1 1 1 ...
$ Year :
2017 Jun 12
1
URGENT: Update issues from 3.6.6 to 3.10.2 Accessing files via samba come up with permission denied
Did the logs provide any hints as to what the issue may be?
Diego
On Sat, Jun 3, 2017 at 12:16 PM, Diego Remolina <dijuremo at gmail.com> wrote:
> Thanks for taking the time to look into this. Since we needed downtime
> due to the gluster update, we also updated the OS, including samba. We
> went from 4.2.x to 4.4.4 and many other packages for CentOS were
> updated as well. OS
2005 Aug 22
3
Help me with my memory
Okay, now, before 3.10 is finalized... what bug reports am I still
forgetting?
-hpa
2009 Jun 22
4
SAS-like method of recoding variables?
Dear R-helpers,
I am helping a SAS user run some analyses in R that she cannot do in
SAS and she is complaining about R's peculiar (to her!) way of
recoding variables. In particular, she is wondering if there is an R
package that allows this kind of SAS recoding:
IF TYPE='TRUCK' and count=12 THEN VEHICLES=TRUCK+((CAR+BIKE)/2.2);
Thanks for any help or suggestions you might be able
2011 Jun 06
2
qplot fill and colour not working as expected
I am just learning to use qplot and can't get the fill/colour to work. Below
is the R code for a scatter plot and bar graph.
library(ggplot2)
x<-c(1,2,3,4,5,6,7)
y<-c(1,2,3,2,5,6,3)
qplot(x,y, main="Scatter Plot Test", xlab="X Label Test", ylab="Y Label
Test", colour="blue")z<-c("van", "van", "van",
2006 Jun 01
1
find not working properly
here is the input view
[code]
<form method="post" action="found">
<br>
<b>Find by</b><br/>
<b>Vehicle Number:</b><br/>
<input id="truck_vehicleID" name="truck[vehicleID]" size="20"
type="number" value=""/><br/>
</p>
<%= link_to "Find", :action
2010 Dec 09
1
displaying a note or comment when --format doc
I''m new to rspec, so, I might be coloring outside the lines, but,
there have been several instances where I have wanted to display a
comment or note.
for example:
describe "truck" do
it "should require model" do
end
end
rspec spec --format doc
truck
should require model
What I mean by display a comment or note would be like:
truck
NOTE: blah, blah,
2006 Aug 27
6
how to get the words of a query
Hi,
Using aaf to search pages, I wanted to present excerpts from the texts
even when more than one term was used in the search.
I came to some results, despite the difficulty caused by Unicode+ruby.
The last problem I''m faced is to get the query words, without the
logical articulation chars if any.
Is there a clean way to get them ?
--
Jean-Christophe Michel
2013 Dec 09
7
Best board for ARM ?