What Are You Doing Right Now
-
@dafyre oh I look forward to that!
-
@dustinb3403 said in What Are You Doing Right Now:
Simple, don't run anything as root or sudo.
What do you mean? You get warnings from composer and the upgrade.php file when using root.
And once the directories and files are properly setup, you can usesudo -u apache
followed by the commands. -
@black3dynamite said in What Are You Doing Right Now:
@dustinb3403 said in What Are You Doing Right Now:
Simple, don't run anything as root or sudo.
What do you mean? You get warnings from composer and the upgrade.php file when using root.
And once the directories and files are properly setup, you can usesudo -u apache
followed by the commands.Oh yeah, I've read about this.. I keep meaning to do some new installs to clarify the instructions.
-
Morning conference calls.
-
@black3dynamite said in What Are You Doing Right Now:
@joy said in What Are You Doing Right Now:
I'm using fedora and I'm looking for task manager.
In Fedora Gnome, its called
System Monitor
She's on Cinnamon. She's adjusting to the NTG standard desktop environment
-
@joy said in What Are You Doing Right Now:
I'm using fedora and I'm looking for task manager.
It's System Monitor on Cinnamon. Menu -> Administration -> System Monitor.
-
Listening to the first bleach soundtrack while driving
-
@scottalanmiller said in What Are You Doing Right Now:
@black3dynamite said in What Are You Doing Right Now:
@joy said in What Are You Doing Right Now:
I'm using fedora and I'm looking for task manager.
In Fedora Gnome, its called
System Monitor
She's on Cinnamon. She's adjusting to the NTG standard desktop environment
Does the Cinnamon desktop use the same app?
Edit: Nevermind.
-
-
@jaredbusch said in What Are You Doing Right Now:
@black3dynamite said in What Are You Doing Right Now:
@dustinb3403 said in What Are You Doing Right Now:
Simple, don't run anything as root or sudo.
What do you mean? You get warnings from composer and the upgrade.php file when using root.
And once the directories and files are properly setup, you can usesudo -u apache
followed by the commands.Oh yeah, I've read about this.. I keep meaning to do some new installs to clarify the instructions.
When running this command
sudo -u apache php composer.phar install --no-dev --prefer-source
You will end up getting these messages
Cannot create cache directory /usr/share/httpd/.composer/cache/repo/https---packagist.org/, or directory is not writable. Proceeding without cache
Cannot create cache directory /usr/share/httpd/.composer/cache/files/, or directory is not writable. Proceeding without cache
The fix is to have
.composer
directory created first and then have apache to be the owner of it.sudo mkdir /usr/share/httpd/.composer sudo chown -R apache:apache /usr/share/httpd/.composer
Plus the upgrade.php file doesn't work if using root.
-
@black3dynamite make a new topic. .
-
Working on SRP Policies and SQL Server.
-
My usual of support users while prepping equipment for the new version of current ERP environment. Getting ready to take it to the colocation tomorrow.
-
On way home now. Planning on doing some VM migrations tonight ready to "re-raid" a server.
Then in the morning do the Re-Raid and play with snipe again
-
in a discussion about routers and firewalls being the "same thing" and "completely different"
-
@wrcombs said in What Are You Doing Right Now:
in a discussion about routers and firewalls being the "same thing" and "completely different"
They are the same thing.
-
@obsolesce said in What Are You Doing Right Now:
@wrcombs said in What Are You Doing Right Now:
in a discussion about routers and firewalls being the "same thing" and "completely different"
They are the same thing.
That was what i said.
apparently im wrong. -
@wrcombs said in What Are You Doing Right Now:
@obsolesce said in What Are You Doing Right Now:
@wrcombs said in What Are You Doing Right Now:
in a discussion about routers and firewalls being the "same thing" and "completely different"
They are the same thing.
That was what i said.
apparently im wrong.Ask they why they think they are different? I'm curious.
-
@obsolesce said in What Are You Doing Right Now:
@wrcombs said in What Are You Doing Right Now:
@obsolesce said in What Are You Doing Right Now:
@wrcombs said in What Are You Doing Right Now:
in a discussion about routers and firewalls being the "same thing" and "completely different"
They are the same thing.
That was what i said.
apparently im wrong.Ask they why they think they are different? I'm curious.
please see this thread
-
@wrcombs said in What Are You Doing Right Now:
in a discussion about routers and firewalls being the "same thing" and "completely different"
In a discussion with IT people or sales people?
IT people know that they are the same. Sales people lie through their teeth.