Re: Having trouble upgrading

2022-02-04 Thread Jonathan Drews
On Fri, Feb 04, 2022 at 10:24:16PM -0700, Seann Aswell wrote:
> 
> Oh, gotcha. I misunderstood the problem. 
> 
> Seems others would have seen, no idea what might cause that, but you
> might want to file a bug report here: https://bugs.dragonflybsd.org
> 
> Seann
> 
OK Seann:

 I will file a bug report in a bit. 


Re: Having trouble upgrading

2022-02-04 Thread Seann Aswell
On Fri, 2022-02-04 at 22:08 -0700, Jonathan Drews wrote:
> 
> Thanks Seann:
> 
>  I had problems with the 6.2.1 install. Namely it stopped with these
> errors:
> I get the following error messages after typing "installer"
> 
> grep: invalid option -- q
> grep: stack overflow
> Starting Installer. Reading /etc/pfi.conf ...
> grep: Invalid option -- 'w'
> grep: stack overflow
> grep: invalid option -- 'q'
> grep: stack overflow
> dfuibe_installer:
> Welcome to DragonFly!
> 
> So it looks like the installer for 6.2.1 has a bug. The installer
> for 6.0 worked perfectly. 
> 
> --
> Kind regards,
> Jonathan
> 

Oh, gotcha. I misunderstood the problem. 

Seems others would have seen, no idea what might cause that, but you
might want to file a bug report here: https://bugs.dragonflybsd.org

Seann



Re: Having trouble upgrading

2022-02-04 Thread Jonathan Drews
On Fri, Feb 04, 2022 at 09:49:56PM -0700, Seann Aswell wrote:
> between 6.0 and 6.2. You might want to stick with getting 6.2 to work,
> as the issue you are seeing when starting the installer on 6.2 could
> show up even if you were to get 6.0 installed and updated.
> 
> I have had issues with old/outdated/buggy EFI on older laptops, and
> that may be what you are seeing. You might try disabling EFI in the
> T440 BIOS, and try installing 6.2 again, to see if that might be the
> issue.

Thanks Seann:

 I had problems with the 6.2.1 install. Namely it stopped with these
errors:
I get the following error messages after typing "installer"

grep: invalid option -- q
grep: stack overflow
Starting Installer. Reading /etc/pfi.conf ...
grep: Invalid option -- 'w'
grep: stack overflow
grep: invalid option -- 'q'
grep: stack overflow
dfuibe_installer:
Welcome to DragonFly!

So it looks like the installer for 6.2.1 has a bug. The installer
for 6.0 worked perfectly. 

--
Kind regards,
Jonathan



Re: Having trouble upgrading

2022-02-04 Thread Seann Aswell
On Fri, 2022-02-04 at 19:22 -0700, Jonathan Drews wrote:
> The Makefile is looking for this:
> http://git.dragonflybsd.org/dragonfly.git 
> 
> But it no longer exists:
> Not Found
> The requested URL was not found on this server.
> 

More than likely the location where the files were store changed
between 6.0 and 6.2. You might want to stick with getting 6.2 to work,
as the issue you are seeing when starting the installer on 6.2 could
show up even if you were to get 6.0 installed and updated.

I have had issues with old/outdated/buggy EFI on older laptops, and
that may be what you are seeing. You might try disabling EFI in the
T440 BIOS, and try installing 6.2 again, to see if that might be the
issue.

Seann



Re: Having trouble upgrading

2022-02-04 Thread Jonathan Drews
The Makefile is looking for this:
http://git.dragonflybsd.org/dragonfly.git 

But it no longer exists:
Not Found
The requested URL was not found on this server.

On Fri, Feb 4, 2022, at 19:12, Jonathan Drews wrote:
> On Fri, Feb 04, 2022 at 08:18:31PM -0500, Justin Sherrill wrote:
> > Is the machine online?  i.e. can you ping your local gateway?  or Google?
> > 
> Yes. I did
> 
> # ping 8.8.8.8
> 
> which is Google's domain name server and got no packet losses
> 
> 
> 
> 


Re: Having trouble upgrading

2022-02-04 Thread Jonathan Drews
On Fri, Feb 04, 2022 at 08:18:31PM -0500, Justin Sherrill wrote:
> Is the machine online?  i.e. can you ping your local gateway?  or Google?
> 
Yes. I did

# ping 8.8.8.8

which is Google's domain name server and got no packet losses





Re: Having trouble upgrading

2022-02-04 Thread Justin Sherrill
Is the machine online?  i.e. can you ping your local gateway?  or Google?

On Fri, Feb 4, 2022 at 5:21 PM Jonathan Drews  wrote:

> Hi Folks:
>
> I got DragonFly BSD 6.0 installed. However I get this error message when I
> run:
> # make src-create
>
> git clone --branch DragonFly_RELEASE_6_0 --
> git.dragonflybsd.org/dragonfly.git /usr/src
> cloning into '/usr/src' ...
> fatal: unable to lookup git.dragonflybsd.org (port 9418) (hostname nor
> servname provided,
> or not known)
> *** Error code 128
>
> Stop.
> make: stopped in /usr
>
> I checked and http://git.dragonflybsd.org/dragonfly.git does not exist
>
> Thanks in advance for any help
>


Having trouble upgrading

2022-02-04 Thread Jonathan Drews
Hi Folks:

I got DragonFly BSD 6.0 installed. However I get this error message when I run:
# make src-create

