Displaying 20 results from an estimated 1000 matches similar to: "[PATCH 1/1] cmd.c32: allow an option for clearing the screen"
2009 Feb 22
2
NEW: COM32 module to run another command, optionally clearing the screen
From: Gene Cumm <gene.cumm at gmail.com>
run.c: A simple COM32 module that will optionally clear the screen
(using newlines) then run a command.
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
This is based on my alias COM32 module that I submitted back in
October, with some improvements to clean up debugging code and
optionally clear the screen.
LABEL et
KERNEL run.c32
2004 Jul 01
3
[PATCH, RFC] add APOP authentication mechanism
Hello all,
this patch add APOP authentication mechanism to dovecot 1.0-test23.
Please take a look.
Best regards.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp.net
-------------- next part --------------
diff -udrpN -X /usr/share/dontdiff -x Makefile dovecot-1.0-test23.vanilla/src/auth/Makefile.am dovecot-1.0-test23/src/auth/Makefile.am
---
2013 Sep 24
4
[PATCH 1/1] gpxe: fix possible null pointer dereference
Possibly authority variable (initialized with NULL) might be dereferenced when
an arbitrary path (without "//" on it) is supplied to parse_uri() function
Signed-off-by: Felipe Pena <felipensp at gmail.com>
---
gpxe/src/core/uri.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gpxe/src/core/uri.c b/gpxe/src/core/uri.c
index 6a1f2e5..4987821 100644
---
2013 Oct 06
0
[PATCH 1/1] gpxe: fix possible null pointer dereference
On Sep 23, 2013 10:06 PM, "Felipe Pena" <felipensp at gmail.com> wrote:
>
> Possibly authority variable (initialized with NULL) might be dereferenced
when
> an arbitrary path (without "//" on it) is supplied to parse_uri() function
>
> Signed-off-by: Felipe Pena <felipensp at gmail.com>
> ---
> gpxe/src/core/uri.c | 2 +-
> 1 file
2020 Apr 14
0
[PATCH v2 29/33] iommu/omap: Convert to probe/release_device() call-backs
From: Joerg Roedel <jroedel at suse.de>
Convert the OMAP IOMMU driver to use the probe_device() and
release_device() call-backs of iommu_ops, so that the iommu core code
does the group and sysfs setup.
Signed-off-by: Joerg Roedel <jroedel at suse.de>
---
drivers/iommu/omap-iommu.c | 49 ++++++++++----------------------------
1 file changed, 13 insertions(+), 36 deletions(-)
diff
2011 Mar 25
1
Ignored proxy_maybe var and no local login when "host = Proxy FQDN"
Hi help is preciated,
PROBLEM
The dovecot-ldap.conf of "proxy server A" is working when the "host"
attribute is the FQDN of other server:
pass_attrs = uid=user,userPassword={SSHA}password,\
=proxy_maybe=,maildrop=host,=port=143,=destuser=%u,=starttls=any-cert
pass_filter = (&(objectClass=posixAccount)(uid=%u))
CASES
When the "host" attribute is the
2019 May 24
3
[PATCH] (vesa)menu.c32: Add support for BLS
Modern distributions are moving toward a common boot scheme called "The Boot
Loader Specification". This patch enables syslinux's (vesa)menu.c32 modules to
parse the drop-in files that are defined by this new specification.
Link to The Boot Loader Specification:
https://systemd.io/BOOT_LOADER_SPECIFICATION
Link to demonstration bootdisk image (82MB gzipped):
2006 Feb 03
1
passwd-userdb with args
I'm not sure why the 'passwd' userdb didn't allow args, but it meant (for
instance) that the quota plugins weren't usable. I spent quite a bit of time
trying to get my new quota-rquotad plugin to work, only to find out that it
was my 'quota=rquotad:<filesystem list>' argument that wasn't being passed
to the imap child :)
The attached patch implements
2009 Sep 24
2
aggregate() - error message
Dear list,
?
would anybody be able to tell me why the statement
?
Tripstatistics=aggregate(TripsData[2:3],by=list(Trip=Tripmatch),FUN="mean")
?
seems to work well with TripsData 1 but not with TripsData 2 ?
?
With TripsData 2 it yields
?
Error in FUN(X[[1L]], ...) : arguments must have same length
I can't see a difference in the two data sets. Could someone shed light on the error
2019 Jul 09
0
[PATCH] core: Add support for BLS Type 1 entries
Modern distributions are moving toward a common boot scheme called "The Boot
Loader Specification". This patch enables syslinux to parse the drop-in files
that are defined by this new specification.
Link to documentation of the options added to syslinux by this patch:
https://drive.google.com/uc?export=download&id=1nuRISVJeE1whYggFURywoQFpPzc6s1MC
MD5 (syslinux-bls1.txt) =
2012 Jan 01
1
what's the command in R to completely clear the state of the console(including clearing up libraries, etc?)
Are there commands that can do more complete clean-up than
"rm(list=ls(all=T))"?
My understanding is that one only clears the variables... not
functions/packages, etc...
Thanks a lot!
[[alternative HTML version deleted]]
2006 Sep 25
1
Clearing ActiveRecord Sessions
Hello all,
I am interested in using BackgrounDRb to clear out ActiveRecord based
sessions. I have this working, just with a small hitch, here is the code:
class ClearSessionsWorker < BackgrounDRb::Rails
repeat_every 7.minutes
first_run Time.now
def do_work(args)
Session.destroy_all(["updated_at < ?", 20.minute.ago ])
end
end
It''s not very complicated and
2006 Aug 04
1
Clearing The Session Table With PostgreSQL
So, those folks out there that are using ActiveRecord based sessions and
PostgreSQL... What are you doing to clear out your session table on a
regular basis?
I have a query that kills stuff that is more than 90 minutes old but I am
having a hell of a time getting it running from the command line.
I''m hoping someone has a script or something that pulls this off.
Cheers,
Hunter
2006 Jul 07
1
Cronjob / .rb help clearing session table (new to cronjobs)
I just launched my first ROR app and i need to implement the session
database cleanup. I am new to cronjobs. I have used one once but it
was all copy/paste.
I was hoping someone knew of a good tutorial or resource to get started
here or might be able to give me a little help.
I have seen a lot of posts that reference setting a cron job to clear
old sessions but I am not clear on:
Can you
2006 Jul 11
0
Clearing out AR object''s errors array on multiple form posts
I have a form that is POSTing to modify an ActiveRecord object @obj.
I''m using @obj.errors.add() to add to the set of errors for this form.
When I post with incorrect data, I see the error message. However, if
I post again, without changing anything, the error is being added to the
array.
Should I be calling @obj.errors.clear at the beginning of my controller
action to
ensure that
2006 Jul 19
0
Clearing dependent collections
I have a user model that owns messages :
class User < ActiveRecord::Base
has_many :messages , :dependent => :nullify
end
I''m using nullify so that when the user is deleted, the messages
continue to exist - they''re just marked as being ownerless.
However, calling user.messages.clear actually deletes all his
messages, which I was a little surprised at. I would
2006 Apr 06
0
Clearing text_field
Is there an easy way to clear a text_field_tag inside a form_remote_tag once the AJAX call is made? When the user clicks the button I''d like to clear the field to signal they can begin entering the next value.
Thanks in advance,
Bill
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Apr 20
0
Clearing text_field_tag -- Help PLEASE
I''m trying to clear the input fields on an Ajax form. Unfortunately, I''ve tried this just about every way I can
think of and instead of clearing the fields, it''s clearing pretty much the whole page. I would ***really*** appreciate some help!
The page has a form that allows the entry of two fields. The form exists inside a <div> with id=entry. When the user
2008 May 08
0
Fixtures not clearing tables?
I have a case where I''m loading fixtures and a row added to a table in a
spec is around at the start of all subsequent specs.
When I set config.use_transactional_fixtures = false the fixtures load/clear
as expected.
Any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Feb 19
0
Clearing script cache?
Yesterday I experienced a very weird problem and couldn''t make sense of it.
I was working on script/myscript when I started a different shell and noticed that the changes I was making weren''t taking effect?
I verified the paths (so I am not editing wrong files)
I cleared the /tmp/ruby.* session files
I restarted the Apache server ( even though I was working via