Building an ips image, I start from snv_134 http://pkg.opensolaris.org/dev. I
then upgrade this to illumos bits from a local nightly illumos repo.
What I don't understand is why no update will take place from snv_134 to
snv_148/illumos nightly unless I add http://pkg.openindiana.org/dev as an
What model motherboard are you using? I suspect it's probably a nic driver
issue.
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
Creating a custom repository I have come across the need to remove a package.
Can someone say how I would remove a package from a local repository?
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@open
Hi Shawn,
Stuck a bit further down the road. I added the following packages to satisfy
some other dependencies and now pkg.depotd crashes on a --rebuild.
system/library/math@0.5.11-0.133
library/libtecla@1.6.0-0.133
system/library/security/libsasl@0.5.11-0.133
library/nspr@0.5.11-0.133
system/li
Thanks Shawn. Looks like I was missing
consolidation/sic_team/sic_team-incorporation
pkg install -nv SUNWcs@0.5.11,5.11-0.134
consolidation/osnet/osnet-incorporation@0.5.11,5.11-0.134
system/library@0.5.11,5.11-0.134 library/zlib@1.2.3,5.11-0.134
system/zones@0.5.11,5.11-0.134 library/libxml2@
Hi Shawn,
Thanks for the reply. The cmd below returns
pkg install -nv SUNWcs@0.5.11,5.11-0.134
consolidation/osnet/osnet-incorporation@0.5.11,5.11-0.134 system/library
library/zlib system/zones library/libxml2 system/kernel library/math
runtime/perl-584 system/file-system/zfs system/library/li
Hi Shawn,
Thanks for the reply. I got a bit further pulling back packages and making own
repository. However I am not sure what is missing at this stage. I have
verified all the requires on this list are in the repo. Any help is greatly
appreciated.
pkg install -vn SUNWcs
Creating Plan -pkg:
These steps should work on oi also
http://sites.google.com/site/eonstorage/faq#TOC-How-do-I-enable-console-redirection
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
was truncated
"dev_interface.h", line 670: Error: m_list is not defined.
Compilation aborted, too many Error messages.
gmake[2]: *** [smartd.o] Error 1
gmake[2]: Leaving directory `/home/andre.l/smart/smartmontools-5.40'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/andr
Reaching out to Rugrat or anyone who could help
Trying to use the same switches to compile the latest smartmontools 5.40 but
getting the following error. It compiles fine without the
"-library=no%Cstd,no%Crun" switch.
gmake
gmake all-recursive
gmake[1]: Entering directory `/home/andre.l/smart/
Not sure what the block size is in solaris 10 but in opensolaris it was 4k. So
the following should work.
Drop to run level one.
zfs destroy zfsroot/swap
recreate new swap
zfs create -b 4096 -V 16384m zfsroot/swap
Alternate method adding swap
zfs create -V 14000m zfsroot/swapII
add entries to /e
Hi Harryp,
The motherboard you listed (GIGABYTE GA-890GPA-UD3H) does not support ECC type
memory. So to follow Erik's guidance to use ECC ram you would have to find a
different motherboard that does support ECC type memory.
see: Memory supported non-ECC
http://www.gigabyte.com/products/product
if I wish to build an image from openindiana.org, as such
pkg image-create -F -a openindiana.org=http://pkg.openindiana.org/dev /image
doing a package install of
pkg install SUNWcs
returns the error
Creating Plan -pkg: No version of SUNWcsl can be installed:
pkg://openindiana.org/SUNWcsl@0.5.11,5
Try a simpler test first using "logger" send a message as the same user and
facility that is running that php program.
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
good info here
http://blogs.sun.com/tonyn/entry/firewall_configuration_in_opensolaris_2009
svcs -vx ipfilter will show its status
do a man ipfstat for more info. Some more used
ipfstat -t
ipfstat -iohn
--
This message posted from opensolaris.org
___
op
Truss method: You would need to find the process id (pid) of the gnome
commander with something along the lines of ps -ef | grep "gnome commander".
replace gnome commander with the proper string pattern.
when you get it pid you would then launch truss on that pid and get the slow
down to occur
What does flowadm show-flow output?
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
I don't see anything tell tale from your captures. I would try running truss or
dtrace on the process and keep an eye out for the delta time or sig alarm of
some kind expiring.
Hope that helps.
--
This message posted from opensolaris.org
___
opensolar
Did you run devfsadm after you added the replacement disk?
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
Have you tried import your last step with the pool id instead of the name?
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
I am using the livecd to build a IPS install. After I installed
service/storage/zfs-auto-snapshot I noticed it needed/added 52 dependencies
(unreal). So I wish to remove this IPS package, edit its dependencies and
reinstall it. However pkgrm says it is not installed, so I'm stuck. Can someone
p
Katkota,
Did you run fsck in single user mode?
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
Good work, Joerg.
Thanks
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
valrhona,
Just an FYI. The info kept on EON is mostly network, and OS configuration which
are easily replaced with running setup. The ZFS stuff like compression,
de-dupe, zfs etc are kept on disk and would return on a forced zpool import .
--
This message posted from opensolaris.org
___
Sorry Valrhona.
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
You can try changing the linker to gld instead of ld
my technique
cp -p /usr/bin/ld /usr/bin/ld.sun
cp -p /usr/sfw/bin/gld /usr/sfw/bin/gld.gnu
then I symlink ld to ld.sun or gld as needed
--
This message posted from opensolaris.org
___
opensolaris-di
I would suspect it is still working? Does the system still respond to zfs/zpool
cmds?
If so you can try to confirm its doing stuff using
zpool iostat -v 1
bottom line give it some time to complete what its trying to do and DO NOT
power it off.
Hope that helps
--
This message posted from opens
Hi Valrhona,
If I follow you correctly the ASUS U3S6 is the troublesome card, and It
contains the CD and the SSD, correct? Pussler is, you used the CD to boot and
install EON from cdrom on this same controller, correct?
If so, can you test only a regular drive on this controller (nothing else
You can try booting from the OSOL 134 live cd and see if it finds a suitable
driver. We would then be able to identify the driver needed to add to EON.
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@
Hi Valrhona,
Sounds like the driver for IO-PESA-A230R sata card is missing. Do you know
which drivers it needs?
Does the SSD show up on any of the motherboard sata ports? (non PESA card ports)
--
This message posted from opensolaris.org
___
opensolari
Hi Valrhona,
Sounds like the driver for IO-PESA-A230R sata card is missing. Do you know
which drivers it needs?
Does the SSD show up on any of the motherboard sata ports? (non PESA card ports)
--
This message posted from opensolaris.org
___
opensolari
getting "ld: fatal: file smartd.o: wrong ELF class: ELFCLASS64" when trying to
build 64 bit versions of programs for most things where the 32 bit version
builds fine.
gmake all-recursive
gmake[1]: Entering directory `/home/andre.l/smart/smartmontools-5.38'
Making all in .
gmake[2]: Entering d
Unless I misunderstand blackhole routing may be more what you are looking for?
route add -net x.x.x.x -netmask 255.255.255.0 interface_ip -blackhole
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@ope
Wow, didn't SUN successfully defend this case? If so, how can NETApp continue
this ___???
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
what does the following show:
echo | format
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
Can someone please tell me if http://dlc.sun.com/osol/on/downloads/ temporarily
down or ???
Is the contents here mirrored or relocated somewhere else?
thanks
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-
Link working today for me Thanks
I guess the absence of the vmware image means it's no longer offered, only
virtualbox image?
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
Is the storage simulator no longer offered for download?
http://www.oracle.com/webapps/dialogue/dlgpage.jsp?p_ext=Y&p_dlg_id=8588618&src=6870265&Act=7
Used to be available as a vmware and virtual box image.
--
This message posted from opensolaris.org
_
Dennis,
Would you mind sharing how you were able to bfu to snv_138? Isn't acr part of
the closed bits, which is no longer available?
Thanks
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolari
Embedded Operating system/Networking (EON), RAM based live ZFS NAS appliance is
released on Genunix! This release marks the end of SXCE releases and Sun
Microsystems as we know it! It is dubbed the Sun-set release! Many thanks to Al
at Genunix.org for download hosting and serving the Opensolaris
When I do a pkg list I see packages of the form "x11/library/libice". What
package name do I query to see the contents for example "x11/library/libice"?
ie pkg contents -r ???
SUNWzfs-auto-snapshot 0.5.11-0.133installed
SUNWzfskr
After running
pkg image-create -F -a opensolaris.org=http://pkg.opensolaris.org/dev /ips/
I end up with what I'm guessing is the minimal package list in /var/pkg/pkg
(list below). If I start by adding SUNWcakr, the entire package list below
seems to be the base dependency so it will first add a
for Fusion, make sure VT is enabled in your bios or it may incorrectly boot
64-bit machines to 32 bit mode.
also to workaround the panic at grub, try adding the following to the kernel
line by pressing 'e' twice at grub menu before boot.
-B disable-pcieb=true
I'm not sure about ESXi 4 but you c
Embedded Operating system/Networking (EON), RAM based live ZFS NAS appliance is
released on Genunix! This is the first EON release with inline Deduplication
features! Many thanks to Genunix.org for download hosting and serving the
opensolaris community.
EON Deduplication ZFS storage is availabl
keith,
try booting with ACPI disabled (each option 2, 4, 8)
http://blogs.sun.com/danasblog/entry/configuring_solaris_acpi_at_boot
After it boots init 5 and see if it powers off. If it does just add the switch
to your /boot/grub/menu.lst
--
This message posted from opensolaris.org
If you can login try running iostat to see what's going on? Sounds like it may
be importing or attempt to?
How big was the pool or dataset destroyed?
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@o
Many thanks rugrat. That worked
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
Shawn,
Can you say if there are any future plans to include a switch to override
installing the dependencies of a package.
Thanks
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
Embedded Operating system/Networking (EON), RAM based live ZFS NAS appliance is
released on Genunix! Many thanks to Al Hopper and Genunix.org for download
hosting and serving the opensolaris community.
EON ZFS storage is available in a 32/64-bit CIFS and Samba versions:
tryitEON 64-bit x86 CIFS
Trying to compile SMART without libCstd and libCrun dependency. So i added
-library=no%Cstd,no%Crun to CXXFLAGS and LDFLAGS.
It will compile with no%Cstd but fails with no%Crun with the error:
source='smartd.cpp' object='smartd.o' libtool=no \
DEPDIR=.deps depmode=none /usr/bin/bash ./dep
Looks like it's working as designed?
home was 574Mb, then you added a 152Mb testfile (times 5)
574 + 152 = 731Mb so it recognizes you added 5 copies of testfile the same file.
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing l
Try pressing e at the grub splash screen, press e again and modify the kernel
line adding
-m verbose
or for more
-v -m verbose
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
Is there a ntpd v4 IPS pkg?
Tried a couple of different search techniques but came up blank? Only v3?
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
Embedded Operating system/Networking (EON), RAM based live ZFS NAS appliance is
released on Genunix! Many thanks to Genunix.org for download hosting and
serving the opensolaris community.
EON ZFS storage is available in a 32/64-bit CIFS and Samba versions:
tryitEON 64-bit x86 CIFS ISO image vers
You could add one of these
http://www.newegg.com/Product/Product.aspx?Item=N82E16815121009
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
rugrat,
You are correct it was running out of swap. Originally 1G swap with 1G ram.
Added 500m and still failed. Successful with an additional 1g of swap or a
total of 2 gb of swap needed to compile php-5.3.0.
--
This message posted from opensolaris.org
_
seems if I remove -xipo=1 from the Makefile it completes fine???
-xipo=2 also crashes with the same error?
-xipo[=] Enable optimization and inlining across source files, n={0|1|2}
Anyone know why? or a proper fix?
--
This message posted from opensolaris.org
___
While compiling php5.3.0 with Sunstudio 12 it halts with the following error.
This compiler works for a ton of other open source programs. Most help I found
says I need patches? Any help is greatly appreciated. Wondering by the error if
the line was too long??
/usr/bin/bash /export/home/andrel/
Shawn,
Is there any possible workaround to control it in any way?
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
greets,
Is there a way with pkg to install only the the pkg I want and not all its
dependencies. I know that checking dependencies are by design but supposed I
wanted to pull back only SUNWzip to a test directory, is there a way to do this?
--
This message posted from opensolaris.org
_
EON ZFS NAS 0.59.3 based on snv_122 released!
Embedded Operating system/Networking (EON), RAM based live ZFS NAS appliance is
released on Genunix! Much thanks to Al at Genunix.org for download hosting and
serving the opensolaris community.
It is available in a CIFS and Samba flavor
EON 64-bit x8
Doesn't autoexpand, available since snv_117 address this? You have to swap out
all members of the raidz pool with larger disks, but I think it does what
you're after.
http://www.solarisinternals.com/wiki/index.php/ZFS_Troubleshooting_Guide#Changing_Disk_Capacity_Sizes
--
This message posted fro
Can anyone answer if we will get zfs de-duplication before SXCE EOL? If
possible also anser the same on encryption?
Thanks
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
That's not normal Scott. The previous system was snv_118, what snv_xxx is the
new system where you did the import at?
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
Sean,
You were correct. Lowering memory to 4GB allows the 32 bit cadp driver to work.
It seems that I have another issue with the running 2 of these cards. It seems
the card instance gets loaded over the first.
Got any recommendations of good scsi card + 64 bit driver combos?
--
This message p
How much memory does each box have ?
I recall a bug were the adaptec driver doesn't load on a box over
a certain amount of memory.
8 Gb in the box where it will not load. Is there a workaround. I will try
dropping the memory to 2 or 4Gb to test.
lgrpinfo
lgroup 0 (root):
Children: no
scanpci output (can post full if needed)
pci bus 0x0002 cardnum 0x0c function 0x00: vendor 0x9005 device 0x0010
Device unknown
CardVendor 0x9005 card 0xa180 (Card unknown)
STATUS0x0290 COMMAND 0x0157
CLASS 0x01 0x00 0x00 REVISION 0x00
BIST 0x80 HEADER 0x00 LATENCY 0x20 CA
Need any help guidance anyone has to offer with what going on with an adaptec
2940 uw card in dell 1750 and 1850.
The card works and show up in the dell 1750 fine. The same card nor any drives
attached to it does not show up in the dell 1850 however I see the following
/etc/path_to_inst
"/p...@
EON 64-bit x86 CIFS ISO image version 0.59.2 based on snv_119
* eon-0.592-119-64-cifs.iso
* MD5: a8560cf9b407c9da846dfa773aeaf676
* Size: ~87Mb
* Released: Friday 07-August-2009
EON 64-bit x86 Samba ISO image version 0.59.2 based on snv_119
* eon-0.592-119-64-smb.iso
* MD5:
Give eon a look. It's already done what you're looking to do.
http://eonstorage.blogspot.com
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
This bug http://www.opensolaris.org/jive/thread.jspa?messageID=326435
seems to back in sorts. If I run installgrub in snv_117 all I see is a light
blue screen and it does not care/display the splashimage file.
This was last checked ok in snv_114. Any help is appreciated.
--
This message posted
Is there a way to blank the screen or put monitor in power save mode if only
using text login (no X running)?
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
The ipfilter answer would be
/etc/ipnat.conf entries
rdr qlge0 qlge0_ip/32 port src_port -> target_ip port dst_port tcp
map qlge0 qlge1_net/netmask -> qlge0_ip/32
Of course svcs -vx ipfilter has to say its online and ok. depending on which
snv_rev you are running 112+ now has a svc.ipfd parent
Embedded Operating system/Networking (EON), RAM based live ZFS NAS appliance is
released on Genunix! Much thanks to Genunix.org for download hosting and
serving the opensolaris community.
It is available in a CIFS and Samba flavor
tryitEON 64-bit x86 CIFS ISO image version 0.59.1 based on snv_11
I'm not sure but I think you can achieve a similar thing by enabling snapdir
and installing the microsoft shadow client.
zfs set snapdir=visible pool/fs
and installing the shadow client. Then you can browse the .zfs folder for
versioning when needed.
--
This message posted from opensolaris.org
Aubrey,
Thanks. I will double check but this version was installed via IPS on snv_112
bits. Shouldn't it (powertop) be the latest or up to date?
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opens
Running powertop is showing the following errors. Anyone know what the problem
may be
eon:16:/deep/ips/usr/bin#truss -v all -w all -r all -o /tmp/foo ./powertop
OpenSolaris PowerTOP version 1.1 (C) 2008 Intel Corporation
powertop: ../cpufreq.c : cpu-change-speed probe unavailable
powertop:
Try using the command line. Just unzip create a few links in opt and set your
PATH. The details are in the package after you download and unzip it.
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@open
phigamma,
Took a bit of your advice and having a go with binutils. However I cannot
compile ffmepg svn 18335 with the new ld from bintutils. Can you please have
alook and tell if you can where this is oging wrong. I'm using /tmp/gcc/bin/ld
but cannot figure out where or why it calls /usr/ccs/bi
asura,
Configured with: ./configure --prefix=/opt/gcc/gcc-4.4
--with-as=/usr/local/src/usr/sfw/bin/gas --with-gnu-as
--with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++
--enable-shared --with-mpfr-include=/usr/include/mpfr
--with-gmp-include=/usr/include/gmp LDFLAGS=-lgmp
I made m
Try incrementing the boot milestone from single up til it panics. Each time
boot with -m verbose. You may see which SMF/script that is causing the panic.
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discus
EON is a live ZFS NAS (network attached storage) image based on opensolaris.
This is a RAM based live/install image which runs from CD, USB or CF (compact
flash). The appliance image provides a high performance 32/64 bit storage
solution built on zfs using cost effective disks.
EON 32/64-bit x
My install path is /opt/mediatomb and the pkg-config cmd as run by configure
sees them (/opt/mediatomb/usr/include/libavcodec/avcodec.h etc) avcodec.h etc)
fine but some other check is failing. moviedecoder.h/c has 2 paths.
One seems to secondary /usr/include/ffmpeg/avcodec.h ffmpeg symlink and
Has anyone had any luck compiling ffmpegthumbnailer on opensolaris. I have
tried the svn ver 1.4, 1.5 all failing with the same error. Don't know what the
problem is because the pkg-config find all the lib* but configure ends not
finding any.
Here are my compile settings
cat inc.sh
pre=/opt/me
Martin,
I also noticed dmesg seems to partially see the other core but ???
Thu Mar 19 14:37:01 PDT 2009
Mar 19 10:00:26 eon acpica: [ID 303547 kern.notice] ACPI: RSDP @ 0xfeb00/0x0024
(v 2 DELL )
Mar 19 10:00:26 eon acpica: [ID 505322 kern.notice] ACPI: XSDT @ 0xfd254/0x0074
(v 1 DELLGX62
http://osholes.blogspot.com/2008/07/setting-up-zfs-and-opensolaris-on-usb.html
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
Martin,
Sorry for not mentioning before. Both machines show the cores fine on
opensolaris 2008.11, so I'd say that clears it being a hardware issue.
j...@opensolaris:~# psrinfo -v
Status of virtual processor 0 as of: 03/16/2009 07:53:18
on-line since 03/16/2009 07:24:10.
The i386 processor o
Martin thanks for the reply. I am totally lost on this. The same problem
occurs on Pentuim D. I am pretty sure my RAM based image is missing something??
Please see my previous Pentium D post here.
http://www.opensolaris.org/jive/thread.jspa?threadID=86095&tstart=0
--
This message posted from op
Still only 1 cpu showing with snv_109 on intel badaxe 2 with quad core? Can
anyone offer any guidance on this. This occurs in the EON RAM based image list
above. Any help is greatly appreciated.
uname -a
SunOS eon 5.11 snv_109 i86pc i386 i86pc
grep cpu /var/adm/messages
Mar 14 22:21:52 eon uni
Maddox,
It will work just fine .pkg is a datastream format and equivalent/convertible
to filesystem format using pkgtrans. It is however not necessary to convert.
Simply
pkgadd -d . SUNWzfsgu
if you have a .pkg format you can turn it into filesystem format using
pkgtrans file.pkg /tmp all
hop
psrinfo -pv
The physical processor has 1 virtual processor (0)
x86 (GenuineIntel F44 family 15 model 4 step 4 clock 3192 MHz)
Intel(r) Pentium(r) D CPU 3.20GHz
psrinfo -v
Status of virtual processor 0 as of: 07/21/2008 14:23:50
on-line since 07/21/2008 14:11:24.
The i386 processor op
Greets,
Is multi-processor kernel no longer default in opensolaris? I don't recall when
but I've been using the same Dell 620 and 745 hardware where psrinfo used to
show the correct number of cores (2).
Now I'm running svn_91 and it is showing 1? Can anyone clarify?
thanks
This message po
Can anyone provide some guidance using mdb to track down why a kernel module
(smbsrv) is loading but not attaching or to see where it's failing?
thanks
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss
figured something with this. The lofiadm -C was done on a mkisofs file created
on B85 and gave that error on B89. It seems the lofiadm compression by the
older version is not compatible with B89's.
When I did the same actions all in B89 everything worked as expected.
Why would the compression
Greets,
I did a lofiadm -C on some small iso's . I can mount them on a regular system
but when I try to mount them on a ramfs system, I'm getting the error
cmd
lofiadm -a /mnt/tmp/fs.zlib /dev/lofi/1
and got the error
lofiadm: could not map file /mnt/tmp/fs.zlib to /dev/lofi/1: Bad address
If
Natalie,
Any new findings on this? This can be easily reproduced by booting with the
failsafe entry on B85, B86
then cp the smbsrv and smbsrv.conf to /tmp/root/kernel/drv/ from the HD install
then try to load and attach. the driver will load but the attach will fail with
ENXIO
What is so dif
tcp_conn_req_max_q0 controls the number of incomplete tcp connections you can
queue up (connections in syn state)
It is the parameter used to resistant syn attacks
Once a connection completes the 3 way hanshake it it moved from
tcp_conn_req_max_q0 to the tcp_conn_(forget the res)
ndd /dev/tcp \
I am trying to run CIFS from a ramfs but the /kernel/drv/smbsrv fails load and
attach properly since svn_85, svn_86. This was working up to svn_84
basically add_drv fails when it tries to do a devfsadm -i smbsrv because the
/devices/pseudo/[EMAIL PROTECTED]:smbsrv entry is not created.
the ioc
Can anyone provide guidance to further troubleshoot or info as to why
devfsadm -i module in this case a pseudo driver devfsadm -i smbsrv
would fail with the following
ioctl(5, 0xDF81, 0x080477D0) Err#6 ENXIO
This message posted from opensolaris.org
Hi Natalie,
Thanks again for helping. I really appreciate it.
This is a fresh install. I used this same steps in B84 and did not have this
issue if that helps any.
I followed the steps you gave above and here is the result. I am running 32 bit
ver
# isainfo
i386
# ls -al smbs*
-rwxr-xr-x
1 - 100 of 136 matches
Mail list logo