Re: [blfs-book] Not a wonder you are all so busy...

2019-10-17 Thread Ken Moffat via blfs-book
On Thu, Oct 17, 2019 at 10:53:22AM -0500, Bruce Dubbs via blfs-book wrote:
> On 10/17/19 12:07 AM, EscuelitaViva via blfs-book wrote:
> > 
> > Just curious what IDEs you all are using to edit XML?
> 
> vim
> 
Another vim user here.

ĸen
-- 
Truth, in front of her huge walk-in wardrobe, selected black leather
boots with stiletto heels for such a barefaced truth.
 - Unseen Academicals
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] Not a wonder you are all so busy...

2019-10-17 Thread Bruce Dubbs via blfs-book

On 10/17/19 12:07 AM, EscuelitaViva via blfs-book wrote:
...just chasing down Bind and there was another point change with bugs 
and security fixes inside of 4 weeks from the last point change request.
On top of that there may be a new bug found and not yet delt with in the 
latest version.



  since BIND 9.14.0: unable to set effective uid to 0: Operation not
  permitted

But I think we discuss  that at BLFS-support.

Thanks Pierre for the edguide link.  Now all is clear.
Just curious what IDEs you all are using to edit XML?


vim

  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] Not a wonder you are all so busy...

2019-10-17 Thread Douglas R. Reno via blfs-book


On 10/17/19 12:07 AM, EscuelitaViva via blfs-book wrote:
...just chasing down Bind and there was another point change with bugs 
and security fixes inside of 4 weeks from the last point change request.
On top of that there may be a new bug found and not yet delt with in 
the latest version.



  since BIND 9.14.0: unable to set effective uid to 0: Operation not
  permitted

But I think we discuss  that at BLFS-support.

Thanks Pierre for the edguide link.  Now all is clear.
Just curious what IDEs you all are using to edit XML?



I primarily use VIM for editing the XML, although I use a combination of 
Libreoffice Writer and Gedit to take notes (most of the time it's gedit, 
but sometimes I want complex formatting so I go to Libreoffice. 
Currently I have a running list of things to be validated in the 
systemd-units in Libreoffice for example, but I have a list of 
information for the libinput update that I'm working on in Gedit as well 
as a ToDo list.) I currently have 7 terminals open, but that's kind of 
an absurd reason - one for the Book (I have LFS, BLFS, patches, and www 
open), another for my Sources and Scripts Repository, another to my 
primary development system, another to my elogind system, another to my 
i686 system, and a final one to my /tmp folder since I was working on a 
(now unnecessary) patch to ibus last night. In addition, I primarily use 
Firefox to browse the web (although I do have Seamonkey and Falkon 
normally available for sites that give me problems - I need to upgrade 
my Firefox soon though since Office 365 stopped working and I really 
need that for college!). Inside of Firefox, I normally keep a Trac 
window open, a page for BLFS systemd (for my development system) and a 
page for BLFS SysV (for my elogind system), and various other things 
such as webmail and changes which aren't really that important for the 
scope of this email :-) My workflow is generally a mess though


I'm not sure if the edguide has mentioned this or not, but one of the 
things that we try to do is list the changes in every ticket (I see you 
did that in the BIND one that you reported), but we also try to mark 
security vulnerabilities as a priority of "High" so that they stand out 
when doing a search and so that people treat those as higher severity 
than minor bugfixes.


- Doug

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] Not a wonder you are all so busy...

2019-10-17 Thread Pierre Labastie via blfs-book
On 17/10/2019 07:07, EscuelitaViva via blfs-book wrote:
> ...just chasing down Bind and there was another point change with bugs and
> security fixes inside of 4 weeks from the last point change request.
> On top of that there may be a new bug found and not yet delt with in the
> latest version.
>
>
>   since BIND 9.14.0: unable to set effective uid to 0: Operation not permitted
>
> But I think we discuss  that at BLFS-support.

blfs-dev, rather. blfs-support is for users seeking ... support. Sometimes,
editors
use -support when they have a problem they cannot solve, though.
Also, a ticket (defect) may be open, so that somebody else can test if
reproducible, etc.

>
> Thanks Pierre for the edguide link.  Now all is clear.

You're welcome! Note that the template may have been updated more recently.

> Just curious what IDEs you all are using to edit XML?

Personnally, just vim+validation with "make" (the Makefile performs validation
steps).
I've tried xml-copy-editor, but I found it was not bringing much (personal
taste, of course).
For working, I have two local copies of the svn tree. One checked out as
svn://svn.linuxfromscratch...,
and the second as svn+ssh://svn.linuxfroscratch... I do all the editing and
testing on the first one.

Once I am happy with what I have done, I issue "svn diff | tee
/path/to/something.patch", then
change directory to the second one, and issue "svn patch
/path/to/something.patch", then "svn ci".
Then I change back to the first, and issue "svn up".

> Glad to be a part of this team, really appreciate the project and wish it
> great success.

Hope you'll enjoy working with us!

Pierre
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] Not a wonder you are all so busy...

2019-10-16 Thread EscuelitaViva via blfs-book
...just chasing down Bind and there was another point change with bugs and 
security fixes inside of 4 weeks from the last point change request.
On top of that there may be a new bug found and not yet delt with in the latest 
version.

since BIND 9.14.0: unable to set effective uid to 0: Operation not permitted

But I think we discuss  that at BLFS-support.

Thanks Pierre for the edguide link.  Now all is clear.
Just curious what IDEs you all are using to edit XML?

Glad to be a part of this team, really appreciate the project and wish it great 
success.-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page