Search results

  1. Kami

    Python script which checks for syntax error in rc.conf

    Well, if you read my first post you will see that I already knew that a rc.conf is just a normal shell script and executing it would report the syntax errors :) My initial idea was to make script "advanced" so it would recognize the basic entries and would try to recommend a proper fix if it...
  2. Kami

    Python script which checks for syntax error in rc.conf

    No problem, I'm glad that you find it useful. I'll see what I am going to do in the future - I might try and integrate some of the code from killasmurf86 to RVI so it won't not require extra (Python) dependency.
  3. Kami

    Python script which checks for syntax error in rc.conf

    Due to rbelk proposal, I have checked the RCS version control system and RVI and made minor modifications to the latter (I am not a C programmer so the few lines I have added might not be optimal - I basically included a Python interpreter in the code and called a function from my script)...
  4. Kami

    Python script which checks for syntax error in rc.conf

    To be honest I have no experience with RCS, but it does look interesting and more appropriate for version controlling the configuration files then other systems (svn / git / mercurial / ...) so I will check it out.
  5. Kami

    Python script which checks for syntax error in rc.conf

    No problem. Using version control probably makes your life even easier :) If you are using for example SVN / GIT, you could easily set up a pre-commit hook which would run this script on your config file and only commit the file is no syntax errors are detected.
  6. Kami

    Python script which checks for syntax error in rc.conf

    Hello all, I have made a simple Python scripts which checks your rc.conf file for syntax errors (basically it checks all the lines in the file and output the ones which contain syntax errors). The script itself is very simple but I guess that many people will find it useful (I am pretty...
  7. Kami

    HOWTO: Modern FreeBSD Install RELOADED (vermaden way)

    I've used your guide and had the same problem as dewarrn1 when trying to import the pool (zpool import -D), but zpool import basefs did the trick here as well :) Oh, I installed the system on 2 drives and used raid1 for all the slices (/, /usr and /var). I plan to add another disk in the...
Back
Top