search for: fubar

Displaying 20 results from an estimated 119 matches for "fubar".

2008 Sep 04
3
Notepad appends ".txt" to file names it looks for
The program I'm using is 4NEC2, a freeware antenna-modelling program. I'm running wine-0.9.61 on Gentoo Linux on a Dell with Intel Core Duo cpu. Let's say I'm working on a design that I call "fubar". 4NEC2 will create files with names like "fubar.NEC" and "fubar.log". 4NEC uses Notepad to open the files for viewing. For some reason, my system always seems to try opening them as "fubar.NE.txt" and "fubar.lo.txt". The last character of the extensi...
2010 Jun 22
2
ls says: /tank/ws/fubar: Operation not applicable
Anyone know why my ZFS filesystem might suddenly start giving me an error when I try to "ls -d" the top of it? i.e.: ls -d /tank/ws/fubar /tank/ws/fubar: Operation not applicable zpool status says all is well. I''ve tried snv_139 and snv_137 (my latest and previous installs). It''s an amd64 box. Both OS versions show the same problem. Do I need to run a scrub? (will take days...) Other ideas? Thanks, Gordon --...
2003 Feb 18
7
gnophone
...e tries to register with my server but there is no response. I can direct incoming calls to gnophone but if gnophone answers them, asterisk does not recognize it. Here is my configuration: iax.conf [jambo] type=user host=dynamic defaultip=136.159.99.100 permit=136.159.99.100 username=jambo secret=fubar context=gnophone password=fubar extensions.conf [gnophone] exten => 2108407,1,Dial,Zap/1|BYEXTENSION exten => 2108407,2,Dial,Zap/2|BYEXTENSION My gnophone telephone preferences: Server: 136.159.99.74 Port: 5036 Context: gnophone Username: jambo password: fubar Peer: jambo Secret: fubar pl...
2012 Nov 16
3
[LLVMdev] Chaining Atoms together
...within a section be chained together. >> >> The usecase that we have currently is when a function foo which has a mix of local/global symbols for example :- >> >> .text >> .global foo >> .type foo, at function >> foo: >> jmp bar >> jmp fubar >> ret >> .global foo1 >> foo1: >> ret >> .local bar >> bar: >> ret >> .global foo2 >> foo2: >> ret >> .local fubar >> fubar: >> ret >> .size foo,.-foo >> >> When the object file is r...
2012 Mar 27
1
puppet with launchd - problem with hostname
...g a problem with our puppet install on our mac''s. We''ve setup a launchd plist following the instructions at: http://projects.puppetlabs.com/projects/puppet/wiki/Puppet_With_Launchd The problem we''re having is that when the mac initially boots, it''s hostname is fubar.local - after the networking starts up, the hostname becomes fubar.domain.name. Puppet is starting before the networking starts up, so it tries to get a certificate as fubar.local. Anyone have a suggestion? ...thnx, ...dave -- You received this message because you are subscribed to the Google...
2012 Nov 19
0
[LLVMdev] Chaining Atoms together
...>>> The usecase that we have currently is when a function foo which has >>> a mix of local/global symbols for example :- >>> >>> .text >>> .global foo >>> .type foo, at function >>> foo: >>> jmp bar >>> jmp fubar >>> ret >>> .global foo1 >>> foo1: >>> ret >>> .local bar >>> bar: >>> ret >>> .global foo2 >>> foo2: >>> ret >>> .local fubar >>> fubar: >>> ret >>> .si...
2003 Nov 04
1
glm offset and interaction bugs (PR#4941)
...arles J. Geyer Version: 1.8.0 OS: i686-pc-linux-gnu (Suse 8.2) Submission from: (NULL) (134.84.86.22) Two bugs (perhaps related, perhaps independent) revealed by the same Poisson regression with offset mydata <- read.table(url("http://www.stat.umn.edu/geyer/5931/mle/seeds.txt")) out.fubar <- glm(seedlings ~ burn01 + vegtype * burn02 + offset(log(totalseeds)), data = mydata, family = poisson) summary(out.fubar) out.barfu <- glm(seedlings ~ burn01 + vegtype * burn02, offset = log(totalseeds), data = mydata, family = poisson) summary(out.barfu) out.ok <- glm(seedlings...
2009 Feb 24
1
UI font in CS4 all fubared
hi guys.. i got a little problem - i installed photoshop cs4 in wine, and it works fine - except for the UI font. seems like it didn't install. i checked in the windows/fonts folder, and there's nothing in it. take a look: [Image: http://img32.picoodle.com/img/img32/3/2/24/t_pscs4m_930ebff.png ] (http://www.picoodle.com/view.php?img=/3/2/24/f_pscs4m_930ebff.png&srv=img32) of course
2003 Dec 30
2
smb.conf man page FUBAR
I don't know who to report this to, but I'll post it here and hope someone with authority sees it. The on-line posting of the smb.conf man page is missing lots of information: http://us1.samba.org/samba/docs/man/smb.conf.5.html Thanks, ...ROMeyn
2005 Aug 21
3
YUM is seriously fubar
Okay, I have over 9 gigs of spare room on my main hard drive, so I don't think var is filling up. I've set prelinking to be off (I think), and yet still, YUM continues to freeze my computer. If I try to do a search or install, about half the time it will go nuts on the hard drive, I lose control of the mouse, and eventually I have no choice but to hard reset. What's wrong with
2006 Aug 16
6
error with edge rails
I''ve started an app with rails 1.1.6 then ran freeze_edge. My app will not run with rails in the vendor folder. Have I forgot to do something? I"ve been without the internet for the last two months. Has something changed?
2011 Sep 04
2
has_many :through basic fubar
I''m trying to do, what seems like, a very basic join. However, the association just doesn''t seem to work. I''m sure it''s something very simple but I don''t know what. class Role < ActiveRecord::Base belongs_to :packages belongs_to :users end class Package < ActiveRecord::Base has_many :roles has_many :users, :through => :roles end
2005 Sep 10
1
SuSE 9.3 samba binaries FUBAR??
Mates, I dunno if nobody else is using the samba binaries to put 3.0.20-1 on SuSE 9.3 -- or -- if I'm just doing something stupid, but there seem to be library problems. Specifically, we are getting library errors for the *.so.2 libraries, regardless of whether we try via YAST or RPM. david@nemesis:~/Documents/linux/rpms/samba320> ll total 19970 -rw-r--r-- 1 david users 60998
2003 May 06
0
Samba 2.2.8a not plaing nice with tcpd under Solaris8
...am udp wait root /opt/common/sbin/tcpd /server/sw/prod_samba/sbin/nmbd -D What's happening is tha Samba will work fine in stand-alone mode or via inetd so long as I'm not using tcpd. When I use the lines above I get the following when I try to connect with "smbclient -L fubar.cit.cornell.edu" on the client side: added interface ip=128.253.114.116 bcast=128.253.114.255 nmask=255.255.255.0 added interface ip=172.16.209.1 bcast=172.16.209.255 nmask=255.255.255.0 session request to FUBAR.CIT.CORNE failed (Call returned zero bytes (EOF) ) session request to FUBAR failed...
2006 May 19
7
AR transactions and isolation levels
...another transaction. Still, running Invoice.create_new from two different consoles at the same time seems to create two new Invoices, both with the same invoice_no. Am I mistaken about how transactions or the serializable isolation level really work, or is it my code or environment that''s fubar? Am using Postgres 8.1.something, so the DB should be up to the task. Any feedback appreciated, Isak
2003 Jan 08
2
Sigh....ok once more with feeling
The firewall didnt help matters. I think its FUBAR and I need to reformat anyways, so ill reformat and reinstall and put fresh SAMBA up, on Mandrake 9.0. The system has 2 NICs and NET_MASQ shares internet to the XP machine. Therein it acts as a DHCP server and has a firewall. I will open 139 from the start next time.
2012 Sep 20
3
How do boot a xen domu into run level 1
Hi, I have a C5.8 machine with several DomU's. I fubared the fstab on one of them and I need to get it into single user mode. Does anyone know how to do that? I tried adding single to the extras line in /etc/xen/machine_name but it still tries to start in level 3. To make things worse, the root partition is on LVM. Alternatively, does anyone know ho...
2012 Sep 20
3
How do boot a xen domu into run level 1
Hi, I have a C5.8 machine with several DomU's. I fubared the fstab on one of them and I need to get it into single user mode. Does anyone know how to do that? I tried adding single to the extras line in /etc/xen/machine_name but it still tries to start in level 3. To make things worse, the root partition is on LVM. Alternatively, does anyone know ho...
2015 Feb 13
2
[LLVMdev] C++ exception handling
...ck merging will always be simple and that if anyone tried to do something more complex someone would ask them not to, but I worry that you never know what is going to happen over the course of many transformation passes. Like, imagine: shared.block: %foo = phi i1 [1, %lpad1], [0, %lpad2] … %fubar = call i1 @bar(i1 %foo) … br i1 %fubar, label %dispatch1, label %dispatch2 Am I overthinking this? -Andy From: Reid Kleckner [mailto:rnk at google.com] Sent: Friday, February 13, 2015 2:06 PM To: Kaylor, Andrew Cc: David Majnemer; LLVM Developers Mailing List Subject: Re: C++ exception hand...
2004 Nov 24
1
Re-Assembling SongData in Icecast Streams..
...st of variables would be very, very helpful: streamtitle streamname streamurl streamgenre title artist album .... By inference I'm guessing that the shoutcast method is therefore: http://server:port/admin.cgi? mode=updinfo&pass=password&song=Booga&streamtitle=Fubar .... ad nauseum. ...and the password that is relevant is the admin password. Of course, I'm running Icecast 2.1 now. What's the icecast method and what variable names are supported... and are there any that AREN'T used in the shoutcast-metadata-protocol? Is it as simple as: h...