search for: 104,7

Displaying 20 results from an estimated 372 matches for "104,7".

Did you mean: 100,7
2004 Mar 24
0
nmbd processes hanging
...ut a days level 10 log in here), except from things like | Mar 8 10:06:22 bertha kernel: Out of Memory: Killed process 30214 (nmbd). when finally running out of memory. For a hanging process, lsof is showing the following (skipping dynamic libraries): | nmbd 23058 root cwd DIR 104,1 1024 8162 /root | nmbd 23058 root rtd DIR 104,1 1024 2 / | nmbd 23058 root txt REG 104,5 833036 65198 /usr/sbin/nmbd | nmbd 23058 root mem REG 104,7 696 293191 /var/run/samba/messages.tdb | nmbd 23058 ro...
2019 Aug 12
1
[PATCH] v2v: -o rhv-upload: fix the phony ovirtsdk4 module
...ba541cd 100644 --- a/v2v/test-v2v-o-rhv-upload-module/ovirtsdk4/types.py +++ b/v2v/test-v2v-o-rhv-upload-module/ovirtsdk4/types.py @@ -73,7 +73,7 @@ class Disk(object): ): pass - id = 123 + id = "123" status = DiskStatus.OK class ImageTransferPhase(Enum): @@ -104,7 +104,7 @@ class ImageTransfer(object): ): pass - id = 456 + id = "456" phase = ImageTransferPhase.TRANSFERRING transfer_url = "http://localhost:" + str(imageio_port) + "/" -- 2.21.0
2019 Feb 28
1
Re: virt-v2v: default graphics driver for SUSE guests
...ange? I've moved on to other things, and really only have enough bandwidth for a minimal change like: diff -Nurp a/v2v/convert_linux.ml b/v2v/convert_linux.ml --- a/v2v/convert_linux.ml    2019-02-28 16:30:58.668800431 -0700 +++ b/v2v/convert_linux.ml    2019-02-28 16:33:14.729907825 -0700 @@ -104,7 +104,7 @@ let convert (g : G.guestfs) inspect sour        let video =        match rcaps.rcaps_video with -      | None -> get_display_driver () +      | None -> QLX        | Some video -> video in        let block_type = @@ -771,9 +771,6 @@ let convert (g : G.guestfs) inspect sour     ...
2016 Oct 31
1
COMPILER-RT build break
...\ - : "rsi", "rdi", "rcx", "memory"); \ + : "memory"); \ } DECLARE_ASM_WRITE(U8, "8", "movq", "r"); @@ -104,7 +104,7 @@ __asm__("rep " Movs " \n\t" \ : \ : "D"(dst), "S"(src), "c"(size)...
2007 Dec 08
4
[LLVMdev] Darwin vs exceptions
...function has a catch-all handler when it does not causes the unwinder to go into a loop. I tried simply removing the code that does this: Index: cp/except.c =================================================================== --- cp/except.c (revision 44663) +++ cp/except.c (working copy) @@ -104,7 +104,7 @@ lang_eh_runtime_type = build_eh_type_type; lang_protect_cleanup_actions = &cp_protect_cleanup_actions; /* LLVM local */ - lang_eh_catch_all = return_null_tree; +/* lang_eh_catch_all = return_null_tree;*/ } /* Returns an expression to be executed if an unhandled ex...
2020 Apr 15
2
[PATCH 59/59] drm/bochs: Remove explicit drm_connector_register
...-foundation.org --- drivers/gpu/drm/bochs/bochs_kms.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/bochs/bochs_kms.c b/drivers/gpu/drm/bochs/bochs_kms.c index 7f4bcfad87e9..05d8373888e8 100644 --- a/drivers/gpu/drm/bochs/bochs_kms.c +++ b/drivers/gpu/drm/bochs/bochs_kms.c @@ -104,7 +104,6 @@ static void bochs_connector_init(struct drm_device *dev) DRM_MODE_CONNECTOR_VIRTUAL); drm_connector_helper_add(connector, &bochs_connector_connector_helper_funcs); - drm_connector_register(connector); bochs_hw_load_edid(bochs); if (bochs->edid) { -- 2.25.1
2016 Jul 18
0
[PATCH] format: Remove unimplemented virt-format -c, -d and -q options.
...ions just give errors because they appear in the short options list but not in the case statement. --- format/format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format/format.c b/format/format.c index 5026aff..2dbaa4d 100644 --- a/format/format.c +++ b/format/format.c @@ -104,7 +104,7 @@ main (int argc, char *argv[]) enum { HELP_OPTION = CHAR_MAX + 1 }; - static const char *options = "a:c:d:qvVx"; + static const char *options = "a:vVx"; static const struct option long_options[] = { { "add", 1, 0, 'a' }, { &quot...
2015 Jan 09
1
host_cpu fix
On BSD systems, the 64-bit x86 architecture is called "amd64". --- configure.ac.orig 2014-11-27 03:45:33.598155000 +0100 +++ configure.ac 2015-01-09 23:34:27.000000000 +0100 @@ -104,7 +104,7 @@ asm_optimisation=no case "$host_cpu" in - x86_64) + amd64|x86_64) if test $ac_cv_sizeof_voidp = 4 ; then # This must be a 32 bit user space running on 64 bit kernel so treat # this as ia32. -- Christian "naddy" Weisgerber nadd...
2009 Apr 10
1
[PATCH 1/1] OCFS2: add NFS Sync lock type string.
...patch is to add the lock type string. This patch also applies to 1.4 git. Signed-off-by: Wengang Wang <wen.gang.wang at oracle.com> -- diff --git a/fs/ocfs2/ocfs2_lockid.h b/fs/ocfs2/ocfs2_lockid.h index a53ce87..e95cc7b 100644 --- a/fs/ocfs2/ocfs2_lockid.h +++ b/fs/ocfs2/ocfs2_lockid.h @@ -104,6 +104,7 @@ static char *ocfs2_lock_type_strings[] = { [OCFS2_LOCK_TYPE_OPEN] = "Open", [OCFS2_LOCK_TYPE_FLOCK] = "Flock", [OCFS2_LOCK_TYPE_QINFO] = "Quota", + [OCFS2_LOCK_TYPE_NFS_SYNC] = "NFS_Sync", }; static inline const char *ocfs2_lock_type_str...
2010 Sep 20
0
[PATCH] ia64: fix gcc 4.5 warnings
...ruct switch_stack *sw = vcpu_to_switch_stack(v); return (sw == (struct switch_stack *)(vcpu_regs(v)) - 1) && --- 2010-09-20.orig/xen/arch/ia64/xen/machine_kexec.c 2010-09-20 11:00:48.000000000 +0200 +++ 2010-09-20/xen/arch/ia64/xen/machine_kexec.c 2010-09-20 10:59:09.000000000 +0200 @@ -104,7 +104,7 @@ void machine_reboot_kexec(xen_kexec_imag static int machine_kexec_get_xen(xen_kexec_range_t *range) { - range->start = range->start = ia64_tpa(_text); + range->start = ia64_tpa(_text); range->size = (unsigned long)_end - (unsigned long)_text; return 0; } ______...
2014 Dec 11
0
[PATCH RFC v6 14/20] s390x/virtio-ccw: enable virtio 1.0
...Signed-off-by: Cornelia Huck <cornelia.huck at de.ibm.com> --- hw/s390x/virtio-ccw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/s390x/virtio-ccw.h b/hw/s390x/virtio-ccw.h index 778ccb9..37a9840 100644 --- a/hw/s390x/virtio-ccw.h +++ b/hw/s390x/virtio-ccw.h @@ -104,7 +104,7 @@ struct VirtioCcwDevice { /* The maximum virtio revision we support. */ static inline int virtio_ccw_rev_max(VirtioCcwDevice *dev) { - return 0; + return dev->host_features & (1ULL << VIRTIO_F_VERSION_1) ? 1 : 0; } /* virtual css bus type */ -- 1.7.9.5
2014 Dec 11
0
[PATCH RFC v6 14/20] s390x/virtio-ccw: enable virtio 1.0
...Signed-off-by: Cornelia Huck <cornelia.huck at de.ibm.com> --- hw/s390x/virtio-ccw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/s390x/virtio-ccw.h b/hw/s390x/virtio-ccw.h index 778ccb9..37a9840 100644 --- a/hw/s390x/virtio-ccw.h +++ b/hw/s390x/virtio-ccw.h @@ -104,7 +104,7 @@ struct VirtioCcwDevice { /* The maximum virtio revision we support. */ static inline int virtio_ccw_rev_max(VirtioCcwDevice *dev) { - return 0; + return dev->host_features & (1ULL << VIRTIO_F_VERSION_1) ? 1 : 0; } /* virtual css bus type */ -- 1.7.9.5
2015 Jan 26
1
[PATCH v2] Makefile: add support for git svn clones
...ested on my linux box, if someone could give this a whirl on windows and Mac OS X, I'd be really glad. cheers Makefile.in | 5 ++++- src/include/Makefile.win | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 44b0a3b4b99f..10415abd442b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -9,6 +9,9 @@ top_builddir = . include $(top_builddir)/Makeconf +GIT := `if [ -d "$(top_builddir)/.git" ]; then \ + echo "git"; fi` + distdir = $(PACKAGE)-$(VERSION) INSTFILES = COPYING NON_SVN_INSTFILES = SVN-REVISIO...
2006 Jan 27
0
patch for bugs in vorbis-tools-1.1.1
...;buf_start]); } priv->buf_start += copy; diff -u -r X/VORBIS-TOOLS-1.1.1/OGG123/OGG123.C VORBIS-TOOLS-1.1.1/OGG123/OGG123.C --- X/VORBIS-TOOLS-1.1.1/OGG123/OGG123.C 2005-06-03 11:15:09.000000000 +0100 +++ VORBIS-TOOLS-1.1.1/OGG123/OGG123.C 2006-01-21 01:25:30.000000000 +0100 @@ -104,7 +104,7 @@ else sig_request.skipfile = 1; - sig_request.cancel = 1; + /*sig_request.cancel = 1;*/ sig_request.last_ctrl_c = now; break; diff -u -r X/VORBIS-TOOLS-1.1.1/OGG123/STATUS.C VORBIS-TOOLS-1.1.1/OGG123/STATUS.C --- X/VORBIS-TOOLS-1.1.1/OGG123/STATUS.C 2005...
2015 Sep 11
2
[PATCH RFC 0/2] virtio-ccw: new status accessor in device
These patches implement the new read status command in qemu and bump the revision to 2 (as this ccw is currently the only thing new with that revision). Patches are on top of v2 of "virtio-1/virtio-ccw related patches". Pierre Morel (2): s390x/virtio-ccw: respond to READ_STATUS command s390x/virtio-ccw: set revision 2 as maximum revision number hw/s390x/virtio-ccw.c | 20
2015 Sep 11
2
[PATCH RFC 0/2] virtio-ccw: new status accessor in device
These patches implement the new read status command in qemu and bump the revision to 2 (as this ccw is currently the only thing new with that revision). Patches are on top of v2 of "virtio-1/virtio-ccw related patches". Pierre Morel (2): s390x/virtio-ccw: respond to READ_STATUS command s390x/virtio-ccw: set revision 2 as maximum revision number hw/s390x/virtio-ccw.c | 20
2020 Feb 07
2
Dovecot/doveadm quota
...ildir.c 2020-02-05 19:21:22.184998798 -0700 @@ -84,7 +84,7 @@ p = strstr(dp->d_name, ",S="); num = (uoff_t)-1; - if (p != NULL) { + if (0 && p != NULL) { /* ,S=nnnn[:,] */ p += 3; for (num = 0; *p >= '0' && *p <= '9'; p++) @@ -104,7 +104,7 @@ str_truncate(path, len); str_append(path, dp->d_name); if (stat(str_c(path), &st) == 0) { - *total_bytes += st.st_size; + *total_bytes += st.st_blocks * 512; *total_count += 1; } else if (errno != ENOENT && errno != ESTALE) { *error_r = t_s...
2016 Jul 27
1
[PATCH] builder: fix EOF check with flex >= 2.6.1
...ION > 2) \ + || ((YY_FLEX_MAJOR_VERSION == 2) && (YY_FLEX_MINOR_VERSION > 6)) \ + || ((YY_FLEX_MAJOR_VERSION == 2) && (YY_FLEX_MINOR_VERSION == 6) && (YY_FLEX_SUBMINOR_VERSION >= 1)) +#define IS_EOF 0 +#else +#define IS_EOF EOF +#endif + %} %option nounput @@ -104,7 +112,7 @@ extern void scanner_destroy (yyscan_t scanner); int c, prevnl = 0; /* Eat everything to the first blank line. */ - while ((c = input (yyscanner)) != EOF) { + while ((c = input (yyscanner)) != IS_EOF) { if (c == '\n' && prevnl) break; prevnl = c...
2015 Dec 11
1
[PATCH] ttm/drm: constify ttm_backend_func structures
...d, .unbind = &qxl_ttm_backend_unbind, .destroy = &qxl_ttm_backend_destroy, diff --git a/drivers/gpu/drm/ttm/ttm_agp_backend.c b/drivers/gpu/drm/ttm/ttm_agp_backend.c index 764be36..5fdaba5 100644 --- a/drivers/gpu/drm/ttm/ttm_agp_backend.c +++ b/drivers/gpu/drm/ttm/ttm_agp_backend.c @@ -104,7 +104,7 @@ static void ttm_agp_destroy(struct ttm_tt *ttm) kfree(agp_be); } -static struct ttm_backend_func ttm_agp_func = { +static const struct ttm_backend_func ttm_agp_func = { .bind = ttm_agp_bind, .unbind = ttm_agp_unbind, .destroy = ttm_agp_destroy, diff --git a/drivers/gpu/drm/vm...
2015 Dec 11
1
[PATCH] ttm/drm: constify ttm_backend_func structures
...d, .unbind = &qxl_ttm_backend_unbind, .destroy = &qxl_ttm_backend_destroy, diff --git a/drivers/gpu/drm/ttm/ttm_agp_backend.c b/drivers/gpu/drm/ttm/ttm_agp_backend.c index 764be36..5fdaba5 100644 --- a/drivers/gpu/drm/ttm/ttm_agp_backend.c +++ b/drivers/gpu/drm/ttm/ttm_agp_backend.c @@ -104,7 +104,7 @@ static void ttm_agp_destroy(struct ttm_tt *ttm) kfree(agp_be); } -static struct ttm_backend_func ttm_agp_func = { +static const struct ttm_backend_func ttm_agp_func = { .bind = ttm_agp_bind, .unbind = ttm_agp_unbind, .destroy = ttm_agp_destroy, diff --git a/drivers/gpu/drm/vm...