Re: [systemd-devel] nfs-server.service starts before _netdev iscsi mount completes (required)... how can I fix this?

2016-11-04 Thread ccox
>On Thu, Nov 03, 2016 at 04:01:15PM -0700, [email protected] wrote: >> so I'm using CentOS 7, and we're mounting a disk from our iSCSI >> SAN and then we want to export that via NFS.  But on a fresh boot the >> nfs-server service fails because the filesytem isn't there yet.  Any >> ideas

[systemd-devel] nfs-server.service starts before _netdev iscsi mount completes (required)... how can I fix this?

2016-11-04 Thread ccox
so I'm using CentOS 7, and we're mounting a disk from our iSCSI SAN and then we want to export that via NFS.  But on a fresh boot the nfs-server service fails because the filesytem isn't there yet.  Any ideas on how to fix this? ___ systemd-devel ma

Re: [systemd-devel] Cannot mount anything after recovering and redoing boot mbr

2015-07-28 Thread ccox
> On Mon, 27.07.15 16:35, [email protected] ([email protected]) wrote: > >> > On Mon, 27.07.15 01:18, Christopher Cox ([email protected]) wrote: >> > >> >> I suspect that somebody here knows why, but all mounts now fail... >> well >> >> all but /. >> >> >> >> Has anyone run across this before

Re: [systemd-devel] Cannot mount anything after recovering and redoing boot mbr

2015-07-27 Thread ccox
> On Mon, 27.07.15 01:18, Christopher Cox ([email protected]) wrote: > >> I suspect that somebody here knows why, but all mounts now fail... well >> all but /. >> >> Has anyone run across this before? What did I miss? >> >> I accidentally messed up my boot mbr. and I did a rescue cd and chroot >

[systemd-devel] /etc/initscript equivalent for systemd?

2011-05-03 Thread ccox
In sysvinit, at least on SLES and RHEL, you could use /etc/initscript as a mechansim to get "shell" control things like ulimits to take hold system wide, since /etc/initscript was invoked as a wrapper around all init scripts. So.. where do we set system wide ulimits at in systemd? Sounds like it