Quantcast
Channel: Setup Deployment forum
Viewing all 2818 articles
Browse latest View live

Booting into Windows 7 boot.wim error on WDS

$
0
0

I just added the boot.wim for 32 bit Windows 7 into my WDS server on Windows Server 2003 SP2

 

When trying to boot into it I get the error that it does not have the network drivers injected. Here are the only entries from the setupapi.app.log that show failure. Can somebody help me make sense of this?

 

>>> [Build Driver List - PCI\VEN_8086&DEV_D157&SUBSYS_00000000&REV_11\3&11583659&0&42]>>> Section start 2011/03/10 11:11:39.658
   cmd: X:\sources\setup.exe /wds /wdsdiscover /WdsServer:alcatraz.rtfm.loc
   cpy: Policy is set to make all digital signatures equal.<<< Section end 2011/03/10 11:11:40.110<<< [Exit status: SUCCESS]

!  cci: NCI: Failed to read config from registry. hr = 0x80070002

>>> [Build Driver List - ROOT\MS_MSCLIENT\0000]>>> Section start 2011/03/10 11:11:40.188
   cmd: X:\sources\setup.exe /wds /wdsdiscover /WdsServer:alcatraz.rtfm.loc
   cpy: Policy is set to make all digital signatures equal.<<< Section end 2011/03/10 11:11:40.329<<< [Exit status: SUCCESS]
----------------------------------------------------------------------------------------->>> [SetupInstallServicesFromInfSectionEx - MSClient.ndi.Services]>>> Section start 2011/03/10 11:11:40.360
   cmd: X:\sources\setup.exe /wds /wdsdiscover /WdsServer:alcatraz.rtfm.loc<<< Section end 2011/03/10 11:11:40.360<<< [Exit status: FAILURE(0xe0000101)]

-----------------------------------------------------------------------------------------

>>> [SetupInstallServicesFromInfSectionEx - MS_NETBT_SMB.PrimaryInstall.Services]>>> Section start 2011/03/10 11:11:41.936
   cmd: X:\sources\setup.exe /wds /wdsdiscover /WdsServer:alcatraz.rtfm.loc<<< Section end 2011/03/10 11:11:41.936<<< [Exit status: FAILURE(0xe0000101)]


Windows Server 2008: Sysprep Error: Error [0x0f0073] SYSPRP RunExternalDlls:Not running DLLs; either the machine is in an invalid state or we couldn't update the recorded state, dwRet = 32[gle=0x00000020]

$
0
0

