Re: [osol-help] Unable to open X config file

2009-09-20 Thread Einar Lielmanis
> running the nvidia-settings program, I was trying to save my X > Configuration file settings and when attempting to save, I get the > error "Unable to open X config file "for writing". If/as you're running nvidia-settings as a user, then it won't have enough rights to replace /etc/X11/xorg.conf

Re: [osol-help] Multibooting Solaris, OpenSolaris, FreeBSD, Linux, . . .

2009-09-19 Thread Einar Lielmanis
> I am a Java Developer who needs to sometimes test software using > various OS and jdk environments > Do you know of best practices installing in a multiboot fashion > Solaris + OpenSolaris + FreeBSD + Linux + ... + some Windows version > in PC hardware? The best practice of multibooting is to

Re: [osol-help] Dual-head desktop on 2009.06 (111b) driving me nuts

2009-09-16 Thread Einar Lielmanis
> Slowly, but surely, this is driving me insane > dual-head, running on OpenSolaris 2009.06 (111b) That's all right (kind of), there is a bug in the metacity build of snv111. See http://defect.opensolaris.org/bz/show_bug.cgi?id=8748 To solve the problem, you can download the fixed metacity from

Re: [osol-help] how to get my audigy 2 SE to work under opensolaris

2009-09-10 Thread Einar Lielmanis
Hi! If you are running (or willing to run) development version of the OS (http://pkg.opensolaris.org/dev/), then recently beta of audigyls driver for Boomer was released, which you can find at http://www.opensolaris.org/os/project/opensound/files/ see this announce on opensound-discuss, the

Re: [osol-help] How to delete files as dos 'del *.java /s' on command line

2009-09-09 Thread Einar Lielmanis
> if I try this > find . -name *.java|xargs rm -rf > it works. You should quote '*.java' in the find command. If you don't then, when you'll have a file foo.java with java extension in current folder then: find . -name *.java will get expanded by shell to: find . -name foo.java which won't

Re: [osol-help] How to delete files as dos 'del *.java /s' on command line

2009-09-09 Thread Einar Lielmanis
> How can I delete files recursively in all subdirectories with .java > extension? find . -name '*.java' | xargs rm find . -name '*.java' will find and print all the file names with java extension; xargs is used to pass these names to rm, which will then remove those. Einar. ___

Re: [osol-help] Printer setup

2009-09-09 Thread Einar Lielmanis
This answer isn't much better, but it really depends on what is your host system and how your printer is shared there. Einar. ___ opensolaris-help mailing list opensolaris-help@opensolaris.org

Re: [osol-help] Bad disk under VBox 3.0.4

2009-09-09 Thread Einar Lielmanis
> When trying to bring up my OpenSolaris guest on VirtualBox, I get the > following: > Error for Command: read(10)Error Level: Fatal Maybe your host dmesg/eventlog says something interesting? I wouldn't be surprised if you really had a hardware problem with the dying disk. Einar.

Re: [osol-help] How can I do that (access ZFS from Linux)?

2009-09-02 Thread Einar Lielmanis
Isn't it easier and faster with ext3/ntfs drivers from FSWpart / FSWfsmisc and get all the data this way? Anyway, from what I see, zfs-fuse 0.5.0 (which is releasead a year ago? they're not too keen on releases) supports v13 of zpool, yet default opensolaris pools are v14 already (and, IIRC v16 w

Re: [osol-help] pools

2009-09-02 Thread Einar Lielmanis
> When I enter [i]pfexec prtpart[/i] I get an error message "prtpart > command not found" Oh, sorry, prtpart appears to be a part of FSWpart package (it's a package for accessing ext3/ntfs filesystems), not the part of solaris distribution. Anyway, "/usr/sbin/format" is a stock utility, and shoul

Re: [osol-help] pools

2009-09-02 Thread Einar Lielmanis
Yes, /dev/dsk/cXtXdX and /dev/rdsk/cXtXdX are device nodes, which are essentialy magic pointers to the devices itself, through which the communications with the driver hapeen, and represent either disk, or partition/slice (the last two characters may represent the partition, p0 — whole disk, p1 — f

Re: [osol-help] HELP! opensolaris won't start

2009-08-28 Thread Einar Lielmanis
> I have opensolaris 118 and 111b installed on an ata drive. When I > attempt to boot into the system, I receive the usual grub screen, > then when the os attempts to start it tosses up the first few lines, > then halts and reboots. > > Any ideas what's up? I'm dead in the water here. Assuming

Re: [osol-help] Somewhat interesting problem (EXT3)

2009-08-27 Thread Einar Lielmanis
> I'm trying to do the opposite - mount ZFS from Linux (Gentoo). > I installed zfs-fuse package on Linux, but unfortunately, it does not > work. I'd guess gentoo has too old and incomplete support for zfs: solaris zfs is steadily advancing and improving all the time. You can try going the hard an

Re: [osol-help] Somewhat interesting problem (EXT3)

2009-08-27 Thread Einar Lielmanis
> That looks promising but have you tried it? Can you confirm it doesnt > give read-only access but read/write? I have used it myself, but I don't remember if I was writing anything. It sure DOES look like it's supporting write (and docs mention ntfsprogs to access r/w ntfs without mounting as wel

Re: [osol-help] OpenSolaris codec pack (subtitute)

2009-08-27 Thread Einar Lielmanis
> Im wondering if somebody knows any subtitute for the OpenSolaris > codec pack, (wich is not available anymore for some reason...) No idea about the codec pack, but for the multimedia currently there's two good places: http://ips.homeunix.com/ among other things providing a gstreamer and mplayer

Re: [osol-help] Somewhat interesting problem (EXT3)

2009-08-27 Thread Einar Lielmanis
> I am preparing myself to put ZFS installation of Opensolaris on > Ubuntu-only machine myself > and this issue (and unbelievable FAT-like responses from posters) > made me think again. Not supporting ext2/ext3/ntfs out of the box it's somewhat of a drawback, but while the sun engineers are still

Re: [osol-help] How can I enable mod_rewrite in Apache?

2009-08-25 Thread Einar Lielmanis
> mod_rewrite doesn't work Rewrite module is loaded by default, but allowing user to specify rewrites (or anything else) via .htaccess files is disabled in stock apache configurations. To allow that, change "AllowOverride None" to "AllowOverride All" in line ~161 of httpd.conf, allowing overridin

Re: [osol-help] Can't install - X does not start

2009-08-23 Thread Einar Lielmanis
> ..The install cd boots into a console, and never starts the > window manager. I have tried logging in as "jack", but typing in > "startx" or "gdm" gives no results. .. Hmm, docs say that 3870 (and 3870 x 2) are/should be supported out of the box. I guess there should be something interesting (p

Re: [osol-help] failing apache22 (was: I think I should forget...)

2009-08-21 Thread Einar Lielmanis
> Okay ... so the problem I'm having now is that last night I was > trying to reinstall the AMP stack to hopefully fix the problem. I was > removing the amp package and re-installing it through the package > manager, but it wasn't changing anything. The idea is right, but it didn't work because am

Re: [osol-help] failing apache22 (was: I think I should forget...)

2009-08-21 Thread Einar Lielmanis
Aww, take a deep breath and remember that things fail on all systems, and, if you've messed up httpd.conf, apache will fail starting on every system, linuxes, unixes and freebsds alike. The skill is in how to find why it failed, and how to rectify the system. This is where OpenSolaris's service co

Re: [osol-help] I think I should forget about OpenSolaris... opinion?

2009-08-21 Thread Einar Lielmanis
> it seems that this operating system is mainly intended for UNIX-gurus > and hardcore Sun software-engineers. No, not really. It's just the server background of solaris that shines through and, as a result, current users of opensolaris seem to be more server-oriented. I'm not the server person my

Re: [osol-help] Package not in the GNOME menu

2009-08-20 Thread Einar Lielmanis
> Panel restarted, but I still don't see the IDE and mySQL panel in the > "Application" menu. And I can't even see anything in the "Main Menu" > applet under "Development Tools". Can you give the names of the packages (SUNW... etc) you installed? (Maybe they just don't install anything in the men

Re: [osol-help] 3ware Support

2009-08-20 Thread Einar Lielmanis
> 3ware 9550s I don't know anything about this particular controller, but maybe the device driver utility (under Applications / System Tools) can provide you with more information on the availability of its driver? Einar. ___ opensolaris-help mailing l

Re: [osol-help] creating zones in open solaris on x86

2009-08-20 Thread Einar Lielmanis
> #zfs create -o canmount=noauto rpool/ROOT/S10be/zones > > cannot create 'rpool/ROOT/S10be/zones': parent does not exist. ZFS is telling you that you need a rpool/ROOT/S10be filesystem created before you can make a rpool/ROOT/S10be/zones. The name "S10be" hints that you're probably reading a So

Re: [osol-help] Package not in the GNOME menu

2009-08-18 Thread Einar Lielmanis
> I installed C++ IDE and the mySQL panel. However, those 2 packets are > not appear on the GNOME menu. > > I can't find them if I open the "Application" menu from the GNOME top > panel. There's a bug with opensolaris' gnome menu — for some reason it doesn't refresh itself automatically after add

Re: [osol-help] Problems with using Wine from contrib repo

2009-08-12 Thread Einar Lielmanis
> Did anyone manage to run Outlook 2003 under OpenSolaris using Wine? I guess you're out of luck. Wine AppDB currently says that even for the recent versions of wine, Outlook 2003 won't run correctly: http://appdb.winehq.org/objectManager.php?sClass=version&iId=2526 and, for the prehistoric 1.0.

Re: [osol-help] Sound is off

2009-08-12 Thread Einar Lielmanis
> How do I install this packet? Just click on the link or there is a > package in the repository? In your case it would be much better just to do a full system update, as then your sound card should start working automagically, and you'll get most recent firefox, among all the other goodies. If yo

Re: [osol-help] Sound is off

2009-08-11 Thread Einar Lielmanis
> However, running Device Driver Utility, I found that the driver for > the sound card [b]is[/b] missing. I have a Intel Corporation 82801AA > AC´97 Audio Controller. You should try updating whole system ("pfexec pkg image-update" in the terminal; probably you can do that with the gui tools as wel

Re: [osol-help] Sound is off

2009-08-11 Thread Einar Lielmanis
> After the reboot and initial setup, to my surprise the audio icon on > the GMOME desktop is red crossed. > > What might be the problem? Was/is the sound and/or audio icon working when booted into livecd? What kind of sound card do you have? OpenSolaris currently is somewhat picky about them -