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

Install function references directories that haven't been created yet #1173

Closed
4 tasks done
CamDavidsonPilon opened this issue May 22, 2022 · 2 comments
Closed
4 tasks done

Comments

@CamDavidsonPilon
Copy link

Checklist

  • This is a bug report
  • I have searched this repository for existing issues
  • I checked the FAQ and official documentation before creating this issue
  • I have read and understand the issue reporting guidelines

Bug description

I noticed the following in the install logs:

RaspAP Install: Backing up existing configs to /etc/raspap/backups
/usr/bin/cp: cannot create regular file '/etc/raspap/backups/interfaces.2022-05-22-23:14': No such file or directory
/usr/bin/ln: failed to create symbolic link '/etc/raspap/backups/interfaces': No such file or directory
/usr/bin/cp: cannot create regular file '/etc/raspap/backups/dhcpcd.conf.2022-05-22-23:14': No such file or directory
/usr/bin/ln: failed to create symbolic link '/etc/raspap/backups/dhcpcd.conf': No such file or directory
[ \u2713 ok ]
RaspAP Install: Creating RaspAP directories
Creating /etc/raspap/networking
Adding /etc/dhcpcd.conf as base configuration
Changing file ownership of /etc/raspap

_check_for_old_configs comes first in the setup list, but this references directories that haven't been created yet.

Your environment

  1. QEMU
  2. version 2.8.4
  3. No?
  4. Quick Install
  5. Yes?
  6. No
  7. Onboard
@billz
Copy link
Member

billz commented May 22, 2022

This is a known issue #1162

@CamDavidsonPilon
Copy link
Author

So it is! Okay, closing this.

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

No branches or pull requests

2 participants