Slashdot Mirror


User: jackb_guppy

jackb_guppy's activity in the archive.

Stories
0
Comments
766
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 766

  1. Re:Non-kernel stuff. on What Does The Future Hold For Linux? · · Score: 1

    The issue is simple.

    the 015 structure in DHCP, tells the client the name of the domain that it belongs to. My boxes are portable (client's locations and lug meetings), when I connect into a local network - my box should appear as a member of the network - down to the domain name, which the 015 tells it about. Then entering a "joe" will be expanded to "joe.domain.org" and ping and the rest of tcp/ip tools work right.

    006 tells where the dns is. The same goes here the resolve.conf is not being updated.

    IP and Netmask do not get updated in the hosts file.

    And lastly Samba is a problem, since it correctly connects to wins, if it is on the network the 044 tells the story here.

    This all need to work correctly if a linux be givne a full chance to replace large number of boxes in a windows base network.

    redhat 6.2 hack: (allowed box to connect any DHCP server and get most right. Still have to do a sed on samba.conf)
    OLDHOSTNAME=$(hostname)
    OLDDOMAIN=$(domainname)
    MACHNAME=$(hostname | sed 's/\..*//')
    echo "${MACHNAME}: Removing old DHCP files"
    rm -f /var/run/dhcpcd-cache.${DEVICE}
    rm -f /var/run/dhcpcd-${DEVICE}.pid
    rm -f /etc/dhcpc/hostinfo-${DEVICE}
    rm -f /etc/dhcpc/resolv.conf
    rm -f /etc/dhcpc/network
    echo -n "Using DHCP for ${DEVICE}... "
    IFNAME=${DEVICE} \
    /sbin/dhcpcd -h ${MACHNAME} -c /etc/sysconfig/network-scripts/ifdhcpc-done ${DEVICE}
    echo "echo \$$ > /var/run/dhcp-wait-${DEVICE}.pid; exec sleep 30" | sh

    if [ -f /var/run/dhcp-wait-${DEVICE}.pid ]; then
    echo "failed."
    exit 1
    else
    rm -f /var/run/dhcp-wait-${DEVICE}.pid
    echo "done."
    IPSETUP=yes
    . /etc/dhcpc/hostinfo-${DEVICE}
    DOMAIN=$(sed -e /domain/b -e d /etc/dhcpc/resolv.conf | sed -e 's/domain\ //')
    HOSTNAME=${MACHNAME}.${DOMAIN}
    echo "Old: ${OLDHOSTNAME} ${OLDDOMAIN}"
    echo "New: ${HOSTNAME} ${DOMAIN}"
    echo "127.0.0.1 localhost" > /etc/hosts
    echo "${IPADDR} ${MACHNAME} ${HOSTNAME}" >> /etc/hosts
    sed -e s/DOMAINNAME.*$/DOMAINNAME=${DOMAIN}/g -e s/HOSTNAME.*$/HOSTNAME=${HOSTNAME}/g /etc/sysconfig/network > /etc/dhcpc/network
    cp /etc/dhcpc/network /etc/sysconfig/network
    IPSETUP=no
    fi

  2. Re:Non-kernel stuff. on What Does The Future Hold For Linux? · · Score: 1

    The DHCPCD client is not that good. It does not handle passing host name as configured - hence you immedatily have to fix that so it acts right in a windows network (like most offices). It does not handle at all: domain name changes, ip changes nor fixing samba to be a good M$ citizen.

    DHCP is one of those things need to fixed so more offices will feel "safe" bring into the their network.

    Just so you know - I am using DHCPCD on 4 different linux boxes with either redhat6.2 or caldera 2.3. I have had to hack the DHCPCD client everytime.

  3. Re:Standards... on What Does The Future Hold For Linux? · · Score: 1

    All files are truely "flat" files. That goes for programs, the kernal, and databases. It is a handle to data stream.

    What most think of as a flat files is "data" structure (or something on that line depending on OS).

    XML is has structure that was imposed over that that flat file structure. That makes it no more a flat file then HTML another example of strucute that was imposed over a flat file structure.

  4. Re:Standards... on What Does The Future Hold For Linux? · · Score: 1

    Linux is a Herculean task taken on by multiple teams to create. Now this is a way to bring it up to par with other OS for easy of configuring. Yes, all will not convert. But the majority will follow the kernel if the kernel goes first. Teams that don't bring their code up to the standard will slowly loss out. The best (or most willing) will win out.

  5. Re:Standards... on What Does The Future Hold For Linux? · · Score: 1

    It is the heart of kernel.

    How is the kernal made?
    How are the options stored?
    How are run time options passed?

    Can you add to the list?

    The kernel is a series of routines - sorting, searching, processing data. Like any other program, just happens to "run" the machine.

    Why is the kernel exempt from the same standards we would want from the rest of the machine? If the kernel was configured via XML, the rest of linux would follow the lead.

  6. Standards... on What Does The Future Hold For Linux? · · Score: 5

    Stop using flat files for .conf, Use XML as standard configuration format. This includes the make tools, lilo, and the rc.d as well.

    With this grand unification:

    1) XML parser API could be added so all modules will not have to create thier own.

    2) A single config tool could be written so that the options and help information can be entered and checked. Lowering the entry skill level for general users.

    Anothe wish is to get the /etc back. Move the conf data for a /.conf directory or some thing.

  7. Re:New TLDs don't fix any namespace issues, duh! on Will New TLDs' Restrictions Negate Their Aims? · · Score: 1

    Maybe read the whole thing.

    .un is there because of the base problem of when the web was created.

    .com .edu .gov .org where created when the web we know today was still an excludive network centered in the US.

    today the web is not a US owned and operated network. It is time to leave that paradyne and move on.

    by mapping the .com .edu .gov .org back to the US for which they came, opens up the naming tree.

    First, Non US companys will register in their own countries, which shortens the branches in the .com and frees up space. Second for LARGE International Corps - IBM, TRW, COKE they can now register TLD for after themself.

    This would allow for true international companies to have themself as their base - protecting their trademark or indentity in all countries. Regional companies and people can have regional. and soon.

    Now wheater .gov should be used for the UN is the goverment of Earth will be hot debated, under a different /. thread.

  8. Re:One positive outcome... on Will New TLDs' Restrictions Negate Their Aims? · · Score: 1

    Why would a single big company want .biz?

    Think and think hard - they won't!!

    Here is why - They already have the .com of thier choice and add to that trademark laws. It there for thier taking.

    .biz is dead! and so are the new tld. They are not in the publics mind and won't be.

    There is no new real estate.

  9. Re:New TLDs don't fix any namespace issues, duh! on Will New TLDs' Restrictions Negate Their Aims? · · Score: 1

    Well think about it. If someone has 1800Flowers.com trademarked do you think a FTD can have 1800flowers.biz?

    The new TLD do not add any new name space. Browsers like IE will try the www. .com for you, blocking the space from being easily found. So why a new space?

    The only real solution is to drop .com, .net, .org & .gov. by mapping back to .us space. Then allowing those that at truely belong some where else like .com.ca to move there with money returned. Then if IBM or COKE want the .IBM or .COKE tld then they can pay for it.

    Remember trademarks and public confusion will block most all .biz from getting or keeping their URL.

    Oh and you think the have a few million tld is going to be hard on the main servers... Think again. With the explosion of .com - in effect we already have it.

  10. how was the slot machines? on Tech Stocks Rollercoaster - How Was Your Ride? · · Score: 3

    No different than dropping coins at Vegas.

    For all the winners there are losers. Remember you don't win unless there is some one out the BUYing the stock from you. Or maybe two or three or four (depends on how high).

    For those older hand with stock options - cashing out - making look like a great thing for those just joining - but is there a future?

    Is the stock market the next Social Security scare?

    Remember to retire with those 401k - the stock needs to be sold to some one. Who will be buying when the first 1/4 of the bady boom goes by, the second 1/4, the third and fourth?

    I was reading that if Microsoft had to report the outstanding liability of stock options on thier balance sheet (better: deffered companision) Since MS is to pay the difference between the option and the going price. they would be setting at a net LOST for last year.

    Isn't math fun?

  11. Re:Only works with MS Internet Explorer. on 3D Computer Network Maps · · Score: 1

    And to add insult to that ingry... It loads an activex the FORCES the machine to reboot. No change to do it later.

  12. Private Firewall on Firewall On A PCI card · · Score: 2

    But one per machine. HR running its own VPN Network inside on the company's. Cool.

  13. Why dot anything? on Neither .Kids Nor .Porn For ICANN · · Score: 1

    When I was a member of INET list (a long time ago) I propose to drop the .com, .org, .net, .gov because it is all too U.S. baised.

    Now if the million(s?) of domains out there under .com -- .com is pretty useless in shorting the search. Hell how offen do you find a business by it URL anyway 1 in 10, 1 in 50, 1 in 100?.

    So dump it all.

    Yahoo, Lycos, and the rest are the real name engines.

    If you want keep the naming convention here is simple plan...

    .coke, .ibm --> go to U.N. Telecom and buy it there say $50k - helps pay for U.N. This way trademarks world wide WILL BE RESPECTED.

    .USSteel.us, swatch.ch --> go to that country's office to get it. -- say $5k for country wide - again country wide trademark is respected.

    .waltdisneyworld.fl.us --> go to the state's office to get it. -- say $500 - now state wide trade marks are respected.

    .bulls.chicago.il.us --> go to city or county office $50 and local trade names are respected.

    Now if you are growing company - you just keep bying up the tree.

    So IBM may buy .ibm.rochester.mi.us, .ibm.mi.us, .ibm.us, .ibm

    Now if we expand beyond this globe... add .ea to the end of all the above. .sol if we leave this solar system.

    Now to protect kids and the rest. When IPv6 is running, assign xxx to a oct prefix. Akind to 900 numbers.

    jackb

  14. Re:I smell money... on MS To Virginia Beach: Prove You Own Your Software · · Score: 1

    Boy oh boy, for some one who is pro-linux you did not look far...

    Why let the users have hard drives anyway? Other than to boot and swap (then again add memory) there is no good local use on 95% of the average desktop.

    Use remote booting.

    Then all data and configurations are stored on servers. The local machine is nothing more than a SMART dumb terminal. The user can flick that switch all day without a drive error.

    ---
    Why install 30 gig drives on some manager's machine? Put it in the servers!

  15. Re:Nope, they _do_ force you... on FTC Will Study Software License Practices · · Score: 1

    I have yet to see this EULA. That page was always been blank and my VM is still broken.

    Can not agree to something that was never presented.

    Also remember for a contract to be valid BOTH sides must agree to it WITHOUT CORROSION. A criital update for broken software and they force you to accept new EULA is corrosion, in my option.

  16. Re:Mutate? 95x on Microsoft's First Ad Targeting Linux · · Score: 1

    95 is a common os out right now, and MS is forcing poeple off of it by not writing compatabily to 95 in their new code (see: Windows Media Player 7) YES THEY DON'T MORPH.

    At work NT4 sp6 had it virsus software upgraded. ODBC, MSACCESS, and third party SQL was taken out, and now can not be made whole, because you have to load SQL7 drivers - there is no 6.5 and "Run this script on SQL6.5 to make it work with 7 drivers" -- yeah sure.

    MS does not MORPH... It colapses!

  17. There a partial use on 'First Lock' At Laser Interferometer · · Score: 1

    I want one in my backwayrd!

    During the day I can dump all this unused sun light into it and light my house all night!

    Think of the costs savings for Las Vagas or New York!

  18. Re:Consultants vs employees on How Do Companies Pay for "On-Call" Support? · · Score: 2

    I have been a manager, employee, and consultant where 7x24 is the rule (ps: there is also no such thing as holidays either!) Every time I have been asked to wear a pager, I have shown the costs envolved and ask "Do you realy want to pay for that?" and should out ways to get the same results.

    SO --

    Consultants -
    Being "on call" is being on the job. Every hour you are "on call" is an hour worked. That is what customer asked to you do. PERIOD.

    Employees -
    Hourly or Salary - the States have overtime limits were your employer is required to give people time rest. Being "on call" is being on the job. Every hour you work you are to be paid. Many full-time salaried employees have sued and won money of past MANORY over time pay.

    Managers -
    IF 7x24 is a requirement, staff 3 shifts 7 days a week. Every thing else is taking advange of your staff. If 5x18 is required, try flex time, alot of employees and consultants would love to come to work around noon, and others around 5am.

    Hire the employee, don't abuse them.

  19. It is not about Anonymous Coward on Anonymity · · Score: 1

    As I read though the information, it reads not as "Anonymous Coward" be where, but "Every One" be where.

    If some "handle" (like mine: jackb_guppy) can not be identified with a real person in a click or two, then any trumped up charge will get access to your information.

    So the fall back will be sites like /. to display all information about each poster when ever someone clicks on a User Information button, this will save time and money. Then with a little coding - all your information is loaded in to spam mail program or your credit report.

    Is not technology helpful?

  20. Debates on Ask the Presidential Candidates · · Score: 1

    America has enjoyed many years of freedom. From this freedom, which includes fair and open elections, many great leaders including presidents emerged.

    So now, how can the American Public believe, better yet TRUST, the concept of fair and open elections, when both main polical parties block access to the debates for third party canidates?

    Why should there be two sets of rules for a candate to be considered a "canidate"? Would not getting on the ballot of 40+ states shows their wide public support?

    Minasota showed that a third candate can come from behind a win! When there is a fair and open debate for a fair and open election.

  21. I guess I am Priate on Napster Court Date Set For October 2 · · Score: 1

    I like Weird Al's site sagabegins.com and the others that have streaming. I nice way to test if the T1 is realy working.

    I guess those site need to be blocked by a netnanny.

  22. Re:Overanalyzing the definition of "OS". on Is UNIX An OS? · · Score: 2

    You missed the intent.

    If you just load the kernal (ie: little unix) what will it do?

    Will there be a prompt?
    Will cpio work?

    What is being argued is the little unix is not an OS. IT requires a shell to be UNIX, IT requires an app to be UNIX, IT requires a ....

    That to me is point.

    The author is wrong in his concludion, UNIX is a OS.

    But still the base concept, "WHAT IS AN OS TODAY?" has deep meening.

    I think that CPM or DOS maybe a more true OS then little unix. Little unix has more to offer the world though... so more "plugins" (cp tar ...) came along.

    Here is question is JAVA a OS?
    Is a Browser and JAVA a OS?

  23. Re:NDA is NOT the same thing as non-compete on Non Disclosure Agreements in Interviews? · · Score: 1

    We are not talking here about innocent or guilt.

    We are talking about business law. A majority of the jury must consider that what was done was against the NDA. Not 100%.

    Most likely, your company would fire you immediately when it found out any way. And settle with company A.

    Either way... you are out of a job in both Company A and B, and most likely it will also prevent you form getting one at C, D or E...

    NDA in this case is a non-compete.

  24. Re:NDA is NOT the same thing as non-compete on Non Disclosure Agreements in Interviews? · · Score: 1

    You are right and wrong...

    Wrong part...
    If Company A is making a widget and told you about it after a NDA. Then you work for company B and one of their employees on your team comes up with a widget idea after you have were hired 1 week before.

    CAN YOU PROVE IN A COURT OF LAW THAT,
    1) YOU DID NOT TELL?
    2) ANY INFORMATION THAT YOU HAD HEARD AT COMPANY A DID NOT HELP IN THE DEVELOPMENT OF WIDGET?

    I am waiting to see on an employment app. right under "are you a felon?", "List all the NDA, you have signed and detail what you can and can not talk about?".

  25. Until they pay... on Non Disclosure Agreements in Interviews? · · Score: 1

    Take a step back.

    NDA is contract.

    A contract is only valid if:
    1) Both parties agreeing to the terms, without coercion.
    2) A exchange of tangible property. (i.e.: money)

    That is why a company has problems with getting a NDA signed after you already have job with them. First, they can not fire you for not signing that would be coercion. Second, they would have to give you some thing in exchange, a raise.

    A Company can not get you to sign a NDA when you leave... What you can not leave until you sign? Again coercion and property exchange is required to have a contract.

    So remember if asked to sign a NDA, be sure your price is set high enough to cover the time that NDA is in effect and you can not work at a competing company.

    :-) Ok, I will stay at home and have a company pay me to sit there. :-)