| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 8 months |
| seen | Apr 24 at 16:14 | |
| stats | profile views | 5 |
|
Dec 25 |
comment |
host a website on dedicated seedboxproxy_pass http://127.0.0.1:2346;
verify that your seedbox app is running with lsof -i :2346 |
|
Dec 25 |
comment |
mount.ocfs2: Transport endpoint is not connected while mounting…? according to ocfs2 userguide you have to set 2 kernel parameters on all nodes in cluster: $ echo 1 > /proc/sys/kernel/panic_on_oops
$ echo 30 > /proc/sys/kernel/panic did you ? |
|
Dec 25 |
comment |
postfix content-filter doesn't get input? Hey there, im no expert but last line in master.cf smtp inet n - n - - smtpd
may be to much |
|
Dec 23 |
answered | CentOS, two nics eth0 eth1 with different subnets aren't reachable outside VLAN/subnet |
|
Dec 22 |
answered | CentOS Directory Server - Changing Password via LDAP Modify, passing in old password |
|
Dec 22 |
answered | How can I get Nginx to tell Firefox to cache my content? |
|
Dec 22 |
comment |
How to decrypt IKVe2 in Wireshark using StrongSwan log info? StrongSwan FAQ Wireshark has to be configured for ESP |
|
Dec 22 |
comment |
How to link multiple SSH tunnels together in Linux Make sure on A and B GatewayPorts=yesin /etc/ssh/sshd_config.
Also ssh -R B:5900:localhost:5900 B from Work -> B.
Then ssh -R A:5900:B:5900 A from B -A. |
|
Dec 22 |
awarded | Commentator |
|
Dec 22 |
comment |
Set up linux with both GUI and CLI Debian if you want something familiar. If not there are so many nice distros like Fedora, Gentoo, Archlinux , OpenSuSE, Mageia, Slackware .... Youre choice |
|
Dec 22 |
comment |
KVM is NOT seeing multiple bridges (only macvtap devices) I think so. You can figure out what Interface created by LibVirt with`virsh domiflist vm2` libvirt.org/formatdomain.html#elementQoS |
|
Dec 22 |
revised |
KVM is NOT seeing multiple bridges (only macvtap devices) added paragraph2 |
|
Dec 22 |
comment |
mdadm rebooted, array missing? can't assemble? Can you mount now? And what does show cat /proc/mdstat ? |
|
Dec 22 |
comment |
mdadm rebooted, array missing? can't assemble? mdadm --grow ... check out raid.wiki.kernel.org/index.php/Linux_Raid |
|
Dec 22 |
comment |
mdadm rebooted, array missing? can't assemble? give reboot a shot. the dmesg output indicates defect disk though. |
|
Dec 22 |
comment |
mdadm rebooted, array missing? can't assemble? well did you try a reboot yet? The thing is if mdadm snapshot is correct it does mean you have a raid array out of 16 physical disks. all in active mode. No spare drives. I cant help you further. Only recommend you to add some spare drives in case you can repair the array. |
|
Dec 22 |
answered | iptable localhost connections reported to be blocked, but work ok |
|
Dec 22 |
answered | switch user doesnt work, after creating user |
|
Dec 22 |
answered | Kerberos credential cache type “DIR:” |
|
Dec 22 |
revised |
How do I setup VirtualHosts to point two ports on same IP to different ServerNames? added example virtual hosts sitea and siteb |