m using Rails and each time I'm generate a command (i.e. rails generate scaffold Article)
I'm having this output at the end of the scaffold:
~/Documents/programming/rails_book/beginning_rails_3/blog3_2_11$ body:text published_at:datetime --skip-migration WARNING:root:could not open file '/etc/apt/sources.list.d/passenger.list'
I remember this morning I had some issues with passenger (doc) by intalling (passenger-install-apache2-module)
Create a file /etc/apt/sources.list.d/passenger.list and insert one of the following lines, depending on your distribution.
I d'like to know of to remove this output?
Enter the material and plant number. Then pressENTER to display the overview screen. Select the source list record(s) to be deleted. Choose Edit Delete .
list. Upfront, the /etc/apt/source. list is a configuration file for Linux's Advance Packaging Tool, that holds URLs and other information for remote repositories from where software packages and applications are installed.
WARNING:root:could not open file '/etc/apt/sources.list.d/passenger.list'
permissions related problem:
sudo chmod go=r /etc/apt/sources.list.d/passenger.list
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With