Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mattaw
  • Order by date
  1. mattaw

    USERADD

    A good start to unix and solaris 9: http://www.riddleware.com/solx86/Free-Solaris-Ebook.zip Its a great dive into solaris from a 'how do I do this' point of view without requiring too much technical knowhow. Matthew Family motto: Curvus, non infractus. The Universe: God's novelty screensaver?
  2. mattaw

    UFS/NFS...& Sharing

    It may well be installed already: SUNWsmbac samba - A Windows SMB/CIFS fileserver for UNIX (client) SUNWsmbar samba - A Windows SMB/CIFS fileserver for UNIX (Root) SUNWsmbau samba - A Windows SMB/CIFS fileserver for UNIX (Usr) Check for /etc/init.d/samba man pkginfo as well...
  3. mattaw

    USB is slow

    Err, let me get this straight: XP PC -> cable -> router. Win2000 PC -> USB wireless -> router. Laptop -> PCI wireless? -> router. Now the system you use is the Win2000 PC with the wireless router. Now 40% connectivity... are you talking only using 40% of your broadbands bandwidth, or only 40%...
  4. mattaw

    UFS/NFS...& Sharing

    Thats true. I would either recommend suns packaged samba (On the solaris extras disk) or from www.sunfreeware.com as opposed to compiling your own. NFS is the standard Unix Network filesystem mechanism and it works well. UFS is the hard disk filesystem. Matthew Family motto: Curvus, non...
  5. mattaw

    swap problem

    Right, I have just successfully done the instructions in the linked thread, are you sure you did it right, and you did it as superuser? So log in as root and follow the last instructions. Make sure you copy them exactly! Except replace 'somedir' with where you want the file to go. Matthew...
  6. mattaw

    Remove all data beyond recover

    If you don't have to return the disks the best option is to actually take a hammer to the disks, one or two dents and then it will take a national goverment to get the data off. Otherwise not only format but I would reinstall the entire system to a default solaris install and copy the...
  7. mattaw

    problems while creating libraries

    Not really, debug info is a HUGE number of entry and exit points and variable tables and names. It allows the debugger to map variable types and locations to human names and find functions etc. It would explain everything. Also the debugging libraries will run slower (generally speaking)...
  8. mattaw

    swap problem

    right, swap -s includes all swap both HDD and the computers memory as swap is formed from both. swap -l just lists the disk areas allocated to swap. Looks like for some reason there is no swap mounted at all. Look at the output of mount and look for swap space there. If there are no entries...
  9. mattaw

    Can I run cable modem and DSL thru one hub?

    Ohhh eck! Not normally no, TBH. Question: Your bosses email, it that handled by the ISP that provides the DSL? or is it internal? Matthew Family motto: Curvus, non infractus. The Universe: God's novelty screensaver?
  10. mattaw

    problems while creating libraries

    What were the optimisation options they were built with by default? (Just checking :) ) Matthew Family motto: Curvus, non infractus. The Universe: God's novelty screensaver?
  11. mattaw

    WRT54GS bandwidth user-per settings

    Also there are linux firmwares for the router which include traffic shaping. This however is not a job for the faint hearted so think carefully before doing it. Google will provide several sites with firmwares. Matthew Family motto: Curvus, non infractus. The Universe: God's novelty screensaver?
  12. mattaw

    linksys router problem or not??

    Right well as to the router the old Linksys routers can disconnect by themselves occasionally, fixed by modern firmwares. That could be it. Matthew Family motto: Curvus, non infractus. The Universe: God's novelty screensaver?
  13. mattaw

    FREE GNU/Linux Software for Solaris x86 or SPARC

    Site: www.Sunfreeware.com If you haven't heard of this site before it builds and packages GNU software for Solaris for free. If you are used to Linux and feel that Solaris is missing several valuable utilities then you can get them here along with the famous GCC compiler for SPARC. The...
  14. mattaw

    gunzip file

    another method would be to use gnu tar from www.sunfreeware.com An excellent site that offers solaris packages of GNU utils. with GNU tar, go to the dir to unpack to and then use: tar -xzvf <filename to tar.gz> Well worth the change, Matthew Family motto: Curvus, non infractus. The...
  15. mattaw

    Why the kbytes of the filesystem is smaller than size of the slice ?

    Don't forget all the clusters UFS needs to keep track of file names, sizes, direcories etc, and it will automatically absorb a percentage that is only useable by root. This is very handy to prevent fragmentation of the files when in use. It also means the logs will be written last before the...
  16. mattaw

    Ultra 10 Hardrive

    IDE, on an awful hdd controller. U30 are much better machines. My 2Cents :) Matthew Family motto: Curvus, non infractus. The Universe: God's novelty screensaver?
  17. mattaw

    &quot;Mono&quot; - .Net on UNIX

    Heard of it but not used it. According to the site it brings .net to solaris. There should be little difficulty as it already runs on several 'nix's such as Linux and MacOS X. You will probably have to build from source though. Matthew Family motto: Curvus, non infractus. The Universe...
  18. mattaw

    Failing to implement samba on solaris 8

    Looks like there was a mistake in installing popt. Try redownloading it and installing it again. Then check the LD_LIBRARY_PATH as that controls where solaris looks for libraries. Matthew Family motto: Curvus, non infractus. The Universe: God's novelty screensaver?
  19. mattaw

    use newfs -m %free command to preset the percentage of free space

    Several reasons: Firstly fragmentation: This free space gaurantees enough spare room to prevent significant fragmentation of files as they are added to the drive. Note this effect happens even though users cannot actually write above the percentage as there is more contiguous areas available...
  20. mattaw

    gathering system configuration

    You would need all or /etc really. prtconfig -v would reveal all the hardware settings. Any data files I assume are backed up elsewhere? Matthew Family motto: Curvus, non infractus. The Universe: God's novelty screensaver?

Part and Inventory Search

Back
Top