-
dansa
when i press F6, i come to windows
-
dansa
when I press F1, I get # on the screen
-
dansa
anything else I press echoes #
-
dansa
how can I dual boot FreeBSD and Windows 10?
-
[808]state
I used to think dual booting was good until I thought of the idea that the other operating system could theoretially mount the other partition and modify it
-
BarnabasDK
have anyone tried to run CDE on a FreeBSD guest under Qemu/KVM and libvirt? I made GLX work via VMVGA. When I fire up dtlogin the CDE session starts, but I have no mouse or keyboard. What am I missing?
-
BarnabasDK
-
BarnabasDK
the keyboard works when using the normal console
-
rtprio
[808]state: i guess that depends on how much you trust the other party booting the other OS
-
rtprio
voy4g3r2: i was using a very old AXIS PTZ, just as a test
-
dansa
lol---i managed to boot freebsd but lost the ability to boot Windows
-
dansa
I have a fresh FreeBSD without X
-
dansa
I'm very glad I managed to install emacs-nox and I have network! which is why Im here
-
dansa
Can I mount an NTFS partition on FreeBSD?
-
dansa
# mount -t ntfs /dev/nda0p3 /mnt
-
dansa
mount -t ntfs /dev/nda0p3 /mnt
-
dansa
mount: /dev/nda0p3: Invalid fstype: Invalid argument
-
dansa
gpart show gives me: 239616 554835023 3 ms-basic-data (265G)
-
dansa
so I thought it'd be nda0p3
-
dansa
My FreeBSD root is... ``Trying to mount root from ufs:/dev/nda0p6 [rw]...'' (from dmesg)
-
dansa
Okay, I got some help here and discovered ntfs-3g. I can read my NTFS partition now. I can continue now. (Thanks to the GNU EMACS, I'm on IRC and reading the FreeBSD handbook on the web using eww.)
-
dansa
GNU EMACS---amazing software!
-
rtprio
uh huh
-
rtprio
yes, ntfs works fine, so long as you don't have bitlocker on
-
GoSox
it seems crazy to me that nobody has come up with a tcpip stack that is fully impervious to SYN FLOOD attacks
-
mzar
GoSox: that's what TCP syncookies are for, see sysctl -d net.inet.tcp.syncookies_only
-
GoSox
yeah but there are still drawbacks to that
-
GoSox
thats what i'm going ot end up using and hopefully i can implement it in a way that will essnetially solve my problem
-
jnewt
anyone here using virtualbox on a freebsd host?
-
jnewt
i think i remember a new connection (vboxnet0 or something) being created and shown under ifconfig once vboxnet_enable="YES" was added to rc.conf. I'm not sure my network is set up correctly on the host side, and am having a disconnect problem on my client.
-
jnewt
client works fine until i load up the connection via dowloading / streaming etc, and then dies.
-
duncan
dansa: have you tried booting directly from the disk? not just the (probable) EFI boot entry
-
vkarlsen
jnewt: I have vboxnet_enable="YES" in rc.conf and vboxdrv_load="YES" in /boot/loader.conf. Not sure exactly why, I did this a long time ago. But it works.
-
jnewt
vkarlsen: I have the same. does your ifconfig show any additional interfaces, like vboxnet0, bridge0 or tun0 that may be related to virtualbox?
-
jnewt
i only have lo0, em0 and em1, which are my loopback and two physical nics.
-
vkarlsen
jnewt: Not currently, but I'm pretty sure it does once I start a vm
-
jnewt
i give the client em0 as the nic for the bridged connection, but it seems like I had some other interface in there in the past.
-
jnewt
mine never adds another interface, even with the vm running.
-
jnewt
I have about 15 seconds of actual internet usage (beyond ping) and then the vm loses it's internet.
-
rtprio
anything in the log? in the vm or on the host?
-
jnewt
on the windows side i can see a bunch of dns server didn't respond and then a gateway not available. it retains the ip / gateway information recieved from the router
-
jnewt
I don't have any logs in ~/VirtualBox VMs/myvmname/Logs, in fact, that Logs folder has not been updated for months (probably since the last time I actually had virtualbox running correctly. seems the logging has stopped.
-
rtprio
i haven't used virtualbox in a long time, sorry