Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-07-2008, 02:28 PM
Max Power
 
Posts: n/a
Default Has any form of UNIX (ignorig POSTIX complient OS's that have an internal struture not all like Linix/BSD/Mach/...) ever had any kind of registry?


Has any form of UNIX (ignoring POSTIX compliant OS's that have an internal
structure unrelated to Linix / BSD / Mach / ... like OS2 / etc..) ever had
any kind of registry (for the core OS, not the applications; system daemons
may be tracked by such a structure -- but not user daemons)?

The Apple OSX (but not really AIX) and RTOS variant QNX, as well as BEos are
about the only substantial deviations from Unix in the modern era.

Not a one has any kind of registry data structure that I am aware of.

With respect to modern Plug and Play issues, and some aspects of booting
up -- a very limited registry would have some utility. There may even be
some IEEE or ACM papers on variants of Unix that have tried this. I am not
suggesting the concept be applied to Unix (non Intel) workstations or
minicomputers.

I am not suggesting any design like anything in the Microsoft mold, just
something to make storing and recovering (if necessary) core OS states more
robust.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-07-2008, 02:28 PM
Marco van de Voort
 
Posts: n/a
Default Re: Has any form of UNIX (ignorig POSTIX complient OS's that have an internal struture not all like Linix/BSD/Mach/...) ever had any kind of registry?

["Followup-To:" header set to comp.unix.bsd.netbsd.misc.]
On 2008-02-03, Max Power <mikehack@washington.edu> wrote:
>
> Has any form of UNIX (ignoring POSTIX compliant OS's that have an internal
> structure unrelated to Linix / BSD / Mach / ... like OS2 / etc..) ever had
> any kind of registry (for the core OS, not the applications; system daemons
> may be tracked by such a structure -- but not user daemons)?


Define registry.

Sysctl comes close:

- You can make settings changes to the system,
- read values from the system
- is is hierarchical.
- however it is not persistent, but built up from a script or config file.
OTOH, if you would allow only an editor for the config (that sets both
config and sysctl state) it would be pretty equivalent.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-07-2008, 02:28 PM
Dave Uhring
 
Posts: n/a
Default Re: Has any form of UNIX (ignorig POSTIX complient OS's that have an internal struture not all like Linix/BSD/Mach/...) ever had any kind of registry?

On Sun, 03 Feb 2008 04:03:11 -0800, Max Power wrote:

> The Apple OSX (but not really AIX) and RTOS variant QNX, as well as BEos are
> about the only substantial deviations from Unix in the modern era.


Say what? Apple OSX *is* UNIX.

http://www.opengroup.org/openbrand/register/

> Not a one has any kind of registry data structure that I am aware of.


True.

> With respect to modern Plug and Play issues, and some aspects of booting
> up -- a very limited registry would have some utility.


Bullshit.

> I am not suggesting any design like anything in the Microsoft mold, just
> something to make storing and recovering (if necessary) core OS states more
> robust.


Do you mean something as "robust" as that piece of shit you used to post
this nonsense?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-07-2008, 02:28 PM
Richard B. Gilbert
 
Posts: n/a
Default Re: Has any form of UNIX (ignorig POSTIX complient OS's that havean internal struture not all like Linix/BSD/Mach/...) ever had any kind ofregistry?

Max Power wrote:
>
> Has any form of UNIX (ignoring POSTIX compliant OS's that have an
> internal structure unrelated to Linix / BSD / Mach / ... like OS2 /
> etc..) ever had any kind of registry (for the core OS, not the
> applications; system daemons may be tracked by such a structure -- but
> not user daemons)?
>
> The Apple OSX (but not really AIX) and RTOS variant QNX, as well as BEos
> are about the only substantial deviations from Unix in the modern era.
>
> Not a one has any kind of registry data structure that I am aware of.
>
> With respect to modern Plug and Play issues, and some aspects of booting
> up -- a very limited registry would have some utility. There may even be
> some IEEE or ACM papers on variants of Unix that have tried this. I am
> not suggesting the concept be applied to Unix (non Intel) workstations
> or minicomputers.
>
> I am not suggesting any design like anything in the Microsoft mold, just
> something to make storing and recovering (if necessary) core OS states
> more robust.


Microsoft's "registry" is a largely undocumented nightmare! You touch
it at your peril!! A mistake can render your system unusable!!!

Other O/Ss manage to get along without anything called a registry. They
tend to store parameters and settings in scattered files. They also
tend to document both the names, functions, and the format of these
files, a thought that evidently never occurred to Microsoft.

Might I suggest that regular backups are a great way to start making
your system "more robust"? Not tinkering, as root, with things you
don't fully understand also increases "robustness"!

I've never had a Solaris system crap all over itself and render itself
inoperable. Sadly, I can't say the same for any flavor of Windows.

If I could get Quicken, TurboTax, Bridge Baron, Street Atlas USA, and a
few other apps for Solaris, I might never run Windows again!



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-07-2008, 02:28 PM
Nico Kadel-Garcia
 
Posts: n/a
Default Re: Has any form of UNIX (ignorig POSTIX complient OS's that havean internal struture not all like Linix/BSD/Mach/...) ever had any kind ofregistry?

Max Power wrote:
>
> Has any form of UNIX (ignoring POSTIX compliant OS's that have an
> internal structure unrelated to Linix / BSD / Mach / ... like OS2 /
> etc..) ever had any kind of registry (for the core OS, not the
> applications; system daemons may be tracked by such a structure -- but
> not user daemons)?


Not that I've ever seen. Various tools have tried to present something like one, but the various components of a modern UNIX come from too many widely divergent programming models to merge into a single registry this way. Modern UNIX's, and especially Linux, are founded on having discreet, manageable components rather than a central registry of settings. This makes them *VASTLY* easier to keep in modular, manageable, and upgradable components rather than in a monolithic integration nightmare of doom.

> The Apple OSX (but not really AIX) and RTOS variant QNX, as well as BEos
> are about the only substantial deviations from Unix in the modern era.
>
> Not a one has any kind of registry data structure that I am aware of.
>
> With respect to modern Plug and Play issues, and some aspects of booting
> up -- a very limited registry would have some utility. There may even be
> some IEEE or ACM papers on variants of Unix that have tried this. I am
> not suggesting the concept be applied to Unix (non Intel) workstations
> or minicomputers.


Seriously, you don't need what the Windows folks would call a registry for that. You need to set some minimal standards for open source software authors to follow, such as the use of chkconfig for init scripts and the use of /etc/sysconfig for package specific system defaults.

> I am not suggesting any design like anything in the Microsoft mold, just
> something to make storing and recovering (if necessary) core OS states
> more robust.


Unfortunately, the concept of a "core OS state" falls apart. My OS does not care about the state of my DNS server, nor of my mail server, nor should it beyond the fact that it's installed and running. Or at least that is current open source approach.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-07-2008, 02:28 PM
=?UTF-8?Q?Micha=C5=82_Kurowski?=
 
Posts: n/a
Default Re: Has any form of UNIX (ignorig POSTIX complient OS's that have an internal struture not all like Linix/BSD/Mach/...) ever had any kind of registry?

Użytkownik "Max Power" <mikehack@washington.edu> napisał w wiadomości
news:fo4ajp$kfp$1@gnus01.u.washington.edu...
>
> Has any form of UNIX (ignoring POSTIX compliant OS's that have an internal
> structure unrelated to Linix / BSD / Mach / ... like OS2 / etc..) ever
> had any kind of registry (for the core OS, not the applications; system
> daemons may be tracked by such a structure -- but not user daemons)?


AIX does have it. It's called ODF.
The common wisdom is it's the less unixy unix product created.

> I am not suggesting any design like anything in the Microsoft mold, just
> something to make storing and recovering (if necessary) core OS states
> more robust.


I'd use some kind of version control system.
Also, look at the OBSD's "mtree".

Cheers


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-07-2008, 02:28 PM
Chris Mattern
 
Posts: n/a
Default Re: Has any form of UNIX (ignorig POSTIX complient OS's that have an internal struture not all like Linix/BSD/Mach/...) ever had any kind of registry?

On 2008-02-03, Michał Kurowski <mkur@gazeta.pl> wrote:
> Użytkownik "Max Power" <mikehack@washington.edu> napisał w wiadomości
> news:fo4ajp$kfp$1@gnus01.u.washington.edu...
>>
>> Has any form of UNIX (ignoring POSTIX compliant OS's that have an internal
>> structure unrelated to Linix / BSD / Mach / ... like OS2 / etc..) ever
>> had any kind of registry (for the core OS, not the applications; system
>> daemons may be tracked by such a structure -- but not user daemons)?

>
> AIX does have it. It's called ODF.
> The common wisdom is it's the less unixy unix product created.
>

ODM--"Object Data Manager". Yes, to all intents and purposes, it's a
registry. I'm an old AIX jockey from way back, and it's probably my
least favorite part of AIX, although in general I like AIX a lot
(LVM is the single best disk management system I've ever seen, and
it ships with the OS!).


--
Christopher Mattern

NOTICE
Thank you for noticing this new notice
Your noticing it has been noted
And will be reported to the authorities
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-07-2008, 02:28 PM
Chris Cox
 
Posts: n/a
Default Re: Has any form of UNIX (ignorig POSTIX complient OS's that havean internal struture not all like Linix/BSD/Mach/...) ever had any kind ofregistry?

Chris Mattern wrote:
> On 2008-02-03, Michał Kurowski <mkur@gazeta.pl> wrote:
>> Użytkownik "Max Power" <mikehack@washington.edu> napisał w wiadomości
>> news:fo4ajp$kfp$1@gnus01.u.washington.edu...
>>> Has any form of UNIX (ignoring POSTIX compliant OS's that have an internal
>>> structure unrelated to Linix / BSD / Mach / ... like OS2 / etc..) ever
>>> had any kind of registry (for the core OS, not the applications; system
>>> daemons may be tracked by such a structure -- but not user daemons)?

>> AIX does have it. It's called ODF.
>> The common wisdom is it's the less unixy unix product created.
>>

> ODM--"Object Data Manager". Yes, to all intents and purposes, it's a
> registry. I'm an old AIX jockey from way back, and it's probably my
> least favorite part of AIX, although in general I like AIX a lot
> (LVM is the single best disk management system I've ever seen, and
> it ships with the OS!).
>
>


I don't know... it wasn't until very recently that you could
enter filesystem sizes in something larger than blocks... which
was a real pain.

I think Linux LVM2 is reasonable. Doesn't have the automatic
growth feature that AIX has used in combo with JFS2... but still...

AIX was the first *ix with a good admin interface control over
user constraints.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-07-2008, 02:28 PM
Frank Cusack
 
Posts: n/a
Default Re: Has any form of UNIX (ignorig POSTIX complient OS's that have an internal struture not all like Linix/BSD/Mach/...) ever had any kind of registry?

What a confused question. Responses inline.

On Sun, 3 Feb 2008 04:03:11 -0800 "Max Power" <mikehack@washington.edu> wrote:
> Has any form of UNIX (ignoring POSTIX compliant OS's that have an
> internal structure unrelated to Linix / BSD / Mach / ... like OS2 /
> etc..)


huh? First of all a note -- by invoking UNIX you are referring to
only those unices that are certified to carry the UNIX brand. This
goes beyond POSTIX (sic) compliance. So your parenthetical comment,
which as best I can make out says to ignore OS/2 for some reason,
even though it may be POSIX compliant, is curious since, e.g. Mach,
which you seem to want to include, is wildly different than the other
OSes you seem to want to include. By asking about UNIX you are already
excluding OS/2 as well as Linux and Mach.

But I guess that's not really what you mean by UNIX. And why would you
want to include Linux but not OS/2?

> ever had any kind of registry (for the core OS, not the
> applications; system daemons may be tracked by such a structure -- but
> not user daemons)?


huh? what is a system daemon and what is a user daemon?

> The Apple OSX (but not really AIX)


huh? What does AIX have to do with OSX?

> and RTOS variant QNX, as well as
> BEos are about the only substantial deviations from Unix in the modern
> era.


Actually OSX *is* UNIX, i.e. not only is it POSIX but it carries the
UNIX brand, and therefore by definition it is not a deviation,
substantial or otherwise, from Unix.

> Not a one has any kind of registry data structure that I am aware of.


AIX has a registry, as someone else replied. Solaris 10 has a
registry (SMF), although it's not consistently applied across the OS.

> With respect to modern Plug and Play issues, and some aspects of
> booting up -- a very limited registry would have some utility.


How so? Please elaborate. How would a registry possibly be useful
for PnP?

> There
> may even be some IEEE or ACM papers on variants of Unix that have
> tried this. I am not suggesting the concept be applied to Unix (non
> Intel) workstations or minicomputers.


Why would said registry, that you are suggesting might be useful, not
be useful for non-Intel computers? UNIX, and even unix, is not tied
to any specific hardware. Maybe what you are really looking for is
a BIOS alternative?

> I am not suggesting any design like anything in the Microsoft mold,
> just something to make storing and recovering (if necessary) core OS
> states more robust.


More robust? More robust than what?

Registries don't seem to provide robustness as far as I can see, in
fact quite the opposite. What they do provide is a consistent and
OS-provided, and BTW non-portable, interface for storing and
retrieving configuration information. That could be an advantage if
done right, but hardly applies to the "core OS". I would think that
the "core OS" could care less about a registry. It will have a
consistent interface for configuration regardless of what applications
use.

Most unix OS's do have what could be considered a registry for the
"core os", e.g. /etc/system on Solaris or /etc/sysctl.conf on many
others. It's very difficult to tell if that's what you're looking
for though.

-frank
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-07-2008, 02:28 PM
Wayne
 
Posts: n/a
Default Re: Has any form of UNIX (ignorig POSTIX complient OS's that havean internal struture not all like Linix/BSD/Mach/...) ever had any kind ofregistry?

Chris Mattern wrote:
> On 2008-02-04, Chris Cox <notccox@notairmail.net> wrote:
>> I think Linux LVM2 is reasonable. Doesn't have the automatic
>> growth feature that AIX has used in combo with JFS2... but still...
>>

> LVM2 doesn't support any kind of RAID. Fail. (Yes, I know about md.
> Having to have a whole 'nother layer of software and virtual volumes
> in order to get RAID with with your logical volumes is more kinds of
> fail than I can begin to express.)
>
>


LVM2 does support RAID 0 (stripping). Any higher RAID levels,
IMO, are better done in hardware anyway.

-Wayne
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 02:43 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
UnixAdminTalk.com

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394