Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.
to be fair, if you pass a filename it will create a new file with that name. You definitely don't Q out of vi though
To the OP - it's possible that Q was just an alias and not an actual binary file (I'm guessing though since no-one has identified the application yet)
I recreated this on a test box with a slightly different disk layout (/opt is part of / and the only other filesystem is /export)
I created two new swapfiles and added them
bash-3.00# swap -l
swapfile dev swaplo blocks free
/dev/md/dsk/d10...
thanks for the idea... but my swapfile is the very last entry in vfstab anyway. I'm going to have to do this as a rc2.d script but it's really bothering me that I can't work out the reason.
We have a production sparc server running Sol 10. We needed to add more swap and re-partitioning was not an option
So... I did the following:
# mkfile 4g /opt/swapfile
# swap -a /opt/swapfile
All was good, and a 'swap -l' confirmed it had been added (and so did 'top')
So, I...
Am I missing something here or should I be able to traceroute to my switch?
Server is running Solaris 10 and the switch is at .145
# ifconfig ce1
ce1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 9
inet 192.168.222.146 netmask fffffffc broadcast...
Bones - thanks.... I'm going to play with that and see how effective it is
Maximus825 - I actually changed the requirements a little and am doing something a little similar to what you suggested...
basically, each user gets a .profile with the following
ENV=$HOME/.kshrc
export ENV...
we have a requirement to log all our contrators terminal sessions (in solaris) remotely
I can add this to their .profile:
exec /usr/bin/script /path/to/logfile
and then send the logfile but is it possible to do it in one command? Something like
/usr/bin/script /tmp/outfile | mailx...
The is an 'oldconfig' option to make when you compile the kernel... as long as your .config is in place it will take all the old settings and prompt you for any differences.
Or in other words - if it aint broke, compile it again anyway :-)
I've been a Gentoo user since 1.4 and never had any major problems that couldn't be fixed with a couple of emerges
not sure about more user friendly... it's based on Gentoo and don't run an emerge world unless you're prepared to fight some major battles.
It looks fantastic (eye-candy wise) but takea a lot of horsepower. My 512mb 2.4GHz PC was virtually unusable with it
I think you need to look into uuid which gives each external device a unique identifier... also udev rules could probably handle exactly what you want to do
You can use vcp (curses based)
THe gentoo devs submitted a patch which enabled a progress bar but it was rejected upstream. You can get the patch and apply if you *really* want it