Displaying 20 results from an estimated 1000 matches similar to: "Mixing SCSI devices on a single i/f"
2005 Sep 09
3
SCSI controller setup
I have an IDE based PC running Linux/CentOS4 to which I wish to
attach a scsi dlt. The host controller is an Adaptec AHA3940
something that lspci reports as:
SCSI storage controller: Initio Corporation 360P (rev 02).
I would like to have the system load the driver for this adapter at
boot but I have two problems: 1. I am not sure which driver to use;
and 2. I do not know how to force
2005 Sep 06
7
Cookbook receipe for SCSI tape install requested.
I need to install an HP Surestore dlt on a Centos 4 machine and I
am at a loss as to how to proceed. Can someone either provide or
point me to an online reference on how to proceed to add and
configure a SCSI adapter and tape drive. I have read, but not
really understood, the man page entry for st. Does kudzu handle
this?
Regards,
Jim
I am a digest subscriber so the favour of an
2005 Sep 26
2
scsi tape drive problems
I am experimenting with a scsi2 HP SureStore DAT24 attached as an
external device to an Intel P4 system. I am attempting to create a
raw disk image of a dds2 tape made on a non linux system.
My immediate problem is that I am trying to terminate a dd process
and having no luck. dd was invoked thus:
dd if=/dev/nst1 of=/tmp/disk.dds2.img bs=512 & pid=$!
a ps reveals this:
ps
PID TTY
2007 Feb 06
4
Adaptec 29320
I need a SCSI card to attach a tape library to my system. I am looking
at the Adaptec 29320A-R. Can anyone confirm that this card will work
with the stock CentOS 4 kernel?
--
Bowie
2017 May 17
2
R-3.4.0 fails test
After installing R-3.4.0 I ran 'make check' which halted here:
$ > tail reg-tests-1d.Rout.fail -n 16
> ## format()ing invalid hand-constructed POSIXlt objects
> d <- as.POSIXlt("2016-12-06"); d$zone <- 1
> tools::assertError(format(d))
> d$zone <- NULL
> stopifnot(identical(format(d),"2016-12-06"))
> d$zone <- "CET" # =
2017 May 17
2
R-3.4.0 fails test
After installing R-3.4.0 I ran 'make check' which halted here:
$ > tail reg-tests-1d.Rout.fail -n 16
> ## format()ing invalid hand-constructed POSIXlt objects
> d <- as.POSIXlt("2016-12-06"); d$zone <- 1
> tools::assertError(format(d))
> d$zone <- NULL
> stopifnot(identical(format(d),"2016-12-06"))
> d$zone <- "CET" # =
Could not mount SATA disk as module scsi_hostadapter is not loaded, although present in modules.conf
2007 Feb 19
1
Could not mount SATA disk as module scsi_hostadapter is not loaded, although present in modules.conf
Hi people,
I installed a via SATA controller in a CentOS release 3.8 (Final) - I
needed additional disk space. After the first boot, the kudzu service,
added the following line to /etc/modules.conf:
alias scsi_hostadapter sata_via
and I rebooted. After reboot in dmesg one can see:
scsi0 : sata_via
scsi1 : sata_via
Vendor: ATA Model: SAMSUNG HD080HJ Rev: WT10
Type: Direct-Access
2017 May 18
2
[R] R-3.4.0 fails test
This has to do with your own timezone. If I run that code on my computer,
both formats are correct. If I do this after
Sys.setenv(TZ = "UTC")
Then:
> cbind(format(dlt), format(dct))
[,1] [,2]
[1,] "2016-12-06 21:45:41" "2016-12-06 20:45:41"
[2,] "2016-12-06 21:45:42" "2016-12-06 20:45:42"
The reason for that, is that
2017 May 18
2
[R] R-3.4.0 fails test
> On 18 May 2017, at 13:47 , Joris Meys <jorismeys at gmail.com> wrote:
>
> Correction: Also dlt uses the default timezone, but POSIXlt is not recalculated whereas POSIXct is. Reason for that is the different way values are stored (hours, minutes, seconds as opposed to minutes from origin, as explained in my previous mail)
>
I would suspect that there is something more subtle
2017 May 18
2
[R] R-3.4.0 fails test
On Wed, 17-May-2017 at 01:21PM +0200, Peter Dalgaard wrote:
|>
|> Anyways, you might want to
|>
|> a) move the discussion to R-devel
|> b) include your platform (hardware, OS) and time zone info
System: Host: MTA-V1-427894 Kernel: 3.19.0-32-generic x86_64 (64 bit gcc: 4.8.2)
Desktop: KDE Plasma 4.14.2 (Qt 4.8.6) Distro: Linux Mint 17.3 Rosa
Machine: System:
2006 Jan 27
1
how calculation degrees freedom
Hi, I' m having a hard time understanding the computation of degrees of freedom when runing nlme() on the following model:
> formula(my data.gd)
dLt ~ Lt | ID
TasavB<- function(Lt, Linf, K) (K*(Linf-Lt))
my model.nlme <- nlme (dLt ~ TasavB(Lt, Linf, K),
data = my data.gd,
fixed = list(Linf ~ 1, K ~ 1),
start = list(fixed = c(70, 0.4)),
na.action= na.include,
2004 May 27
2
Tape drive problems
Hi,
Hi,
I have been googling, and can't find anything that will help me:
mt -f /dev/st0 status
/dev/st0: No such device or address
Any suggestion?
I am using CentOS 3 [RHEL ES3 without the licenses]
The tape drive is recognized at boot [from dmesg]
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36
<Adaptec 29160 Ultra160 SCSI adapter>
aic7892:
2017 May 18
2
[R] R-3.4.0 fails test
> On 18 May 2017, at 14:58 , Martyn Plummer <plummerM at iarc.fr> wrote:
>
>
>
>> On 18 May 2017, at 14:51, peter dalgaard <pdalgd at gmail.com> wrote:
>>
>>
>>> On 18 May 2017, at 13:47 , Joris Meys <jorismeys at gmail.com> wrote:
>>>
>>> Correction: Also dlt uses the default timezone, but POSIXlt is not recalculated
2012 Sep 28
3
Better way of Grouping?
Hello R users,
This is more of a convenience question that I hope others might find useful
if there is a better answer. I work with large datasets that requires
multiple parsing stages for different analysis. For example, compare group
3 vs. group 4. A more complicated comparison would be time B in group 3 of
group L with B in group 4 of group L. I normally subset each group with
the
2009 Aug 25
3
Timezone not recognised kludge
This is for Wine 1.1.28 compiled under a customised personal Linux based on Slackware.
When running winefile from a terminal, get a line:
"fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias -720, std (d/m/y): 5/04/2009, dlt (d/m/y): 27/09/2009"
Wine source: ../dlls/ntdll/time.c holds the function "find_reg_tz_info".
Running: #
2005 May 11
2
Backing up my server...
Helo, I've just installed a CentOS 4.0, postgress,iptables, ect.. on a P
4 Intel using sotf RAID 1 ...and everything is fine. I bought
a HP DLT 40/80G tape device for being use as tape backup to my server.
My questions are:
1. What you recomended me to use as a soft backUP. (amanda,
dump/restore, TAR scipts, other)?
2. How can I backUP my entire filesystem ..(I mean everything using one
the
2017 May 19
1
[R] R-3.4.0 fails test
On Thu, 18-May-2017 at 05:46PM +0200, Martin Maechler wrote:
|>
.....
|>
|> Being pretty "stretched" time wise currently, I'm happy for
|> timezone-portable propositions to change the test.
Meantime, anyone who lives where DST happpens in December who wants to
get through the remaining tests can avoid this one by changing the line
> stopifnot(length(fd) == 10,
2006 Jun 09
5
Tape drive throughput
I have a backup spooling onto a DLT drive. Is there any tool that
will let me monitor the data throughput on the device?
--
Bowie
2011 Jun 16
3
trouble with jet40
Hello everybody: I'm trying to install jet40 with winetrick in an Ubuntu 11
(natty) , in a wine 1.3.15
I get this error.
I try downloading the dao360.dll and copying that file in the directory
dao, but I get always the same error.
In winecfg I configure with windowsxp compatibility.
cmateos at cmateos-desktop:~$ sh winetricks jet40
Executing w_do_call jet40
Executing load_jet40
Executing
2009 Jul 01
4
XBASE error under Wine
Hi. I'm migrating the system of a friend from Windows to Linux. He used a program made with xBase (programmed by him), and unfortunately isn't compatible with xHarbour. So I tried it with Wine, but I find these errors when I open the program. :(
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 15/03/2009, dlt (d/m/y):