Hello:
I have set up a DAV file system on my apache server using these directives in ssl.conf:
Alias /files /var/www/files <Directory /var/www/files> Dav On
AuthType Basic AuthName "Filesystem access" AuthUserFile /var/www/files.passwd
require valid-user
Options Indexes </Directory>
On my client machine (Windows XP SP3), I am able to add the https location as a network place.
But, when I go to map the network place as a network drive, I can browse to the network place and see the folders, but the OK button is always greyed out.
Is there something wrong in my Apache config or is Windows being obtuse?
Does anyone know how to fix this?
Thanks, Neil
-- Neil Aggarwal, (281)846-8957, www.JAMMConsulting.com Will your e-commerce site go offline if you have a DB server failure, fiber cut, flood, fire, or other disaster? If so, ask about our geographically redundant database system.
I'm new to Linux and LVM coming from a BSD and Solaris background so I apologize up front if there are good docs for this that I'm missing. After googling around and going through the LVM Admin docs for CentOS I have a few questions about an issue I have.
Somehow either I did it out of stupidity or the installer automagically installed LVM and included both drives I have on this server. It's configured as 1 Volume group and 1 huge drive so most of the docs on LVM I've seen don't jive. Here's my pvdisplay: --- Physical volume --- PV Name /dev/sda2 VG Name VolGroup00 PV Size 148.91 GB / not usable 4.15 MB Allocatable yes (but full) PE Size (KByte) 32768 Total PE 4765 Free PE 0 Allocated PE 4765 PV UUID DOv3Cl-LWoU-JG04-PT0P-VfIV-89p2-yrdnbp
--- Physical volume --- PV Name /dev/sdb1 VG Name VolGroup00 PV Size 149.05 GB / not usable 17.13 MB Allocatable NO PE Size (KByte) 32768 Total PE 4769 Free PE 0 Allocated PE 4769 PV UUID LK017x-dWzY-KIGL-kfOr-687Z-DgEn-YMfOw5
As you can see it seems like there's no room...but here's my df print: Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup00-LogVol00 288G 170G 104G 63% / /dev/sda1 99M 31M 64M 33% /boot tmpfs 315M 0 315M 0% /dev/shm /dev/sdc1 230G 134G 85G 62% /ext_drive
So I'm running out of room and wanting to move all data to my main drive so I can replace the 2nd drive with a bigger one. When I try a pvmove it states I have no room: pvmove -v /dev/sdb1 Finding volume group "VolGroup00" No extents available for allocation
So now I'm lost...how can I put all data on my 1st drive and unhook the 2nd from LVM to replace it ? Any assistance is greatly appreciated. I'm installing system-config-lvm hoping the GUI may help me as well.
On Oct 8, 2009, at 1:33 PM, Allie Daneman wrote:
I'm new to Linux and LVM coming from a BSD and Solaris background so I apologize up front if there are good docs for this that I'm missing. After googling around and going through the LVM Admin docs for CentOS I have a few questions about an issue I have.
Somehow either I did it out of stupidity or the installer automagically installed LVM and included both drives I have on this server. It's configured as 1 Volume group and 1 huge drive so most of the docs on LVM I've seen don't jive. Here's my pvdisplay: --- Physical volume --- PV Name /dev/sda2 VG Name VolGroup00 PV Size 148.91 GB / not usable 4.15 MB Allocatable yes (but full) PE Size (KByte) 32768 Total PE 4765 Free PE 0 Allocated PE 4765 PV UUID DOv3Cl-LWoU-JG04-PT0P-VfIV-89p2-yrdnbp
--- Physical volume --- PV Name /dev/sdb1 VG Name VolGroup00 PV Size 149.05 GB / not usable 17.13 MB Allocatable NO PE Size (KByte) 32768 Total PE 4769 Free PE 0 Allocated PE 4769 PV UUID LK017x-dWzY-KIGL-kfOr-687Z-DgEn-YMfOw5
As you can see it seems like there's no room...but here's my df print: Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup00-LogVol00 288G 170G 104G 63% / /dev/sda1 99M 31M 64M 33% /boot tmpfs 315M 0 315M 0% /dev/shm /dev/sdc1 230G 134G 85G 62% /ext_drive
So I'm running out of room and wanting to move all data to my main drive so I can replace the 2nd drive with a bigger one. When I try a pvmove it states I have no room: pvmove -v /dev/sdb1 Finding volume group "VolGroup00" No extents available for allocation
So now I'm lost...how can I put all data on my 1st drive and unhook the 2nd from LVM to replace it ? Any assistance is greatly appreciated. I'm installing system-config-lvm hoping the GUI may help me as well.
You have 170G of data spread throughout both disks and you want to move everything to the main disk which has only 148GB of capacity ? That doesn't add up.
You can add this new bigger drive and stay with 3 drives then pvmove /dev/sdb1 onto it and remove it from the volume group.
-Giovanni
You have 170G of data spread throughout both disks and you want to move everything to the main disk which has only 148GB of capacity ? That doesn't add up.
Well...yea, I can move more data off to another disk to free up room.
You can add this new bigger drive and stay with 3 drives then pvmove /dev/sdb1 onto it and remove it from the volume group.
That's where it gets sticky...the server can only have 2 SATA disks installed :( If I move all the "extra" data off those drives how can I accomplish what I'm trying to do ?
-Giovanni
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Anyone have a pointer to a current howto for DSL? All I find is a howto from 2002.
Thanks in advance.
mark
At Thu, 8 Oct 2009 11:25:33 -0600 (MDT) CentOS mailing list centos@centos.org wrote:
Anyone have a pointer to a current howto for DSL? All I find is a howto from 2002.
I seriously doubt much has changed. Basically most DSL providers implement PPPoE, so what you want is info on setting up PPPoE. Also many/most people just use a little router box -- these things have PPPoE and/or DHCP (used by cable internet providers) *built-in*.
Thanks in advance.
mark
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
At Thu, 8 Oct 2009 11:25:33 -0600 (MDT) CentOS mailing list centos@centos.org wrote:
Anyone have a pointer to a current howto for DSL? All I find is a howto from 2002.
I seriously doubt much has changed. Basically most DSL providers implement PPPoE, so what you want is info on setting up PPPoE. Also many/most people just use a little router box -- these things have PPPoE and/or DHCP (used by cable internet providers) *built-in*.
A lot changes in 7 years....
Anyway, so I just fire up adsl-setup, and it should walk me through; then run adsl-start? At that point, should I be able to browse to Verizon's setup your account website?
mark, needs to find out today, the line should be fixed tomorrow....
A lot changes in 7 years....
Anyway, so I just fire up adsl-setup, and it should walk me through; then run adsl-start? At that point, should I be able to browse to Verizon's setup your account website?
If the ADSL modem provides an Ethernet jack w/ DHCP then it's usually even simpler then that. Just plug your computer in, fire up the DHCP client and away you go. Both our local ISPs, Telus (ADSL) and Shaw (Cable), use that sort of setup and I've never had to touch the defaulting networking config, other then the firewall, on a linux box.
Drew wrote:
A lot changes in 7 years....
Anyway, so I just fire up adsl-setup, and it should walk me through; then run adsl-start? At that point, should I be able to browse to Verizon's setup your account website?
If the ADSL modem provides an Ethernet jack w/ DHCP then it's usually even simpler then that. Just plug your computer in, fire up the DHCP client and away you go. Both our local ISPs, Telus (ADSL) and Shaw (Cable), use that sort of setup and I've never had to touch the defaulting networking config, other then the firewall, on a linux box.
a lot of Consumer ADSL in the US uses PPPoE rather than DHCP.
Drew wrote:
A lot changes in 7 years....
Anyway, so I just fire up adsl-setup, and it should walk me through; then run adsl-start? At that point, should I be able to browse to Verizon's setup your account website?
If the ADSL modem provides an Ethernet jack w/ DHCP then it's usually even simpler then that. Just plug your computer in, fire up the DHCP client and away you go. Both our local ISPs, Telus (ADSL) and Shaw (Cable), use that sort of setup and I've never had to touch the defaulting networking config, other then the firewall, on a linux box.
Actually, I've read that that's going away. Anyway, I wasn't, but I ran adsl-setup, then adsl-connect, and I was in business.
mark
Greetings,
On Thu, Oct 8, 2009 at 10:25 PM, Allie Daneman df@drainfade.com wrote:
That's where it gets sticky...the server can only have 2 SATA disks installed :( If I move all the "extra" data off those drives how can I accomplish what I'm trying to do ?
IF you have physical access to the server, plug in a external HDD.....
HTH,
Regards
Rajagopal
Greetings,
On Thu, Oct 8, 2009 at 10:25 PM, Allie Daneman df@drainfade.com wrote:
That's where it gets sticky...the server can only have 2 SATA disks installed :( If I move all the "extra" data off those drives how can I accomplish what I'm trying to do ?
IF you have physical access to the server, plug in a external HDD.....
I have an external drive...but that doesn't solve my problem ;) Do you know how to manage LVM the way I need ?
HTH,
Regards
Rajagopal _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Oct 8, 2009, at 5:15 PM, Allie Daneman wrote:
Greetings,
On Thu, Oct 8, 2009 at 10:25 PM, Allie Daneman df@drainfade.com wrote:
That's where it gets sticky...the server can only have 2 SATA disks installed :( If I move all the "extra" data off those drives how can I accomplish what I'm trying to do ?
IF you have physical access to the server, plug in a external HDD.....
I have an external drive...but that doesn't solve my problem ;) Do you know how to manage LVM the way I need ?
You need to pvmove and vgreduce. See more details about that and other tasks: http://tldp.org/HOWTO/LVM-HOWTO/commontask.html
-Giovanni
On Oct 8, 2009, at 5:15 PM, Allie Daneman wrote:
Greetings,
On Thu, Oct 8, 2009 at 10:25 PM, Allie Daneman df@drainfade.com wrote:
That's where it gets sticky...the server can only have 2 SATA disks installed :( If I move all the "extra" data off those drives how can I accomplish what I'm trying to do ?
IF you have physical access to the server, plug in a external HDD.....
I have an external drive...but that doesn't solve my problem ;) Do you know how to manage LVM the way I need ?
You need to pvmove and vgreduce. See more details about that and other tasks: http://tldp.org/HOWTO/LVM-HOWTO/commontask.html
Thanks...
-Giovanni
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos