search for: acb

Displaying 20 results from an estimated 49 matches for "acb".

Did you mean: ac
2012 Dec 19
3
!!!!!help!I wouldn't be able to meet the deadline!(qcow format image file read operation in qemu-img-xen)[updated]
...t raw format image file,would be read .my purpose is to cache the data that is read from the backingfile when the hvm is running . Now what I concern is the following (which is in the /xen-4.1.2/tools/ioemu-qemu-xen/block-qcow.c) : static void qcow_aio_read_cb(void *opaque, int ret) { ........ if (!acb->cluster_offset) { if (bs->backing_hd) { /* read from the base image */ acb->hd_aiocb = bdrv_aio_read(bs->backing_hd, //************* acb->sector_num, acb->buf, acb->n, qcow_aio_read_cb, acb); //*******...
2013 Nov 23
2
SSD becomes detached 9.2
...ambezi). Very little is running on the server as it is not yet in production (thankfully). Here is the relevant part of dmesg: ahcich0: Timeout on slot 31 port 0 ahcich0: is 00000008 cs 00000000 ss 00000000 rs f8000000 tfd 40 serr 00000000 cmd 00047f17 (ada0:ahcich0:0:0:0): WRITE_FPDMA_QUEUED. ACB: 61 10 20 ff a6 40 01 00 00 00 00 00 (ada0:ahcich0:0:0:0): CAM status: Command timeout (ada0:ahcich0:0:0:0): Retrying command ahcich0: Timeout on slot 31 port 0 ahcich0: is 00000002 cs 00000000 ss 00000000 rs 80000000 tfd 50 serr 00000000 cmd 00047f17 (aprobe0:ahcich0:0:0:0): ATA_IDENTIFY. ACB: e...
2003 Apr 15
1
winbindd wbinfo -u - can't populate
...Any suggestions much appreciated. I get: wbinfo -t Secret is good wbinfo -u 0xc000006d (was 0xc0000022 before using administrator account) wbinfo -g 0xc000006d (was 0xc0000022 before using administrator account) rpcclient SERVER -U % -c querydispinfo cmd = querydispinfo index: 0x1 RID: 0x7d0 acb: 0x10 Account: andyj Name: Andrew Judge Desc: index: 0x2 RID: 0x7d2 acb: 0x10 Account: soledad Name: Soledad Alvarez Desc: index: 0x3 RID: 0x3e8 acb: 0x210 Account: root Name: root Desc: index: 0x4 RID: 0x7e4 acb: 0x210 Account: rrico Name: Desc: index: 0x5 RID: 0x7e8 acb: 0x210 A...
2017 Jun 03
15
[Bug 1154] New: Allow include statement to operate on directories and/or wildcards
https://bugzilla.netfilter.org/show_bug.cgi?id=1154 Bug ID: 1154 Summary: Allow include statement to operate on directories and/or wildcards Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft
2001 Jan 30
1
Bit pealing and streaming
....05khz and get, say, 8kbps per channel? I kinda like the idea of being able to broadcast at 22.05khz in 16kbps stereo, so I'd like to know if I should stop dreaming now before I get too set on the idea. As you've probably guessed, I have a use in mind. I am involved with a project called ACB radio (http://www.acbradio.org), and particularly the ACB radio interactive channel. This is an interesting channel as it involves a host of broadcasters from around the world sharing the one server with scheduled hand-over points. Some of us are on cable/DSL and some of us are not. Likewise our...
2005 Mar 24
3
Log analysis
Hi everyone, Ok, so I admit I'm asking this to avoid having to do my own research. but I'm also asking in the hopes of avoiding doing my own scripting. ACB Radio is looking at moving across to Icecast. There's really not a lot to stop us at this point. But we are keen to retain access to total listener hours, average listen time and amount of data served per mountpoint. I know this can all be gleaned from the access.log file. What I want to...
2007 Dec 19
2
Open source streaming project in need of developers
...ot *that* long) about whether or not to crosspost this to icecast-dev. In the end I decided not to since this isn't about an Icecast or Xiph project. My name is Geoff Shang and I've been an enthusiastic user of Icecast for a long time. I am also the chief tech guy for a project called ACB Radio (http://www.acbradio.org), which is run by the American Council of the Blind (http://www.acb.org). several years ago, one of our volunteers came to us with a partially developed automation system for online streaming. We needed one at the time, and so he and another of our existing volu...
2008 Feb 05
1
Incorrect metadata format, ending stream
...to relay a shoutcast-style MP3 stream but am getting the following error: [2008-02-05 23:05:05] EROR format-mp3/mp3_get_filter_meta Incorrect metadata format, ending stream Is there any way I can tell what is wrong with the data we're getting? The stream I'm trying to relay is http://acb.org:8550/ This is a shared server so it's possible that not all broadcasters trigger this problem. Metadata seems to come through fine using latest mpg123. Also, we relay another stream using the same version of Supercast (http://supercast.sf.net) on another mount and I have no problems, s...
2005 Sep 23
1
Password change caused lose X flag
Hello, I have a question with password never expired flag during changing password. If X flag for password never expired has been set in account flags for a user, password change would cause to lose the X flags. By taking a look at the code of the line 993 in passdb/passdb.c, it said all other acb flags will be inherited from current existing account ctrl bit, except for (ACB_WSTRUST|ACB_DOMTRUST|ACB_SVRTRUST|ACB_NORMAL). So I assume the attribute ACB_PWNOEXP should present during changing password. However, actually, when a password is changed, the attribute disappears, so that administrat...
2007 Mar 23
1
can't load just saved R object "ReadItem: unknown type 65"
...this problem. I save, then immediately reload (to test save) and get "ReadItem: unnknown type 65". This error is reproducible after logout from server and restart of emacs and R. Below is my output and sessionInfo(). Thanks, Mark > setwd("~/Genomics/Experiments.Genomic/BB01/acb.shell") > local(save(affy.object.preprocessed, file ="affy.object.preprocessed.R" )) > load("affy.object.preprocessed.R") Error in load("affy.object.preprocessed.R") : ReadItem: unknown type 65, perhaps written by later version of R > sessionInfo() R...
2007 Mar 23
1
can't load just saved R object "ReadItem: unknown type 65"
...this problem. I save, then immediately reload (to test save) and get "ReadItem: unnknown type 65". This error is reproducible after logout from server and restart of emacs and R. Below is my output and sessionInfo(). Thanks, Mark > setwd("~/Genomics/Experiments.Genomic/BB01/acb.shell") > local(save(affy.object.preprocessed, file ="affy.object.preprocessed.R" )) > load("affy.object.preprocessed.R") Error in load("affy.object.preprocessed.R") : ReadItem: unknown type 65, perhaps written by later version of R > sessionInfo() R...
2009 Jun 25
2
Consistent snapshots
Hi! How do i create consistent snapshots of VM''s from Dom0?. What are the backup methods or snapshot/snaprestore methods that are followed for Xen Virtual environments?. thoughts/ideas?. -- I have the simplest of tastes; I am easily satisfied with the best. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2012 Dec 17
1
WRITE_FPDMA_QUEUED CAM status: ATA Status Error
...cap 01[64] = powerspec 2 supports D0 D1 D2 D3 current D0 cap 07[40] = PCI-X 64-bit supports 133MHz, 2048 burst read, 12 split transactions cap 05[54] = MSI supports 1 message, 64 bit enabled with 1 message siisch2: Error while READ LOG EXT (ada3:siisch2:0:3:0): WRITE_FPDMA_QUEUED. ACB: 61 56 af 71 0a 40 40 00 00 00 00 00 (ada3:siisch2:0:3:0): CAM status: ATA Status Error (ada3:siisch2:0:3:0): ATA status: 00 () (ada3:siisch2:0:3:0): RES: 00 00 00 00 00 00 00 00 00 00 00 (ada3:siisch2:0:3:0): Retrying command siisch2: Error while READ LOG EXT (ada2:siisch2:0:2:0): WRITE_FPDMA_QUEU...
2016 Feb 09
4
ezstream question
...S using Ubuntu 14.04. My question: Is there a package or some sort of way I can apply dynamic compression to the stream? The old time radio stream plays many different old time radio shows and the volume is inconsistent. If you need more information please let me know. Larry Turnbull ACB Radio Managing Director -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20160209/37e7e870/attachment.htm
2013 Feb 01
1
stable/9: Force ada1 to UDMA-33
...83C) ada0: Previously was known as ad0 ada1 at ata1 bus 0 scbus1 target 0 lun 0 ada1: <ST3250824A 3.AAE> ATA-7 device ada1: 100.000MB/s transfers (UDMA5, PIO 8192bytes) ada1: 238475MB (488397168 512 byte sectors: 1H 255S/T 16383C) ada1: Previously was known as ad2 (ada1:ata1:0:0:0): READ_DMA. ACB: c8 00 00 00 00 40 00 00 00 00 10 00 (ada1:ata1:0:0:0): CAM status: ATA Status Error (ada1:ata1:0:0:0): ATA status: 51 (DRDY SERV ERR), error: 84 (ICRC ABRT ) (ada1:ata1:0:0:0): RES: 51 84 00 00 00 00 00 00 00 00 00 (ada1:ata1:0:0:0): Retrying command (ada1:ata1:0:0:0): READ_DMA. ACB: c8 00 00 00 0...
2008 Aug 31
4
give all combinations
Hello,   is there a simple way to give all combinations for a given vector:   v<-c("a","b","c")   combination(v,v) becomes "aa","ab","ac","bb","bc","cc'   combination(v,v,v) becomes "aaa","aab","aac","abb",......     [[alternative HTML version deleted]]
2007 Dec 20
1
Open source streaming project in need of developers
...ossfading, dynamic compression > and (much) more. I took a brief look at it when considering whether to move to something else rather than stick with what we have. But it appeared to me that you need to learn some kind of programming language type thing in order to tell it what to do. The ACB Radio project requires software that can be operated for the most part by reasonably non-technical types who are more worried about which program should air in the next hour than finding the right process ID to send a HUP to. Most have never programmed anything or ever used a CLI. > I don...
2003 Apr 07
1
OddcastDSP/Winamp2
...ke Icecast2 itself is now very solid indeed. Like most things in Linux it stays up for days at a time. It's a shame Nullsoft won't be coming out with a stable DSP plug-in for Vorbis streaming. Hopefully as demand builds among Windows users, someone will do the job." --- Director of ACB Radio (http://www.acbradio.org) For me personally, I only have a problem with OddCast when using the SQRSoft crossfading plugin. I need to use this crossfader as there is nothing else that works so well and sounds so professional. I use it for my LPFM broadcast. It works fine for most configu...
2003 Apr 07
1
OddcastDSP/Winamp2
...ke Icecast2 itself is now very solid indeed. Like most things in Linux it stays up for days at a time. It's a shame Nullsoft won't be coming out with a stable DSP plug-in for Vorbis streaming. Hopefully as demand builds among Windows users, someone will do the job." --- Director of ACB Radio (http://www.acbradio.org) For me personally, I only have a problem with OddCast when using the SQRSoft crossfading plugin. I need to use this crossfader as there is nothing else that works so well and sounds so professional. I use it for my LPFM broadcast. It works fine for most configu...
2010 May 20
1
Geneland error on unix: Error in MCMC(........ :, unused argument(s) (ploidy = 2, genotypes = geno)
I am receiving the above error ( full r session output below) the script runs OK in windows. and "genotypes" and "ploidy" are both correct arguments any suggestions would be most welcome Nevil Amos MERG/ACB Monash University School of Biological Sciences > library(Geneland) Loading required package: RandomFields Loading required package: fields Loading required package: spam Package 'spam' is loaded. Spam version 0.21-0 (2010-03-13). Type demo( spam) for some demos, help( Spam) for...