Wednesday, 7 May 2008
|
| Re: what external hard drive works with Solaris 10, x86? Michelle 03:07:39 |
| | On Mar 26, 12:40pm, Reginald Beardsley <pulask...@yahoo.com> wrote:
Michelle wrote: On Mar 24, 5:11 pm, Michelle <serendipity1...@yahoo.com> wrote: I went out and got those 1/2 Terabyteexternalharddrives from both Maxtor and Seagate. When I plugged in its USB cable onto my Solaris 10 x86 server, it tries to format theharddrive. But that's it. I can't mount either drive because the format doesn't even run. Is that anexternalharddrive system that is around 250 GB to 1 Terabyte that works with Solaris 10? Thanks. So I must have done something wrong. Can someone post the instructions on how to format an externalUSBharddrive on Solaris x86, and then, mounting it after Currently, whenever I plug in the USB cable, Solaris 10 wants to format the drive, and then, it just gets stuck there. Thanks. Here's a brief summary of my notes from setting up 400 & 750 GB Seagate drives w/ ufs. Setting up pcfs is similar: 0) disable vold & reboot mv /etc/vold.conf /etc/vold.conf_disabled init 6 1) plug in the drive and get the drive designation rmformat -l 2) clear the old MS cruft dd if=/dev/zero of=/dev/rdsk/???? bs=2048 count=10 Note: I don't think this was really necessary. My notes don't say why I did it. Probably just habit. 2) get the number of sectors & create primary partition fdisk /dev/rdsk/???? 3) format the drive w/ newfs newfs -v [your choice of options] -s number_of_sectors /dev/rdsk/???? Thehardpart was figuring out I needed to give the "-s #_sectors" option. you'll get a message from newfs that the drive returns a size of zero, but a seek to the specified size succeeds so it is using the size you gave it. I've encountered the same message everytime I've formatted a USB drive. I assume it's a error in the USB mass storage driver failing to propagate the information properly. 4) mount -F ufs [your mount options] /dev/dsk/???? /mnt Have Fun! Reg- Hide quoted text - - Show quoted text -
This is what I've done:
# rmformat -l
Looking for devices... 1. Logical Node: /dev/rdsk/c1t0d0p0 Physical Node: /pci@0,0/pci-ide@14,1/ide@0/sd@0,0 Connected Device: SONY DVD RW AW-G170A 1.75 Device Type: DVD Reader/Writer 2. Logical Node: /dev/rdsk/c2t0d0p0 Physical Node: /pci@0,0/pci1043,81ef@13,5/storage@2/disk@0,0 Connected Device: Maxtor OneTouch 0121 Device Type: Removable
# fdisk /dev/rdsk/c2t0d0p0
Total disk size is 60800 cylinders Cylinder size is 32130 (512 byte) blocks
Cylinders Partition Status Type Start End Length % ========= ====== ============ ===== === ====== === 1 Active Solaris2 1 60799 60799 100
SELECT ONE OF THE FOLLOWING: 1. Create a partition 2. Specify the active partition 3. Delete a partition 4. Change between Solaris and Solaris2 Partition IDs 5. Exit (update disk configuration and exit) 6. Cancel (exit without updating disk configuration)
Enter Selection: 6
#
So now, what do I type in for the "newfs" command? I don't know what the number of sectors is. By the way, does the newfs command format the external hard disk?
Then after the "newfs" command, can I do this command:
# mount -F ufs /dev/rdsk/c2t0d0p0 /mnt
|
| | 1 answer | Add comment |
|
| Thanks everyone for your help! Michelle 01:38:22 |
| | Your valuable inputs have saved me and many others in here so much time. Your responses and answers have certainly made a difference!
Thank you all once again.
|
| | Add comment |
Tuesday, 6 May 2008
|
| Re: how to mount second hard drive on Solaris 10? Ian Collins 19:46:49 |
| | Michelle wrote:
I have computer #1 and computer #2, both running Solaris 10 x86. Computer #2 crashed. I took out the hard drive on computer #2 and installed it as a second hard drive on computer #1 using a second SATA cable. I boot up computer #1. What do I need to do to mount the hard drive from computer #2 so that I can access on the data that was residing on that hard drive? Thanks. Start with a reconfigure boot so Solaris sees the new drive.
Run format to identify the drive's path and slices.
mount the slices you require.
-- Ian Collins.
|
| | 1 answer | Add comment |
|
| Re: can't pull the trigger Chris Ridd 14:18:38 |
| | On 2008-05-02 17:03:15 +0100, groenvel@cse.psu.edu (John D Groenveld) said:
In article <67vnkmF2qrr88U1@mid.individual.net>, Chris Ridd <chrisridd@mac.com> wrote: Come to think of it, parted would be a cool thing to have on the What other ROI could Indiana offer Sun? Is the Solaris Installation Check Tool integrated? I've just got around to trying 2008.05 on a couple of boxes and the answer is basically "yes".
It is a GNOME app rather than a Java app - so it looks a whole lot better - but it does appear to have the same sort of functionality as the installation check tool. It even merits an obvious icon on the default desktop.
Nice job, guys.
Cheers,
Chris
|
| | Add comment |
|
| Re: OpenSolaris vs Solaris? Keith H 14:12:53 |
| | Dave wrote:
Ivan Marsh wrote: What's the difference between the Solaris I can download from the main There is plenty of data on Sun's site. Here's one comparision (look at questions 4 to 7). Somewhere there is a table on the site, which summaries the difference, but you will have to look for it. I believe that table is obsolete.. Since Solaris 10 05/08 has already been released, and now Indiana has finally been released... I don't think comparing SXDE 1/08 and Solaris 10 8/07 is relevant now.
|
| | Add comment |
Monday, 5 May 2008
|
| Re: Sol 10 05/08 upgrade - hangs on DVD boot Philkime 21:27:40 |
| | On May 2, 1:52 am, and...@cucumber.demon.co.uk (Andrew Gabriel) wrote:
You could make that change permanent by adding following to /etc/system once you get the system up: set cmi_no_init=1 I decided to do this properly and set up a LU environment on a mirrored pair of slices. I then upgraded this to 05/08 and it hung as expected due to 127128-11. Using kmdb as described, it booted and after adding the above to /etc/system, it booted without problems. Many thanks to all concerned. I am not sure what impact disabling the CPU feature init has but I can't see anything noticeable so far. I also wanted to point out that LU upgrades to 05/08 require patch 137322-01 (x86) first otherwise the upgrade will report that 600+ packages failed to install because they are in an updated bzip format which this patch provides. That caught me the first time I did the upgrade. It is in the release notes for 05/08 but not in a particularly obvious place.
|
| | 1 answer | Add comment |
Sunday, 4 May 2008
|
| Re: What services can I disable on a laptop? Thommy M. 21:27:06 |
| | Dave wrote:
Rich Teer wrote: On Sat, 3 May 2008, Dave wrote: so I might as well disable it. But it dropped me out of Gnome and I use it again until I had enabled it. Is this a fresh install or upgrade? I ask because fresh installs now have SBD (secure by default), which means that most (network) services are disabled by default. I did a fresh install of the latest community edition. I noticed the wireless was disabled, which threw me a bit, as I'm sure it was enabled when I installed the developer edition a few months back. How much RAM and what CPU do you have? My Ferrari 3400 with 2GB of RAM is still quite snappy. Dual core 2.0 GHz Intel. 2 GB RAM. It's not slow, but if I can save a bit of time during boot I would like to. It was dreadfully slow at one point, but this was because is sat in a loop telling me the wireless was off, and it could not set the power level. That bug is now resolved, so it must have saved 2-3 minutes. The drive is quite new - its a 300 GB unit and they have not been around long. I don't know the speed of it off-hand, but being quite new, I assume it is not too bad. Compared to boot Windows, SXCE is quite snappy. I've a Ferrari 4000/2GB with nvb_76 and a Ferrari 5000/2GB with WinXP/SP2 and to test them I boot both up in parallel, login and start Firefox to the same page. SXCE always wins and then it has also started MySQL, Apache and GlassFish. Haven't tested any Linux distro but I think it will beat WinXP too.
|
| | Add comment |
Tuesday, 22 April 2008
|
| Any progress on MATLAB port to Solaris x86? Dave 19:07:33 |
| | Given MATLAB runs on Solaris (SPARC), it should be quite easy for Mathworks to do a port to Solaris x86. Unless there is assembly code written, it is likely to need no more than a recompile. If there is aseembly code in the source, then using the Linux assembly code as a base, it should be easy to generate Solaris assembler.
Hence technically, a port should be quite easy.
Is there any work taking place on a port? There have been rumors circulating for some time a port would be done, but I've yet to see any official announcement.
Mathematica runs ok on Solaris 86, so why not MATLAB?
|
| | 2 answer | Add comment |
|
| [SVOSUG] Project Nitro, Venue Change to Mansion/SCA07, Thursday
04/24/08 Alan DuBoff 13:28:53 |
| | For this month's meeting we have a change of venue, just across the road from the Santa Clara Auditorium, we will be meeting in SCA07, known as the Mansion. This is a very special venue, and I will remind our community that we will be using one of California historical buildings, no different than the auditorium, but this is where the Governor stayed when he visited the Agnew campus. Sun did a wonderful job at restoring this building, and we would like to ensure that we are able to continue using it in the future. As such, please help us "tread lightly" inside.
The rooms are smaller in the Mansion, but there are more than one, so we can spread out if needed. The intent is that it will be easier to manage the lighting for the video and hold the meeting in a different, more intimate setting. The alarm can't be disarmed, so you will need to knock on the door and one of us will open it for you. The Mansion is located almost directly across from the Santa Clara Auditorium, in the smaller building located to the left of the large structure directly across the street. Use the same parking along Palm, and in the parking lots. The Mansion also has an ice machine in the kitchen, where we can host the beverages and snacks for the meeting.
The first presentation will be given by Jonathan Chew and Sasha Kolbasov, explaining Project Nitro. Project Nitro was a performance project to speed up the builds, to better parellelize the build process to use the system more efficiently. Build times have dropped down on x86 and sparc both, and I'll let Jonathan and Sasha give real world numbers. I'm seeing about 15-20 percent improvement on x86 and more on sparc myself.
Jonathan and Sasha will explain to you how they went about this project, which is most applicable to many processes on OpenSolaris where similar improvements could also be achieved.
We will be broadcasting over the web through ustream, and you can get the embedded window on the SVOSUG project page of OpenSolaris.org. Please join us over the web if you can't make it in person.
When: Thursday, April 24, 2008 Where: Sun's Santa Clara Campus Auditorium (SCA07, the Mansion) What: Project Nitro, better performance with better parellelization Time: 7:30pm-10:00pm
Google Maps: http://maps.google.com/maps?f=q&hl=en&q=4070+George+Sellon+Circle,+Santa+Clara,+CA+95054&ie=UTF8&z=16&om=1&iwloc=addr
Web: http://opensolaris.org/os/project/svosug/
Hope to see you there, and if not, hope you see us!
|
| | Add comment |
Monday, 21 April 2008
|
| OpenSolaris User Group M te 13 Maj kl 16:30 hos SUN Akalla Sweden Tunla 00:25:42 |
| | ( This is an ad for the upcoming SWedish OpenSolaris User group Meting )
Vi planerar en kv ll f r OpenSolaris m te Tisdagen den 13 Maj kl 16:30 p SUN's kontor Esbogatan 14 Akalla.
N rmaste T-bane station r Akalla Bl linjen. Eller Sollentuna Pendelt gs station och buss d rifr n.
Alla r v lkommna fr n kl 16:30. Programmet b rjar Klockan 17:00 samtidigt som receptionen st nger.
mnen den kv llen Blir :
Nya OpenSolaris Distron: ( projekt Indiana ) F redrag och m jlighet till installation av OpenSolaris Distro p medhavd laptop. ( vi rekommenderar att du har tagit backup p laptopen f rst )
Solaris-Nevada CIFS fileserver. F redrag/Demo av den nya integrerade CIFS fileservern
Vi har ett 50 tal OpenSolaris T-Shirts och kepsar att dela ut samt OpenSolaris starterkits DVD f r Build 83 f r dem som vill ha.
Vi kommer att fixa mat av n got slag och beh ver d rf r veta hur m nga som kommer. Sista anm lnings dag blir d rf r Fredagen den 9 Maj.
Anm lan sker till : kjell punkt hogstrom snabel-A sun punkt com eftersom vi skall vara i Sun's lokaler.
V lkommna !
// Lars Tunkrans
|
| | Add comment |
Sunday, 20 April 2008
|
| I can't mount RAID-5 Problem Hosam 01:11:26 |
| | Hell all I have Solaris 10 in my VMware on my Desktop and Add 5 hdd SCSI and install OS/Solaris on the first and so ..... when I build RAID-5 in /dev/md/dsk/d0 I can mount it and us it with df -h but when I add to /etc/vfstab mount point it's have prob in start up like (the system can't fix or scan new partition) and asq me to (fsck) manually and the the link in /etc/vfstab it's goon and don't find any link for or mount point for RAID-5
/dev/md/dsk/d0 /dev/md/rdsk/d0 /raid5 ufs no -
please help me in this situations and thanks for advanced
|
| | 1 answer | Add comment |
Saturday, 19 April 2008
|
| VMware 6.0 and solaris 10 /5.10 Hosam 20:11:01 |
| | hello all when I add new disk from my vmware to solaris 10 DVD 5.10 it's don't see it or any try to cn catch this disk in my OS and this prob in SCSI/IDE DISK please if any body know tell me more info
thanks
|
| | Add comment |
Friday, 18 April 2008
|
| question on "mount -F ufs" command Michelle 04:19:14 |
| | I followed the following instructions to format my external hard drive.
http://padraigs.blogspot.com/2007/03/creating-ufs-file-system-on-external.html
The "newfs" command completed without any errors. But when I run the last command, it failed. Here's what happened. Any suggestions how to fix this?
# rmformat -l
Looking for devices... 1. Logical Node: /dev/rdsk/c1t0d0p0 Physical Node: /pci@0,0/pci-ide@14,1/ide@0/sd@0,0 Connected Device: SONY DVD RW AW-G170A 1.75 Device Type: DVD Reader/Writer 2. Logical Node: /dev/rdsk/c2t0d0p0 Physical Node: /pci@0,0/pci1043,81ef@13,5/storage@2/disk@0,0 Connected Device: Maxtor OneTouch 0121 Device Type: Removable
# mount -F ufs /dev/rdsk/c2t0d0p0 /mnt
mount: /dev/rdsk/c2t0d0p0 not a block device
|
| | 1 answer | Add comment |
|
| problems running make on express community x86 James Maslin 03:35:41 |
| | hi
ive been trying to compile software and so far havent had much success when i run configure it runs and completes fine
when i run make i always end up with the following error
make: Fatal error: Command failed for target `all-recursive'
here are the last number of lines of when i run make
make: Fatal error: Command failed for target `all-recursive'
Current working directory /store1/software/brasero/brasero-0.7.1/src
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='src po data docs'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /store1/software/brasero/brasero-0.7.1
*** Error code 1
make: Fatal error: Command failed for target `all'
could anyone help on this issue
many thanks
james
|
| | 2 answer | Add comment |
Thursday, 17 April 2008
|
| Get a Fake MSc or BSc Degree Guest 21:10:10 |
| | Our company deals in GCSE Certificates, TOEFL Certificates, CELTA Certificates, City & Guilds Certificates and every foreign degree from every university and college world wide.
www.thefarbackroom.com
CIE - Cambridge International Examinations WJEC - The Welsh Joint Education Committee examinations board CCEA - The Northern Ireland Council for the Curriculum, Examinations and Assessment AQA - The Assessment and Qualifications Alliance examination board OCR - The Oxford Cambridge and RSA examinations board EDEXCEL - The London examinations board SQA -The Scottish Qualifications Authority GCSE Hong Kong Examinations GCSE Malaysia Examinations MEG Midland Examining Group SEG Southern Examining Group City & Guilds London Institute GCSE AS & A2 Level Certificates NVQ National Voctaional Qualification NEA GCSE General Certificate of Education GNVQ Certificate NZQA New Zealand Qualification Authority JEB Joint Examing Board BTEC Award Certtificates EDEXCEL NEAB Northern Examinations and Assessment Board.
We Display Real Samples Right now there are many new sites popping up on the web that claim to be able to produce GCSE’s A Level’s O Level’s and all other UK Documents. These sites look as though they were designed by pure professionals going for the (Glitter & Gold Effect). These sites display more text than real working samples as most just display (your name here documents) completely generic in nature a true RED FLAG.
www.thefarbackroom.com
GCSE’s A Level’s & O Level’s contain serious, serious security watermarks as the paper alone is almost unduplicateable. For this main reason this is why 99% of sites will not display even one sample because producing a Degree is much easier than producing a GCSE Certificate etc.
Of course these sites post on the web that they can produce and even carry such documents but customers have soon found that clicking one on these sites links will send them to a great looking web site WITH NO REAL SAMPLES.
www.thefarbackroom.com
Highest Quality Fake Degrees & Transcripts Contact us today fastdocuments@aol.com
|
| | Add comment |
|
| Get a Fake EDEXCEL Certificate Guest 21:09:33 |
| | Our company deals in GCSE Certificates, TOEFL Certificates, CELTA Certificates, City & Guilds Certificates and every foreign degree from every university and college world wide.
www.thefarbackroom.com
CIE - Cambridge International Examinations WJEC - The Welsh Joint Education Committee examinations board CCEA - The Northern Ireland Council for the Curriculum, Examinations and Assessment AQA - The Assessment and Qualifications Alliance examination board OCR - The Oxford Cambridge and RSA examinations board EDEXCEL - The London examinations board SQA -The Scottish Qualifications Authority GCSE Hong Kong Examinations GCSE Malaysia Examinations MEG Midland Examining Group SEG Southern Examining Group City & Guilds London Institute GCSE AS & A2 Level Certificates NVQ National Voctaional Qualification NEA GCSE General Certificate of Education GNVQ Certificate NZQA New Zealand Qualification Authority JEB Joint Examing Board BTEC Award Certtificates EDEXCEL NEAB Northern Examinations and Assessment Board.
We Display Real Samples Right now there are many new sites popping up on the web that claim to be able to produce GCSE’s A Level’s O Level’s and all other UK Documents. These sites look as though they were designed by pure professionals going for the (Glitter & Gold Effect). These sites display more text than real working samples as most just display (your name here documents) completely generic in nature a true RED FLAG.
www.thefarbackroom.com
GCSE’s A Level’s & O Level’s contain serious, serious security watermarks as the paper alone is almost unduplicateable. For this main reason this is why 99% of sites will not display even one sample because producing a Degree is much easier than producing a GCSE Certificate etc.
Of course these sites post on the web that they can produce and even carry such documents but customers have soon found that clicking one on these sites links will send them to a great looking web site WITH NO REAL SAMPLES.
www.thefarbackroom.com
Highest Quality Fake Degrees & Transcripts Contact us today fastdocuments@aol.com
|
| | Add comment |
|
| Fake SQA -The Scottish Qualifications Authority Guest 21:06:25 |
| | Our company deals in GCSE Certificates, TOEFL Certificates, CELTA Certificates, City & Guilds Certificates and every foreign degree from every university and college world wide.
www.thefarbackroom.com
CIE - Cambridge International Examinations WJEC - The Welsh Joint Education Committee examinations board CCEA - The Northern Ireland Council for the Curriculum, Examinations and Assessment AQA - The Assessment and Qualifications Alliance examination board OCR - The Oxford Cambridge and RSA examinations board EDEXCEL - The London examinations board SQA -The Scottish Qualifications Authority GCSE Hong Kong Examinations GCSE Malaysia Examinations MEG Midland Examining Group SEG Southern Examining Group City & Guilds London Institute GCSE AS & A2 Level Certificates NVQ National Voctaional Qualification NEA GCSE General Certificate of Education GNVQ Certificate NZQA New Zealand Qualification Authority JEB Joint Examing Board BTEC Award Certtificates EDEXCEL NEAB Northern Examinations and Assessment Board.
We Display Real Samples Right now there are many new sites popping up on the web that claim to be able to produce GCSE’s A Level’s O Level’s and all other UK Documents. These sites look as though they were designed by pure professionals going for the (Glitter & Gold Effect). These sites display more text than real working samples as most just display (your name here documents) completely generic in nature a true RED FLAG.
www.thefarbackroom.com
GCSE’s A Level’s & O Level’s contain serious, serious security watermarks as the paper alone is almost unduplicateable. For this main reason this is why 99% of sites will not display even one sample because producing a Degree is much easier than producing a GCSE Certificate etc.
Of course these sites post on the web that they can produce and even carry such documents but customers have soon found that clicking one on these sites links will send them to a great looking web site WITH NO REAL SAMPLES.
www.thefarbackroom.com
Highest Quality Fake Degrees & Transcripts Contact us today fastdocuments@aol.com
|
| | Add comment |
|
| error while compiling cdrtool Happytoday 00:44:26 |
| | I issued from root prompt : # /usr/ccs/bin/make all
All compilations went well except that error :
==> COMPILING "OBJ/i386-sunos5-cc/usleep.o" ==> ARCHIVING "../libs/i386-sunos5-cc/libschily.a" sh: lorder: not found sh: tsort: not found *** Error code 1 The following command caused the error: echo " ==> ARCHIVING \"../libs/i386-sunos5-cc/libschily.a\""; ar crs ../libs/i386-sunos5-cc/libschily.a `lorder OBJ/i386-sunos5-cc/ cvmod.o OBJ/i386-sunos5-cc/dat.o OBJ/i386-sunos5-cc/fcons.o OBJ/i386- sunos5-cc/fdown.o OBJ/i386-sunos5-cc/fdup.o OBJ/i386-sunos5-cc/ ffileread.o OBJ/i386-sunos5-cc/ffilewrite.o OBJ/i386-sunos5-cc/ fgetline.o OBJ/i386-sunos5-cc/fgetstr.o OBJ/i386-sunos5-cc/ file_getraise.o OBJ/i386-sunos5-cc/file_raise.o OBJ/i386-sunos5-cc/ fileclose.o OBJ/i386-sunos5-cc/fileluopen.o OBJ/i386-sunos5-cc/ fileopen.o OBJ/i386-sunos5-cc/filemopen.o OBJ/i386-sunos5-cc/ filepos.o OBJ/i386-sunos5-cc/fileread.o OBJ/i386-sunos5-cc/ filereopen.o OBJ/i386-sunos5-cc/fileseek.o OBJ/i386-sunos5-cc/ filesize.o OBJ/i386-sunos5-cc/filestat.o OBJ/i386-sunos5-cc/ filewrite.o OBJ/i386-sunos5-cc/flag.o OBJ/i386-sunos5-cc/flush.o OBJ/ i386-sunos5-cc/fpipe.o OBJ/i386-sunos5-cc/niread.o OBJ/i386-sunos5-cc/ niwrite.o OBJ/i386-sunos5-cc/nixread.o OBJ/i386-sunos5-cc/nixwrite.o OBJ/i386-sunos5-cc/openfd.o OBJ/i386-sunos5-cc/peekc.o OBJ/i386- sunos5-cc/fcons64.o OBJ/i386-sunos5-cc/fdup64.o OBJ/i386-sunos5-cc/ fileluopen64.o OBJ/i386-sunos5-cc/fileopen64.o OBJ/i386-sunos5-cc/ filemopen64.o OBJ/i386-sunos5-cc/filepos64.o OBJ/i386-sunos5-cc/ filereopen64.o OBJ/i386-sunos5-cc/fileseek64.o OBJ/i386-sunos5-cc/ filesize64.o OBJ/i386-sunos5-cc/filestat64.o OBJ/i386-sunos5-cc/ openfd64.o OBJ/i386-sunos5-cc/astoi.o OBJ/i386-sunos5-cc/astoll.o OBJ/ i386-sunos5-cc/astoull.o OBJ/i386-sunos5-cc/breakline.o OBJ/i386- sunos5-cc/checkerr.o OBJ/i386-sunos5-cc/comerr.o OBJ/i386-sunos5-cc/ fcomerr.o OBJ/i386-sunos5-cc/cmpbytes.o OBJ/i386-sunos5-cc/ cmpnullbytes.o OBJ/i386-sunos5-cc/error.o OBJ/i386-sunos5-cc/fconv.o OBJ/i386-sunos5-cc/fexec.o OBJ/i386-sunos5-cc/fillbytes.o OBJ/i386- sunos5-cc/findbytes.o OBJ/i386-sunos5-cc/findline.o OBJ/i386-sunos5-cc/ fnmatch.o OBJ/i386-sunos5-cc/format.o OBJ/i386-sunos5-cc/fstream.o OBJ/i386-sunos5-cc/getargs.o OBJ/i386-sunos5-cc/getav0.o OBJ/i386- sunos5-cc/geterrno.o OBJ/i386-sunos5-cc/getfp.o OBJ/i386-sunos5-cc/ getdomainname.o OBJ/i386-sunos5-cc/gethostid.o OBJ/i386-sunos5-cc/ gethostname.o OBJ/i386-sunos5-cc/getpagesize.o OBJ/i386-sunos5-cc/ getnum.o OBJ/i386-sunos5-cc/getxnum.o OBJ/i386-sunos5-cc/gettnum.o OBJ/i386-sunos5-cc/getxtnum.o OBJ/i386-sunos5-cc/getperm.o OBJ/i386- sunos5-cc/handlecond.o OBJ/i386-sunos5-cc/jsprintf.o OBJ/i386-sunos5- cc/jssnprintf.o OBJ/i386-sunos5-cc/jssprintf.o OBJ/i386-sunos5-cc/ match.o OBJ/i386-sunos5-cc/matchl.o OBJ/i386-sunos5-cc/movebytes.o OBJ/i386-sunos5-cc/mem.o OBJ/i386-sunos5-cc/jmem.o OBJ/i386-sunos5-cc/ fjmem.o OBJ/i386-sunos5-cc/raisecond.o OBJ/i386-sunos5-cc/rename.o OBJ/i386-sunos5-cc/saveargs.o OBJ/i386-sunos5-cc/serrmsg.o OBJ/i386- sunos5-cc/seterrno.o OBJ/i386-sunos5-cc/setfp.o OBJ/i386-sunos5-cc/ snprintf.o OBJ/i386-sunos5-cc/spawn.o OBJ/i386-sunos5-cc/strcatl.o OBJ/i386-sunos5-cc/strdup.o OBJ/i386-sunos5-cc/streql.o OBJ/i386- sunos5-cc/strlcpy.o OBJ/i386-sunos5-cc/strncpy.o OBJ/i386-sunos5-cc/ swabbytes.o OBJ/i386-sunos5-cc/usleep.o | tsort` make: Fatal error: Command failed for target `../libs/i386-sunos5-cc/ libschily.a' Current working directory /export/home/cdrtools-2.01.01/libschily *** Error code 1 The following command caused the error: for MK in libschily.mk libschily_p.mk noshlschily.mk ; \ do \ ( \ if [ -r ./$MK ] ; then \ echo " ==> MAKING \"all\" ON SUBCOMPONENT \"SRCROOT/ libschily/$MK\""; "/usr/ccs/bin/make" -f $MK XARCH=i86pc-sunos5-cc all;\ else \ echo "NOTICE: Partial source (SRCROOT/libschily/$MK) missing";\ fi \ ); \ done make: Fatal error: Command failed for target `all' Current working directory /export/home/cdrtools-2.01.01/libschily *** Error code 1 The following command caused the error: list=""; \ if [ -d TARGETS -a -f TARGETS/__slot ]; then \ list=`echo TARGETS/[0-9][0-9]* | sed -e 's;TARGETS/[0-9] [0-9];;g' | sed -e 's;!@!;/;g'`;\ fi; \ for DIR in $ {list} ; \ do \ ( \ echo " ==> MAKING \"all\" ON SUBDIRECTORY \"SRCROOT/$DIR\"";\ if [ -d ./$DIR -a -r ./$DIR/Makefile ] ; then \ cd ./$DIR;"/usr/ccs/bin/make" XARCH=i86pc-sunos5-cc DIRNAME=SRCROOT/$DIR all; \ else \ echo "NOTICE: Partial source (SRCROOT/$DIR) missing";\ fi \ ); \ done make: Fatal error: Command failed for target `all'
|
| | 1 answer | Add comment |
Wednesday, 16 April 2008
|
| como tranformar 6 reais em 6.000 reais Leo 07:02:38 |
| | GANHE DINHEIRO TRABALHANDO EM CASA. TRANSFORME 6 REAIS EM 6 MIL REAIS!! S DEPENDE DE VOC , LEIA COM ATEN O! EU N O ACREDITAVA NISSO, MAS AGORA EU ME ARREPENDO POR N O TER ENTRADO A MAIS TEMPO! LEIA ESTE ARTIGO COM ATEN O POIS MUITO SIMPLES E ESTE M TODO J EXISTE H MUITO TEMPO.
H tempos atr s, estava lendo as mensagens nos f runs ou newsgroups, como voc est fazendo agora. Encontrei um artigo explicando como poderia ganhar dinheiro com investimentos de 6 REAIS. Pensei: " bobagem, besteira." Mas continuei lendo, o texto me orientava a enviar 1 REAL a cada um dos nomes contidos na lista abaixo, um segundo passso, bastaria eliminar o primeiro nome da lista abaixo e mandar o mesmo artigo para pelo menos 300 FORUM, FORUNS, NOVA MENSAGEM, ASSUNTO OU NEWSGROUPS na internet acrescentando o meu nome e endere o. Assim depois de refletir sobre isto, cheguei a seguinte conclus o: " O que perderia se encaminhasse a 6 pessoas 1REAL, fala s rio?Quantas vezes perdemos dinheiro em coisas in teis!Qual o percentual em multiplicar meu dinheiro com esta oportunidade? Pensei bem , e ent o mandei os 6 REAIS e adivinhe?... Em sete dias, comecei a receber dinheiro pelo correio!Ao final da terceira semana, recebi aproximadamente 36 REAIS. Ao final da terceira semana eu ganhei mais de 9000 REAIS e continua chegando dinheiro. N o golpe, n o indecente, n o ilegal, funciona! Pricipalmente nos pa ses de 1 Mundo e foi reportado pela REVISTA EXAME! Se as instru es forem cumpridas rigorosamente o retorno de investimento r pido e garantido, depende do seu trabalho e dedica o nesta empreitada.. ATEN O: o SUCESSO do programa depende da HONESTIDADE e INTEGRIDADE dos participantes. POR FAVOR, continue fazendo com que o programa seja um SUCESSO aderindo cuidadosamente s instru es: ETAPA 1 : LEGALIDADE! Quando voc mandar 1 REAL para cada uma das 6 pessoas da lista, voc precisa escrever no papel que envolve o dinheiro a frase: INCLUA-ME POR FAVOR EM SUA LISTA DE CORRESPOND NCIA PARA F RUNS, porque esta a chave do programa! ISTO UM SERVI O 100% LEGAL, de acordo com a legisla o dos correios que diz que todo dinheiro recebido deve ser trocado por um servi o ou produto. Este o servi o: que seu nome seja incluido na lista de correspond ncia da pessoa a quem voc est enviando 1REAL, entendeu? Envolva 1 REAL em cada papel que voc acabou de escrever. Cubra-o com papel escuro para que n o hja viola o, para que ningu m perceba que tem dinheiro no interior do envelope, ( se poss vel granpeie). Ap s ter mandado 1 REAL para cada uma das pessoas, copie este e-mail para seu editor de texto (Word, Wordpad, etc), mude os nomes para a posi o acima(o n mero 2 passa a ser 1, o 3 passa a ser 2, o 4 passa a ser 3, o 5 passa ser 4 e o 6 passa ser o 5). E ai voc coloca o seu pr prio nome no n mero 6. #1)Dayvidson L.M. Santos Rua:Iracema de Alencar,22B Maria Paula S o Gon alo-RJ Cep:24754-170. #2)Maria R.- Caixa Postal 60640-S o Paulo- SP- CEP:05804-970. #3)Renato Andrade- Rua:A.LT.13.QD.01.LTM. J.F.Dias Manilha-Itaborai- RJ. CEP:24800-000. #4)Luciene Do Rosario_ R Concei o C Magalh es 07 S o J. Batista_BHTE- CEP:31510-490. #5)Aliny Tatielle Lages -Caixa postal 5082 CEP:31611-970 Belo Horizonte MG. #6)Carlos Leandro De Azevedo Dias,Av:Alberto Torres 362.Centro .Campos Dos Goytacazes -RJ. CEP:28035-582. OBJETIVO: 300 F RUNS,NEWSGROUPS! Agora,poste seu artigo modificado ou coloque esse mesmo para pelo menos 300 f runs ou newsgroups (A UOL diz em sua homepage que existem mais de 20.000 NEWSGROUPS diferentes,informe-se l na partede f rum se voc n o souber) Tudo que voc necessita de 300, mas lembre-se, quanto mais voc mandar,mais dinheiro voc ganhar ! (a melhor maneira de postar colocar como titulo, que fica vis vel pra todos, GANHE DINHEIRO F CIL ou COMO TRASFORMAR 6 REAIS EM 6.000 REAIS, e para o conte do, selecione seu texto no bloco de notas ou wordpad coloque copiar e depois na mensagem a ser enviada para os f rums e newsgroups coloque colar.Simples) Ao inv s de postar nos Newsgroups, voc pode usar enviar por E-mail,envie no m nimo 300, lembre-se quanto mais voc enviar maior ser o retorno, adicionar em sua Home Page,etc. Isto perfeitamente legal! Fique com uma c pia destes passos para voc e sempre que precisar de dinheiro, voc pode usar isto novamente.(voc pode encontrar e-mails nos sistema de Busca Cad , Altavista,Yahoo,etc.).*DICA TIL: Caso voc tenha uma crise de poucos f runs experimente entar no www.gogle.com.br e digitar algo como:f rum,f runs,Nova Mensagem,assunto,postar, etc. Clique em pesquisar para cada palavra que testar e voc ficar surpreso, pois cerca de 20 a 30 MIL SITES aparecer o com f runs para voc escolher, entre em cada um deles com o (bot o direito do mouse+abrir em uma nova janela). Alguns requerem cadastro, fa a-o,pois a maioria deles gr tis, gurde o login e a senha para novas postagens. * ETAPA 3: HONESTIDADE/INTEGRIDADE! POR FAVOR, LEMBRE-SE que este programa permanece pr spero por causa da honestidade e integridade dos participantes e ao cumprimento correto das indica es. Olhe isto deste modo. Se voce for honesto, o dinheiro que tantos outros receberam vir tamb m para voce, devido sua contribui o com os 6 REAIS. NOTA: Voce pode querer guardar todos os nomes e endere os de pessoas que enviaram dinheiro a voce em um computador ou em c pias no caderno e manter os bilhetes enviados. Assim, cada vez que que essa mensagem salva e as dire es s o seguidas cuidadosamemte ser o reembolsados seis s cios pela participa o deles como um Contribuinte na Lista com um real cada. Seu nome subir na lista a cada remessa de forma que quando seu nome alcan ar a posi o 1 voce j ter recebido milhares de reais em DINHEIRO VIVO! Lembre-se que voce s investiu 6 REAIS (1 REAL para cada das primeiras seis pessoas listadas acima). Envie agora os envelopes, suba o nome dos participantes e adicione seu pr prio nome na sexta posi o da lista e voce est no negocio. *ESTATISTICA: Vamos dizer que das 300mensagens que eu enviei, diga que eu receba s 5 respostas (um exemplo muito baixo). Ent o receberei 5 REAIS com meu nome na posi o 6 na carta. Agora, cada um das 5 pessoas que h pouco me enviaram 1 REAL enviam no mais minimo 300 mensagens para outros lugares diferentes,cada uma com o meu nome agora na posi o 5 e s 5 pessoas respondam a cada uma dessas 5 pessoas (30) pessoas honestamente participaramde um total de 1.200 mensagens para v rias pessoas, um exemplo muito baixo mesmo. Isso mais 25 REAIS para mim, agora esses 25 cada faz 300 postos M NIMO com meu nome na posi o 4 e s 5 respondam para cada um dos 25 que enviaram, ent o eu receberei mais 125 REAIS! Agora, essas 125 pessoas postam o M NIMO 300 com meu nome na posi o 3 e s 5 respondam cada,eu ganhei mais 625 REAIS!OK! Agora aqui a parte divertida, cada dessas 625 pessoas posta para m nimo 300 NEWGROUPS diferentes com meu nome e a posi o 2 e cada s recebam 5 retornos. Isso me rende mais 3.125 REAIS!!! Essas 3.125 pessoas tamb m v o mandar mensagens a 300 NEWGOUPS com meu nome na posi o 1 e se ainda 5 pessoas dos 200 newsgroups de cada reagem eu receberei 15.625 REAIS Com um investimento original de s 6 REAIS! Incr vel!Quando seu nome sair da lista voce s precisa enviar mais 6 REAIS e colocar seu nome na posi o 6 de uma nova menagem e postar 300 mensagens novamente. Voce deve lembrar que: milhares de pessoas est o entrando na internet no Brasil e no mundo inteiro e est o lendo estes artigos todos os dias, assim como voce! Voce deveria pegar 6 REAIS e tentar ver se funciona? Eu acho que sim,umas pessoas disseram: E se isso n o der o retorno esperado? O que s o seis reais hoje quando h muito mais chance de realmente funcionar. Quais as chances disso acontecer quando milh es de pessoas honestas como voce est se juntando a esse grupo? Estima-se que entre 20.000 e 50.000 novas pessoas se juntem internet todos os dias para os chats e newsgroups! No Brasil cerca de 14 milh es de pessoas entram na internet/dia. As vendas pela internet est virando uma maquina de fazer negocio, portanto n o perca mais tempo, pois a sua prosperidade voce quem faz! *BOA SORTE! Aproveite a grana que ir ganhar! Se voce n o tiver computador poder enviar pelo correio panfletos aproveite quanto mais enviar mais ganhar e ajudar outras pessoaso mesmo. Que Deus o aben oe! Seja honesto est . Sente-se e aproveite a vida porque o dinheiro est a caminho! Tenha em mente que geralmente apenas uns trocados apareceram em 2 semanas, mas na 3 e 4 semanas, uma tempestade de dinheiro vai lotar a sua caixa de correio!!! E tudo o que voce precisar fazer pegar o dinheiro e realizar seu sonho. Seja honesto,voce gasta 6 REAIS e recebe muito mais! * copie este texto para quantos lugares voce puder... Boa Sorte.
|
| | Add comment |
|
| need help with a newbie problem Arthur Wouk 04:52:02 |
| | i am ashamed to tell you how i got in the following predicament: i moved /lib out of the / directory. suffice it to say i am not a sysadmin.
i was running solaris 10 (latest release). of course nothing works.
is there a way to boot cdrom and run off the cdrom?
if not, i will have to move the hard drive to another machine and recapture my valuables. this is on an ultra-2, so it is relatively easy to do. --
"be wary of mathematicians..especially when they speak the truth." --sT. Augustine to email me, delete blackhole. from my return address
|
| | 2 answer | Add comment |
|
| what is memory hog Teddy 04:27:20 |
| | Could some one explain me what is meomry hog in Solaris ? and how does it happen?
|
| | 3 answer | Add comment |
|
| Unable to mkfs ona new volume?? Ste 04:24:01 |
| | Hello all,
I've just created a simple volume using command:
vxassist -b -g winddg -U fsgen make windarc 1g
After this, issuing a newfs reports me No such device
root@windn2 # newfs /dev/vx/rdsk/winddg/windarchive /dev/vx/rdsk/winddg/windarchive: No such device or address
ls -al /dev/vx/rdsk/winddg/windarchive crw------- 1 root root 315,7002 Apr 16 00:24 /dev/vx/rdsk/winddg/windarchive
I'm missing a step??
thanks Stefano
|
| | 2 answer | Add comment |
|
| 280R slow disks? Henrik Goldman 01:24:20 |
| | Following my other Sun 280R questions I've had this week I reached a state where the system is up and stable. I installed it now with Solaris 8 (plain install, Generic_108528-29) but comparing with our older Ultra5 I don't see the 3-4 times speed increase that I had hoped for. We mainly use this system for compilation of c++ code using g++ and the specs being 2x 750 MHz with 2GB ram should outperform our Ultra 5 with 400 MHz and 512 MB easily.
While I've only done a bit of early testing I noticed that the disks are pretty slow. The system comes with 2 Seagate 36GB FC-AL disks but currently we only use one of them.
Maybe I'm missing some magic patches compared to a base install that would help?
Thanks.
-- Henrik
|
| | 28 answers | Add comment |
|