Displaying 20 results from an estimated 26 matches for "shinn".
Did you mean:
shiny
2010 Aug 24
4
OT: redhat training and RHES6
Greetings.
I am planning on getting my RHCE in the near future. I thinking I
should wait until 6 comes out before proceeding. That being said, I
don't want to wait past the end of this year.
That being said, do you all have any information about how long it takes
for their training platform to catch up to their release? Which is to
say, if RHES 6 is released on day 1, at what point
2016 Aug 04
3
Can't connect trough SSH to a new fresh CentOS 7 minimal server
I have installed a new CentOS 7 minimal virtual machine in Vmware
Workstation. I have disabled the firewall by running:
*systemctl disable firewalld* => this one for disable it permanently (I
don't need it since it's a VM for development)
*systemctl stop firewalld* => this one for stop the service
I have set SELinux to be permissive.
SSH is up and running as the output from:
2008 May 02
4
ext3 filesystems larger than 8TB
Greetings.
I am trying to create a 10TB (approx) ext3 filesystem. I am able to
successfully create the partition using parted, but when I try to use
mkfs.ext3, I get an error stating there is an 8TB limit for ext3
filesystems.
I looked at the specs for 5 on the "upstream" vendor's website, and they
indicate that there is a 16TB limit on ext3.
Has anyone been able to create
2006 Feb 26
20
[Bug 429] -j REDIRECT does not appear to work correctly
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=429
------- Additional Comments From netfilter@linuxace.com 2006-02-26 00:29 MET -------
When you do this:
netstat -an | grep LISTEN
do you see
0.0.0.0:9080
or does the 9080 line list a specific IP?
Also, is 216.152.242.200 the primary IP address of the incoming interface, or a
secondary?
--
Configure bugmail:
2008 Jul 01
2
tilde username
Hi
I use winbind with ADS security for authentication. If I write "ls -la
~username" in bash or ksh and press TAB or escape to resolve the
HOMEDIR the shell hangs until I cancel with Ctrl+C. After that I have
to restart winbind!
If I press enter after "ls -la ~username" it works. I use
samba3-winbind-3.0.28-35 on RHEL4U6 (32bit). Any idea?
regards
urs
2009 Nov 06
4
2 TB limit on a samba share
I'm running a server with Centos 3 that I have set up a smbfs share to a
Buffalo LinkStation. The LS has 4 drives configured with RAID 5. Each
disk has 1 TB capacity, so the resulting drive is approximately 2.7 TB.
When doing a df, the result shows 2 TB, and no used blocks. Is there
some setting I can change so that Centos sees and uses all 2.7 TB or
does Centos 3 not support this?
Steve
2008 Jan 24
4
winbindd: Exceeding 200 client connections, no idle connection found
Hello,
Can someone tell me how to resolve the "winbindd: Exceeding 200 client
connections, no idle connection found" error in my log.winbind? I see
tons of them on a regular basis.
samba-3.0.28,1
squid-2.6.18
FreeBSD 6.2-STABLE #1: Thu Mar 15 01:46:50 CDT 2007
Kind regards,
Elvar
2008 Jul 29
2
msdfs root = yes is the default???
Why is that when you create a share, the default is 'msdfs root = yes'?
Also, why is that a share that is set 'msdfs root = yes' -- or, rather,
a share that does /not/ set 'msdfs root = no' -- advertises that it is a
DFS root to the Linux CIFS client, /even /when 'host msdfs = no'? This
sounds like A) a bug (ignoring 'host msdfs', and B) a misfeature (msdfs
2000 Oct 15
2
using vorbiscomment
...ine.
BTW, is anyone working on a vorbis Perl module? If not, I'll probably
put one together.
--
Alex
#!/usr/bin/perl -w
## ogginfo -- Ogg Vorbis Comment Editor
## Created: <Sun Oct 15 02:57:05 EDT 2000>
## Time-stamp: <Sun Oct 15 12:44:08 EDT 2000>
## Author: Alex Shinn <foof@debian.org>
# Modules
use strict;
use Getopt::Long;
# Variables
my $version = '0.1';
my %opt;
my %old;
my %new;
# Parse Options
GetOptions(\%opt, 'h!','help!','V!','ogg-version!','t:s','title:s',
'v:s','ve...
2008 May 06
3
Files over 4GB not listing properly. Cannot get CIFSworking.
Put this in the wrong thread, sorry!
UPDATE: I've realized that this seems to be an issue with the compiler flags used to build samba.
I've realized that i need to define _LARGEFILE_SOURCE, _LARGEFILE64_SOURCE, and _FILE_OFFSET_BITS=64.
I've done this, but still have no luck reading files larger than 4GB. Anyone have suggestions?
Thanks,
Matt
> Hi guys,
>
> I'm
2019 Jul 19
1
SELinux settings for directory shared via NFS and samba?
> On Jul 19, 2019, at 8:27 AM, Leon Fauster via CentOS <centos at centos.org> wrote:
>
> Am 19.07.2019 um 14:51 schrieb hw <hw at gc-24.de>:
>> Hi,
>>
>> what do I need to do to share the same directory with both NFS and samba?
>> SElinux requires 'samba_share_t' for samba and 'nfs_t' for NFS, and AFAIC
>> I can't set both at
2008 Jul 24
1
OT: backup media options
Greetings.
Sorry for the OT, but I'm looking for some advice regarding archiving.
I've always been a tape archive believer, but with SATA drives becoming
more reliable and much larger, I'm wondering if it is time to change my
opinion.
What are the benefits/pitfalls to begin archiving to "enterprise" level
SATA drives? Is it possible to use Amanda or Bacula to archive
2001 Sep 06
1
Running soft with flexlm MAC based license under wine?
Hello,
When I try to run the FlexLM protected (with NIC MAC based licecnse) software
under wine (Linux) I get the following messages:
fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS
fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS
fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS
And finally the program
2000 Oct 24
1
Perl modules
As promised, I've written vorbis Perl modules (separated into an Ogg
Vorbis module and an ao module). You can get tarballs and .debs at
http://eyeofdog.org/foof/code/vorbis/
Ogg::Vorbis is an object oriented module based around OggVorbis_File.
Ogg::Vorbis::Info is an accessor class to the vorbis_info struct.
Comments are retrieved as a simple hash. Since this is based around
libvorbisfile
2000 Oct 27
0
Python bindings
I saw Alex Shinn's post on Perl bindings and felt the need to make Python
bindings for ogg and ao. I borrowed heavily from his interface and a little bit
from his code. Hope that's ok! Right now I just have ogg.vorbis and ao, but
that's enough to play a file. I'll try to get the rest implemented soo...
2009 Feb 13
2
net use /home ?
Is 'net use x: /home' deprecated nowadays? I just upgraded a very old Samba 2 to 3.2.8 and suddenly no workstations at all can use that command to map to their home directories.
Workstations are W2k, Win XP and Vista in a mix. Neither work.
Samba use LDAP as back end, and the related posts in smb.conf are these:
logon path = \\%L\profiles\%U\.msprofile
logon script = login.bat
logon home
2009 Nov 04
2
rpm and yum issues
Greetings.
I am having issues with rpm/yum on a centos 5.2 x86_64.
I am trying to update from 5.2 to 5.4. During yum update, the
application became unresponsive during the package search. It had not
begun to download any packages.
I tried to do a "yum clean all", but that wouldn't complete either. I
tried to do a rpm --rebuild, but that failed with a segmentation fault.
Tried
2008 Oct 28
1
changing partition priority on install
Greetings.
I am in the process of installing 5.1 64 bit on a server. The server
has 2 3ware cards: 9550SX 12 port, and a 8006 2 port, both SATA.
I want the 8006 board to be /dev/sda, and the 9550 to be /dev/sdb. My
plan is to install the os on /dev/sda (8006), and data on /dev/sdb
(9550). Unfortunately, the 9550 comes up as /dev/sda.
The 8006 is installed in slot 3, which is a 100Mhz
2001 Jul 07
2
Perl wrapper for libvorbisfile or stuff
Hey guys,
I wrote to this list previously, saying I needed a perl module to do
Ogg Vorbis tag reading / writing. People pretty much pointed me to the
Ogg::Vorbis module that wrapped around libvorbisfile and I should
extend that to writing streams, not only reading them. Well, awright,
I thought, let's do it. Problem is, though: The download links on
freshmeat are all broken and I don't
2001 Jul 07
2
Perl wrapper for libvorbisfile or stuff
Hey guys,
I wrote to this list previously, saying I needed a perl module to do
Ogg Vorbis tag reading / writing. People pretty much pointed me to the
Ogg::Vorbis module that wrapped around libvorbisfile and I should
extend that to writing streams, not only reading them. Well, awright,
I thought, let's do it. Problem is, though: The download links on
freshmeat are all broken and I don't