Re: [tor-bugs] #31784 [Internal Services/Tor Sysadmin Team]: move majus off of moly

2020-06-10 Thread Tor Bug Tracker & Wiki
#31784: move majus off of moly
-+-
 Reporter:  anarcat  |  Owner:  weasel
 Type:  task | Status:
 |  assigned
 Priority:  Medium   |  Milestone:
Component:  Internal Services/Tor Sysadmin Team  |Version:
 Severity:  Normal   | Resolution:
 Keywords:  l10n, tpa-roadmap-june   |  Actual Points:
Parent ID:  #29974   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by weasel):

 emmapeel> weasel: no, moving is ok!

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs


Re: [tor-bugs] #31784 [Internal Services/Tor Sysadmin Team]: move majus off of moly

2020-06-10 Thread Tor Bug Tracker & Wiki
#31784: move majus off of moly
-+-
 Reporter:  anarcat  |  Owner:  weasel
 Type:  task | Status:
 |  assigned
 Priority:  Medium   |  Milestone:
Component:  Internal Services/Tor Sysadmin Team  |Version:
 Severity:  Normal   | Resolution:
 Keywords:  l10n, tpa-roadmap-june   |  Actual Points:
Parent ID:  #29974   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by weasel):

 * cc: sysrqb, weasel (added)


Comment:

 emmapeel, sysrqb: can we just move the host to a new location and IP
 address or do we need to coordinate with you as the translation people?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs


Re: [tor-bugs] #31784 [Internal Services/Tor Sysadmin Team]: move majus off of moly

2020-06-10 Thread Tor Bug Tracker & Wiki
#31784: move majus off of moly
-+-
 Reporter:  anarcat  |  Owner:  weasel
 Type:  task | Status:
 |  assigned
 Priority:  Medium   |  Milestone:
Component:  Internal Services/Tor Sysadmin Team  |Version:
 Severity:  Normal   | Resolution:
 Keywords:  l10n, tpa-roadmap-june   |  Actual Points:
Parent ID:  #29974   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by weasel):

 * keywords:  l10n => l10n, tpa-roadmap-june
 * owner:  hiro => weasel


Comment:

 Let's move it to gnt-fsn

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs


Re: [tor-bugs] #31784 [Internal Services/Tor Sysadmin Team]: move majus off of moly

2019-12-17 Thread Tor Bug Tracker & Wiki
#31784: move majus off of moly
-+-
 Reporter:  anarcat  |  Owner:  hiro
 Type:  task | Status:
 |  assigned
 Priority:  Medium   |  Milestone:
Component:  Internal Services/Tor Sysadmin Team  |Version:
 Severity:  Normal   | Resolution:
 Keywords:  l10n |  Actual Points:
Parent ID:  #29974   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by anarcat):

 > I may need a little help on this. Where are the backups or where can i
 see what is being backed up, to spot problems?

 That's a good question! Backups are done on our central backup server,
 using the "Standardbackup" job, which uses the "Standard set", which looks
 like this:

 {{{
 FileSet {
   Name = "Standard Set"
   Ignore FileSet Changes = yes
   Include {
 Options {
   signature = SHA1
   compression = GZIP9
   aclsupport = yes
   xattrsupport = yes
 }
 Options {
   wild = "/swapfile*"
   exclude = yes
 }
 File = "\\|/usr/local/sbin/bacula-backup-dirs"
 # Dont backup directories that contain .nobackup files
 Exclude Dir Containing = .nobackup
   }

   Exclude {
 File = /.fsck
 File = /.journal
 File = /dev
 File = /home/buildd/build-trees
 File = /lib/init/rw
 File = /nonexistant
 File = /proc
 File = /srv/chroot
 File = /sys
 File = /tmp
 File = /srv/apache-cache/mod_cache_disk
 File = /var/cache/apache2/mod_cache_disk
 File = /var/cache/apt
 File = /var/lib/apt
 File = /var/lib/bacula
 File = /var/lib/munin-async
 File = /var/lock
 File = /var/log/samhain
 File = /var/run
 File = "\\|bash -c 'grep -s -v ^# /etc/bacula/local-exclude || true'"
   }
 }
 }}}

 That `file` parameter tells Bacula to call a script to see which files to
 backup, and that script on majus returns:

 {{{
 root@majus:~# /usr/local/sbin/bacula-backup-dirs
 /
 /boot
 /srv
 }}}

 So basically everything backed up on this server, with the notable
 exception of that `Exclude` list.

 > or shall I may a list of what I think should be moved?

 That might be useful, I'm not sure. Maybe it's best if hiro or I just copy
 everything to the new server, unless you see a reason why we should make
 it different?

 > Also, are we going to have some puppet thing running the new server?

 I'm not sure what you're asking here... Like all TPA machines, we do have
 Puppet running on this server and it will also run on the next one. We
 don't, however, have any *specific* configuration for translation in
 Puppet for Majus, so everything is configured by hand on this server.

 I would be happy to integrate more Puppet stuff on this server, exactly to
 work around issues like the ones we faced this week. If more components of
 the service were in Puppet, it would be easier to restore the service:
 just run Puppet to recreate the service and restore only the data, as
 opposed to doing a barebones backup restore which is a more complex
 operation.

 I hope that answers your questions!

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #31784 [Internal Services/Tor Sysadmin Team]: move majus off of moly

2019-12-16 Thread Tor Bug Tracker & Wiki
#31784: move majus off of moly
-+-
 Reporter:  anarcat  |  Owner:  hiro
 Type:  task | Status:
 |  assigned
 Priority:  Medium   |  Milestone:
Component:  Internal Services/Tor Sysadmin Team  |Version:
 Severity:  Normal   | Resolution:
 Keywords:  l10n |  Actual Points:
Parent ID:  #29974   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by anarcat):

 this might need to be done urgently after all, because moly is having
 serious networking issues (in #32762), stay tuned.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #31784 [Internal Services/Tor Sysadmin Team]: move majus off of moly

2019-10-08 Thread Tor Bug Tracker & Wiki
#31784: move majus off of moly
-+-
 Reporter:  anarcat  |  Owner:  hiro
 Type:  task | Status:
 |  assigned
 Priority:  Medium   |  Milestone:
Component:  Internal Services/Tor Sysadmin Team  |Version:
 Severity:  Normal   | Resolution:
 Keywords:  l10n |  Actual Points:
Parent ID:  #29974   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by emmapeel):

 * cc: emmapeel (added)
 * keywords:   => l10n


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #31784 [Internal Services/Tor Sysadmin Team]: move majus off of moly

2019-10-08 Thread Tor Bug Tracker & Wiki
#31784: move majus off of moly
-+-
 Reporter:  anarcat  |  Owner:  hiro
 Type:  task | Status:
 |  assigned
 Priority:  Medium   |  Milestone:
Component:  Internal Services/Tor Sysadmin Team  |Version:
 Severity:  Normal   | Resolution:
 Keywords:   |  Actual Points:
Parent ID:  #29974   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by hiro):

 * status:  new => assigned
 * owner:  tpa => hiro


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs