search for: _status

Displaying 20 results from an estimated 67 matches for "_status".

Did you mean: status
2019 Nov 05
0
[klibc:master] losetup: Delete fallbacks to LOOP_{GET, SET}_STATUS
...mmit;h=209676c9a3d057c0eba48f633eb541b17c7d1eba Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Tue, 5 Nov 2019 00:33:37 +0000 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Tue, 5 Nov 2019 19:55:37 +0000 [klibc] losetup: Delete fallbacks to LOOP_{GET,SET}_STATUS The LOOP_{GET,SET}_STATUS64 ioctls were added in Linux 2.5.68, and klibc is not intended to support old kernel versions. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/utils/losetup.c | 65 ++--------------------------------------------------- 1 file changed, 2 insertions(+...
2020 May 22
0
[PATCH nbdkit 3/4] tests/functions.sh.in: Rename variables $status and $i when running cleanups.
...+----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/functions.sh.in b/tests/functions.sh.in index e2ef9701..b5c7d88b 100644 --- a/tests/functions.sh.in +++ b/tests/functions.sh.in @@ -43,17 +43,17 @@ cleanup_fn () _run_cleanup_hooks () { - local status=$? i + local _status=$? _i set +e trap '' INT QUIT TERM EXIT ERR - echo $0: run cleanup hooks: exit code $status + echo $0: run cleanup hooks: exit code $_status - for (( i = 0; i < ${#_cleanup_hook[@]}; ++i )); do - ${_cleanup_hook[i]} + for (( _i = 0; _i < ${#_cleanup_ho...
2018 May 04
2
Warning message
Hi, In my maillog I see this warning message at every reception of e-mail: _STATUS=SENT (DELIVERED VIA DOVECOT SERVICE (DOVECONF: WARNING: /ETC/DOVECOT/CONF.D/90-QUOTA.CONF LINE 39: GLOBAL SETTING MAIL_PLUGINS WON'T CHAN....._ It is just a warning, the e-mail was delivered. I don't find where is the problem. Thank's. -------------- next part -------------- An HT...
2018 May 16
2
Maillog warning
Hi, In my maillog I see this warning message at every reception of e-mail: _STATUS=SENT (DELIVERED VIA DOVECOT SERVICE (DOVECONF: WARNING: /ETC/DOVECOT/CONF.D/90-QUOTA.CONF LINE 39: GLOBAL SETTING MAIL_PLUGINS WON'T CHAN....._ It is just a warning, the e-mail was delivered. I don't find where is the problem. Thank's. -- ########## Philippe - Forums --------...
2020 May 22
6
[PATCH nbdkit 0/4] Add fuamode=pass and fuamode=discard
Two hopefully useful additions to the fua filter. The second one is kind of like cache=unsafe in qemu, in that it exchanges correctness for speed. Useful for data which is easily recreated in the event of a crash or for people who like living on the edge and have good backups. Rich.
2018 May 16
3
Maillog warning
...e in the file? --- ########## Philippe - Forums Le 2018-05-16 18:52, Sami Ketola a ?crit : >> On 16 May 2018, at 19.49, forums at mehl-family.fr wrote: >> >> Hi, >> >> In my maillog I see this warning message at every reception of e-mail: >> >> _STATUS=SENT (DELIVERED VIA DOVECOT SERVICE (DOVECONF: WARNING: /ETC/DOVECOT/CONF.D/90-QUOTA.CONF LINE 39: GLOBAL SETTING MAIL_PLUGINS WON'T CHAN....._ >> >> It is just a warning, the e-mail was delivered. >> >> I don't find where is the problem. > > You have mail...
2014 Jan 15
1
[PATCH v2] nouveau: add framebuffer validation callback
...mat_bpp( + depth->Renderbuffer->TexImage->TexFormat); + if (!zeta_bpp) + goto err; + /* NV04/NV05 requires same bpp-ness for color/zeta */ + if (context_chipset(ctx) < 0x10 && + color_bpp && color_bpp != zeta_bpp) + goto err; + } + + return; +err: + fb->_Status = GL_FRAMEBUFFER_UNSUPPORTED_EXT; + return; +} + void nouveau_fbo_functions_init(struct dd_function_table *functions) { @@ -279,4 +330,5 @@ nouveau_fbo_functions_init(struct dd_function_table *functions) functions->FramebufferRenderbuffer = nouveau_framebuffer_renderbuffer; functions->...
2006 Apr 28
4
can someone help DRY a noob? thanks...
hi all i''m trying to pass a variable name right round the block and need a hand to ease my aching brain. ##in my sidebar i have <li><%= SidebarItem(''catalogue'') %></li> <li><%= SidebarItem(''provenance'') %></li> <li><%= SidebarItem(''status'') %></li> ##linked to a
2014 Jan 10
2
[PATCH] nouveau: add framebuffer validation callback
...; + } + if (count > 1) + goto err; + + if (fb->Attachment[BUFFER_DEPTH].Type == GL_TEXTURE) { + struct gl_texture_image *ti = + fb->Attachment[BUFFER_DEPTH].Renderbuffer->TexImage; + if (!drv->is_rt_format_supported(ti->TexFormat)) + goto err; + } + + return; +err: + fb->_Status = GL_FRAMEBUFFER_UNSUPPORTED_EXT; + return; +} + void nouveau_fbo_functions_init(struct dd_function_table *functions) { @@ -279,4 +316,5 @@ nouveau_fbo_functions_init(struct dd_function_table *functions) functions->FramebufferRenderbuffer = nouveau_framebuffer_renderbuffer; functions->...
2018 Apr 06
0
Warning message about quota.conf
Hi, In my maillog I see this warning message at every reception of e-mail: _STATUS=SENT (DELIVERED VIA DOVECOT SERVICE (DOVECONF: WARNING: /ETC/DOVECOT/CONF.D/90-QUOTA.CONF LINE 39: GLOBAL SETTING MAIL_PLUGINS WON'T CHAN....._ It is just a warning, the e-mail was delivered. I don't find where is the problem. Thank's. -------------- next part -------------- An HT...
2018 May 16
0
Maillog warning
...? > > --- > ########## > > Philippe - Forums > > Le 2018-05-16 18:52, Sami Ketola a ?crit : > > On 16 May 2018, at 19.49, forums at mehl-family.fr wrote: > > Hi, > > In my maillog I see this warning message at every reception of e-mail: > > _STATUS=SENT (DELIVERED VIA DOVECOT SERVICE (DOVECONF: WARNING: /ETC/DOVECOT/CONF.D/90-QUOTA.CONF LINE 39: GLOBAL SETTING MAIL_PLUGINS WON'T CHAN....._ > > It is just a warning, the e-mail was delivered. > > I don't find where is the problem. > > You have mail_plugins setting...
2006 May 31
1
Creating Multiple Child objects on a single form
...e a form for doing the evaluations, which ideally would allow you to set the status of all objectives in a single view. My view looks like this (trimmed down a bit for easier posting): <% for objective in @goal.objectives %> <label for="status<%= objective.number %>_status">Status:</label> <%= text_field ''status'' + objective.number.to_s, ''status'' %> <%= hidden_field ''status'' + objective.number.to_s, ''objective_id'', :value => objective.id %> <...
2023 Aug 10
2
Spotlight indexing with fscrawler for multiple shares
Hey Kees, fs2es-indexer is designed to be a lightweight alternative to FSCrawler. So no ... it doesnt do any content indexing or saves much of the metadata. As far as I understand it the OCR and other stuff makes FScrawler that big. And we dont need any of that - we just want to search for file names. BUT Im open for merge requests ;-) I currently getting away with a lot less complexity
2010 Nov 15
0
Problem testing Authlogic UserSession
...he following ruby-1.8.7-p302 > require "authlogic/test_case" => true ruby-1.8.7-p302 > include Authlogic::TestCase => Object ruby-1.8.7-p302 >ron = User.first ruby-1.8.7-p302 > activate_authlogic => #<ApplicationController:0x105a06300 @view_context_class=nil, @_status=200, @action_has_layout=true, @_headers={"Content- Type"=>"text/html"}> ruby-1.8.7-p302 > us = UserSession.new(:email => ron.email, :password => ron.password) => #<UserSession: {:password=>"<protected>", :email=>"ron1.weasley1 at...
2006 Feb 27
0
Example code for select_from_db (a.k.a. combo box)
...d => "#{method}", :uniqid => "#{uniqid}" }, :with => "''value=''+escape(value)") output << content_tag(''span'', '''', html_options = { :id => "#{tag}_status" }) output << "</div>" output << tag(''div'', html_options = { :style => ''display: none;'', :id => "#{tag}_other_div" }) output << text_field_tag("#{tag}_other", '&...
2020 Aug 22
0
[ANNOUNCE] klibc 2.0.8
...tyle field designator Ben Hutchings (26): [klibc] 2.0.7 released, next version is 2.0.8 [klibc] fstype: Drop obsolete support for "ext4dev" [klibc] losetup: Fix char signedness mismatches with <linux/loop.h> [klibc] losetup: Delete fallbacks to LOOP_{GET,SET}_STATUS [klibc] losetup: Use LOOP_CTL_GET_FREE to find free device [klibc] ipconfig: Document support for DNS server addresses [klibc] ipconfig: Ignore NTP server address and any additional fields [klibc] Kbuild: Tell gas we don't want executable stacks [klibc] dash: READM...
2006 Jan 18
2
Newbie question about periodically_call_remote
Hi, I''m new to Ruby on Rails (and Ruby itself). So far, I''ve been able to find answers to most of my questions in the docs or mailing lists. One thing I haven''t been able to find the answer to is how to stop a periodically_call_remote call. My first Rails app is going to be a front-end for our Ant-based build system at work. While the build is running,
2019 Nov 04
2
[PATCH 2/2] loop: switch to linux/loop.h
On Fri, 1 Nov 2019 at 14:40:24, Dimitri John Ledkov wrote: > > On Fri, 1 Nov 2019 at 14:36, Ben Hutchings <ben at decadent.org.uk> wrote: > > > The structure definitions can't change in future, so I don't think > > that's a real issue after the previous patch. But I agree that we > > should prefer using the kernel's UAPI headers wherever possible.
2007 Nov 10
2
[PATCH] Change virtio_pci to use a shared memory area for config
...l, ioaddr + 4); - break; - } - default: { - const uint8_t *ptr = buf; - int i; - for (i = 0; i < len; i++) - iowrite8(ptr[i], ioaddr + i); - break; - } - } + BUG_ON(vp_dev->config_len < (offset + len)); + + memcpy(vp_dev->config + offset, buf, len); } /* config->{get,set}_status() implementations */ @@ -281,7 +219,7 @@ static struct virtqueue *vp_find_vq(struct virtio_device *vdev, unsigned index, info->queue_index = index; info->num = num; - info->queue = kmalloc(vring_size(num), GFP_KERNEL | __GFP_ZERO); + info->queue = kzalloc(PAGE_ALIGN(vring_size(num...
2007 Nov 10
2
[PATCH] Change virtio_pci to use a shared memory area for config
...l, ioaddr + 4); - break; - } - default: { - const uint8_t *ptr = buf; - int i; - for (i = 0; i < len; i++) - iowrite8(ptr[i], ioaddr + i); - break; - } - } + BUG_ON(vp_dev->config_len < (offset + len)); + + memcpy(vp_dev->config + offset, buf, len); } /* config->{get,set}_status() implementations */ @@ -281,7 +219,7 @@ static struct virtqueue *vp_find_vq(struct virtio_device *vdev, unsigned index, info->queue_index = index; info->num = num; - info->queue = kmalloc(vring_size(num), GFP_KERNEL | __GFP_ZERO); + info->queue = kzalloc(PAGE_ALIGN(vring_size(num...