search for: prerequisti

Displaying 5 results from an estimated 5 matches for "prerequisti".

Did you mean: prerequisit
2019 Jun 26
2
Replacing kernel-headers with custom compiled version (from kernel.org) - safe?
Hello CentOS users, Currently I have compiled kernel version 4.19.37, which the source is from kernel.org. I compiled the kernel by following steps: - get the kernel tarball and unpack it - install prerequisties as described in https://wiki.centos.org/HowTos/Custom_Kernel (in addition bc and openssl-devel) - copy the kernel configuration: $ cp /boot/config-3.10.0-957.21.3.el7.x86_64 ~/linux-4.19.37/.config - create configuration: $ cd ~/linux-4.19.37 $ make olddefconfig $ make nconfig - compi...
2019 Jun 26
0
Replacing kernel-headers with custom compiled version (from kernel.org) - safe?
...19 at 5:20 AM Bagas Sanjaya <bagasdotme at gmail.com> wrote: > > Hello CentOS users, > > Currently I have compiled kernel version 4.19.37, which the source is from kernel.org. I compiled the kernel by following > steps: > - get the kernel tarball and unpack it > - install prerequisties as described in https://wiki.centos.org/HowTos/Custom_Kernel (in addition bc and openssl-devel) > - copy the kernel configuration: > $ cp /boot/config-3.10.0-957.21.3.el7.x86_64 ~/linux-4.19.37/.config > - create configuration: > $ cd ~/linux-4.19.37 > $ make olddefconfig...
2006 May 07
1
rake test without database
...ithin lib/tasks/ [:test_units,:test_functional,:recent].each do |name| Rake::Task.lookup(name).prerequisites.clear end However this seem to be out-of-date, as task lookup in rake according to RDoc is now done using Rake:Task[name]. But after I updated the code above and set a breakpoint, the prerequisties for the :test_units seems to be :test_units only, however I''m still getting No such file or directory - db/schema.rb when running rake test:units Any advice? -- Posted via http://www.ruby-forum.com/.
2012 Mar 30
0
storeconfig and oracle Databases
Has anyone got a puppetmaster to populate a remote oracle server? The only thing I have found is http://www.djelibeybi.net/2010/08/using-oracle-database-for-puppet-stored-configuration/ I have installed the prerequisties, yet I when I run: puppet master --no-daemonize --verbose --debug I get no indication of any database activity and I get no tables created in my database when a client asks for it''s catalogue Any ideas Thanks -- You received this message because you are subscribed to the Google Gr...
2019 Jun 26
1
Replacing kernel-headers with custom compiled version (from kernel.org) - safe?
...Sanjaya <bagasdotme at gmail.com> wrote: >> Hello CentOS users, >> >> Currently I have compiled kernel version 4.19.37, which the source is from kernel.org. I compiled the kernel by following >> steps: >> - get the kernel tarball and unpack it >> - install prerequisties as described in https://wiki.centos.org/HowTos/Custom_Kernel (in addition bc and openssl-devel) >> - copy the kernel configuration: >> $ cp /boot/config-3.10.0-957.21.3.el7.x86_64 ~/linux-4.19.37/.config >> - create configuration: >> $ cd ~/linux-4.19.37 >>...