search for: swore

Displaying 20 results from an estimated 21 matches for "swore".

Did you mean: store
2010 Nov 19
2
Function call on every prompt
Someone on stackoverflow.com was wondering how to display the current time in the R prompt. I could have swore there was a mechanism for hooking a function into R such that it is was called before the ">" prompt was given, but no amount of searching in R's docs, R's source, or RSiteSearch can find it. I've searched for 'hook', 'event', 'signal', and various...
2002 Jun 26
1
Full FreeBSD patchset
A non-text attachment was scrubbed... Name: openssh.diff Type: text/x-patch Size: 49208 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20020626/8f94fb5b/attachment.bin
2006 Jul 07
8
Possible name clash?
Scenario: Table in database has two fields, id and category (table name is: categories) Controller is named category_controller.rb Model is named category.rb Helper is named category_helper.rb Form is named list.rhtml in view\category directory The code in play on the form is (from generating scaffold): <% for category in @categories %> <tr> <td><%=
2005 May 25
0
CORRECTION: I must modify/clarify my statement about .0 releases ...
...h for them in my archives tonight. I kept _all_ official RHN messages, although I fear they are in an archive at a former employer that I do not have a copy of. It very much bothers me that I cannot find the same in at least the "Release Notes" of Guinesse or Psyche because I could have swore I saw them on CD #1 in one of my sets (and not a Rawhide or Beta release). If anyone has the original Guinness or Psyche announcements from their RHN subscriptions, please send them to me off-line. I'd like to confirm I'm not going senile after all, although some would love to have proof...
1999 Nov 05
4
Purely numeric service name
Hi I have a problem accessing NT boxes which have a service (host) name which is purely numeric, smbclient insists on treating it as an ip number. For example:- /opt/samba/bin/smbclient \\\\06842\\BACKUP xxxxx -U xxxxx returns :- Connecting to 0.0.14.34 at port 139 Connection to 06842 failed I am using HPUX 10.2 and samba version 2.0.4b. Surely it should be possible to connect to NT
2007 Jan 28
3
has this been asked about before ? multilple exclude files
I'm was wondering if this has been asked about/for multiple exclude-from files ? Where I could find this useful is say I had a common or base exclusion list for all my AIX boxes --exclude-from=/foo/aix_base Then be able to add for say all my AIX boxes that are running SAP --exclude-from=/foo/aix_base --exclude-from=/foo/sap or --exclude-from=/foo/aix-base,/foo/sap and so on ...
2005 Jun 21
0
Looking for PRI Outbound Caller ID Configura tion
...e central office tech's trace a call for you. They _can_ do that. The last pri that I implemented had similar problems, and it only took a few minutes with the right people on the phone to resolve it. Getting to the right person in the CO tends to be a problem in some cases. (In my case, they swore up and down things were configured correctly on their end. But after a couple of traces they found one of their switches was dropping callerid info.) _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinf...
2012 Sep 03
2
erb syntaxes
Hi guys, I''m trying to do the following in my template: location <%= location %> { proxy_pass <%= proxy %>; <% if scope.lookupvar(''nginx::resource::location::proxy_header'') then scope.lookupvar(''nginx::resource::location::proxy_header'').each do |header| %> proxy_set_header <%= header %> <% end
2010 Jan 11
2
/etc/nologin must be world-readable which is not totally clear
hi, the man page for sshd(1) says about /etc/nologin: "The file should be world-readable". However, nologin has no effect if it's not readable by the connecting user: if (pw->pw_uid) f = fopen(_PATH_NOLOGIN, "r"); if (f) { /* /etc/nologin exists. Print its contents and exit. */ ... ... return(254) if root has a
2006 Jan 09
9
Noob, installing rails on a goDaddy virtual server?
Hi, I''m completely new to all of this. Not even certain this is an appropriate forum for an installation question. I''m just about to plunk down some money to get a virtual server. In looking over the list of isp''s elsewhere on this site, goDaddy isn''t mentioned - probably because they don''t offer rails as a standard distribution. There are some
2003 Jul 17
1
possible bug + patch : OpenSSH 3.6.1p2 +UnixWare 7.1.1 +SSH2 + P asswordAuthentication no + PermitEmptyPasswords yes
Greetings, When PasswordAuthentication no + PermitEmptyPasswords yes SSH2 allows access to a passwordless account without a valid key. This is my patch: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wormhole# diff -u auth2-none.c.old auth2-none.c --- auth2-none.c.old Thu Jul 17 06:23:24 2003 +++ auth2-none.c Thu Jul 17 06:44:42 2003 @@ -100,7 +100,9 @@ if (check_nt_auth(1,
2001 May 30
3
Lossless/lossy hybrid?
Monkey's Audio lossless compressor (currently win32 only, free but not open-source except decoder) author is thinking to implement a kind of audiophile-quality lossy compression which would filter "noise bits" that are hard to encode lossless but which are (or should be) inaudible and thus improve lossless compression (avg. 300-450kbps). I think that implementing something like this
2020 Mar 05
2
Allowing PRs on GitHub for some subprojects
...ned allocation in libc++ in 2018, which lasted for weeks and weeks (on and off). > >Last week, I spent about 4 days fixing the ripples of a high-quality contribution that happened to break some bot configurations (and some botless ones too). That was both very stressful and frustrating, and I swore to myself this was going to be the last week like that. > >> >> Unfortunately, we currently don't have a good way of doing pre-commit testing on Phabricator AFAICT >> >> >> I thought we do now? I got a bunch of libcxx failing on my revision a few weeks ago. >...
2020 Mar 05
2
Allowing PRs on GitHub for some subprojects
...c++ in 2018, which > lasted for weeks and weeks (on and off). > > Last week, I spent about 4 days fixing the ripples of a high-quality > contribution that happened to break some bot configurations (and some > botless ones too). That was both very stressful and frustrating, and I > swore to myself this was going to be the last week like that. > > > Unfortunately, we currently don't have a good way of doing pre-commit >> testing on Phabricator AFAICT >> > > > I thought we do now? I got a bunch of libcxx failing on my revision a few > weeks ago. &...
2006 Aug 28
9
Header files
I will probably be sending patches for about 30 header files. I have put some TODO: notices in some of the header files where I''ve had to temporarily remove some things. How do you guys want these? A .zip of all the changed files? A .zip of all the patches? Individual e-mails? All attached to one? Roy
2020 Mar 04
4
Allowing PRs on GitHub for some subprojects
On Wed, Mar 4, 2020 at 8:14 AM Louis Dionne <ldionne at apple.com> wrote: > Mehdi, Chris & others, > > I guess I did not express the main reasons for wanting to switch over very > well in my original message. > You original message was about “ commit attribution”, but now it is all about testing? Instead of jumping to a solution (pull-request) why not expressing the
2013 Jan 14
7
generate function not working within conditional?
...e is executed. But if the files are already in the ${keys_dir}/${::fqdn}/ssh directory, script returns 0, but the code under the if statement isn''t run :-/ Even if I delete the resources on the agent (rm -f /etc/ssh/*), puppet agent run doesn''t figure the changes... I would have swore that this worked in earlier release... I''m on 3.0.2-1 CentOS 6. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to p...
2005 Jun 20
8
CentOS 4.0 -> 4.1 update failing
I've updated CentOS 4.0 to 4.1 on several machines (some desktops, some servers). However on my laptop, update is failing with following error just after headers are downloaded: --> Running transaction check --> Processing Dependency: glibc-common = 2.3.4-2 for package: glibc --> Finished Dependency Resolution Error: Missing Dependency: glibc-common = 2.3.4-2 is needed by package
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
2007 May 31
16
Could anyone please help with rspec/nested resource behavior checking?
My problem has been listed here: http://railsforum.com/viewtopic.php?pid=25439#p25439 Don''t think it would be required to completely re-type it here :) Thanks! -- -Daniel Fischer http://danielfischer.com - Geek Blog http://abigfisch.com - Portfolio http://writersbeat.com - Writing Community