search for: bodged

Displaying 20 results from an estimated 79 matches for "bodged".

Did you mean: bodger
2010 Jan 06
1
chooseCRANmirror() (PR#14179)
Full_Name: Chris Evans Version: 2.10.1 OS: Windows XP sp3 Submission from: (NULL) (86.159.235.204) I was on leave and using a wifi internet connection in France and got connected, launched R (2.10.1 on Windoze XPsp3) and tried to update my packages and got: > chooseCRANmirror() Error in m[, 1L] : incorrect number of dimensions It took me a bit to realise that the message was coming up
2009 Apr 17
2
[LLVMdev] mingw build problems
Hello, Jay > I don't know what libstdc++'s stubs.o is for. If I create a bodged > version of libstdc++ that doesn't include stubs.o, then llc links > successfully! > > I've tried coming up with a small C++ app that gives the same linker > error, but so far without success. Sounds like broken compiler and/or mingw runtime. This perfectly explains, why m...
2005 Dec 15
4
Acts_as_tree and routing
I''ve got an acts_as_tree structure which I want to be able to represent in the URL, with one field identified as the url component. In other words, if I''ve got this: def self.up create_table :nodes do |t| t.column :parent_id, :integer t.column :tag, :string end end and class Node < ActiveRecord::Base acts_as_tree end and what I want the urls to be is something
2009 Apr 17
0
[LLVMdev] mingw build problems
...x, float y) {return (float) pow (x, y);} The definition of _powf in RegAllocLinearScan.o seems to be marked with some LINK_ONCE_DISCARD and COMDAT stuff, so I assume multiple such definitions shouldn't cause linker errors. I don't know what libstdc++'s stubs.o is for. If I create a bodged version of libstdc++ that doesn't include stubs.o, then llc links successfully! I've tried coming up with a small C++ app that gives the same linker error, but so far without success. Can anyone help? Thanks, Jay.
2009 Apr 21
0
[LLVMdev] mingw build problems
>> I don't know what libstdc++'s stubs.o is for. If I create a bodged >> version of libstdc++ that doesn't include stubs.o, then llc links >> successfully! >> >> I've tried coming up with a small C++ app that gives the same linker >> error, but so far without success. > Sounds like broken compiler and/or mingw runtime. This pe...
2006 Feb 02
4
Vim error-format
Hi all, Before I go off and bodge one together, has anyone else come up with a decent error-format for vim to :make Ruby unit-tests with? -- Alex
2002 Jun 26
1
[Fwd: Kerberos buglet in OpenSSH-3.3p1]
Can anyone with Heimdal KrbV verify this? -------------- next part -------------- An embedded message was scrubbed... From: Dag-Erling Smorgrav <des at ofug.org> Subject: Kerberos buglet in OpenSSH-3.3p1 Date: 25 Jun 2002 14:52:10 +0200 Size: 1291 Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20020626/347e123e/attachment.mht
2012 Feb 28
1
migrating/converting from system users -> virtual users
Hello all, We currently have a traditional mail server where all users have system accounts (ie entries in the NIS passwd map) and mbox-format mail folders in their (system) home directories. I'm trying to setup a dovecot server in which we want all users to have "virtual" accounts (in dovecot) and no entry in the passwd file at all (ie no access to the mail server). This is
2009 Mar 15
1
Postfix and Samba best practice
Hi, We have a server which is going to be a Samba file server and a Postfix server where the users will access their mail over IMAP. We normally prefer to use Maildir storage as it seems to be recommended over mailbox - for me, for example, I am subscribed to a dozen or so lists and have tens if not hundreds of thousands of emails on the server. The combination of Postfix and Courier-imap
2005 Dec 13
4
find()ing rows w/ NULL columns?
Agile Web Development with Rails doesn''t seem to have NULL in the index [or my eyes have failed me again], and web searching turns up lots of SQL statements containing NOT NULL. I have a table of loans, and I want to record when something was loaned and returned. The loan date can''t be null, or there''d be no entry in the table. The return date must be something
2006 Apr 17
3
[LLVMdev] OpenBSD. (Was: 1.7 Pre-Release Ready for Testing)
Hi again, I wrote: > > I would like to test but the I modigied the configure to make > > unknown = OpenBSD and Unix > > Have you looked at ./config.log. ./configure creates this as it runs > as a trace of the path it took through ./configure. Work backwards > from the end to find out what it didn't like. I remember SourceForge's compile farm has an OpenBSD x86
2015 Jun 02
4
Forward loop protection...
Ia had a server overload today because someone did a call forward to their own extension. To do a call forward I write a key called CFWD with the extensi?n number and number to dial . The main script tests if the key/value exists and dials the number stored in the database. What is an easy way to prevent dumb people from creating a loop? -- Telecomunicaciones Abiertas de M?xico S.A. de
2020 Oct 27
2
SV: Looking for a guide to collect all e-mail from the ISP mail server
1: I meant like this: Without whitelisting, you can't login to SMTP or IMAP, password isn't valid at all. To enable SMTP and IMAP, you then either surf ro webmail, or the 2FA gateway, and login with: Username + password + 2FA code + captcha. When all is valid, then your IP is whitelisted for SMTP and IMAP access. This still means you have to use usename/password for SMTP/IMAP. So how
2009 Oct 27
1
RHEL Cluster Samba and AD
...I fear I am trying to start this from far too far behind to keep ploughing on. Essentially we are having difficulty with our samba shares at work. We have moved to server 2k8 DCs and this seeems to have reeked havoc on our setup. Our difficulty seems to stem from authentication issues. We have bodged a work around though it is neither very secure nor indeed particularly easy to maintain. Our difficulty seemed to stem from winbindd not being able to read uid/gid from our AD. From what I understand this was down to AD only having a ticket for the resource and not for the cluster. Red Hat suppo...
2018 Jul 13
1
A few questions and propostions on the samba architecture
Got it, SQLITE3 KDB is dead. While scripting is always a solution, not having events and simply binding them to an interval seems inefficient and open source gives us the opportunity to solve things the "proper" way. I know, there are people who love to Bodge. As for the windows tools, assume I really rely on UID and GID for e.g. dovecot, setting up an account from the wrong
2006 Apr 17
0
[LLVMdev] OpenBSD. (Was: 1.7 Pre-Release Ready for Testing)
I just added __OpenBSD__ everywhere __FreeBSD__ was being tested (there were about a dozen places). I suspect we'll have to add one for NetBSD also one day (even DragonflyBSD?). INT8_MAX and friends ought to be declared by <stdint.h>. It is on FreeBSD. Ralph Corderoy wrote: >Hi again, > >I wrote: > > >>>I would like to test but the I modigied the
2006 Apr 18
1
[LLVMdev] OpenBSD. (Was: 1.7 Pre-Release Ready for Testing)
I'll Check it out.. is it in the CVS or the release yet.. or how do I apply a patch to it... thanks much for the update.. I'll feel better about the whole thing..OpenBSD is really nice with the pro-police stack and would like to see an alternative to the GCC only compiler chain of tools especially as it is based on a somewhat archaic optiminzation backend and procedural stuff is pretty
2009 Apr 24
1
[LLVMdev] mingw build problems
>>> I don't know what libstdc++'s stubs.o is for. If I create a bodged >>> version of libstdc++ that doesn't include stubs.o, then llc links >>> successfully! >>> >>> I've tried coming up with a small C++ app that gives the same linker >>> error, but so far without success. >> Sounds like broken compiler and/o...
2015 Jun 03
0
Forward loop protection...
On Tuesday 02 Jun 2015, Carlos Chavez wrote: > Ia had a server overload today because someone did a call forward > to their own extension. To do a call forward I write a key called CFWD > with the extensi?n number and number to dial . The main script tests if > the key/value exists and dials the number stored in the database. What > is an easy way to prevent dumb people from
2015 Jun 03
1
Forward loop protection...
-----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of A J Stiles Sent: Wednesday, June 3, 2015 3:08 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Forward loop protection... On Tuesday 02 Jun 2015, Carlos Chavez wrote: > Ia had a server overload today