search for: cbi

Displaying 20 results from an estimated 24 matches for "cbi".

Did you mean: abi
2003 Aug 14
2
umass0 problems, with Sony USB Memory Stick
...d while most things work, the Sony memory stick does not. With respect to the HEADS UP of August 7th, I've also re-enabled the 2 Sony memory sticks quirks, in sys/cam/scsi/da_scsi.c. The symptoms also apply to 4.8-RELEASE: umass0: Sony USB Memory Stick Slot, rev 1.10/1.80, addr 2 ... umass0: CBI reset failed, TIMEOUT umass0: CBI bulk-in stall clear failed, TIMEOUT umass0: CBI bulk-out stall clear failed, TIMEOUT umass0: CBI reset failed, TIMEOUT umass0: CBI bulk-in stall clear failed, TIMEOUT umass0: CBI bulk-out stall clear failed, TIMEOUT umass0: CBI reset failed, TIMEOUT umass0: CBI bul...
2007 Dec 05
8
How does one use a module?
...ks David!!!!) and placed it in the directory /var/lib/puppet/modules (using the rpm version of puppet/puppetmaster). 2. Edited fileserver.conf, adding [modules] path /var/lib/puppet/modules allow 192.168.100.0/24 3. Created a class based on the wiki [1] with local modifications: class cbi-shorewall { ## base interface shorewall::shorewall-interface { ''xenbr0'': } ## still accept packages from CBI, even if the firewall is stopped shorewall::shorewall-routestopped { ''cbi'': host => "159.189.177.16", <snip>...
2008 Sep 17
1
floppy disk controller broken
Hello, when testing FreeBSD-7.1-BETA i discovered that the floppy disk controller doesn't work correctly. Trying to format a floppy (perhaps with bad blocks) i get: Processing fdformat: ioctl(FD_FORM): Device not configured instead of the normal E letter. I then checked the same problem is present on FreeBSD-6.3 and it has been reported by Beech Rintoul (*) in 2006! Of course the floppy disk
2009 Jun 19
2
[PATCH/RFC] virtio_test: A module for testing virtio via userspace
...o->vendor_id = vtest->vdev_id.vendor; + list_for_each_entry(vtvq, &vtest->vq_list, list) + info->num_vqs++; + if (copy_to_user(arg, info, sizeof(*info))) { + kfree(info); + return -EFAULT; + } + return 0; +} + +static int get_callbacks(struct viotest_dev *vtest, struct viotest_cbinfo __user *arg) +{ + int ret; + struct viotest_vq *vtvq; + struct viotest_cbinfo cbi; + + if (copy_from_user(&cbi, arg, sizeof(cbi))) + return -EFAULT; + + /* WAIT and not CLEAR is inoperable because WAIT implies + * a clear */ + if (cbi.flags == GET_CALLBACK_WAIT) + return -EINVAL; + + vtvq...
2009 Jun 19
2
[PATCH/RFC] virtio_test: A module for testing virtio via userspace
...o->vendor_id = vtest->vdev_id.vendor; + list_for_each_entry(vtvq, &vtest->vq_list, list) + info->num_vqs++; + if (copy_to_user(arg, info, sizeof(*info))) { + kfree(info); + return -EFAULT; + } + return 0; +} + +static int get_callbacks(struct viotest_dev *vtest, struct viotest_cbinfo __user *arg) +{ + int ret; + struct viotest_vq *vtvq; + struct viotest_cbinfo cbi; + + if (copy_from_user(&cbi, arg, sizeof(cbi))) + return -EFAULT; + + /* WAIT and not CLEAR is inoperable because WAIT implies + * a clear */ + if (cbi.flags == GET_CALLBACK_WAIT) + return -EINVAL; + + vtvq...
2013 Jan 15
0
smbldap-tool scripts not executing
...nyone from logging in. The PDC was running Samba 3.6 from Sernet, but downgraded to 3.5 as part of CentOS 6. As a test, I put a typo in the config for the location of the smbldap-useradd script, but no errors. So Samba isnt executing the script and I'm not sure why not. -- David Noriega CSBC/CBI System Administrator University of Texas at San Antonio One UTSA Circle San Antonio, TX 78249 Office: BSE 3.114 Phone: 210-458-7100 http://www.cbi.utsa.edu Please remember to acknowledge the RCMI grant , wording should be as stated below: This work received computational support from Computational...
2006 Jul 14
0
Moving homes from PDC server to large fileserver
...ows. But when I log into the windows clients, the PDC still serves the homes from itself(having them automounted). My understanding was that these options would tell the client to do a smb connect to the filesever for the home directories. Here is the smb.conf of the PDC: [global] workgroup = CBI netbios name = PDC map to guest = Bad User encrypt passwords = yes passdb backend = ldapsam:ldap://xxx.xxx.xxx.xxx log level = 2 syslog = 0 time server = Yes deadtime = 10 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 add user script = /usr/sbin/smbldap-useradd -m '%u'...
2018 Aug 06
2
Winbind issue after upgrading from 4.7.5 to 4.8.3
...groups=1(bin) # id xyz id: ‘xyz’: no such user Thanks for your help -- Met vriendelijke groeten Best regards *Miguel Sanders* ArcelorMittal Europe – Flat Products – Business Division North External collaborator | Midrange UNIX John Kennedylaan 51 B-9042 Gent *T* +32 9 347 52 78 *E* gen-sid-ism-cbi-sig at arcelormittal.com *E* miguel.sanders.external at arcelormittal.com
2013 Oct 10
0
[LLVMdev] Illegal BitCast assertion failed
...c be an llvm::Function* that represents read, CArgs contain an integer constant, and // typeInFrontOfTheStream be an llvm::Type* that represents the type of the variable // available as the next read from the stream llvm::CallInst *consume = llvm::CallInst::Create(Func, CArgs); llvm::BitCastInst *cbi = new llvm::BitCastInst(consume, typeInFrontOfTheStream->getPointerTo()); For the first example when running this pass, the typeInFrontOfTheStream is an i1, which means the result of typeInFrontOfTheStream->getPointerTo() is an i1*. Remember that consume is a function that returns void*, whi...
2006 Jul 21
0
Clients fail to join domain, machine password not found
...Blastwave) on Solaris 10. I've run the same version on Linux(RHEL v4) to do the same job(before we moved the homes to the fileserver) and didn't have any of these problems. I've tried everything I can think off, but still no go. Any ideas? The smb.conf: [global] workgroup = CBI netbios name = Cajal enable privileges = yes interfaces = ce0 127.0.0.1 server string = Cajal PDC %v security = user encrypt passwords = Yes log level = 2 syslog = 0 time server = yes domain logons = yes os lev...
2005 May 23
2
[Fwd: Re: [Fwd: Re: TC/HTB Graphs]]
Bogdan Coman wrote: > hareram wrote: > >> Hi >> >> iam looking to graph the tc classes and qdisc >> iam trying to access the stef scripts >> but its site is totally broken >> >> could some one point me where i can graph using good docs >> >> hare >> >> _______________________________________________ >> LARTC mailing
2008 Dec 02
5
cepstral vs festival
I'm about to begin working on an ivr project to do database backed scheduling. I would like to use text to speech in some places. What are the differences in using festival vs. Cepstral? How are they similar, how are they different? Is one really better than the other? How and Why? Thanks, Eric -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Dec 23
1
Approximate Entropy?
Dear guRus, is there a package that calculates the Approximate Entropy (ApEn) of a time series? RSiteSearch only gave me a similar question in 2004, which appears not to have been answered: http://finzi.psych.upenn.edu/R/Rhelp02a/archive/28830.html RSeek.org didn't yield any results at all. Happy holidays (where appropriate), Stephan
2018 Aug 07
1
Winbind issue after upgrading from 4.7.5 to 4.8.3
...pointer to the source file where I could have a look at? Many thanks. Met vriendelijke groeten Best regards *Miguel Sanders* ArcelorMittal Europe – Flat Products – Business Division North External collaborator | Midrange UNIX John Kennedylaan 51 B-9042 Gent *T* +32 9 347 52 78 *E* gen-sid-ism-cbi-sig at arcelormittal.com *E* miguel.sanders.external at arcelormittal.com On 06-08-18 20:05, Rowland Penny via samba wrote: > **This Message originated from a Non-ArcelorMittal source** > > > On Mon, 6 Aug 2018 14:38:33 +0200 > Miguel Sanders via samba <samba at lists.samba.org&gt...
2005 Oct 24
3
Problem with ip route . VERY SLOW
Hello everybody I’m french and ‘im a network administrator. It the firs time I write on this mailing list .. I configure a debian distribution (the last one sarge) with iproute2 to route packets depending on source ip address It works fine but it is very very slow . When I make a ping for example on a windows machine : [in French ] $> ping www.Google.Fr Envoi
2003 Oct 12
4
X100P Echo Problems..What's going to happen?
I've read and experienced the echo problems with the X100P. Is Digium going to fix the problem or refund our money? I want to see this work because myself and other small companies out there use analog lines. I would trade up to T1 but that requires me to have at least 9 lines. If I did trade up, do the T1 cards work perfectly with no echo at all? I get echo with my directly connected
2019 May 05
3
Staged installation fail on some file systems
...a R version 3.6.0 (2019-04-26) -- "Planting of a Tree" Copyright (C) 2019 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) ... > install.packages("codetools", repos="https://cran.r-project.org") Installing package into ?/wynton/home/cbi/hb/R/x86_64-pc-linux-gnu-library/3.6? (as ?lib? is unspecified) trying URL 'https://cran.r-project.org/src/contrib/codetools_0.2-16.tar.gz' Content type 'application/x-gzip' length 12996 bytes (12 KB) ================================================== downloaded 12 KB * installing...
2002 Mar 04
1
Software engineer
...unctions calls to the camera's driver. The camera is connected via a parallel port. I have also developed several OCXs for this project. Developed an application in Visual Basic 5.0, Access 97 and Crystal reports (using ODBC). The application is a very large information management system for CBI (City Building Inc. in San Francisco). The application contains 28 relational tables large number of queries forms and reports. Tavanir Co., Tehran, Iran 9/95-3/98 *Developed an application in Visual C++ 5.0 intended for network control managements. The application is able to get information su...
2019 May 07
2
Staged installation fail on some file systems
..." > > Copyright (C) 2019 The R Foundation for Statistical Computing > > Platform: x86_64-pc-linux-gnu (64-bit) > > ... > > > >> install.packages("codetools", repos="https://cran.r-project.org") > > Installing package into ?/wynton/home/cbi/hb/R/x86_64-pc-linux-gnu-library/3.6? > > (as ?lib? is unspecified) > > trying URL 'https://cran.r-project.org/src/contrib/codetools_0.2-16.tar.gz' > > Content type 'application/x-gzip' length 12996 bytes (12 KB) > > ==========================================...
2019 May 07
0
Staged installation fail on some file systems
...6) -- "Planting of a Tree" > Copyright (C) 2019 The R Foundation for Statistical Computing > Platform: x86_64-pc-linux-gnu (64-bit) > ... > >> install.packages("codetools", repos="https://cran.r-project.org") > Installing package into ?/wynton/home/cbi/hb/R/x86_64-pc-linux-gnu-library/3.6? > (as ?lib? is unspecified) > trying URL 'https://cran.r-project.org/src/contrib/codetools_0.2-16.tar.gz' > Content type 'application/x-gzip' length 12996 bytes (12 KB) > ================================================== > downlo...