[gentoo-user] How to make binary Asterisk package

2024-02-03 Thread Thelma
How to make net-misc/asterisk-16.30.1 into binary package so I can install in on future gentoo boxes. I think asterisk ver. 16 (still in portage) is the last one still compatible with sip/iax code all future versions starting with ver.18 are converting sip => pjsip that is not compatible with

[gentoo-user] Re: problem installing a package that uses meson instead of the regular autotools system

2024-02-03 Thread Nuno Silva
On 2024-02-04, John Covici wrote: > Hi there. I am trying to use gentoo to install an updated version of > orca which is a screen reader for linux. They have switched overr to > using meson build system. So, I have done this so far: > src_prepare() { > mkdir _build > default > } > >

[gentoo-user] problem installing a package that uses meson instead of the regular autotools system

2024-02-03 Thread John Covici
Hi there. I am trying to use gentoo to install an updated version of orca which is a screen reader for linux. They have switched overr to using meson build system. So, I have done this so far: src_prepare() { mkdir _build default } src_configure() { meson setup -D prefix=/usr _build meson

[gentoo-user] Re: Suggestions for backup scheme?

2024-02-03 Thread Grant Edwards
On 2024-02-03, Wol wrote: > On 03/02/2024 16:02, Grant Edwards wrote: >> rsnapshot is an application that uses rsync to do >> hourly/daily/weekly/monthly (user-configurable) backups of selected >> directory trees. It's done using rsync to create snapshots. They are >> in-effect "incremental"

Re: [gentoo-user] Asterisk - need some help [SOLVED]

2024-02-03 Thread William Kenworthy
I believe asterisk is evolving way from a "carrier" mindset more into an IT one. Losing support for ancient hardware is part of that. I no longer use IAX (used it to trunk multiple instances across vpn's - worked well.)  Currently I only have a couple of now quite old Cisco phones and Jami

Re: [gentoo-user] Asterisk - need some help [SOLVED]

2024-02-03 Thread Thelma
I think I was able solve my problem, it was as simple as disabling "jitterbuffer" in iax.conf I can hear phone voicemail request from the remote asterisk, will know 100% on Monday. Regarding Asterisk I'm on 16.30.1 ; tried emerging ver.18 but my AudioCodes box wouldn't even register to it.

Re: [gentoo-user] Re: Suggestions for backup scheme?

2024-02-03 Thread Michael
On Saturday, 3 February 2024 17:32:17 GMT Rich Freeman wrote: > On Fri, Feb 2, 2024 at 6:39 PM Grant Edwards wrote: > > On 2024-01-31, Rich Freeman wrote: > > > In any case, these COW filesystems, much like git, store data in a > > > way that makes it very efficient to diff two snapshots and

Re: [gentoo-user] Re: Suggestions for backup scheme?

2024-02-03 Thread Rich Freeman
On Fri, Feb 2, 2024 at 6:39 PM Grant Edwards wrote: > > On 2024-01-31, Rich Freeman wrote: > > > In any case, these COW filesystems, much like git, store data in a > > way that makes it very efficient to diff two snapshots and back up > > only the data that has changed. [...] > > In order to

Re: [gentoo-user] Re: Suggestions for backup scheme?

2024-02-03 Thread Wol
On 03/02/2024 16:02, Grant Edwards wrote: rsnapshot is an application that uses rsync to do hourly/daily/weekly/monthly (user-configurable) backups of selected directory trees. It's done using rsync to create snapshots. They are in-effect "incremental" backups, because the snapshots themselves

[gentoo-user] Re: [SOLVED?] Upgrade old laptop kernel 5.15.69 ==> 6.6.13; no console

2024-02-03 Thread Walter Dnes
On Sat, Feb 03, 2024 at 10:18:41AM +, Michael wrote > Try > switching to [*] the following: > > # CONFIG_SYSFB_SIMPLEFB is not set > > # CONFIG_DRM_SIMPLEDRM is not set > > # CONFIG_FB_SIMPLE is not set > > Then hopefully you'll get a console kicking in. It teased me. Text console

[gentoo-user] Re: Suggestions for backup scheme?

2024-02-03 Thread Grant Edwards
On 2024-02-03, Michael wrote: >> If you'll forgive the analogy, we'll say the the functionality of >> rsync (as used by rsnapshot) is built-in to ZFS. > > Broadly and rather loosely yes, by virtue of the COW and snapshot fs > architecture and the btrfs/zfs send-receive commands. > >> Is there

[gentoo-user] Re: Suggestions for backup scheme?

2024-02-03 Thread Grant Edwards
On 2024-02-02, Mark Knecht wrote: > On Fri, Feb 2, 2024 at 4:39 PM Grant Edwards > wrote: > >> >> I googled for ZFS backup applications, but didn't find anything that >> seemed to be widespread and "supported" the way that rsnapshot is. > > I'm not exactly sure I'm following your thoughts above

Re: [gentoo-user] Re: Suggestions for backup scheme?

2024-02-03 Thread Michael
On Friday, 2 February 2024 23:39:18 GMT Grant Edwards wrote: > On 2024-01-31, Rich Freeman wrote: > > Honestly, at this point I would not run any storage I cared about on > > anything but zfs. There are just so many benefits. > > > > [...] > > > > In any case, these COW filesystems, much like

Re: [gentoo-user] Upgrade old laptop kernel 5.15.69 ==> 6.6.13; no console

2024-02-03 Thread Michael
On Saturday, 3 February 2024 09:23:15 GMT netfab wrote: > Le 03/02/24 à 03:06, Walter Dnes a tapoté : > > I got linux-6.1.57-gentoo kernel built and working, but > > > > linux-6.6.13-gentoo still comes up with no console. Here's my latest > > .config attempt for 6.6.13 attached. Any ideas? >

Re: [gentoo-user] Upgrade old laptop kernel 5.15.69 ==> 6.6.13; no console

2024-02-03 Thread netfab
Le 03/02/24 à 03:06, Walter Dnes a tapoté : > I got linux-6.1.57-gentoo kernel built and working, but > linux-6.6.13-gentoo still comes up with no console. Here's my latest > .config attempt for 6.6.13 attached. Any ideas? > You should try to enable an early framebuffer driver,

Re: [gentoo-user] Upgrade old laptop kernel 5.15.69 ==> 6.6.13; no console

2024-02-03 Thread Walter Dnes
I got linux-6.1.57-gentoo kernel built and working, but linux-6.6.13-gentoo still comes up with no console. Here's my latest .config attempt for 6.6.13 attached. Any ideas? -- Roses are red Roses are blue Depending on their velocity Relative to you config.gz Description: application/gzip