similar to: Another question

Displaying 20 results from an estimated 8000 matches similar to: "Another question"

2003 Mar 16
2
Some Questions
Hello I posted these to the vorbis maillist, but got no answers, so I try it here again: Currently, I'm having a very close look at the spec and discovered some mistakes, misundestandings: 1--------- in "vorbis-spec-res.html" paragraph Residue format Reside format partitions each......... ^ heres the 'u' missing. <p>2-------------- Probably another one in
2005 Dec 09
0
RE: nodebytes and leafwords
hi kuhlen, what you said is correct. i am talking about how you are going to arrange these codewords into an array, i.e. in the function _make_decode_table. there he uses node bytes and leaf words for memory management. i got a 24 bit platform. so if i assume that max. codeword length that could be possible as 24 bits can i allocate a memory of (2 * used entries - 2), to arrange the whole tree in
2003 Apr 24
2
Huffman decompression
Hello ! A question to all 'Wheel-reinventers': I can build the huffmantrees by hand (on paper) but how to code it? Are there any good URLs out there? Or does the spec supply sufficient information? I tried figure out how oggdec (debugging) does this, but I couldn't get the clou. Thank you Dominik --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project
2003 Jul 27
1
oggenc questions
Hello everybody! Some questions concerning oggenc: 1 why is it called oggenc? (vorbisenc would make more sense) 2 Is it true, that oggenc uses only some predefined codebooks (depending on -q)? 2.1 Are they just "random" books, or were they "optimized" in any way 2.2 Is it possible, that some codebooks are stored in the header, but are never used (even in long (>3min) files)?
2017 Jul 09
0
Re: Ubuntu 16.04 libvirt-guests.sh [6917] - running guests under URI address default: no running guests
I'm not familiar with the libvirt codebase, but the extension of libvirt-guests.sh indicates that it is a shell script. Maybe you can modify it to find the spot where it hangs? 2017-07-09 18:49 GMT+02:00 Jędrek Domański <jedrek.domanski@gmail.com>: > Yeah, I know. Sorry for my demanding attitude. > > Any hints how I could start debugging the problem? > > 2017-07-09 18:12
2017 Jul 09
2
Re: Ubuntu 16.04 libvirt-guests.sh [6917] - running guests under URI address default: no running guests
Yeah, I know. Sorry for my demanding attitude. Any hints how I could start debugging the problem? 2017-07-09 18:12 GMT+02:00 Dominik Psenner <dpsenner@gmail.com>: > You can't expect anyone to step up happily to fix a problem you > experience. If you're unhappy with the open source solution you have at > least 4 options: > > 1. buy a license for red hat > 2. get
2017 Jul 09
0
Re: Ubuntu 16.04 libvirt-guests.sh [6917] - running guests under URI address default: no running guests
You can't expect anyone to step up happily to fix a problem you experience. If you're unhappy with the open source solution you have at least 4 options: 1. buy a license for red hat 2. get customer support from red hat 3. buy a license for vmware 4. work out why it doesn't work, give feedback to the community and may even work out a fix that you can give back to the community. with a
2017 Jul 08
2
Re: Ubuntu 16.04 libvirt-guests.sh [6917] - running guests under URI address default: no running guests
Dominik, What's the point of including a software to an OS that does not work? 2017-07-08 18:34 GMT+02:00 Dominik Psenner <dpsenner@gmail.com>: > I just wanted to point out that you're only resolving the symptom, not the > actual cause. At the same time I'm afraid that I don't know what the cause > of your problems is. If you don't want to run virsh guests you
2017 Jul 07
3
Re: Ubuntu 16.04 libvirt-guests.sh [6917] - running guests under URI address default: no running guests
Hi Dominik, So what is going on on my computer with the script *libvirt-guests.sh*? Why is it hanging on it? How should I address this problem? I really appreciate your help! Thank you! 2017-07-07 9:20 GMT+02:00 Dominik Psenner <dpsenner@gmail.com>: > And software is up to date to latest version in LTS: > > $ virsh --version > 1.3.1 > > > 2017-07-07 9:20 GMT+02:00
2017 Jul 07
0
Re: Ubuntu 16.04 libvirt-guests.sh [6917] - running guests under URI address default: no running guests
And software is up to date to latest version in LTS: $ virsh --version 1.3.1 2017-07-07 9:20 GMT+02:00 Dominik Psenner <dpsenner@gmail.com>: > $ uname -a > Linux mugen 4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:43 UTC 2017 > x86_64 x86_64 x86_64 GNU/Linux > $ lsb_release -a > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 16.04.2
2019 Jan 12
2
[solved] managesieve configuration
Op 11/01/2019 om 16:05 schreef Dominik Menke: > Hello Gerald, > > that did the trick, thank you very much! > > --Dominik > > > On 1/11/19 10:54 AM, Gerald Galster wrote: >> Hi Dominik, >> >> I have set ssl = required in 10-ssl.conf globally but no ssl here: >> >> service managesieve-login { >> ?? inet_listener sieve { >> ???? port =
2019 Jan 11
0
[solved] managesieve configuration
Hello Gerald, that did the trick, thank you very much! --Dominik On 1/11/19 10:54 AM, Gerald Galster wrote: > Hi Dominik, > > I have set ssl = required in 10-ssl.conf globally but no ssl here: > > service managesieve-login { > inet_listener sieve { > port = 4190 > } > ... > } > > > Nevertheless, STARTTLS is offered > >
2008 Dec 12
1
recursive List extraction question
Dear all, I've got a list L <- list(L1 = list (foo = "bar" , SL = NULL ) , L2 = list ( foo = "bar" , SL = list (SSL1 = list (DF = data.frame(val = 21, foo = "bar") , DFOO = list(foo = "foo", bar = "bar") ) ,
2017 Aug 14
2
virsh blockcommit fails regularily (was: virtual drive performance)
Hi, a small update on this. We have migrated the virtualized host to use the virtio drivers and now the drive performance is improved so that we can see a constant transfer rate. Before it used to be the same rate but regularly dropped to a few bytes/sec for a few seconds and then was fast again. However we still observe that the following fails regularily: $ virsh snapshot-create-as --domain
2017 Jul 08
0
Re: Ubuntu 16.04 libvirt-guests.sh [6917] - running guests under URI address default: no running guests
I just wanted to point out that you're only resolving the symptom, not the actual cause. At the same time I'm afraid that I don't know what the cause of your problems is. If you don't want to run virsh guests you probably won't need the service, but then what's the point of having libvirt-bin installed in the first place? :-) Cheers 2017-07-07 23:23 GMT+02:00 Jędrek
2017 Jul 07
0
Re: 答复: virtual drive performance
Hi, different day, same issue.. cronjob runs and fails: $ virsh snapshot-create-as --domain domain --name backup --no-metadata --atomic --disk-only --diskspec hda,snapshot=external error: failed to pivot job for disk hda error: block copy still active: disk 'hda' not ready for pivot yet Could not merge changes for disk hda of domain. VM may be in invalid state. Then running the
2020 Oct 09
2
GlobalISel round table follow up: register bank select
Hi Quentin, Am 08.10.20 um 21:17 schrieb Quentin Colombet: > Hi Dominik, > >> On Oct 8, 2020, at 5:03 AM, Dominik Montada >> <dominik.montada at hightec-rt.com >> <mailto:dominik.montada at hightec-rt.com>> wrote: >> >> Hi Quentin, >> >> thanks for picking up the conversation! >> >> > I think we should step back and
2017 Jul 07
2
Re: Ubuntu 16.04 libvirt-guests.sh [6917] - running guests under URI address default: no running guests
Dominik, As far as I am concerned the command provided by Andrea disables libvirt-guests service at boot. jedrek@Home:~$ service libvirt-guests status ● libvirt-guests.service - Suspend Active Libvirt Guests Loaded: loaded (/lib/systemd/system/libvirt-guests.service; *disabled*; vendor preset: enabled) Active: inactive (dead) Docs: man:libvirtd(8) http://libvirt.org When
2020 Mar 02
2
Correct modelling of instructions with types smaller than the register class
Hi Quentin, thank you for the reply! This clears up a lot of the questions I was having. It seems like we should definitely invest some time in rewriting some of our legalization rules then! I also posted some questions further down below. I would appreciate getting your opinion on them. > Hi Dominik, > > I’ll do a brief reply here and if you want more information we can talk further
2003 Apr 11
0
Samba maps any user to nobody -> problem logging on to samba domain (pdc) from a win xp workstation
I did it all again. The samba workstation account smb_cl is all right. My problem is that after I have joined my samba domain the domain logon does not work. At the logon prompt on my Win XP it says - that no domain controller is available or - that my machine account was not found. My log.smbd says at the same time: [2003/04/11 12:21:59, 0] smbd/password.c:authorise_login(872)