I have a base template (which has never been sysprep'd) from which I create linked clones.  After the linked clone comes up, I run the following command:
c:\windows\system32\sysprep\sysprep.exe /generalize /oobe /reboot /unattend:c:\windows\panther\unattend.xml

This works fine for the first few linked clones, but after about 3-4 linked clones are running, I start to hit "A fatal error occurred while trying to sysprep the machine."

****c:\windows\panther\setuperr.log****
2013-03-29 16:40:07, Error      [0x0f0073] SYSPRP RunExternalDlls:Not running DLLs; either the machine is in an invalid state or we couldn't update the recorded state, dwRet = 32[gle=0x00000020]
2013-03-29 16:40:07, Error      [0x0f00a8] SYSPRP WinMain:Hit failure while processing sysprep cleanup providers; hr = 0x80070020[gle=0x00000020]

****c:\windows\panther\unattend.xml****
<?xml version='1.0' encoding='utf-8'?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="oobeSystem">
        <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <InputLocale>en-US</InputLocale>
            <SystemLocale>en-US</SystemLocale>
            <UILanguage>en-US</UILanguage>
            <UILanguageFallback>en-US</UILanguageFallback>
            <UserLocale>en-US</UserLocale>
        </component>
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <AutoLogon>
                <Enabled>true</Enabled>
                <Username>Administrator</Username>
                <Password>
                    <Value>ca$hc0w</Value>
                    <PlainText>true</PlainText>
                </Password>
            </AutoLogon>
            <OOBE>
                <HideEULAPage>true</HideEULAPage>
                <NetworkLocation>Work</NetworkLocation>
                <ProtectYourPC>3</ProtectYourPC>
            </OOBE>
            <UserAccounts>
                <AdministratorPassword>
                    <Value>ca$hc0w</Value>
                    <PlainText>true</PlainText>
                </AdministratorPassword>
            </UserAccounts>
            <TimeZone>Pacific Standard Time</TimeZone>
        </component>
    </settings>
    <settings pass="specialize">
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ProductKey>7M67G-PC374-GR742-YH8V4-TCBY3</ProductKey>
            <ComputerName>*</ComputerName>
        </component>
    </settings>
</unattend>


****c:\windows\panther\setupact.log****

2013-03-29 16:40:07, Info       [0x0f004d] SYSPRP The time is now 2013-03-29 16:40:07
2013-03-29 16:40:07, Info       [0x0f004e] SYSPRP Initialized SysPrep log at c:\windows\system32\sysprep\Panther
2013-03-29 16:40:07, Info       [0x0f0054] SYSPRP ValidateUser:User has required privileges to sysprep machine
2013-03-29 16:40:07, Info       [0x0f0056] SYSPRP ValidateVersion:OS version is okay
2013-03-29 16:40:07, Info       [0x0f005e] SYSPRP ScreenSaver:Screen saver was already disabled, no need to disable it for sysprep
2013-03-29 16:40:07, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file c:\windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
2013-03-29 16:40:07, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'GENERALIZE'
2013-03-29 16:40:07, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'OOBE'
2013-03-29 16:40:07, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
2013-03-29 16:40:07, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'UNATTEND'
2013-03-29 16:40:07, Info       [0x0f004a] SYSPRP WaitThread:Entering spawned waiting thread
2013-03-29 16:40:07, Info                         [sysprep.exe] UnattendFindAnswerFile: Looking at explicitly provided unattend file [c:\windows\panther\unattend.xml]...
2013-03-29 16:40:07, Info                         [sysprep.exe] UnattendFindAnswerFile: [c:\windows\panther\unattend.xml] meets criteria for an explicitly provided unattend file.
2013-03-29 16:40:07, Info                  SYSPRP SysprepSearchForUnattend: Using unattend file at [c:\windows\panther\unattend.xml].
2013-03-29 16:40:07, Info                  SYSPRP SysprepSearchForUnattend: [generalize] pass in unattend file [c:\windows\panther\unattend.xml] either doesn't exist or passed validation
2013-03-29 16:40:07, Info                  SYSPRP WinMain:Found unattend file at [c:\windows\panther\unattend.xml]; caching...
2013-03-29 16:40:07, Info                  SYSPRP WinMain:Processing unattend file's 'generalize' pass...
2013-03-29 16:40:07, Info                  SYSPRP Sysprep is running a generalize pass with the following unattend file: [%windir%\panther\unattend.xml]
2013-03-29 16:40:07, Info                  SYSPRP RunUnattendGeneralizePass: Sysprep unattend generalize pass exits; hr = 0x0, hrResult = 0x0, bRebootRequired = 0x0
2013-03-29 16:40:07, Info       [0x0f003f] SYSPRP WinMain:Processing 'cleanup' request.
2013-03-29 16:40:07, Error      [0x0f0073] SYSPRP RunExternalDlls:Not running DLLs; either the machine is in an invalid state or we couldn't update the recorded state, dwRet = 32[gle=0x00000020]
2013-03-29 16:40:07, Error      [0x0f00a8] SYSPRP WinMain:Hit failure while processing sysprep cleanup providers; hr = 0x80070020[gle=0x00000020]
2013-03-29 16:48:52, Info       [0x0f004c] SYSPRP WaitThread:Exiting spawned waiting thread
2013-03-29 16:48:52, Info       [0x0f0059] SYSPRP ScreenSaver:Screen saver was originally disabled, leaving it disabled
2013-03-29 16:48:52, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
2013-03-29 16:48:52, Info       [0x0f004d] SYSPRP The time is now 2013-03-29 16:48:52

Capture image from workstation that does not support PXE boot.

$
0
0

Hi,

I have a 2008 R2 SP1 server with Windows Deployment Services. I am trying to figure out how to capture a image from a workstation that does not support PXE boot? I figured out how to deploy a image with a DVD but not capture. Any assistance would be appreciated.


Devon Quick

How to install Windows 2003 server on Windows 8

$
0
0

I bought DELL INSPIRON 3521 last week. Which came with Windows 8 OEM

My Configuration

1 TB HDD

8 GB RAM

Core i5 1.5

I tried to install 2003 with CD, i got blue screen error. when i researched and fount that i need to change SATA settings in bios from AHCI to ATA. and the installation went ahead, but the issues is that, at installation windows 2003 server is showing complete 1TB. But i have already made partitions in windows 8. which is not shown. So i exited setup and restarted. I got error message saying windows 8 was corrupted and need to recover form recovery disk. I restarted and changed the bios settings  back to AHCI and windows 8 worked normal.

My observations are that Windows 8 in working in AHCI mode where as windows 2003 need ATA mode.

I tried create VHD in widows 8 using help from thsi blog, but that options are disabled.

can any one guide me how can i have dual boot with Original Windows 8 which came with lappy and windows 2003.

I contacted Dell regarding this they simply said they don't support 2003.


PBL (Visual Studio 2010 Professional, Win 7 64 bit Ultimate)

WDS 2012 capture image job dumps drivers

$
0
0

Scenario:

Server 2012 with WDS installed and configured, PXE and AD enabled

This system has captured and deployed Windows 7 and 8 images so I'm pretty sure its set up correctly

Test client is a Dell Optiplex 740, Broadcom NetXtreme 57xx NIC

Problem:

Using a newly downloaded Server 2012 ISO I can import the boot.wim as a deployment image.  This boots correctly on the test machine just fine, I can verify network functionality via command line.  If i take that exact image in WDS and "create capture image" it snaps network functionality, the NIC isnt even detected.  The test machine will boot without error but is unable to use the network.

Troubleshooting:

I attempted the same procedure using a new Windows 8 ISO, same problem

I installed WDS on a test server and made the boot images, then imported the images into the production WDS system, same problem

For troubleshooting I disabled all additional drivers on the production WDS server, the test WDS server never had additional drivers added.

Possibly related:

This all started when I needed to add a driver to a previously functional capture image.  Whenever I inserted a driver into the capture image the target machine would blue screen before it finished loading the boot wim.  This problem was/is repeatable.  

This feels like I have stumbled upon some sort of bug.  After removing as many variables as I could and attempting to use only the core functionality I am still experiencing problems.

WDS - Windows XP SP 3 - Deployment

$
0
0

Hello,

I have a problem when i try to deployment Windows XP SP3 with WDS.

finished the installation of windows xp and use sysprep to seal the machine, the machine is off but when it starts I get an error that says windows can not update the registry and must be shut down.

Any idea?

Regards


Sebastian

Error 5: Access is Denied While using OSCDIMG to create Winpe x86 ISO with Deployment Tools Command Prompt

$
0
0

Technician computer is Windows 7 HP x64.

Running latest version of WAIK.

Goal: To make a Winpe disc for each processor architecture (AMD64, x86, IA64) with an included Gimage.exe using this code for the default startnet.cmd file found in system32 directory of winpe boot.wim

:

wpeinit
if /i %PROCESSOR_ARCHITECTURE%==amd64 (
cd x64
start gimagex.exe
)
if /i %PROCESSOR_ARCHITECTURE%==ia64 (
cd x64
start gimagex.exe
)
if /i %PROCESSOR_ARCHITECTURE%==x86 (
cd x86
start gimagex.exe
)

These are the commands I have processed for the x86 variant:

copype x86 c:\pe\x86\

Dism /mount-wim /wimfile:C:\pe\x86\winpe.wim /index:1 /mountdir:C:\mount

**It is at this point I copy over my x86 folder, x64 folder, and overwrite the startnet.cmd file.

dism /unmount-wim /mountdir:C:\mount /commit

oscdimg -n bc:\pe\x86\etfsboot.com c:\pe\x86\iso c:\pe\x86.iso

^^It is at this command I receive this error:

ERROR: Could not delete existing file "c:\pe\x86\iso"
Error 5: Access is denied.

Please note that all commands before were hand-typed, no copy or pasting from any directory or .chm

One thread referred to some Application Management service, but I can report that there is no such service installed in my machine.

Thank You!

UPDATE:

I copied the winpe.wim file from the x86 root directory into the iso directory and renamed it to boot.wim Now, if I copy the contents to a flash drive and put it into a client computer, it boots to the PE perfectly, script and all.

However, when trying to use the oscdimg command, I do get an .iso successfully, but when I burn it, I don't know what to do in the way of boot options, and if I keep defaults (imgburn) it results in an un-bootable dvd. 

Suggestions are greatly appreciated.

How to install Multiple applications using the same tasksequence in MDT 2012?

$
0
0

Dear All

Please advice me 

I have MDT 2012 with out SCCM 

How to install multiple application using the same task sequence in MDT 2012?

regards

Shemy


WDS on Mailbox Server

$
0
0

Hi all,

I've an now resigned to the fact that I need to use 2008 R2 to get my deployments working properly.  The only machine with enough disk space and R2 that I have runs Exchange 2010 Enterprise with a DAG.  It does not run the Client Access role.

Will it be OK to install WDS to this machine?

TIA
C

Can't install mobile device center on server 2012

$
0
0
Hi !
One of my client changed his server and now has the 2012 version of Windows Server.
He has a portable device with Windows CE.
On his 2008 Server, i installed the mobile device center after enabling the "user experience" functionnality, but on the server 2012, i can't install the mobile device center.
What's the trick ?
Thanks in advance !

Windows Active Directory setup

$
0
0

Hi Guys,

Need some help/information from you guys,

Currently we are working on workgroup environment,We are going to implement new domain controller(AD), currently we have around 70 employees future it increase.

Got IBM Server  Xeon quard core processor with 8gb ram everything is fine upto now. Got stuck up near licensing part, few question below need answers for that

1.Got Windows 2008R2 standard Edition OS license, for client computers to join domain should i need to buy CAL license or Device license?or its not required

2. If i create user in domain is there any license Should i need to purchase?

Regards,

Savanth



WINPE 4.0 Server 2008 R2 installation problem

$
0
0

Hi,

I am using WINPE 4.0 to install Windows Server 2008 R2 on the logical drive of an SAS Raid Controller.

The RAID controller is not supported by the inbox driver. So, I add this out of box driver to WINPE 4.0 wim file. And, I confirmed that the WIM file has the driver installed by command: "dism /image:c:mount /get-drivers".

At the beginning of installation, the out of box driver was loaded successfully. Because I could see the logical drive, installer could start installation, copy files, etc. When installation was trying to do a reboot before proceeding with the second installation stage, I saw an error message "Windows installation cannot continue because a required driver could not be installed".

I tried the same driver with WINPE4.0/Server 2012 combination, it worked.

I tried the same driver with WINPE3.0/Server 2008 R2, it worked.

Has anyone suffered the same problem? What could be the root cause?

Thanks,

Jeff

.

.


P.S.   Error message from setupact.log:

.

2012-07-30 15:19:00, Info                  IBS    AddDriverPackageIntoDriverStore:Image architecture is [0x9]
2012-07-30 15:19:00, Info                  IBS    AddDriverPackageIntoDriverStore:System root is [E:\Windows]
2012-07-30 15:19:00, Info                  IBS    AddDriverPackageIntoDriverStore:System drive is [C:\]
2012-07-30 15:19:22, Warning    [0x0602b1] IBS    AddDriverPackageIntoDriverStore:Failed to add the driver package [X:\windows\System32\DriverStore\FileRepository\arcsas.inf_amd64_389ae225b60fed4b\arcsas.inf] into driver store. Error code is [0x80070032]
2012-07-30 15:19:22, Error      [0x0602a9] IBS    CallBack_AddDriverPackageIntoDriverStore:Failed to install the driver package [X:\windows\System32\DriverStore\FileRepository\arcsas.inf_amd64_389ae225b60fed4b\arcsas.inf]. Driver package is [Critical]. Error code is [0x32][gle=0x00000032]
2012-07-30 15:19:22, Error      [0x0602ab] IBS    CallBack_AddDriverPackageIntoDriverStore:An error occurred while installing the driver package [] offline GLE is [0x32][gle=0x00000032]
2012-07-30 15:19:22, Info       [0x0640ae] IBSLIB PublishMessage: Publishing message [Windows installation cannot continue because a required driver could not be installed.]
2012-07-30 15:19:22, Info       [0x0a013d] UI     Accepting Cancel. Exiting Page Progress.
2012-07-30 15:19:22, Info                  UI     Entering Page Cancel.
2012-07-30 15:19:22, Info       [0x0a0035] UI     Allowing Page 'Drive Selection' to be shown
2012-07-30 15:19:22, Info       [0x0a0035] UI     Allowing Page 'Drive Selection' to be shown
2012-07-30 15:19:22, Info       [0x0a011c] UI     WizardDialogPost::SetActive







Erroring out when trying to integrate drivers into winPE

$
0
0

I'm trying to integrate a pile of drivers from driverpacks.net into my winpe# build, and every time i run

c:\winpe_x86>dism.exe /image:c:\winpe_x86\mount /add-driver /driver:c:\((my driver folder)) /recurse /forceunsigned

I get

2013-04-16 14:38:07, Error                 DISM   DISM Manager: PID=4408 Failed to create unique image session lock name for DISM located at 'c:\winpe_x86\mount\Windows\System32\Dism\dismprov.dll'. - CDISMManager::CheckSessionAndLock(hr:0x801f0005)
2013-04-16 14:38:07, Error                 DISM   DISM Manager: PID=4408 Failed to create the image session lock for location: c:\winpe_x86\mount\Windows\System32\Dism - CDISMManager::CreateImageSession(hr:0x801f0005)
2013-04-16 14:38:07, Error                 DISM   DISM.EXE: Could not load the image session. HRESULT=801F0005
2013-04-16 14:38:07, Error                 DISM   DISM.EXE: Unable to start the servicing process for the image at 'c:\winpe_x86\mount'. HRESULT=801F0005

Multicast NACK/Retries

$
0
0
Hi all,

I have another thread open regarding a specific returnc code, but here is anothe issue I am noticing on another network:
When multicasting to just one machine (obviously the master multicast client), there are many packet retries due to NACK responses form this master.
If I check performance logs I can see a ration of at least 1:5 (sends:resends)!! This is obviously slowing down multicasting.

This happens on multiple clients (individually) with different NICs (they are only out of box supported by intel at the moment).
These switches are set up for multicasting based on our previous Ghost multicasting (IGMP configured).
No collisions/errors on the switch.
There are no errors reported in the Admin/Ops event logs.


I set up two different servers on different areas and get the same result where ever I image.
I tried changing the multicast adress ranges, but no success.


Any advice? Perhaps I am missing a step in the WDS role setup?

Max performance from WDS?

$
0
0

I've been trying to maximize the performance of a multicast session. I'm using WDS on Windows Server 2012, on a Dell Precision T3500 with Xeon E5520 CPU with 12GB of RAM.

I'm curious what speeds you are reaching with your solutions? I have a HP Procurve 2810-48G switch with IGMP enabled. For the testing purpose I am having the WDS and the client on the same switch and reaching transfer rates of 15000-27000 KBps for one client on a multicast stream, which gives a NIC utlilization of ~20% of the client acording to the WDS console, and a CPU utilization of around 20-25% on the WDS server during multicast.

Furthermore, the images on the WDS are on very fast RAID5 (around 500MB/s in read performance), and the clients are using SSDs in RAID0-config with performance well over the transfer rates (200MB/s++).

Is this normal? As I understand 25000KBps means ~200Mbit??? That's not to bad, but I would be happy for transfer rates maybe twice as fast. Could there be a bottleneck?

What are your experience of the transfer rates from the WDS? I wanna know if there is room for improvement still, as I reimage about 100 systems a week, sometimes as many as 20 machines of the same image at once.


Windows 8 with ADK and MDT 2012 Admin Account Disabled

$
0
0
I've recently redone my Windows 8 x64 image using Microsoft ADK and MDT 2012 instead of using WAIK and MDT 2012.  Prior to rebuilding the image I had no problems with deployment of the previous image even on the ADK/2012 server.  Now that I've taken the new image and I attempt to deploy it I am running into an issue with the Administrators account being disabled.  I have the runsynchronous command cmd /c net user Administrator /active:yes set in the specialize pass as well as autologon and create local account set in oobe.  I've essentially duplicated the exact same unattend that I use for my previous Windows 8 image, yet I am still getting the account is disabled.  Has anyone run into this?

Partition a server

$
0
0
Can you partition a service or set up a raid on a server for microsoft exchange, Microsoft server 2008 and symantec backup on one server portion or just get 3 different servers for a small business?

Extending AD Schema from 2008R2 to 2012

$
0
0

Hey first time poster long time reader. I am having issues extending the AD schema onto a Windows 2012 Server from a 2008R2 Domain Controller. As of now we have 3 bare metal servers in our environment. One is strictly a domain and dns server (2008R2), another is a Hyper-V Manager with 9 Win7 test machines for clients(2008R2), and our newest addition is a Hyper-V and Backup server (2012). We are trying to deploy a front end lync 2013 server as a virtual machine on the new server as well as an edge server to handle external communication. We have tried this before and are still encountering issues getting 2012 to talk to 2008R2. I have joined it to the domain and it is in the same forest, however I am unable to do a network backup of other computers from the 2012 machine. I am starting to think that their may be some group policy or firewall issues that may be preventing the two machines from communicating properly.

I am an enterprise admin, schema admin, and have granted myself full administrator control throughout our domain. I was wondering if their was some features or roles that I need to install to extend the schema to the new machine, and if you have any advice on something else that could be preventing them from talking. I have tried running adprep and many other things, but my boss is very hesitate to try anything drastic since our test environment is reliant on the server functioning. I was wondering if anyone had any suggestions. My primary job is Sharepoint Architecture, so any advice on how to get over this server hump would be much appreciated :).

