similar to: A new era in Radio! Don't miss The Experimental Beat! (fwd)

Displaying 20 results from an estimated 1100 matches similar to: "A new era in Radio! Don't miss The Experimental Beat! (fwd)"

2019 Oct 24
2
Still trying to get past authorization problems
Got all the Postfix errors fixed but maybe one, so I don't think that's involved in this mix any more. I had a domain definition problem, got that sorted. The accounts' logins are correct. I tried several from the shell, and they let me in. Here's the minus-n output, not very different from the first time I posted it: # 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf #
2015 Jan 06
2
ubuntu virsh snapshot-create-as gives Error -22 while writing VM
Hello all, I'm trying to create an online internal snapshot to work with Cuckoo Sandbox. I keep receiving this -22 error below on my Ubuntu system and I'm out of ideas, been at it for a while so any help is appreciated. root@cuckoo-sec:~# virsh snapshot-create-as cuckoo cuckoo-snap1 "Cuckoo Snapshot" error: operation failed: Error -22 while writing VM $ uname -a Linux
2019 Oct 22
2
More on problems with new install
Sorry for having lost the original chain of this problem. It's been a very long day. New output from 'dovecot -n output', including the contents of dovecot.conf, conf.d/10-master.conf, conf.d/10-mail.conf and conf.d/10-ssl.conf: # 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.21 (92477967) # OS: Linux 4.15.0-64-generic x86_64 Ubuntu 18.04.3 LTS ext4
2016 May 14
0
Re: libvirt + openvswitch, <parameters interfaceid='x'/> seems less-than-useful?
On 05/13/2016 09:57 AM, Richard Harman wrote: > Hey folks, I'm working on setting up a Cuckoo sandbox malware lab at > home, and can't seem to get openvswitch and libvirt to work together > as-documented. I'm not subscribed to the list, so please reply-all. > Thanks in advance! > > I've debugged this, and I think the interfaceid stuff in network XML >
2016 May 13
2
libvirt + openvswitch, <parameters interfaceid='x'/> seems less-than-useful?
Hey folks, I'm working on setting up a Cuckoo sandbox malware lab at home, and can't seem to get openvswitch and libvirt to work together as-documented. I'm not subscribed to the list, so please reply-all. Thanks in advance! I've debugged this, and I think the interfaceid stuff in network XML isn't doing much besides setting a custom interfaceid in an OpenVSwitch table that
2019 Oct 22
0
dovecot.conf from problem installation
*** dovecot.conf *** ## Dovecot configuration file # If you're in a hurry, see http://wiki2.dovecot.org/QuickConfiguration # "doveconf -n" command gives a clean output of the changed settings. Use it # instead of copy&pasting files when posting to the Dovecot mailing list. # '#' character and everything after it is treated as comments. Extra spaces # and tabs are
2015 Jan 06
0
Re: ubuntu virsh snapshot-create-as gives Error -22 while writing VM
On 01/06/2015 02:03 PM, Jon Schipp wrote: > Hello all, I'm trying to create an online internal snapshot to work with > Cuckoo Sandbox. > I keep receiving this -22 error below on my Ubuntu system and I'm out of > ideas, been at it for a while so any help is appreciated. > > root@cuckoo-sec:~# virsh snapshot-create-as cuckoo cuckoo-snap1 "Cuckoo > Snapshot"
2016 May 14
1
Re: libvirt + openvswitch, <parameters interfaceid='x'/> seems less-than-useful?
On 05/13/16 20:04, Laine Stump wrote: > On 05/13/2016 09:57 AM, Richard Harman wrote: >> I've debugged this, and I think the interfaceid stuff in network XML >> isn't doing much besides setting a custom interfaceid in an OpenVSwitch >> table that really has no effect on the operation of OpenVSwitch. I >> think the -- set Interface vnet0
2010 Mar 03
1
cluster with mahalanobis distance
How can I perform cluster analysis using the mahalanobis distance instead of the euclidean distance? thank you Naama Wolf -- View this message in context: http://n4.nabble.com/cluster-with-mahalanobis-distance-tp1577038p1577038.html Sent from the R help mailing list archive at Nabble.com.
2023 Feb 06
2
Still Struggling with Secure Connections
I made a special pair of keys just for Icecast with this command: $ openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem I combined the two files like this: $ cat cert.pem key.pem > icecast.pem I placed icecast.pem in /etc/icecast2 and used 'chown icecast2:icecast icecast.pem' to change owner to icecast2:icecast. I also changed its protection to
2019 Oct 22
2
More on problems with new install
I pasted that block at the end of dovecot.conf, restarted, and got the following in syslog: Oct 22 08:24:32 tgvprod dovecot[7290]: doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 106: Expecting '{' Oct 22 08:24:32 tgvprod systemd[1]: dovecot.service: Main process exited, code=exited, status=89/n/a Oct 22 08:24:32 tgvprod systemd[1]: dovecot.service: Failed
2013 May 31
0
Opus vs. Vorbis
Hello Jordan, I run a test stream in OPUS format. I find the quality of OPUS way better at low bitrates then VORBIS. Thus better quality at lower bitrates, but also on higher bitrates the codec sounds good. Latency is lower, but for broadcasting a radio program for me at the moment it is not that importend, so i did not test that really with icecast (i did test opus low latency but with other
2013 May 31
2
Opus vs. Vorbis
Hello Dennis! Please send me the links to your streams. I'm interested in the audioquality. regards Gagarin M. Stockholm www.mrs.se Dennis Heerema <Dennis at Heerema.net> wrote: >Hello Jordan, > >I run a test stream in OPUS format. >I find the quality of OPUS way better at low bitrates then VORBIS. >Thus better quality at lower bitrates, but also on higher bitrates the
2013 Jun 09
0
Opus vs. Vorbis
On 05/31/2013 04:48 PM, Gagarin Miljkovich wrote: > Hello Dennis! > > Please send me the links to your streams. I'm interested in the > audioquality. You can also check out: http://dir.xiph.org/by_format/Opus Best regards Thomas B. Ruecker > Dennis Heerema <Dennis at Heerema.net> wrote: > > Hello Jordan, > > I run a test stream in OPUS format. >
2016 Mar 23
0
[GSoC 2016] Adding MachineModule pass to LLVM
Hello Ethan, > Hi Vivek, > > I've reviewed your MachineModulePass proposal and in general, I like > what I'm seeing. A few suggestions on how you can make it stronger: > > 1. Please go into more specific detail on your prior work with LLVM. > Specifically: > 1. Which optimizations and passes have you implemented in your > class assignments?
2019 Oct 22
0
More on problems with new install
On 22.10.2019 10.33, Steve Matzura via dovecot wrote: > Sorry for having lost the original chain of this problem. It's been a > very long day. > > <snip/> > There is no user 'rock', it's just a Postfix mailbox. > You problem stems from dovecot doing user lookup using 'rock at theglobalvoice.info' which is why it breaks. So, to fix this, and
2019 Oct 22
0
More on problems with new install
Can you show what you ended up pasting? Aki On 22.10.2019 11.34, Steve Matzura via dovecot wrote: > I pasted that block at the end of dovecot.conf, restarted, and got the > following in syslog: > > Oct 22 08:24:32 tgvprod dovecot[7290]: doveconf: Fatal: Error in > configuration file /etc/dovecot/dovecot.conf line 106: Expecting '{' > Oct 22 08:24:32 tgvprod systemd[1]:
2019 Oct 22
0
More on problems with new install
Yes, well, can you paste your entire dovecot.conf file then? Remember to redact passwords. Aki On 22.10.2019 12.01, Steve Matzura via dovecot wrote: > It was the three passdb blocks you sent me. > > > On 10/22/2019 4:43 AM, Aki Tuomi via dovecot wrote: >> Can you show what you ended up pasting? >> >> Aki >> >> On 22.10.2019 11.34, Steve Matzura via
2013 May 31
1
Opus vs. Vorbis
Hi Dennis, Thank you very much for this info, it helps a lot! I'm curious about the track changing - I know that this currently is a semi-issue even with my own vorbis streams and some listening clients.. for example, with ffmp3 sometimes the stream will drop between tracks. I'm also curious as to the implementation of "Intro" files (and tracks/live input in general, I guess)
2019 Oct 22
2
More on problems with new install
It was the three passdb blocks you sent me. On 10/22/2019 4:43 AM, Aki Tuomi via dovecot wrote: > Can you show what you ended up pasting? > > Aki > > On 22.10.2019 11.34, Steve Matzura via dovecot wrote: >> I pasted that block at the end of dovecot.conf, restarted, and got the >> following in syslog: >> >> Oct 22 08:24:32 tgvprod dovecot[7290]: doveconf: