search for: otherwhise

Displaying 14 results from an estimated 14 matches for "otherwhise".

2014 May 07
3
Samba36 error on install - Freebsd 9.2
Hello, I have attempted to install samba36 on a base install of FreeBSD 9.2 I have installed this same package about 30 days ago and had no problems what so ever. after the install, I add the line to FreeBSD /etc/rc.conf file - samba_enable="YES" Reboot the server and an error appears - WARNING /var/db/samba is not a directory I make the basic smb.conf changes like I have always
2009 Apr 22
7
Consult some concepts about shadow paging mechanism
Dear All: I am pretty new to xen-devel, please correct me in the following. Assume we have the following terms GPT: guest page table SPT: shadow page table (Question a) When guest OS is running, is it always using SPT for address translation? If it is the case, how does guest OS refer and modify its own GPT content? It seems that there is a page table entry in SPT for the GPT page. (Question
2005 Jan 12
0
changing langage [SOLVED]
..., januari 12, 2005 05:26 PM >Aan : r-help at stat.math.ethz.ch >Onderwerp : Re: [R] changing langage > >Kurt Sys <kurt.sys <at> pandora.be> writes: > >: >: Hi all, >: >: I've got a small, practical question, which untill now I couldn't solve >: (otherwhise I wouldn't mail it, right?) First of all, I'm talking about >: R 2.0.1 on a winxp system (using the default graphical interface being >: 'Rgui'). >: When I make plots, using dates on the x-axis, it puts the labels in >: Dutch, which is nice (since it's my mother t...
2010 Jul 10
1
managesieve login fails
...in: Panic: file client.c: line 449 (client_set_auth_waiting): assertion failed: (client->to_auth_waiting == NULL) server dovecot: dovecot: child 5926 (login) killed with signal 6 (core not dumped) (ip=192.168.1.233) ... and Thunderbirds remote sieve optimizing plugin won't connect ... Otherwhise IMAP & POP authentication, etc. ... is working proper.
2008 Sep 10
2
PCI SATA Controller Recommendations?
Hello fellow listers... I'd like to get some recommendations on a good SATA controller for use with CentOS 5.x. It should be PCI, bootable, have 4 SATA ports, have native support (no crap proprietary or manually compiled drivers), and possibly hot swap support. Any ideas? There are plenty of PCI-X and PCIe controllers that I think would work but the use for this card is in a smaller 1U
2002 Jan 11
1
Vorbis & ReplayGain
...recommended reading) The support consists of three levels: a) An agreed tag format for storing the ReplayGain data. I hereby propose: RG_RADIO=+0.0 dB RG_AUDIOPHILE=+0.0 dB RG_PEAK=1.000 The exact meaning of these values is described on www.replaygain.org. This format should be self-explanatory otherwhise. Note that the Vorbis version has a human-readable form, in accordance with the fact the they are in the 'comment' field of a Vorbis file. If possible, and if this format is agreeable for everyone, I would ask that they be included in the Vorbis comment/tag format documentation. <p>...
2010 Jul 08
1
LDA ignored
...uld just type wildly arround in there - restart Dovecot and it will work. But the dovecot.conf is being used by Dovecot - cause changes to other sections are affecting Dovecot's behaviour ... it's really just the LDA section. I configured and compiled Dovecot with LDA & Managesieve. Otherwhise Dovecot / Postfix setup is running quite well - mail is being scanned by amavis and Spamassassin and delivered as it did before I added / changed the configs to the sieve related options ... It's very weired. I activated "mail_debug = yes" and the following shows up when I start D...
2005 Jan 12
4
(no subject)
hi, I am trying to grow a classification tree on some data, but I have a little problem. In order to do so I have to use a function like "tree" in R and on the internet help(tree) I get the following: "The left-hand-side (response) should be either a numerical vector when a regression tree will be fitted or a factor, when a classification tree is produced" I would like to
2007 Nov 20
7
Backups on external USB HDD
Hi, I'm trying to implement this: I have: - A windows 2000 server - A centos 4 server - Monday, Tuesday, Wednesday, Thursday, Friday, Monthly. The tape drive in the windows server died recently and I decided to switch to USB external drives. However, the USB controller in the windows server is only 1.1, so it is very slow. I didn't want to install a 2.0 USB controller in the
2014 May 14
0
[RFC PATCH v1 12/16] drm/ttm: flip the switch, and convert to dma_fence
...j) - driver->sync_obj_unref(&tmp_obj); ret = ttm_buffer_object_transfer(bo, &ghost_obj); if (ret) return ret; + reservation_object_add_excl_fence(ghost_obj->resv, fence); + /** * If we're not moving to fixed memory, the TTM object * needs to stay alive. Otherwhise hang it on the ghost diff --git a/drivers/gpu/drm/ttm/ttm_execbuf_util.c b/drivers/gpu/drm/ttm/ttm_execbuf_util.c index 108730e9147b..adafc0f8ec06 100644 --- a/drivers/gpu/drm/ttm/ttm_execbuf_util.c +++ b/drivers/gpu/drm/ttm/ttm_execbuf_util.c @@ -163,7 +163,7 @@ int ttm_eu_reserve_buffers(struct w...
2014 Jul 09
0
[PATCH 13/17] drm/ttm: flip the switch, and convert to dma_fence
...j) - driver->sync_obj_unref(&tmp_obj); ret = ttm_buffer_object_transfer(bo, &ghost_obj); if (ret) return ret; + reservation_object_add_excl_fence(ghost_obj->resv, fence); + /** * If we're not moving to fixed memory, the TTM object * needs to stay alive. Otherwhise hang it on the ghost diff --git a/drivers/gpu/drm/ttm/ttm_execbuf_util.c b/drivers/gpu/drm/ttm/ttm_execbuf_util.c index 108730e9147b..adafc0f8ec06 100644 --- a/drivers/gpu/drm/ttm/ttm_execbuf_util.c +++ b/drivers/gpu/drm/ttm/ttm_execbuf_util.c @@ -163,7 +163,7 @@ int ttm_eu_reserve_buffers(struct w...
2014 May 14
17
[RFC PATCH v1 00/16] Convert all ttm drivers to use the new reservation interface
This series depends on the previously posted reservation api patches. 2 of them are not yet in for-next-fences branch of git://git.linaro.org/people/sumit.semwal/linux-3.x.git The missing patches are still in my vmwgfx_wip branch at git://people.freedesktop.org/~mlankhorst/linux All ttm drivers are converted to the fence api, fence_lock is removed and rcu is used in its place. qxl is the first
2014 Jul 31
19
[PATCH 01/19] fence: add debugging lines to fence_is_signaled for the callback
fence_is_signaled callback should support being run in atomic context, but not in irq context. Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com> --- include/linux/fence.h | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/include/linux/fence.h b/include/linux/fence.h index d174585b874b..c1a4519ba2f5 100644 ---
2014 Jul 09
22
[PATCH 00/17] Convert TTM to the new fence interface.
This series applies on top of the driver-core-next branch of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git Before converting ttm to the new fence interface I had to fix some drivers to require a reservation before poking with fence_obj. After flipping the switch RCU becomes available instead, and the extra reservations can be dropped again. :-) I've done at least basic