similar to: wierdness with mailboxes

Displaying 20 results from an estimated 800 matches similar to: "wierdness with mailboxes"

2005 Apr 13
3
Upgrading
I have an "old and decrepit" install of Shorewall, installed from a Debian package. I''m having a problem, so in order to get support, I''m working on upgrading to the most recent stable version. What I''d like to do, is to test the new version with my configuration files, without actually installing it -- just untarring it. Is this possible? How can I
2017 Jun 29
3
the Univac 2200, LLVM, and national security
John, One of my previous jobs was at Unisys doing a dynamic translator for the Univac 1100 / 2200 series computers. We chose LLVM for the base of the translator for its modularity, optimizations, and x86 code generation. We wrote a front-end that parsed Univac instructions and generated IR for them. It all ran on X86-Linux boxes which with some special peripheral adaptors were then
2007 Oct 24
3
API doc update coming?
I''ve upgraded from 1.9.0 to 1.9.2 and am finding that the errors I''m getting don''t match the docs. For example, in Wx::ListCtrl: - The doc makes no mention of on_get_item_column_image(), but without this method I get NoMethodError. - The doc says on_get_item_attr() *may* be overloaded, but if I don''t define it, I get NoMethodError. The API doc appears to
2010 Apr 20
1
Problem installing RODBC
I have a problem with some missing headers when trying to install RODBC on my linux box. > install.packages("RODBC", + lib="/usr/local/david/R") trying URL 'http://cran.stat.auckland.ac.nz/src/contrib/RODBC_1.3-1.tar.gz' Content type 'application/x-gzip' length 990220 bytes (967 Kb) opened URL
2003 Aug 22
2
Re: ATAs
John Todd wrote.... > For those of you wanting to salvage your Cisco ATA-186 after > inadvertent locking, or after recovering your devices from a vendor > who has locked them, here is a rainy-day project for you: > somedoc.pdf..... Immediately strides to ATA, rips off cover... woohoo, EEPROM is socketed.... well maybe I'll just copy the contents of a working ATA into the
2017 Mar 07
2
[Announce] Samba 4.6.0 Available for Download
On Tue, Mar 07, 2017 at 10:48:28AM +0100, Andreas Schneider wrote: > On Tuesday, 7 March 2017 10:33:15 CET Karolin Seeger wrote: > > Release Announcements > > ===================== > > > > This is the first stable release of Samba 4.6. > > Woohoo, thank you very much. I think this is on of our best releases. Yeah, we always think that ! Sometimes it's true
2001 May 08
4
[success] VB3 Program "Watchtower Library" now works
Hi! Some time ago I wrote about two problems, which I encountered when trying to run a VB3 program with Wine. The program is called "Watchtower Library". The search function crashed. With debugging and disassembling of a .vbx I later found out that the program itself was bailing out and not wine. But I had no idea how to remedy the problem. The tooltips (in the program called
2002 Jul 19
1
R-devel Mac OSX build wierdness...
I encountered some wierdness when building R-devel (latest rsync) on OSX using commandline tools (as opposed to the Carbon GUI and whatnot...probably just laziness on my part but it generally works :-)). At any rate, sometime between 2002-07-05 and the present the configure scripts started setting INSTALL_DATA to ${R_HOME}/bin/install -c in Makeconf...which causes wierdness for the Mac OSX
2005 Dec 06
0
SwitchTower with spinner/spawner/reaper = teh suxx0r
hey all, So, we''ve been trying to get a nice stable config running for deployment with SwitchTower, spinner spawner and reaper, and I have to say, they are, as it says in the title, teh suxx0r. <warning>I''m annoyed, and wrote this while annoyed</warning> ;) The problems are rife: 1. Because lighttpd has no control over the fcgis, the restart process is
2004 Jul 07
1
Cisco, Sip, Linux, ISDN
I am one of the few people left in the US with a ISDN connection to the internet. (Internet cable has been promised "Real Soon Now" for a couple years). Worse, my home network runs on a decrepit Cisco 2500 series router, and is double-natted via a firewall, which is why I currently use iax to call anywhere. I have been making ever-increasing use of my asterisk PBX, and I'm ready
2006 Jul 25
1
can''t dump: session wierdness
Hi, I have "include DRbUndumped" in one of my model classes. Whenever my app accesses the session I get the following: can''t dump /usr/lib/ruby/1.8/drb/drb.rb:395:in `_dump'' /usr/lib/ruby/1.8/pstore.rb:349:in `dump'' /usr/lib/ruby/1.8/pstore.rb:327:in `transaction'' /usr/lib/ruby/1.8/cgi/session/pstore.rb:90:in `update''
2006 Aug 07
1
Eager loading wierdness
Consider this problem. I have an Item that has_many Features I want to find all Items with a Feature name of ''foo''. Normally you would do this.. @items = Item.find(:all, :conditions=>["features.name = ?", ''foo''], :include=>:features) This all works fine and dandy except for this problem. If you do this... <% for item in @items %>
2006 Aug 10
0
routing wierdness
perhaps i am missing something but i can''t seem to see it so perhaps someone else can see what is going on i have the following routes setup map.connect "", :controller => "main", :action => "index", :site => "home" map.connect "admin", :controller => "admin/main", :action => "index" map.connect
2005 Dec 15
1
Ruby Hash wierdness
Hi I''m having problems with using a hash. I put in a class and when I retrieve it, it''s automagically become a string ie <%= button_link _("Export CSV"), SearchParams.get_url_hash({ :action => :export_csv, :klass => Customer }, params, @search_fields) %> Customer is a class that is available to my view def export_csv klass =
2002 Jun 28
0
Wonder shaper wierdness.
I''m troubleshooting a modified version of the wondershaper and am encountering some trouble that I was hoping you could help me look into. I have 4 queues that I add traffic to: 1. VoIP phone stuff 2. ssh traffic 3. HTTP 4. everything else (should be default). Latency is definitely increased when I run it. I was trying the catch all rule (#4) and removed the specific rule for
2009 Jan 03
1
AppDB Voting System Wierdness
Hi, I'm a newbie. I was looking at the AppDB and I think the voting is a great idea to prioritise what people want and will use. However, I was looking at my favorite game that I want to get fully working on wine - "Company of Heroes (http://appdb.winehq.org/objectManager.php?sClass=application&iId=4506)". I can't understand why there isn't a global voting for this like
2005 Dec 11
1
redering CDATA wierdness
I am attempting to do the sortable_element tutorial from scriptaculous. (http://demo.script.aculo.us/ajax/sortable_elements) Upon viewing the script.aculo.us source, I see this line is generated... <script type="text/javascript">Sortable.create(''list'', {onUpdate:function(){new Ajax.Updater(''list-info'', ''/ajax/order'',
2001 Oct 23
0
ssh v2.9.9p2 wierdness
When I run a command like on v2.9.9p2 on Solaris 8: client> ssh server ... and immediately press CTRL-D, I get a shell prompt from the remote host, but I can't type into it and have to kill the ssh process on the client. Ed Ed Phillips <ed at udel.edu> University of Delaware (302) 831-6082 Systems Programmer III, Network and Systems Services finger -l ed at polycut.nss.udel.edu
2011 Mar 22
1
Multi-monitor TwinView DirectX wierdness
I'm hoping somebody can tell me how to fix this. I use Altium Designer 10 with Wine on Fedora 14. I'm using nVidia TwinView with a GeForce GTS450. What happens is that when I have the window on my left screen, I have 3D acceleration, but the GDI text overlays disappear. When I move the window to the right hand screen, I lose 3D acceleration, but my GDI text overlays (PCB trace net names)
2004 Jan 23
0
SIP wierdness after upgrade from 0.7.1 to CVS
Just upgraded from 0.7.1 to the latest CVS version yesterday. This introduced a slew of warnings on startup. About 20 or 25 of the first, then 5 of the second: Jan 23 10:58:49 WARNING[8201]: chan_sip.c:446 __sip_xmit: sip_xmit of 0x80ef064 (len 461) to 0.0.0.0 returned -1: Invalid argument Jan 23 10:58:55 WARNING[8201]: chan_sip.c:486 retrans_pkt: Maximum retries exceeded on call