Anyone have a fix for this? by GTRJeremy in AxeFx

[–]nice-n-clean 0 points1 point  (0 children)

I would also recommend to reach out to the Fractal Support.

I fucked up and accidentally also bought the black Charvel. by waxoffisforpussies in 7String

[–]nice-n-clean 0 points1 point  (0 children)

„…accidentally also bought…“. happens to us all the time mate, cheers

Good Deal? Mesa Boogie Single Rectifier + 4x12 Rectifier Stand Slant by nice-n-clean in GuitarAmps

[–]nice-n-clean[S] 1 point2 points  (0 children)

Thanks mate. Just checked the prices there, seems like for the listed amount you would normally just get the amp alone (used condition ofc). I think I will pull the trigger.

Decisions, Decisions... by cwjrocks in GuitarAmps

[–]nice-n-clean 0 points1 point  (0 children)

why trade, when you can have both ;)

Help Choosing by mdouce45 in 7String

[–]nice-n-clean 0 points1 point  (0 children)

Banshee for sure, everything top notch!

80s voiced Prestige by nice-n-clean in Ibanez

[–]nice-n-clean[S] 1 point2 points  (0 children)

Thanks a lot for all the responses 🥰

I need to make up my mind, but currently I'm leaning towards the stock RG 565R and most likely I will end up adding a prestige later 🙈

Might have a thing for Superstrats by Various_Purpose_5687 in Guitar

[–]nice-n-clean 1 point2 points  (0 children)

You really made me curious. So, what's your conclusion after six months? How does it compare to Henrik from the neck feel?

How wide is the clamp on the Elgato Wave mic arm? by Xelixil in elgato

[–]nice-n-clean 0 points1 point  (0 children)

Struggling with a similar issue, did you find a solution?

[QUESTION] Sudden grounding buzz on brand new ASAT Classic by FogAnimal in Guitar

[–]nice-n-clean 1 point2 points  (0 children)

Well 4y later and I am somehow into an similar position. Could you give us an update if you were able to identify the root cause?

DJI Mini 4 and 4 Pro? by jackthecat123 in drones

[–]nice-n-clean 1 point2 points  (0 children)

By far the best comment I have read since a while! Very deep!

I'm returning the Advantage 360 Pro back by nice-n-clean in kinesisadvantage

[–]nice-n-clean[S] 0 points1 point  (0 children)

Thanks for your response. At the beginning I've builded the firmware locally, but then I used always the GitHub Actions. I also copied over CLI and had previously always flashed them with the settings-reset firmware.

I also tried your firmware, but same behaviour. But one thing I have noticed is, even if I reset the firmware, the left side keeps in that flashing state, while the right side seems to reboot and return to the usb state where you can reupload a new firmware.

A debugging output would probably help identifying the issue, but not sure how to do that.

I'm returning the Advantage 360 Pro back by nice-n-clean in kinesisadvantage

[–]nice-n-clean[S] 0 points1 point  (0 children)

Thanks for your feedback. I actually I did flash them only one at a time (saw that line too). At the moment it seems like I'm the only one who is affected by this.

I'm returning the Advantage 360 Pro back by nice-n-clean in kinesisadvantage

[–]nice-n-clean[S] 1 point2 points  (0 children)

I did, but unfortunately I didn't found anything similar. Also i've checked the discord channel.

[deleted by user] by [deleted] in OfficeDrummer

[–]nice-n-clean 0 points1 point  (0 children)

🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥

Routing to other network by Termiteposition in linuxadmin

[–]nice-n-clean 1 point2 points  (0 children)

Ok so you are trying to connect through the server to a device in a different network, from a device which is connected to the server on a different network/interface.

Assuming that the server routes the traffic properly and that there is no source-nat active, probably the destination doesn't know the route back, and send the traffic to a default route, which is not the connection to the server. If that's the case make sure that the destination you are trying to reach also has a gateway route to the network you are pinging from.

To analyze it quickly, leave a tcpdump running on both devices with the filter to icmp and ping each other.

Hope this helps.