search for: barf

Displaying 20 results from an estimated 496 matches for "barf".

Did you mean: bar
2003 Sep 06
0
KERNEL BUG: lseek() broken on raw devices
...haviour: either abort with "Invalid argument" on lseek bs/2 or on write or print "OK". #include <stdio.h> #include <stdlib.h> #include <fcntl.h> #include <unistd.h> #include <errno.h> #include <string.h> #include <sys/disklabel.h> void barf(const char *t) __attribute__((noreturn)); void barf(const char *t) { perror(t); exit(EXIT_FAILURE); } int main(int argc, char **argv) { int bs, fd = open(argc > 1 ? argv[1] : "/dev/rda0s1f", O_RDWR); int want = 0x66, t; struct disklabel dl; char *x;...
2009 Nov 20
0
[LLVMdev] llc barfing
On Nov 19, 2009, at 5:28 PM, Jon Harrop wrote: > > Are these barfs due to bugs in my generated code or is this parts of LLVM not > honoring tail calls? It was a bug in LLVM, with emitting tail calls at -O0. It's now fixed, as of r89444. Dan
2009 Nov 20
1
[LLVMdev] llc barfing
On Friday 20 November 2009 02:54:14 Dan Gohman wrote: > On Nov 19, 2009, at 5:28 PM, Jon Harrop wrote: > > Are these barfs due to bugs in my generated code or is this parts of LLVM > > not honoring tail calls? > > It was a bug in LLVM, with emitting tail calls at -O0. It's now > fixed, as of r89444. Awesome, thanks. What about this one where the simple register allocator seems to have an internal...
2009 Nov 20
2
[LLVMdev] llc barfing
I was playing with optimization switches to llc to see how fast I could get it to compile but it keeps barfing. Tinkering indicates that llc barfs particularly when -tailcallopt is given in combination with other flags. For example, without -tailcallopt works in a couple of ways: $ llc -O0 -f aout.bc -o aout.s $ llc -O0 --regalloc=local -f aout.bc -o aout.s But fails with -tailcallopt with different...
2011 Jul 27
1
X-Lite-4.0 barfs on install. What's Mono?
This is a low priority thing, but X-Lite-4.0 is not out for linux and the windows version barfs, and I'm wondering if anyone can spot what's going wrong. I go through menus, agree to license, accept default install location & click next. Nothing happens. Click next again, and I have the "install" option. That exits prematurely with this: ~~~~~~~~~~~~~~~~~~ bash-4.1$ win...
2009 Feb 10
6
OT: A test with dependent samples.
...structure of some sort, but it seems to me to be impossible to estimate. After mulling it over for a long while (I'm slow!) I decided that a non-parametric approach, along the following lines, makes sense: We have 73 independent pairs of outcomes (a,b) where a or b is 0 if the cat didn't barf, and is 1 if it did barf. We actually observe 61 (0,0) pairs and 12 (0,1) pairs. If there is no effect from the piroxicam, then (0,1) and (1,0) are equally likely. So given that the outcome is in {(0,1),(1,0)} the probability of each is 1/2. Thus we have a sequence of 12 (0,1)-s where (under th...
2008 Jan 01
7
[LLVMdev] Utilizing gperf for TableGen
The output of TableGen (intrinsics.gen) seems a bit too clunky specifically the switching parts (input the string, output the enum). Moreover, the code makes MSVC barf due to its nesting limit which even applices to if-else statements. One one hand, gperf (http://www.gnu.org/software/gperf/manual/gperf.html) offers a way to map strings to records without much difficulty (and it does its job efficiently). My point is, are there plans to utilize gperf for table g...
2008 Nov 20
1
[PATCH] Prevent Icecast from barfing on Vorbis+Skeleton
> checking over the code again, I see that skeleton was taking control on > the sync markers but not marking any of the buffers as such. how about > the attached?. Sure, I had not realized setting this pointer was telling Icecast to have this behavior. I haven't hacked much on Icecast, and have a very hazy view of its internals. This seems like a better fix.
2006 Aug 26
0
postgres-pr barfs at ActiveRecord::Base.allow_concurrency = true
Hi List, first of thank you Ezra for BackgroundRB. Very cool plugin indeed! This is a public service FYI. In case you are running postgres as your database backend and you are seeing the following errors in your backgroundrb.log: ActiveRecord::StatementInvalid: NoMethodError: undefined method `async_query'' for #<PGconn:0x22ed648>: You are using the postgres-pr adapter
2011 Mar 15
1
install.packages barfs on dependencies= argument
I'm sure I used to be able to do my.dependencies<- c("Depends", "Imports", "LinkingTo", "Suggests", "Enhances") install.packages("animation", lib = Sys.getenv("R_LIBS_USER"), dependecies = my.dependencies) but now I get Error in download.file(url, destfile, method, mode = "wb", ...) : unused argument(s)
2001 Feb 27
1
scp hardwires location to ssh?
...uth=/usr/openwin/bin/xauth --with-ipv4-default --with-tcp-wrappers --with-pid-dir=/etc --sysconfdir=/etc i use a prefix of /usr/share/jon , then build the system V package from there. most things work great, but somehow scp does not. it seems have the location of ssh hardwired into it. root at barf:~# which scp /usr/local/bin/scp root at barf:~# strings `which scp` | grep ssh /usr/share/jon/bin/ssh usage: scp [-pqrvC46] [-S ssh] [-P port] [-c cipher] [-i identity] f1 f2; or: root at barf:~# root at barf:~# scp jon at example.com:~/file . /usr/share/jon/bin/ssh: No such file or directory lost...
2001 Sep 20
0
Encarta install from Samba server barfs
Greetings: I tried to install M$ Encarta over my internal network onto my kids' Windoze 2K machine tonight; the Encarta install stuff is in a vfat partition on the Samba server. The install started, then quit about 14% of the way through - the connection to the Samba server apparently was lost - the installer began complaining about being unable to find the CD-ROM, and I was unable to browse
2002 Sep 30
1
[LLVMdev] llvm-g++ barfs
Hi, In the quest for better test cases for my MP, I thought of trying the Stepanov Abstraction Penalty benchmark. But apparently llvm-g++ is not ready for such terrible things. Let me know if you want me to send the source code (it is widely available). gaeke|csil-suna37|~/cs/426/MP1/step|[1177]% /usr/dcs/projects/cs426/Software/gcc_install/bin/g++ stepanov.cpp -o stepanov In file included from
1998 Jun 26
3
ip_masq+dhcpd+samba+2nics
...up a linux box to serve as a "gateway" for our internal lan. Running 2.0.34 slakware. I have 2 nic cards.. One for our "internal" lan (192.168.2.0) and the "external" lan..I have gotten the OS to see both of them, but when trying to get DHCP to work with both, it kept barfing.. so i used ip_aliasing on the external nic and put the "internal" host address (192.168.2.1) on eth0:1. DHCPD seemed to work.. then i installed and configured ip_masq. That worked.. Now i installed samba. the latest. This compiled and setup with no problem, but looking at network neig...
2005 Aug 31
4
/etc/init.d/asterisk barfing
Ok, starting to get cheesed off and feeling rather silly. cvs head as of 5 minutes ago. #root asterisk -vvvvvvvc works, no problem. #root safe_asterisk works no problem #root service asterisk start Starting asterisk: [ OK ] #root asterisk -r Unable to connect to remote asterisk (does /var/run/asterisk.ctl exist?) /var/run/asterisk.ctl and
2001 Aug 28
1
OpenSSHd barfs upon reauthentication: PAM, Solaris 8
We've been having trouble with OpenSSH 2.9p2, running on Solaris 8 (a domain of an E10k), with PAM authentication turned on. It intermittently crashes with signal 11 (seg fault) after the password is entered, after the MOTD is displayed, but before control is passed over to the login shell. I eventually managed to persuade sshd's child process to consistently crash, upon entry of an
2014 Jun 18
2
[LLVMdev] Clarification on the backward compatibility promises
...port backwards compatibility. > > Could you elaborate more on this? > > My anecdotal experience is that the .ll is more stable. I remember last > summer that in multiple situations passing the old .bc (from the 3.1-based > or 3.2-based SCE compiler IIRC) to trunk would cause it to barf, while > passing the .ll file would not barf. I don't think I would be able to > reproduce this without a lot of work, so I'm just leaving this as an > anecdote. Well, I can only speak for myself, but in my two recent IR changes (cmpxchg failure orderings and cmpxchg weak"),...
2018 Sep 03
5
winbindd crashing -- how to auto-heal?
...standalone server goes. > > Anything else needs both smbd and winbind running. It doesn't make sense: 1) why should I need to run smbd if I'm not providing cifs services to other computers? 2) why does winbindd work for many days even with smbd not running? Shouldn't it just barf at startup or after a short wait if it really needs smbd? In any case I prefer my plaster instead of running a service that I don't need and could open the server to several vulnerabilities. Bye -- Luca Olivetti Wetron Automation Technology http://www.wetron.es/ Tel. +34 93 5883004 (Ext.30...
2001 Dec 01
2
Nothing more than solitaire...
I've tried lots and lots of stuff, fiddling with the various configuration options again and again. Solitaire works most of the time. Notepad doesn't let me enter text. Calc displays the numbers in the wrong place, but otherwise works. Street Atlas USA 8.0 barfs completely. Not even close, in spite of being in the database. Agent does not exhibit proper internal windowing behavior, and crashes when I attempt to connect to the network, though at least it works well enough for me to read some old stuff I have saved in there. PSP 5 doesn't even try....
2006 Feb 01
1
R CMD check barfs at 'suggested' package
I have been running R CMD check for the first time on of our own packages, which otherwise builds, installs and runs just fine. The package depends on package akima and suggests package multtest; suggesting multtest is indicated because a) it loads a lot of other Bioconductor packages, very slowly, and b) it is only needed for one specific subroutine, which executes require(multtest)