Displaying 20 results from an estimated 538 matches for "bos".
Did you mean:
bios
2014 Nov 09
1
inbox parameter is ignored within location config for public namespaces?
...blem :-(
This is my global location option in 10-mail.conf:
mail_location =
maildir:/home/vmail/%d/%n/MAILDIR:INBOX=/home/vmail/%d/%n/MAILDIR/.INBOX:INDEX=/home/vmail/%d/%n/INDEX/
This works fine, until i'm using a public namespace.
The following namespace is a normal user too, every mail to bos at foo.eu
is stored in /home/vmail/foo.eu/bos/MAILDIR (within the INBOX-folder)
and this directory is used for the location of the namespace.
Config:
namespace {
type = public
separator = /
prefix = BOS/
location = maildir:/home/vmail/foo.eu/bos/MAILDIR:INBOX=/home/vmail/foo.eu/bos/MAILDIR...
2007 Nov 12
2
Query an Access database based on a date attribute
Dear useRs,
I would like to query an Access database through R based on a date attribute
but, unfortunately, I fail to do so. For example, the table test_table of the
test.mdb looks like:
ID cd market competitor dd price
1 1 2007-11-20 atl-bos delta 2007-11-20 210
2 2 2007-11-20 atl-bos delta 2007-11-21 190
3 3 2007-11-20 atl-bos delta 2007-11-22 180
4 4 2007-11-20 atl-bos united 2007-11-20 205
5 5 2007-11-20 atl-bos united 2007-11-21 195
6 6 2007-11-20 atl-bos united 2007-11-22 175
7 7...
2003 Apr 08
2
OpenSSH compilation in AIX
...gh:
"All applications containing the inet_ntoa subroutine must be compiled
with _BSD set to a specific value. Acceptable values are 43 and 44.
In addition, all socket applications must include the BSD libbsd.a
library."
I would suggest:
a) Adding -lbsd to CFLAGS
b) Installing all of the bos.adt filesets from your distribution media.
After each you must run "make distclean" re-run "./configure".
If those two things don't work please send me the config.h and
config.log files generated by running "configure" and the output of
"oslevel".
--...
2007 Nov 13
1
R: Query an Access database based on a date attribute
It seems that Access needs that you surround the dates with a # symbol.
You probably need something like.
res <- sqlQuery(channel, "select * from test_table where market = 'atl-bos'
and competitor = 'delta' and dd = #2007-11-20#")
Hope this helps,
Stefano
-----Messaggio originale-----
Da: r-help-bounces at r-project.org
[mailto:r-help-bounces at r-project.org]Per conto di Mark Wardle
Inviato: marted? 13 novembre 2007 11.59
A: Tudor Bodea
Cc: r-help at st...
2001 Dec 15
1
reverse name lookup failed
Any time I try and setup a hosts allow option in the modules I get the
following errors:
I'm running this from the client.
rsync -rv ws2743::test3 /pw/prog/BOS/stuff
@ERROR: access denied to test3 from unknown (::3)
rsync: connection unexpectedly closed (62 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(139)
I get the following from the log file on the rsync server:
2001/12/14 14:50:25 [5121] rsync denied on module...
2019 Oct 29
0
[PATCH v2 13/15] drm/amdgpu: Use mmu_range_insert instead of hmm_mirror
...b/drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c
[snip]
> @@ -50,66 +50,6 @@
> #include "amdgpu.h"
> #include "amdgpu_amdkfd.h"
>
> -/**
> - * struct amdgpu_mn_node
> - *
> - * @it: interval node defining start-last of the affected address range
> - * @bos: list of all BOs in the affected address range
> - *
> - * Manages all BOs which are affected of a certain range of address space.
> - */
> -struct amdgpu_mn_node {
> - struct interval_tree_node it;
> - struct list_head bos;
> -};
> -
> -/**
> - * amdgpu_mn_destroy -...
2008 Feb 08
1
Can I index a dataframe with a reference from/to a second dataframe?
...lumn in a data frame based
on an existing column that matches a column in a reference data frame,
in a relational-db fashion. I would like this to maintain a minimum set
of reference tables that may be reused over several similar datasets.
Specifically, I have two data frames as listed below, 'Bos' and 'tree.'
For each case in 'Bos' I want to look up the matching 'spp' code in
'tree' and insert the associated 'type' code into a new 'type' column in
'Bos' as in:
# add type and keep factors from reference list
Bos$type <-...
2019 Oct 29
0
[PATCH v2 13/15] drm/amdgpu: Use mmu_range_insert instead of hmm_mirror
...gt; +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c
> @@ -50,66 +50,6 @@
> #include "amdgpu.h"
> #include "amdgpu_amdkfd.h"
>
> -/**
> - * struct amdgpu_mn_node
> - *
> - * @it: interval node defining start-last of the affected address range
> - * @bos: list of all BOs in the affected address range
> - *
> - * Manages all BOs which are affected of a certain range of address space.
> - */
> -struct amdgpu_mn_node {
> - struct interval_tree_node it;
> - struct list_head bos;
> -};
> -
> -/**
> - * amdgpu_mn_destroy -...
2019 Oct 28
2
[PATCH v2 13/15] drm/amdgpu: Use mmu_range_insert instead of hmm_mirror
...100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c
@@ -50,66 +50,6 @@
#include "amdgpu.h"
#include "amdgpu_amdkfd.h"
-/**
- * struct amdgpu_mn_node
- *
- * @it: interval node defining start-last of the affected address range
- * @bos: list of all BOs in the affected address range
- *
- * Manages all BOs which are affected of a certain range of address space.
- */
-struct amdgpu_mn_node {
- struct interval_tree_node it;
- struct list_head bos;
-};
-
-/**
- * amdgpu_mn_destroy - destroy the HMM mirror
- *
- * @work: previously s...
2005 Feb 26
1
Dial out through Broadvoice
Hello all,
When I call the Broadvoice number all is good.
When I try to call out through DISA on my broadvoice line i get the following:
Executing Dial("SIP/147.135.0.129-0815bc60",
"SIP/16037862111@proxy.bos.broadvoice.com|30") in new stack
-- Called 16037862111@proxy.bos.broadvoice.com
-- Got SIP response 480 "Temporarily Not Available" back from
147.135.16.128
-- SIP/proxy.bos.broadvoice.com-3493 is circuit-busy
== Everyone is busy/congested at this time
-- Executing...
2005 Oct 25
8
Can anyone please tell me how to strip the white spaces from a character vector?
for example:
> a$tic[1:10]
[1] "AIR " "ABCB " "ABXA " "ACMR " "ADCT " "ADEX "
[7] "ABM " "AFCE " "AG " "ATG "
Can anyone please tell me how to strip the white spaces from a$tic?
Thanks,
Roger
[[alternative HTML version deleted]]
2014 May 19
2
[RFC] drm/nouveau: disable caching for VRAM BOs on ARM
On 05/19/2014 06:57 PM, Lucas Stach wrote:
> Am Montag, den 19.05.2014, 18:46 +0900 schrieb Alexandre Courbot:
>> This patch is not meant to be merged, but rather to try and understand
>> why this is needed and what a more suitable solution could be.
>>
>> Allowing BOs to be write-cached results in the following happening when
>> trying to run any program on Tegra/GK20A:
>>
>> Unhandled fault: external abort on non-linefetch (0x1008) at 0xf0036010
>> ...
>> (nouveau_bo_rd32) from [<c0357d00>] (nouveau_fence_update+0x5c/0x80)
&g...
2019 Oct 28
0
[PATCH v2 07/15] drm/radeon: use mmu_range_notifier_insert
.../drm/radeon/radeon_mn.c
@@ -36,131 +36,51 @@
#include "radeon.h"
-struct radeon_mn {
- struct mmu_notifier mn;
-
- /* objects protected by lock */
- struct mutex lock;
- struct rb_root_cached objects;
-};
-
-struct radeon_mn_node {
- struct interval_tree_node it;
- struct list_head bos;
-};
-
/**
- * radeon_mn_invalidate_range_start - callback to notify about mm change
+ * radeon_mn_invalidate - callback to notify about mm change
*
* @mn: our notifier
- * @mn: the mm this callback is about
- * @start: start of updated range
- * @end: end of updated range
+ * @range: the VMA...
2019 Oct 29
0
[PATCH v2 07/15] drm/radeon: use mmu_range_notifier_insert
...t;radeon.h"
>
> -struct radeon_mn {
> - struct mmu_notifier mn;
> -
> - /* objects protected by lock */
> - struct mutex lock;
> - struct rb_root_cached objects;
> -};
> -
> -struct radeon_mn_node {
> - struct interval_tree_node it;
> - struct list_head bos;
> -};
> -
> /**
> - * radeon_mn_invalidate_range_start - callback to notify about mm change
> + * radeon_mn_invalidate - callback to notify about mm change
> *
> * @mn: our notifier
> - * @mn: the mm this callback is about
> - * @start: start of updated range
>...
2014 May 19
2
[RFC] drm/nouveau: disable caching for VRAM BOs on ARM
This patch is not meant to be merged, but rather to try and understand
why this is needed and what a more suitable solution could be.
Allowing BOs to be write-cached results in the following happening when
trying to run any program on Tegra/GK20A:
Unhandled fault: external abort on non-linefetch (0x1008) at 0xf0036010
...
(nouveau_bo_rd32) from [<c0357d00>] (nouveau_fence_update+0x5c/0x80)
(nouveau_fence_update) from [<c0357d40>]...
2014 May 19
0
[RFC] drm/nouveau: disable caching for VRAM BOs on ARM
...7 PM, Lucas Stach wrote:
> > Am Montag, den 19.05.2014, 18:46 +0900 schrieb Alexandre Courbot:
> >> This patch is not meant to be merged, but rather to try and understand
> >> why this is needed and what a more suitable solution could be.
> >>
> >> Allowing BOs to be write-cached results in the following happening when
> >> trying to run any program on Tegra/GK20A:
> >>
> >> Unhandled fault: external abort on non-linefetch (0x1008) at 0xf0036010
> >> ...
> >> (nouveau_bo_rd32) from [<c0357d00>] (nouveau_f...
2003 Feb 13
2
Changes to Ogg format IETF I-D
...little awkward, but I can't come up
>with anything better.
Sorry, I'm not a native speaker, therefore the german-ism :)
<p>2) The main paragraph of trouble (the one that stopped it going forward
to RFC at the IETF) merged several feedbacks and changed to (Section 4):
< The bos page contains information to uniquely
< identify the codec type and MAY contain information to set up the
< decoding process. The bos page SHOULD also contain information about
< the encoded media - for example, for audio, it should contain sample
< rate and number of channels. By conv...
2003 Feb 13
2
Changes to Ogg format IETF I-D
...little awkward, but I can't come up
>with anything better.
Sorry, I'm not a native speaker, therefore the german-ism :)
<p>2) The main paragraph of trouble (the one that stopped it going forward
to RFC at the IETF) merged several feedbacks and changed to (Section 4):
< The bos page contains information to uniquely
< identify the codec type and MAY contain information to set up the
< decoding process. The bos page SHOULD also contain information about
< the encoded media - for example, for audio, it should contain sample
< rate and number of channels. By conv...
2010 Feb 19
2
[PATCH 1/2] drm/nouveau: Unmap pushbuf BOs when we're done with them.
If you're especially unlucky BOs would move around and their kmaps
would end up pointing to something else in GART, then ioctl_pushbuf()
would use the kmaps again corrupting textures or other pushbufs (the
most noticeable symptom was a PFIFO_DMA_PUSHER from time to time).
Signed-off-by: Francisco Jerez <currojerez at riseup.ne...
2014 May 23
0
[RFC] drm/nouveau: disable caching for VRAM BOs on ARM
...m Montag, den 19.05.2014, 18:46 +0900 schrieb Alexandre Courbot:
> >> >> This patch is not meant to be merged, but rather to try and understand
> >> >> why this is needed and what a more suitable solution could be.
> >> >>
> >> >> Allowing BOs to be write-cached results in the following happening when
> >> >> trying to run any program on Tegra/GK20A:
> >> >>
> >> >> Unhandled fault: external abort on non-linefetch (0x1008) at 0xf0036010
> >> >> ...
> >> >> (nouvea...