Changed from Windows Server DHCP to Cisco 3750X TO DHCP Server now WDS no longer works

$
0
0

Hi Guys

Before we made this change our WDS server was also our DHCP Server and it worked fine.

What we have done to increase redundacy and to no longer rely on a server for our DHCP.

We decided to setup our Cisco 3750X core switches to Become the DHCP Server.

Everything works fine from a desktop point of view in that all desktops from all 3 of our different subnets receive an IP Address from the DHCP of the Switch.

Unfortunately The WDS server is no longer working we get a fail to connect to the WDS.

The first thing I though was to disable the 67 and 60 options that we originaly had configured as was required when the WDS and DHCP are on the same Server.

That didn't make a difference.

The only way I can get it to work is to reactivate the scope on the WDS server and re chek the 60 and 67 options then it works again but that defeats the purpose of the whole exercise.

Any ideas are there some extra configurations we need to make on the switch?

Or is there any changes we need to make on the WDS.

THe 3750X switches is also our router for all the differnet subnets so it effectivly has direct connection with all subnets.

Thanks in advance

Windows 2003 x32 trouble installing to IBM system X3100 2582 server machine

$
0
0
Hi! I need help setting up windows 2003 server onto IBM system x3100 please? I got past on the "F6" raid driver installation but when the setup started copying files it started to look again on the Floppy drive which is still attached on the machine (USB) but it wont read (no activity at all) I kept pressing enter but it's not looking into the USB drive anymore.  Please help.  Thanks in advance!
Viewing all 2818 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>