Displaying 20 results from an estimated 48 matches for "blingen".
Did you mean:
lingen
2005 Nov 11
0
Re: samba smbd version 2.2.12 HP CIFS Server A.01.11.04 does hang if start in a HP serviceguard configuration
...ionen
> <http://docs.hp.com>
>- Instant Support Enterprise Edition (ISEE) bietet Fern?berwachung, Diagnose + Fehlersuche
> <http://www.hp.com/hps/hardware/hw_downloads.html>
>_________________________________________
>Hewlett-Packard GmbH, Herrenberger Str. 140, 71034 B?blingen
>Gesch?ftsf?hrer: Hans Ulrich Holdenried (Vorsitzender), Edgar Aschenbrenner, Heiko Meyer, Ernst Reichart,
>Matthias Schmidt, Regine Stachelhaus, Stephan Wippermann
>Vorsitzender des Aufsichtsrats: J?rg Menno Harms
>Sitz der Gesellschaft: B?blingen, Amtsgericht B?blingen HRB 4081
>...
1999 May 19
12
Samba performance question
Hi all,
I am running a samba server (2.0.3) in a small eth-based home network.
There is only one win client (NT workstation, Sp4).
The samba box ist set up with wins support enabled and the NT box?
wins server entry points to samba server. Everything works fine: no
error messages neither server nor client. The server shows up
immediately in the NT?s network neigborhood. Browsing is fast.
!!But
2005 Nov 04
0
WineProbe part II; Propaganda for Wine
...iscuss, and have a
glass of good wine afterwards ;) The event is free, you just need to send
us a small application form avaliable online on [1].
Aside from that, I wrote an article titled "Grenzen
?berschreiten" ("Crossing Borders") about Wine and its use in the city of
B?blingen in a project we're running together with B?blingen and T?bingen
University. It was published in print this week in the magazine Kommune21
[2]. Kommune21 is a magazine about the use of information technology in
municipalities (german: "Kommunen"). About 11 000 copies are printed eve...
2007 Apr 12
2
using install.packages via proxy
...et these variable as I'm new to R. I don't know whether this is the right way to solve my problem.
Is there anyone out there who knows how to solve this problem? Any help is appreciated.
Thank in advance
Nicole Erbe
Production Engineering
Verigy Germany GmbH
Herrenberger Str. 130
71034 B?blingen
Tel: +49 7031 4357327
Mail: nicole.erbe at verigy.com
2019 May 09
1
[PATCH 08/10] virtio/s390: add indirection to indicators access
...state than we use a maximal number of AISB of 64 and
therefor use indicators with a size of unsigned long, or __u64 or
whatever is appropriate. Please clear this.
With this cleared:
Reviewed-by: Pierre Morel<pmorel at linux.ibm.com>
Regards,
Pierre
--
Pierre Morel
Linux/KVM/QEMU in B?blingen - Germany
2019 May 08
2
[PATCH 09/10] virtio/s390: use DMA memory for ccw I/O and classic notifiers
...icatorp = __vc_dma_alloc(&vcdev->vdev,
> + sizeof(indicators(vcdev)));
should be sizeof(long) ?
This is a recurrent error, but it is not an issue because the size of
the indicators is unsigned long as the size of the pointer.
Regards,
Pierre
--
Pierre Morel
Linux/KVM/QEMU in B?blingen - Germany
2019 May 08
2
[PATCH 09/10] virtio/s390: use DMA memory for ccw I/O and classic notifiers
...icatorp = __vc_dma_alloc(&vcdev->vdev,
> + sizeof(indicators(vcdev)));
should be sizeof(long) ?
This is a recurrent error, but it is not an issue because the size of
the indicators is unsigned long as the size of the pointer.
Regards,
Pierre
--
Pierre Morel
Linux/KVM/QEMU in B?blingen - Germany
2019 May 08
2
[PATCH 10/10] virtio/s390: make airq summary indicators DMA
.../* parse no_auto string before we do anything further */
> no_auto_parse();
> + summary_indicators = cio_dma_zalloc(MAX_AIRQ_AREAS);
> return ccw_driver_register(&virtio_ccw_driver);
> }
> device_initcall(virtio_ccw_init);
>
--
Pierre Morel
Linux/KVM/QEMU in B?blingen - Germany
2019 May 08
2
[PATCH 10/10] virtio/s390: make airq summary indicators DMA
.../* parse no_auto string before we do anything further */
> no_auto_parse();
> + summary_indicators = cio_dma_zalloc(MAX_AIRQ_AREAS);
> return ccw_driver_register(&virtio_ccw_driver);
> }
> device_initcall(virtio_ccw_init);
>
--
Pierre Morel
Linux/KVM/QEMU in B?blingen - Germany
2017 Mar 01
2
[systemd-devel] udev virtio by-path naming
On Wed, Mar 01, 2017 at 07:28:46PM +0100, Viktor Mihajlovski wrote:
> On 01.03.2017 16:58, Daniel P. Berrange wrote:
> > given a basic Fedora 25 guest, with a virtio-mmio disk added as per the
> > guide above...
> >
> > looking at device '/devices/platform/a003e00.virtio_mmio/virtio3/block/vda':
> > KERNEL=="vda"
> >
2017 Mar 01
2
[systemd-devel] udev virtio by-path naming
On Wed, Mar 01, 2017 at 07:28:46PM +0100, Viktor Mihajlovski wrote:
> On 01.03.2017 16:58, Daniel P. Berrange wrote:
> > given a basic Fedora 25 guest, with a virtio-mmio disk added as per the
> > guide above...
> >
> > looking at device '/devices/platform/a003e00.virtio_mmio/virtio3/block/vda':
> > KERNEL=="vda"
> >
2019 May 08
2
[PATCH 08/10] virtio/s390: add indirection to indicators access
...> virtio_config_changed(&vcdev->vdev);
> - clear_bit(0, &vcdev->indicators2);
> + clear_bit(0, indicators2(vcdev));
> }
> }
>
>
Here again just a fast check.
I will go in the functional later.
Regards,
Pierre
--
Pierre Morel
Linux/KVM/QEMU in B?blingen - Germany
2019 May 08
2
[PATCH 08/10] virtio/s390: add indirection to indicators access
...> virtio_config_changed(&vcdev->vdev);
> - clear_bit(0, &vcdev->indicators2);
> + clear_bit(0, indicators2(vcdev));
> }
> }
>
>
Here again just a fast check.
I will go in the functional later.
Regards,
Pierre
--
Pierre Morel
Linux/KVM/QEMU in B?blingen - Germany
2019 May 10
2
[PATCH 08/10] virtio/s390: add indirection to indicators access
...ecified. I did not want to
> do changes that are not necessary for what I'm trying to accomplish. If
> we want we can change these to u64 with a patch on top.
I mean you are changing these line already, so why not doing it right
while at it?
Pierre
--
Pierre Morel
Linux/KVM/QEMU in B?blingen - Germany
2019 May 10
2
[PATCH 08/10] virtio/s390: add indirection to indicators access
...ecified. I did not want to
> do changes that are not necessary for what I'm trying to accomplish. If
> we want we can change these to u64 with a patch on top.
I mean you are changing these line already, so why not doing it right
while at it?
Pierre
--
Pierre Morel
Linux/KVM/QEMU in B?blingen - Germany
2017 Mar 01
0
[systemd-devel] udev virtio by-path naming
...da from a virtio-mmio system.
[1] https://github.com/systemd/systemd/pull/5500
--
Mit freundlichen Gr??en/Kind Regards
Viktor Mihajlovski
IBM Deutschland Research & Development GmbH
Vorsitzender des Aufsichtsrats: Martina K?deritz
Gesch?ftsf?hrung: Dirk Wittkopp
Sitz der Gesellschaft: B?blingen
Registergericht: Amtsgericht Stuttgart, HRB 243294
2017 Mar 01
0
[systemd-devel] udev virtio by-path naming
...ose for
platforms other than x86, right?
>
> Regards,
> Daniel
>
--
Mit freundlichen Gr??en/Kind Regards
Viktor Mihajlovski
IBM Deutschland Research & Development GmbH
Vorsitzender des Aufsichtsrats: Martina K?deritz
Gesch?ftsf?hrung: Dirk Wittkopp
Sitz der Gesellschaft: B?blingen
Registergericht: Amtsgericht Stuttgart, HRB 243294
2019 May 09
0
[PATCH 09/10] virtio/s390: use DMA memory for ccw I/O and classic notifiers
...ut it is not an issue because the size of
> the indicators is unsigned long as the size of the pointer.
>
> Regards,
> Pierre
>
Here too, with the problem of the indicator size handled:
Reviewed-by: Pierre Morel<pmorel at linux.ibm.com>
--
Pierre Morel
Linux/KVM/QEMU in B?blingen - Germany
2008 Jan 14
1
[PATCH] fix bug in virtio-rng
...= 0;
+ vq->vq_ops->get_buf(vq, &len);
+ BUG_ON(!len);
have_data = true;
/* No need to call disable_cb: there can't be any more since we
--
IBM Deutschland Entwicklung GmbH
Vorsitzender des Aufsichtsrats: Martin Jetter
Gesch?ftsf?hrung: Herbert Kircher
Sitz der Gesellschaft: B?blingen
Registergericht: Amtsgericht Stuttgart, HRB 243294
2009 Nov 02
1
smbtortore decription
...IBM Deutschland Research and Development GmbH
Vorsitzender des Aufsichtsrats: Martin Jetter
Gesch?ftsf?hrung: Erich Baier
Sitz der Gesellschaft: B?blingen, Registergericht: Amtsgericht Stuttgart,
HRB 243294