search for: inteded

Displaying 18 results from an estimated 18 matches for "inteded".

Did you mean: intended
2018 Dec 03
2
Centos7- WiFi not recognized - HWaddress - Or Any Idea
...ppears on lsmod list as BCMA, and I also find the driver, bcm-pci-bridge in sys/bus/drivers- i didn't find any file in /etc/sysconfig/network_scripts where the device is bcma wifi adapter, or any wifi. My idea to workaround this is: to create a file in /etc/sysconfig/network_scripts/, in wich i inteded to pass the HWadress of the device(BCMA4360), but I wasn't able to find a way to get this address.If somebody can help me to find a way to get this HWaddr would be very appreciated.Or any ideas to get wifi on my fancy macbook air with centos and no macos at all, because at installation somehow...
2004 Apr 13
1
rsync - copy only new files ( since the last run )
...by a shell script. A purge job deletes files that have been applied from the hot backup server. Unfortunately rsync pushes missing files back from primary to the hot backup. Question: Is there a way to make rsync pickup where it left of instead of pushing all missing files. I understand that the inteded function of rsync is to sync up the dirs. May be there is a timestamp, flag .. that I can pass. There are times when it is necessary to sync up but that occurs once in a great while. Thanks Roman
2014 Oct 07
1
[PATCH 08/16] virtio_net: drop config_enable
...el what is going on, and why. >> >> Thanks. > > It's a bit tricky for large patchsets - if I add everyone to 0/N > then vger isn't happy with Cc list that is too large. > > What is your advice here? Cc just mailing lists on 0/N? > > FWIW this patchset is inteded for the virtio tree. CC: mailing lists and "focus" developers, a small carefully selected group of people who would be strongly interested in this change. I really don't understand why this is so complicated, I've never run into a situation where I had to CC: 200 people in my tw...
2014 Oct 07
1
[PATCH 08/16] virtio_net: drop config_enable
...el what is going on, and why. >> >> Thanks. > > It's a bit tricky for large patchsets - if I add everyone to 0/N > then vger isn't happy with Cc list that is too large. > > What is your advice here? Cc just mailing lists on 0/N? > > FWIW this patchset is inteded for the virtio tree. CC: mailing lists and "focus" developers, a small carefully selected group of people who would be strongly interested in this change. I really don't understand why this is so complicated, I've never run into a situation where I had to CC: 200 people in my tw...
2014 Oct 06
2
[PATCH 08/16] virtio_net: drop config_enable
From: "Michael S. Tsirkin" <mst at redhat.com> Date: Sun, 5 Oct 2014 19:07:13 +0300 > Now that virtio core ensures config changes don't arrive during probing, > drop config_enable flag in virtio net. > On removal, flush is now sufficient to guarantee that no change work is > queued. > > This help simplify the driver, and will allow setting DRIVER_OK earlier
2014 Oct 06
2
[PATCH 08/16] virtio_net: drop config_enable
From: "Michael S. Tsirkin" <mst at redhat.com> Date: Sun, 5 Oct 2014 19:07:13 +0300 > Now that virtio core ensures config changes don't arrive during probing, > drop config_enable flag in virtio net. > On removal, flush is now sufficient to guarantee that no change work is > queued. > > This help simplify the driver, and will allow setting DRIVER_OK earlier
2007 Sep 03
1
Dificult macro, please advise
...rts to know if the functionality it apports can be achieved better in another way. What i'm trying is to enable call a channel (e.g. SIP/3) and being able to leave a message only on box 2 while any other call to any other user (e.g.SIP/1 or SIP/2) and leave a message only on mailbox 1. This is inteded for a SOHO environment. I have defined only two mailboxes, the 1'st for personal ussage and the 2'nd for profesional usage. The macro that now allows me to do that is the following: EXT_CALLER= EXT_STUDIO=SIP/3 exten => _X,1,Macro(diallocal|SIP/${EXTEN}|20,Tr) [macro-diallocal] exte...
2010 Mar 06
6
[LLVMdev] [PATCH]: MSVC build enhancements
Attached are two patches with MSVC build enchancements. They are quite trivial, but were necessary to correctly link LLVM libraries with Mesa3D on Windows. Jose -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Allow-to-build-against-static-MSVC-runtime.patch Type: text/x-patch Size: 2055 bytes Desc: not available URL:
2001 Jul 19
1
Multichannel vorbis.
Hi. I have two CDs that the artists inteded for simultaneous listening. They even provide instructions on how to start two CD players with the minimal time shift. (for those interested - the CDs are Neurosis/Times Of Grace and Tribes Of Neurot/Grace) I've heard that Vorbis can encode multiple streams. I've already encoded both al...
2010 Mar 06
0
[LLVMdev] [PATCH]: MSVC build enhancements
...t;math.h> >>>>  #endif >>>> +#ifdef HAVE_STDINT_H >>>> +#include <stdint.h> >>>> +#else /* !HAVE_STDINT_H */ >>> >>> This looks incorrect to me. stdint.h is already included below for >>> non-MSVC systems. Maybe you inteded to #include it for MSVC only? Or do >>> intend to correct some problem with non-MSVC builds too? >> >> The idea here is indeed to use an external stdint.h in MSVC builds. >> >> The problem is that everybody except Microsoft recognized the >> usefulness of stdi...
2010 Mar 06
0
[LLVMdev] [PATCH]: MSVC build enhancements
...ake > @@ -100,6 +100,9 @@ typedef u_int64_t uint64_t; > #else > #include <math.h> > #endif > +#ifdef HAVE_STDINT_H > +#include <stdint.h> > +#else /* !HAVE_STDINT_H */ This looks incorrect to me. stdint.h is already included below for non-MSVC systems. Maybe you inteded to #include it for MSVC only? Or do intend to correct some problem with non-MSVC builds too? > typedef __int64 int64_t; > typedef unsigned __int64 uint64_t; > typedef signed int int32_t; > @@ -145,6 +148,7 @@ typedef signed int ssize_t; > #ifndef UINT64_C > # define UINT64_C...
2018 May 18
0
vacation stumbles over invalid headers
...ecot/dovecot.conf # OS: Linux 3.16.0-4-amd64 x86_64 Debian 8.10 the vacation feature stumbles over invalid headers in several cases, causing an even more invalid header f.ex. if the original mail contains a line with only spaces in the vacation reply the header breaks apart displying not only the inteded vacation message but also parts of the message header. depends a bit on the client what happends of course, thunderbird and the mac client are two examples. Greetings
2014 Oct 07
0
[PATCH 08/16] virtio_net: drop config_enable
...ting > so we know at least at a high level what is going on, and why. > > Thanks. It's a bit tricky for large patchsets - if I add everyone to 0/N then vger isn't happy with Cc list that is too large. What is your advice here? Cc just mailing lists on 0/N? FWIW this patchset is inteded for the virtio tree. -- MST
2008 Apr 30
2
deliver: handling of quota_full_tempfail and -e
...LL_TEMPFAIL") != NULL) { Does this mean that the corresponding block gets executed whenever quota_full_tempfail is set? If so, setting it transforms all errors into TEMPFAILs, and not only those relating to quota/space issues. I think dovecot-example.conf should at least mention this it's inteded; otherwise, the code should be changed (I'm not completely sure what Timo's intensions are, so I won't comment on possible solutions). Regards, Ulrich PS: All line numbers are taken from rev 080dd4d2fd94, which was the most recent at the time of writing.
2017 Jan 19
5
[Bug 99464] New: openmw - Segfault with the nouveau ddx + DRI3
...breaking the hardware cursor used by openmw which works correctly with DRI2, modesetting or the llvmpipe. It also was not intended as a real fix. "OpenMW tries to upload a new surface (mouse pointer) which fails in the now guarded update_framebuffer_size() as the surface is NULL. This is not inteded as a real "fix", as it would just hide the immediate crash. So if somebody could take a look at this... Reported-by: <ovariegata at yahoo.com> Signed-off-by: Tobias Klausmann <tobias.johannes.klausmann at mni.thm.de> --- src/mesa/state_tracker/st_atom_framebuffer.c | 6 ++++-...
2000 Dec 07
2
sunos 4.1.4 Makefile and regex.[ch] fix
...ry entries in the script so that the target of the symlinks are placed in the installed copy instead of the original symlink names. I manually modified the script, but wonder if automatic way is better. Definitely yes, but I am not sure how to go about it. Just a thought. I tested the ssh (never inteded to run sshd on this machine) against an opensshd daemon running on Solaris 7 (sunos 5.7) for x86 box and it seemed to work fine. Please keep up the good work! Happy Hacking, ishikawa
2006 Jul 24
6
Mocking causes empty specification blocks
I''ve found myself mocking out a published api in my set-up method. This has led to some contexts having a large set-up and empty specifications. As the mocks get auto-verified, the specification blocks have nothing to do but serve as documentation. Does this sound bad? Chris
2008 Jun 19
5
Portforwarding using the control master.
Hi all, currently I am considering writing a patch for OpenSSH that will allow portforwarding using the control_master unix domain socket. The idea is to introduce an extra SSHMUX command, SSHMUX_COMMAND_SOCKS, which will then pass control to the normal socks functions used for dynamic forwarding. The main reason for me to write this patch are: - some more control over who gets to connect to