Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dev Name "ZOOBEE" for WOMBAT #1

Open
justinmerrell opened this issue Feb 9, 2021 · 5 comments
Open

Update Dev Name "ZOOBEE" for WOMBAT #1

justinmerrell opened this issue Feb 9, 2021 · 5 comments

Comments

@justinmerrell
Copy link
Contributor

echo [ZOOBEE] Launching harrogate server.js and botui GUI

@Zacharyprime
Copy link
Member

Zacharyprime commented Mar 15, 2021

we need to list the places this needs to be done (unless it's easier to just do it)

@Zacharyprime
Copy link
Member

Wombat:/ $ sudo find / -iname zoobee
/home/pi/zoobee_launcher.sh
/home/pi/KIPR-Update/files/zoobee_launcher.sh
/home/pi/update-online/KIPR-Update/files/zoobee_launcher.sh
/home/root/zoobee_launcher.sh
/usr/local/bin/KIPR-Update/files/zoobee_launcher.sh
/usr/bin/KIPR-Update/files/zoobee_launcher.sh

@Zacharyprime
Copy link
Member

sudo grep -R zoobee /
grep: /mnt/Raj/Test/bin/botball_user_program: No such file or directory
/home/pi/Dev/kipr-update/wombat_update.sh:TARGET=files/zoobee_launcher.sh
Binary file /home/pi/Dev/kipr-update/.git/index matches
grep: /home/pi/linux: No such file or directory
/home/pi/.cache/menus/8202d542f887789a1d1ae5a88c084692:/home/pi/zoobee_launcher.sh
/home/pi/Desktop/KIPR.desktop:Exec=/home/pi/zoobee_launcher.sh
/home/pi/.config/autostart/start.desktop:Exec=/home/pi/zoobee_launcher.sh
/home/pi/KIPR-Update/wombat_update.sh:TARGET=files/zoobee_launcher.sh
Binary file /home/pi/KIPR-Update/.git/index matches
/home/pi/.Trash-1000/files/libwallaby/libwallaby/build/CMakeCache.txt://Not a zoobee wallaby controller
/home/pi/.Trash-1000/files/libwallaby/libwallaby/build/CMakeCache.txt:no_zoobee_wallaby:BOOL=OFF
/home/pi/.Trash-1000/files/libwallaby/libwallaby/obj-arm-linux-gnueabihf/CMakeCache.txt://Not a zoobee wallaby controller
/home/pi/.Trash-1000/files/libwallaby/libwallaby/obj-arm-linux-gnueabihf/CMakeCache.txt:no_zoobee_wallaby:BOOL=OFF
/home/pi/.Trash-1000/files/libwallaby/libwallaby/CMakeLists.txt:# platform no_wallaby no_zoobee_wallaby
/home/pi/.Trash-1000/files/libwallaby/libwallaby/CMakeLists.txt:# zoobee-wallaby controller OFF OFF
/home/pi/.Trash-1000/files/libwallaby/libwallaby/CMakeLists.txt:option(no_zoobee_wallaby "Not a zoobee wallaby controller" OFF)
/home/pi/.Trash-1000/files/libwallaby/libwallaby/CMakeLists.txt:if(no_zoobee_wallaby)
/home/pi/.bashrc: sh /home/pi/zoobee_launcher.sh
/home/pi/.bash_history:sudo chmod u+x zoobee_launcher.sh
/home/pi/.bash_history:./zoobee_launcher.sh
/home/pi/.bash_history:./zoobee_laquncher.sh
/home/pi/.bash_history:./zoobee_launcher.sh
/home/pi/.bash_history:./zoobee_launcher.sh
/home/pi/.bash_history:sudo nano zoobee_launcher.sh
/home/pi/.bash_history:./zoobee_launcher.sh
/home/pi/.bash_history:sudo nano zoobee_launcher.sh
/home/pi/.bash_history:./zoobee_launcher.sh
/home/pi/.bash_history:./zoobee_launcher.sh
/home/pi/.bash_history:sudo chmod u+x zoobee_launcher.sh
/home/pi/.bash_history:./zoobee_launcher.sh
/home/pi/.bash_history:./zoobee_launcher.sh
/home/pi/.bash_history:./zoobee_launcher.sh
/home/pi/.bash_history:./zoobee_launcher.sh
/home/pi/update-online/KIPR-Update/wombat_update.sh:TARGET=files/zoobee_launcher.sh
Binary file /home/pi/update-online/KIPR-Update/.git/index matches
Binary file /var/swap matches
/var/log/auth.log:Jul 20 15:18:55 raspberrypi sudo: pi : TTY=pts/0 ; PWD=/home/pi ; USER=root ; COMMAND=/bin/grep -R zoobee /
/var/log/auth.log:Jul 20 15:58:09 raspberrypi sudo: pi : TTY=pts/0 ; PWD=/home/pi ; USER=root ; COMMAND=/bin/grep -R zoobee /
/var/log/auth.log:Jul 20 15:58:29 raspberrypi sudo: pi : TTY=pts/0 ; PWD=/home/pi ; USER=root ; COMMAND=/bin/grep -R zoobee /
/var/mail/pi:Subject: Cron pi@raspberrypi //home/pi/zoobee_launcher.sh
/var/mail/pi:Subject: Cron pi@raspberrypi /home/pi/zoobee_launcher.sh
/var/mail/pi:Subject: Cron pi@raspberrypi /home/pi/zoobee_launcher.sh
grep: /var/run/thd.socket: No such device or address
grep: /var/run/NetworkManager/private-dhcp: No such device or address
grep: /var/run/NetworkManager/private: No such device or address
grep: /var/run/dhcpcd.unpriv.sock: No such device or address
grep: /var/run/dhcpcd.sock: No such device or address
grep: /var/run/cups/cups.sock: No such device or address
grep: /var/run/dbus/system_bus_socket: No such device or address
grep: /var/run/avahi-daemon/socket: No such device or address
[Program froze here]

@Zacharyprime
Copy link
Member

I believe the only important things that need to be changed from zoobee to kipr/wombat are zoobee_launcher.sh, the references that call zoobee_launcher.sh, and the CMakeFiles.txt in the different projects.

@erinharrington-12
Copy link

After searching KIPR's github, I only found a few instances where ZOOBEE or zoobee is found, specifically like Zach mentioned were:

  • zoobee_launcher.sh (changed to kipr_launcher.sh in kipr/KIPR-Update)
  • kipr/libwallaby/CMakeLists.txt
  • kipr/UpdateStick

Regarding the UpdateStick, the only instances I found of zoobee were in wombat_update25.3 and I don't think we'll be going back that far when developing things so I didn't change anything in wombat_update25.3. I can if it becomes a problem or someone just wants it done for completions sake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants