Mariadb10.11.6 Glarea single failed node startup stuck failure Programming Databases by mx_983 … [Note] WSREP: (b0bc65f1-8af3, 'tcp://0.0.0.0:4567') multicast: , ttl: 1 2024-04-03 5:05:10 0 [Note… Re: Mariadb10.11.6 Glarea single failed node startup stuck failure Programming Databases by rproffitt From https://stackoverflow.com/questions/78269177/mariadb10-11-6-galera-single-failed-node-startup-stuck-failure where they call it out as a bug waiting for a fix. Re: Mariadb10.11.6 Glarea single failed node startup stuck failure Programming Databases by rproffitt The problem is still unresolved. Until the bug is fixed. Be sure to tell all that you don't accept this as a bug and want a fix now. Re: Mariadb10.11.6 Glarea single failed node startup stuck failure Programming Databases by rproffitt I wonder if the last other stable releases show this issue? "Stable release: 11.3.2 / 16 February 2024; 46 days ago" or the most recent release of MariaDB 10.11: MariaDB 10.11.7 Stable (GA) That is, many fixes don't get released for out of date versions. The new version is how many fixes are issued. Re: Mariadb10.11.6 Glarea single failed node startup stuck failure Programming Databases by toneewa I wonder how these IP addresses are issued. Static, dynamic, or is DHCP on? It reminds me of the time a network printer that stopped working, after the power went out. Other devices connected to the network after it's setup. Then, after rebooting, it got a different IP, but the host still thought it was on the old one. I've seen the same thing when… Re: multicast deligate? Programming Software Development by nick.crane All [B]events[/B] are multicast delicates. Every time you set up a Button_Click event you are using a multicast deligate. Do you have any specific questions about multicast deligates? Re: Multicast using TCP port in C sharp Programming Software Development by Ketsuekiame Do you really mean multicast? Multicast is to send a single packet to multiple destinations in a single transmit. If this is really what you want, try something like [NORM](http://www.nrl.navy.mil/itd/ncs/products/norm) multicast chat Programming Software Development by kitsune Hi all, I'm developing a chat application using multicast in netbeans. i did the send and receive classes and … multicast deligate? Programming Software Development by stephin can any one send an code for multicast deligate and also nice examples to share with students? Multicast using TCP port in C sharp Programming Software Development by ManthanB Well i know one can multicast using udp port. but i want to know if it … Re: UDP/Multicast traffic over WAN Hardware and Software Networking by pmorris1 … I gathered from your post, you are trying to push multicast over the internet. This will not work as most ISP…'s block multicast from the end user. What I would suggest is this… with this is, a regular IPSec VPN will not move multicast, so must start with a GRE tunnel and then encrypt… UDP/Multicast traffic over WAN Hardware and Software Networking by chi-hawk …. But the remote machines do not "hear" the multicast messages. What settings need to be set so that the… remote site can get this multicast traffic? Many thanks in advance. John The Server: [CODE=c… Receiving multicast from a different subnet Programming Software Development by darkwing …. I'm writing a Python program to subscribe to a multicast group and prints out data it receives. The program works…'m posting the code I used to subscribe to the multicast group in Python below. [CODE] self.sockfd = socket.socket(socket… Video over IP solution without multicast? Hardware and Software Networking by mmcdonald …-works/ The only issue is, our network doesn't support multicast technologies because our switches do not have any IGMP snooping… where this can be achieved without the need for a multicast enabled network? Thanks, M To Multicast or Not? Programming Software Development by DeanMSands3 … devices. B. 0. (Unconfigured target device is running multicast listener service) 1. Send multicast message, asking for target's 'eth0' address. After… Need help in doing Ghost multicast(DOS ver) Hardware and Software Microsoft Windows by ninja_Turtle Hi all, Not sure is this a correct place to post. But I need some help on Norton Ghost multicast (DOS Ver). Example: PC 'A' is my server image if I need to reclone 2 pc at the same time without insert bootdisc on the 2 PC. Thks Re: Need help in doing Ghost multicast(DOS ver) Hardware and Software Microsoft Windows by chizy2 you must have a DOS based network setup for multicast to work ( Lantastic, microsoft TCP/IP, etc. ) Re: Need help in doing Ghost multicast(DOS ver) Hardware and Software Microsoft Windows by ninja_Turtle [QUOTE=chizy2;611904]you must have a DOS based network setup for multicast to work ( Lantastic, microsoft TCP/IP, etc. )[/QUOTE] Hi, Sorry I noob in networking. Do u mind sharing the step for setting up mulitcast. Thks java multicast socket Programming Software Development by sitajaf Hi, am trying to use a multicast socket in an application but I constantly get this exception; java.net.SocketException: error setting options. I have failed to find its cause and how to solve it. Pliz help (what could be causing it, and how can i solve it? thanx. Re: java multicast socket Programming Software Development by sitajaf i have noticed that the problem only comes up when i try to run it offline. How can i successfully test a multicast prog when offline. am using windows xp. java video multicast Programming Software Development by shiv0013 I am trying to multicast video using java. i tried jmf with rtp. but i need to sign send them as packets and authenticate them before playing. is it supported in jmf with rtp? or is there any way to play a incomplete video file. thanx in advance for ur help!!!!!!!!!!! Multicast video from VCR classroom Hardware and Software Networking by axiomx11 I have a client who wants to set up a corporate-learning style classroom full of computers. (If you can see the attached diagram, it might help.) Teacher stand up front and all the students sit at their computers. Teacher throws a switch and all the students screens show exactly what is on the teachers screen, they can watch, but not … Re: Multicast video from VCR classroom Hardware and Software Networking by jbennet uh at my college we have smartboard, projector and dvd player doing this, there plugged into some kind of dedicated box - has ethernet on one side and scart/vga on the other Re: Video over IP solution without multicast? Hardware and Software Networking by rubberman Try this google search: streaming tv server FWIW, multi-cast is usually not viable outside of a LAN, and your routers need to be configured to allow multi-cast outside of a subnet. Re: Video over IP solution without multicast? Hardware and Software Networking by mmcdonald I ended up getting cable time - we've got a demo kit for 2 months :) Re: To Multicast or Not? Programming Software Development by rproffitt "There's got to be a better way." I just setup my second Yi Car Camera (see that on amazon.com or elsewhere) and at no point in the setup or use did I see any mention of IP configuration. You should explore their method of WiFi setup. The same thing happens with our Echo devices. Both devices have a common setup tool. Some app on… Re: To Multicast or Not? Programming Software Development by DeanMSands3 @rproffitt: The way I'd see doing that is setting up an ad-hoc Wifi network from the device that the app connects into. I think the Amazon Echo does that. Re: To Multicast or Not? Programming Software Development by rproffitt Or it's [WiFi Direct](https://www.wi-fi.org/discover-wi-fi/wi-fi-direct). Re: Need help in doing Ghost multicast(DOS ver) Hardware and Software Microsoft Windows by chizy2 Depends on the Ghost version, and what type of network protocol/suite are you using? Re: Need help in doing Ghost multicast(DOS ver) Hardware and Software Microsoft Windows by ninja_Turtle [QUOTE=chizy2;610958]Depends on the Ghost version, and what type of network protocol/suite are you using?[/QUOTE] Hi, Ghost 11 (Dos ver). But do not understand what you mean by type of network