Displaying 20 results from an estimated 40 matches for "your're".
Did you mean:
you're
2004 Aug 06
1
icecast2 ??
Hi all
i'm using icecast 1.3.12 from www.icecast.org
Your're all talking about icecast2 ... where is it's home page ?
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only t...
2018 Jan 29
3
Samba 4.7.4 + bind9 DLZ /backend/ dropping delegated domain
Just a wild guess, but I and others have been having problems with
samba_dlz, because of named "reload."
Try to see if
systemctl reload named
and
systemctl restart named
break and fix the server respectively. (if your're not using systemd, try
"serivice named reload", "service named restart instead")
If you have a /etc/logrotate.d/named file containing "systemctl reload
named.service"
this could be the reason. Change the command to "restart" in the logrotate
file.
On...
2020 Apr 16
2
CTDB and locking issues reloaded
On 15/04/2020 16:57, Ralph Boehme via samba wrote:
> Am 4/15/20 um 10:59 AM schrieb Giuseppe Lo Presti via samba:
>> So the question is do you acknowledge the correct behaviour should be to
>> prevent the second client from getting the lock?
>
> yes. My bet: your cluster filesystem device nummer differs across nodes. Cf:
Bingo!
Indeed inodes are (obviously) identical, but device numbers differ. For
the record, the solution has been to include as suggested:
vfs objects = fileid
fileid:algorithm = fsname
in the global configuration. With this, Micr...
2020 Jun 05
3
[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
...general virtio infrastructure (esp. uapi in patch #2) from virtio
> folks.
>
> I'm planning to send a proper v1 (!RFC) once I have all necessary MM
> acks. In the meanwhile, I will do more testing and minor reworks (e.g.,
> fix !CONFIG_NUMA compilation).
Hi David,
Thanks for your work!
I am trying your https://github.com/davidhildenbrand/linux.git virtio-mem-v5
which works fine for me, but just a 'DMA error' happens when a vm start with
less than 2GB memory, Do I missed sth?
Thanks
Alex
(qemu) qom-set vm0 requested-size 1g
(qemu) [ 26.560026] virtio_mem virtio...
2020 Jun 05
3
[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
...general virtio infrastructure (esp. uapi in patch #2) from virtio
> folks.
>
> I'm planning to send a proper v1 (!RFC) once I have all necessary MM
> acks. In the meanwhile, I will do more testing and minor reworks (e.g.,
> fix !CONFIG_NUMA compilation).
Hi David,
Thanks for your work!
I am trying your https://github.com/davidhildenbrand/linux.git virtio-mem-v5
which works fine for me, but just a 'DMA error' happens when a vm start with
less than 2GB memory, Do I missed sth?
Thanks
Alex
(qemu) qom-set vm0 requested-size 1g
(qemu) [ 26.560026] virtio_mem virtio...
2009 Feb 10
2
[PATCHS] Included 3 patches that updates documentation
Included 3 patches that updates documentation.
This completes a 5 patches set.
If you prefer me to resend all of then as one patch, attached,
discussing or whatever, your're welcome.
Best regards,
vicente
>From 7cec3ad78c8454408c8b6a1950d441e02d56d138 Mon Sep 17 00:00:00 2001
From: Vicente Jimenez Aguilar <googuy at gmail.com>
Date: Fri, 23 Jan 2009 00:57:48 +0100
Subject: [PATCH] tftp tsize option don't needed anymore starting at version 3.70
--...
2020 Jun 05
3
[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
...olks.
>>>
>>> I'm planning to send a proper v1 (!RFC) once I have all necessary MM
>>> acks. In the meanwhile, I will do more testing and minor reworks (e.g.,
>>> fix !CONFIG_NUMA compilation).
>>
>>
>> Hi David,
>>
>> Thanks for your work!
>>
>> I am trying your https://github.com/davidhildenbrand/linux.git virtio-mem-v5
>> which works fine for me, but just a 'DMA error' happens when a vm start with
>> less than 2GB memory, Do I missed sth?
>
> Please use the virtio-mem-v4 branch for now,...
2020 Jun 05
3
[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
...olks.
>>>
>>> I'm planning to send a proper v1 (!RFC) once I have all necessary MM
>>> acks. In the meanwhile, I will do more testing and minor reworks (e.g.,
>>> fix !CONFIG_NUMA compilation).
>>
>>
>> Hi David,
>>
>> Thanks for your work!
>>
>> I am trying your https://github.com/davidhildenbrand/linux.git virtio-mem-v5
>> which works fine for me, but just a 'DMA error' happens when a vm start with
>> less than 2GB memory, Do I missed sth?
>
> Please use the virtio-mem-v4 branch for now,...
2018 Nov 29
2
Best way of merging mbox files
When concatenating mbox files like described here
https://xaizek.github.io/2013-03-30/merge-mbox-mailboxes/. You will end
up with an 'unsorted' mbox file. Is this going to be a problem
esspecially when they are large >2GB's and new emails will be written to
it?
The email client nicely sorts the message from folder A "foldera 5 last"
as last, but of course the mbox is
2020 Jun 05
0
[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
...gt; I'm planning to send a proper v1 (!RFC) once I have all necessary MM
>>>> acks. In the meanwhile, I will do more testing and minor reworks (e.g.,
>>>> fix !CONFIG_NUMA compilation).
>>>
>>>
>>> Hi David,
>>>
>>> Thanks for your work!
>>>
>>> I am trying your https://github.com/davidhildenbrand/linux.git virtio-mem-v5
>>> which works fine for me, but just a 'DMA error' happens when a vm start with
>>> less than 2GB memory, Do I missed sth?
>>
>> Please use the virtio-...
2018 Jan 29
0
Samba 4.7.4 + bind9 DLZ /backend/ dropping delegated domain
...lt;
samba at lists.samba.org> wrote:
> Just a wild guess, but I and others have been having problems with
> samba_dlz, because of named "reload."
> Try to see if
> systemctl reload named
> and
> systemctl restart named
> break and fix the server respectively. (if your're not using systemd, try
> "serivice named reload", "service named restart instead")
> If you have a /etc/logrotate.d/named file containing "systemctl reload
> named.service"
> this could be the reason. Change the command to "restart" in the...
2020 Apr 16
0
CTDB and locking issues reloaded
...jects = fileid
> ? fileid:algorithm = fsname
>
> in the global configuration. With this, Microsoft Office - the real use
> case - works correctly by detecting files opened by other users, no
> matter which gateway users hit.
>
> So thanks a lot, case solved. And what would be your advice concerning
> the other locking settings? In particular:
>
> ? posix locking = no
> ? strict locking = no
> ? oplocks = no
> ? level2 oplocks = no
> ? kernel oplocks = no
that depends on your use case. If you sharing SMB only there's probably
no need to enable posix...
2005 Feb 09
0
Question about range select for static file serve in icecast
...t of Range than I thought.
>
>It only supports the form where you request "everything from this
>point onwards" (for some specified point). The HTTP response given
>will be incorrect if the file is growing - if you ignore the
>content-length header (generally a bad idea) in your client, it might
>work ok. But basically it's really, really not recommended to use
>Range on dynamically changing files.
>
>
>
this is exactly what I need. I don't bother for the length, as I know in
advance what is that file...
this is a great feature : your streams can...
2007 Aug 25
2
Migrate 0.99 MBox into 1.0rc15-2
Hello,
I have old MBOX-trees from a dovecot-0.99-installation. I would like to
integrate them into dovecot 1.0.0rc15 with Maildir.
Sadly the old dovecot is no lonfger running, otherwise imapsync could be
used.
Does anybody can give some hints how to start?
TIA
Stephan
2009 Jan 01
1
looking for Windows rsync without cygwin
wondering if anyone has built a native port yet. It looks like I may have to go
through eliminate delta copy from a half a dozen machines because of transfer
lockups. Conversation on the rsnapshot list indicates that using cygwin may be
the source of my problems.
"""Yes, there's a well-known Cygwin hang bug that rsync seems to hit
especially often. IIRC, the problem is that
2007 Dec 02
1
odfWeave error
hello all,
I trying to use the package 'odfWeave'
and I get the follow error:
### error message
#############################################################
...
Removing content.xml
Post-processing the contents
Error in .Call("RS_XML_Parse", file, handlers, as.logical(addContext), :
Error in the XML event driven parser for content_1.xml: error parsing
attribute name
2003 Jan 03
0
[patch] chroot support for openssh-3.5p1
...] as after the chroot, the
file is no longer accessible.
This patch does work with privilege separation.
This patch requires a binary for scp/sftp-server to be in the proper locations in each jail as well.
You can chrootAll with exceptions or chroot none with a list of chroot'ed users.
If your're concerned with scp/sftp only rssh is still your solution. [http://www.pizzashack.org/rssh]
A web page with the patch is also available: http://majikal.dyn.dhs.org/projekts/openssh_chroot_patch/
Problems/Complaints/Suggestions/Additions can be sent to me at this address.
Cheers,
nick
-----...
2010 Jan 17
1
Dial String command after audio background
exten => s,1,Answer()
exten => s,n,Background(astcc-please-enter-your)
exten => s,n,Background(zip-code)
exten => s,n,WaitExten(5)
exten => s,n,Read(NUMBER,,5)
exten => s,n,SayDigits(${NUMBER})
exten => 22042,n,Dial(SIP/sipvendor/11111111111,120,A(ginger3))
exten => 22601,n,Dial(SIP/sipvendor/11111111111,120,A(ginger3)) ;
xxxxx/ winchester
exten =&...
2020 Apr 16
2
CTDB and locking issues reloaded
...t; Am 4/16/20 um 10:42 AM schrieb Giuseppe Lo Presti:
[...]
>> the other locking settings? In particular:
>>
>> ? posix locking = no
>> ? strict locking = no
>> ? oplocks = no
>> ? level2 oplocks = no
>> ? kernel oplocks = no
>
> that depends on your use case. If you sharing SMB only there's probably
> no need to enable posix locking or kernel oplcks, but you should not
> change the other options from their default values unless you know what
> your're doing.
Actually the filesystem is also shared via FUSE mounts on Linux clie...
2020 Jun 05
0
[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
...patch #2) from virtio
>> folks.
>>
>> I'm planning to send a proper v1 (!RFC) once I have all necessary MM
>> acks. In the meanwhile, I will do more testing and minor reworks (e.g.,
>> fix !CONFIG_NUMA compilation).
>
>
> Hi David,
>
> Thanks for your work!
>
> I am trying your https://github.com/davidhildenbrand/linux.git virtio-mem-v5
> which works fine for me, but just a 'DMA error' happens when a vm start with
> less than 2GB memory, Do I missed sth?
Please use the virtio-mem-v4 branch for now, v5 is still under
constru...