search for: resev

Displaying 20 results from an estimated 31 matches for "resev".

Did you mean: reset
2007 Nov 25
4
is notify resevered word?
...;, hashed_password: "e0195770807aa8c82b0b128d9c0423b5ad035172", logged_at: "2007-11-25 14:55:52", created_at: "2007-11-17 19:02:16", times_logged_in: 0> >> user.logged_at = Time.now => Sun Nov 25 14:58:56 +0100 2007 >> user.save => true Is notify resevered word? or is there something I missed :) -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonr...
2023 Apr 21
2
[PATCH] ocfs2: Fix wrong search logic in __ocfs2_resv_find_window
...t; __ocfs2_resv_find_window is more inclined to generate inner fragment. > It doesn't search & consume existing reservations but be apt to create > new reservation item. > > This patch pulls this func (__ocfs2_resv_find_window) to do what it > should do: search & consume resev. if this func fails to get suitable > bitmap area, caller ocfs2_resv_find_window fallbacks to use oldest > resv from LRU to do the final search. > > [1]: https://bugzilla.suse.com/show_bug.cgi?id=1131931 > > Signed-off-by: Heming Zhao <heming.zhao at suse.com> > --- &gt...
2023 Apr 06
3
[PATCH] ocfs2: Fix wrong search logic in __ocfs2_resv_find_window
...non NULL). Another issue of __ocfs2_resv_find_window is more inclined to generate inner fragment. It doesn't search & consume existing reservations but be apt to create new reservation item. This patch pulls this func (__ocfs2_resv_find_window) to do what it should do: search & consume resev. if this func fails to get suitable bitmap area, caller ocfs2_resv_find_window fallbacks to use oldest resv from LRU to do the final search. [1]: https://bugzilla.suse.com/show_bug.cgi?id=1131931 Signed-off-by: Heming Zhao <heming.zhao at suse.com> --- fs/ocfs2/reservations.c | 48 ++++++++...
2023 Apr 29
1
[PATCH] ocfs2: Fix wrong search logic in __ocfs2_resv_find_window
...d_window is more inclined to generate inner fragment. >> It doesn't search & consume existing reservations but be apt to create >> new reservation item. >> >> This patch pulls this func (__ocfs2_resv_find_window) to do what it >> should do: search & consume resev. if this func fails to get suitable >> bitmap area, caller ocfs2_resv_find_window fallbacks to use oldest >> resv from LRU to do the final search. >> >> [1]: https://bugzilla.suse.com/show_bug.cgi?id=1131931 >> >> Signed-off-by: Heming Zhao <heming.zhao at sus...
2006 Jul 12
2
plot.ts panel function
How can I set the ylim in individual panels of a "multiple" plot.ts? The panels are all scaled to fully fit the series inside. But I need specific scales, and colors .... Here is an example: plot.ts(cbind(1:10,1:10/10),ylim=c(0,3)) # ylim has no effect Can someone more knowledgable please explain how to use the panel= option correctly, thanks! Cheers, m
2000 Nov 04
0
Re: LARTC digest, Vol 1 #28 - 1 msg
...up wf> source routing wf> #echo 501 uras.out >> /etc/iproute2/rt_tables wf> Error: argument "uras.out" is wrong: invalid table ID I''m not sure about it, but I think table IDs must be between 0 and 255. In my Debian Potato system, there are even some reseved ones: # # reserved values # 255 local 254 main 253 default 0 unspec Saludos. IƱaki. - -- Get PGP/GPG Keys at http://www.escomposlinux.org/iarenaza/pgpkey.html A proud member of GULA - http://gula.hispalinux.es/ -----BEGIN PGP SIGNAT...
2019 Sep 25
0
[PATCH V2 0/8] mdev based hardware virtio offloading support
...g warnings > - really switch to use u16 for class_id > - uevent and modpost support for mdev class_id > - vraious tweaks per comments from Parav > > Changes from RFC-V2: > > - silent compile warnings on some specific configuration > - use u16 instead u8 for class id > - reseve MDEV_ID_VHOST for future vhost-mdev work > - introduce "virtio" type for mvnet and make "vhost" type for future > work > - add entries in MAINTAINER > - tweak and typos fixes in commit log > > Changes from RFC-V1: > > - rename device id to class id &...
2014 Jan 22
0
After USB boot problems on Gigabyte GA-M55Plus-S3G
...ws... except for (a) the first floppy drive and (b) the second floppy drive and (c) the Windows boot partition. A Short Description of Drive Lettering on Windows ------------------------------------------------- By tradition, left over from ancient (MSDOS) times, the letters A: and B: are resevered, and will refer to your one or two floppy drives, if present. If either or both are not present, then the letters A: and/or B: are _still_ reserved anyway, will simply not be used. When Windows sees a new device containing a partition of a type it understands (FAT or NTFS...
2018 Jan 25
0
[PATCH v2 2/3] daemon: list-filesystems: Don't list partitions which cannot hold file system.
Filter out: 1. Partitioned md devices (as we do this for physial devices). 2. Extended MBR partitions. 3. LDM partitions (MBR and GPT partitions used by Windows Logical Disk Manager) 4. Microsoft Reseved Partitions. --- daemon/devsparts.ml | 13 +++++++ daemon/devsparts.mli | 1 + daemon/listfs.ml | 105 +++++++++++++++++++++++++++------------------------ 3 files changed, 70 insertions(+), 49 deletions(-) diff --git a/daemon/devsparts.ml b/daemon/devsparts.ml index 54108bb..42dc78d 1006...
2006 May 16
5
WiFi VoIP Handsets..
Hi, I am investigating getting a wifi VoIP phone because its may be a better option than an ATA and a cordless phone.. Does anyone have any experience with the whats out there?? Do they support things like WPA etc?? I have heard the battery life can be a problem.. Is this the case? Thanks..
2023 Apr 21
1
[PATCH] ocfs2: Fix wrong search logic in __ocfs2_resv_find_window
...ow is more inclined to generate inner fragment. > > It doesn't search & consume existing reservations but be apt to create > > new reservation item. > > > > This patch pulls this func (__ocfs2_resv_find_window) to do what it > > should do: search & consume resev. if this func fails to get suitable > > bitmap area, caller ocfs2_resv_find_window fallbacks to use oldest > > resv from LRU to do the final search. > > > > [1]: https://bugzilla.suse.com/show_bug.cgi?id=1131931 > > > > Signed-off-by: Heming Zhao <heming.zha...
2018 Jan 25
2
[PATCH v2 1/3] daemon: Reimplement 'part_get_mbr_part_type' API in OCaml.
Instead of parsing 'parted' output OCaml implementation relies on the following facts: 1. The function is applicable for MBR partitions only (as noted in documentation and as function name suggests). 2. An attempt to call the function for non-MBR partition fails with "part_get_mbr_part_type can only be used on MBR Partitions" error and NULL is returned. 3. MBR partition table
2009 Mar 11
8
[Bug 1572] New: accept SOCKS requests over the mux socket in master mode
https://bugzilla.mindrot.org/show_bug.cgi?id=1572 Summary: accept SOCKS requests over the mux socket in master mode Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: ssh AssignedTo: unassigned-bugs
2014 Jan 22
6
After USB boot problems on Gigabyte GA-M55Plus-S3G
Hi, Ronald F. Guilmette wrote: > what exactly did we determine that GA-M55Plus-S3G is failing > to support? It appears to be related to the choice of CHS addressing with the FAT filesystem. This opens the door for misperceived factors of heads per cylinder and sectors per heads. My current suspicion is that the partition end did not expose the effective factors in its end CHS address, so
2019 Nov 07
9
[PATCH V11 0/6] mdev based hardware virtio offloading support
...ringh fix comes first - really silent compiling warnings - really switch to use u16 for class_id - uevent and modpost support for mdev class_id - vraious tweaks per comments from Parav Changes from RFC-V2: - silent compile warnings on some specific configuration - use u16 instead u8 for class id - reseve MDEV_ID_VHOST for future vhost-mdev work - introduce "virtio" type for mvnet and make "vhost" type for future work - add entries in MAINTAINER - tweak and typos fixes in commit log Changes from RFC-V1: - rename device id to class id - add docs for class id and device specifi...
2019 Nov 06
11
[PATCH V9 0/6] mdev based hardware virtio offloading support
...ringh fix comes first - really silent compiling warnings - really switch to use u16 for class_id - uevent and modpost support for mdev class_id - vraious tweaks per comments from Parav Changes from RFC-V2: - silent compile warnings on some specific configuration - use u16 instead u8 for class id - reseve MDEV_ID_VHOST for future vhost-mdev work - introduce "virtio" type for mvnet and make "vhost" type for future work - add entries in MAINTAINER - tweak and typos fixes in commit log Changes from RFC-V1: - rename device id to class id - add docs for class id and device specifi...
2019 Sep 24
17
[PATCH V2 0/8] mdev based hardware virtio offloading support
...ingh fix comes first - really silent compiling warnings - really switch to use u16 for class_id - uevent and modpost support for mdev class_id - vraious tweaks per comments from Parav Changes from RFC-V2: - silent compile warnings on some specific configuration - use u16 instead u8 for class id - reseve MDEV_ID_VHOST for future vhost-mdev work - introduce "virtio" type for mvnet and make "vhost" type for future work - add entries in MAINTAINER - tweak and typos fixes in commit log Changes from RFC-V1: - rename device id to class id - add docs for class id and device specif...
2019 Sep 24
17
[PATCH V2 0/8] mdev based hardware virtio offloading support
...ingh fix comes first - really silent compiling warnings - really switch to use u16 for class_id - uevent and modpost support for mdev class_id - vraious tweaks per comments from Parav Changes from RFC-V2: - silent compile warnings on some specific configuration - use u16 instead u8 for class id - reseve MDEV_ID_VHOST for future vhost-mdev work - introduce "virtio" type for mvnet and make "vhost" type for future work - add entries in MAINTAINER - tweak and typos fixes in commit log Changes from RFC-V1: - rename device id to class id - add docs for class id and device specif...
2019 Nov 06
9
[PATCH V10 0/6] mdev based hardware virtio offloading support
...ringh fix comes first - really silent compiling warnings - really switch to use u16 for class_id - uevent and modpost support for mdev class_id - vraious tweaks per comments from Parav Changes from RFC-V2: - silent compile warnings on some specific configuration - use u16 instead u8 for class id - reseve MDEV_ID_VHOST for future vhost-mdev work - introduce "virtio" type for mvnet and make "vhost" type for future work - add entries in MAINTAINER - tweak and typos fixes in commit log Changes from RFC-V1: - rename device id to class id - add docs for class id and device specifi...
2019 Sep 23
14
[PATCH 0/6] mdev based hardware virtio offloading support
...so decouple device specific parents ops out of the common ones. Pktgen test was done with virito-net + mvnet loop back device. Please review. [1] https://lkml.org/lkml/2019/9/16/869 Changes from RFC-V2: - silent compile warnings on some specific configuration - use u16 instead u8 for class id - reseve MDEV_ID_VHOST for future vhost-mdev work - introduce "virtio" type for mvnet and make "vhost" type for future work - add entries in MAINTAINER - tweak and typos fixes in commit log Changes from RFC-V1: - rename device id to class id - add docs for class id and device specif...