Slashdot Mirror


Ask a LinuxWorld Exhibitor

Most Slashdot readers aren't coming to the LinuxWorld Conference and Expo in New York this week. If you're not coming, but you have a question you'd like to ask one of the exhibitors, please post it here. I promise to ask 10 of the highest-moderated exhibitor questions on your behalf, and I'll do my best to ask more than 10, time permitting. If you have a question for anyone who is holding a conference session or tutorial Thursday or Friday, please feel free to post it, too. I will try to ask speakers at least a few questions, but that's chancier than getting hold of exhibitors (who are in booths where they're easy to find), so no promises. One question per post, please. Hopefully, I'll have time to type up the answers over the weekend and post them Monday or Tuesday.

22 of 218 comments (clear)

  1. Strategies by Oculus+Habent · · Score: 5, Interesting

    For Hardware Vendors:

    What basic strategies are you employing to better penetrate the server/appliance market with Linux systems?

    --
    That what was all this school was for... to teach us how to solve our own problems. -- janeowit
  2. Dear Redhat Software by Anonymous Coward · · Score: 5, Interesting

    What is your response to the vulterant claims that your Gnome/KDE setup is breaking QT apps and causing havoc for developers who make use of QT?

  3. To Microsoft by gmuslera · · Score: 5, Interesting

    Considering that this is called "LinuxWorld", what product will you release next for Linux?

  4. Dear $exhibitor by ackthpt · · Score: 4, Interesting
    Dear $exhibitor (assuming not Microsoft)

    What is your impression of Microsoft a) at your convention and b) Microsoft's efforts to lure Unix customers into their fold, away from Linux? Do they appear successful?

    --

    A feeling of having made the same mistake before: Deja Foobar
  5. To Microsoft by Oculus+Habent · · Score: 5, Interesting

    Do you plan on producing Open Source components to any of your products? This primarily refers to server components, such as HTTP, DNS, IMAP, etc. which could function externally to the base programs (Exchange, ISA, etc.) and offer simpler and more granular control over active services.

    --
    That what was all this school was for... to teach us how to solve our own problems. -- janeowit
  6. What is the best giveaway item? by burgburgburg · · Score: 5, Interesting
    In your experience as a convention exhibitor, what is the most effective giveaway item you've ever used to draw people to your booth long enough to make a pitch? What will people wait in line for, sit through demos for, fill out long questionaires for, let you swipe their card for, jostle others to get?

    Conversely, what was the lamest giveaway item you were ever saddled with? Where you had to throw it at passersby, and even then they recoiled in dismay?

    1. Re:What is the best giveaway item? by GoRK · · Score: 4, Informative

      People will stand in line at your booth to enter most any contest that has a prize worth about $150 or more. An entire set of golf clubs generally works well with crowds older than about 30. A laptop or high-end palm pilot works well with younger crowds.

      At tech shows (comdex, cebit, etc.) that kind of stuff usually doesnt work as well (though the golf club thing is still very popular.) If it's a show with an audience of mostly men, some good looking females in the booth will do a lot for you.

      The gimmies are usually pretty tricky. The most effective ones are the ones that people have never seen before. We gave away cell phone chairs one time, which was pretty stupid, but they worked really well because nobody at the oil and gas show had ever seen them before -- even though there were tens of booths giving them away at the tech shows for a couple years, it was still effective. The CD cases we gave away, by contrast, cost nearly four times as much and were not effective.

      The new gimmie we're going to use is silly putty we bought in bulk from Crazy Aaron (www.puttyworld.com) ... haven't seen anyone giving it away yet, but someone's probably done it. Anyway, we sliced it up into small chunks, put it in some inexpensive tins... It's actually very very close to the least expensive thing we've ever given away and it will likely be the most effective thing we have ever used. Just in case, though, we have some sticky notes and a drawing for a set of golf clubs too :)

      ~GoRK

  7. Why does the Linux World Expo webserver.... by Wntrmute · · Score: 4, Insightful
  8. GNU/Linix On The Desktop by rootmon · · Score: 5, Interesting

    I know it's been the dream of GNU/Linux enthusiasts for years: to replace Windows on client PCs. Thus far, Microsoft's hold on OEMs hasn't been broken in the desktop PC market, though there are some encouraging signs like Walmart's $199 Microtel GNU/Linux PCs and LTSP spreading in schools. My question is this: do you think GNU/Linux will really succeed in spreading out from the server room to win a significant share of the desktop client market? If so, when and how do you think this will happen? (Such as HP/Compaq, Dell, Gateway, IBM, etc all pushing GNU/Linux PCs with Open Office to businesses, or thin client computing like LTSP gaining popularity, etc.)

    --
    "As flies to the wanton boys are we to the gods; they kill us for sport." - William Shakespeare, King Lear
  9. To the KDE team by secondsun · · Score: 4, Funny

    Which will come first, Duke Nukem Forever or KDE 3.1?

    --
    There is nothing wrong with being gay. It's getting caught where the trouble lies.
  10. You knew it was coming by Anonymous Coward · · Score: 4, Funny

    Vi or Emacs?

  11. To icculus.org by alkini · · Score: 5, Interesting

    To icculus.org (booth #9): What is it like to be a small organization at a big convention with people like HP, Microsoft, Red Hat, etc? Do people give you any credit for what you are doing?

  12. Re:Ask a Linux Administrator? Is this, TheOnion? by vaxer · · Score: 5, Funny

    Dear Linux Administrator,

    I'm a divorced mother of seven trying to put my life put back together after the death of my fourth husband. My kids still blame me for his death (it wasn't my fault, honest!), and I'm having a tough time meeting new people. What should I do?

    -Sleepless in Sarasota


    Dear Sleepless in Sarasota,

    Since uugetty is part of getty_ps you'll first have to install getty_ps. If you don't have it, get the latest version from metalab.unc.edu:/pub/Linux/system/serial. In particular, if you want to use high speeds (57600 and 115200 bps), you must get version 2.0.7j or later. You must also have libc 5.x or greater.

    By default, getty_ps will be configured to be Linux FSSTND (File System Standard) compliant, which means that the binaries will be in /sbin, and the config files will be named /etc/conf.{uu}getty.ttySN. This is not apparent from the documentation! It will also expect lock files to go in /var/lock. Make sure you have the /var/lock directory.

    If you don't want FSSTND compliance, binaries will go in /etc, config files will go in /etc/default/{uu}getty.ttySN, and lock files will go in /usr/spool/uucp. I recommend doing things this way if you are using UUCP, because UUCP will have problems if you move the lock files to where it isn't looking for them.

    getty_ps can also use syslogd to log messages. See the man pages for syslogd(1) and syslog.conf(5) for setting up syslogd, if you don't have it running already. Messages are logged with priority LOG_AUTH, errors use LOG_ERR, and debugging uses LOG_DEBUG. If you don't want to use syslogd you can edit tune.h in the getty_ps source files to use a log file for messages instead, namely /var/adm/getty.log by default.

    Decide on if you want FSSTND compliance and syslog capability. You can also choose a combination of the two. Edit the Makefile, tune.h and config.h to reflect your decisions. Then compile and install according to the instructions included with the package.
  13. For the Microsoft folks: by sterno · · Score: 5, Interesting

    Do they read Slashdot? If so, why do they think there is such a strong anti-microsoft sentiment on Slashdot? What do they think Microsoft can do to change that sentiment?

    You know, a nice easy question for them to handle :)

    --
    This sig has been temporarily disconnected or is no longer in service
  14. To Linux Software Vendors by MyGirlFriendsBroken · · Score: 5, Interesting

    Is Mac OS X a big enough competitor (for want of a better word) to the Linux server/desktop market to warrent porting products over to either OS X or to Darwin?

    This is with focus on the server side.

    --
    If you read a speed reading book, does it take you less time to read the second half?
  15. Ask Dell about forcing MS onto edu customers by BACbKA · · Score: 5, Interesting

    The Dell's online computer purchases, in the "educational" section, only offer Windows as the O.S. [Last verified - about a month ago, when my friend from an American university whose IT dept prefers Dell computers to purchase from the scientific research grants money asked me to help him select his future computer config.]

    Neither the "no-OS-gimme-refund" or a prepackaged Linux option is available. How does this coincide with the present Dell attempts to position itself as a friend of Linux?

    --

    VKh

  16. Software for Children by north.coaster · · Score: 5, Interesting

    Are there any plans to offer software specifically targetted towards grade school age children? Seems like there may be an untapped market here.

  17. IBM and client linux? by cdc179 · · Score: 5, Insightful

    To IBM:

    Currently there are lots of IBM commercials regarding Linux. At home all I use is Linux and am far more productive, yet at work(IBM) am forced to use winblows. When are you going to start embracing using technologies that your costomers and workers can use. Instead of having web broadcase in Windows median, switch to another format. This goes to all of the documents and programs being used. Why have a coorprate license for Office XP when we can use OpenOffice.org?

    Currently this aspect is forcing your customers to use windows. With this attitude you will never gain any ground in the Desktop world. There is plenty to gain and somebody in bigblue needs to wake up.

  18. To Macrovision Corp. by josh+crawley · · Score: 5, Interesting

    To Macrovision Corp. (booth R10)

    As I understand, your main stakes are in the encoding of ntsc and pal video signals as to make them uncopyable in receiving hardware (correct me if I'm incorrect).

    As that stated, why are you involved with Linux?
    Are you contributing to the video section (V4L) of the Linux kernel or making user-land utilities?
    In general, what are your open business plans with Linux?

  19. Red Hat, Suse, SCO, et al. by FreeLinux · · Score: 5, Interesting

    Microsoft has adjusted their rehtoric against Linux, again, and says they will now be pushing the integration advantages of Windows over Linux. This, in my opinion, does have some merit as, management of a Microsoft network is highly integrate from groupware and databases to desktop workstations. The Linux environment however, is composed of individual projects with little or no integration which forces Linux management to be performed through kludges and custom scripts.

    Indeed, the most popular and perhaps best, integrated management system for the Linux environment appears to be Webmin which, though very good, is forced to be a kludge and still falls short of a truely integrated enterprise Linux management system. While Red Hat offers RHN and SCO offers Volution Manager neither one truely integrates the overall management of a Linux shop.

    Are you, the leading commercial Linux vendors targeting the enterprise market, planning on making any efforts to integrate Linux management on an enterprise level such as Microsoft and Novell already do? If so, what are these efforts and how will they be licensed?

  20. Let's have some fun with this by fobbman · · Score: 4, Funny

    Okay, we've got Rob promising to ask the ten highest-moderated questions. Why don't we have him look for booth babes and ask if he can get the source to their hearts or maybe even walk up to various vendors and ask if his butt would look good in pleather?

  21. Can I have a t-shirt? by stecker · · Score: 5, Funny

    No, I don't want the crappy "relaxing ball". I want the t-shirts that i KNOW you have under the counter. No, I don't want to have a discussion with you about my enterprise needs. I just need a t-shirt. Don't make me come back there and get it.