DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 13th May 2012
daemonfowl daemonfowl is offline
bsdstudent
 
Join Date: Jan 2012
Location: DaemonLand
Posts: 834
Default issue with /tmp .. resizing failed .. how to nuke it and create a new one ?

Hi !

/tmp issue was discussed
here

I was unable to resize /tmp with disklabel using c option (can't write label)
There was a good suggestion from Denta :
Quote:
An easy fix would be to just nuke that partition, make a smaller /tmp and then a new partition for storage.
I'm not sure how to proceed .. for fear of messing up things & lose the big/full 500g disk , I hope you'll help me out.
Thanks you very much !
Reply With Quote
  #2   (View Single Post)  
Old 13th May 2012
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

WARNING: You should never use the disklabel -c option unless you wish to completely replace the disklabel. If I've understood correctly, that is something you are trying specifically to avoid doing.

As usual, you have failed to post sufficient information, so I have to just guess:
  1. You have a single drive, on which there is a 19 GB /tmp you would like to reduce in size,
  2. You do not understand the error messages you've received from disklabel(8).
  3. Your problem is caused by trying to change or delete the /tmp partition from the disklabel while /tmp is mounted.
  4. You do not know how to proceed.
If I've guessed incorrectly, it is because you haven't provided necessary information, such as the current disklabel, your intended disklabel, or the complete text of the error message.

Based on my guesses, and only my guesses, you must ensure /tmp is dismounted before attempted to change its size, or to delete and recreate it. Choose one of these methods:
  1. Boot in single-user mode, or
  2. Boot the RAMDISK kernel, or
  3. Stop all processes using /tmp and then dismount it.

Last edited by jggimi; 13th May 2012 at 04:12 PM. Reason: clarity
Reply With Quote
  #3   (View Single Post)  
Old 13th May 2012
daemonfowl daemonfowl is offline
bsdstudent
 
Join Date: Jan 2012
Location: DaemonLand
Posts: 834
Default

Thanks jgimmi !
( I tried single-user mode but received the same error : unable to write label
and the mount point for wd0d (/tmp) was an empty place when I tried resizing or deleting .. so I ended up with x , losing changes.)
Reply With Quote
  #4   (View Single Post)  
Old 13th May 2012
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by daemonfowl View Post
...for fear of messing up things & lose the big/full 500g disk ,
So, what is the reason for not backing up the data?
Reply With Quote
  #5   (View Single Post)  
Old 13th May 2012
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

Quote:
Originally Posted by daemonfowl View Post
Thanks jgimmi !
( I tried single-user mode but received the same error : unable to write label
and the mount point for wd0d (/tmp) was an empty place when I tried resizing or deleting .. so I ended up with x , losing changes.)
Sigh.
  • Post your disklabel.
  • Post the disklabel you want to have, or the changes you want to make.
  • Post the disklabel(8) command/commands you are using.
  • POST THE EXACT ERROR MESSAGES YOU RECEIVE.
I keep asking, and I never get this information. I'm tired of guessing. Here is some spoon-feeding. If this helps, great. If you cannot follow this .... you are on your own.
  1. Boot single-user mode. How you do this varies by architecture.
  2. Mount all partitions. You will need /usr directories mounted for script(1) and col(1).

    # mount -a
  3. Dismount /tmp.

    # umount /tmp
  4. Run script(1):

    # script
  5. Obtain the current disklabel.

    # disklabel wd0
  6. Edit the disklabel with the built-in command driven editor.

    # disklabel -E wd0
  7. use the "m" command to modify the /tmp partition. That might be "d", but I have no clear idea if that is so.

    > m d
  8. Press Enter in response to the Offset:prompt. You do not want to change the starting location.
  9. Type a size in response to the Size: prompt. Append with "g" or "m" for gigabytes or megabytes.
  10. Press Enter in response to the FS type: prompt.
  11. Use the "w" command to write the modified disklabel.

    > w
  12. Use the "q" command to exit the command driven editor.

    > q
  13. If you were actually successful in changing the disklabel, format the newly resized partition with newfs(8).

    # newfs wd0d
  14. Use CTRL-D or the "exit" shell command to leave script(1).
  15. Clean control characters from the script log with col(1).

    # col -b < typescript > myscript.output.file
  16. Reboot in multiuser mode, copy and paste /myscript.output.file into this thread. We will then finally know what your disklabel looks like now, what error message(s) you receive when you try to change it, and what your disklabel will look like should you end up being successful, after all.

Last edited by jggimi; 13th May 2012 at 05:17 PM. Reason: typo, added newfs
Reply With Quote
  #6   (View Single Post)  
Old 13th May 2012
daemonfowl daemonfowl is offline
bsdstudent
 
Join Date: Jan 2012
Location: DaemonLand
Posts: 834
Default

Sir jgimmi , I'm terribly sorry to have been being a bad headache and I appreciate your constant help , as ocicat's.I'll post feedback when I finish.

Last edited by daemonfowl; 17th May 2012 at 03:58 PM.
Reply With Quote
  #7   (View Single Post)  
Old 17th May 2012
daemonfowl daemonfowl is offline
bsdstudent
 
Join Date: Jan 2012
Location: DaemonLand
Posts: 834
Default Thank you so much

Hi jgimmi !
Sorry for being late (and dumb) as usual , hehe .. well I was busy in fact ..

colled typescript :
Code:
Script started on Thu May 17 15:51:50 2012
# disklabel wd0
# /dev/rwd0c:
type: ESDI
disk: ESDI/IDE disk
label: TOSHIBA MK5076GS
duid: 12b0d0062e20d2c9
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 60801
total sectors: 976773168
boundstart: 64
boundend: 976768065
drivedata: 0

16 partitions:
#		 size		offset	fstype [fsize bsize  cpg]
  a:	      6297408		    64	4.2BSD	 2048 16384    1 # /
  b:	     10474388	       6297472	  swap			 # none
  c:	    976773168		     0	unused
  d:	     41945696	      16771872	4.2BSD	 2048 16384    1 # /tmp
  e:	     41929632	      58717568	4.2BSD	 2048 16384    1 # /var
  g:	    104856256	     100647200	4.2BSD	 2048 16384    1 # /usr
  h:	    771264576	     205503488	4.2BSD	 4096 32768    1 # /home
# disklabel -E0wd0
Label editor (enter '?' for help at any prompt)
> m d
offset: [16771872]
size: [41945696] 5g
Rounding size to cylinder (16065 sectors): 10490433
FS type: [4.2BSD]
Rounding size to bsize (32 sectors): 10490432
> w
> q
No label changes.
# newfs wd0d
/dev/rwd0d: 5122.3MB in 10490432 sectors of 512 bytes
26 cylinder groups of 202.47MB, 12958 blocks, 25984 inodes each
super-block backups (for fsck -b #) at:
 32, 414688, 829344, 1244000, 1658656, 2073312, 2487968, 2902624, 3317280,
 3731936, 4146592, 4561248, 4975904, 5390560, 5805216, 6219872, 6634528,
 7049184, 7463840, 7878496, 8293152, 8707808, 9122464, 9537120, 9951776,
 10366432,
# ^D

Script done on Thu May 17 15:54:15 2012
$ df -h :
/dev/wd0a 3.0G 200M 2.6G 7% /
/dev/wd0h 365G 343G 3.3G 99% /home
/dev/wd0d 4.9G 10.0K 4.7G 0% /tmp
/dev/wd0g 49.2G 43.2G 3.6G 92% /usr
/dev/wd0e 19.7G 17.4G 1.3G 93% /var

However , I run into this .. :-)
* I was unable to xinit to my beloved fvwm : it said keyboard initialisation failed
Here is my /var/log/Xorg.0.log :
Code:
[1532790.304] (--) checkDevMem: using aperture driver /dev/xf86
[1532790.343] (--) Using wscons driver on /dev/ttyC4 in pcvt compatibility mode (version 3.32)
[1532790.353] 
X.Org X Server 1.11.4
Release Date: 2012-01-27
[1532790.353] X Protocol Version 11, Revision 0
[1532790.353] Build Operating System: OpenBSD 5.1 i386 
[1532790.353] Current Operating System: OpenBSD kankushin.my.domain 5.1 GENERIC.MP#253 i386
[1532790.354] Build Date: 17 April 2012  09:24:56AM
[1532790.354]  
[1532790.354] Current version of pixman: 0.24.4
[1532790.354] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[1532790.354] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[1532790.354] (==) Log file: "/var/log/Xorg.0.log", Time: Thu May 17 16:13:39 2012
[1532790.355] (==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d"
[1532790.355] (==) No Layout section.  Using the first Screen section.
[1532790.355] (==) No screen section available. Using defaults.
[1532790.355] (**) |-->Screen "Default Screen Section" (0)
[1532790.355] (**) |   |-->Monitor "<default monitor>"
[1532790.356] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[1532790.356] (==) Disabling SIGIO handlers for input devices
[1532790.356] (==) Automatically adding devices
[1532790.356] (==) Automatically enabling devices
[1532790.356] (==) FontPath set to:
	/usr/X11R6/lib/X11/fonts/misc/,
	/usr/X11R6/lib/X11/fonts/TTF/,
	/usr/X11R6/lib/X11/fonts/OTF/,
	/usr/X11R6/lib/X11/fonts/Type1/,
	/usr/X11R6/lib/X11/fonts/100dpi/,
	/usr/X11R6/lib/X11/fonts/75dpi/
[1532790.356] (==) ModulePath set to "/usr/X11R6/lib/modules"
[1532790.356] (II) The server relies on wscons to provide the list of input devices.
	If no devices become available, reconfigure wscons or disable AutoAddDevices.
[1532790.357] (II) Loader magic: 0x3c021020
[1532790.357] (II) Module ABI versions:
[1532790.357] 	X.Org ANSI C Emulation: 0.4
[1532790.357] 	X.Org Video Driver: 11.0
[1532790.357] 	X.Org XInput driver : 13.0
[1532790.357] 	X.Org Server Extension : 6.0
[1532790.357] (--) PCI:*(0:1:0:0) 10de:01d7:1025:0090 rev 161, Mem @ 0xd1000000/16777216, 0xc0000000/268435456, 0xd0000000/16777216
[1532790.357] (II) LoadModule: "extmod"
[1532790.359] (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so
[1532790.360] (II) Module extmod: vendor="X.Org Foundation"
[1532790.360] 	compiled for 1.11.4, module version = 1.0.0
[1532790.361] 	Module class: X.Org Server Extension
[1532790.361] 	ABI class: X.Org Server Extension, version 6.0
[1532790.361] (II) Loading extension MIT-SCREEN-SAVER
[1532790.361] (II) Loading extension XFree86-VidModeExtension
[1532790.361] (II) Loading extension XFree86-DGA
[1532790.361] (II) Loading extension DPMS
[1532790.361] (II) Loading extension XVideo
[1532790.361] (II) Loading extension XVideo-MotionCompensation
[1532790.361] (II) Loading extension X-Resource
[1532790.361] (II) LoadModule: "dbe"
[1532790.363] (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so
[1532790.364] (II) Module dbe: vendor="X.Org Foundation"
[1532790.364] 	compiled for 1.11.4, module version = 1.0.0
[1532790.364] 	Module class: X.Org Server Extension
[1532790.364] 	ABI class: X.Org Server Extension, version 6.0
[1532790.364] (II) Loading extension DOUBLE-BUFFER
[1532790.364] (II) LoadModule: "glx"
[1532790.366] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[1532790.367] (II) Module glx: vendor="X.Org Foundation"
[1532790.367] 	compiled for 1.11.4, module version = 1.0.0
[1532790.367] 	ABI class: X.Org Server Extension, version 6.0
[1532790.367] (==) AIGLX enabled
[1532790.367] (II) Loading extension GLX
[1532790.367] (II) LoadModule: "record"
[1532790.369] (II) Loading /usr/X11R6/lib/modules/extensions/librecord.so
[1532790.370] (II) Module record: vendor="X.Org Foundation"
[1532790.370] 	compiled for 1.11.4, module version = 1.13.0
[1532790.370] 	Module class: X.Org Server Extension
[1532790.370] 	ABI class: X.Org Server Extension, version 6.0
[1532790.370] (II) Loading extension RECORD
[1532790.370] (II) LoadModule: "dri"
[1532790.372] (II) Loading /usr/X11R6/lib/modules/extensions/libdri.so
[1532790.373] (II) Module dri: vendor="X.Org Foundation"
[1532790.373] 	compiled for 1.11.4, module version = 1.0.0
[1532790.373] 	ABI class: X.Org Server Extension, version 6.0
[1532790.373] (II) Loading extension XFree86-DRI
[1532790.373] (II) LoadModule: "dri2"
[1532790.376] (II) Loading /usr/X11R6/lib/modules/extensions/libdri2.so
[1532790.376] (II) Module dri2: vendor="X.Org Foundation"
[1532790.376] 	compiled for 1.11.4, module version = 1.2.0
[1532790.376] 	ABI class: X.Org Server Extension, version 6.0
[1532790.376] (II) Loading extension DRI2
[1532790.376] (==) Matched nv as autoconfigured driver 0
[1532790.376] (==) Matched vesa as autoconfigured driver 1
[1532790.376] (==) Assigned the driver to the xf86ConfigLayout
[1532790.376] (II) LoadModule: "nv"
[1532790.378] (II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.so
[1532790.378] (II) Module nv: vendor="X.Org Foundation"
[1532790.378] 	compiled for 1.11.4, module version = 2.1.18
[1532790.379] 	Module class: X.Org Video Driver
[1532790.379] 	ABI class: X.Org Video Driver, version 11.0
[1532790.379] (II) LoadModule: "vesa"
[1532790.380] (II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.so
[1532790.381] (II) Module vesa: vendor="X.Org Foundation"
[1532790.381] 	compiled for 1.11.4, module version = 2.3.0
[1532790.381] 	Module class: X.Org Video Driver
[1532790.381] 	ABI class: X.Org Video Driver, version 11.0
[1532790.381] (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
	Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
	Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
	GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
	GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
	Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
	GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
	GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
	GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL,
	GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
	GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
	GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
	Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI,
	GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3,
	GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600,
	GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
	Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
	GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
	Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
	GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
	GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT,
	GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700,
	GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200,
	GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250,
	GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M,
	Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI,
	GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra,
	GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra,
	GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700,
	GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE,
	GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700,
	Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800,
	GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT,
	GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000,
	GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT,
	GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400,
	Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT,
	GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600,
	GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL,
	GeForce Go 6600, GeForce Go 6600 GT, Quadro NVS 440, Quadro FX 550,
	Quadro FX 550, Quadro FX 540, GeForce 6200, GeForce 6500,
	GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM),
	GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400,
	GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS,
	GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT,
	GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX,
	GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800,
	GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7350 LE,
	GeForce 7300 LE, GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300,
	GeForce Go 7400, GeForce Go 7400 GS, Quadro NVS 110M,
	Quadro NVS 120M, Quadro FX 350M, GeForce 7500 LE, Quadro FX 350,
	GeForce 7300 GS, GeForce 7650 GS, GeForce 7600 GT, GeForce 7600 GS,
	GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, GeForce Go 7700,
	GeForce Go 7600, GeForce Go 7600 GT, Quadro NVS 300M,
	GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, GeForce 7900 GTX,
	GeForce 7900 GT, GeForce 7900 GS, GeForce 7950 GX2, GeForce 7950 GX2,
	GeForce 7950 GT, GeForce Go 7950 GTX, GeForce Go 7900 GS,
	GeForce Go 7900 GTX, Quadro FX 2500M, Quadro FX 1500M,
	Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, Quadro FX 4500 X2,
	GeForce 6150, GeForce 6150 LE, GeForce 6100, GeForce Go 6150,
	Quadro NVS 210S / NVIDIA GeForce 6150LE, GeForce Go 6100,
	GeForce 6150SE, GeForce 6100 nForce 405, GeForce 6100 nForce 400,
	GeForce 6100 nForce 420, GeForce 7150M / nForce 630M,
	GeForce 7000M / nForce 610M, GeForce 7050 PV / nForce 630a,
	GeForce 7050 PV / nForce 630a, GeForce 7025 / nForce 630a,
	GeForce 8800 GTX, GeForce 8800 GTS, GeForce 8800 Ultra,
	Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS, GeForce 8600 GT,
	GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, GeForce 9500M GS,
	GeForce 8300 GS, GeForce 8600M GT, GeForce 9650M GS,
	GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M,
	Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce GT 330,
	GeForce 8400 SE, GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS,
	GeForce 8400 GS, GeForce 8600M GS, GeForce 8400M GT,
	GeForce 8400M GS, GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M,
	Quadro NVS 135M, GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G,
	Quadro NVS 290, GeForce GTX 295, GeForce GTX 280, GeForce GTX 260,
	GeForce GTX 285, GeForce GTX 275, GeForce GTX 260, GeForce GTX 295,
	Quadroplex 2200 D2, Quadroplex 2200 S4, Quadro CX, Quadro FX 5800,
	Quadro FX 4800, Quadro FX 3800, GeForce 8800 GTS 512,
	GeForce 9800 GT, GeForce 8800 GT, GeForce GT 230, GeForce 9800 GX2,
	GeForce 9800 GT, GeForce 8800 GS, GeForce GTS 240, GeForce 9800M GTX,
	GeForce 8800M GTS, GeForce GTX 280M, GeForce 9800M GT,
	GeForce 8800M GTX, GeForce 8800 GS, GeForce GTX 285M,
	GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX/9800 GTX+,
	GeForce 9800 GTX+, GeForce 9800 GT, GeForce GTS 250,
	GeForce 9800M GTX, GeForce GTX 260M, Quadro FX 4700 X2,
	Quadro FX 3700, Quadro VX 200, Quadro FX 3600M, Quadro FX 2800M,
	Quadro FX 3700M, Quadro FX 3800M, GeForce 9600 GT, GeForce 9600 GS,
	GeForce 9600 GSO 512, GeForce GT 130, GeForce GT 140,
	GeForce 9800M GTS, GeForce 9700M GTS, GeForce 9800M GS,
	GeForce 9800M GTS, GeForce 9600 GT, GeForce 9600 GT,
	GeForce GTS 160M, GeForce GTS 150M, GeForce 9600 GSO,
	GeForce 9600 GT, Quadro FX 1800, Quadro FX 2700M, GeForce 9500 GT,
	GeForce 9400 GT, GeForce 9500 GT, GeForce 9500 GS, GeForce 9500 GS,
	GeForce GT 120, GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT,
	GeForce 9700M GT, GeForce 9500M G, GeForce 9650M GT, GeForce G 110M,
	GeForce GT 130M, GeForce GT 120M, GeForce GT 220M, GeForce 9650 S,
	Quadro FX 380, Quadro FX 580, Quadro FX 1700M, GeForce 9400 GT,
	Quadro FX 770M, GeForce 9300 GE, GeForce 9300 GS, GeForce 8400,
	GeForce 8400 SE, GeForce 8400 GS, GeForce 9300M GS, GeForce G100,
	GeForce 9300 SE, GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M,
	Quadro NVS 160M, GeForce G 105M, GeForce G 103M, GeForce G105M,
	Quadro NVS 420, Quadro FX 370 LP, Quadro NVS 450, Quadro FX 370M,
	Quadro NVS 295, GeForce 9100M G, GeForce 8200M G, GeForce 9200,
	GeForce 9100, GeForce 8300, GeForce 8200, nForce 730a, GeForce 9200,
	nForce 980a/780a SLI, nForce 750a SLI, GeForce 8100 / nForce 720a,
	GeForce 9400, GeForce 9400, GeForce 9400M G, GeForce 9400M,
	GeForce 9300, ION, GeForce 9400M G, GeForce 9400, nForce 760i SLI,
	GeForce 9400, GeForce 9300 / nForce 730i, GeForce 9200,
	GeForce 9100M G, GeForce 8200M G, GeForce 9400M, GeForce 9200,
	GeForce G102M, GeForce G102M, ION, ION, GeForce 9400, ION, ION LE,
	ION LE, GeForce GT 220, GeForce 315, GeForce 210, GeForce GT 230M,
	GeForce GT 330M, GeForce GT 230M, GeForce GT 330M, NVS 5100M,
	GeForce GT 320M, GeForce GT 240M, GeForce GT 325M, Quadro FX 880M,
	GeForce G210, GeForce 205, GeForce 310, ION, GeForce 210,
	GeForce 310, GeForce 315, GeForce G105M, GeForce G105M, NVS 2100M,
	NVS 3100M, GeForce 305M, ION, GeForce 310M, GeForce 305M,
	GeForce 310M, GeForce 305M, GeForce G210M, GeForce 310M,
	Quadro FX 380 LP, Quadro FX 380M, GeForce GT 330, GeForce GT 320,
	GeForce GT 240, GeForce GT 340, GeForce GT 330, GeForce GTS 260M,
	GeForce GTS 250M, GeForce 315, GeForce GT 335M, GeForce GTS 350M,
	GeForce GTS 360M, Quadro FX 1800M
[1532790.386] (II) VESA: driver for VESA chipsets: vesa
[1532790.386] (--) NV: Found NVIDIA GeForce Go 7300 at 01@00:00:0
[1532790.386] (II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.so
[1532790.387] (WW) Falling back to old probe method for vesa
[1532790.387] (II) Loading sub module "int10"
[1532790.387] (II) LoadModule: "int10"
[1532790.390] (II) Loading /usr/X11R6/lib/modules/libint10.so
[1532790.392] (II) Module int10: vendor="X.Org Foundation"
[1532790.392] 	compiled for 1.11.4, module version = 1.0.0
[1532790.392] 	ABI class: X.Org Video Driver, version 11.0
[1532790.392] (II) NV(0): Initializing int10
[1532790.392] (==) NV(0): Write-combining range (0xa0000,0x20000) was already clear
[1532790.392] (==) NV(0): Write-combining range (0xc0000,0x40000) was already clear
[1532790.393] (II) NV(0): Primary V_BIOS segment is: 0xc000
[1532790.393] (==) NV(0): Write-combining range (0x0,0x1000) was already clear
[1532790.393] (--) NV(0): Chipset: "GeForce Go 7300"
[1532790.393] (II) NV(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[1532790.393] (==) NV(0): Depth 24, (--) framebuffer bpp 32
[1532790.393] (==) NV(0): RGB weight 888
[1532790.393] (==) NV(0): Default visual is TrueColor
[1532790.393] (II) Loading sub module "vgahw"
[1532790.393] (II) LoadModule: "vgahw"
[1532790.397] (II) Loading /usr/X11R6/lib/modules/libvgahw.so
[1532790.397] (II) Module vgahw: vendor="X.Org Foundation"
[1532790.398] 	compiled for 1.11.4, module version = 0.1.0
[1532790.398] 	ABI class: X.Org Video Driver, version 11.0
[1532790.398] (==) NV(0): Using HW cursor
[1532790.398] (--) NV(0): Linear framebuffer at 0xC0000000
[1532790.398] (--) NV(0): MMIO registers at 0xD1000000
[1532790.398] (II) Loading sub module "i2c"
[1532790.398] (II) LoadModule: "i2c"
[1532790.398] (II) Module "i2c" already built-in
[1532790.398] (II) Loading sub module "ddc"
[1532790.398] (II) LoadModule: "ddc"
[1532790.398] (II) Module "ddc" already built-in
[1532790.398] (II) NV(0): I2C bus "DDC" initialized.
[1532790.398] (II) NV(0): Probing for analog device on output A...
[1532790.435] (--) NV(0):   ...can't find one
[1532790.435] (II) NV(0): Probing for analog device on output B...
[1532790.475] (--) NV(0):   ...can't find one
[1532790.475] (II) NV(0): Probing for EDID on I2C bus A...
[1532790.475] (II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
[1532790.479] (II) NV(0):   ... none found
[1532790.479] (II) NV(0): Probing for EDID on I2C bus B...
[1532790.483] (II) NV(0):   ... none found
[1532790.483] (--) NV(0): CRTC 0 is currently programmed for DFP
[1532790.483] (II) NV(0): Using DFP on CRTC 0
[1532790.483] (--) NV(0): Panel size is 1280 x 800
[1532790.483] (II) NV(0): NOTE: This driver cannot reconfigure the BIOS-programmed size.
[1532790.483] (II) NV(0): These dimensions will be used as the panel size for mode validation.
[1532790.483] (II) NV(0): Panel is LVDS
[1532790.483] (--) NV(0): VideoRAM: 131072 kBytes
[1532790.483] (==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
[1532790.483] (II) NV(0): <default monitor>: Using hsync range of 0.00-49.31 kHz
[1532790.483] (II) NV(0): <default monitor>: Using vrefresh range of 0.00-59.91 Hz
[1532790.483] (WW) NV(0): Unable to estimate virtual size
[1532790.483] (II) NV(0): Clock range:  12.00 to 400.00 MHz
[1532790.483] (II) NV(0): Not using default mode "640x350" (vrefresh out of range)
[1532790.483] (II) NV(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
[1532790.483] (II) NV(0): Not using default mode "640x400" (vrefresh out of range)
[1532790.483] (II) NV(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
[1532790.483] (II) NV(0): Not using default mode "720x400" (vrefresh out of range)
[1532790.483] (II) NV(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
[1532790.483] (II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
[1532790.483] (II) NV(0): Not using default mode "640x480" (vrefresh out of range)
[1532790.484] (II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
[1532790.484] (II) NV(0): Not using default mode "640x480" (vrefresh out of range)
[1532790.484] (II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
[1532790.484] (II) NV(0): Not using default mode "640x480" (vrefresh out of range)
[1532790.484] (II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
[1532790.484] (II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
[1532790.484] (II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
[1532790.484] (II) NV(0): Not using default mode "800x600" (vrefresh out of range)
[1532790.484] (II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
[1532790.484] (II) NV(0): Not using default mode "800x600" (vrefresh out of range)
[1532790.484] (II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
[1532790.484] (II) NV(0): Not using default mode "800x600" (hsync out of range)
[1532790.484] (II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
[1532790.484] (II) NV(0): Not using default mode "1024x768i" (bad mode clock/interlace/doublescan)
[1532790.484] (II) NV(0): Not using default mode "512x384i" (bad mode clock/interlace/doublescan)
[1532790.484] (II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
[1532790.484] (II) NV(0): Not using default mode "1024x768" (hsync out of range)
[1532790.484] (II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
[1532790.484] (II) NV(0): Not using default mode "1024x768" (hsync out of range)
[1532790.484] (II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
[1532790.484] (II) NV(0): Not using default mode "1024x768" (hsync out of range)
[1532790.484] (II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
[1532790.484] (II) NV(0): Not using default mode "1152x864" (exceeds panel dimensions)
[1532790.484] (II) NV(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
[1532790.484] (II) NV(0): Not using default mode "1280x960" (exceeds panel dimensions)
[1532790.484] (II) NV(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
[1532790.484] (II) NV(0): Not using default mode "1280x960" (exceeds panel dimensions)
[1532790.484] (II) NV(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
[1532790.484] (II) NV(0): Not using default mode "1280x1024" (exceeds panel dimensions)
[1532790.484] (II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
[1532790.484] (II) NV(0): Not using default mode "1280x1024" (exceeds panel dimensions)
[1532790.484] (II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
[1532790.484] (II) NV(0): Not using default mode "1280x1024" (exceeds panel dimensions)
[1532790.484] (II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
[1532790.484] (II) NV(0): Not using default mode "1600x1200" (exceeds panel dimensions)
[1532790.484] (II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
[1532790.484] (II) NV(0): Not using default mode "1600x1200" (exceeds panel dimensions)
[1532790.484] (II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
[1532790.484] (II) NV(0): Not using default mode "1600x1200" (exceeds panel dimensions)
[1532790.484] (II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
[1532790.485] (II) NV(0): Not using default mode "1600x1200" (exceeds panel dimensions)
[1532790.485] (II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
[1532790.485] (II) NV(0): Not using default mode "1600x1200" (exceeds panel dimensions)
[1532790.485] (II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
[1532790.485] (II) NV(0): Not using default mode "1792x1344" (exceeds panel dimensions)
[1532790.485] (II) NV(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
[1532790.485] (II) NV(0): Not using default mode "1792x1344" (exceeds panel dimensions)
[1532790.485] (II) NV(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
[1532790.485] (II) NV(0): Not using default mode "1856x1392" (exceeds panel dimensions)
[1532790.485] (II) NV(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
[1532790.485] (II) NV(0): Not using default mode "1856x1392" (exceeds panel dimensions)
[1532790.485] (II) NV(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
[1532790.485] (II) NV(0): Not using default mode "1920x1440" (exceeds panel dimensions)
[1532790.485] (II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
[1532790.485] (II) NV(0): Not using default mode "1920x1440" (exceeds panel dimensions)
[1532790.485] (II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
[1532790.485] (II) NV(0): Not using default mode "832x624" (vrefresh out of range)
[1532790.485] (II) NV(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
[1532790.485] (II) NV(0): Not using default mode "1400x1050" (exceeds panel dimensions)
[1532790.485] (II) NV(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
[1532790.485] (II) NV(0): Not using default mode "1400x1050" (exceeds panel dimensions)
[1532790.485] (II) NV(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
[1532790.485] (II) NV(0): Not using default mode "1920x1440" (exceeds panel dimensions)
[1532790.485] (II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
[1532790.485] (II) NV(0): Not using default mode "2048x1536" (exceeds panel dimensions)
[1532790.485] (II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
[1532790.485] (II) NV(0): Not using default mode "2048x1536" (exceeds panel dimensions)
[1532790.485] (II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
[1532790.485] (II) NV(0): Not using default mode "2048x1536" (exceeds panel dimensions)
[1532790.485] (II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
[1532790.485] (--) NV(0): Virtual size is 1280x800 (pitch 1280)
[1532790.485] (**) NV(0): *Driver mode "1280x800": 71.0 MHz, 49.3 kHz, 59.9 Hz
[1532790.485] (II) NV(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz)
[1532790.486] (**) NV(0): *Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
[1532790.486] (II) NV(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[1532790.486] (**) NV(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
[1532790.486] (II) NV(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[1532790.486] (**) NV(0): *Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
[1532790.486] (II) NV(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[1532790.486] (**) NV(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
[1532790.486] (II) NV(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[1532790.486] (==) NV(0): DPI set to (96, 96)
[1532790.486] (II) Loading sub module "fb"
[1532790.486] (II) LoadModule: "fb"
[1532790.489] (II) Loading /usr/X11R6/lib/modules/libfb.so
[1532790.491] (II) Module fb: vendor="X.Org Foundation"
[1532790.491] 	compiled for 1.11.4, module version = 1.0.0
[1532790.491] 	ABI class: X.Org ANSI C Emulation, version 0.4
[1532790.491] (II) Loading sub module "xaa"
[1532790.491] (II) LoadModule: "xaa"
[1532790.494] (II) Loading /usr/X11R6/lib/modules/libxaa.so
[1532790.496] (II) Module xaa: vendor="X.Org Foundation"
[1532790.496] 	compiled for 1.11.4, module version = 1.2.1
[1532790.496] 	ABI class: X.Org Video Driver, version 11.0
[1532790.496] (II) Loading sub module "ramdac"
[1532790.496] (II) LoadModule: "ramdac"
[1532790.497] (II) Module "ramdac" already built-in
[1532790.497] (==) NV(0): Write-combining range (0x0,0x1000) was already clear
[1532790.497] (II) UnloadModule: "vesa"
[1532790.497] (II) Unloading vesa
[1532790.497] (--) Depth 24 pixmap format is 32 bpp
[1532790.502] (==) NV(0): Write-combining range (0xa0000,0x10000) was already clear
[1532790.672] (II) NV(0): Using XFree86 Acceleration Architecture (XAA)
[1532790.672] 	Screen to screen bit blits
[1532790.672] 	Solid filled rectangles
[1532790.672] 	8x8 mono pattern filled rectangles
[1532790.672] 	Indirect CPU to Screen color expansion
[1532790.672] 	Solid Lines
[1532790.672] 	Scanline Image Writes
[1532790.674] 	Setting up tile and stipple cache:
[1532790.674] 		32 128x128 slots
[1532790.674] 		32 256x256 slots
[1532790.674] 		16 512x512 slots
[1532790.674] (==) NV(0): Backing store disabled
[1532790.674] (==) NV(0): Silken mouse disabled
[1532790.676] (==) NV(0): DPMS enabled
[1532790.677] (==) RandR enabled
[1532790.677] (II) Initializing built-in extension Generic Event Extension
[1532790.677] (II) Initializing built-in extension SHAPE
[1532790.677] (II) Initializing built-in extension MIT-SHM
[1532790.677] (II) Initializing built-in extension XInputExtension
[1532790.677] (II) Initializing built-in extension XTEST
[1532790.677] (II) Initializing built-in extension BIG-REQUESTS
[1532790.677] (II) Initializing built-in extension SYNC
[1532790.677] (II) Initializing built-in extension XKEYBOARD
[1532790.677] (II) Initializing built-in extension XC-MISC
[1532790.677] (II) Initializing built-in extension SECURITY
[1532790.677] (II) Initializing built-in extension XINERAMA
[1532790.677] (II) Initializing built-in extension XFIXES
[1532790.677] (II) Initializing built-in extension RENDER
[1532790.677] (II) Initializing built-in extension RANDR
[1532790.677] (II) Initializing built-in extension COMPOSITE
[1532790.677] (II) Initializing built-in extension DAMAGE
[1532790.721] (II) AIGLX: Screen 0 is not DRI2 capable
[1532790.721] (II) AIGLX: Screen 0 is not DRI capable
[1532790.752] (II) AIGLX: Loaded and initialized swrast
[1532790.752] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[1532791.141] (EE) Error compiling keymap (server-0)
[1532791.141] (EE) XKB: Couldn't compile keymap
[1532791.141] (EE) XKB: Failed to load keymap. Loading default keymap instead.
[1532791.220] (EE) Error compiling keymap (server-0)
[1532791.221] (EE) XKB: Couldn't compile keymap
[1532791.221] XKB: Failed to compile keymap
[1532791.221] Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config.
[1532791.221] 
Fatal server error:
[1532791.221] Failed to activate core devices.
[1532791.221] 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[1532791.221] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[1532791.221] 
[1532792.245] Server terminated with error (1). Closing log file.
And :
* A message stating that /tmp/tmp.******** can't be saved .. permission denied .. Is there anything I should have done (chmod , or .... ? ) after newfs ?
Thanks you so much for your great help !
Reply With Quote
  #8   (View Single Post)  
Old 17th May 2012
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

I'm on a phone that won't display properly. I have to guess, but that is not your fault.
Try


# chmod 1777 /tmp
Reply With Quote
  #9   (View Single Post)  
Old 20th May 2012
daemonfowl daemonfowl is offline
bsdstudent
 
Join Date: Jan 2012
Location: DaemonLand
Posts: 834
Default

Code:
# chmod 1777 /tmp
Teacher jgimmi , It worked like a charm and I can start X now :-)
Thank you very much !!
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
resizing or creating of partitions in NetBSD after installation? gillindu NetBSD General 62 22nd June 2012 10:29 AM
Resizing slices jewsofeast NetBSD General 1 20th November 2010 11:34 AM
Resizing /usr jewsofeast OpenBSD Installation and Upgrading 11 19th November 2010 01:46 PM
Resizing /usr abdo88 FreeBSD General 15 12th July 2008 01:49 PM
Resizing FreeBSD partition Cloud FreeBSD General 3 28th June 2008 03:40 AM


All times are GMT. The time now is 11:32 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick