search for: _we_

Displaying 20 results from an estimated 36 matches for "_we_".

2007 Jan 26
1
[Bug 538] PPTP Coontrack and nat helper porting to linux 2.6.11.12
...|RESOLVED Resolution| |INVALID ------- Additional Comments From kaber@trash.net 2007-01-26 19:17 MET ------- We don't know what you're doing without seeing the code, so noone can help you. Additionally this bugtracker is to report bugs in the code _we_ maintain, and this seems to be a bug you introduced yourself. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2020 Aug 05
1
[PATCH v3 35/38] virtio_mem: convert to LE accessors
...f26f5f64ae82..c08512fcea90 100644 --- a/drivers/virtio/virtio_mem.c +++ b/drivers/virtio/virtio_mem.c @@ -1530,21 +1530,21 @@ static void virtio_mem_refresh_config(struct virtio_mem *vm) uint64_t new_plugged_size, usable_region_size, end_addr; /* the plugged_size is just a reflection of what _we_ did previously */ - virtio_cread(vm->vdev, struct virtio_mem_config, plugged_size, - &new_plugged_size); + virtio_cread_le(vm->vdev, struct virtio_mem_config, plugged_size, + &new_plugged_size); if (WARN_ON_ONCE(new_plugged_size != vm->plugged_size)) vm->plugged_siz...
2019 May 08
3
kickstart compat C7 -> C8
...as trying to work around. > > > > In CentOS releases 5 --> 6 --> 7 > > the demand for /boot size doubles if not triples with each release... > Otherwise one day you may fill it up before number of kernels will be > such that kernel update will remove oldest kernel. And _we_ called > Windows 2000 "bloated pig" when it was released... Sigh. > > Software seems to grow to the maximum space it can occupy. I think in 1989 we were complaining about BSD not being able to fit on our VAX 750's boot drive anymore and we needed to put in a 40MB drive system...
2019 May 08
2
kickstart compat C7 -> C8
On Wed, 8 May 2019 at 13:24, mark <m.roth at 5-cent.us> wrote: > Leon Fauster via CentOS wrote: > > Hi all, > > > > > > I still use the following kickstart partition scheme for C7 installations > > (via virt-install): > > Briefly, fixed size for /root and /boot, and the rest is filled up for > > /srv. > > > > The same kickstart
2019 Apr 11
3
nbdkit, VDDK, extents, readahead, etc
...indicating that because VixDiskLib_QueryAllocatedBlocks didn't work, extents support is disabled. To work around this you can use nbdkit --readonly. However I don't understand why that would be necessary, except perhaps it's just an undocumented limitation of VDDK. For all the cases _we_ care about we're using --readonly, so that's lucky. (3) Using nbdkit-noextents-filter and nbdkit-stats-filter we can nicely measure the benefits of extents: With noextents (ie. force full copy): elapsed time: 323.815 s read: 8194 ops, 17179869696 bytes, 4.24437e+08 bits/s Without no...
2019 May 08
0
kickstart compat C7 -> C8
...ng still on > it which it was trying to work around. > In CentOS releases 5 --> 6 --> 7 the demand for /boot size doubles if not triples with each release... Otherwise one day you may fill it up before number of kernels will be such that kernel update will remove oldest kernel. And _we_ called Windows 2000 "bloated pig" when it was released... Sigh. Valeri > > >> mark >> >> _______________________________________________ >> CentOS mailing list >> CentOS at centos.org >> https://lists.centos.org/mailman/listinfo/cento...
2019 Oct 31
5
RFC: On non 8-bit bytes and the target for it
...happy to upstream such fixes which would make life easier both for us (as we would need to maintain fewer downstream diffs) and (hopefully) for others living downstream with other non-8bit byte targets. Now, while we try to fix things in ways that would work for several different byte sizes, what _we_ actually really test is 16bit bytes, so I'm sure we fail to generalize things enough for all sizes, but at least our contributions will make things more general than today. And I imagine that if other downstream targets use other byte sizes than us they would also notice when things break and...
2019 May 08
0
kickstart compat C7 -> C8
...gt;>> >> >> In CentOS releases 5 --> 6 --> 7 >> >> the demand for /boot size doubles if not triples with each release... >> Otherwise one day you may fill it up before number of kernels will be >> such that kernel update will remove oldest kernel. And _we_ called >> Windows 2000 "bloated pig" when it was released... Sigh. >> >> > Software seems to grow to the maximum space it can occupy. Of course, this is true. I do remember big upgrade: 40 MB hard drive replacing 20 MB one. Still, during the same decade an a half co...
2009 Feb 22
1
(no subject)
...To ask a community to bombard them with emails is > rude and selfish. I understand the point, based on the size of the company. However, I think that we should start telling these companies that we need Linux solutions, instead of crying that they ignore us. Of course they ignore Linux users. _We_ need to contact _them_. > Photoshop is on a different scale, it is a standard, and part of today's > every-day vocabulary. Using photoshop as an example of an application that > you "don't use", but "still request linux support for" is a weak argument. I find...
2006 Oct 20
1
[patch] Memory leak from namei_zone in an error path in nfsrv_rename
Description: ------------ Memory leak in nfsrv_rename: In nfsrv_rename, every time a VOP_RENAME operation fails FreeBSD leaks 2 items from the namei_zone which is equal to 2K of kernel memory. Filing this as a security issue because a FreeBSD NFS server (versions 4.6.2 to 6.1) can be compromised by exhausting kernel memory if a user touches this error path many times. I have tried a simple
2001 Feb 26
2
undefined symbol: wine_ldt_copy
When I run wine I get the following error messege: wine: error while loading shared libraries: /usr/local/lib/libntdll.so: undefined symbol: wine_ldt_copy I'm using RedHat 7 and the wine from: ftp://ftp.rpmfind.net/linux/powertools/7.0/i386/RedHat/RPMS/wine-20000725-2. i386.rpm I ran ldconfig and I still get the same error message. Any ideas? How do you find out what symbols are in a
2005 Jul 18
4
Documentation
...quot;stupid" ones are in majority, but writing for them is almost futile anyway. Anyway, I doubt they are a majority; average intelligence is adequate for all normal tasks. What we often judge and condemn as "stupidity" is most often the result of a different perspective that _we_ are too limited to understand.) Since I am not yet too spoiled, and yet recently had my hands (or rather my eyes) in the source, this may be a golden opportunity to produce some more documentation. I therefore urge you to suggest what I should look at and write about. Do you have any ideas...
2014 Nov 20
2
Re: virt-v2v: Died at /usr/bin/virt-p2v-server line 411
OK the Windows "argument list too long" thing should be fixed by hivex-1.3.10-5.7.el7 which is in the usual place. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages.
2001 Feb 06
2
cannot install codeweavers wine
I am trying to install the Codeweavers version of wine (pre-release 2) and I am having problems. When I try to install (using rpm), I get the message "installing package codeweavers-wine-20010112-1 needs 7Mb on the / filesystem". My / filesystem is not overly large, but I still have approx 60Mb available on /. Is the error stating that the install requires 7Mb on /, or it needs 7Mb more
2019 Sep 28
0
[nbdkit PATCH v2 7/7] server: Better newstyle .open failure handling
...NAME). But now that newstyle is around, it's rather abrupt to hang up on the client, and better is to return an error to NBD_OPT_GO, and let the client choose what to do (most clients will probably hang up, whether gracefully with NBD_OPT_ABORT or abruptly, rather than try other NBD_OPT_*, but _we_ shouldn't be the ones forcing their hand). For an example of what this improves, if you run: $ nbdkit -fv sh - <<\EOF case $1 in get_size) echo oops >&2; exit 1;; *) exit 2;; esac EOF Pre-patch, qemu complains about the abrupt server death: $ qemu-nbd --list qemu-nbd: Failed to...
2014 Nov 22
2
Re: virt-v2v: Died at /usr/bin/virt-p2v-server line 411
...; tonight (production server). > For your information, when this conversion will run smoothly, I will > have lots of other servers to convert, so your work will get intensively > tested and very appreciated. > Richard, Matthew et al, I'm extremely glad to announce that last night, _we_ (you and I) were finally able to complete a conversion of this tricky windows 2003 server. When completed, the import into oVirt went fine, but booting lead to a BSOD, which I corrected by merging mergeide.reg into the source machine and starting the whole process again. Then I fine tuned it by...
2019 Apr 12
0
Re: nbdkit, VDDK, extents, readahead, etc
...>VixDiskLib_QueryAllocatedBlocks didn't work, extents support is >disabled. > >To work around this you can use nbdkit --readonly. However I don't >understand why that would be necessary, except perhaps it's just an >undocumented limitation of VDDK. For all the cases _we_ care about >we're using --readonly, so that's lucky. > It might've been a safe measure for multiple accesses or something similar. Or "we'll implement that later" symptome. >(3) Using nbdkit-noextents-filter and nbdkit-stats-filter we can >nicely measure the...
2001 Mar 06
1
[Newbie] - Wine libntdll.so error ?
Hi, Just installed the RPM version of wine from a Mandrake i686 package , installs fine , but when I try to start it up I get a - wine: error in loading shared libraries: libntdll.so: cannot open shared object file: No such file or directory. Here's my conf file : ;; ;; MS-DOS drives configuration ;; ;; Each section has the following format: ;; [Drive X] ;; Path=xxx (Unix path for
2016 Aug 13
3
XDC2016
Hi everybody, I saw that some more appeared on the list of Attendees, so it might be a good time to ask how we want to organize the stay and if we plan to book at the same place like we did on fosdem (well more or less). Also how does everybody plans to stay? I was thinking about Tuesday to Sunday, but if everybody comes at Monday already, I might change my plans ;) PS: if discussing that in
2013 Dec 10
3
Howto for manage unix data with ADUC
Hi, My tests on DC server and File/print server have some problem with account management... user access right on home share is very strange. if we use ADUC and home share (not homes) for new user, it work. All howto in samba's wiki ask administrator to use windows tools for manage users and groups and share like home share so... I know that is possible to add unix tab on aduc (already