-
hernan604
is there a winamp like that works in bsd ?
-
hernan604
used to use XMMS2 but i think thats deprecated ?
-
hernan604
and whats the correct way to restart audio related services ?
-
ek
hernan604: Use audio/audacity to replace xmms.
-
ek
Not sure what you mean by restarting audio-related services. If it's a service, it should be restart-able by the "service" command.
-
hernan604
ek: my problem is, i use an external amp via USB. So i have to set sysctl hw.snd.default_unit=2 to use it. It works fine for some 30 days +- or more, but then audio output starts to crackle a bit... im not sure why. i have reseted the amp, restarted devd, but the crackling continues
-
hernan604
so im not sure how to reset the complete audio stack
-
hernan604
(maybe this can help)
-
hernan604
(maybe reseting the complete audio stack can help it get to the initial state and no crackling... or, i will need to reboot.. but i dont want to)
-
ek
hernan604: Hrm. I've never had the problem before. If you do reboot, it fixes the problem?
-
hernan604
ek: if i reboot, yes it fixes the crackling
-
hernan604
this is a long going issue with this external usb amp. after some 30, 50 days of uptime, it starts crackling. and the problem is not the amp.
-
hernan604
its somewhere in freebsd
-
hernan604
but im not sure where... or what services to restart to attempt a fix
-
hernan604
hence why i would like to restart the "audio" related services
-
hernan604
but im not sure what those are neither
-
hernan604
running 14.2-RELEASE
-
ek
hernan604: What audio services are you running?
-
hernan604
ek: how can i check ?
-
hernan604
i dont think its anything outside the usual
-
hernan604
but let me know if you have some command i can use to check that
-
hernan604
but it should be just the ususal.. from a fresh install... and manually setting sysctl hw.snd.default_unit=2
-
hernan604
to get output for the amp
-
hernan604
there must be a solution :)
-
hernan604
maybe reboot yes.. but i dont want that
-
hernan604
maybe its because i have youtube opened and mocp
-
hernan604
but im not sure
-
nimaje
hernan604: searching for winamp in the long descriptions of ports yields qmmp, sayonara and d11amp, I haven't looked further at them, but maybe one of them is what you search
-
Bushmaster
Good News Friends, I have successfully install FreeBSD
-
Bushmaster
now I just need to incorporate the technologies I need for my work
-
dvl
I think an /etc/periodic.conf.d/ would be a welcomed addition.
-
dvl
Each app you have could install it's own file (e.g. /etc/periodic.conf.d/pf_droplasso) - this seems very easy to script for automated configuration tools.
-
ivy
dvl: isn't that what /usr/local/etc/periodic is for? e.g. dehydrated installs /usr/local/etc/periodic/daily/000.dehydrated
-
ivy
or do you mean for per-service conf files
-
dvl
ivy: Yes per-service configuration files
-
nimaje
"The periodic.conf file is actually sourced as a shell script" so you could add a ´for conf in /etc/periodic.conf.d/*.conf; do source "$conf"; done´ and maybe it would be good for the default, but I don't think ports themself should install a config there, for configuration management tools I can see the use case
-
ivy
i'm thinking of submitting a patch to add a new rc.conf option: ifconfig_xxx_wg="/some/path/to/wg.conf", which would just run "wg setconf $interface $file" when the interface comes up. any opinions? i'd personally like this as it saves creating a bunch of one-line /etc/start_if.* scripts
-
smr54
Seems as if it'd be worth submitting. I don't use wireguard so I'm not all that qualified to say, but it seems as if it'd be helpful and the worst that happens is it's rejected, no?
-
nimaje
ivy: how about the wireguard service from wireguard-tools@lite ?
-
ivy
nimaje: as we have wg(8) in base it seems silly to install a port just to get an rc script
-
ivy
of course, people could still do that if they wanted
-
nimaje
well, that service could be imported into base instead, especially as it only lives in the ports tree
-
hernan604
nimaje: oh thanks
-
Bushmaster
I have incorporated xfce desktop on top of FreeBSD14.2, but I noticed, if I try to change the wallpaper, it wont change hehhee
-
pstef
hmm, I was looking into implementing brace expansions in /bin/sh but it's not straightforward to make them work when nested
-
pstef
I'd hate to add 1000 lines of code just for this