Displaying 5 results from an estimated 5 matches for "forzen".
Did you mean:
foren
2001 Feb 28
2
Lock up issue
...it gets to the SMB shares.
The shares cannot be unmounted. Durin gshutdown, I get errors from
smb_request as the system tries to unmount the shares. I get smb_request
error=-512 setting invalid and then a few error=-3.
It should be noted that sometimes during a shutdown when the shares are NOT
forzen, I'll get error=-104 I believe though the shares to that point were
functioning fine.
When I've had just ONE applciation using a share - never had a problem.
I've played MP3s for days straight - no problem. But open another app
accessing different files or even a different share and...
2007 Aug 03
2
my number column returns boolean values
Hi everyone,
I''m working on a new rails project and have to build it on top of a
legacy oracle database. I''m trying to figure out how to get the
number value from a NUMBER(1) datatype. So far I''m only getting a
"true" value for 1 and "false" for any other number. From the console
I can print out my object values and can see that there are number
2006 Jan 07
3
Can I install CentOS 4.2 on Sun X4100?
Hi, all!
I want to change current RHEL 4.0 ES into CentOS 4.2 on Sun X4100 server.
The server has SAS SCSI based two 2.5" hard disks.
I could only install RHEL 4.0 Update 1 because the server is equipped with
RHEL 4.0 Update 1's device driver only.
I've included below the boot process messages concerned with SCSI controller.
If it's possible for me to install CentOS 4.0 on my
2009 May 04
2
Games run, but i can always see desktop
Hey everyone
I run warcaft 3 under wine and the game works. However i can always see the bottom and top taskbars. (im using Ubuntu 9.04). I have DISABLED the window mode, and the problem still persists.
How can i run something in wine so that the game would completely overlay the screen?
2013 Nov 16
16
[PATCH] BTRFS-PROG: recursively subvolume snapshot and delete
Hi All,
the following patches implement the recursively snapshotting and
deleting of a subvolume.
To snapshot recursively you must pass the -R switch:
# btrfs subvolume create sub1
Create subvolume ''./sub1''
# btrfs subvolume create sub1/sub2
Create subvolume ''sub1/sub2''
# btrfs subvolume snapshot -R sub1 sub1-snap
Create a snapshot of