similar to: Mumble gamers' VOIP server (murmur)

Displaying 20 results from an estimated 4000 matches similar to: "Mumble gamers' VOIP server (murmur)"

2017 Oct 04
2
systemd-networkd issue
On 4 Oct 2017 3:13 pm, "Kenneth Porter" <shiva at sewingwitch.com> wrote: On 10/3/2017 8:14 PM, Phil Manuel wrote: > systemd-networkd doesn't use those files at all. > > If you look at the appropriate ifcfg files eg > /etc/sysconfig/network-scripts/ifcfg-em1 do you see IPV6_FAILURE_FATAL=no > ? > Where does systemd-networkd store its settings, then?
2020 Aug 26
2
Viewing changelog for packages to be updated
On Wed, Aug 26, 2020 at 2:54 PM Kenneth Porter <shiva at sewingwitch.com> wrote: > > Is there some way to see the RPM changelog entries for a prospective yum > update? Ideally I'd like to see just the entries that are newer than the > version of the package I already have. > > I saw a new kernel in today's yum-cron email and I'd like to know what it's >
2019 Jan 07
2
Upgrade CentOS 7.4 to 7.5 and don't want to upgrade it to 7.6
On Mon, Jan 7, 2019 at 5:49 PM Kenneth Porter <shiva at sewingwitch.com> wrote: > On 1/6/2019 10:51 PM, Kaushal Shriyan wrote: > > the product does not support the latest CentOS Linux > > release 7.6.1810 (Core) version as of now. > > What product and what, specifically, about 7.6 does it not support? > Could you not just exclude the incompatible packages? You could
2020 May 26
3
ip6tables equivalent for NAT?
with ipv6, you just allow the specific ports destined to the specific local machine(s) in on your WAN side, they don't need translating. same sort of rule as if you had a internet-facing service running on the routing system On Tue, May 26, 2020 at 11:55 AM Kenneth Porter <shiva at sewingwitch.com> wrote: > I finally got an ISP connection with working IPv6 and now I need to add
2016 Oct 11
2
iOS Parsing Error
Hi, When compiling mumble-iphone from https://github.com/mumble-voip/mumble-iphoneos <https://github.com/mumble-voip/mumble-iphoneos> I had a parser error on the file CodeOutputStream.m (form https://github.com/booyah/protobuf-objc/tree/696b7b61cdd4e8d77c55ace98b3119194fa04b7f <https://github.com/booyah/protobuf-objc/tree/696b7b61cdd4e8d77c55ace98b3119194fa04b7f>). I know that the
2019 Sep 20
2
Replacing sendmail with postfix (was: deprecations leading up to C8)
Once upon a time, Kenneth Porter <shiva at sewingwitch.com> said: > How would you implement the section here titled "Sendmail > workaround" using Postfix? http://www.postfix.org/postconf.5.html#recipient_delimiter -- Chris Adams <linux at cmadams.net>
2019 Nov 20
1
C8 and NetworkManager problem
> On Nov 20, 2019, at 16:17, Kenneth Porter <shiva at sewingwitch.com> wrote: > (How does systemd know the difference between generated files and hand-crafted ones? Can one just remove the fstab entry once the generated one is present? That would make migration easier.) Mount units created by the systemd generator are dynamically created each boot. You can create a persistent one in
2020 Apr 08
1
RHEL 7.8 is out
On Wed, Apr 8, 2020 at 2:01 AM Kenneth Porter <shiva at sewingwitch.com> wrote: > Some useful info for the list. Release notes! ;) > > < > https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.8_release_notes/index > > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org >
2016 Aug 20
2
smbclient is SLOW!
On Fri, 19 Aug 2016 23:40:45 -0700 ToddAndMargo via samba <samba at lists.samba.org> wrote: > On 08/16/2016 12:52 AM, ToddAndMargo via samba wrote: > > Hi All, > > > > Fedora Core 24, x64 > > samba-4.4.5-1.fc24.x86_64 > > > > smbclient -L 127.0.0.1 > > > > is very, very slow. It comes back correctly, but takes 20 seconds. > > One
2013 Nov 14
3
What is wrong with this class?
somefile.pp class mumble { } class mumble::testcontents inherits mumble { file { "/tmp/testfile": path => "/tmp/testfile, ensure => present, mode => 0640, content => "I am a test file.", puppet parser validate passed it. puppet apply says it is run yet no /tmp/testfile appears the puppet master is running and this is being
2019 Oct 26
2
ls permissions format changed in CentOS 8
--On Friday, October 25, 2019 6:39 PM -0700 Kenneth Porter <shiva at sewingwitch.com> wrote: > I may have to pull the coreutils-8.30-6.el8.x86_64 sources to see how ls > makes these decisions. I pulled the coreutils SRPM and it won't build because it wants texinfo and dnf says it doesn't exist, using either the builddep or search subcommands. (There may be other builddep
2011 Jul 08
5
Triggering script from cron or web client
I have a Bash script, currently run a couple times an hour from cron, that pulls data from an old Windows DB by rsync, converts it to SQL, and injects it into a MySQL DB for display in a LAMP-based app. (Make and Perl are also involved to minimize the number of tables touched and to clean up the SQL generated by Pxlib.) I'd like to add the ability to refresh the data immediately from the
2019 Jan 07
1
Upgrade CentOS 7.4 to 7.5 and don't want to upgrade it to 7.6
In article <68ce2ebfe8545ef4eda869657c72b9be.squirrel at webmail.bi.invoca.ch>, Simon Matter via CentOS <centos at centos.org> wrote: > > On Mon, Jan 7, 2019 at 5:49 PM Kenneth Porter <shiva at sewingwitch.com> > > wrote: > > > >> On 1/6/2019 10:51 PM, Kaushal Shriyan wrote: > >> > the product does not support the latest CentOS Linux >
2007 Aug 30
4
SELinux question - to fix bug in Webmin
I found a bug in Webmin when using Webmin with SELinux in Permissive Mode. The author of Webmin, asked me, in their bug tracker on SourceForge: > Ok, thanks ... I see the problem. Webmin opens the log file > /var/webmin/miniserv.error and connects STDERR to it, then runs other > commands like iptables, which inherits the STDERR file descriptor. > This is generally a good thing, as any
2016 Aug 20
1
smbclient is SLOW!
On Sat, 20 Aug 2016 04:21:07 -0700 ToddAndMargo via samba <samba at lists.samba.org> wrote: > On 08/20/2016 01:35 AM, Rowland Penny via samba wrote: > > On Fri, 19 Aug 2016 23:40:45 -0700 > > ToddAndMargo via samba <samba at lists.samba.org> wrote: > > > >> On 08/16/2016 12:52 AM, ToddAndMargo via samba wrote: > >>> Hi All, > >>>
2020 Aug 27
2
Viewing changelog for packages to be updated
On Wed, Aug 26, 2020 at 11:18 PM Simon Matter via CentOS <centos at centos.org> wrote: > > > On Wed, Aug 26, 2020 at 2:54 PM Kenneth Porter <shiva at sewingwitch.com> > > wrote: > >> > >> Is there some way to see the RPM changelog entries for a prospective yum > >> update? Ideally I'd like to see just the entries that are newer than the
2007 Oct 17
3
My spa has a mind of its own
I have a Sipura SPA-841. It's developed a nasty habit. At random times, it likes to dial my cell phone voicemail number and play my messages to anybody who happens to be within earshot. Any clues where to look at what's going on? My voice mail number (extension 220 in my dialplan) is the only number being dialed. When this happens, show channels looks like this: IAX2/NuFone-1
2004 Jan 10
3
Domain group not working in valid users
Using samba-3.0.0-15 on Fedora Core 1. I have a group "Electronics Testing" on my Win2k AD server and added this to a share in my smb.conf: valid users = @"electronics testing" A user in this group is unable to connect. A local user added to valid users is able to connect, so other share settings look ok. I see this in the log: [2004/01/09 13:38:00, 10]
2011 Jun 24
1
Bounty offer
Hello there! our company (e-learning) is trying to roll out Mumble for our users. The quality is awesome but setting up the program is a pain for our users and we'd like to improve that for our users and for Mumble users in general. The main issue our users have is with voice detection. Speaking with Mumble's community they informed me Now, one of the most twitchy aspects of the audio
2010 Jan 27
7
CentOS 5.4 64-bit: Java web browser plugin for 64-bit FireFox?
Does there exist *anywhere* a Java web browser plugin for 64-bit FireFox? The SUN 1.6<mumble> JDK (jdk-6u18-linux-amd64.rpm) does NOT include the Java web browser plugin library. java-1.6.0-openjdk-1.6.0.0-1.2.b09.el5.x86_64.rpm does not have one either. Should I install the *32-bit* SUN 1.6<mumble> JDK and use the 32-64 bit wrapper? I've searched the web and read the wiki