git clone --branch DragonFly_RELEASE_6_0 -- git.dragonflybsd.org/dragonfly.git 
/usr/src
cloning into '/usr/src' ...
fatal: unable to lookup git.dragonflybsd.org (port 9418) (hostname nor servname 
provided,
or not known)
*** Error code 128

Stop.
make: stopped in /usr

I checked and http://git.dragonflybsd.org/dragonfly.git does not exist

Thanks in advance for any help


Re: Problems installing DragonFly BSD 6.2.1

2022-02-04 Thread Jonathan Drews
OK The installer works on DragonFly BSD 6.0. I will install 6.0 and upgrade


On Fri, Feb 4, 2022, at 13:33, Jonathan Drews wrote:
> DragonFly BSD 6.2.1
> Hi Folks:
>  
> I can't get the installer to run. I get the following error messages after 
> typing "installer"
> 
> grep: invalid option -- q
> grep: stack overflow
> Starting Installer. Reading /etc/pfi.conf ...
> grep: Invalid option -- 'w'
> grep: stack overflow
> grep: invalid option -- 'q'
> grep: stack overflow
> dfuibe_installer:
> Welcome to DragonFly!
> 
> I am attempting to install on a Lenovo T440 Thinkpad with 8 GB of ram. I have
> Legacy and UEFI enabled in the BIOS. 
> 
> What am I doing wrong here?
> 
> 


Problems installing DragonFly BSD 6.2.1

2022-02-04 Thread Jonathan Drews
DragonFly BSD 6.2.1
Hi Folks:
 
I can't get the installer to run. I get the following error messages after 
typing "installer"

grep: invalid option -- q
grep: stack overflow
Starting Installer. Reading /etc/pfi.conf ...
grep: Invalid option -- 'w'
grep: stack overflow
grep: invalid option -- 'q'
grep: stack overflow
dfuibe_installer:
Welcome to DragonFly!

I am attempting to install on a Lenovo T440 Thinkpad with 8 GB of ram. I have
Legacy and UEFI enabled in the BIOS. 

What am I doing wrong here?



Re: April 19th presentation on DragonFly BSD

2022-02-04 Thread Seann Aswell
On Fri, 2022-02-04 at 12:09 -0700, Jonathan Drews wrote:
> 
>  At this time I don't have an easy way to record the meetings. I have
> experimented with ffmpeg but can't get the screen capture to work
> correctly. 
> 
> See this link:
> tinyurl.com/ycyncv8j 
> 
> --
> Kind regards,
> Jonathan
> 

Kind of wandering a little off-topic, but in case it's helpful there
does appear to be recent work on a Jitsi recording/streaming plugin:
https://github.com/jitsi/jibri

Thanks again for your efforts.

Seann



Re: April 19th presentation on DragonFly BSD

2022-02-04 Thread Jonathan Drews
On Fri, Feb 04, 2022 at 11:41:13AM -0700, Seann Aswell wrote:
> 
> Is possible to record and post a replay of the session?
> 
> Seann

Hi Seann and others:

 At this time I don't have an easy way to record the meetings. I have
experimented with ffmpeg but can't get the screen capture to work
correctly. 

See this link:
tinyurl.com/ycyncv8j 

--
Kind regards,
Jonathan



Re: April 19th presentation on DragonFly BSD

2022-02-04 Thread Seann Aswell
On Fri, 2022-02-04 at 11:35 -0700, Jonathan Drews wrote:
> 
> According to the Jitsi community list:
> tinyurl.com/2s4d93zu
> 
> There is a hard limit of 75 participants set by Jitsi. However as a
> practical matter, the web site says the Jitsi server bogs down when
> more than 35 people are in a meeting. So I ould say the practical
> limit is 35 persons.
> 
> --
> Kind regards,
> Jonathan
> 

Is possible to record and post a replay of the session?

Seann



Re: April 19th presentation on DragonFly BSD

2022-02-04 Thread Jonathan Drews
On Fri, Feb 04, 2022 at 01:21:18PM -0300, Andr?? Pfeiffer wrote:
> About the presentation, are we having a limit of people who can join? I
> have a few contacts that might be interested and are not into the mailing
> list.
> 
According to the Jitsi community list:
tinyurl.com/2s4d93zu

There is a hard limit of 75 participants set by Jitsi. However as a
practical matter, the web site says the Jitsi server bogs down when
more than 35 people are in a meeting. So I ould say the practical
limit is 35 persons.

--
Kind regards,
Jonathan



Re: April 19th presentation on DragonFly BSD

2022-02-04 Thread André Pfeiffer
About the presentation, are we having a limit of people who can join? I
have a few contacts that might be interested and are not into the mailing
list.

Em qui., 3 de fev. de 2022 às 21:26, Seann Aswell 
escreveu:

> On Thu, 2022-02-03 at 16:07 -0700, Jonathan Drews wrote:
> >
> > On Tuesday, February 15th, Semi-Bug will have a presentation on
> > database design by Susan Hurst, a data base architect. If it is OK,
> > I will post a link to that talk here.
> >
>
> Just my 2 cents... It seems anything DragonFly related obviously makes
> sense to post to this list.
>
> Anything not specific to DragonFly might be better forwarded to Justin,
> as he often has general *nix news items in the DragonFly Digest, and
> and many list members also read the Digest...
>
> Look forward to the April presentation, thanks for your efforts.
>
> Seann
>
>